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 |
|---|---|---|---|---|
.footer {
margin-top: 0;
}
.footer {
background-color: #450d0d;
-webkit-clip-path: polygon(0 20%, 1600px 0, 1600px 80%, 0 100%);
clip-path: polygon(0 20%, 1600px 0, 1600px 80%, 0 100%);
padding: 130px 1rem 40px 1rem;
margin-top: -100px;
text-align: center;
}
@media (min-width: 768px) {
.footer {
padding-top: 10rem;
padding-bottom: 50px
}
}
@media (min-width: 1024px) {
.footer {
margin-top: 0;
padding-top: 11rem
}
}
@media (min-width: 1200px) {
.footer {
-webkit-clip-path: none;
clip-path: none;
padding-top: 110px;
-webkit-transform: skewY(-2deg);
-ms-transform: skewY(-2deg);
transform: skewY(-2deg)
}
}
.footer__wrapper {
padding-top: 100px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(255,255,255,1)),color-stop(49%, rgba(135,204,47,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 49%,rgba(135,204,47,1) 49%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 49%,rgba(135,204,47,1) 49%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 49%,rgba(135,204,47,1) 49%);
}
@media (min-width: 1200px) {
.footer__wrapper {
}
}
@media (min-width: 1200px) {
.footer__inner-wrapper {
-webkit-transform: skewY(2deg);
-ms-transform: skewY(2deg);
transform: skewY(2deg);
max-width: 1200px;
margin: 0 auto
}
}
@media (min-width: 768px) {
.footer__logos {
float:left;
width: 30%;
padding-bottom: 1.5rem
}
}
.footer a {
color: #fff;
}
.footer__logo-link {
display: block;
margin-bottom: 1rem;
}
.footer__logo-link img {
max-width: 250px;
}
.footer__row {
color: rgba(255, 255, 255, 0.8);
font-size: 0.9rem;
line-height: 1.5;
}
@media (min-width: 768px) {
.footer__row {
float:right;
width: 70%;
font-size: 1.1rem;
padding-bottom: 2rem;
padding-top: 3rem
}
}
@media (min-width: 1200px) {
.footer__row {
font-size: 1rem
}
}
@media (min-width: 768px) {
.footer__column {
width: 50%;
padding: 1rem
}
}
@media (min-width: 768px) {
.footer__column--1 {
float:left;
text-align: right
}
}
.footer__column--2 {
margin-top: 1rem;
}
@media (min-width: 768px) {
.footer__column--2 {
float: right;
margin-top: 0;
text-align-last: left;
border-left: 1px solid rgba(255, 255, 255, 0.7)
}
}
.footer__copyright {
color: rgba(255, 255, 255, 0.6);
font-size: 0.85rem;
border-top: 1px solid rgba(255, 255, 255, 0.6);
padding-top: 1rem;
line-height: 1.4;
clear:both;
}
@media (min-width: 768px) {
.footer__copyright {
font-size: 1rem;
padding-top: 1.5rem
}
}
@media (min-width: 1200px) {
.footer__copyright {
font-size: 0.9rem
}
}
.footer .country-name {
display: none;
}
.footer__social-media {
margin-bottom: 2rem;
}
@media (min-width: 1024px) {
.footer__social-media {
margin-bottom: 0;
margin-top: -3rem
}
}
.footer__social-media a {
font-size: 2rem;
margin: 0 1rem;
}
@media (min-width: 768px) {
.footer__social-media a {
font-size: 3rem;
margin: 0 1rem
}
}
.footer__social-media a:hover {
color: #87CC2F;
} | src/components/Footer.css | .footer {
margin-top: 0;
}
.footer {
background-color: #450d0d;
-webkit-clip-path: polygon(0 20%, 1600px 0, 1600px 80%, 0 100%);
clip-path: polygon(0 20%, 1600px 0, 1600px 80%, 0 100%);
padding: 130px 1rem 40px 1rem;
margin-top: -100px;
text-align: center;
}
@media (min-width: 768px) {
.footer {
padding-top: 10rem;
padding-bottom: 50px
}
}
@media (min-width: 1024px) {
.footer {
margin-top: 0;
padding-top: 11rem
}
}
@media (min-width: 1200px) {
.footer {
-webkit-clip-path: none;
clip-path: none;
padding-top: 110px;
-webkit-transform: skewY(-2deg);
-ms-transform: skewY(-2deg);
transform: skewY(-2deg)
}
}
.footer__wrapper {
padding-top: 100px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(255,255,255,1)),color-stop(49%, rgba(135,204,47,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 49%,rgba(135,204,47,1) 49%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 49%,rgba(135,204,47,1) 49%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 49%,rgba(135,204,47,1) 49%);
}
@media (min-width: 1200px) {
.footer__wrapper {
}
}
@media (min-width: 1200px) {
.footer__inner-wrapper {
-webkit-transform: skewY(2deg);
-ms-transform: skewY(2deg);
transform: skewY(2deg);
max-width: 1200px;
margin: 0 auto
}
}
@media (min-width: 768px) {
.footer__logos {
float:left;
width: 30%;
padding-bottom: 1.5rem
}
}
.footer a {
color: #fff;
}
.footer__logo-link {
display: block;
margin-bottom: 1rem;
}
.footer__logo-link img {
max-width: 250px;
}
.footer__row {
color: rgba(255, 255, 255, 0.8);
font-size: 0.9rem;
line-height: 1.5;
}
@media (min-width: 768px) {
.footer__row {
float:right;
width: 70%;
font-size: 1.1rem;
padding-bottom: 2rem;
padding-top: 3rem
}
}
@media (min-width: 1200px) {
.footer__row {
font-size: 1rem
}
}
@media (min-width: 768px) {
.footer__column {
width: 50%;
padding: 1rem
}
}
@media (min-width: 768px) {
.footer__column--1 {
float:left;
text-align: right
}
}
.footer__column--2 {
margin-top: 1rem;
}
@media (min-width: 768px) {
.footer__column--2 {
float: right;
margin-top: 0;
text-align-last: left;
border-left: 1px solid rgba(255, 255, 255, 0.7)
}
}
.footer__copyright {
color: rgba(255, 255, 255, 0.6);
font-size: 0.85rem;
border-top: 1px solid rgba(255, 255, 255, 0.6);
padding-top: 1rem;
line-height: 1.4;
clear:both;
}
@media (min-width: 768px) {
.footer__copyright {
font-size: 1rem;
padding-top: 1.5rem
}
}
@media (min-width: 1200px) {
.footer__copyright {
font-size: 0.9rem
}
}
.footer .country-name {
display: none;
}
.footer__social-media {
margin-bottom: 2rem;
}
@media (min-width: 1024px) {
.footer__social-media {
margin-bottom: 0;
margin-top: -3rem
}
}
.footer__social-media a {
font-size: 2rem;
margin: 0 1rem;
}
@media (min-width: 768px) {
.footer__social-media a {
font-size: 3rem;
margin: 0 1rem
}
}
.footer__social-media a:hover {
color: #87CC2F;
} | 0.388734 | 0.077274 |
Created on : Jan 16, 2017, 9:28:06 AM
Author : it
By : Taninut.BM
ย้าย style ที่เขียนแยกไว้ตามหน้า view ต่าง ๆ
*/
.selection{
display: block;
width: 100%;
/*height: 46px;*/
padding: 6px 12px;
font-size: 1em;
font-weight: 300;
line-height: 1.42857143;
color: #292c2e;
background: transparent;
border: 1px solid rgba(255,212,36,.9);
border-radius: 0;
box-shadow: none;
}
.select2-container--krajee .select2-selection{
-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);
background-color: #fff;
/* border: 1px solid #ccc;*/
border-radius: 4px;
color: #555555;
font-size: 14px;
outline: 0;
border: none;
border-color: transparent;
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
/*height: 28px;*/
user-select: none;
-webkit-user-select: none;
}
.select2-container--krajee .select2-selection {
-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);
background-color: #fff;
border: 0px solid rgba(204, 204, 204, 0);
border-radius: 0px;
color: #555555;
font-size: 14px;
outline: 0;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
border: none;
/* border-left: 1px solid #aaa; */
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
position: absolute;
height: 32px;
top: 6px;
right: -2px;
width: 20px;
}
.select2-container--krajee.select2-container--disabled .select2-selection, .select2-container--krajee.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
background-color: #f5f5f5;
}
.select2-container--krajee .select2-selection--single .select2-selection__rendered {
color: #000;
padding: 0;
}
.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
color: #000;
}
.select2-container--krajee .select2-dropdown {
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
border-color: #66afe9;
overflow-x: hidden;
margin-top: -1px;
padding: 15px;
} | frontend/themes/costfit/assets/css/style-interpolate-cosxy.css | Created on : Jan 16, 2017, 9:28:06 AM
Author : it
By : Taninut.BM
ย้าย style ที่เขียนแยกไว้ตามหน้า view ต่าง ๆ
*/
.selection{
display: block;
width: 100%;
/*height: 46px;*/
padding: 6px 12px;
font-size: 1em;
font-weight: 300;
line-height: 1.42857143;
color: #292c2e;
background: transparent;
border: 1px solid rgba(255,212,36,.9);
border-radius: 0;
box-shadow: none;
}
.select2-container--krajee .select2-selection{
-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);
background-color: #fff;
/* border: 1px solid #ccc;*/
border-radius: 4px;
color: #555555;
font-size: 14px;
outline: 0;
border: none;
border-color: transparent;
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
/*height: 28px;*/
user-select: none;
-webkit-user-select: none;
}
.select2-container--krajee .select2-selection {
-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);
background-color: #fff;
border: 0px solid rgba(204, 204, 204, 0);
border-radius: 0px;
color: #555555;
font-size: 14px;
outline: 0;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
border: none;
/* border-left: 1px solid #aaa; */
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
position: absolute;
height: 32px;
top: 6px;
right: -2px;
width: 20px;
}
.select2-container--krajee.select2-container--disabled .select2-selection, .select2-container--krajee.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
background-color: #f5f5f5;
}
.select2-container--krajee .select2-selection--single .select2-selection__rendered {
color: #000;
padding: 0;
}
.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
color: #000;
}
.select2-container--krajee .select2-dropdown {
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
border-color: #66afe9;
overflow-x: hidden;
margin-top: -1px;
padding: 15px;
} | 0.242654 | 0.195345 |
*{
padding : 0;
margin: 0;
font-family: Helvetica;
}
a {
text-decoration: none;
color : inherit;
}
img{
width : 100%;
}
.container {
width : 80%;
margin : 0 auto;
}
header {
border-bottom: 1px solid rgba(0,0,0,0.05);
box-shadow: 1px 2px 3px #ddd;
background-color: #fff;
width : 100%;
display: flex;
z-index: 100;
flex-direction: row;
padding-bottom: 2px;
max-height: 65px;
box-sizing: border-box;
}
.container {
width : 80%;
margin : 0 auto;
}
header .container{
display: flex;
flex-direction: row;
align-items: center;
}
header .container .item{
padding : 20px 20px;
color : #333;
cursor : pointer;
font-weight: bold;
border-bottom: 2px solid transparent;
box-sizing : border-box;
transition: all 0.2s ease-out;
}
header .container .item.social{
padding : 20px 15px;
}
header .container .item.logo{
margin-right: 50px;
}
header .container .item.social:hover{
/*color : rgba(100,100,100,0.4);*/
color : rgba(247, 76, 76, 1);
border-bottom: 2px solid transparent;
}
header .container .item:hover {
border-bottom: 2px solid rgba(247, 76, 76, 0.3);
color: rgba(247, 76, 76, 0.8);
}
header .container .item.logo:hover{
border-bottom: 2px solid transparent;
}
header .container .item-right{
display: flex;
flex-direction: row;
align-items: center;
margin-left: auto;
}
.toggle-d{
display: none;
}
.btn{
padding : 10px 15px;
background-color: #fff;
border : 2px solid rgba(100,100,100,0.2);
border-radius: 2px;
box-sizing: border-box;
cursor: pointer;
outline: none;
}
.btn-toggle {
border : 2px solid transparent;
font-weight: bold;
transition: all 0.2s ease-out;
}
.btn-toggle:hover {
color: rgba(247, 76, 76, 0.8);
}
.slider {
max-height:400px;
overflow-y: hidden;
}
.content{
top: 65px;
width : 100%;
background-color : rgba(100,100,100,0.1);
position: absolute;
width : 100%;
}
.content-data{
width:100%;
background-color : #fff;
display: block;
/*box-sizing: border-box;*/
padding: 50px 0;
}
.content-data h1{
color : #333;
font-weight: lighter;
margin-bottom: 20px;
}
@media(max-width: 768px){
.container {
width :85%;
margin:0 auto;
}
.toggle.hidden{
display: none;
}
.toggle-d{
display: block;
}
nav.mobile {
top : 65px;
position: fixed;
width : 250px;
left: 0;
z-index : 99;
background-color: #fff;
font-size: 13px;
font-weight: bold;
border-left : 1px solid rgba(100,100,100,0.2);
border-right : 1px solid rgba(100,100,100,0.2);
height: 100%;
display: block !important;
transition: all 0.2s ease-out;
overflow-y: auto;
}
nav.mobile .item{
padding : 0.8em 1.2em;
display: block;
border : none !important;
}
nav.mobile .item .item:hover{
color: rgba(247, 76, 76, 0.8);
}
nav.mobile .mobile-header{
color : #000;
display: block !important;
}
nav.mobile .item-right .social{
display: flex;
flex-direction: row;
align-items: center;
text-align: center;
margin : 0 auto;
}
nav.mobile .item-right{
width : 85%;
margin : 0 auto;
}
nav.mobile .item.social{
color : #333;
}
nav.mobile .item.social:hover{
color: rgba(247, 76, 76, 0.9);
}
.left {
left:0;
margin-left:-250px;
}
.visible {
margin : 0;
}
} | style.css | *{
padding : 0;
margin: 0;
font-family: Helvetica;
}
a {
text-decoration: none;
color : inherit;
}
img{
width : 100%;
}
.container {
width : 80%;
margin : 0 auto;
}
header {
border-bottom: 1px solid rgba(0,0,0,0.05);
box-shadow: 1px 2px 3px #ddd;
background-color: #fff;
width : 100%;
display: flex;
z-index: 100;
flex-direction: row;
padding-bottom: 2px;
max-height: 65px;
box-sizing: border-box;
}
.container {
width : 80%;
margin : 0 auto;
}
header .container{
display: flex;
flex-direction: row;
align-items: center;
}
header .container .item{
padding : 20px 20px;
color : #333;
cursor : pointer;
font-weight: bold;
border-bottom: 2px solid transparent;
box-sizing : border-box;
transition: all 0.2s ease-out;
}
header .container .item.social{
padding : 20px 15px;
}
header .container .item.logo{
margin-right: 50px;
}
header .container .item.social:hover{
/*color : rgba(100,100,100,0.4);*/
color : rgba(247, 76, 76, 1);
border-bottom: 2px solid transparent;
}
header .container .item:hover {
border-bottom: 2px solid rgba(247, 76, 76, 0.3);
color: rgba(247, 76, 76, 0.8);
}
header .container .item.logo:hover{
border-bottom: 2px solid transparent;
}
header .container .item-right{
display: flex;
flex-direction: row;
align-items: center;
margin-left: auto;
}
.toggle-d{
display: none;
}
.btn{
padding : 10px 15px;
background-color: #fff;
border : 2px solid rgba(100,100,100,0.2);
border-radius: 2px;
box-sizing: border-box;
cursor: pointer;
outline: none;
}
.btn-toggle {
border : 2px solid transparent;
font-weight: bold;
transition: all 0.2s ease-out;
}
.btn-toggle:hover {
color: rgba(247, 76, 76, 0.8);
}
.slider {
max-height:400px;
overflow-y: hidden;
}
.content{
top: 65px;
width : 100%;
background-color : rgba(100,100,100,0.1);
position: absolute;
width : 100%;
}
.content-data{
width:100%;
background-color : #fff;
display: block;
/*box-sizing: border-box;*/
padding: 50px 0;
}
.content-data h1{
color : #333;
font-weight: lighter;
margin-bottom: 20px;
}
@media(max-width: 768px){
.container {
width :85%;
margin:0 auto;
}
.toggle.hidden{
display: none;
}
.toggle-d{
display: block;
}
nav.mobile {
top : 65px;
position: fixed;
width : 250px;
left: 0;
z-index : 99;
background-color: #fff;
font-size: 13px;
font-weight: bold;
border-left : 1px solid rgba(100,100,100,0.2);
border-right : 1px solid rgba(100,100,100,0.2);
height: 100%;
display: block !important;
transition: all 0.2s ease-out;
overflow-y: auto;
}
nav.mobile .item{
padding : 0.8em 1.2em;
display: block;
border : none !important;
}
nav.mobile .item .item:hover{
color: rgba(247, 76, 76, 0.8);
}
nav.mobile .mobile-header{
color : #000;
display: block !important;
}
nav.mobile .item-right .social{
display: flex;
flex-direction: row;
align-items: center;
text-align: center;
margin : 0 auto;
}
nav.mobile .item-right{
width : 85%;
margin : 0 auto;
}
nav.mobile .item.social{
color : #333;
}
nav.mobile .item.social:hover{
color: rgba(247, 76, 76, 0.9);
}
.left {
left:0;
margin-left:-250px;
}
.visible {
margin : 0;
}
} | 0.48121 | 0.099339 |
:root {
--color1: #645AA5;
--color2: #8E3B88;
--color3: #E8314F;
--color4: #F47726;
--color5: gray;
--color1-light: #e0deed;
--color2-light: #ecd3eb;
--color3-light: #fad5db;
--color4-light: #fce3d3;
--color5-light: #ddd;
}
/* ============= logo ============= */
.logo-text {
color: #645AA5;
}
.logo i:nth-child(1) {
color: #645AA5;
}
.logo i:nth-child(2) {
color: #8E3B88;
transform: rotate(-5deg) translate(-.07em, -.2em);
}
.logo i:nth-child(3) {
color: #E8314F;
transform: rotate(5deg) translateY(-.4em);
}
.logo i:nth-child(4) {
color: #F47726;
transform: rotate(-5deg) translateX(-.15em);
}
/* ============= user ============= */
.user-picture {
width: 64px;
height: 64px;
background: #aaa;
border-radius: 50%;
}
.user-picture-sm {
width: 48px;
height: 48px;
background: #aaa;
border-radius: 50%;
}
.user-picture-xs {
width: 32px;
width: 32px;
background: #aaa;
border-radius: 50%;
}
/*.notification-count {
position: absolute;
top: 15px;
right: 15px;
margin-right: -15px;
}*/
.user a:hover {
text-decoration: none;
}
/* ============= playlist selector ========= */
.hidden-input {
opacity: 0;
position: absolute;
width: 0px;
height: 0px;
}
/* ============= card selector ============= */
.hidden-checkbox {
opacity: 0;
position: absolute;
width: 0px;
height: 0px;
}
.form-check-label {
cursor: pointer;
}
.selected-item {
background: var(--success);
color: var(--white);
}
.selected-item img {
filter: opacity(.5);
}
.selected-item div:before {
font: 400 13.3333px Arial;
font-size: 1.5rem;
position: absolute;
top: 10px;
left: 10px;
content: "\f1e0";
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
font-family: "Font Awesome 5 Free";
}
/* ============= speech to text ============= */
.stt-button {
background: white;
color: var(--secondary);
margin: .1rem;
/*padding: .120rem .575rem;*/
padding: .0rem .5rem;
font-size: 135%;
}
.stt-recording {
background: red;
color: white;
animation: stt-recording-anim .5s steps(2, end) infinite;
animation-direction: alternate;
}
.stt-recording:hover {
background: red;
color: white;
animation: stt-recording-anim .5s steps(2, end) infinite;
animation-direction: alternate;
}
@keyframes stt-recording-anim {
0% { color: white; }
100% { color: red; }
}
.stt-input {
padding: 0px;
}
.stt-input input[type="text"] {
width: 100%;
height: calc(2.25rem + 2px);
line-height: 1.5;
font-weight: 400;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
padding: .375rem .75rem;
font-size: 1rem;
display: block;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid var(--secondary);
overflow: visible;
margin-right: 24px;
}
.stt-input input[type="text"]:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
z-index: 3;
}
.stt-input .stt-button {
position: absolute;
overflow: visible;
top: 0px;
right: 0px;
}
.stt-textarea {
position: relative;
}
.stt-textarea .stt-button {
position: absolute;
overflow: visible;
top: 0px;
right: 0px;
font-size: 1.7rem;
border: 1px solid var(--secondary);
margin: .5rem;
padding-left: .75rem;
padding-right: .75rem;
}
/* ================ comment bubble =============== */
.bubble-arrow {
content: url(/static/img/bubble-arrow.svg);
position: relative;
top: -44px;
left: 69px;
width: 12px;
height: 16px;
z-index: 0;
}
.bubble-text {
z-index: 1;
background: lightgray;
position:relative;
top: -80px;
margin-left: 80px;
margin-bottom: -72px;
padding: 16px;
border-radius: 10px
}
.bubble-text a {
text-decoration: none;
color: var(--dark);
}
a:target .bubble-text {
border: 3px solid var(--primary);
}
.shared-list-users {
margin: 0rem 1rem 0rem 1rem;
}
.shared-list-comment {
display: inline-block; margin-left: 1rem; margin-top: 1rem; background: #ddd; padding: .5rem 1rem .5rem 1rem;border-radius: .5rem;position: relative; left: 0px; top: 0px;
}
/* ================ search bar =============== */
.prompt-select:focus {
z-index:3;
}
/* ================ misc =============== */
body {
padding-top: 4rem;
}
/* hack to increase the size of buttons on larger tablets */
@media(min-width:992px){
html {
zoom: 1.2;
}
}
.modal-body {
text-align: left !important;
}
.player {
background: black;
}
.playlist-container {
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
background-size: cover;
}
.playlist-regular {
background-color: #b3b3b3;
}
.playlist-empty {
background-image: url('/static/img/playlist-folder.svg');
}
.playlist-add {
background-color: #b3b3b3;
background-image: url('/static/img/playlist-add.svg');
}
.card-img-4 img {
width: 50%;
border-radius: 0px;
}
.card-img-4 img:nth-child(1) {
border-top-left-radius: calc(.25rem - 1px);
}
.card-img-4 img:nth-child(2) {
border-top-right-radius: calc(.25rem - 1px);
}
.no-decoration:hover {
text-decoration: none;
}
.no-decoration {
color: var(--dark);
}
.card-add-item .card-body:not(.normal-card-text) {
padding-top: 10px;
height: 64px;
display: block;
font-size: 24px;
}
/* =================== prompts ================= */
.idle {
animation: idleBlinker 2s linear;
}
@keyframes idleBlinker {
0% {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
25% {
-webkit-box-shadow: 0 0 3rem 0 green;
-moz-box-shadow: 0 0 3rem 0 green;
box-shadow: 0 0 3rem 0 green;
}
50% {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
75% {
-webkit-box-shadow: 0 0 3rem 0 green;
-moz-box-shadow: 0 0 3rem 0 green;
box-shadow: 0 0 3rem 0 green;
}
100% {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
}
.arrow-prompt {
position: fixed;
bottom: 20px;
left: 20px;
font-size: 5rem;
opacity: 0;
color: green;
}
.arrow-prompt.idle {
animation: arrowIdleBlinker 2s linear;
}
@keyframes arrowIdleBlinker {
0% {
opacity: 0;
text-shadow: 0 0 0 transparent;
}
25% {
opacity: 1;
text-shadow: 0 0 3rem green;
}
50% {
opacity: 0;
text-shadow: 0 0 0 transparent;
}
75% {
opacity: 1;
text-shadow: 0 0 3rem green;
}
100% {
opacity: 0;
text-shadow: 0 0 0 transparent;
}
}
/* =================== navbar ================= */
.nav-item {
font-size: 200%;
border: 1px solid rgba(0, 0, 0, .25);
border-radius: .25rem;
margin-left: .5rem;
margin-right: .5rem;
padding-left: .5rem;
padding-right: .5rem;
min-width: 4.3rem;
text-align: center;
}
.navbar-collapse.show .nav-link {
padding-left: .5rem;
padding-right: .5rem;
}
.navbar-collapse.collapsing .nav-link {
padding-left: .5rem;
padding-right: .5rem;
}
.navbar-collapse.show .navbar-nav {
display:inline-block;
margin-top: .5rem;
}
.navbar-collapse.show .nav-item {
margin: .25rem;
padding-left: .5rem;
display: inline-block;
}
.navbar-collapse.collapsing .navbar-nav {
display:inline-block;
margin-top: .5rem;
}
.navbar-collapse.collapsing .nav-item {
margin: .25rem;
display: inline-block;
}
.nav-user-picture {
max-width: 4.125rem;
max-height: 4.125rem;
border-radius: 50%;
background: var(--warning);
}
.notification-container {
position: relative;
}
.notification-count {
font-size: 40%;
position: absolute;
top: 3em;
right: -3px;
overflow: visible;
border: 1px solid #f8f9fa!important;
}
.nav-item.active:nth-child(1) {
border-color: var(--color1) !important;
background-color: var(--color1-light) !important;
}
.nav-item.active:nth-child(1) > .nav-link {
color: var(--color1) !important;
}
.nav-item.active:nth-child(2) {
border-color: var(--color2) !important;
background-color: var(--color2-light) !important;
}
.nav-item.active:nth-child(2) > .nav-link {
color: var(--color2) !important;
}
.nav-item.active:nth-child(3) {
border-color: var(--color3) !important;
background-color: var(--color3-light) !important;
}
.nav-item.active:nth-child(3) > .nav-link {
color: var(--color3) !important;
}
.nav-item.active:nth-child(4) {
border-color: var(--color4) !important;
background-color: var(--color4-light) !important;
}
.nav-item.active:nth-child(4) > .nav-link {
color: var(--color4) !important;
}
.nav-item.active:nth-child(5) {
border-color: var(--color5) !important;
background-color: var(--color5-light) !important;
}
.nav-item.active:nth-child(5) > .nav-link {
color: var(--color5) !important;
}
.nav-item.active:nth-child(6) {
border-color: var(--color6) !important;
background-color: var(--color6-light) !important;
}
.nav-item.active:nth-child(6) > .nav-link {
color: var(--color6) !important;
}
/* =============== qrcode scanner ============== */
.video-container {
display: inline-block;
}
.corners {
display: block;
width: 320px;
height: 240px;
position: relative;
margin-top: -248px;
}
.corners i {
display: inline-block;
width: 32px;
height: 32px;
position: absolute;
box-sizing: border-box;
}
.corners i:nth-child(1) {
border-left: 4px solid black;
border-top: 4px solid black;
left: 56px;
top: 16px;
}
.corners i:nth-child(2) {
border-right: 4px solid black;
border-top: 4px solid black;
right: 56px;
top: 16px;
}
.corners i:nth-child(3) {
border-right: 4px solid black;
border-bottom: 4px solid black;
right: 56px;
bottom: 16px;
}
.corners i:nth-child(4) {
border-left: 4px solid black;
border-bottom: 4px solid black;
left: 56px;
bottom: 16px;
}
#qr-video {
display: inline-block;
background: gray;
}
.modal-body {
text-align: center;
} | static/style.css | :root {
--color1: #645AA5;
--color2: #8E3B88;
--color3: #E8314F;
--color4: #F47726;
--color5: gray;
--color1-light: #e0deed;
--color2-light: #ecd3eb;
--color3-light: #fad5db;
--color4-light: #fce3d3;
--color5-light: #ddd;
}
/* ============= logo ============= */
.logo-text {
color: #645AA5;
}
.logo i:nth-child(1) {
color: #645AA5;
}
.logo i:nth-child(2) {
color: #8E3B88;
transform: rotate(-5deg) translate(-.07em, -.2em);
}
.logo i:nth-child(3) {
color: #E8314F;
transform: rotate(5deg) translateY(-.4em);
}
.logo i:nth-child(4) {
color: #F47726;
transform: rotate(-5deg) translateX(-.15em);
}
/* ============= user ============= */
.user-picture {
width: 64px;
height: 64px;
background: #aaa;
border-radius: 50%;
}
.user-picture-sm {
width: 48px;
height: 48px;
background: #aaa;
border-radius: 50%;
}
.user-picture-xs {
width: 32px;
width: 32px;
background: #aaa;
border-radius: 50%;
}
/*.notification-count {
position: absolute;
top: 15px;
right: 15px;
margin-right: -15px;
}*/
.user a:hover {
text-decoration: none;
}
/* ============= playlist selector ========= */
.hidden-input {
opacity: 0;
position: absolute;
width: 0px;
height: 0px;
}
/* ============= card selector ============= */
.hidden-checkbox {
opacity: 0;
position: absolute;
width: 0px;
height: 0px;
}
.form-check-label {
cursor: pointer;
}
.selected-item {
background: var(--success);
color: var(--white);
}
.selected-item img {
filter: opacity(.5);
}
.selected-item div:before {
font: 400 13.3333px Arial;
font-size: 1.5rem;
position: absolute;
top: 10px;
left: 10px;
content: "\f1e0";
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
font-family: "Font Awesome 5 Free";
}
/* ============= speech to text ============= */
.stt-button {
background: white;
color: var(--secondary);
margin: .1rem;
/*padding: .120rem .575rem;*/
padding: .0rem .5rem;
font-size: 135%;
}
.stt-recording {
background: red;
color: white;
animation: stt-recording-anim .5s steps(2, end) infinite;
animation-direction: alternate;
}
.stt-recording:hover {
background: red;
color: white;
animation: stt-recording-anim .5s steps(2, end) infinite;
animation-direction: alternate;
}
@keyframes stt-recording-anim {
0% { color: white; }
100% { color: red; }
}
.stt-input {
padding: 0px;
}
.stt-input input[type="text"] {
width: 100%;
height: calc(2.25rem + 2px);
line-height: 1.5;
font-weight: 400;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
padding: .375rem .75rem;
font-size: 1rem;
display: block;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid var(--secondary);
overflow: visible;
margin-right: 24px;
}
.stt-input input[type="text"]:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
z-index: 3;
}
.stt-input .stt-button {
position: absolute;
overflow: visible;
top: 0px;
right: 0px;
}
.stt-textarea {
position: relative;
}
.stt-textarea .stt-button {
position: absolute;
overflow: visible;
top: 0px;
right: 0px;
font-size: 1.7rem;
border: 1px solid var(--secondary);
margin: .5rem;
padding-left: .75rem;
padding-right: .75rem;
}
/* ================ comment bubble =============== */
.bubble-arrow {
content: url(/static/img/bubble-arrow.svg);
position: relative;
top: -44px;
left: 69px;
width: 12px;
height: 16px;
z-index: 0;
}
.bubble-text {
z-index: 1;
background: lightgray;
position:relative;
top: -80px;
margin-left: 80px;
margin-bottom: -72px;
padding: 16px;
border-radius: 10px
}
.bubble-text a {
text-decoration: none;
color: var(--dark);
}
a:target .bubble-text {
border: 3px solid var(--primary);
}
.shared-list-users {
margin: 0rem 1rem 0rem 1rem;
}
.shared-list-comment {
display: inline-block; margin-left: 1rem; margin-top: 1rem; background: #ddd; padding: .5rem 1rem .5rem 1rem;border-radius: .5rem;position: relative; left: 0px; top: 0px;
}
/* ================ search bar =============== */
.prompt-select:focus {
z-index:3;
}
/* ================ misc =============== */
body {
padding-top: 4rem;
}
/* hack to increase the size of buttons on larger tablets */
@media(min-width:992px){
html {
zoom: 1.2;
}
}
.modal-body {
text-align: left !important;
}
.player {
background: black;
}
.playlist-container {
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
background-size: cover;
}
.playlist-regular {
background-color: #b3b3b3;
}
.playlist-empty {
background-image: url('/static/img/playlist-folder.svg');
}
.playlist-add {
background-color: #b3b3b3;
background-image: url('/static/img/playlist-add.svg');
}
.card-img-4 img {
width: 50%;
border-radius: 0px;
}
.card-img-4 img:nth-child(1) {
border-top-left-radius: calc(.25rem - 1px);
}
.card-img-4 img:nth-child(2) {
border-top-right-radius: calc(.25rem - 1px);
}
.no-decoration:hover {
text-decoration: none;
}
.no-decoration {
color: var(--dark);
}
.card-add-item .card-body:not(.normal-card-text) {
padding-top: 10px;
height: 64px;
display: block;
font-size: 24px;
}
/* =================== prompts ================= */
.idle {
animation: idleBlinker 2s linear;
}
@keyframes idleBlinker {
0% {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
25% {
-webkit-box-shadow: 0 0 3rem 0 green;
-moz-box-shadow: 0 0 3rem 0 green;
box-shadow: 0 0 3rem 0 green;
}
50% {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
75% {
-webkit-box-shadow: 0 0 3rem 0 green;
-moz-box-shadow: 0 0 3rem 0 green;
box-shadow: 0 0 3rem 0 green;
}
100% {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
}
.arrow-prompt {
position: fixed;
bottom: 20px;
left: 20px;
font-size: 5rem;
opacity: 0;
color: green;
}
.arrow-prompt.idle {
animation: arrowIdleBlinker 2s linear;
}
@keyframes arrowIdleBlinker {
0% {
opacity: 0;
text-shadow: 0 0 0 transparent;
}
25% {
opacity: 1;
text-shadow: 0 0 3rem green;
}
50% {
opacity: 0;
text-shadow: 0 0 0 transparent;
}
75% {
opacity: 1;
text-shadow: 0 0 3rem green;
}
100% {
opacity: 0;
text-shadow: 0 0 0 transparent;
}
}
/* =================== navbar ================= */
.nav-item {
font-size: 200%;
border: 1px solid rgba(0, 0, 0, .25);
border-radius: .25rem;
margin-left: .5rem;
margin-right: .5rem;
padding-left: .5rem;
padding-right: .5rem;
min-width: 4.3rem;
text-align: center;
}
.navbar-collapse.show .nav-link {
padding-left: .5rem;
padding-right: .5rem;
}
.navbar-collapse.collapsing .nav-link {
padding-left: .5rem;
padding-right: .5rem;
}
.navbar-collapse.show .navbar-nav {
display:inline-block;
margin-top: .5rem;
}
.navbar-collapse.show .nav-item {
margin: .25rem;
padding-left: .5rem;
display: inline-block;
}
.navbar-collapse.collapsing .navbar-nav {
display:inline-block;
margin-top: .5rem;
}
.navbar-collapse.collapsing .nav-item {
margin: .25rem;
display: inline-block;
}
.nav-user-picture {
max-width: 4.125rem;
max-height: 4.125rem;
border-radius: 50%;
background: var(--warning);
}
.notification-container {
position: relative;
}
.notification-count {
font-size: 40%;
position: absolute;
top: 3em;
right: -3px;
overflow: visible;
border: 1px solid #f8f9fa!important;
}
.nav-item.active:nth-child(1) {
border-color: var(--color1) !important;
background-color: var(--color1-light) !important;
}
.nav-item.active:nth-child(1) > .nav-link {
color: var(--color1) !important;
}
.nav-item.active:nth-child(2) {
border-color: var(--color2) !important;
background-color: var(--color2-light) !important;
}
.nav-item.active:nth-child(2) > .nav-link {
color: var(--color2) !important;
}
.nav-item.active:nth-child(3) {
border-color: var(--color3) !important;
background-color: var(--color3-light) !important;
}
.nav-item.active:nth-child(3) > .nav-link {
color: var(--color3) !important;
}
.nav-item.active:nth-child(4) {
border-color: var(--color4) !important;
background-color: var(--color4-light) !important;
}
.nav-item.active:nth-child(4) > .nav-link {
color: var(--color4) !important;
}
.nav-item.active:nth-child(5) {
border-color: var(--color5) !important;
background-color: var(--color5-light) !important;
}
.nav-item.active:nth-child(5) > .nav-link {
color: var(--color5) !important;
}
.nav-item.active:nth-child(6) {
border-color: var(--color6) !important;
background-color: var(--color6-light) !important;
}
.nav-item.active:nth-child(6) > .nav-link {
color: var(--color6) !important;
}
/* =============== qrcode scanner ============== */
.video-container {
display: inline-block;
}
.corners {
display: block;
width: 320px;
height: 240px;
position: relative;
margin-top: -248px;
}
.corners i {
display: inline-block;
width: 32px;
height: 32px;
position: absolute;
box-sizing: border-box;
}
.corners i:nth-child(1) {
border-left: 4px solid black;
border-top: 4px solid black;
left: 56px;
top: 16px;
}
.corners i:nth-child(2) {
border-right: 4px solid black;
border-top: 4px solid black;
right: 56px;
top: 16px;
}
.corners i:nth-child(3) {
border-right: 4px solid black;
border-bottom: 4px solid black;
right: 56px;
bottom: 16px;
}
.corners i:nth-child(4) {
border-left: 4px solid black;
border-bottom: 4px solid black;
left: 56px;
bottom: 16px;
}
#qr-video {
display: inline-block;
background: gray;
}
.modal-body {
text-align: center;
} | 0.387111 | 0.207014 |
*{
list-style: none;
}
.main{
width: 800px;
height: 480px;
margin: auto;
overflow: hidden;
background: gray;
position: relative;
}
.swp1{
display: -webkit-flex;
width: 2088px;
-webkit-transform: translateY(-50%);
top: 50%;
position: relative;
}
.swp1 li{
margin: 10px 10px;
width: 154px;
height: 228px;
overflow: hidden;
transition: width 0.5s;
background: #82c8e89c;
border-radius: 30px;
text-align: center;
font-size: 30px;
}
.swp1 img{
width: 308px;
/* height: 228px; */
}
.swp1 .swp1_active{
width: 308px;
/* height: 228px; */
/* transition: width 0.5s; */
outline: green solid 5px;
}
img { -webkit-user-drag: none; }
button{
width: 100px;
font-size: 30px;
border: #795548 solid 2px;
margin: 0 20px;
}
.swp2{
/* width: 1070px;
-webkit-transform: translateY(-50%);
display: -webkit-flex;
top: 50%;
position: relative; */
width: 800px;
position: relative;
height: 690px;
-webkit-transform: translateY(0);
}
.item{
display: none;
width: 800px;
height: 480px;
margin: auto;
overflow: hidden;
background: gray;
position: relative;
}
.item_active{
display: block;
}
.bt{
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
margin: auto;
bottom: 10px;
}
.swp3{
width: 100px;
height: 140px;
overflow-y: auto;
text-align: center
}
.swp3 li{
font-size: 20px;
}
.swp3 .swp3_active{
font-size: 30px;
color: blue;
}
.swp4{
top: 10px;
position: absolute;
right: 40px;
}
::-webkit-scrollbar {
display: none; /* Chrome Safari */
}
.rq{
width: 500px;
height: 30px;
background: #6aacdf6e;
overflow: hidden;
margin-top: 50px;
}
.process{
position: relative;
width: 450px;
height: 3px;
}
.process p{
position: relative;
width: 10%;
height: 3px;
background: chocolate;
}
.process i{
position: absolute;
width: 9px;
height: 9px;
border-radius: 5px;
background: green;
left: 10%;
top: -3px;
} | canvasDemo/animation/css/style.css | *{
list-style: none;
}
.main{
width: 800px;
height: 480px;
margin: auto;
overflow: hidden;
background: gray;
position: relative;
}
.swp1{
display: -webkit-flex;
width: 2088px;
-webkit-transform: translateY(-50%);
top: 50%;
position: relative;
}
.swp1 li{
margin: 10px 10px;
width: 154px;
height: 228px;
overflow: hidden;
transition: width 0.5s;
background: #82c8e89c;
border-radius: 30px;
text-align: center;
font-size: 30px;
}
.swp1 img{
width: 308px;
/* height: 228px; */
}
.swp1 .swp1_active{
width: 308px;
/* height: 228px; */
/* transition: width 0.5s; */
outline: green solid 5px;
}
img { -webkit-user-drag: none; }
button{
width: 100px;
font-size: 30px;
border: #795548 solid 2px;
margin: 0 20px;
}
.swp2{
/* width: 1070px;
-webkit-transform: translateY(-50%);
display: -webkit-flex;
top: 50%;
position: relative; */
width: 800px;
position: relative;
height: 690px;
-webkit-transform: translateY(0);
}
.item{
display: none;
width: 800px;
height: 480px;
margin: auto;
overflow: hidden;
background: gray;
position: relative;
}
.item_active{
display: block;
}
.bt{
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
margin: auto;
bottom: 10px;
}
.swp3{
width: 100px;
height: 140px;
overflow-y: auto;
text-align: center
}
.swp3 li{
font-size: 20px;
}
.swp3 .swp3_active{
font-size: 30px;
color: blue;
}
.swp4{
top: 10px;
position: absolute;
right: 40px;
}
::-webkit-scrollbar {
display: none; /* Chrome Safari */
}
.rq{
width: 500px;
height: 30px;
background: #6aacdf6e;
overflow: hidden;
margin-top: 50px;
}
.process{
position: relative;
width: 450px;
height: 3px;
}
.process p{
position: relative;
width: 10%;
height: 3px;
background: chocolate;
}
.process i{
position: absolute;
width: 9px;
height: 9px;
border-radius: 5px;
background: green;
left: 10%;
top: -3px;
} | 0.389198 | 0.055875 |
@import url(https://fonts.googleapis.com/css?family=Black+Ops+One);
.fonts{
font-family: 'Black Ops One', cursive;
}
.circle{
border-radius:100%;
background-color: white;
margin: auto;
}
#brand{
font-family: 'Black Ops One', cursive;
}
#simone-body{
width:300px;
height:300px;
background-color: rgb(22,12,10);
box-shadow: 10px 10px 5px #888888;
}
#tl {
position : relative;
float:left;
margin-top: 20px;
margin-left: 20px;
top: 0;
width:120px;
height:120px;
background-color: rgb(1,126,83);
border-top-left-radius: 100%;
cursor: pointer;
}
#tr {
position : relative;
float:right;
margin-top: 20px;
margin-right: 20px;
top: 0;
width:120px;
height:120px;
background-color: rgb(174,31,0);
border-top-right-radius: 100%;
cursor: pointer;
}
#bl {
position : relative;
float:left;
margin-bottom: 20px;
margin-top: 10px;
margin-left: 20px;
width:120px;
height:120px;
background-color: rgb(172,147,0);
border-bottom-left-radius: 100%;
cursor: pointer;
}
#br {
position : relative;
float:right;
margin-bottom: 20px;
margin-top: 10px;
margin-right:20px;
width:120px;
height:120px;
background-color: rgb(0,83,115);
border-bottom-right-radius: 100%;
cursor: pointer;
}
#center{
position : relative;
margin: auto;
top: 75px;
width:150px;
height:150px;
z-index: 1;
background-color: rgb(22,12,10);
border-radius: 100%;
}
#plate-center{
position: relative;
margin: auto;
top: 12px;
width:125px;
height:125px;
z-index: 1;
background-color: rgb(242,219,187);
border-radius: 100%;
border: 3px double rgb(22,12,10);
}
#logo-center{
position: relative;
margin: auto;
top: 3px;
width:111px;
height:49px;
z-index: 1;
background-color: rgb(22,12,10);
border-radius: 90px 90px 0 0;
-moz-border-radius: 90px 90px 0 0;
-webkit-border-radius: 90px 90px 0 0;
}
#panel-center{
position: relative;
margin: auto;
top: 7px;
width:111px;
height:60px;
z-index: 1;
border:1px solid rgb(22,12,10);
border-radius: 0px 0px 90px 90px;
-moz-border-radius: 0px 0px 90px 90px;
-webkit-border-radius: 0px 0px 90px 90px;
font-family: 'Black Ops One', cursive;
font-size: 5px;
}
#button-difficulty-container{
position: absolute;
margin: auto;
top: 32px;
left: 39px;
height:25px;
z-index: 1;
}
#button-difficulty-button{
position : absolute;
top: 13px;
width:20px;
height:7px;
z-index: 1;
background-color: rgb(0,129,178);
border: 1px solid black;
cursor: pointer;
}
#button-difficulty-hole {
position: relative;
top: 0px;
left: 9px;
width: 1px;
height: 6px;
z-index: 10;
background-color: black;
}
#button-start-button{
position : absolute;
top:7px;
left:30px;
width:15px;
height:15px;
z-index: 1;
background-color: rgb(174,31,0);
border-radius: 100%;
border: 3px solid black;
cursor: pointer;
}
#button-start-text{
position : absolute;
top: 22px;
left: 30px
}
#button-start-led{
position : absolute;
top: 3px;
left:36px;
width:3px;
height:3px;
z-index: 1;
background-color: darkred;
border-radius: 100%;
}
#button-strict-button{
position : absolute;
top:7px;
right:30px;
width:15px;
height:15px;
z-index: 1;
background-color: rgb(172,147,0);
border-radius: 100%;
border: 3px solid black;
cursor: pointer;
}
#button-strict-text{
position : absolute;
top: 22px;
right:27px
}
#button-strict-led{
position : absolute;
top: 3px;
right:36px;
width:3px;
height:3px;
z-index: 1;
background-color: darkred;
border-radius: 100%;
}
#wrapper{
width: 100%;
}
#simone-text{
position:absolute;
top: 20px;
left:22px;
font-family: 'Black Ops One', cursive;
font-size: 20px;
color: rgb(242,219,187);
} | public_html/style.css | @import url(https://fonts.googleapis.com/css?family=Black+Ops+One);
.fonts{
font-family: 'Black Ops One', cursive;
}
.circle{
border-radius:100%;
background-color: white;
margin: auto;
}
#brand{
font-family: 'Black Ops One', cursive;
}
#simone-body{
width:300px;
height:300px;
background-color: rgb(22,12,10);
box-shadow: 10px 10px 5px #888888;
}
#tl {
position : relative;
float:left;
margin-top: 20px;
margin-left: 20px;
top: 0;
width:120px;
height:120px;
background-color: rgb(1,126,83);
border-top-left-radius: 100%;
cursor: pointer;
}
#tr {
position : relative;
float:right;
margin-top: 20px;
margin-right: 20px;
top: 0;
width:120px;
height:120px;
background-color: rgb(174,31,0);
border-top-right-radius: 100%;
cursor: pointer;
}
#bl {
position : relative;
float:left;
margin-bottom: 20px;
margin-top: 10px;
margin-left: 20px;
width:120px;
height:120px;
background-color: rgb(172,147,0);
border-bottom-left-radius: 100%;
cursor: pointer;
}
#br {
position : relative;
float:right;
margin-bottom: 20px;
margin-top: 10px;
margin-right:20px;
width:120px;
height:120px;
background-color: rgb(0,83,115);
border-bottom-right-radius: 100%;
cursor: pointer;
}
#center{
position : relative;
margin: auto;
top: 75px;
width:150px;
height:150px;
z-index: 1;
background-color: rgb(22,12,10);
border-radius: 100%;
}
#plate-center{
position: relative;
margin: auto;
top: 12px;
width:125px;
height:125px;
z-index: 1;
background-color: rgb(242,219,187);
border-radius: 100%;
border: 3px double rgb(22,12,10);
}
#logo-center{
position: relative;
margin: auto;
top: 3px;
width:111px;
height:49px;
z-index: 1;
background-color: rgb(22,12,10);
border-radius: 90px 90px 0 0;
-moz-border-radius: 90px 90px 0 0;
-webkit-border-radius: 90px 90px 0 0;
}
#panel-center{
position: relative;
margin: auto;
top: 7px;
width:111px;
height:60px;
z-index: 1;
border:1px solid rgb(22,12,10);
border-radius: 0px 0px 90px 90px;
-moz-border-radius: 0px 0px 90px 90px;
-webkit-border-radius: 0px 0px 90px 90px;
font-family: 'Black Ops One', cursive;
font-size: 5px;
}
#button-difficulty-container{
position: absolute;
margin: auto;
top: 32px;
left: 39px;
height:25px;
z-index: 1;
}
#button-difficulty-button{
position : absolute;
top: 13px;
width:20px;
height:7px;
z-index: 1;
background-color: rgb(0,129,178);
border: 1px solid black;
cursor: pointer;
}
#button-difficulty-hole {
position: relative;
top: 0px;
left: 9px;
width: 1px;
height: 6px;
z-index: 10;
background-color: black;
}
#button-start-button{
position : absolute;
top:7px;
left:30px;
width:15px;
height:15px;
z-index: 1;
background-color: rgb(174,31,0);
border-radius: 100%;
border: 3px solid black;
cursor: pointer;
}
#button-start-text{
position : absolute;
top: 22px;
left: 30px
}
#button-start-led{
position : absolute;
top: 3px;
left:36px;
width:3px;
height:3px;
z-index: 1;
background-color: darkred;
border-radius: 100%;
}
#button-strict-button{
position : absolute;
top:7px;
right:30px;
width:15px;
height:15px;
z-index: 1;
background-color: rgb(172,147,0);
border-radius: 100%;
border: 3px solid black;
cursor: pointer;
}
#button-strict-text{
position : absolute;
top: 22px;
right:27px
}
#button-strict-led{
position : absolute;
top: 3px;
right:36px;
width:3px;
height:3px;
z-index: 1;
background-color: darkred;
border-radius: 100%;
}
#wrapper{
width: 100%;
}
#simone-text{
position:absolute;
top: 20px;
left:22px;
font-family: 'Black Ops One', cursive;
font-size: 20px;
color: rgb(242,219,187);
} | 0.417271 | 0.098209 |
.background_royalBlue4,
.hover_background_royalBlue4:hover,
.active_background_royalBlue4:active:hover {
background: #1e46bf;
background-image: -moz-linear-gradient(top, rgb(53, 96, 223) 0%, rgb(30, 70, 191) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(53, 96, 223)), color-stop(100%, rgb(30, 70, 191)));
background-image: -webkit-linear-gradient(top, rgb(53, 96, 223) 0%, rgb(30, 70, 191) 100%);
background-image: -o-linear-gradient(top, rgb(53, 96, 223) 0%, rgb(30, 70, 191) 100%);
background-image: -ms-linear-gradient(top, rgb(53, 96, 223) 0%, rgb(30, 70, 191) 100%);
background-image: linear-gradient(to bottom, rgb(53, 96, 223) 0%, rgb(30, 70, 191) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3560df', endColorstr='#1e46bf',GradientType=0 );
}
.background_royalBlue4h,
.hover_background_royalBlue4h:hover,
.active_background_royalBlue4h:active:hover {
background: #1e46bf;
background-image: -moz-linear-gradient(top, rgb(101, 133, 231) 0%, rgb(44, 88, 222) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(101, 133, 231)), color-stop(100%, rgb(44, 88, 222)));
background-image: -webkit-linear-gradient(top, rgb(101, 133, 231) 0%, rgb(44, 88, 222) 100%);
background-image: -o-linear-gradient(top, rgb(101, 133, 231) 0%, rgb(44, 88, 222) 100%);
background-image: -ms-linear-gradient(top, rgb(101, 133, 231) 0%, rgb(44, 88, 222) 100%);
background-image: linear-gradient(to bottom, rgb(101, 133, 231) 0%, rgb(44, 88, 222) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6585e7', endColorstr='#2c58de',GradientType=0 );
}
.background_royalBlue4a,
.hover_background_royalBlue4a:hover,
.active_background_royalBlue4a:active:hover {
background: #1e46bf;
background-image: -moz-linear-gradient(top, rgb(44, 88, 222) 0%, rgb(101, 133, 231) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(44, 88, 222)), color-stop(100%, rgb(101, 133, 231)));
background-image: -webkit-linear-gradient(top, rgb(44, 88, 222) 0%, rgb(101, 133, 231) 100%);
background-image: -o-linear-gradient(top, rgb(44, 88, 222) 0%, rgb(101, 133, 231) 100%);
background-image: -ms-linear-gradient(top, rgb(44, 88, 222) 0%, rgb(101, 133, 231) 100%);
background-image: linear-gradient(to bottom, rgb(44, 88, 222) 0%, rgb(101, 133, 231) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c58de', endColorstr='#6585e7',GradientType=0 );
}
.background_royalBlue4s,
.hover_background_royalBlue4s:hover,
.active_background_royalBlue4s:active:hover {
background: #1e46bf;
background-image: -moz-linear-gradient(top, rgb(172, 190, 242) 0%, rgb(101, 133, 231) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(172, 190, 242)), color-stop(100%, rgb(101, 133, 231)));
background-image: -webkit-linear-gradient(top, rgb(172, 190, 242) 0%, rgb(101, 133, 231) 100%);
background-image: -o-linear-gradient(top, rgb(172, 190, 242) 0%, rgb(101, 133, 231) 100%);
background-image: -ms-linear-gradient(top, rgb(172, 190, 242) 0%, rgb(101, 133, 231) 100%);
background-image: linear-gradient(to bottom, rgb(172, 190, 242) 0%, rgb(101, 133, 231) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbef2', endColorstr='#6585e7',GradientType=0 );
}
.background_color_royalBlue4,
.hover_background_color_royalBlue4:hover,
.active_background_color_royalBlue4:active:hover {
background-color:#1e46bf;
}
.background_first_color_royalBlue4,
.hover_background_first_color_royalBlue4:hover,
.active_background_first_color_royalBlue4:active:hover {
background-color:#3560df;
}
.background_last_color_royalBlue4,
.hover_background_last_color_royalBlue4:hover,
.active_background_color_last_royalBlue4:active:hover {
background-color:#1e46bf;
}
/* ------------------------------ color settings -------------------------------*/
.color_royalBlue4,
.hover_color_royalBlue4:hover,
.active_color_royalBlue4:active:hover {
color: #c8c8c8;
}
.color_royalBlue4h,
.hover_color_royalBlue4h:hover,
.active_color_royalBlue4h:active:hover {
color: #c8c8c8;
}
.color_royalBlue4a,
.hover_color_royalBlue4a:hover,
.active_color_royalBlue4a:active:hover {
color: #ff0;
}
.color_royalBlue4s,
.hover_color_royalBlue4s:hover,
.active_color_royalBlue4s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_royalBlue4,
.hover_border_royalBlue4:hover,
.active_border_royalBlue4:active:hover {
border-color: #1e46bf #1e46bf #1e46bf #1e46bf;
}
.border_royalBlue4h,
.hover_border_royalBlue4h:hover,
.active_border_royalBlue4h:active:hover {
border-color: #1b3fac #1b3fac #1b3fac #1b3fac;
}
.border_royalBlue4a,
.hover_border_royalBlue4a:hover,
.active_border_royalBlue4a:active:hover {
border-color: #183899 #183899 #183899 #183899;
}
.border_royalBlue4s,
.hover_border_royalBlue4s:hover,
.active_border_royalBlue4s:active:hover {
border-color: #6585e7 #6585e7 #6585e7 #6585e7;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_royalBlue4,
.hover_shadow_expand_royalBlue4:hover,
.active_shadow_expand_royalBlue4:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(30, 70, 191, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(30, 70, 191, .39);
box-shadow: 0em 0em 1em 0.25em rgba(30, 70, 191, .39);
}
.shadow_expand_royalBlue4h,
.hover_shadow_expand_royalBlue4h:hover,
.active_shadow_expand_royalBlue4h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(44, 88, 222, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(44, 88, 222, .50);
box-shadow: 0em 0em 1em 0.25em rgba(44, 88, 222, .50);
}
.shadow_expand_royalBlue4a,
.hover_shadow_expand_royalBlue4a:hover,
.active_shadow_expand_royalBlue4a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(101, 133, 231, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(101, 133, 231, .63);
box-shadow: 0em 0em 1em 0.25em rgba(101, 133, 231, .63);
}
.shadow_expand_royalBlue4s,
.hover_shadow_expand_royalBlue4s:hover,
.active_shadow_expand_royalBlue4s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(101, 133, 231, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(101, 133, 231, .78);
box-shadow: 0em 0em 1em 0.25em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_royalBlue4,
.hover_shadow_left_royalBlue4:hover,
.active_shadow_left_royalBlue4:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(30, 70, 191, .39);
box-shadow: -0.5em -0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_left_royalBlue4h,
.hover_shadow_left_royalBlue4h:hover,
.active_shadow_left_royalBlue4h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(44, 88, 222, .50);
box-shadow: -0.5em -0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_left_royalBlue4a,
.hover_shadow_left_royalBlue4a:hover,
.active_shadow_left_royalBlue4a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .63);
box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_left_royalBlue4s,
.hover_shadow_left_royalBlue4s:hover,
.active_shadow_left_royalBlue4s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .78);
box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_royalBlue4,
.hover_shadow_right_royalBlue4:hover,
.active_shadow_right_royalBlue4:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(30, 70, 191, .39);
box-shadow: 0.5em 0em 1em rgba(30, 70, 191, .39);
}
.shadow_right_royalBlue4h,
.hover_shadow_right_royalBlue4h:hover,
.active_shadow_right_royalBlue4h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(44, 88, 222, .50);
box-shadow: 0.5em 0em 1em rgba(44, 88, 222, .50);
}
.shadow_right_royalBlue4a,
.hover_shadow_right_royalBlue4a:hover,
.active_shadow_right_royalBlue4a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(101, 133, 231, .63);
box-shadow: 0.5em 0em 1em rgba(101, 133, 231, .63);
}
.shadow_right_royalBlue4s,
.hover_shadow_right_royalBlue4s:hover,
.active_shadow_right_royalBlue4s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(101, 133, 231, .78);
box-shadow: 0.5em 0em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_royalBlue4,
.hover_shadow_top_royalBlue4:hover,
.active_shadow_top_royalBlue4:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(30, 70, 191, .39);
box-shadow: 0em -0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_top_royalBlue4h,
.hover_shadow_top_royalBlue4h:hover,
.active_shadow_top_royalBlue4h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(44, 88, 222, .50);
box-shadow: 0em -0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_top_royalBlue4a,
.hover_shadow_top_royalBlue4a:hover,
.active_shadow_top_royalBlue4a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(101, 133, 231, .63);
box-shadow: 0em -0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_top_royalBlue4s,
.hover_shadow_top_royalBlue4s:hover,
.active_shadow_top_royalBlue4s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(101, 133, 231, .78);
box-shadow: 0em -0.5em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_royalBlue4,
.hover_shadow_bottom_royalBlue4:hover,
.active_shadow_bottom_royalBlue4:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(30, 70, 191, .39);
box-shadow: 0em 0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_bottom_royalBlue4h,
.hover_shadow_bottom_royalBlue4h:hover,
.active_shadow_bottom_royalBlue4h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(44, 88, 222, .50);
box-shadow: 0em 0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_bottom_royalBlue4a,
.hover_shadow_bottom_royalBlue4a:hover,
.active_shadow_bottom_royalBlue4a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(101, 133, 231, .63);
box-shadow: 0em 0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_bottom_royalBlue4s,
.hover_shadow_bottom_royalBlue4s:hover,
.active_shadow_bottom_royalBlue4s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(101, 133, 231, .78);
box-shadow: 0em 0.5em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_royalBlue4,
.hover_shadow_top_left_royalBlue4:hover,
.active_shadow_top_left_royalBlue4:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(30, 70, 191, .39);
box-shadow: -0.5em -0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_top_left_royalBlue4h,
.hover_shadow_top_left_royalBlue4h:hover,
.active_shadow_top_left_royalBlue4h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(44, 88, 222, .50);
box-shadow: -0.5em -0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_top_left_royalBlue4a,
.hover_shadow_top_left_royalBlue4a:hover,
.active_shadow_top_left_royalBlue4a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .63);
box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_top_left_royalBlue4s,
.hover_shadow_top_left_royalBlue4s:hover,
.active_shadow_top_left_royalBlue4s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .78);
box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_royalBlue4,
.hover_shadow_top_right_royalBlue4:hover,
.active_shadow_top_right_royalBlue4:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(30, 70, 191, .39);
box-shadow: 0.5em -0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_top_right_royalBlue4h,
.hover_shadow_top_right_royalBlue4h:hover,
.active_shadow_top_right_royalBlue4h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(44, 88, 222, .50);
box-shadow: 0.5em -0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_top_right_royalBlue4a,
.hover_shadow_top_right_royalBlue4a:hover,
.active_shadow_top_right_royalBlue4a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(101, 133, 231, .63);
box-shadow: 0.5em -0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_top_right_royalBlue4s,
.hover_shadow_top_right_royalBlue4s:hover,
.active_shadow_top_right_royalBlue4s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(101, 133, 231, .78);
box-shadow: 0.5em -0.5em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_royalBlue4,
.hover_shadow_bottom_left_royalBlue4:hover,
.active_shadow_bottom_left_royalBlue4:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(30, 70, 191, .39);
box-shadow: -0.5em 0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_bottom_left_royalBlue4h,
.hover_shadow_bottom_left_royalBlue4h:hover,
.active_shadow_bottom_left_royalBlue4h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(44, 88, 222, .50);
box-shadow: -0.5em 0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_bottom_left_royalBlue4a,
.hover_shadow_bottom_left_royalBlue4a:hover,
.active_shadow_bottom_left_royalBlue4a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(101, 133, 231, .63);
box-shadow: -0.5em 0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_bottom_left_royalBlue4s,
.hover_shadow_bottom_left_royalBlue4s:hover,
.active_shadow_bottom_left_royalBlue4s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(101, 133, 231, .78);
box-shadow: -0.5em 0.5em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_royalBlue4,
.hover_shadow_bottom_right_royalBlue4:hover,
.active_shadow_bottom_right_royalBlue4:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(30, 70, 191, .39);
box-shadow: 0.5em 0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_bottom_right_royalBlue4h,
.hover_shadow_bottom_right_royalBlue4h:hover,
.active_shadow_bottom_right_royalBlue4h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(44, 88, 222, .50);
box-shadow: 0.5em 0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_bottom_right_royalBlue4a,
.hover_shadow_bottom_right_royalBlue4a:hover,
.active_shadow_bottom_right_royalBlue4a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(101, 133, 231, .63);
box-shadow: 0.5em 0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_bottom_right_royalBlue4s,
.hover_shadow_bottom_right_royalBlue4s:hover,
.active_shadow_bottom_right_royalBlue4s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(101, 133, 231, .78);
box-shadow: 0.5em 0.5em 1em rgba(101, 133, 231, .78);
} | widgets/common/assets/gradients/simple/royalBlue/royalBlue4.css | .background_royalBlue4,
.hover_background_royalBlue4:hover,
.active_background_royalBlue4:active:hover {
background: #1e46bf;
background-image: -moz-linear-gradient(top, rgb(53, 96, 223) 0%, rgb(30, 70, 191) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(53, 96, 223)), color-stop(100%, rgb(30, 70, 191)));
background-image: -webkit-linear-gradient(top, rgb(53, 96, 223) 0%, rgb(30, 70, 191) 100%);
background-image: -o-linear-gradient(top, rgb(53, 96, 223) 0%, rgb(30, 70, 191) 100%);
background-image: -ms-linear-gradient(top, rgb(53, 96, 223) 0%, rgb(30, 70, 191) 100%);
background-image: linear-gradient(to bottom, rgb(53, 96, 223) 0%, rgb(30, 70, 191) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3560df', endColorstr='#1e46bf',GradientType=0 );
}
.background_royalBlue4h,
.hover_background_royalBlue4h:hover,
.active_background_royalBlue4h:active:hover {
background: #1e46bf;
background-image: -moz-linear-gradient(top, rgb(101, 133, 231) 0%, rgb(44, 88, 222) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(101, 133, 231)), color-stop(100%, rgb(44, 88, 222)));
background-image: -webkit-linear-gradient(top, rgb(101, 133, 231) 0%, rgb(44, 88, 222) 100%);
background-image: -o-linear-gradient(top, rgb(101, 133, 231) 0%, rgb(44, 88, 222) 100%);
background-image: -ms-linear-gradient(top, rgb(101, 133, 231) 0%, rgb(44, 88, 222) 100%);
background-image: linear-gradient(to bottom, rgb(101, 133, 231) 0%, rgb(44, 88, 222) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6585e7', endColorstr='#2c58de',GradientType=0 );
}
.background_royalBlue4a,
.hover_background_royalBlue4a:hover,
.active_background_royalBlue4a:active:hover {
background: #1e46bf;
background-image: -moz-linear-gradient(top, rgb(44, 88, 222) 0%, rgb(101, 133, 231) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(44, 88, 222)), color-stop(100%, rgb(101, 133, 231)));
background-image: -webkit-linear-gradient(top, rgb(44, 88, 222) 0%, rgb(101, 133, 231) 100%);
background-image: -o-linear-gradient(top, rgb(44, 88, 222) 0%, rgb(101, 133, 231) 100%);
background-image: -ms-linear-gradient(top, rgb(44, 88, 222) 0%, rgb(101, 133, 231) 100%);
background-image: linear-gradient(to bottom, rgb(44, 88, 222) 0%, rgb(101, 133, 231) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c58de', endColorstr='#6585e7',GradientType=0 );
}
.background_royalBlue4s,
.hover_background_royalBlue4s:hover,
.active_background_royalBlue4s:active:hover {
background: #1e46bf;
background-image: -moz-linear-gradient(top, rgb(172, 190, 242) 0%, rgb(101, 133, 231) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(172, 190, 242)), color-stop(100%, rgb(101, 133, 231)));
background-image: -webkit-linear-gradient(top, rgb(172, 190, 242) 0%, rgb(101, 133, 231) 100%);
background-image: -o-linear-gradient(top, rgb(172, 190, 242) 0%, rgb(101, 133, 231) 100%);
background-image: -ms-linear-gradient(top, rgb(172, 190, 242) 0%, rgb(101, 133, 231) 100%);
background-image: linear-gradient(to bottom, rgb(172, 190, 242) 0%, rgb(101, 133, 231) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbef2', endColorstr='#6585e7',GradientType=0 );
}
.background_color_royalBlue4,
.hover_background_color_royalBlue4:hover,
.active_background_color_royalBlue4:active:hover {
background-color:#1e46bf;
}
.background_first_color_royalBlue4,
.hover_background_first_color_royalBlue4:hover,
.active_background_first_color_royalBlue4:active:hover {
background-color:#3560df;
}
.background_last_color_royalBlue4,
.hover_background_last_color_royalBlue4:hover,
.active_background_color_last_royalBlue4:active:hover {
background-color:#1e46bf;
}
/* ------------------------------ color settings -------------------------------*/
.color_royalBlue4,
.hover_color_royalBlue4:hover,
.active_color_royalBlue4:active:hover {
color: #c8c8c8;
}
.color_royalBlue4h,
.hover_color_royalBlue4h:hover,
.active_color_royalBlue4h:active:hover {
color: #c8c8c8;
}
.color_royalBlue4a,
.hover_color_royalBlue4a:hover,
.active_color_royalBlue4a:active:hover {
color: #ff0;
}
.color_royalBlue4s,
.hover_color_royalBlue4s:hover,
.active_color_royalBlue4s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_royalBlue4,
.hover_border_royalBlue4:hover,
.active_border_royalBlue4:active:hover {
border-color: #1e46bf #1e46bf #1e46bf #1e46bf;
}
.border_royalBlue4h,
.hover_border_royalBlue4h:hover,
.active_border_royalBlue4h:active:hover {
border-color: #1b3fac #1b3fac #1b3fac #1b3fac;
}
.border_royalBlue4a,
.hover_border_royalBlue4a:hover,
.active_border_royalBlue4a:active:hover {
border-color: #183899 #183899 #183899 #183899;
}
.border_royalBlue4s,
.hover_border_royalBlue4s:hover,
.active_border_royalBlue4s:active:hover {
border-color: #6585e7 #6585e7 #6585e7 #6585e7;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_royalBlue4,
.hover_shadow_expand_royalBlue4:hover,
.active_shadow_expand_royalBlue4:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(30, 70, 191, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(30, 70, 191, .39);
box-shadow: 0em 0em 1em 0.25em rgba(30, 70, 191, .39);
}
.shadow_expand_royalBlue4h,
.hover_shadow_expand_royalBlue4h:hover,
.active_shadow_expand_royalBlue4h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(44, 88, 222, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(44, 88, 222, .50);
box-shadow: 0em 0em 1em 0.25em rgba(44, 88, 222, .50);
}
.shadow_expand_royalBlue4a,
.hover_shadow_expand_royalBlue4a:hover,
.active_shadow_expand_royalBlue4a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(101, 133, 231, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(101, 133, 231, .63);
box-shadow: 0em 0em 1em 0.25em rgba(101, 133, 231, .63);
}
.shadow_expand_royalBlue4s,
.hover_shadow_expand_royalBlue4s:hover,
.active_shadow_expand_royalBlue4s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(101, 133, 231, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(101, 133, 231, .78);
box-shadow: 0em 0em 1em 0.25em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_royalBlue4,
.hover_shadow_left_royalBlue4:hover,
.active_shadow_left_royalBlue4:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(30, 70, 191, .39);
box-shadow: -0.5em -0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_left_royalBlue4h,
.hover_shadow_left_royalBlue4h:hover,
.active_shadow_left_royalBlue4h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(44, 88, 222, .50);
box-shadow: -0.5em -0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_left_royalBlue4a,
.hover_shadow_left_royalBlue4a:hover,
.active_shadow_left_royalBlue4a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .63);
box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_left_royalBlue4s,
.hover_shadow_left_royalBlue4s:hover,
.active_shadow_left_royalBlue4s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .78);
box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_royalBlue4,
.hover_shadow_right_royalBlue4:hover,
.active_shadow_right_royalBlue4:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(30, 70, 191, .39);
box-shadow: 0.5em 0em 1em rgba(30, 70, 191, .39);
}
.shadow_right_royalBlue4h,
.hover_shadow_right_royalBlue4h:hover,
.active_shadow_right_royalBlue4h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(44, 88, 222, .50);
box-shadow: 0.5em 0em 1em rgba(44, 88, 222, .50);
}
.shadow_right_royalBlue4a,
.hover_shadow_right_royalBlue4a:hover,
.active_shadow_right_royalBlue4a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(101, 133, 231, .63);
box-shadow: 0.5em 0em 1em rgba(101, 133, 231, .63);
}
.shadow_right_royalBlue4s,
.hover_shadow_right_royalBlue4s:hover,
.active_shadow_right_royalBlue4s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(101, 133, 231, .78);
box-shadow: 0.5em 0em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_royalBlue4,
.hover_shadow_top_royalBlue4:hover,
.active_shadow_top_royalBlue4:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(30, 70, 191, .39);
box-shadow: 0em -0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_top_royalBlue4h,
.hover_shadow_top_royalBlue4h:hover,
.active_shadow_top_royalBlue4h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(44, 88, 222, .50);
box-shadow: 0em -0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_top_royalBlue4a,
.hover_shadow_top_royalBlue4a:hover,
.active_shadow_top_royalBlue4a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(101, 133, 231, .63);
box-shadow: 0em -0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_top_royalBlue4s,
.hover_shadow_top_royalBlue4s:hover,
.active_shadow_top_royalBlue4s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(101, 133, 231, .78);
box-shadow: 0em -0.5em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_royalBlue4,
.hover_shadow_bottom_royalBlue4:hover,
.active_shadow_bottom_royalBlue4:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(30, 70, 191, .39);
box-shadow: 0em 0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_bottom_royalBlue4h,
.hover_shadow_bottom_royalBlue4h:hover,
.active_shadow_bottom_royalBlue4h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(44, 88, 222, .50);
box-shadow: 0em 0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_bottom_royalBlue4a,
.hover_shadow_bottom_royalBlue4a:hover,
.active_shadow_bottom_royalBlue4a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(101, 133, 231, .63);
box-shadow: 0em 0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_bottom_royalBlue4s,
.hover_shadow_bottom_royalBlue4s:hover,
.active_shadow_bottom_royalBlue4s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(101, 133, 231, .78);
box-shadow: 0em 0.5em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_royalBlue4,
.hover_shadow_top_left_royalBlue4:hover,
.active_shadow_top_left_royalBlue4:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(30, 70, 191, .39);
box-shadow: -0.5em -0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_top_left_royalBlue4h,
.hover_shadow_top_left_royalBlue4h:hover,
.active_shadow_top_left_royalBlue4h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(44, 88, 222, .50);
box-shadow: -0.5em -0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_top_left_royalBlue4a,
.hover_shadow_top_left_royalBlue4a:hover,
.active_shadow_top_left_royalBlue4a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .63);
box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_top_left_royalBlue4s,
.hover_shadow_top_left_royalBlue4s:hover,
.active_shadow_top_left_royalBlue4s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .78);
box-shadow: -0.5em -0.5em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_royalBlue4,
.hover_shadow_top_right_royalBlue4:hover,
.active_shadow_top_right_royalBlue4:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(30, 70, 191, .39);
box-shadow: 0.5em -0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_top_right_royalBlue4h,
.hover_shadow_top_right_royalBlue4h:hover,
.active_shadow_top_right_royalBlue4h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(44, 88, 222, .50);
box-shadow: 0.5em -0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_top_right_royalBlue4a,
.hover_shadow_top_right_royalBlue4a:hover,
.active_shadow_top_right_royalBlue4a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(101, 133, 231, .63);
box-shadow: 0.5em -0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_top_right_royalBlue4s,
.hover_shadow_top_right_royalBlue4s:hover,
.active_shadow_top_right_royalBlue4s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(101, 133, 231, .78);
box-shadow: 0.5em -0.5em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_royalBlue4,
.hover_shadow_bottom_left_royalBlue4:hover,
.active_shadow_bottom_left_royalBlue4:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(30, 70, 191, .39);
box-shadow: -0.5em 0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_bottom_left_royalBlue4h,
.hover_shadow_bottom_left_royalBlue4h:hover,
.active_shadow_bottom_left_royalBlue4h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(44, 88, 222, .50);
box-shadow: -0.5em 0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_bottom_left_royalBlue4a,
.hover_shadow_bottom_left_royalBlue4a:hover,
.active_shadow_bottom_left_royalBlue4a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(101, 133, 231, .63);
box-shadow: -0.5em 0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_bottom_left_royalBlue4s,
.hover_shadow_bottom_left_royalBlue4s:hover,
.active_shadow_bottom_left_royalBlue4s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(101, 133, 231, .78);
box-shadow: -0.5em 0.5em 1em rgba(101, 133, 231, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_royalBlue4,
.hover_shadow_bottom_right_royalBlue4:hover,
.active_shadow_bottom_right_royalBlue4:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(30, 70, 191, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(30, 70, 191, .39);
box-shadow: 0.5em 0.5em 1em rgba(30, 70, 191, .39);
}
.shadow_bottom_right_royalBlue4h,
.hover_shadow_bottom_right_royalBlue4h:hover,
.active_shadow_bottom_right_royalBlue4h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(44, 88, 222, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(44, 88, 222, .50);
box-shadow: 0.5em 0.5em 1em rgba(44, 88, 222, .50);
}
.shadow_bottom_right_royalBlue4a,
.hover_shadow_bottom_right_royalBlue4a:hover,
.active_shadow_bottom_right_royalBlue4a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(101, 133, 231, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(101, 133, 231, .63);
box-shadow: 0.5em 0.5em 1em rgba(101, 133, 231, .63);
}
.shadow_bottom_right_royalBlue4s,
.hover_shadow_bottom_right_royalBlue4s:hover,
.active_shadow_bottom_right_royalBlue4s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(101, 133, 231, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(101, 133, 231, .78);
box-shadow: 0.5em 0.5em 1em rgba(101, 133, 231, .78);
} | 0.47317 | 0.114369 |
.uabb-slide-box-wrap {
display: block;
position: relative;
z-index: 1;
-webkit-transition: z-index .25s ease-out;
-o-transition: z-index .25s ease-out;
transition: z-index .25s ease-out;
}
.uabb-slide-box{
width: 100%;
}
.uabb-slide-box-wrap.set-z-index {
z-index: 5;
-webkit-transition: z-index .15s ease-out;
-o-transition: z-index .15s ease-out;
transition: z-index .15s ease-out;
}
.uabb-slide-box-wrap .uabb-slide-box .uabb-slide-down {
position: absolute;
border: 1px solid rgba(0, 0, 0, 0.1);
border-top: 0;
border-radius: 0 0 4px 4px;
width: 100%;
left: 0;
top: 0px;
-webkit-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
overflow: visible;
opacity: 0;
pointer-events: none;
z-index: 1;
}
.uabb-slide-box-wrap .uabb-slide-front,
.uabb-slide-box-wrap .uabb-slide-down {
text-align: left;
}
.uabb-slide-box-wrap .uabb-slide-box .uabb-slide-front {
-webkit-transition-property: box-shadow,-webkit-transform,background-color;
transition: .300s linear transform;
transition-property: box-shadow,transform,background-color;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
position: relative;
z-index: 2;
}
.uabb-slide-box-wrap .uabb-slide-icon-left,
.uabb-slide-box-wrap .uabb-slide-icon-left-title,
.uabb-slide-box-wrap .uabb-slide-photo-left,
.uabb-slide-box-wrap .uabb-slide-photo-left-title {
text-align: left;
}
.uabb-slide-box-wrap .uabb-slide-icon-right,
.uabb-slide-box-wrap .uabb-slide-icon-right-title,
.uabb-slide-box-wrap .uabb-slide-photo-right,
.uabb-slide-box-wrap .uabb-slide-photo-right-title {
text-align: right;
}
/* Left of Title and Right of title */
.uabb-slide-front-left-title-img {
padding-right: 15px;
}
.uabb-slide-front-right-title-img {
padding-left: 15px;
}
.uabb-slide-front-left-title-img,
.uabb-slide-front-right-title-img,
.uabb-slide-icon-left-title .uabb-slide-face-text-title,
.uabb-slide-icon-right-title .uabb-slide-face-text-title,
.uabb-slide-photo-left-title .uabb-slide-face-text-title,
.uabb-slide-photo-right-title .uabb-slide-face-text-title {
display: inline-block;
vertical-align: middle;
}
/* Top Image */
.uabb-slide-front-above-img {
padding-bottom: 15px;
}
/* Left Side Image */
.uabb-slide-front-left-img {
padding-right: 15px;
}
.uabb-slide-front-left-text,
.uabb-slide-front-left-img {
display: inline-block;
vertical-align: top;
}
/* Right Side Image */
.uabb-slide-front-right-img {
padding-left: 15px;
}
.uabb-slide-front-right-text,
.uabb-slide-front-right-img {
display: inline-block;
vertical-align: top;
}
.uabb-slide-front-left-img ~ .uabb-slide-front-right-text {
display: inline-block;
vertical-align: middle;
width: 100%;
}
/* Margin Reset */
.uabb-slide-box-wrap .uabb-slide-face h1,
.uabb-slide-box-wrap .uabb-slide-face h2,
.uabb-slide-box-wrap .uabb-slide-face h3,
.uabb-slide-box-wrap .uabb-slide-face h4,
.uabb-slide-box-wrap .uabb-slide-face h5,
.uabb-slide-box-wrap .uabb-slide-face h6 {
margin: 0;
transition: all linear 300ms;
}
/* Content Transition */
.uabb-slide-box-section-content {
transition: all linear 300ms;
}
.uabb-slide-box-wrap .uabb-slide-face p:last-of-type {
margin: 0;
}
.uabb-slide-box-wrap .uabb-slide-face {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
flex-shrink: 1;
justify-content: center;
}
/* Overlay for Style1 */
.uabb-slide-box-overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 200ms linear;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
opacity: 0;
overflow: hidden;
}
.uabb-slide-box-overlay .uabb-icon-wrap {
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%,-50%);
}
.uabb-slide-box-wrap .uabb-style1.open-slidedown .uabb-slide-box-overlay {
opacity: 1;
}
/* Dropdown Style for Style-2 */
.uabb-slide-box-wrap .uabb-style2 .uabb-slide-dropdown {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%,50%);
}
.uabb-slide-box-wrap .uabb-style2 .uabb-slide-dropdown .uabb-icon-wrap {
display: table-cell;
cursor: pointer;
}
.uabb-slide-box-wrap .open-slidedown .uabb-slide-down {
opacity: 1;
top: 100%;
height: auto;
-webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.07);
pointer-events: visible;
}
.uabb-slide-box-wrap .uabb-style2 .uabb-slide-dropdown .uabb-icon i {
box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.uabb-style2 .uabb-slide-front-right-text {
padding-bottom: 10px;
}
/* Dropdown Style for Style-3 */
.uabb-slide-box-wrap .uabb-style3 .uabb-slide-dropdown {
display: flex;
justify-content: center;
margin-top: 5px;
position: absolute;
bottom: 0;
left: 0;
padding: 15px 15px;
width: 100%;
box-sizing: border-box;
}
.uabb-slide-box-wrap .uabb-style3 .uabb-slide-dropdown .uabb-icon-wrap {
cursor: pointer;
}
.uabb-slide-box-wrap .uabb-style2.open-slidedown,
.uabb-slide-box-wrap .uabb-style3.open-slidedown {
z-index: 5;
-webkit-transition: z-index .15s ease-out;
-o-transition: z-index .15s ease-out;
transition: z-index .15s ease-out;
}
.uabb-style3 .uabb-slide-front-right-text {
padding-bottom: 40px;
}
/* Default Image Properties */
.uabb-slide-box-wrap .uabb-callout-photo .uabb-photo-content img {
box-shadow: none;
}
.uabb-callout-button {
margin-top: 20px;
}
.uabb-slide-box-section-content ul,
.uabb-slide-down-box-section-content ul {
margin: 0;
padding-left: 20px;
}
/* Pointer for Style 2 */
.uabb-style2 .uabb-slide-front,
.uabb-style3 .uabb-slide-front {
cursor: pointer;
}
@media only screen and ( max-device-width: 1024px ) {
.uabb-style2 .uabb-slide-front,
.uabb-style3 .uabb-slide-front {
cursor: default;
}
}
/* Text editor support */
.uabb-module-content .uabb-text-editor *:not(a) {
color: inherit;
}
.uabb-module-content .uabb-text-editor *:not(i) {
font-family: inherit;
}
.uabb-module-content .uabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
font-size: inherit;
line-height: inherit;
}
.uabb-module-content .uabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(strong):not(b) {
font-weight: inherit;
} | wp-content/plugins/ultimate-addons-for-beaver-builder-lite/modules/slide-box/css/frontend.css | .uabb-slide-box-wrap {
display: block;
position: relative;
z-index: 1;
-webkit-transition: z-index .25s ease-out;
-o-transition: z-index .25s ease-out;
transition: z-index .25s ease-out;
}
.uabb-slide-box{
width: 100%;
}
.uabb-slide-box-wrap.set-z-index {
z-index: 5;
-webkit-transition: z-index .15s ease-out;
-o-transition: z-index .15s ease-out;
transition: z-index .15s ease-out;
}
.uabb-slide-box-wrap .uabb-slide-box .uabb-slide-down {
position: absolute;
border: 1px solid rgba(0, 0, 0, 0.1);
border-top: 0;
border-radius: 0 0 4px 4px;
width: 100%;
left: 0;
top: 0px;
-webkit-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
overflow: visible;
opacity: 0;
pointer-events: none;
z-index: 1;
}
.uabb-slide-box-wrap .uabb-slide-front,
.uabb-slide-box-wrap .uabb-slide-down {
text-align: left;
}
.uabb-slide-box-wrap .uabb-slide-box .uabb-slide-front {
-webkit-transition-property: box-shadow,-webkit-transform,background-color;
transition: .300s linear transform;
transition-property: box-shadow,transform,background-color;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
position: relative;
z-index: 2;
}
.uabb-slide-box-wrap .uabb-slide-icon-left,
.uabb-slide-box-wrap .uabb-slide-icon-left-title,
.uabb-slide-box-wrap .uabb-slide-photo-left,
.uabb-slide-box-wrap .uabb-slide-photo-left-title {
text-align: left;
}
.uabb-slide-box-wrap .uabb-slide-icon-right,
.uabb-slide-box-wrap .uabb-slide-icon-right-title,
.uabb-slide-box-wrap .uabb-slide-photo-right,
.uabb-slide-box-wrap .uabb-slide-photo-right-title {
text-align: right;
}
/* Left of Title and Right of title */
.uabb-slide-front-left-title-img {
padding-right: 15px;
}
.uabb-slide-front-right-title-img {
padding-left: 15px;
}
.uabb-slide-front-left-title-img,
.uabb-slide-front-right-title-img,
.uabb-slide-icon-left-title .uabb-slide-face-text-title,
.uabb-slide-icon-right-title .uabb-slide-face-text-title,
.uabb-slide-photo-left-title .uabb-slide-face-text-title,
.uabb-slide-photo-right-title .uabb-slide-face-text-title {
display: inline-block;
vertical-align: middle;
}
/* Top Image */
.uabb-slide-front-above-img {
padding-bottom: 15px;
}
/* Left Side Image */
.uabb-slide-front-left-img {
padding-right: 15px;
}
.uabb-slide-front-left-text,
.uabb-slide-front-left-img {
display: inline-block;
vertical-align: top;
}
/* Right Side Image */
.uabb-slide-front-right-img {
padding-left: 15px;
}
.uabb-slide-front-right-text,
.uabb-slide-front-right-img {
display: inline-block;
vertical-align: top;
}
.uabb-slide-front-left-img ~ .uabb-slide-front-right-text {
display: inline-block;
vertical-align: middle;
width: 100%;
}
/* Margin Reset */
.uabb-slide-box-wrap .uabb-slide-face h1,
.uabb-slide-box-wrap .uabb-slide-face h2,
.uabb-slide-box-wrap .uabb-slide-face h3,
.uabb-slide-box-wrap .uabb-slide-face h4,
.uabb-slide-box-wrap .uabb-slide-face h5,
.uabb-slide-box-wrap .uabb-slide-face h6 {
margin: 0;
transition: all linear 300ms;
}
/* Content Transition */
.uabb-slide-box-section-content {
transition: all linear 300ms;
}
.uabb-slide-box-wrap .uabb-slide-face p:last-of-type {
margin: 0;
}
.uabb-slide-box-wrap .uabb-slide-face {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
flex-shrink: 1;
justify-content: center;
}
/* Overlay for Style1 */
.uabb-slide-box-overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 200ms linear;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
opacity: 0;
overflow: hidden;
}
.uabb-slide-box-overlay .uabb-icon-wrap {
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%,-50%);
}
.uabb-slide-box-wrap .uabb-style1.open-slidedown .uabb-slide-box-overlay {
opacity: 1;
}
/* Dropdown Style for Style-2 */
.uabb-slide-box-wrap .uabb-style2 .uabb-slide-dropdown {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%,50%);
}
.uabb-slide-box-wrap .uabb-style2 .uabb-slide-dropdown .uabb-icon-wrap {
display: table-cell;
cursor: pointer;
}
.uabb-slide-box-wrap .open-slidedown .uabb-slide-down {
opacity: 1;
top: 100%;
height: auto;
-webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.07);
pointer-events: visible;
}
.uabb-slide-box-wrap .uabb-style2 .uabb-slide-dropdown .uabb-icon i {
box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.uabb-style2 .uabb-slide-front-right-text {
padding-bottom: 10px;
}
/* Dropdown Style for Style-3 */
.uabb-slide-box-wrap .uabb-style3 .uabb-slide-dropdown {
display: flex;
justify-content: center;
margin-top: 5px;
position: absolute;
bottom: 0;
left: 0;
padding: 15px 15px;
width: 100%;
box-sizing: border-box;
}
.uabb-slide-box-wrap .uabb-style3 .uabb-slide-dropdown .uabb-icon-wrap {
cursor: pointer;
}
.uabb-slide-box-wrap .uabb-style2.open-slidedown,
.uabb-slide-box-wrap .uabb-style3.open-slidedown {
z-index: 5;
-webkit-transition: z-index .15s ease-out;
-o-transition: z-index .15s ease-out;
transition: z-index .15s ease-out;
}
.uabb-style3 .uabb-slide-front-right-text {
padding-bottom: 40px;
}
/* Default Image Properties */
.uabb-slide-box-wrap .uabb-callout-photo .uabb-photo-content img {
box-shadow: none;
}
.uabb-callout-button {
margin-top: 20px;
}
.uabb-slide-box-section-content ul,
.uabb-slide-down-box-section-content ul {
margin: 0;
padding-left: 20px;
}
/* Pointer for Style 2 */
.uabb-style2 .uabb-slide-front,
.uabb-style3 .uabb-slide-front {
cursor: pointer;
}
@media only screen and ( max-device-width: 1024px ) {
.uabb-style2 .uabb-slide-front,
.uabb-style3 .uabb-slide-front {
cursor: default;
}
}
/* Text editor support */
.uabb-module-content .uabb-text-editor *:not(a) {
color: inherit;
}
.uabb-module-content .uabb-text-editor *:not(i) {
font-family: inherit;
}
.uabb-module-content .uabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
font-size: inherit;
line-height: inherit;
}
.uabb-module-content .uabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(strong):not(b) {
font-weight: inherit;
} | 0.435661 | 0.096025 |
ol,ul {list-style: none;}
a:link,a:visited,a:hover,a:active{text-decoration:none;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}
.mt200{margin-top:200px;}
*{margin:0px; padding:0px;}
#hidd{
margin: 0 auto;
height:450px;
width:700px;
}
.hea{width:600px;/*宽*/height:170px;/*高*/background:#fff;/*背景颜色*/
margin:50px auto 30px; border-radius:5px;/*Html5 圆角*/}
.hea p{font-size:12px; color:#666; font-family:"微软雅黑";
line-height:45px; text-indent:20px;}
.hea .message{width:560px; height:70px;margin:0px auto; outline:none;
border:1px solid #ddd; /*粗细 风格 颜色*/}
.hea .But{width:560px;height:35px;margin:15px auto 0px; position:relative;/*相对,参考对象*/}
.hea .But img.bq{float:left;/*左浮动*/}
.hea .But span.submit{width:80px;height:30px; background:#ff8140; display:block; float:right;/*右浮动*/ line-height:30px;border-radius:5px; cursor:pointer;/*手指*/color:#fff;font-size:12px; text-align:center;font-family:"微软雅黑";}
/*face begin*/
.hea .But .face{width:390px; height:160px; background:#fff; padding:10px;
border:1px solid #ddd; box-shadow:2px 2px 3px #666;
position:absolute;/*绝对定位*/ top:21px; left:15px;
display:none;/*隐藏*/}
.hea .But .face ul li{width:22px;height:22px;
list-style-type:none;/*去掉圆点*/ float:left;
margin:2px; cursor:pointer;}
/*msgCon begin*/
.msgCon{width:600px;height:500px; margin:0px auto;}
.msgCon .msgBox{ background:#fff;
padding:10px; margin-top:20px;}
.msgCon .msgBox dl{height:60px; border-bottom:1px dotted #ddd;}
.msgCon .msgBox dl dt{width:50px; height:50px;float:left;}
.msgCon .msgBox dl dt img{border-radius:25px;}
.msgCon .msgBox dl dd{width:500px; height:50px; line-height:50px;float:right; font-size:16px;font-family:"微软雅黑";}
.msgCon .msgBox .msgTxt{font-size:12px; color:#666; line-height:25px;}
.lj a{color: white;}
.lj a:hover{color: blue;}
#gg
{
position:fixed;
bottom:10px;
right:10px;
display: block;
}
#gg .X
{
position:relative;
top:35px;
left:180px;
cursor:pointer;
}
#duilian
{
position:fixed;
bottom:20px;
right:10px;
display: block;
} | Public/home/my.css | ol,ul {list-style: none;}
a:link,a:visited,a:hover,a:active{text-decoration:none;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}
.mt200{margin-top:200px;}
*{margin:0px; padding:0px;}
#hidd{
margin: 0 auto;
height:450px;
width:700px;
}
.hea{width:600px;/*宽*/height:170px;/*高*/background:#fff;/*背景颜色*/
margin:50px auto 30px; border-radius:5px;/*Html5 圆角*/}
.hea p{font-size:12px; color:#666; font-family:"微软雅黑";
line-height:45px; text-indent:20px;}
.hea .message{width:560px; height:70px;margin:0px auto; outline:none;
border:1px solid #ddd; /*粗细 风格 颜色*/}
.hea .But{width:560px;height:35px;margin:15px auto 0px; position:relative;/*相对,参考对象*/}
.hea .But img.bq{float:left;/*左浮动*/}
.hea .But span.submit{width:80px;height:30px; background:#ff8140; display:block; float:right;/*右浮动*/ line-height:30px;border-radius:5px; cursor:pointer;/*手指*/color:#fff;font-size:12px; text-align:center;font-family:"微软雅黑";}
/*face begin*/
.hea .But .face{width:390px; height:160px; background:#fff; padding:10px;
border:1px solid #ddd; box-shadow:2px 2px 3px #666;
position:absolute;/*绝对定位*/ top:21px; left:15px;
display:none;/*隐藏*/}
.hea .But .face ul li{width:22px;height:22px;
list-style-type:none;/*去掉圆点*/ float:left;
margin:2px; cursor:pointer;}
/*msgCon begin*/
.msgCon{width:600px;height:500px; margin:0px auto;}
.msgCon .msgBox{ background:#fff;
padding:10px; margin-top:20px;}
.msgCon .msgBox dl{height:60px; border-bottom:1px dotted #ddd;}
.msgCon .msgBox dl dt{width:50px; height:50px;float:left;}
.msgCon .msgBox dl dt img{border-radius:25px;}
.msgCon .msgBox dl dd{width:500px; height:50px; line-height:50px;float:right; font-size:16px;font-family:"微软雅黑";}
.msgCon .msgBox .msgTxt{font-size:12px; color:#666; line-height:25px;}
.lj a{color: white;}
.lj a:hover{color: blue;}
#gg
{
position:fixed;
bottom:10px;
right:10px;
display: block;
}
#gg .X
{
position:relative;
top:35px;
left:180px;
cursor:pointer;
}
#duilian
{
position:fixed;
bottom:20px;
right:10px;
display: block;
} | 0.202286 | 0.062245 |
{
margin:0px;
border:0px;
}
body {
background: #e3dddd;
src:"https://www.google.co.in/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0CAcQjRxqFQoTCMvliKiIrcgCFQIdjgodX8gLXw&url=http%3A%2F%2Fwww.shutterstock.com%2Fs%2Fsignup%2Fsearch.html&bvm=bv.104317490,d.c2E&psig=AFQjCNFCXBfsZAtq1MVyvMi-EhN3H4JJpw&ust=1444194046784590"
color: #435160;
font-family: "Open Sans", sans-serif;
}
#nav{
font-size:17px;
padding:5px;
width:99%;
background-color:grey;
text-align:center;
color:white;
outline:1px solid black;
height:20px;
}
#navItem2{
width:25%;
float:left;
height:20px;
}
#navItem1{
width:25%;
float:left;
height:20px;
}
#navItem3{
width:25%;
float:left;
height:20px;
}
#navItem4{
width:25%;
float:right;
height:20px;
}
h2 {
color: #6D7781;
font-family: "Courier", fantasy;
font-size: 15px;
font-weight: bold;
font-size: 3.6em;
text-align: center;
margin-bottom: 20px;
}
a {
color: #435160;
text-decoration: none;
}
.login {
width: 350px;
position: absolute;
top: 10%;
left: 50%;
margin-left: -175px;
}
input[type="text"], input[type="password"] {
width: 350px;
padding: 20px 0px;
background: transparent;
border: 0;
border-bottom: 1px solid #435160;
outline: none;
color: #6D7781;
font-size: 16px;
}
input[type=checkbox] {
display: none;
}
label {
display: block;
position: absolute;
margin-right: 10px;
width: 8px;
height: 8px;
border-radius: 50%;
background: transparent;
content: "";
transition: all 0.3s ease-in-out;
cursor: pointer;
border: 3px solid #435160;
}
input[type="submit"] {
background: #5ac7ff;
border: 0;
width: 350px;
height: 40px;
border-radius: 3px;
color: #fff;
font-size: 12px;
cursor: pointer;
transition: background 0.3s ease-in-out;
}
input[type="submit"]:hover {
background: #16aa56;
animation-name: shake;
}
.forgot {
margin-top: 30px;
display: block;
font-size: 11px;
text-align: center;
font-weight: bold;
}
.forgot:hover {
margin-top: 30px;
display: block;
font-size: 11px;
text-align: center;
font-weight: bold;
color: #6D7781;
}
::-webkit-input-placeholder {
color: #435160;
font-size: 12px;
}
.animated {
animation-fill-mode: both;
animation-duration: 1s;
}
@keyframes shake {
0%, 100% {
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
transform: translateX(10px);
}
} | trishul/text1.css | {
margin:0px;
border:0px;
}
body {
background: #e3dddd;
src:"https://www.google.co.in/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0CAcQjRxqFQoTCMvliKiIrcgCFQIdjgodX8gLXw&url=http%3A%2F%2Fwww.shutterstock.com%2Fs%2Fsignup%2Fsearch.html&bvm=bv.104317490,d.c2E&psig=AFQjCNFCXBfsZAtq1MVyvMi-EhN3H4JJpw&ust=1444194046784590"
color: #435160;
font-family: "Open Sans", sans-serif;
}
#nav{
font-size:17px;
padding:5px;
width:99%;
background-color:grey;
text-align:center;
color:white;
outline:1px solid black;
height:20px;
}
#navItem2{
width:25%;
float:left;
height:20px;
}
#navItem1{
width:25%;
float:left;
height:20px;
}
#navItem3{
width:25%;
float:left;
height:20px;
}
#navItem4{
width:25%;
float:right;
height:20px;
}
h2 {
color: #6D7781;
font-family: "Courier", fantasy;
font-size: 15px;
font-weight: bold;
font-size: 3.6em;
text-align: center;
margin-bottom: 20px;
}
a {
color: #435160;
text-decoration: none;
}
.login {
width: 350px;
position: absolute;
top: 10%;
left: 50%;
margin-left: -175px;
}
input[type="text"], input[type="password"] {
width: 350px;
padding: 20px 0px;
background: transparent;
border: 0;
border-bottom: 1px solid #435160;
outline: none;
color: #6D7781;
font-size: 16px;
}
input[type=checkbox] {
display: none;
}
label {
display: block;
position: absolute;
margin-right: 10px;
width: 8px;
height: 8px;
border-radius: 50%;
background: transparent;
content: "";
transition: all 0.3s ease-in-out;
cursor: pointer;
border: 3px solid #435160;
}
input[type="submit"] {
background: #5ac7ff;
border: 0;
width: 350px;
height: 40px;
border-radius: 3px;
color: #fff;
font-size: 12px;
cursor: pointer;
transition: background 0.3s ease-in-out;
}
input[type="submit"]:hover {
background: #16aa56;
animation-name: shake;
}
.forgot {
margin-top: 30px;
display: block;
font-size: 11px;
text-align: center;
font-weight: bold;
}
.forgot:hover {
margin-top: 30px;
display: block;
font-size: 11px;
text-align: center;
font-weight: bold;
color: #6D7781;
}
::-webkit-input-placeholder {
color: #435160;
font-size: 12px;
}
.animated {
animation-fill-mode: both;
animation-duration: 1s;
}
@keyframes shake {
0%, 100% {
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
transform: translateX(10px);
}
} | 0.317532 | 0.126353 |
:root {
--base-unit: 1
}
/********** Theme: dark **********/
/* Font styles */
.flipdownWidgets.flipdown__theme-dark {
font-family: sans-serif;
font-weight: bold;
font-size: calc(var(--base-unit) * 15px);
}
/* Rotor group headings */
.flipdownWidgets.flipdown__theme-dark .rotor-group-heading:before {
color: #000000;
}
/* Delimeters */
.flipdownWidgets.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdownWidgets.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
background-color: #151515;
}
/* Rotor tops */
.flipdownWidgets.flipdown__theme-dark .rotor,
.flipdownWidgets.flipdown__theme-dark .rotor-top,
.flipdownWidgets.flipdown__theme-dark .rotor-leaf-front {
color: #FFFFFF;
background-color: #151515;
}
/* Rotor bottoms */
.flipdownWidgets.flipdown__theme-dark .rotor-bottom,
.flipdownWidgets.flipdown__theme-dark .rotor-leaf-rear {
color: #EFEFEF;
background-color: #202020;
}
/* Hinge */
.flipdownWidgets.flipdown__theme-dark .rotor:after {
border-top: solid 1px #151515;
}
/********** Theme: light **********/
/* Font styles */
.flipdownWidgets.flipdown__theme-light {
font-family: sans-serif;
font-weight: bold;
}
/* Rotor group headings */
.flipdownWidgets.flipdown__theme-light .rotor-group-heading:before {
color: #EEEEEE;
}
/* Delimeters */
.flipdownWidgets.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdownWidgets.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
background-color: #DDDDDD;
}
/* Rotor tops */
.flipdownWidgets.flipdown__theme-light .rotor,
.flipdownWidgets.flipdown__theme-light .rotor-top,
.flipdownWidgets.flipdown__theme-light .rotor-leaf-front {
color: #222222;
background-color: #DDDDDD;
}
/* Rotor bottoms */
.flipdownWidgets.flipdown__theme-light .rotor-bottom,
.flipdownWidgets.flipdown__theme-light .rotor-leaf-rear {
color: #333333;
background-color: #EEEEEE;
}
/* Hinge */
.flipdownWidgets.flipdown__theme-light .rotor:after {
border-top: solid 1px #222222;
}
/* END OF THEMES */
.flipdownWidgets {
overflow: visible;
}
.flipdownWidgets .rotor-group {
position: relative;
float: left;
padding-right: calc(var(--base-unit) * 30px);
}
.flipdownWidgets .rotor-group:last-child {
padding-right: 0;
}
.flipdownWidgets .rotor-group-heading:before {
display: block;
height: calc(var(--base-unit) * 30px);
line-height: calc(var(--base-unit) * 30px);
text-align: center;
}
.flipdownWidgets .rotor-group:nth-child(1) .rotor-group-heading:before {
content: attr(data-before);
}
.flipdownWidgets .rotor-group:nth-child(2) .rotor-group-heading:before {
content: attr(data-before);
}
.flipdownWidgets .rotor-group:nth-child(3) .rotor-group-heading:before {
content: attr(data-before);
}
.flipdownWidgets .rotor-group:nth-child(4) .rotor-group-heading:before {
content: attr(data-before);
}
.flipdownWidgets .rotor-group:nth-child(n+2):nth-child(-n+3):before {
content: '';
position: absolute;
bottom: calc(var(--base-unit) * 20px);
left: calc(var(--base-unit) * 115px);
width: calc(var(--base-unit) * 10px);
height: calc(var(--base-unit) * 10px);
border-radius: 50%;
}
.flipdownWidgets .rotor-group:nth-child(n+2):nth-child(-n+3):after {
content: '';
position: absolute;
bottom: calc(var(--base-unit) * 50px);
left: calc(var(--base-unit) * 115px);
width: calc(var(--base-unit) * 10px);
height: calc(var(--base-unit) * 10px);
border-radius: 50%;
}
.flipdownWidgets .rotor {
position: relative;
float: left;
width: calc(var(--base-unit) * 50px);
height: calc(var(--base-unit) * 80px);
margin: 0px calc(var(--base-unit) * 5px) 0px 0px;
border-radius: calc(var(--base-unit) * 4px);
font-size: calc(var(--base-unit) * 50px);
text-align: center;
perspective: calc(var(--base-unit) * 200px);
}
.flipdownWidgets .rotor:last-child {
margin-right: 0;
}
.flipdownWidgets .rotor-top,
.flipdownWidgets .rotor-bottom {
overflow: hidden;
position: absolute;
width: calc(var(--base-unit) * 50px);
height: calc(var(--base-unit) * 40px);
}
.flipdownWidgets .rotor-leaf {
z-index: 1;
position: absolute;
width: calc(var(--base-unit) * 50px);
height: calc(var(--base-unit) * 80px);
transform-style: preserve-3d;
transition: transform 0s;
}
.flipdownWidgets .rotor-leaf.flipped {
transform: rotateX(-180deg);
transition: all 0.5s ease-in-out;
}
.flipdownWidgets .rotor-leaf-front,
.flipdownWidgets .rotor-leaf-rear {
overflow: hidden;
position: absolute;
width: calc(var(--base-unit) * 50px);
height: calc(var(--base-unit) * 40px);
margin: 0;
transform: rotateX(0deg);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.flipdownWidgets .rotor-leaf-front {
line-height: calc(var(--base-unit) * 80px);
border-radius: 4px 4px 0px 0px;
}
.flipdownWidgets .rotor-leaf-rear {
line-height: 0px;
border-radius: 0px 0px 4px 4px;
transform: rotateX(-180deg);
}
.flipdownWidgets .rotor-top {
line-height: calc(var(--base-unit) * 80px);
border-radius: 4px 4px 0px 0px;
}
.flipdownWidgets .rotor-bottom {
bottom: 0;
line-height: 0px;
border-radius: 0px 0px 4px 4px;
}
.flipdownWidgets .rotor:after {
content: '';
z-index: 2;
position: absolute;
bottom: 0px;
left: 0px;
width: calc(var(--base-unit) * 50px);
height: calc(var(--base-unit) * 40px);
border-radius: 0px 0px 4px 4px;
} | inst/htmlwidgets/lib/flipdown/flipdown.css |
:root {
--base-unit: 1
}
/********** Theme: dark **********/
/* Font styles */
.flipdownWidgets.flipdown__theme-dark {
font-family: sans-serif;
font-weight: bold;
font-size: calc(var(--base-unit) * 15px);
}
/* Rotor group headings */
.flipdownWidgets.flipdown__theme-dark .rotor-group-heading:before {
color: #000000;
}
/* Delimeters */
.flipdownWidgets.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdownWidgets.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
background-color: #151515;
}
/* Rotor tops */
.flipdownWidgets.flipdown__theme-dark .rotor,
.flipdownWidgets.flipdown__theme-dark .rotor-top,
.flipdownWidgets.flipdown__theme-dark .rotor-leaf-front {
color: #FFFFFF;
background-color: #151515;
}
/* Rotor bottoms */
.flipdownWidgets.flipdown__theme-dark .rotor-bottom,
.flipdownWidgets.flipdown__theme-dark .rotor-leaf-rear {
color: #EFEFEF;
background-color: #202020;
}
/* Hinge */
.flipdownWidgets.flipdown__theme-dark .rotor:after {
border-top: solid 1px #151515;
}
/********** Theme: light **********/
/* Font styles */
.flipdownWidgets.flipdown__theme-light {
font-family: sans-serif;
font-weight: bold;
}
/* Rotor group headings */
.flipdownWidgets.flipdown__theme-light .rotor-group-heading:before {
color: #EEEEEE;
}
/* Delimeters */
.flipdownWidgets.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdownWidgets.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
background-color: #DDDDDD;
}
/* Rotor tops */
.flipdownWidgets.flipdown__theme-light .rotor,
.flipdownWidgets.flipdown__theme-light .rotor-top,
.flipdownWidgets.flipdown__theme-light .rotor-leaf-front {
color: #222222;
background-color: #DDDDDD;
}
/* Rotor bottoms */
.flipdownWidgets.flipdown__theme-light .rotor-bottom,
.flipdownWidgets.flipdown__theme-light .rotor-leaf-rear {
color: #333333;
background-color: #EEEEEE;
}
/* Hinge */
.flipdownWidgets.flipdown__theme-light .rotor:after {
border-top: solid 1px #222222;
}
/* END OF THEMES */
.flipdownWidgets {
overflow: visible;
}
.flipdownWidgets .rotor-group {
position: relative;
float: left;
padding-right: calc(var(--base-unit) * 30px);
}
.flipdownWidgets .rotor-group:last-child {
padding-right: 0;
}
.flipdownWidgets .rotor-group-heading:before {
display: block;
height: calc(var(--base-unit) * 30px);
line-height: calc(var(--base-unit) * 30px);
text-align: center;
}
.flipdownWidgets .rotor-group:nth-child(1) .rotor-group-heading:before {
content: attr(data-before);
}
.flipdownWidgets .rotor-group:nth-child(2) .rotor-group-heading:before {
content: attr(data-before);
}
.flipdownWidgets .rotor-group:nth-child(3) .rotor-group-heading:before {
content: attr(data-before);
}
.flipdownWidgets .rotor-group:nth-child(4) .rotor-group-heading:before {
content: attr(data-before);
}
.flipdownWidgets .rotor-group:nth-child(n+2):nth-child(-n+3):before {
content: '';
position: absolute;
bottom: calc(var(--base-unit) * 20px);
left: calc(var(--base-unit) * 115px);
width: calc(var(--base-unit) * 10px);
height: calc(var(--base-unit) * 10px);
border-radius: 50%;
}
.flipdownWidgets .rotor-group:nth-child(n+2):nth-child(-n+3):after {
content: '';
position: absolute;
bottom: calc(var(--base-unit) * 50px);
left: calc(var(--base-unit) * 115px);
width: calc(var(--base-unit) * 10px);
height: calc(var(--base-unit) * 10px);
border-radius: 50%;
}
.flipdownWidgets .rotor {
position: relative;
float: left;
width: calc(var(--base-unit) * 50px);
height: calc(var(--base-unit) * 80px);
margin: 0px calc(var(--base-unit) * 5px) 0px 0px;
border-radius: calc(var(--base-unit) * 4px);
font-size: calc(var(--base-unit) * 50px);
text-align: center;
perspective: calc(var(--base-unit) * 200px);
}
.flipdownWidgets .rotor:last-child {
margin-right: 0;
}
.flipdownWidgets .rotor-top,
.flipdownWidgets .rotor-bottom {
overflow: hidden;
position: absolute;
width: calc(var(--base-unit) * 50px);
height: calc(var(--base-unit) * 40px);
}
.flipdownWidgets .rotor-leaf {
z-index: 1;
position: absolute;
width: calc(var(--base-unit) * 50px);
height: calc(var(--base-unit) * 80px);
transform-style: preserve-3d;
transition: transform 0s;
}
.flipdownWidgets .rotor-leaf.flipped {
transform: rotateX(-180deg);
transition: all 0.5s ease-in-out;
}
.flipdownWidgets .rotor-leaf-front,
.flipdownWidgets .rotor-leaf-rear {
overflow: hidden;
position: absolute;
width: calc(var(--base-unit) * 50px);
height: calc(var(--base-unit) * 40px);
margin: 0;
transform: rotateX(0deg);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.flipdownWidgets .rotor-leaf-front {
line-height: calc(var(--base-unit) * 80px);
border-radius: 4px 4px 0px 0px;
}
.flipdownWidgets .rotor-leaf-rear {
line-height: 0px;
border-radius: 0px 0px 4px 4px;
transform: rotateX(-180deg);
}
.flipdownWidgets .rotor-top {
line-height: calc(var(--base-unit) * 80px);
border-radius: 4px 4px 0px 0px;
}
.flipdownWidgets .rotor-bottom {
bottom: 0;
line-height: 0px;
border-radius: 0px 0px 4px 4px;
}
.flipdownWidgets .rotor:after {
content: '';
z-index: 2;
position: absolute;
bottom: 0px;
left: 0px;
width: calc(var(--base-unit) * 50px);
height: calc(var(--base-unit) * 40px);
border-radius: 0px 0px 4px 4px;
} | 0.463687 | 0.078008 |
.editIcon {
background-image: url('../icons/darkTheme/edit.png');
}
/* TOOLS BUTTONS */
.marqueeRectTool {
background-image: url('../icons/darkTheme/marqueeRectTool.png');
}
.marqueeEllipTool {
background-image: url('../icons/darkTheme/marqueeEllipTool.png');
}
.marqueeSingleRowTool {
background-image: url('../icons/darkTheme/marqueeSingleRowTool.png');
}
.marqueeSingleColumnTool {
background-image: url('../icons/darkTheme/marqueeSingleColumnTool.png');
}
.lassoTool {
background-image: url('../icons/darkTheme/lassoTool.png');
}
.polySelTool {
background-image: url('../icons/darkTheme/polySelTool.png');
}
.magneticLassoTool {
background-image: url('../icons/darkTheme/magneticLassoTool.png');
}
.cropTool {
background-image: url('../icons/darkTheme/cropTool.png');
}
.perspectiveCropTool {
background-image: url('../icons/darkTheme/perspectiveCropTool.png');
}
.sliceTool {
background-image: url('../icons/darkTheme/sliceTool.png');
}
.sliceSelectTool {
background-image: url('../icons/darkTheme/sliceSelectTool.png');
}
.moveTool {
background-image: url('../icons/darkTheme/moveTool.png');
}
.quickSelectTool {
background-image: url('../icons/darkTheme/quickSelectTool.png');
}
.magicWandTool {
background-image: url('../icons/darkTheme/magicWandTool.png');
}
.eyedropperTool {
background-image: url('../icons/darkTheme/eyedropperTool.png');
}
/* Escape the '3' */
.\33 DMaterialSelectTool {
background-image: url('../icons/darkTheme/3DMaterialSelectTool.png');
}
.colorSamplerTool {
background-image: url('../icons/darkTheme/colorSamplerTool.png');
}
.rulerTool {
background-image: url('../icons/darkTheme/rulerTool.png');
}
.textAnnotTool {
background-image: url('../icons/darkTheme/textAnnotTool.png');
}
.countTool {
background-image: url('../icons/darkTheme/countTool.png');
}
.spotHealingBrushTool {
background-image: url('../icons/darkTheme/spotHealingBrushTool.png');
}
.magicStampTool {
background-image: url('../icons/darkTheme/magicStampTool.png');
}
.patchSelection {
background-image: url('../icons/darkTheme/patchSelection.png');
}
.recomposeSelection {
background-image: url('../icons/darkTheme/recomposeSelection.png');
}
.redEyeTool {
background-image: url('../icons/darkTheme/redEyeTool.png');
}
.paintbrushTool {
background-image: url('../icons/darkTheme/paintbrushTool.png');
}
.pencilTool {
background-image: url('../icons/darkTheme/pencilTool.png');
}
.colorReplacementBrushTool {
background-image: url('../icons/darkTheme/colorReplacementBrushTool.png');
}
.wetBrushTool {
background-image: url('../icons/darkTheme/wetBrushTool.png');
}
.cloneStampTool {
background-image: url('../icons/darkTheme/cloneStampTool.png');
}
.patternStampTool {
background-image: url('../icons/darkTheme/patternStampTool.png');
}
.historyBrushTool {
background-image: url('../icons/darkTheme/historyBrushTool.png');
}
.artBrushTool {
background-image: url('../icons/darkTheme/artBrushTool.png');
}
.eraserTool {
background-image: url('../icons/darkTheme/eraserTool.png');
}
.backgroundEraserTool {
background-image: url('../icons/darkTheme/backgroundEraserTool.png');
}
.magicEraserTool {
background-image: url('../icons/darkTheme/magicEraserTool.png');
}
.gradientTool {
background-image: url('../icons/darkTheme/gradientTool.png');
}
.bucketTool {
background-image: url('../icons/darkTheme/bucketTool.png');
}
/* Escape the '3' */
.\33 DMaterialDropTool {
background-image: url('../icons/darkTheme/3DMaterialDropTool.png');
}
.blurTool {
background-image: url('../icons/darkTheme/blurTool.png');
}
.sharpenTool {
background-image: url('../icons/darkTheme/sharpenTool.png');
}
.smudgeTool {
background-image: url('../icons/darkTheme/smudgeTool.png');
}
.dodgeTool {
background-image: url('../icons/darkTheme/dodgeTool.png');
}
.burnInTool {
background-image: url('../icons/darkTheme/burnInTool.png');
}
.saturationTool {
background-image: url('../icons/darkTheme/saturationTool.png');
}
.penTool {
background-image: url('../icons/darkTheme/penTool.png');
}
.freeformPenTool {
background-image: url('../icons/darkTheme/freeformPenTool.png');
}
.addKnotTool {
background-image: url('../icons/darkTheme/addKnotTool.png');
}
.deleteKnotTool {
background-image: url('../icons/darkTheme/deleteKnotTool.png');
}
.convertKnotTool {
background-image: url('../icons/darkTheme/convertKnotTool.png');
}
.typeCreateOrEditTool {
background-image: url('../icons/darkTheme/typeCreateOrEditTool.png');
}
.typeVerticalCreateOrEditTool {
background-image: url('../icons/darkTheme/typeVerticalCreateOrEditTool.png');
}
.typeCreateMaskTool {
background-image: url('../icons/darkTheme/typeCreateMaskTool.png');
}
.typeVerticalCreateMaskTool {
background-image: url('../icons/darkTheme/typeVerticalCreateMaskTool.png');
}
.pathComponentSelectTool {
background-image: url('../icons/darkTheme/pathComponentSelectTool.png');
}
.directSelectTool {
background-image: url('../icons/darkTheme/directSelectTool.png');
}
.rectangleTool {
background-image: url('../icons/darkTheme/rectangleTool.png');
}
.roundedRectangleTool {
background-image: url('../icons/darkTheme/roundedRectangleTool.png');
}
.ellipseTool {
background-image: url('../icons/darkTheme/ellipseTool.png');
}
.polygonTool {
background-image: url('../icons/darkTheme/polygonTool.png');
}
.lineTool {
background-image: url('../icons/darkTheme/lineTool.png');
}
.customShapeTool {
background-image: url('../icons/darkTheme/customShapeTool.png');
}
.handTool {
background-image: url('../icons/darkTheme/handTool.png');
}
.rotateTool {
background-image: url('../icons/darkTheme/rotateTool.png');
}
.zoomTool {
background-image: url('../icons/darkTheme/zoomTool.png');
} | src/com.undavide.tools3/css/icons-dark-theme.css |
.editIcon {
background-image: url('../icons/darkTheme/edit.png');
}
/* TOOLS BUTTONS */
.marqueeRectTool {
background-image: url('../icons/darkTheme/marqueeRectTool.png');
}
.marqueeEllipTool {
background-image: url('../icons/darkTheme/marqueeEllipTool.png');
}
.marqueeSingleRowTool {
background-image: url('../icons/darkTheme/marqueeSingleRowTool.png');
}
.marqueeSingleColumnTool {
background-image: url('../icons/darkTheme/marqueeSingleColumnTool.png');
}
.lassoTool {
background-image: url('../icons/darkTheme/lassoTool.png');
}
.polySelTool {
background-image: url('../icons/darkTheme/polySelTool.png');
}
.magneticLassoTool {
background-image: url('../icons/darkTheme/magneticLassoTool.png');
}
.cropTool {
background-image: url('../icons/darkTheme/cropTool.png');
}
.perspectiveCropTool {
background-image: url('../icons/darkTheme/perspectiveCropTool.png');
}
.sliceTool {
background-image: url('../icons/darkTheme/sliceTool.png');
}
.sliceSelectTool {
background-image: url('../icons/darkTheme/sliceSelectTool.png');
}
.moveTool {
background-image: url('../icons/darkTheme/moveTool.png');
}
.quickSelectTool {
background-image: url('../icons/darkTheme/quickSelectTool.png');
}
.magicWandTool {
background-image: url('../icons/darkTheme/magicWandTool.png');
}
.eyedropperTool {
background-image: url('../icons/darkTheme/eyedropperTool.png');
}
/* Escape the '3' */
.\33 DMaterialSelectTool {
background-image: url('../icons/darkTheme/3DMaterialSelectTool.png');
}
.colorSamplerTool {
background-image: url('../icons/darkTheme/colorSamplerTool.png');
}
.rulerTool {
background-image: url('../icons/darkTheme/rulerTool.png');
}
.textAnnotTool {
background-image: url('../icons/darkTheme/textAnnotTool.png');
}
.countTool {
background-image: url('../icons/darkTheme/countTool.png');
}
.spotHealingBrushTool {
background-image: url('../icons/darkTheme/spotHealingBrushTool.png');
}
.magicStampTool {
background-image: url('../icons/darkTheme/magicStampTool.png');
}
.patchSelection {
background-image: url('../icons/darkTheme/patchSelection.png');
}
.recomposeSelection {
background-image: url('../icons/darkTheme/recomposeSelection.png');
}
.redEyeTool {
background-image: url('../icons/darkTheme/redEyeTool.png');
}
.paintbrushTool {
background-image: url('../icons/darkTheme/paintbrushTool.png');
}
.pencilTool {
background-image: url('../icons/darkTheme/pencilTool.png');
}
.colorReplacementBrushTool {
background-image: url('../icons/darkTheme/colorReplacementBrushTool.png');
}
.wetBrushTool {
background-image: url('../icons/darkTheme/wetBrushTool.png');
}
.cloneStampTool {
background-image: url('../icons/darkTheme/cloneStampTool.png');
}
.patternStampTool {
background-image: url('../icons/darkTheme/patternStampTool.png');
}
.historyBrushTool {
background-image: url('../icons/darkTheme/historyBrushTool.png');
}
.artBrushTool {
background-image: url('../icons/darkTheme/artBrushTool.png');
}
.eraserTool {
background-image: url('../icons/darkTheme/eraserTool.png');
}
.backgroundEraserTool {
background-image: url('../icons/darkTheme/backgroundEraserTool.png');
}
.magicEraserTool {
background-image: url('../icons/darkTheme/magicEraserTool.png');
}
.gradientTool {
background-image: url('../icons/darkTheme/gradientTool.png');
}
.bucketTool {
background-image: url('../icons/darkTheme/bucketTool.png');
}
/* Escape the '3' */
.\33 DMaterialDropTool {
background-image: url('../icons/darkTheme/3DMaterialDropTool.png');
}
.blurTool {
background-image: url('../icons/darkTheme/blurTool.png');
}
.sharpenTool {
background-image: url('../icons/darkTheme/sharpenTool.png');
}
.smudgeTool {
background-image: url('../icons/darkTheme/smudgeTool.png');
}
.dodgeTool {
background-image: url('../icons/darkTheme/dodgeTool.png');
}
.burnInTool {
background-image: url('../icons/darkTheme/burnInTool.png');
}
.saturationTool {
background-image: url('../icons/darkTheme/saturationTool.png');
}
.penTool {
background-image: url('../icons/darkTheme/penTool.png');
}
.freeformPenTool {
background-image: url('../icons/darkTheme/freeformPenTool.png');
}
.addKnotTool {
background-image: url('../icons/darkTheme/addKnotTool.png');
}
.deleteKnotTool {
background-image: url('../icons/darkTheme/deleteKnotTool.png');
}
.convertKnotTool {
background-image: url('../icons/darkTheme/convertKnotTool.png');
}
.typeCreateOrEditTool {
background-image: url('../icons/darkTheme/typeCreateOrEditTool.png');
}
.typeVerticalCreateOrEditTool {
background-image: url('../icons/darkTheme/typeVerticalCreateOrEditTool.png');
}
.typeCreateMaskTool {
background-image: url('../icons/darkTheme/typeCreateMaskTool.png');
}
.typeVerticalCreateMaskTool {
background-image: url('../icons/darkTheme/typeVerticalCreateMaskTool.png');
}
.pathComponentSelectTool {
background-image: url('../icons/darkTheme/pathComponentSelectTool.png');
}
.directSelectTool {
background-image: url('../icons/darkTheme/directSelectTool.png');
}
.rectangleTool {
background-image: url('../icons/darkTheme/rectangleTool.png');
}
.roundedRectangleTool {
background-image: url('../icons/darkTheme/roundedRectangleTool.png');
}
.ellipseTool {
background-image: url('../icons/darkTheme/ellipseTool.png');
}
.polygonTool {
background-image: url('../icons/darkTheme/polygonTool.png');
}
.lineTool {
background-image: url('../icons/darkTheme/lineTool.png');
}
.customShapeTool {
background-image: url('../icons/darkTheme/customShapeTool.png');
}
.handTool {
background-image: url('../icons/darkTheme/handTool.png');
}
.rotateTool {
background-image: url('../icons/darkTheme/rotateTool.png');
}
.zoomTool {
background-image: url('../icons/darkTheme/zoomTool.png');
} | 0.323808 | 0.044245 |
:root {
--color1: #2f2e2e;
--shd: none;
--txtlblrq: 0, 0, 0;
--rd: 0px;
--brw: 0px 0px 2px 0px;
--bg: var(--color_11);
--txt: 0, 0, 0;
--alpha-txt: 1;
--brd: 0, 0, 0;
--txt2: 0, 0, 0;
--alpha-txt2: 1;
--brwh: 0px 0px 1px 0px;
--bgh: var(--color_11);
--brdh: 0, 0, 0;
--brwf: 0px 0px 1px 0px;
--bgf: var(--color_11);
--brdf: 0, 0, 0;
--brwe: 0px 0px 2px 0px;
--bge: var(--color_11);
--brde: 255, 64, 64;
--trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
--bgd: 255, 255, 255;
--txtd: 219, 219, 219;
--alpha-txtd: 1;
--brwd: 1px;
--brdd: 219, 219, 219;
--alpha-brdd: 1;
--alpha-txtlblrq: 1;
--alpha-bg: 0;
--alpha-bgd: 1;
--alpha-bge: 0;
--alpha-bgf: 0;
--alpha-bgh: 0;
--alpha-brd: 1;
--alpha-brde: 1;
--alpha-brdf: 1;
--alpha-brdh: 1;
--alpha-btn_brd: 0.55;
--boxShadowToggleOn-shd: none;
--btn_brd: var(--color_15);
--btn_brw: 1;
--btn_fnt: var(--font_8);
--fnt2: var(--font_8);
--txtlbl: 0, 0, 0;
--txt-placeholder: var(--color_14);
--alpha-txt-placeholder: 1;
--dir: ltr;
--textAlign: left;
--textPadding: 3px 3px 3px 40px;
--labelPadding: 0 20px 0 0px;
--requiredIndicationDisplay: inline;
--labelMarginBottom: 9px;
height: auto;
--alpha-txtlbl: 1;
--inputHeight: 61px;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,400;0,500;0,700;1,900&display=swap");
a {
color: #000000 !important;
}
.ttm-contact a {
color: white;
}
.ttm-contact a:hover {
color: white;
}
.blg-bg {
background: #e8e8e863;
}
.ttm-page-title-row {
display: block;
padding-top: 7px;
padding-bottom: 0;
z-index: 11;
}
.ttm-page-title-row {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.second-footer {
background-image: none;
background-color: transparent;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: scroll;
}
.footer .bottom-footer-text {
background-color: transparent;
position: relative;
}
.footer .bottom-footer-text:before {
content: "";
background-color: #76767670;
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-black,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-black:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-darkgrey .ttm-stickable-header.fixed-header,
.ttm-header-style-overlay .ttm-stickable-header.fixed-header,
.wrap-form input[type="submit"]:hover,
.twentytwenty-handle,
.calendar thead th,
.calendar.small .calendar-frame tbody td.today,
.ttm-testimonial-box-view-style3 .testimonial-content:before,
.ttm-tabs.ttm-tab-style-vertical ul.tabs li a,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a,
.featured-icon-box.style4 a.di_link:hover,
.ttm-pricing-plan .ttm-ptable-main,
.ttm-pricing-plan:not(.ttm-ptablebox-featured-col) .ttm-ptable-icon,
.products .product .ttm-shop-icon a,
.ttm-nextprev-bottom-nav .nav-previous a:hover,
.ttm-nextprev-bottom-nav .nav-next a:hover,
.comment-list a.comment-reply-link:hover,
div.product button.cart_button,
.form-submit input,
a.checkout-button,
.coupon button,
.ttm-cart-form button,
.place-order button {
background-color: #0a2a4a;
}
body {
color: #000000;
}
.ttm-row.blog-section {
padding: 10px 0 10px;
}
.section-title.with-desc {
margin-bottom: 3px;
}
.ttm-post-format-icon {
display: none;
}
.ttm-row.introduction-section {
padding: 10px 0 10px;
}
.site-branding img {
max-height: 60px;
}
.ttm-btn.btn-inline {
font-size: 15px;
}
.tp-caption.white-flatborder-button {
font-size: 19px !important;
line-height: 13px;
font-weight: 500;
font-family: Saira;
background: white;
border-style: solid;
border-width: 1px;
color: #033b4a !important;
font-weight: 900 !important;
}
.fixed-header {
position: fixed !important;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background: var(--color1);
}
figure {
margin: 0;
}
@media (max-width: 575px) {
.col-xs-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xs-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.news-slider h3 a {
font-size: 1.5em !important;
line-height: 2rem;
}
}
@media only screen and (min-width: 768px) {
.table-hakkimda {
height: 229px;
}
}
@media only screen and (min-width: 1000px) {
.table-hakkimda {
height: 317px;
}
}
@media only screen and (min-width: 1200px) {
.table-hakkimda {
height: 396px;
}
#site-header-menu #site-navigation .menu > ul > li > a {
display: block;
margin: 0;
padding: 0 7px 0 7px;
text-decoration: none;
position: relative;
z-index: 1;
height: 102px;
line-height: 102px;
}
/* #site-header-menu #site-navigation .menu > ul > li {
border-right: 1px dotted #363b3f !important;
} */
#site-header-menu #site-navigation .menu > ul > li:nth-last-child(1),
#site-header-menu #site-navigation .menu > ul > li:nth-last-child(2) {
border-right: none !important;
}
.ttm-fbar-position-right .ttm-fbar-box-w {
position: fixed;
top: 100px;
right: 0;
width: 400px;
height: 100%;
max-height: 556px;
z-index: 9999;
-webkit-transition: transform 0.4s ease;
transition: transform 0.4s ease;
-webkit-transform: translateX(400px);
-ms-transform: translateX(400px);
transform: translateX(400px);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
}
.post-desc.featured-desc p {
overflow: hidden;
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
height: 80px;
}
.sidebar .content-area {
padding-top: 0px !important;
padding-bottom: 5px !important;
}
.post-title.featured-title {
overflow: hidden;
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 60px;
}
.anasayfa .post-title.featured-title {
-webkit-line-clamp: 1;
height: 30px;
}
/*p, h1, h2, h3, h4, h5, h6 {
font-family: 'Quicksand', sans-serif;
width: 100%;
}*/
.btn-default {
background-color: #086ad8;
color: white;
}
.input-group-text {
width: 40px;
}
.input-group {
margin: 10px 0;
}
.arama-sayfasi .ttm-blog-classic .ttm-box-post-date {
height: 62px;
width: 69px;
position: absolute;
top: 156px;
left: 30px;
font-weight: 500;
font-size: 31px;
line-height: 18px;
padding-top: 13px;
padding-bottom: 7px;
z-index: 1;
color: #fff;
text-align: center;
}
.ttm-box-post-date {
display: none;
}
.featured-imagebox-post.ttm-box-view-top-image .featured-content {
padding: 5px 10px 10px 5px;
}
.featured-imagebox-post.ttm-box-view-top-image .post-desc {
padding-top: 0px;
}
.post-desc {
margin-top: 0;
padding-top: 7px;
border-top: 1px solid #f2f2f2;
}
h2 {
font-size: 23px;
line-height: 23px;
}
h3 {
font-size: 20px;
line-height: 20px;
}
h4 {
font-size: 19px;
line-height: 19px;
}
h5 {
font-size: 18px;
line-height: 18px;
}
/* CSS Reset used: http://seodesigns.com/projects/codepen/reset.css */
.sticky-footer {
display: none;
height: 58px;
background: linear-gradient(
137deg,
rgba(0, 0, 0, 1) 0%,
rgba(56, 62, 66, 1) 100%
);
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
z-index: 30000;
}
.sticky-footer .one-fourth {
width: 33%;
float: left;
color: #fff;
text-align: center;
height: 58px;
position: relative;
cursor: pointer;
}
.sticky-search,
.sticky-filters,
.sticky-map,
.sticky-radius {
width: 25px;
height: 25px;
margin: auto;
margin-top: 11px;
}
.sticky-footer .one-fourth p {
font-size: 10px;
margin-top: 3px;
}
.sticky-footer i {
font-size: 30px;
margin-top: 9px;
color: white !important;
}
.sticky-footer p {
margin-top: -9px !important;
color: white !important;
}
#totop {
bottom: 69px;
}
@media (max-width: 575px) {
.site-branding img {
max-height: 46px;
}
}
@media (min-width: 1200px) {
.sticky-footer {
display: none;
}
}
@media (max-width: 1200px) {
.footer {
position: relative;
/*top: -50px;*/
}
/* .footer .second-footer {
padding-top: 90px;
} */
}
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-black,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-black:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-darkgrey .ttm-stickable-header.fixed-header,
.ttm-header-style-overlay .ttm-stickable-header.fixed-header,
.wrap-form input[type="submit"]:hover,
.twentytwenty-handle,
.calendar thead th,
.calendar.small .calendar-frame tbody td.today,
.ttm-testimonial-box-view-style3 .testimonial-content:before,
.ttm-tabs.ttm-tab-style-vertical ul.tabs li a,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a,
.featured-icon-box.style4 a.di_link:hover,
.ttm-pricing-plan .ttm-ptable-main,
.ttm-pricing-plan:not(.ttm-ptablebox-featured-col) .ttm-ptable-icon,
.products .product .ttm-shop-icon a,
.ttm-nextprev-bottom-nav .nav-previous a:hover,
.ttm-nextprev-bottom-nav .nav-next a:hover,
.comment-list a.comment-reply-link:hover,
div.product button.cart_button,
.form-submit input,
a.checkout-button,
.coupon button,
.ttm-cart-form button,
.place-order button {
background-color: #000000;
}
.ttm-page-title-row {
background: linear-gradient(137deg, rgb(47 46 46) 0%, rgb(47 46 46) 100%);
border-top: 1px solid #ffffff29;
}
.breadcrumb-wrapper span:last-child {
color: #ffffff !important;
font-weight: 900;
}
.top-contact li {
border-right: 1px solid;
}
.top-contact li:last-child {
border-right: none;
}
.btn-primary {
background: rgb(0, 0, 0);
background: linear-gradient(
137deg,
rgba(0, 0, 0, 1) 0%,
rgba(56, 62, 66, 1) 100%
);
border-color: #b1b7bd;
transition: 0s;
color: white !important;
}
.btn-primary:hover {
color: #fff;
background: rgb(0, 0, 0);
border-color: #b1b7bd;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background: rgb(0, 0, 0);
border-color: #b1b7bd;
}
.branding .buttons {
height: 99px;
}
.branding .flex-column {
padding: 0 10px;
}
.branding .social-icons a {
border: 1px solid;
border-radius: 6px;
margin: 0 5px;
width: 25px !important;
display: block;
height: 25px !important;
line-height: 22px;
padding: 0 5px;
background: rgb(0, 0, 0);
background: linear-gradient(
137deg,
rgba(0, 0, 0, 1) 0%,
rgba(56, 62, 66, 1) 100%
);
color: #fff !important;
}
.ttm-search-overlay {
background: rgb(0, 0, 0);
background: linear-gradient(
137deg,
rgba(0, 0, 0, 1) 0%,
rgba(56, 62, 66, 1) 100%
);
}
@media only screen and (min-width: 1200px) {
#site-header-menu #site-navigation .menu > ul > li > a {
display: block;
margin: 0;
padding: 0 7px 0 7px;
text-decoration: none;
position: relative;
z-index: 1;
height: 70px;
font-weight: 400;
line-height: 55px;
}
}
.prof-hood {
color: #000000;
font-size: 37px;
text-align: center;
font-weight: 600;
margin-top: 25px;
}
.prof-title {
font-size: 16px;
line-height: 1.6em;
text-align: justify;
font-family: "Poppins", sans-serif;
color: rgb(0, 0, 0);
font-style: italic;
margin-bottom: 70px;
}
.first-lap {
color: rgb(222, 80, 33);
font-size: 22px;
font-family: "Poppins", sans-serif;
overflow-wrap: break-word;
text-align: start;
margin: 30px 0;
}
.down-icon {
transform: rotate(270deg);
width: 45px;
height: 45px;
}
.down-icon svg {
fill: #212529;
width: 45px !important;
height: 45px !important;
stroke: #000000;
stroke-width: 3;
stroke-opacity: 1;
}
@media (min-width: 768px) {
.pend-0 {
padding-right: 0px;
}
.pstart-0 {
padding-left: 0px;
}
}
.ameliyat-sureci {
text-align: center;
}
.obezite-page-right {
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 70px;
}
.article-hood .hood {
font-size: 27px;
color: #de5021;
font-family: "Poppins", sans-serif;
margin: 60px 0 20px 0;
padding: 0 25px;
}
.post-detail p {
font-size: 15px;
letter-spacing: 0.05em;
color: rgb(0, 0, 0);
font-family: Helvetica, sans-serif;
opacity: 0.8;
}
._589sq {
background: #eaeaea;
box-shadow: 5px 5px 7px rgb(0 0 0 / 35%);
}
._589sq p {
letter-spacing: 0.05em;
font-family: helvetica-w01-light, helvetica-w02-light, sans-serif;
font-size: 15px;
line-height: 1.6em;
font-style: italic;
margin: 0;
}
._589sqtxt {
background: #eaeaea;
margin: 0 !important;
padding: 15px 0;
font-weight: bold;
box-shadow: 5px 0px 7px rgb(0 0 0 / 35%);
}
.obezite-page .hood {
line-height: 1.2em;
font-size: 33px;
color: rgb(47, 46, 46);
letter-spacing: 0.05em;
font-family: "Poppins", sans-serif;
font-weight: 100;
}
.obezite-page .text {
font-size: 14px;
line-height: 2em;
color: rgb(0, 0, 0);
font-family: Helvetica, sans-serif;
letter-spacing: 0.05em;
margin-top: 20px;
opacity: 0.8;
}
.ucretsiz-randevu a {
border-radius: 0 !important;
}
.prof-title .change-color {
color: rgb(222, 80, 33);
font-weight: bold;
}
.obezite-desc {
font-size: 27px;
color: #de5021;
font-family: "Poppins", sans-serif;
letter-spacing: 0.05em;
margin: 20px 0;
}
.obezite-last {
font-size: 22px !important;
}
.obezite-text {
font-size: 15px;
letter-spacing: 0.05em;
color: rgb(0, 0, 0);
font-family: Helvetica, sans-serif;
opacity: 0.8;
}
.obezite-hood {
margin: 25px 0;
}
.ttm-header-icons,
.ttm-header-icon {
position: relative;
height: 65px;
line-height: 72px;
float: right;
}
.header-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0 0 0;
}
.site-branding2 .header-logo {
padding: 0;
margin: 0;
}
.site-branding2 .header-logo .title {
font-family: "Poppins", sans-serif;
font-weight: 100;
color: #ffffff;
font-size: 32px;
}
.site-branding2 .header-logo-sub {
width: 100%;
}
.site-branding2 .header-logo-sub .title {
font-family: "Poppins", sans-serif;
font-weight: 100;
color: #ffffff;
font-size: 18px;
text-align: start;
}
.site-navigation li {
padding: 0 15px;
}
.site-navigation .mdl-js-ripple-effect {
padding: 0 10px;
font-weight: 400;
font-size: 14px !important;
color: #ffffff !important;
}
#slider-1 {
background: url("../../../2022/02/run.jpg");
height: 796px;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
background-size: cover;
}
/* #slider-1 h2, #slider-1 p {
padding: 15px 0 15px 220px;
} */
#slider-1 .btn {
transition: inherit;
color: #ffffff;
font-style: normal;
font-family: poppins-extralight, poppins, sans-serif;
font-weight: 700;
font-size: 14px;
letter-spacing: 0.1em;
display: initial;
margin: 0px 0.5px 0px 0px;
padding: 9px;
}
#slider-1 h2 {
font-size: 50px;
font-weight: 400;
line-height: 60px;
color: white;
font-family: poppins-extralight, poppins, sans-serif;
}
.divider {
transform-origin: center 0.5px;
width: 966px;
height: 1px;
background: rgb(160, 160, 159);
position: relative;
margin: 0px 0px 16px calc((100% - 980px) * 0.5);
left: -291px;
grid-area: 2 / 1 / 3 / 2;
justify-self: start;
align-self: start;
box-sizing: border-box;
}
#slider-1 p {
color: #fff;
font-size: 13px;
line-height: 21px;
margin-bottom: 43px;
font-family: open sans, sans-serif;
letter-spacing: 0.05em;
}
body {
font-family: poppins-extralight, poppins, sans-serif;
}
.page-title {
font-family: poppins-extralight, poppins, sans-serif;
letter-spacing: 2px;
font-weight: 400;
font-size: 33px;
line-height: 40px;
text-transform: uppercase;
}
.font1 {
font-family: poppins-extralight, poppins, sans-serif;
}
.font2 {
font-family: open sans, sans-serif;
}
.font3 {
font-family: helvetica-w01-light, helvetica-w02-light, sans-serif;
}
.font4 {
}
.ask-list .card {
border: none;
}
.faq p {
font-family: poppins-extralight, poppins, sans-serif;
font-weight: 500;
font-style: italic;
font-size: 14px;
}
.img-1:after {
content: "";
display: block;
position: absolute;
opacity: 0.6;
top: 0;
background: url("../../../2022/02/f22d3579840e47d8bf1a793790603d98.jpg");
background-repeat: no-repeat;
background-position: top center;
width: 114%;
height: 100%;
z-index: -2;
}
.img-2:after {
content: "";
display: block;
position: absolute;
opacity: 0.6;
top: 0;
background: url("../../../2022/02/ff2c0fa76a5347f3b0f298d9feb685de.jpg");
background-repeat: no-repeat;
background-position: top center;
width: 114%;
height: 100%;
z-index: -2;
}
.bg-gray:before {
content: "";
display: block;
position: absolute;
top: 0;
background: gray;
opacity: 0.5;
z-index: -1;
width: 100%;
height: 100%;
}
.bg-red:before {
content: "";
display: block;
position: absolute;
background: #ff0000;
opacity: 0.7;
z-index: -1;
width: 100%;
height: 100%;
}
.bg-blue:before {
content: "";
display: block;
position: absolute;
background: #00598f;
opacity: 0.8;
z-index: -1;
width: 100%;
height: 100%;
}
.bg-proccess img {
height: 70px;
margin-top: 110px;
}
.bg-proccess {
margin: 10px 0;
}
.div-pad p {
font-style: italic;
color: white;
padding: 50px 30px;
}
.bg-proccess .bg-gray p {
background: #f0f0f0;
color: black;
}
.fw-100 {
font-weight: 100;
}
.fw-400 {
font-weight: 400;
}
.fw-700 {
font-weight: 700;
}
.btn.btn-default2 {
background: #fff;
border: 1px solid #fff;
color: black !important;
transition: 1s;
border-radius: 0;
text-transform: uppercase;
}
.btn.btn-default2:hover {
background: #417586;
border: 1px solid #417586;
color: white !important;
}
.fa {
font-weight: lighter;
}
#slider-1 .slider1-body {
height: 796px;
/* max-width: 660px; */
}
.pl-170 {
padding-left: 170px;
}
.green-back {
width: 100%;
height: 100%;
background: #4bd1a0;
display: flex;
justify-content: center;
align-items: center;
}
.youtube-videose {
padding: 0 90px;
}
.text-day {
font-size: 15px;
line-height: normal;
letter-spacing: normal;
color: rgb(0, 0, 0);
font-family: normal normal normal 15px/1.6em helvetica-w01-light,
helvetica-w02-light, sans-serif;
display: flex;
justify-content: center;
align-items: center;
opacity: 0.8;
}
.youtube-video {
margin-bottom: 20px !important;
}
.first-mounth {
line-height: 1.2em;
text-align: center;
font-family: poppins-extralight, poppins, sans-serif;
font-size: 46px;
font-weight: normal;
letter-spacing: 0.15em;
color: rgb(255, 255, 255) !important;
}
.kati-gida-con {
padding: 0 80px;
}
.contact-h2 {
text-align: center;
font-size: 33px;
font-family: "Poppins", sans-serif;
letter-spacing: 0.05em;
color: rgb(47, 46, 46);
line-height: 55px !important;
}
.contact-h3 {
font-size: 33px;
font-family: "Poppins", sans-serif;
letter-spacing: 0.05em;
color: rgb(47, 46, 46);
line-height: 55px !important;
}
.randevu-konusmasi {
text-align: center;
font-size: 15px;
letter-spacing: 0.05em;
font-family: normal normal normal 15px/1.6em helvetica-w01-light,
helvetica-w02-light, sans-serif;
color: rgb(0, 0, 0);
opacity: 0.9;
}
.cerrahi-detail p {
color: #000000 !important;
font-size: 15px;
line-height: 1.6em;
font-style: italic;
font-family: italic normal normal 16px/1.6em poppins-extralight, poppins,
sans-serif;
opacity: 1;
}
.cerrahi-hood {
font-size: 28px;
color: #de5021;
font-family: "Poppins", sans-serif;
letter-spacing: 0.05em;
line-height: 1.3em;
margin: 20px 0;
font-weight: normal;
}
.kati-gida {
color: #000000;
font-family: poppins-extralight, poppins, sans-serif;
font-size: 31px;
letter-spacing: normal;
font-weight: normal;
line-height: normal;
text-align: center;
}
.foot-cs {
background: white;
}
.btn.btn-default {
background: #6298aa;
border: 1px solid #6298aa;
color: white !important;
text-transform: uppercase;
margin-top: 43px;
}
.btn.btn-default:hover {
background: #417586;
border: 1px solid #417586;
}
.ttm-textcolor-skincolor,
.ttm-btn-color-skincolor,
.ttm-icon_element-color-skincolor,
a:hover,
.ttm-textcolor-white a:hover,
.ttm-btn.ttm-btn-color-white:hover,
.top-contact li i,
.ttm-topbar-wrapper .social-icons li > a:hover,
.ttm-fbar-box .search_field i,
.breadcrumb-wrapper span:last-child,
.ttm-header-style-classicinfo .header-widget .header-icon i,
.ttm-header-style-infostack .header-widget .header-icon i,
#site-header-menu #site-navigation .menu > ul > li:hover > a,
#site-header-menu #site-navigation .menu > ul > li.active > a,
#site-header-menu #site-navigation .menu > ul,
.ttm-header-style-overlay
#site-header-menu
#site-navigation
.menu
ul.dropdown
> li.active
> a,
.ttm-header-style-overlay
#site-header-menu
#site-navigation
.menu
ul.dropdown
> li:hover
> a,
.ttm-header-text-area .header-info-widget h2,
.row-title h2.title strong,
.ttm-list-icon-color-skincolor i,
.ttm-fid-icon-wrapper i,
.ttm-bgcolor-darkgrey .testimonial-caption h5,
.featured-icon-box.style4 a.di_link,
.featured-imagebox-team .ttm-media-link a:hover,
.featured-imagebox-team .ttm-team-box-view-overlay .ttm-team-position,
.featured-imagebox-team:hover .ttm-team-box-view-overlay .ttm-team-position,
.featured-imagebox-team:hover
.ttm-team-box-view-overlay
.featured-title
h5
a:hover,
.featured-imagebox-team .ttm-social-links-wrapper ul li a:hover,
.featured-imagebox-post .post-meta .ttm-meta-line i,
.ttm-team-list-title i,
.footer .social-icons li > a,
.ttm-portfolio-box-view-overlay .category a,
.ttm-portfolio-box-view-overlay .featured-content .featured-title h5 a:hover,
.ttm-portfolio-box-view-overlay .featured-iconbox.ttm-media-link a:hover,
.tribe-events-vanue i,
.social-icons.circle li > a,
.ttm-bgcolor-darkgrey
.ttm-testimonial-box-view-style2
.testimonial-content:before,
ul.ttm-timelistbox-block li .service-time strong,
.ttm-blog-classic .post-meta .ttm-meta-line i,
.widget.widget-latest-tweets p.tweet-text:before,
.comment-meta:hover,
.comment-meta a:hover,
section.error-404 .ttm-big-icon,
.ttm-form-coupon-info::before,
.products .price .product-Price-amount,
.products .star-ratings ul li,
div.product .summary .star-rating {
color: #000000;
}
.footer .social-icons li > a,
footer ul li > a,
.ttm-topbar-content a,
.ttm-textcolor-white a {
color: white !important;
}
/* #site-header-menu #site-navigation .menu > ul > li > a {
color: #fff !important;
} */
.section-title h2.title {
color: #000000;
}
.slick-dots li button:before {
font-size: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #0d0e0f;
}
#main h2 {
text-align: center !important;
}
@media (max-width: 1199px) {
.site-branding {
display: none;
}
.site-branding2 {
left: 0;
width: 100%;
z-index: 1;
}
.ttm-header-icons .ttm-header-search-link a {
line-height: 52px;
}
#site-header-menu #site-navigation .menu.active {
margin-top: 70px;
}
}
body,
.slide-main-text,
.icon-text,
.tp-caption.white-flatborder-button,
.page-title-heading h1,
.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
font-family: open sans, sans-serif;
}
.img-card {
margin: 10px 0;
transition: all 1s;
}
.img-card img {
border-radius: 10px;
transition: all 1s;
}
.img-card:hover {
-webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.76);
-moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.76);
box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.76);
}
.ttm-post-format-icon {
background: black;
}
.featured-imagebox-post.ttm-box-view-top-image:hover .featured-content-post {
border-color: #000;
}
.featured-imagebox.featured-imagebox-post.ttm-box-view-top-image {
margin: 10px 0;
}
#totop {
background-color: #000000 !important;
color: #fff !important;
}
.ttm-post-format-icon {
display: none !important;
}
.print {
background-color: #1d2022 !important;
}
.post-cat {
background-color: #1d2022 !important;
color: #fff;
}
li.has-submenu {
position: relative;
}
li.has-submenu .sub-menu {
margin-top: 0px;
position: absolute;
display: none;
background: var(--color1);
width: 130px;
left: 0;
}
li.has-submenu .sub-menu.active {
display: block;
}
.top-contact li .sub-menu li {
border-right: none;
border-bottom: 1px solid;
}
.top-contact li .sub-menu li:last-child {
border-bottom: none;
}
.widget.widget_nav_menu a:before {
background-color: #000000;
}
.pagination li {
border: 1px solid;
padding: 10px;
margin: 5px;
width: 30px;
}
.pagination li.active {
background: black;
color: white;
}
.pagination li.disabled {
background: #a9a9a9;
color: white;
border: 1px solid gray;
}
.ttm-sepline {
display: none !important;
}
.ttm-bgcolor-white {
background-color: var(--color1);
}
/* .site-branding2{
position: absolute;
} */
.articles-body {
position: relative;
padding-top: 15px;
}
.articles-sum {
position: absolute;
bottom: 0;
padding: 25px 15px 15px;
background: #2f2e2e8f;
width: 100%;
}
.articles-sum h3 {
color: white;
font-weight: 700;
font-size: 24px;
line-height: 38px;
letter-spacing: 2px;
}
.ftop-body {
background: var(--color1);
padding: 80px 0;
margin: 80px 0 0;
}
.ucretsiz-gorusme {
transition: inherit;
font-style: normal;
letter-spacing: 0.2em !important;
font-weight: 400;
font-family: poppins-extralight, poppins, sans-serif;
font-size: 16px;
color: #2f2e2e !important;
}
.footer-hoods {
margin-bottom: 50px !important;
justify-content: space-around;
}
.ftop-body h3 {
font-size: 49px;
font-weight: 400;
line-height: 70px;
padding-bottom: 20px;
}
footer ul {
list-style: none;
margin: 0;
padding: 0;
}
footer ul li a {
color: #737373 !important;
font-size: 16px;
line-height: 34px;
}
footer ul li a i {
padding-right: 7px;
}
footer .social-icons ul li a i {
padding: 0;
}
footer {
padding-top: 50px;
}
footer h3 {
font-size: 19px;
line-height: 30px;
font-family: open sans, sans-serif;
font-style: normal;
font-weight: bold;
}
.footer .social-icons li > a {
background: black;
}
.text-black {
color: black !important;
}
.article-summ .article-img {
width: 60%;
max-height: 680px;
overflow: hidden;
}
.article-summ .article-sum {
width: 40%;
padding: 80px;
}
.article-summ {
margin-bottom: 20px;
}
#myVideo {
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
margin-bottom: -20px;
object-fit: cover;
width: 100%;
max-height: 650px;
}
.video-section {
position: relative;
}
.video-sum {
position: absolute;
top: 0;
width: 100%;
padding-top: 100px;
}
.video-sum i:first-child {
font-size: 40px;
line-height: 44px;
color: #fff;
font-weight: 700;
}
.video-sum i:last-child {
font-size: 28px;
line-height: 36px;
color: #fff;
font-weight: 400;
}
.video-sum p {
font-size: 60px;
line-height: 66px;
color: #fff;
font-weight: 700;
}
.fw-400 {
font-weight: 400;
}
.contact-h2 {
line-height: 35px;
}
.bg-gray {
background: #f0f0f0;
}
.contact-top {
padding: 50px 10px;
}
.contant-bg {
background: #f0f0f0;
}
.text-brosur {
text-align: center;
font-size: 15px;
color: rgb(0, 0, 0);
display: flex;
justify-content: center;
align-items: center;
}
.back-call {
padding-top: 40px;
}
form input:not([type="checkbox"]),
form textarea {
box-shadow: var(--shd, 0 0 0 transparent);
appearance: none;
border-radius: var(--corvid-border-radius, var(--rd, 0)) !important;
background-color: var(
--corvid-background-color,
rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1))
) !important;
border-color: var(
--corvid-border-color,
rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1))
) !important;
border-width: var(--corvid-border-width, var(--brw, 1px)) !important;
border-style: solid;
padding: var(--textPadding) !important;
margin: 0px;
max-width: 100%;
text-overflow: ellipsis;
text-align: var(--textAlign);
direction: var(--dir);
min-height: var(--inputHeight);
width: 100%;
box-sizing: border-box !important;
}
.contact-form form:nth-last-child(1) label {
display: none;
}
#site-header-menu #site-navigation .menu > ul ul li.active > a {
background: #363b3f;
}
form label {
color: #8a8a8a;
}
.layoutmanager {
width: 100%;
}
.btn-success,
.btn-success:hover {
background: var(--color1);
border-color: var(--color1);
}
.contact-form {
width: 60%;
left: 0;
margin: auto;
right: 0;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgb(213 213 213 / 0%);
border-bottom: 1px solid #2196f3;
}
.card-header a:after {
font-family: "FontAwesome";
content: "\f062";
float: right;
color: gray;
}
.card-header .collapsed:after {
/* symbol for "collapsed" panels */
content: "\f063";
}
.content-area .post li.has-submenu .sub-menu {
display: block !important;
position: relative !important;
background: #fff !important;
width: 100% !important;
}
.brosur-iste a {
transition: inherit;
color: #ffffff !important;
font-style: normal;
letter-spacing: 0.2em;
font-weight: 400;
font-family: poppins-extralight, poppins, sans-serif;
font-size: 16px;
padding: 9px 20px;
border-radius: 0 !important;
}
.card-header a {
color: rgb(47, 46, 46) !important;
font: 18px / 1.6em helvetica-w01-light, helvetica-w02-light, sans-serif;
margin: 0px !important;
padding: 0px !important;
line-height: normal;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
font-weight: lighter;
opacity: 0.9;
font-style: normal;
}
.div-pad-first {
background: #f0f0f0;
}
.iconic-text {
font-family: didot-w01-italic, didot-w05-italic, serif;
}
.deneyim {
padding: 15px 0;
letter-spacing: 0.07em;
}
.yardima-hazir {
font-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
}
._3bLYT svg {
fill: #212529;
width: 20px;
height: 20px;
display: flex;
}
.contact-path a {
display: flex;
align-items: center;
font-family: open sans, sans-serif;
font-size: 16px;
font-style: normal;
line-height: 2.1em;
color: rgb(47, 46, 46) !important;
}
.contact-path .location {
display: flex;
align-items: flex-start;
}
._3bLYT._2OIRR.location {
padding-top: 8px;
}
.fa-half {
font-size: 1.2em;
}
footer .social-icons li > a,
.footer .social-icons li > a:hover {
border-color: #464646;
background: #464646;
}
.copyright {
display: flex;
justify-content: flex-start;
text-align: start;
line-height: 1.5;
letter-spacing: normal;
font-size: 11px;
font-family: italic normal normal 16px/1.6em poppins-extralight, poppins,
sans-serif;
font-style: normal;
color: rgb(85, 84, 84);
}
@media (min-width: 1200px) {
.container {
max-width: 1050px !important;
}
} | assets/themes/theme01/site.css | :root {
--color1: #2f2e2e;
--shd: none;
--txtlblrq: 0, 0, 0;
--rd: 0px;
--brw: 0px 0px 2px 0px;
--bg: var(--color_11);
--txt: 0, 0, 0;
--alpha-txt: 1;
--brd: 0, 0, 0;
--txt2: 0, 0, 0;
--alpha-txt2: 1;
--brwh: 0px 0px 1px 0px;
--bgh: var(--color_11);
--brdh: 0, 0, 0;
--brwf: 0px 0px 1px 0px;
--bgf: var(--color_11);
--brdf: 0, 0, 0;
--brwe: 0px 0px 2px 0px;
--bge: var(--color_11);
--brde: 255, 64, 64;
--trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
--bgd: 255, 255, 255;
--txtd: 219, 219, 219;
--alpha-txtd: 1;
--brwd: 1px;
--brdd: 219, 219, 219;
--alpha-brdd: 1;
--alpha-txtlblrq: 1;
--alpha-bg: 0;
--alpha-bgd: 1;
--alpha-bge: 0;
--alpha-bgf: 0;
--alpha-bgh: 0;
--alpha-brd: 1;
--alpha-brde: 1;
--alpha-brdf: 1;
--alpha-brdh: 1;
--alpha-btn_brd: 0.55;
--boxShadowToggleOn-shd: none;
--btn_brd: var(--color_15);
--btn_brw: 1;
--btn_fnt: var(--font_8);
--fnt2: var(--font_8);
--txtlbl: 0, 0, 0;
--txt-placeholder: var(--color_14);
--alpha-txt-placeholder: 1;
--dir: ltr;
--textAlign: left;
--textPadding: 3px 3px 3px 40px;
--labelPadding: 0 20px 0 0px;
--requiredIndicationDisplay: inline;
--labelMarginBottom: 9px;
height: auto;
--alpha-txtlbl: 1;
--inputHeight: 61px;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,400;0,500;0,700;1,900&display=swap");
a {
color: #000000 !important;
}
.ttm-contact a {
color: white;
}
.ttm-contact a:hover {
color: white;
}
.blg-bg {
background: #e8e8e863;
}
.ttm-page-title-row {
display: block;
padding-top: 7px;
padding-bottom: 0;
z-index: 11;
}
.ttm-page-title-row {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.second-footer {
background-image: none;
background-color: transparent;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: scroll;
}
.footer .bottom-footer-text {
background-color: transparent;
position: relative;
}
.footer .bottom-footer-text:before {
content: "";
background-color: #76767670;
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-black,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-black:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-darkgrey .ttm-stickable-header.fixed-header,
.ttm-header-style-overlay .ttm-stickable-header.fixed-header,
.wrap-form input[type="submit"]:hover,
.twentytwenty-handle,
.calendar thead th,
.calendar.small .calendar-frame tbody td.today,
.ttm-testimonial-box-view-style3 .testimonial-content:before,
.ttm-tabs.ttm-tab-style-vertical ul.tabs li a,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a,
.featured-icon-box.style4 a.di_link:hover,
.ttm-pricing-plan .ttm-ptable-main,
.ttm-pricing-plan:not(.ttm-ptablebox-featured-col) .ttm-ptable-icon,
.products .product .ttm-shop-icon a,
.ttm-nextprev-bottom-nav .nav-previous a:hover,
.ttm-nextprev-bottom-nav .nav-next a:hover,
.comment-list a.comment-reply-link:hover,
div.product button.cart_button,
.form-submit input,
a.checkout-button,
.coupon button,
.ttm-cart-form button,
.place-order button {
background-color: #0a2a4a;
}
body {
color: #000000;
}
.ttm-row.blog-section {
padding: 10px 0 10px;
}
.section-title.with-desc {
margin-bottom: 3px;
}
.ttm-post-format-icon {
display: none;
}
.ttm-row.introduction-section {
padding: 10px 0 10px;
}
.site-branding img {
max-height: 60px;
}
.ttm-btn.btn-inline {
font-size: 15px;
}
.tp-caption.white-flatborder-button {
font-size: 19px !important;
line-height: 13px;
font-weight: 500;
font-family: Saira;
background: white;
border-style: solid;
border-width: 1px;
color: #033b4a !important;
font-weight: 900 !important;
}
.fixed-header {
position: fixed !important;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background: var(--color1);
}
figure {
margin: 0;
}
@media (max-width: 575px) {
.col-xs-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xs-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.news-slider h3 a {
font-size: 1.5em !important;
line-height: 2rem;
}
}
@media only screen and (min-width: 768px) {
.table-hakkimda {
height: 229px;
}
}
@media only screen and (min-width: 1000px) {
.table-hakkimda {
height: 317px;
}
}
@media only screen and (min-width: 1200px) {
.table-hakkimda {
height: 396px;
}
#site-header-menu #site-navigation .menu > ul > li > a {
display: block;
margin: 0;
padding: 0 7px 0 7px;
text-decoration: none;
position: relative;
z-index: 1;
height: 102px;
line-height: 102px;
}
/* #site-header-menu #site-navigation .menu > ul > li {
border-right: 1px dotted #363b3f !important;
} */
#site-header-menu #site-navigation .menu > ul > li:nth-last-child(1),
#site-header-menu #site-navigation .menu > ul > li:nth-last-child(2) {
border-right: none !important;
}
.ttm-fbar-position-right .ttm-fbar-box-w {
position: fixed;
top: 100px;
right: 0;
width: 400px;
height: 100%;
max-height: 556px;
z-index: 9999;
-webkit-transition: transform 0.4s ease;
transition: transform 0.4s ease;
-webkit-transform: translateX(400px);
-ms-transform: translateX(400px);
transform: translateX(400px);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
}
.post-desc.featured-desc p {
overflow: hidden;
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
height: 80px;
}
.sidebar .content-area {
padding-top: 0px !important;
padding-bottom: 5px !important;
}
.post-title.featured-title {
overflow: hidden;
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 60px;
}
.anasayfa .post-title.featured-title {
-webkit-line-clamp: 1;
height: 30px;
}
/*p, h1, h2, h3, h4, h5, h6 {
font-family: 'Quicksand', sans-serif;
width: 100%;
}*/
.btn-default {
background-color: #086ad8;
color: white;
}
.input-group-text {
width: 40px;
}
.input-group {
margin: 10px 0;
}
.arama-sayfasi .ttm-blog-classic .ttm-box-post-date {
height: 62px;
width: 69px;
position: absolute;
top: 156px;
left: 30px;
font-weight: 500;
font-size: 31px;
line-height: 18px;
padding-top: 13px;
padding-bottom: 7px;
z-index: 1;
color: #fff;
text-align: center;
}
.ttm-box-post-date {
display: none;
}
.featured-imagebox-post.ttm-box-view-top-image .featured-content {
padding: 5px 10px 10px 5px;
}
.featured-imagebox-post.ttm-box-view-top-image .post-desc {
padding-top: 0px;
}
.post-desc {
margin-top: 0;
padding-top: 7px;
border-top: 1px solid #f2f2f2;
}
h2 {
font-size: 23px;
line-height: 23px;
}
h3 {
font-size: 20px;
line-height: 20px;
}
h4 {
font-size: 19px;
line-height: 19px;
}
h5 {
font-size: 18px;
line-height: 18px;
}
/* CSS Reset used: http://seodesigns.com/projects/codepen/reset.css */
.sticky-footer {
display: none;
height: 58px;
background: linear-gradient(
137deg,
rgba(0, 0, 0, 1) 0%,
rgba(56, 62, 66, 1) 100%
);
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
z-index: 30000;
}
.sticky-footer .one-fourth {
width: 33%;
float: left;
color: #fff;
text-align: center;
height: 58px;
position: relative;
cursor: pointer;
}
.sticky-search,
.sticky-filters,
.sticky-map,
.sticky-radius {
width: 25px;
height: 25px;
margin: auto;
margin-top: 11px;
}
.sticky-footer .one-fourth p {
font-size: 10px;
margin-top: 3px;
}
.sticky-footer i {
font-size: 30px;
margin-top: 9px;
color: white !important;
}
.sticky-footer p {
margin-top: -9px !important;
color: white !important;
}
#totop {
bottom: 69px;
}
@media (max-width: 575px) {
.site-branding img {
max-height: 46px;
}
}
@media (min-width: 1200px) {
.sticky-footer {
display: none;
}
}
@media (max-width: 1200px) {
.footer {
position: relative;
/*top: -50px;*/
}
/* .footer .second-footer {
padding-top: 90px;
} */
}
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-black,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-black:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-darkgrey .ttm-stickable-header.fixed-header,
.ttm-header-style-overlay .ttm-stickable-header.fixed-header,
.wrap-form input[type="submit"]:hover,
.twentytwenty-handle,
.calendar thead th,
.calendar.small .calendar-frame tbody td.today,
.ttm-testimonial-box-view-style3 .testimonial-content:before,
.ttm-tabs.ttm-tab-style-vertical ul.tabs li a,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a,
.featured-icon-box.style4 a.di_link:hover,
.ttm-pricing-plan .ttm-ptable-main,
.ttm-pricing-plan:not(.ttm-ptablebox-featured-col) .ttm-ptable-icon,
.products .product .ttm-shop-icon a,
.ttm-nextprev-bottom-nav .nav-previous a:hover,
.ttm-nextprev-bottom-nav .nav-next a:hover,
.comment-list a.comment-reply-link:hover,
div.product button.cart_button,
.form-submit input,
a.checkout-button,
.coupon button,
.ttm-cart-form button,
.place-order button {
background-color: #000000;
}
.ttm-page-title-row {
background: linear-gradient(137deg, rgb(47 46 46) 0%, rgb(47 46 46) 100%);
border-top: 1px solid #ffffff29;
}
.breadcrumb-wrapper span:last-child {
color: #ffffff !important;
font-weight: 900;
}
.top-contact li {
border-right: 1px solid;
}
.top-contact li:last-child {
border-right: none;
}
.btn-primary {
background: rgb(0, 0, 0);
background: linear-gradient(
137deg,
rgba(0, 0, 0, 1) 0%,
rgba(56, 62, 66, 1) 100%
);
border-color: #b1b7bd;
transition: 0s;
color: white !important;
}
.btn-primary:hover {
color: #fff;
background: rgb(0, 0, 0);
border-color: #b1b7bd;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background: rgb(0, 0, 0);
border-color: #b1b7bd;
}
.branding .buttons {
height: 99px;
}
.branding .flex-column {
padding: 0 10px;
}
.branding .social-icons a {
border: 1px solid;
border-radius: 6px;
margin: 0 5px;
width: 25px !important;
display: block;
height: 25px !important;
line-height: 22px;
padding: 0 5px;
background: rgb(0, 0, 0);
background: linear-gradient(
137deg,
rgba(0, 0, 0, 1) 0%,
rgba(56, 62, 66, 1) 100%
);
color: #fff !important;
}
.ttm-search-overlay {
background: rgb(0, 0, 0);
background: linear-gradient(
137deg,
rgba(0, 0, 0, 1) 0%,
rgba(56, 62, 66, 1) 100%
);
}
@media only screen and (min-width: 1200px) {
#site-header-menu #site-navigation .menu > ul > li > a {
display: block;
margin: 0;
padding: 0 7px 0 7px;
text-decoration: none;
position: relative;
z-index: 1;
height: 70px;
font-weight: 400;
line-height: 55px;
}
}
.prof-hood {
color: #000000;
font-size: 37px;
text-align: center;
font-weight: 600;
margin-top: 25px;
}
.prof-title {
font-size: 16px;
line-height: 1.6em;
text-align: justify;
font-family: "Poppins", sans-serif;
color: rgb(0, 0, 0);
font-style: italic;
margin-bottom: 70px;
}
.first-lap {
color: rgb(222, 80, 33);
font-size: 22px;
font-family: "Poppins", sans-serif;
overflow-wrap: break-word;
text-align: start;
margin: 30px 0;
}
.down-icon {
transform: rotate(270deg);
width: 45px;
height: 45px;
}
.down-icon svg {
fill: #212529;
width: 45px !important;
height: 45px !important;
stroke: #000000;
stroke-width: 3;
stroke-opacity: 1;
}
@media (min-width: 768px) {
.pend-0 {
padding-right: 0px;
}
.pstart-0 {
padding-left: 0px;
}
}
.ameliyat-sureci {
text-align: center;
}
.obezite-page-right {
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 70px;
}
.article-hood .hood {
font-size: 27px;
color: #de5021;
font-family: "Poppins", sans-serif;
margin: 60px 0 20px 0;
padding: 0 25px;
}
.post-detail p {
font-size: 15px;
letter-spacing: 0.05em;
color: rgb(0, 0, 0);
font-family: Helvetica, sans-serif;
opacity: 0.8;
}
._589sq {
background: #eaeaea;
box-shadow: 5px 5px 7px rgb(0 0 0 / 35%);
}
._589sq p {
letter-spacing: 0.05em;
font-family: helvetica-w01-light, helvetica-w02-light, sans-serif;
font-size: 15px;
line-height: 1.6em;
font-style: italic;
margin: 0;
}
._589sqtxt {
background: #eaeaea;
margin: 0 !important;
padding: 15px 0;
font-weight: bold;
box-shadow: 5px 0px 7px rgb(0 0 0 / 35%);
}
.obezite-page .hood {
line-height: 1.2em;
font-size: 33px;
color: rgb(47, 46, 46);
letter-spacing: 0.05em;
font-family: "Poppins", sans-serif;
font-weight: 100;
}
.obezite-page .text {
font-size: 14px;
line-height: 2em;
color: rgb(0, 0, 0);
font-family: Helvetica, sans-serif;
letter-spacing: 0.05em;
margin-top: 20px;
opacity: 0.8;
}
.ucretsiz-randevu a {
border-radius: 0 !important;
}
.prof-title .change-color {
color: rgb(222, 80, 33);
font-weight: bold;
}
.obezite-desc {
font-size: 27px;
color: #de5021;
font-family: "Poppins", sans-serif;
letter-spacing: 0.05em;
margin: 20px 0;
}
.obezite-last {
font-size: 22px !important;
}
.obezite-text {
font-size: 15px;
letter-spacing: 0.05em;
color: rgb(0, 0, 0);
font-family: Helvetica, sans-serif;
opacity: 0.8;
}
.obezite-hood {
margin: 25px 0;
}
.ttm-header-icons,
.ttm-header-icon {
position: relative;
height: 65px;
line-height: 72px;
float: right;
}
.header-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0 0 0;
}
.site-branding2 .header-logo {
padding: 0;
margin: 0;
}
.site-branding2 .header-logo .title {
font-family: "Poppins", sans-serif;
font-weight: 100;
color: #ffffff;
font-size: 32px;
}
.site-branding2 .header-logo-sub {
width: 100%;
}
.site-branding2 .header-logo-sub .title {
font-family: "Poppins", sans-serif;
font-weight: 100;
color: #ffffff;
font-size: 18px;
text-align: start;
}
.site-navigation li {
padding: 0 15px;
}
.site-navigation .mdl-js-ripple-effect {
padding: 0 10px;
font-weight: 400;
font-size: 14px !important;
color: #ffffff !important;
}
#slider-1 {
background: url("../../../2022/02/run.jpg");
height: 796px;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
background-size: cover;
}
/* #slider-1 h2, #slider-1 p {
padding: 15px 0 15px 220px;
} */
#slider-1 .btn {
transition: inherit;
color: #ffffff;
font-style: normal;
font-family: poppins-extralight, poppins, sans-serif;
font-weight: 700;
font-size: 14px;
letter-spacing: 0.1em;
display: initial;
margin: 0px 0.5px 0px 0px;
padding: 9px;
}
#slider-1 h2 {
font-size: 50px;
font-weight: 400;
line-height: 60px;
color: white;
font-family: poppins-extralight, poppins, sans-serif;
}
.divider {
transform-origin: center 0.5px;
width: 966px;
height: 1px;
background: rgb(160, 160, 159);
position: relative;
margin: 0px 0px 16px calc((100% - 980px) * 0.5);
left: -291px;
grid-area: 2 / 1 / 3 / 2;
justify-self: start;
align-self: start;
box-sizing: border-box;
}
#slider-1 p {
color: #fff;
font-size: 13px;
line-height: 21px;
margin-bottom: 43px;
font-family: open sans, sans-serif;
letter-spacing: 0.05em;
}
body {
font-family: poppins-extralight, poppins, sans-serif;
}
.page-title {
font-family: poppins-extralight, poppins, sans-serif;
letter-spacing: 2px;
font-weight: 400;
font-size: 33px;
line-height: 40px;
text-transform: uppercase;
}
.font1 {
font-family: poppins-extralight, poppins, sans-serif;
}
.font2 {
font-family: open sans, sans-serif;
}
.font3 {
font-family: helvetica-w01-light, helvetica-w02-light, sans-serif;
}
.font4 {
}
.ask-list .card {
border: none;
}
.faq p {
font-family: poppins-extralight, poppins, sans-serif;
font-weight: 500;
font-style: italic;
font-size: 14px;
}
.img-1:after {
content: "";
display: block;
position: absolute;
opacity: 0.6;
top: 0;
background: url("../../../2022/02/f22d3579840e47d8bf1a793790603d98.jpg");
background-repeat: no-repeat;
background-position: top center;
width: 114%;
height: 100%;
z-index: -2;
}
.img-2:after {
content: "";
display: block;
position: absolute;
opacity: 0.6;
top: 0;
background: url("../../../2022/02/ff2c0fa76a5347f3b0f298d9feb685de.jpg");
background-repeat: no-repeat;
background-position: top center;
width: 114%;
height: 100%;
z-index: -2;
}
.bg-gray:before {
content: "";
display: block;
position: absolute;
top: 0;
background: gray;
opacity: 0.5;
z-index: -1;
width: 100%;
height: 100%;
}
.bg-red:before {
content: "";
display: block;
position: absolute;
background: #ff0000;
opacity: 0.7;
z-index: -1;
width: 100%;
height: 100%;
}
.bg-blue:before {
content: "";
display: block;
position: absolute;
background: #00598f;
opacity: 0.8;
z-index: -1;
width: 100%;
height: 100%;
}
.bg-proccess img {
height: 70px;
margin-top: 110px;
}
.bg-proccess {
margin: 10px 0;
}
.div-pad p {
font-style: italic;
color: white;
padding: 50px 30px;
}
.bg-proccess .bg-gray p {
background: #f0f0f0;
color: black;
}
.fw-100 {
font-weight: 100;
}
.fw-400 {
font-weight: 400;
}
.fw-700 {
font-weight: 700;
}
.btn.btn-default2 {
background: #fff;
border: 1px solid #fff;
color: black !important;
transition: 1s;
border-radius: 0;
text-transform: uppercase;
}
.btn.btn-default2:hover {
background: #417586;
border: 1px solid #417586;
color: white !important;
}
.fa {
font-weight: lighter;
}
#slider-1 .slider1-body {
height: 796px;
/* max-width: 660px; */
}
.pl-170 {
padding-left: 170px;
}
.green-back {
width: 100%;
height: 100%;
background: #4bd1a0;
display: flex;
justify-content: center;
align-items: center;
}
.youtube-videose {
padding: 0 90px;
}
.text-day {
font-size: 15px;
line-height: normal;
letter-spacing: normal;
color: rgb(0, 0, 0);
font-family: normal normal normal 15px/1.6em helvetica-w01-light,
helvetica-w02-light, sans-serif;
display: flex;
justify-content: center;
align-items: center;
opacity: 0.8;
}
.youtube-video {
margin-bottom: 20px !important;
}
.first-mounth {
line-height: 1.2em;
text-align: center;
font-family: poppins-extralight, poppins, sans-serif;
font-size: 46px;
font-weight: normal;
letter-spacing: 0.15em;
color: rgb(255, 255, 255) !important;
}
.kati-gida-con {
padding: 0 80px;
}
.contact-h2 {
text-align: center;
font-size: 33px;
font-family: "Poppins", sans-serif;
letter-spacing: 0.05em;
color: rgb(47, 46, 46);
line-height: 55px !important;
}
.contact-h3 {
font-size: 33px;
font-family: "Poppins", sans-serif;
letter-spacing: 0.05em;
color: rgb(47, 46, 46);
line-height: 55px !important;
}
.randevu-konusmasi {
text-align: center;
font-size: 15px;
letter-spacing: 0.05em;
font-family: normal normal normal 15px/1.6em helvetica-w01-light,
helvetica-w02-light, sans-serif;
color: rgb(0, 0, 0);
opacity: 0.9;
}
.cerrahi-detail p {
color: #000000 !important;
font-size: 15px;
line-height: 1.6em;
font-style: italic;
font-family: italic normal normal 16px/1.6em poppins-extralight, poppins,
sans-serif;
opacity: 1;
}
.cerrahi-hood {
font-size: 28px;
color: #de5021;
font-family: "Poppins", sans-serif;
letter-spacing: 0.05em;
line-height: 1.3em;
margin: 20px 0;
font-weight: normal;
}
.kati-gida {
color: #000000;
font-family: poppins-extralight, poppins, sans-serif;
font-size: 31px;
letter-spacing: normal;
font-weight: normal;
line-height: normal;
text-align: center;
}
.foot-cs {
background: white;
}
.btn.btn-default {
background: #6298aa;
border: 1px solid #6298aa;
color: white !important;
text-transform: uppercase;
margin-top: 43px;
}
.btn.btn-default:hover {
background: #417586;
border: 1px solid #417586;
}
.ttm-textcolor-skincolor,
.ttm-btn-color-skincolor,
.ttm-icon_element-color-skincolor,
a:hover,
.ttm-textcolor-white a:hover,
.ttm-btn.ttm-btn-color-white:hover,
.top-contact li i,
.ttm-topbar-wrapper .social-icons li > a:hover,
.ttm-fbar-box .search_field i,
.breadcrumb-wrapper span:last-child,
.ttm-header-style-classicinfo .header-widget .header-icon i,
.ttm-header-style-infostack .header-widget .header-icon i,
#site-header-menu #site-navigation .menu > ul > li:hover > a,
#site-header-menu #site-navigation .menu > ul > li.active > a,
#site-header-menu #site-navigation .menu > ul,
.ttm-header-style-overlay
#site-header-menu
#site-navigation
.menu
ul.dropdown
> li.active
> a,
.ttm-header-style-overlay
#site-header-menu
#site-navigation
.menu
ul.dropdown
> li:hover
> a,
.ttm-header-text-area .header-info-widget h2,
.row-title h2.title strong,
.ttm-list-icon-color-skincolor i,
.ttm-fid-icon-wrapper i,
.ttm-bgcolor-darkgrey .testimonial-caption h5,
.featured-icon-box.style4 a.di_link,
.featured-imagebox-team .ttm-media-link a:hover,
.featured-imagebox-team .ttm-team-box-view-overlay .ttm-team-position,
.featured-imagebox-team:hover .ttm-team-box-view-overlay .ttm-team-position,
.featured-imagebox-team:hover
.ttm-team-box-view-overlay
.featured-title
h5
a:hover,
.featured-imagebox-team .ttm-social-links-wrapper ul li a:hover,
.featured-imagebox-post .post-meta .ttm-meta-line i,
.ttm-team-list-title i,
.footer .social-icons li > a,
.ttm-portfolio-box-view-overlay .category a,
.ttm-portfolio-box-view-overlay .featured-content .featured-title h5 a:hover,
.ttm-portfolio-box-view-overlay .featured-iconbox.ttm-media-link a:hover,
.tribe-events-vanue i,
.social-icons.circle li > a,
.ttm-bgcolor-darkgrey
.ttm-testimonial-box-view-style2
.testimonial-content:before,
ul.ttm-timelistbox-block li .service-time strong,
.ttm-blog-classic .post-meta .ttm-meta-line i,
.widget.widget-latest-tweets p.tweet-text:before,
.comment-meta:hover,
.comment-meta a:hover,
section.error-404 .ttm-big-icon,
.ttm-form-coupon-info::before,
.products .price .product-Price-amount,
.products .star-ratings ul li,
div.product .summary .star-rating {
color: #000000;
}
.footer .social-icons li > a,
footer ul li > a,
.ttm-topbar-content a,
.ttm-textcolor-white a {
color: white !important;
}
/* #site-header-menu #site-navigation .menu > ul > li > a {
color: #fff !important;
} */
.section-title h2.title {
color: #000000;
}
.slick-dots li button:before {
font-size: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #0d0e0f;
}
#main h2 {
text-align: center !important;
}
@media (max-width: 1199px) {
.site-branding {
display: none;
}
.site-branding2 {
left: 0;
width: 100%;
z-index: 1;
}
.ttm-header-icons .ttm-header-search-link a {
line-height: 52px;
}
#site-header-menu #site-navigation .menu.active {
margin-top: 70px;
}
}
body,
.slide-main-text,
.icon-text,
.tp-caption.white-flatborder-button,
.page-title-heading h1,
.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
font-family: open sans, sans-serif;
}
.img-card {
margin: 10px 0;
transition: all 1s;
}
.img-card img {
border-radius: 10px;
transition: all 1s;
}
.img-card:hover {
-webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.76);
-moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.76);
box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.76);
}
.ttm-post-format-icon {
background: black;
}
.featured-imagebox-post.ttm-box-view-top-image:hover .featured-content-post {
border-color: #000;
}
.featured-imagebox.featured-imagebox-post.ttm-box-view-top-image {
margin: 10px 0;
}
#totop {
background-color: #000000 !important;
color: #fff !important;
}
.ttm-post-format-icon {
display: none !important;
}
.print {
background-color: #1d2022 !important;
}
.post-cat {
background-color: #1d2022 !important;
color: #fff;
}
li.has-submenu {
position: relative;
}
li.has-submenu .sub-menu {
margin-top: 0px;
position: absolute;
display: none;
background: var(--color1);
width: 130px;
left: 0;
}
li.has-submenu .sub-menu.active {
display: block;
}
.top-contact li .sub-menu li {
border-right: none;
border-bottom: 1px solid;
}
.top-contact li .sub-menu li:last-child {
border-bottom: none;
}
.widget.widget_nav_menu a:before {
background-color: #000000;
}
.pagination li {
border: 1px solid;
padding: 10px;
margin: 5px;
width: 30px;
}
.pagination li.active {
background: black;
color: white;
}
.pagination li.disabled {
background: #a9a9a9;
color: white;
border: 1px solid gray;
}
.ttm-sepline {
display: none !important;
}
.ttm-bgcolor-white {
background-color: var(--color1);
}
/* .site-branding2{
position: absolute;
} */
.articles-body {
position: relative;
padding-top: 15px;
}
.articles-sum {
position: absolute;
bottom: 0;
padding: 25px 15px 15px;
background: #2f2e2e8f;
width: 100%;
}
.articles-sum h3 {
color: white;
font-weight: 700;
font-size: 24px;
line-height: 38px;
letter-spacing: 2px;
}
.ftop-body {
background: var(--color1);
padding: 80px 0;
margin: 80px 0 0;
}
.ucretsiz-gorusme {
transition: inherit;
font-style: normal;
letter-spacing: 0.2em !important;
font-weight: 400;
font-family: poppins-extralight, poppins, sans-serif;
font-size: 16px;
color: #2f2e2e !important;
}
.footer-hoods {
margin-bottom: 50px !important;
justify-content: space-around;
}
.ftop-body h3 {
font-size: 49px;
font-weight: 400;
line-height: 70px;
padding-bottom: 20px;
}
footer ul {
list-style: none;
margin: 0;
padding: 0;
}
footer ul li a {
color: #737373 !important;
font-size: 16px;
line-height: 34px;
}
footer ul li a i {
padding-right: 7px;
}
footer .social-icons ul li a i {
padding: 0;
}
footer {
padding-top: 50px;
}
footer h3 {
font-size: 19px;
line-height: 30px;
font-family: open sans, sans-serif;
font-style: normal;
font-weight: bold;
}
.footer .social-icons li > a {
background: black;
}
.text-black {
color: black !important;
}
.article-summ .article-img {
width: 60%;
max-height: 680px;
overflow: hidden;
}
.article-summ .article-sum {
width: 40%;
padding: 80px;
}
.article-summ {
margin-bottom: 20px;
}
#myVideo {
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
margin-bottom: -20px;
object-fit: cover;
width: 100%;
max-height: 650px;
}
.video-section {
position: relative;
}
.video-sum {
position: absolute;
top: 0;
width: 100%;
padding-top: 100px;
}
.video-sum i:first-child {
font-size: 40px;
line-height: 44px;
color: #fff;
font-weight: 700;
}
.video-sum i:last-child {
font-size: 28px;
line-height: 36px;
color: #fff;
font-weight: 400;
}
.video-sum p {
font-size: 60px;
line-height: 66px;
color: #fff;
font-weight: 700;
}
.fw-400 {
font-weight: 400;
}
.contact-h2 {
line-height: 35px;
}
.bg-gray {
background: #f0f0f0;
}
.contact-top {
padding: 50px 10px;
}
.contant-bg {
background: #f0f0f0;
}
.text-brosur {
text-align: center;
font-size: 15px;
color: rgb(0, 0, 0);
display: flex;
justify-content: center;
align-items: center;
}
.back-call {
padding-top: 40px;
}
form input:not([type="checkbox"]),
form textarea {
box-shadow: var(--shd, 0 0 0 transparent);
appearance: none;
border-radius: var(--corvid-border-radius, var(--rd, 0)) !important;
background-color: var(
--corvid-background-color,
rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1))
) !important;
border-color: var(
--corvid-border-color,
rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1))
) !important;
border-width: var(--corvid-border-width, var(--brw, 1px)) !important;
border-style: solid;
padding: var(--textPadding) !important;
margin: 0px;
max-width: 100%;
text-overflow: ellipsis;
text-align: var(--textAlign);
direction: var(--dir);
min-height: var(--inputHeight);
width: 100%;
box-sizing: border-box !important;
}
.contact-form form:nth-last-child(1) label {
display: none;
}
#site-header-menu #site-navigation .menu > ul ul li.active > a {
background: #363b3f;
}
form label {
color: #8a8a8a;
}
.layoutmanager {
width: 100%;
}
.btn-success,
.btn-success:hover {
background: var(--color1);
border-color: var(--color1);
}
.contact-form {
width: 60%;
left: 0;
margin: auto;
right: 0;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgb(213 213 213 / 0%);
border-bottom: 1px solid #2196f3;
}
.card-header a:after {
font-family: "FontAwesome";
content: "\f062";
float: right;
color: gray;
}
.card-header .collapsed:after {
/* symbol for "collapsed" panels */
content: "\f063";
}
.content-area .post li.has-submenu .sub-menu {
display: block !important;
position: relative !important;
background: #fff !important;
width: 100% !important;
}
.brosur-iste a {
transition: inherit;
color: #ffffff !important;
font-style: normal;
letter-spacing: 0.2em;
font-weight: 400;
font-family: poppins-extralight, poppins, sans-serif;
font-size: 16px;
padding: 9px 20px;
border-radius: 0 !important;
}
.card-header a {
color: rgb(47, 46, 46) !important;
font: 18px / 1.6em helvetica-w01-light, helvetica-w02-light, sans-serif;
margin: 0px !important;
padding: 0px !important;
line-height: normal;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
font-weight: lighter;
opacity: 0.9;
font-style: normal;
}
.div-pad-first {
background: #f0f0f0;
}
.iconic-text {
font-family: didot-w01-italic, didot-w05-italic, serif;
}
.deneyim {
padding: 15px 0;
letter-spacing: 0.07em;
}
.yardima-hazir {
font-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
}
._3bLYT svg {
fill: #212529;
width: 20px;
height: 20px;
display: flex;
}
.contact-path a {
display: flex;
align-items: center;
font-family: open sans, sans-serif;
font-size: 16px;
font-style: normal;
line-height: 2.1em;
color: rgb(47, 46, 46) !important;
}
.contact-path .location {
display: flex;
align-items: flex-start;
}
._3bLYT._2OIRR.location {
padding-top: 8px;
}
.fa-half {
font-size: 1.2em;
}
footer .social-icons li > a,
.footer .social-icons li > a:hover {
border-color: #464646;
background: #464646;
}
.copyright {
display: flex;
justify-content: flex-start;
text-align: start;
line-height: 1.5;
letter-spacing: normal;
font-size: 11px;
font-family: italic normal normal 16px/1.6em poppins-extralight, poppins,
sans-serif;
font-style: normal;
color: rgb(85, 84, 84);
}
@media (min-width: 1200px) {
.container {
max-width: 1050px !important;
}
} | 0.409457 | 0.194521 |
a {
font-size: 14px;
line-height: 1.7;
color: #666666;
margin: 0px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
}
a:focus {
outline: none !important;
}
a:hover {
text-decoration: none;
color: #f39c12;
}
h1, h2, h3, h4, h5, h6 {
margin: 0px;
}
p {
font-size: 14px;
line-height: 1.7;
color: #666666;
margin: 0px;
}
ul, li {
margin: 0px;
list-style-type: none;
}
input {
outline: none;
border: none;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
input:focus:-ms-input-placeholder {
color: transparent;
}
input::-webkit-input-placeholder {
color: #999999;
}
input:-moz-placeholder {
color: #999999;
}
input::-moz-placeholder {
color: #999999;
}
input:-ms-input-placeholder {
color: #999999;
}
button {
outline: none !important;
border: none;
background: transparent;
}
button:hover {
cursor: pointer;
}
.forgot {
font-size: 14px;
color: #424242;
line-height: 1.4;
float: right;
margin-top: 20px;
}
.remember {
margin-top: 20px;
float: left;
font-size: 14px;
color: #424242;
line-height: 1.4;
}
.logo {
max-width: 150px;
}
.limiter {
width: 100%;
margin: 0 auto;
}
.container-login100 {
width: 100%;
min-height: 100vh;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 15px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
z-index: 1;
}
.container-login100::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.9;
}
.wrap-login100 {
width: 350px;
border-radius: 10px;
overflow: hidden;
background-color: rgba(255, 255, 255, .6);
opacity: 0.9;
border: 1px solid #809fff;
}
.login {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.login-title-des a {
font-size: 25px;
color: #042efb;
line-height: 2.5;
text-align: center;
width: 100%;
display: block;
text-shadow: -1px 2px 4px #ffffff;
}
.login-avatar {
width: 120px;
height: 120px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
}
.login-avatar img {
width: 100%;
}
.wrap-input100 {
position: relative;
width: 100%;
z-index: 1;
}
.input100 {
font-size: 15px;
line-height: 1.2;
color: black;
border: 2px solid #f39c12;
display: block;
width: 100%;
background: #fff;
height: 50px;
border-radius: 7px;
padding: 0 30px 0 53px;
}
.focus-input100 {
display: block;
position: absolute;
border-radius: 7px;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
box-shadow: 0px 0px 0px 0px;
color: #f39c12;
}
.input100:focus + .focus-input100 {
-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
animation: anim-shadow 0.5s ease-in-out forwards;
}
@-webkit-keyframes anim-shadow {
to {
box-shadow: 0px 0px 80px 30px;
opacity: 0;
}
}
@keyframes anim-shadow {
to {
box-shadow: 0px 0px 80px 30px;
opacity: 0;
}
}
.symbol-input100 {
font-size: 15px;
color: #999999;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
position: absolute;
border-radius: 25px;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
padding-left: 30px;
pointer-events: none;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.input100:focus + .focus-input100 + .symbol-input100 {
color: #00c6fb;
padding-left: 23px;
}
.container-login-btn {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.login-btn {
font-size: 15px;
line-height: 1.5;
color: white;
width: 50%;
height: 50px;
border-radius: 7px;
background: #f9710c;
border: 2px solid #FFFFFF;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
padding: 0 25px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
position: relative;
z-index: 1;
}
.login-btn::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
border-radius: 7px;
top: 0;
left: 0;
background: #005bea;
background: -webkit-linear-gradient(left, #bd7b28, #bd7b28);
background: -o-linear-gradient(left, #bd7b28, #bd7b28);
background: -moz-linear-gradient(left, #bd7b28, #bd7b28);
background: linear-gradient(left, #bd7b28, #bd7b28);
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
opacity: 0;
}
.login-btn:hover {
background: transparent;
color: #fff;
}
.login-btn:hover:before {
opacity: 1;
}
.validate-input {
position: relative;
}
@media (max-width: 576px) {
.wrap-login100 {
padding-top: 80px;
padding-left: 15px;
padding-right: 15px;
}
}
.main-login {
padding-top: 10px;
padding-bottom: 20px;
}
#summary ul, #summary li {
margin: 0;
list-style: none;
font-size: 11px;
color: #fff;
padding: 5px;
}
#summary {
border-radius: 3px;
border: 1px dashed #c7626c;
margin: 10px 2px;
background: #e9ecef;
}
.footer-static {
color: #343a40 !important;
}
#summary div:first-child {
margin-bottom: 4px;
}
#summary .progress {
height: 3px;
margin-bottom: 0;
background: #fff;
}
.progress {
overflow: hidden;
height: 18px;
margin-bottom: 18px;
background-color: #f5f5f5;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
height: 50px;
}
.progress-bar-default {
background-color: #000;
}
@media (min-width: 768px) {
.sidebar-collapse #summary {
display: none !important;
-webkit-transform: translateZ(0);
}
.box-body td, .box-body th {
max-width: 150px;
word-break: break-all;
}
}
.overlay {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: -webkit-translate(-50%, -50%);
transform: -moz-translate(-50%, -50%);
transform: -ms-translate(-50%, -50%);
color: #1f222b;
z-index: 9999;
background: rgba(255, 255, 255, 0.7);
}
.select2-selection {
border-radius: inherit !important;
border: 1px solid #ccc !important;
}
.form-group > label.asterisk:after {
content: " *";
color: red;
}
#loading {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50;
background: rgba(255, 255, 255, 0.7);
}
.img_holder {
margin-top: 15px;
}
.img_holder > img {
max-height: 100px;
max-width: 100px;
}
.more_info {
margin-top: 10px;
margin-left: 5px;
}
.breadcrumb {
margin-right: 30px;
}
.action-teplate {
min-width: 80px;
}
.seo {
font-size: 10px;
color: #ad3419;
}
.menu-left, .menu-right {
display: inline;
}
.sc-old-price {
text-decoration: line-through;
color: #a95d5d;
font-size: 13px;
padding: 10px;
}
.sc-new-price {
color: #FE980F;
font-size: 14px;
padding: 10px 5px;
font-weight: bold;
}
#form-main hr {
background-color: #afafaf;
height: 1px;
margin-bottom: 40px !important;
}
.pointer {
cursor: pointer;
}
.btn-import {
font-weight: bold !important;
border-right: 1px solid #e1eae6;
border-left: 1px solid #e1eae6;
box-shadow: -1px -2px 0px 0px #e1eae6;
}
.filter-search {
border: 1px solid #c5c5c5 !important;
}
.filter-button {
border: 1px solid #c5c5c5 !important;
background: #d2d6de;
}
.has-treeview li.active > a:last-child,
.sidebar-menu > .active.menu-open > a:last-child,
li.nav-item.active > a:last-child,
.table-list tr.active {
background: #c1d2ff !important;
}
.has-treeview.active.menu-open > a {
font-weight: bold;
}
.nav-treeview {
background: #fff !important;
}
.btn-primary {
color: #fff;
background-color: #3c8dbc !important;
border-color: #3c8dbc !important;
}
.header-fix, .header-fix:hover {
background: #8cc1dc;
border-radius: 0px;
color: #424242;
}
.dd-handle {
border-radius: 0px !important;
}
.remove_menu {
cursor: pointer;
}
.active-item {
background: #c9d3d8 !important;
}
.dd-handle:hover {
background: rgba(0, 0, 0, .1) !important;
}
/* .layout-fixed .main-sidebar{
background-color: #222d32 !important;
}
*/
.header {
border-radius: 0px !important;
}
.sub-header {
display: inline;
}
.invalid .help-block {
color: red;
}
/* lightblue */
.main-sidebar .sidebar-lightblue li.header {
color: #ffffff !important;
background: #4da0f1 !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-lightblue .nav-item.has-treeview > a {
color: #3b8ab8 !important;
}
/* dark */
.main-sidebar .sidebar-gray-dark li.header {
color: #ffffff !important;
background: #343a40 !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-gray-dark .nav-item.has-treeview > a {
color: #343a40 !important;
}
/* success */
.main-sidebar .sidebar-success li.header {
color: #ffffff !important;
background: #28a745 !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-success .nav-item.has-treeview > a {
color: #28a745 !important;
}
/* white */
.main-sidebar .sidebar-white li.header {
color: #000 !important;
background: #96a3ab !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-white .nav-item.has-treeview > a {
color: #000 !important;
}
/* pink */
.main-sidebar .sidebar-pink li.header {
color: #ffffff !important;
background: #e83e8c !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-pink .nav-item.has-treeview > a {
color: #e83e8c !important;
}
.brand-link.navbar-secondary {
background-color: #c7626c !important;
text-align: center;
color: #fff !important;
}
.sidebar-form {
background-color: #f4f6f9 !important;
}
.sidebar-form .form-control {
border: 1px solid transparent !important;
}
/* .sidebar-form > .input-group:focus{
background-color: #fff !important;
color: #666 !important;
} */
.sidebar-form input {
background-color: transparent !important;
}
.tab-action > .nav-item {
border-right: 1px solid #4da0f1;
}
.tab-action > .nav-item:last-child {
border-right: 0px;
}
.tab-action > .nav-item.active {
background: #e4ebff;
border-bottom: 2px solid #b72020 80%;
border: 1px dotted #f00;
font-weight: bold;
}
.card-primary.card-outline-tabs > .card-header a.active {
border-top: 3px solid #4da0f1 !important;
}
/* .navbar-primary {
background: #386c84 !important;
} */
.icheckbox_square-blue {
vertical-align: inherit !important;
}
.form-text {
font-size: 12px;
}
.filter-api {
margin-right: 5px;
vertical-align: text-top !important;
display: inline
}
.order-info {
clear: both;
font-size: 14px;
}
.order-info span {
display: block;
}
.block-action {
display: inline;
margin-right: 10px;
}
#summary ul, #summary li {
margin: 0;
list-style: none;
font-size: 11px;
color: #fff;
padding: 5px;
}
#summary {
border-radius: 3px;
border: 1px dashed #c7626c;
margin: 10px 2px;
background: #e9ecef;
}
.footer-static {
color: #343a40 !important;
}
#summary div:first-child {
margin-bottom: 4px;
}
#summary .progress {
height: 3px;
margin-bottom: 0;
background: #fff;
}
.progress {
overflow: hidden;
height: 18px;
margin-bottom: 18px;
background-color: #f5f5f5;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
height: 50px;
}
.progress-bar-default {
background-color: #000;
}
@media (min-width: 768px) {
.sidebar-collapse #summary {
display: none !important;
-webkit-transform: translateZ(0);
}
.box-body td, .box-body th {
max-width: 150px;
word-break: break-all;
}
}
.overlay {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: -webkit-translate(-50%, -50%);
transform: -moz-translate(-50%, -50%);
transform: -ms-translate(-50%, -50%);
color: #1f222b;
z-index: 9999;
background: rgba(255, 255, 255, 0.7);
}
.select2-selection {
border-radius: inherit !important;
border: 1px solid #ccc !important;
}
.form-group > label.asterisk:after {
content: " *";
color: red;
}
#loading {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50;
background: rgba(255, 255, 255, 0.7);
}
.img_holder {
margin-top: 15px;
}
.img_holder > img {
max-height: 100px;
max-width: 100px;
}
.more_info {
margin-top: 10px;
margin-left: 5px;
}
.breadcrumb {
margin-right: 30px;
}
.action-teplate {
min-width: 80px;
}
.seo {
font-size: 10px;
color: #ad3419;
}
.menu-left, .menu-right {
display: inline;
}
.sc-old-price {
text-decoration: line-through;
color: #a95d5d;
font-size: 13px;
padding: 10px;
}
.sc-new-price {
color: #FE980F;
font-size: 14px;
padding: 10px 5px;
font-weight: bold;
}
#form-main hr {
background-color: #afafaf;
height: 1px;
margin-bottom: 40px !important;
}
.pointer {
cursor: pointer;
}
.btn-import {
font-weight: bold !important;
border-right: 1px solid #e1eae6;
border-left: 1px solid #e1eae6;
box-shadow: -1px -2px 0px 0px #e1eae6;
}
.filter-search {
border: 1px solid #c5c5c5 !important;
}
.filter-button {
border: 1px solid #c5c5c5 !important;
background: #d2d6de;
}
.has-treeview li.active > a:last-child,
.sidebar-menu > .active.menu-open > a:last-child,
li.nav-item.active > a:last-child,
.table-list tr.active {
background: #c1d2ff !important;
}
.has-treeview.active.menu-open > a {
font-weight: bold;
}
.nav-treeview {
background: #fff !important;
}
.btn-primary {
color: #fff;
background-color: #3c8dbc !important;
border-color: #3c8dbc !important;
}
.header-fix, .header-fix:hover {
background: #8cc1dc;
border-radius: 0px;
color: #424242;
}
.dd-handle {
border-radius: 0px !important;
}
.remove_menu {
cursor: pointer;
}
.active-item {
background: #c9d3d8 !important;
}
.dd-handle:hover {
background: rgba(0, 0, 0, .1) !important;
}
/* .layout-fixed .main-sidebar{
background-color: #222d32 !important;
}
*/
.header {
border-radius: 0px !important;
}
.sub-header {
display: inline;
}
.invalid .help-block {
color: red;
}
/* lightblue */
.main-sidebar .sidebar-lightblue li.header {
color: #ffffff !important;
background: #4da0f1 !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-lightblue .nav-item.has-treeview > a {
color: #3b8ab8 !important;
}
/* dark */
.main-sidebar .sidebar-gray-dark li.header {
color: #ffffff !important;
background: #343a40 !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-gray-dark .nav-item.has-treeview > a {
color: #343a40 !important;
}
/* success */
.main-sidebar .sidebar-success li.header {
color: #ffffff !important;
background: #28a745 !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-success .nav-item.has-treeview > a {
color: #28a745 !important;
}
/* white */
.main-sidebar .sidebar-white li.header {
color: #000 !important;
background: #96a3ab !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-white .nav-item.has-treeview > a {
color: #000 !important;
}
/* pink */
.main-sidebar .sidebar-pink li.header {
color: #ffffff !important;
background: #e83e8c !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-pink .nav-item.has-treeview > a {
color: #e83e8c !important;
}
.brand-link.navbar-secondary {
background-color: #c7626c !important;
text-align: center;
color: #fff !important;
}
.sidebar-form {
background-color: #f4f6f9 !important;
}
.sidebar-form .form-control {
border: 1px solid transparent !important;
}
/* .sidebar-form > .input-group:focus{
background-color: #fff !important;
color: #666 !important;
} */
.sidebar-form input {
background-color: transparent !important;
}
.tab-action > .nav-item {
border-right: 1px solid #4da0f1;
}
.tab-action > .nav-item:last-child {
border-right: 0px;
}
.tab-action > .nav-item.active {
background: #e4ebff;
border-bottom: 2px solid #b72020 80%;
border: 1px dotted #f00;
font-weight: bold;
}
.card-primary.card-outline-tabs > .card-header a.active {
border-top: 3px solid #4da0f1 !important;
}
/* .navbar-primary {
background: #386c84 !important;
} */
.icheckbox_square-blue {
vertical-align: inherit !important;
}
.form-text {
font-size: 12px;
}
.filter-api {
margin-right: 5px;
vertical-align: text-top !important;
display: inline
}
.order-info {
clear: both;
font-size: 14px;
}
.order-info span {
display: block;
}
.block-action {
display: inline;
margin-right: 10px;
} | public/css/style.css | a {
font-size: 14px;
line-height: 1.7;
color: #666666;
margin: 0px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
}
a:focus {
outline: none !important;
}
a:hover {
text-decoration: none;
color: #f39c12;
}
h1, h2, h3, h4, h5, h6 {
margin: 0px;
}
p {
font-size: 14px;
line-height: 1.7;
color: #666666;
margin: 0px;
}
ul, li {
margin: 0px;
list-style-type: none;
}
input {
outline: none;
border: none;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
input:focus:-ms-input-placeholder {
color: transparent;
}
input::-webkit-input-placeholder {
color: #999999;
}
input:-moz-placeholder {
color: #999999;
}
input::-moz-placeholder {
color: #999999;
}
input:-ms-input-placeholder {
color: #999999;
}
button {
outline: none !important;
border: none;
background: transparent;
}
button:hover {
cursor: pointer;
}
.forgot {
font-size: 14px;
color: #424242;
line-height: 1.4;
float: right;
margin-top: 20px;
}
.remember {
margin-top: 20px;
float: left;
font-size: 14px;
color: #424242;
line-height: 1.4;
}
.logo {
max-width: 150px;
}
.limiter {
width: 100%;
margin: 0 auto;
}
.container-login100 {
width: 100%;
min-height: 100vh;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 15px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
z-index: 1;
}
.container-login100::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.9;
}
.wrap-login100 {
width: 350px;
border-radius: 10px;
overflow: hidden;
background-color: rgba(255, 255, 255, .6);
opacity: 0.9;
border: 1px solid #809fff;
}
.login {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.login-title-des a {
font-size: 25px;
color: #042efb;
line-height: 2.5;
text-align: center;
width: 100%;
display: block;
text-shadow: -1px 2px 4px #ffffff;
}
.login-avatar {
width: 120px;
height: 120px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
}
.login-avatar img {
width: 100%;
}
.wrap-input100 {
position: relative;
width: 100%;
z-index: 1;
}
.input100 {
font-size: 15px;
line-height: 1.2;
color: black;
border: 2px solid #f39c12;
display: block;
width: 100%;
background: #fff;
height: 50px;
border-radius: 7px;
padding: 0 30px 0 53px;
}
.focus-input100 {
display: block;
position: absolute;
border-radius: 7px;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
box-shadow: 0px 0px 0px 0px;
color: #f39c12;
}
.input100:focus + .focus-input100 {
-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
animation: anim-shadow 0.5s ease-in-out forwards;
}
@-webkit-keyframes anim-shadow {
to {
box-shadow: 0px 0px 80px 30px;
opacity: 0;
}
}
@keyframes anim-shadow {
to {
box-shadow: 0px 0px 80px 30px;
opacity: 0;
}
}
.symbol-input100 {
font-size: 15px;
color: #999999;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
position: absolute;
border-radius: 25px;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
padding-left: 30px;
pointer-events: none;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.input100:focus + .focus-input100 + .symbol-input100 {
color: #00c6fb;
padding-left: 23px;
}
.container-login-btn {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.login-btn {
font-size: 15px;
line-height: 1.5;
color: white;
width: 50%;
height: 50px;
border-radius: 7px;
background: #f9710c;
border: 2px solid #FFFFFF;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
padding: 0 25px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
position: relative;
z-index: 1;
}
.login-btn::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
border-radius: 7px;
top: 0;
left: 0;
background: #005bea;
background: -webkit-linear-gradient(left, #bd7b28, #bd7b28);
background: -o-linear-gradient(left, #bd7b28, #bd7b28);
background: -moz-linear-gradient(left, #bd7b28, #bd7b28);
background: linear-gradient(left, #bd7b28, #bd7b28);
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
opacity: 0;
}
.login-btn:hover {
background: transparent;
color: #fff;
}
.login-btn:hover:before {
opacity: 1;
}
.validate-input {
position: relative;
}
@media (max-width: 576px) {
.wrap-login100 {
padding-top: 80px;
padding-left: 15px;
padding-right: 15px;
}
}
.main-login {
padding-top: 10px;
padding-bottom: 20px;
}
#summary ul, #summary li {
margin: 0;
list-style: none;
font-size: 11px;
color: #fff;
padding: 5px;
}
#summary {
border-radius: 3px;
border: 1px dashed #c7626c;
margin: 10px 2px;
background: #e9ecef;
}
.footer-static {
color: #343a40 !important;
}
#summary div:first-child {
margin-bottom: 4px;
}
#summary .progress {
height: 3px;
margin-bottom: 0;
background: #fff;
}
.progress {
overflow: hidden;
height: 18px;
margin-bottom: 18px;
background-color: #f5f5f5;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
height: 50px;
}
.progress-bar-default {
background-color: #000;
}
@media (min-width: 768px) {
.sidebar-collapse #summary {
display: none !important;
-webkit-transform: translateZ(0);
}
.box-body td, .box-body th {
max-width: 150px;
word-break: break-all;
}
}
.overlay {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: -webkit-translate(-50%, -50%);
transform: -moz-translate(-50%, -50%);
transform: -ms-translate(-50%, -50%);
color: #1f222b;
z-index: 9999;
background: rgba(255, 255, 255, 0.7);
}
.select2-selection {
border-radius: inherit !important;
border: 1px solid #ccc !important;
}
.form-group > label.asterisk:after {
content: " *";
color: red;
}
#loading {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50;
background: rgba(255, 255, 255, 0.7);
}
.img_holder {
margin-top: 15px;
}
.img_holder > img {
max-height: 100px;
max-width: 100px;
}
.more_info {
margin-top: 10px;
margin-left: 5px;
}
.breadcrumb {
margin-right: 30px;
}
.action-teplate {
min-width: 80px;
}
.seo {
font-size: 10px;
color: #ad3419;
}
.menu-left, .menu-right {
display: inline;
}
.sc-old-price {
text-decoration: line-through;
color: #a95d5d;
font-size: 13px;
padding: 10px;
}
.sc-new-price {
color: #FE980F;
font-size: 14px;
padding: 10px 5px;
font-weight: bold;
}
#form-main hr {
background-color: #afafaf;
height: 1px;
margin-bottom: 40px !important;
}
.pointer {
cursor: pointer;
}
.btn-import {
font-weight: bold !important;
border-right: 1px solid #e1eae6;
border-left: 1px solid #e1eae6;
box-shadow: -1px -2px 0px 0px #e1eae6;
}
.filter-search {
border: 1px solid #c5c5c5 !important;
}
.filter-button {
border: 1px solid #c5c5c5 !important;
background: #d2d6de;
}
.has-treeview li.active > a:last-child,
.sidebar-menu > .active.menu-open > a:last-child,
li.nav-item.active > a:last-child,
.table-list tr.active {
background: #c1d2ff !important;
}
.has-treeview.active.menu-open > a {
font-weight: bold;
}
.nav-treeview {
background: #fff !important;
}
.btn-primary {
color: #fff;
background-color: #3c8dbc !important;
border-color: #3c8dbc !important;
}
.header-fix, .header-fix:hover {
background: #8cc1dc;
border-radius: 0px;
color: #424242;
}
.dd-handle {
border-radius: 0px !important;
}
.remove_menu {
cursor: pointer;
}
.active-item {
background: #c9d3d8 !important;
}
.dd-handle:hover {
background: rgba(0, 0, 0, .1) !important;
}
/* .layout-fixed .main-sidebar{
background-color: #222d32 !important;
}
*/
.header {
border-radius: 0px !important;
}
.sub-header {
display: inline;
}
.invalid .help-block {
color: red;
}
/* lightblue */
.main-sidebar .sidebar-lightblue li.header {
color: #ffffff !important;
background: #4da0f1 !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-lightblue .nav-item.has-treeview > a {
color: #3b8ab8 !important;
}
/* dark */
.main-sidebar .sidebar-gray-dark li.header {
color: #ffffff !important;
background: #343a40 !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-gray-dark .nav-item.has-treeview > a {
color: #343a40 !important;
}
/* success */
.main-sidebar .sidebar-success li.header {
color: #ffffff !important;
background: #28a745 !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-success .nav-item.has-treeview > a {
color: #28a745 !important;
}
/* white */
.main-sidebar .sidebar-white li.header {
color: #000 !important;
background: #96a3ab !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-white .nav-item.has-treeview > a {
color: #000 !important;
}
/* pink */
.main-sidebar .sidebar-pink li.header {
color: #ffffff !important;
background: #e83e8c !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-pink .nav-item.has-treeview > a {
color: #e83e8c !important;
}
.brand-link.navbar-secondary {
background-color: #c7626c !important;
text-align: center;
color: #fff !important;
}
.sidebar-form {
background-color: #f4f6f9 !important;
}
.sidebar-form .form-control {
border: 1px solid transparent !important;
}
/* .sidebar-form > .input-group:focus{
background-color: #fff !important;
color: #666 !important;
} */
.sidebar-form input {
background-color: transparent !important;
}
.tab-action > .nav-item {
border-right: 1px solid #4da0f1;
}
.tab-action > .nav-item:last-child {
border-right: 0px;
}
.tab-action > .nav-item.active {
background: #e4ebff;
border-bottom: 2px solid #b72020 80%;
border: 1px dotted #f00;
font-weight: bold;
}
.card-primary.card-outline-tabs > .card-header a.active {
border-top: 3px solid #4da0f1 !important;
}
/* .navbar-primary {
background: #386c84 !important;
} */
.icheckbox_square-blue {
vertical-align: inherit !important;
}
.form-text {
font-size: 12px;
}
.filter-api {
margin-right: 5px;
vertical-align: text-top !important;
display: inline
}
.order-info {
clear: both;
font-size: 14px;
}
.order-info span {
display: block;
}
.block-action {
display: inline;
margin-right: 10px;
}
#summary ul, #summary li {
margin: 0;
list-style: none;
font-size: 11px;
color: #fff;
padding: 5px;
}
#summary {
border-radius: 3px;
border: 1px dashed #c7626c;
margin: 10px 2px;
background: #e9ecef;
}
.footer-static {
color: #343a40 !important;
}
#summary div:first-child {
margin-bottom: 4px;
}
#summary .progress {
height: 3px;
margin-bottom: 0;
background: #fff;
}
.progress {
overflow: hidden;
height: 18px;
margin-bottom: 18px;
background-color: #f5f5f5;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
height: 50px;
}
.progress-bar-default {
background-color: #000;
}
@media (min-width: 768px) {
.sidebar-collapse #summary {
display: none !important;
-webkit-transform: translateZ(0);
}
.box-body td, .box-body th {
max-width: 150px;
word-break: break-all;
}
}
.overlay {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: -webkit-translate(-50%, -50%);
transform: -moz-translate(-50%, -50%);
transform: -ms-translate(-50%, -50%);
color: #1f222b;
z-index: 9999;
background: rgba(255, 255, 255, 0.7);
}
.select2-selection {
border-radius: inherit !important;
border: 1px solid #ccc !important;
}
.form-group > label.asterisk:after {
content: " *";
color: red;
}
#loading {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50;
background: rgba(255, 255, 255, 0.7);
}
.img_holder {
margin-top: 15px;
}
.img_holder > img {
max-height: 100px;
max-width: 100px;
}
.more_info {
margin-top: 10px;
margin-left: 5px;
}
.breadcrumb {
margin-right: 30px;
}
.action-teplate {
min-width: 80px;
}
.seo {
font-size: 10px;
color: #ad3419;
}
.menu-left, .menu-right {
display: inline;
}
.sc-old-price {
text-decoration: line-through;
color: #a95d5d;
font-size: 13px;
padding: 10px;
}
.sc-new-price {
color: #FE980F;
font-size: 14px;
padding: 10px 5px;
font-weight: bold;
}
#form-main hr {
background-color: #afafaf;
height: 1px;
margin-bottom: 40px !important;
}
.pointer {
cursor: pointer;
}
.btn-import {
font-weight: bold !important;
border-right: 1px solid #e1eae6;
border-left: 1px solid #e1eae6;
box-shadow: -1px -2px 0px 0px #e1eae6;
}
.filter-search {
border: 1px solid #c5c5c5 !important;
}
.filter-button {
border: 1px solid #c5c5c5 !important;
background: #d2d6de;
}
.has-treeview li.active > a:last-child,
.sidebar-menu > .active.menu-open > a:last-child,
li.nav-item.active > a:last-child,
.table-list tr.active {
background: #c1d2ff !important;
}
.has-treeview.active.menu-open > a {
font-weight: bold;
}
.nav-treeview {
background: #fff !important;
}
.btn-primary {
color: #fff;
background-color: #3c8dbc !important;
border-color: #3c8dbc !important;
}
.header-fix, .header-fix:hover {
background: #8cc1dc;
border-radius: 0px;
color: #424242;
}
.dd-handle {
border-radius: 0px !important;
}
.remove_menu {
cursor: pointer;
}
.active-item {
background: #c9d3d8 !important;
}
.dd-handle:hover {
background: rgba(0, 0, 0, .1) !important;
}
/* .layout-fixed .main-sidebar{
background-color: #222d32 !important;
}
*/
.header {
border-radius: 0px !important;
}
.sub-header {
display: inline;
}
.invalid .help-block {
color: red;
}
/* lightblue */
.main-sidebar .sidebar-lightblue li.header {
color: #ffffff !important;
background: #4da0f1 !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-lightblue .nav-item.has-treeview > a {
color: #3b8ab8 !important;
}
/* dark */
.main-sidebar .sidebar-gray-dark li.header {
color: #ffffff !important;
background: #343a40 !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-gray-dark .nav-item.has-treeview > a {
color: #343a40 !important;
}
/* success */
.main-sidebar .sidebar-success li.header {
color: #ffffff !important;
background: #28a745 !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-success .nav-item.has-treeview > a {
color: #28a745 !important;
}
/* white */
.main-sidebar .sidebar-white li.header {
color: #000 !important;
background: #96a3ab !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-white .nav-item.has-treeview > a {
color: #000 !important;
}
/* pink */
.main-sidebar .sidebar-pink li.header {
color: #ffffff !important;
background: #e83e8c !important;
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-pink .nav-item.has-treeview > a {
color: #e83e8c !important;
}
.brand-link.navbar-secondary {
background-color: #c7626c !important;
text-align: center;
color: #fff !important;
}
.sidebar-form {
background-color: #f4f6f9 !important;
}
.sidebar-form .form-control {
border: 1px solid transparent !important;
}
/* .sidebar-form > .input-group:focus{
background-color: #fff !important;
color: #666 !important;
} */
.sidebar-form input {
background-color: transparent !important;
}
.tab-action > .nav-item {
border-right: 1px solid #4da0f1;
}
.tab-action > .nav-item:last-child {
border-right: 0px;
}
.tab-action > .nav-item.active {
background: #e4ebff;
border-bottom: 2px solid #b72020 80%;
border: 1px dotted #f00;
font-weight: bold;
}
.card-primary.card-outline-tabs > .card-header a.active {
border-top: 3px solid #4da0f1 !important;
}
/* .navbar-primary {
background: #386c84 !important;
} */
.icheckbox_square-blue {
vertical-align: inherit !important;
}
.form-text {
font-size: 12px;
}
.filter-api {
margin-right: 5px;
vertical-align: text-top !important;
display: inline
}
.order-info {
clear: both;
font-size: 14px;
}
.order-info span {
display: block;
}
.block-action {
display: inline;
margin-right: 10px;
} | 0.371137 | 0.104249 |
/*****************************/
/*****************************/
@charset "utf-8";
.tblCart{
display:table;
width:100%;
margin:15px 0;
}
.tblCart .item{
display:table-row;
background:#e8e8e8;
}
.tblCart .item > span{
display:table-cell;
text-align:left;
vertical-align:top;
padding:10px 7px;
}
.tblCart .item.title{
background:none;
text-align:center;
}
.tblCart .item.title > span{
white-space:nowrap;
padding:5px 2px 10px 2px;
text-align:center;
font-size:17px;
}
.tblCart .item.line{
background:none;
height:20px;
}
.tblCart .item .thumb{
text-align:center;
vertical-align:middle;
padding-top:10px;
padding-bottom:10px;
}
.tblCart .item h4 a{
color:inherit;
text-transform:uppercase;
}
.tblCart .item .remove{
display:block;
background:#f3f3f3 url(../images/delete.png) no-repeat center;
width:50px;
height:30px;
border-radius: 5px;
border:1px solid #d0d0d0;
}
.tblCart .item .qty{
min-width:120px;
}
.tblCart .item .quantity-ctr{
width:100%;
height:27px;
font-size:12px;
white-space:nowrap;
}
.tblCart .item .quantity-ctr input{
display:inline-block;
float:left;
height:27px;
line-height:27px;
}
.tblCart .item .quantity-ctr input{
border:1px solid #676767;
width:32px;
color:#666;
text-align:center;
background:none;
}
.tblCart .item .quantity-ctr input.inputbox{
min-height:0;
}
.tblCart .item .quantity-ctr input.control:hover{
background:#FFF;
}
.tblCart .item .quantity-ctr input.quantity{
border-left:none;
border-right:none;
}
/* voucher */
.pcart .voucher .title, .checkout .voucher .title{
text-transform:uppercase;
font-weight:bold;
font-size:17px;
text-align:center;
background:#e1e1e1;
padding:10px 5px;
}
.pcart .voucher .inputbox, .pcart .voucher .button
, .checkout .voucher .inputbox, .checkout .voucher .button{
width:100%;
display:block;
}
.pcart .voucher .inputbox, .checkout .voucher .inputbox{
margin:5px 0;
border:2px solid #676767;
height:38px;
}
.pcart .voucher .button_1, .checkout .voucher .button_1{
width:100%;
padding-left:15px;
}
.pcart .voucher .button_1 span, .checkout .voucher .button_1 span{
background:url(../images/update.png) no-repeat left;
padding-left:20px;
}
.pcart .voucher .vcode{
margin:15px 0;
text-align:center;
font-size:13px;
color:#999;
}
.pcart .voucher .vcode b{color:#ff9900; font-size:16px;}
.pcart .total{
margin:18px 0;
}
.pcart .total td{
padding:5px;
border-bottom:1px solid #e1e1e1;
font-size:17px;
}
.pcart .total td b{color:#F00;}
.pcart .cshopping {
padding-left:20px;
padding-right:20px;
margin-right:15px;
margin-bottom:15px;
}
.pcart .cshopping span{
background:url(../images/arrow-1.png) no-repeat left;
}
.pcart .payment-bt{
width:100%;
}
/* checkout */
.r-minicart{
background:#e8e8e8;
border-top-left-radius:4px;
border-top-right-radius:4px;
}
.r-minicart h3{
background:#d1d1d1;
height:40px;
line-height:40px;
vertical-align:middle;
padding-left:15px;
text-transform:uppercase;
font-size:17px;
border-top-left-radius:4px;
border-top-right-radius:4px;
border-bottom:1px solid #c9c9c9;
margin:0;
}
.r-minicart h3 a{
float:right;
margin-right:15px;
font-size:14px;
font-weight:normal;
color:#3399ff;
}
.r-minicart table{
width:100%;
}
.r-minicart td{
padding:5px 7px;
font-size:13px;
}
.r-minicart td{
border-bottom:1px solid #cecece;
}
.r-minicart b{color:#F00; font-size:16px;}
.r-minicart td.l{ font-size:17px;}
.checkout .shddr{
margin-top:25px;
color:#333333;
}
.checkout .shddr .title{
font-weight:bold;
font-size:16px;
}
.checkout .shddr p{
background:#f9f9f9;
padding:15px 10px;
line-height:1.4;
}
.checkout .ulogin h3{
text-transform:uppercase;
font-size:16px;
margin:15px 0;
}
.checkout .ulogin .opts{
list-style:none;
margin:0;
padding:0;
}
.checkout .ulogin .opts li{
margin:7px 0;
}
.checkout .ulogin .opts li a{color:inherit;}
.checkout .button{
background:#3399ff url(../images/button-bg.png) no-repeat left;
height:33px;
}
.checkout .button:hover{background:#2667a8;}
.checkout .ltpanel{
}
.checkout .ltpanel h3{
text-transform:uppercase;
color:#999999;
font-size:16px;
border-bottom:1px solid #CCC;
padding-bottom:5px;
margin:35px 0;
background-image: url(../images/arrow-next.png);
background-repeat:no-repeat;
background-position:right;
padding-right:25px;
/*cursor:pointer;*/
}.checkout .ltpanel h3.active{
background-image: url(../images/arrow-down.png);
color:#333;
}
.checkout .ltpanel .input-group{
width:100%;
margin-bottom:20px;
}
.checkout .shippaymet ul{
list-style:none;
margin:0;
padding:0;
}
.checkout .shippaymet ul ul{
margin-left:20px;
}
.checkout .shippaymet h4{
text-transform:uppercase;
color:#3399ff;
margin:15px 0;
font-weight:bold;
font-size:15px;
}
.checkout .shippaymet .desc{
font-size:12px;
color:#999;
font-style:italic;
margin-left:20px;
}
.checkout .shippaymet .desc p{
margin:5px 0;
}
.checkout .shippaymet ul.payments ul li .bank_detail{
font-size:12px;
margin-left:25px;
}
.checkout .shippaymet .payment_method{
border-right:1px solid #CCC;
}
@media (max-width: 640px) {
.tblCart .item .thumb, .tblCart .item .total{
display:none;
}
.tblCart .item .qty{
min-width:0;
text-align:center;
}
.tblCart .item .quantity-ctr input{
display:block !important;
clear:both;
}
.tblCart .item .quantity-ctr input.inputbox{
border-left:1px solid #676767;
border-right:1px solid #676767;
background:#FFF;
} | templates/css/cart.css |
/*****************************/
/*****************************/
@charset "utf-8";
.tblCart{
display:table;
width:100%;
margin:15px 0;
}
.tblCart .item{
display:table-row;
background:#e8e8e8;
}
.tblCart .item > span{
display:table-cell;
text-align:left;
vertical-align:top;
padding:10px 7px;
}
.tblCart .item.title{
background:none;
text-align:center;
}
.tblCart .item.title > span{
white-space:nowrap;
padding:5px 2px 10px 2px;
text-align:center;
font-size:17px;
}
.tblCart .item.line{
background:none;
height:20px;
}
.tblCart .item .thumb{
text-align:center;
vertical-align:middle;
padding-top:10px;
padding-bottom:10px;
}
.tblCart .item h4 a{
color:inherit;
text-transform:uppercase;
}
.tblCart .item .remove{
display:block;
background:#f3f3f3 url(../images/delete.png) no-repeat center;
width:50px;
height:30px;
border-radius: 5px;
border:1px solid #d0d0d0;
}
.tblCart .item .qty{
min-width:120px;
}
.tblCart .item .quantity-ctr{
width:100%;
height:27px;
font-size:12px;
white-space:nowrap;
}
.tblCart .item .quantity-ctr input{
display:inline-block;
float:left;
height:27px;
line-height:27px;
}
.tblCart .item .quantity-ctr input{
border:1px solid #676767;
width:32px;
color:#666;
text-align:center;
background:none;
}
.tblCart .item .quantity-ctr input.inputbox{
min-height:0;
}
.tblCart .item .quantity-ctr input.control:hover{
background:#FFF;
}
.tblCart .item .quantity-ctr input.quantity{
border-left:none;
border-right:none;
}
/* voucher */
.pcart .voucher .title, .checkout .voucher .title{
text-transform:uppercase;
font-weight:bold;
font-size:17px;
text-align:center;
background:#e1e1e1;
padding:10px 5px;
}
.pcart .voucher .inputbox, .pcart .voucher .button
, .checkout .voucher .inputbox, .checkout .voucher .button{
width:100%;
display:block;
}
.pcart .voucher .inputbox, .checkout .voucher .inputbox{
margin:5px 0;
border:2px solid #676767;
height:38px;
}
.pcart .voucher .button_1, .checkout .voucher .button_1{
width:100%;
padding-left:15px;
}
.pcart .voucher .button_1 span, .checkout .voucher .button_1 span{
background:url(../images/update.png) no-repeat left;
padding-left:20px;
}
.pcart .voucher .vcode{
margin:15px 0;
text-align:center;
font-size:13px;
color:#999;
}
.pcart .voucher .vcode b{color:#ff9900; font-size:16px;}
.pcart .total{
margin:18px 0;
}
.pcart .total td{
padding:5px;
border-bottom:1px solid #e1e1e1;
font-size:17px;
}
.pcart .total td b{color:#F00;}
.pcart .cshopping {
padding-left:20px;
padding-right:20px;
margin-right:15px;
margin-bottom:15px;
}
.pcart .cshopping span{
background:url(../images/arrow-1.png) no-repeat left;
}
.pcart .payment-bt{
width:100%;
}
/* checkout */
.r-minicart{
background:#e8e8e8;
border-top-left-radius:4px;
border-top-right-radius:4px;
}
.r-minicart h3{
background:#d1d1d1;
height:40px;
line-height:40px;
vertical-align:middle;
padding-left:15px;
text-transform:uppercase;
font-size:17px;
border-top-left-radius:4px;
border-top-right-radius:4px;
border-bottom:1px solid #c9c9c9;
margin:0;
}
.r-minicart h3 a{
float:right;
margin-right:15px;
font-size:14px;
font-weight:normal;
color:#3399ff;
}
.r-minicart table{
width:100%;
}
.r-minicart td{
padding:5px 7px;
font-size:13px;
}
.r-minicart td{
border-bottom:1px solid #cecece;
}
.r-minicart b{color:#F00; font-size:16px;}
.r-minicart td.l{ font-size:17px;}
.checkout .shddr{
margin-top:25px;
color:#333333;
}
.checkout .shddr .title{
font-weight:bold;
font-size:16px;
}
.checkout .shddr p{
background:#f9f9f9;
padding:15px 10px;
line-height:1.4;
}
.checkout .ulogin h3{
text-transform:uppercase;
font-size:16px;
margin:15px 0;
}
.checkout .ulogin .opts{
list-style:none;
margin:0;
padding:0;
}
.checkout .ulogin .opts li{
margin:7px 0;
}
.checkout .ulogin .opts li a{color:inherit;}
.checkout .button{
background:#3399ff url(../images/button-bg.png) no-repeat left;
height:33px;
}
.checkout .button:hover{background:#2667a8;}
.checkout .ltpanel{
}
.checkout .ltpanel h3{
text-transform:uppercase;
color:#999999;
font-size:16px;
border-bottom:1px solid #CCC;
padding-bottom:5px;
margin:35px 0;
background-image: url(../images/arrow-next.png);
background-repeat:no-repeat;
background-position:right;
padding-right:25px;
/*cursor:pointer;*/
}.checkout .ltpanel h3.active{
background-image: url(../images/arrow-down.png);
color:#333;
}
.checkout .ltpanel .input-group{
width:100%;
margin-bottom:20px;
}
.checkout .shippaymet ul{
list-style:none;
margin:0;
padding:0;
}
.checkout .shippaymet ul ul{
margin-left:20px;
}
.checkout .shippaymet h4{
text-transform:uppercase;
color:#3399ff;
margin:15px 0;
font-weight:bold;
font-size:15px;
}
.checkout .shippaymet .desc{
font-size:12px;
color:#999;
font-style:italic;
margin-left:20px;
}
.checkout .shippaymet .desc p{
margin:5px 0;
}
.checkout .shippaymet ul.payments ul li .bank_detail{
font-size:12px;
margin-left:25px;
}
.checkout .shippaymet .payment_method{
border-right:1px solid #CCC;
}
@media (max-width: 640px) {
.tblCart .item .thumb, .tblCart .item .total{
display:none;
}
.tblCart .item .qty{
min-width:0;
text-align:center;
}
.tblCart .item .quantity-ctr input{
display:block !important;
clear:both;
}
.tblCart .item .quantity-ctr input.inputbox{
border-left:1px solid #676767;
border-right:1px solid #676767;
background:#FFF;
} | 0.207295 | 0.049062 |
@media screen and (min-width: 501px) {
.resultCard {
display: flex;
}
.passFailLabel {
color: green;
font-size: 34px;
font-weight: bold;
width: 90%;
background-color: white;
margin: auto;
text-align: center;
margin-top: 10%;
}
.resultBoxLook {
width: 50%;
height: 50%;
margin-bottom: 1%;
}
.passFailContainer {
background-color: white;
background-color: white;
width: 49%;
margin-left: 1%;
margin-top: 1%;
margin-right: 1%;
margin-bottom: 1%;
}
.resultBoxLook .recharts-wrapper {
background-color: white;
text-align: center;
margin-top: 2%;
margin-left: 2%;
height: 92% !important;
width: 98% !important;
}
.resultBoxLook .recharts-surface {
height: 92% !important;
width: 98% !important;
}
}
@media screen and (max-width: 500px) {
.resultCard {
display: block;
margin-left: 10px;
margin-right: 10px;
}
.passFailLabel {
color: green;
font-size: 34px;
font-weight: bold;
width: 90%;
background-color: white;
margin: auto;
text-align: center;
padding-top: 25px;
}
.resultBoxLook {
width: 100%;
height: 180px;
margin-bottom: 1%;
}
.passFailContainer {
background-color: white;
background-color: white;
width: 100%;
margin-top: 1%;
margin-bottom: 1%;
height: 150px;
}
.resultBoxLook .recharts-wrapper {
background-color: white;
text-align: center;
margin-top: 2%;
height: 98% !important;
width: 100% !important;
}
.resultBoxLook .recharts-surface {
height: 98% !important;
width: 98% !important;
}
}
@media screen and (min-width: 501px) {
.emailLabel {
color: black;
font-size: 14px;
font-weight: bold;
width: 90%;
background-color: white;
margin: auto;
text-align: center;
}
}
@media screen and (max-width: 500px) {
.emailLabel {
color: black;
font-size: 14px;
font-weight: bold;
width: 90%;
background-color: white;
margin: auto;
text-align: center;
}
}
.spinnerLook {
margin-bottom: 1%;
margin-left: 45%;
margin-top: 12%;
}
.spinnerRsultContainer {
height: 180px;
background-color: white;
margin-left: 10px;
margin-right: 10px;
margin-top: 1%;
margin-bottom: 1%;
}
.spinnerText {
text-align: center;
font-weight: 600;
font-size: 15px;
font-variant: all-petite-caps;
} | src/components/Common/ResultCard/ResultCard.css | @media screen and (min-width: 501px) {
.resultCard {
display: flex;
}
.passFailLabel {
color: green;
font-size: 34px;
font-weight: bold;
width: 90%;
background-color: white;
margin: auto;
text-align: center;
margin-top: 10%;
}
.resultBoxLook {
width: 50%;
height: 50%;
margin-bottom: 1%;
}
.passFailContainer {
background-color: white;
background-color: white;
width: 49%;
margin-left: 1%;
margin-top: 1%;
margin-right: 1%;
margin-bottom: 1%;
}
.resultBoxLook .recharts-wrapper {
background-color: white;
text-align: center;
margin-top: 2%;
margin-left: 2%;
height: 92% !important;
width: 98% !important;
}
.resultBoxLook .recharts-surface {
height: 92% !important;
width: 98% !important;
}
}
@media screen and (max-width: 500px) {
.resultCard {
display: block;
margin-left: 10px;
margin-right: 10px;
}
.passFailLabel {
color: green;
font-size: 34px;
font-weight: bold;
width: 90%;
background-color: white;
margin: auto;
text-align: center;
padding-top: 25px;
}
.resultBoxLook {
width: 100%;
height: 180px;
margin-bottom: 1%;
}
.passFailContainer {
background-color: white;
background-color: white;
width: 100%;
margin-top: 1%;
margin-bottom: 1%;
height: 150px;
}
.resultBoxLook .recharts-wrapper {
background-color: white;
text-align: center;
margin-top: 2%;
height: 98% !important;
width: 100% !important;
}
.resultBoxLook .recharts-surface {
height: 98% !important;
width: 98% !important;
}
}
@media screen and (min-width: 501px) {
.emailLabel {
color: black;
font-size: 14px;
font-weight: bold;
width: 90%;
background-color: white;
margin: auto;
text-align: center;
}
}
@media screen and (max-width: 500px) {
.emailLabel {
color: black;
font-size: 14px;
font-weight: bold;
width: 90%;
background-color: white;
margin: auto;
text-align: center;
}
}
.spinnerLook {
margin-bottom: 1%;
margin-left: 45%;
margin-top: 12%;
}
.spinnerRsultContainer {
height: 180px;
background-color: white;
margin-left: 10px;
margin-right: 10px;
margin-top: 1%;
margin-bottom: 1%;
}
.spinnerText {
text-align: center;
font-weight: 600;
font-size: 15px;
font-variant: all-petite-caps;
} | 0.544801 | 0.088465 |
body,
.pure-g [class*=pure-u] {
font-family: 'Noto Sans', sans-serif;
}
.pure-g {
letter-spacing: 0;
}
@media screen and (max-width: 48em) {
#nav {
text-align: center;
}
h1, h1.font-50 {
font-size: 1.5em;
}
div#root {
margin: 0;
}
.header-middle {
text-align: start;
}
div.header-right {
text-align: center;
}
table.pure-table-horizontal td:nth-child(2) {
text-align: left;
}
}
@media screen and (max-width: 63em) {
.form-container {
margin-top: 1.5em;
}
}
.header-right {
text-align: right;
}
.header-middle {
text-align: center;
}
tr, .pure-menu-link {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.pure-menu-active>.pure-menu-link, .pure-menu-link:focus, .pure-menu-link:hover {
background-color: transparent;
opacity: 0.5;
}
body,
.pure-g [class*=pure-u]
h1, h2, h3 {
font-family: 'fabrik', 'Ubuntu', sans-serif;
}
.lightGrey {
color: #929292;
line-height: 1.75em;
letter-spacing: 0.5px;
}
.pure-table {
border: none;
width: 100%;
}
.pure-table-horizontal td, .pure-table-horizontal th {
border-bottom: 1.5px solid #a2a1a1;
border-top: 1.5px solid #a2a1a1;
}
.pure-table-horizontal td:nth-child(2) {
text-align: right;
font-weight: bold;
}
.pure-table-horizontal tbody>tr:last-child {
border-bottom: 1.5px solid #a2a1a1;
}
.pure-table a {
color: #362a59;
font-weight: bold;
text-decoration: none;
}
.pure-table a:hover {
color: #485592;
}
.fa.fa-files-o {
color: #fff;
background-color: #485592;
border: 1.5px solid #cecece;
margin-left: 5px;
}
#tooltip {
padding: 2px;
font-size: 12px;
text-align: center;
border-radius: 5px;
background-color: #000;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
opacity: 0;
height: 0px;
visibility: hidden;
}
.font-50 {
font-size: 50px;
}
.purple {
color: #485592;
}
.bold-link {
text-decoration: none;
font-weight: bold;
}
.show#tooltip {
height: 15px;
opacity: 0.5;
visibility: visible;
}
#amount {
border-radius: 0;
border: 1px solid #485592;
padding: 0.5em;
}
#buy {
background-color: #485592;
border-radius: 0;
padding: 0.5em;
border: 1px solid #303961;
font-size: 1em;
}
code {
display: block;
margin: 20px 0 15px 0;
padding: 10px;
background: #eee;
}
.container {
box-sizing: border-box;
width: 100%;
padding: 45px 20px;
}
.pure-button-primary {
background-color: #0c1a2b;
}
.pure-button-primary:hover {
background-color: #233e5e;
}
.pure-form input[type="text"]:focus {
border-color: #0c1a2b;
}
/* NAVBAR */
.navbar {
display: flex;
height: 10%;
padding: 5px;
align-items: center;
color: #485592;
justify-content: space-between;
}
.fa {
color: #000;
padding: 0.5em 0.2em;
}
.site-logo {
font-size: 0;
width: 150px;
height: 150px;
background: transparent url(./img/Anastasia.jpg) no-repeat center center/contain;
box-shadow: 0 0 25px 5px white inset;
}
.navbar .pure-menu-heading {
font-weight: bold;
text-transform: none;
}
.navbar .uport-logo {
height: 16px;
margin-right: 10px;
}
.uppercase {
text-transform: uppercase;
}
.error {
background: rgba(249, 92, 92, 0.2);
}
.swal-footer {
background-color: rgb(245, 248, 250);
margin-top: 32px;
border-top: 1px solid #E9EEF1;
overflow: hidden;
text-align: center;
} | src/App.css | body,
.pure-g [class*=pure-u] {
font-family: 'Noto Sans', sans-serif;
}
.pure-g {
letter-spacing: 0;
}
@media screen and (max-width: 48em) {
#nav {
text-align: center;
}
h1, h1.font-50 {
font-size: 1.5em;
}
div#root {
margin: 0;
}
.header-middle {
text-align: start;
}
div.header-right {
text-align: center;
}
table.pure-table-horizontal td:nth-child(2) {
text-align: left;
}
}
@media screen and (max-width: 63em) {
.form-container {
margin-top: 1.5em;
}
}
.header-right {
text-align: right;
}
.header-middle {
text-align: center;
}
tr, .pure-menu-link {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.pure-menu-active>.pure-menu-link, .pure-menu-link:focus, .pure-menu-link:hover {
background-color: transparent;
opacity: 0.5;
}
body,
.pure-g [class*=pure-u]
h1, h2, h3 {
font-family: 'fabrik', 'Ubuntu', sans-serif;
}
.lightGrey {
color: #929292;
line-height: 1.75em;
letter-spacing: 0.5px;
}
.pure-table {
border: none;
width: 100%;
}
.pure-table-horizontal td, .pure-table-horizontal th {
border-bottom: 1.5px solid #a2a1a1;
border-top: 1.5px solid #a2a1a1;
}
.pure-table-horizontal td:nth-child(2) {
text-align: right;
font-weight: bold;
}
.pure-table-horizontal tbody>tr:last-child {
border-bottom: 1.5px solid #a2a1a1;
}
.pure-table a {
color: #362a59;
font-weight: bold;
text-decoration: none;
}
.pure-table a:hover {
color: #485592;
}
.fa.fa-files-o {
color: #fff;
background-color: #485592;
border: 1.5px solid #cecece;
margin-left: 5px;
}
#tooltip {
padding: 2px;
font-size: 12px;
text-align: center;
border-radius: 5px;
background-color: #000;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
opacity: 0;
height: 0px;
visibility: hidden;
}
.font-50 {
font-size: 50px;
}
.purple {
color: #485592;
}
.bold-link {
text-decoration: none;
font-weight: bold;
}
.show#tooltip {
height: 15px;
opacity: 0.5;
visibility: visible;
}
#amount {
border-radius: 0;
border: 1px solid #485592;
padding: 0.5em;
}
#buy {
background-color: #485592;
border-radius: 0;
padding: 0.5em;
border: 1px solid #303961;
font-size: 1em;
}
code {
display: block;
margin: 20px 0 15px 0;
padding: 10px;
background: #eee;
}
.container {
box-sizing: border-box;
width: 100%;
padding: 45px 20px;
}
.pure-button-primary {
background-color: #0c1a2b;
}
.pure-button-primary:hover {
background-color: #233e5e;
}
.pure-form input[type="text"]:focus {
border-color: #0c1a2b;
}
/* NAVBAR */
.navbar {
display: flex;
height: 10%;
padding: 5px;
align-items: center;
color: #485592;
justify-content: space-between;
}
.fa {
color: #000;
padding: 0.5em 0.2em;
}
.site-logo {
font-size: 0;
width: 150px;
height: 150px;
background: transparent url(./img/Anastasia.jpg) no-repeat center center/contain;
box-shadow: 0 0 25px 5px white inset;
}
.navbar .pure-menu-heading {
font-weight: bold;
text-transform: none;
}
.navbar .uport-logo {
height: 16px;
margin-right: 10px;
}
.uppercase {
text-transform: uppercase;
}
.error {
background: rgba(249, 92, 92, 0.2);
}
.swal-footer {
background-color: rgb(245, 248, 250);
margin-top: 32px;
border-top: 1px solid #E9EEF1;
overflow: hidden;
text-align: center;
} | 0.355663 | 0.117016 |
padding: 0;
margin: 0;
height: 100%;
width: 100%;
font-family: 'Open Sans', sans-serif;
position: absolute;
}
#title{
float:left;
padding:20px;
font-size: 30px;
}
#data{
margin-top: 100px;
text-align: center;
padding-bottom: 100px;
}
h1{
font-size: 20px;
}
h1 span{
color: var(--themeh);
text-align: right;
}
.data-catagory{
display: block;
width: 90%;
max-width: 90%;
margin: 0px auto;
cursor: pointer;
background-color: var(--theme3);
color: var(--themeh);
border-radius: 3px;
margin-bottom: 10px;
-webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.1);
-moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.1);
box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.1);
}
.data-header{
background-color: var(--theme2);
color: var(--themeh);
padding-top: 3px;
padding-bottom: 3px;
width: 100%;
text-align: center;
margin-bottom: 10px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.elem-div{
max-width: 40%;
width: 300px;
display: inline-block;
height: 55px;
border-radius: 3px;
padding-left: 30px;
text-align: left;
margin-bottom:10px;
margin-left: 5px;
margin-right: 5px;
}
@media only screen and (max-width: 800px) {
.elem-div{
max-width: 80%;
width: 80%;
}
}
.elem-1{
background-color: var(--theme4);
}
.elem-0{
background-color: var(--theme4);
}
input[type="radio"]:checked+label{
font-weight: bold;
text-decoration: underline;
}
input[type="radio"]:checked{
background-color: white;
color: green;
font-size: 20px;
}
.form-radio
{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
position: relative;
background-color: #f1f1f1;
color: var(--themeh);
top: 10px;
height: 30px;
width: 30px;
border: 0;
border-radius: 50px;
cursor: pointer;
margin-right: 7px;
outline: none;
}
.form-radio:checked::before
{
position: absolute;
font: 13px/1 'Open Sans', sans-serif;
left: 11px;
top: 7px;
content: '\02143';
transform: rotate(40deg);
}
.form-radio:hover
{
background-color: var(--theme4);
}
.form-radio:checked
{
background-color: #f1f1f1;
}
input[type="checkbox"]:checked+label{
font-weight: bold;
text-decoration: underline;
}
input[type="checkbox"]:checked{
background-color: white;
color: green;
font-size: 20px;
}
.form-check
{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
position: relative;
background-color: #f1f1f1;
color: var(--themeh);
top: 10px;
height: 30px;
width: 30px;
border: 0;
border-radius: 2px;
cursor: pointer;
margin-right: 7px;
outline: none;
}
.form-check:checked::before
{
position: absolute;
font: 13px/1 'Open Sans', sans-serif;
left: 11px;
top: 7px;
content: '\02143';
transform: rotate(40deg);
}
.form-check:hover
{
background-color: var(--theme4);
}
.form-check:checked
{
background-color: #f1f1f1;
}
label
{
font: 15px/1.7 'Open Sans', sans-serif;
color: var(--themep);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor: pointer;
}
#data-prompt-box{
background-color: var(--theme1);
color: var(--theme1);
position: fixed;
bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
width: 100%;
height: 40px;
}
#data-prompt-box #text{
height: 20px;
width: 100%;
}
#data-prompt-box #buttons{
text-align: left;
background-color: var(--theme1);
width: 100%;
height: 20px;
}
#data-prompt{
transition-duration: 1s;
}
#prompt-text #data-prompt{
background: -webkit-linear-gradient(white,lightgray);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 17px;
}
#button_permalink{
margin-left: 20px;
position: absolute;
bottom:0px;
color: gray;
font-size: 20px;
background-color: #ddd;
opacity:1.0;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding: 5px;
}
#button_permalink:disabled
{
background-color: #999;
opacity:0.1;
}
#button_permalink:hover{
background-color: #bbb;
}
#button_csv{
margin-left: 20px;
position: absolute;
bottom:0px;
color: gray;
font-size: 20px;
background-color: #ddd;
opacity:1.0;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding: 5px;
}
#button_csv:disabled
{
background-color: #999;
opacity:0.1;
}
#button_csv:hover{
background-color: #bbb;
}
#button_details{
margin-left: 20px;
position: absolute;
bottom:0px;
color: gray;
font-size: 20px;
background-color: #ddd;
opacity:0.5;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding: 5px;
}
#button_details:hover{
background-color: #bbb;
}
.data-catagory-simple .detailed_info{
display: none;
}
.data-catagory-detail .detailed_info{
display: inline;
}
.lds-ellipsis {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-ellipsis div {
position: absolute;
top: 27px;
width: 11px;
height: 11px;
border-radius: 50%;
background: #000;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 6px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 6px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 26px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 45px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(19px, 0);
}
} | public/css/data.css | padding: 0;
margin: 0;
height: 100%;
width: 100%;
font-family: 'Open Sans', sans-serif;
position: absolute;
}
#title{
float:left;
padding:20px;
font-size: 30px;
}
#data{
margin-top: 100px;
text-align: center;
padding-bottom: 100px;
}
h1{
font-size: 20px;
}
h1 span{
color: var(--themeh);
text-align: right;
}
.data-catagory{
display: block;
width: 90%;
max-width: 90%;
margin: 0px auto;
cursor: pointer;
background-color: var(--theme3);
color: var(--themeh);
border-radius: 3px;
margin-bottom: 10px;
-webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.1);
-moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.1);
box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.1);
}
.data-header{
background-color: var(--theme2);
color: var(--themeh);
padding-top: 3px;
padding-bottom: 3px;
width: 100%;
text-align: center;
margin-bottom: 10px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.elem-div{
max-width: 40%;
width: 300px;
display: inline-block;
height: 55px;
border-radius: 3px;
padding-left: 30px;
text-align: left;
margin-bottom:10px;
margin-left: 5px;
margin-right: 5px;
}
@media only screen and (max-width: 800px) {
.elem-div{
max-width: 80%;
width: 80%;
}
}
.elem-1{
background-color: var(--theme4);
}
.elem-0{
background-color: var(--theme4);
}
input[type="radio"]:checked+label{
font-weight: bold;
text-decoration: underline;
}
input[type="radio"]:checked{
background-color: white;
color: green;
font-size: 20px;
}
.form-radio
{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
position: relative;
background-color: #f1f1f1;
color: var(--themeh);
top: 10px;
height: 30px;
width: 30px;
border: 0;
border-radius: 50px;
cursor: pointer;
margin-right: 7px;
outline: none;
}
.form-radio:checked::before
{
position: absolute;
font: 13px/1 'Open Sans', sans-serif;
left: 11px;
top: 7px;
content: '\02143';
transform: rotate(40deg);
}
.form-radio:hover
{
background-color: var(--theme4);
}
.form-radio:checked
{
background-color: #f1f1f1;
}
input[type="checkbox"]:checked+label{
font-weight: bold;
text-decoration: underline;
}
input[type="checkbox"]:checked{
background-color: white;
color: green;
font-size: 20px;
}
.form-check
{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
position: relative;
background-color: #f1f1f1;
color: var(--themeh);
top: 10px;
height: 30px;
width: 30px;
border: 0;
border-radius: 2px;
cursor: pointer;
margin-right: 7px;
outline: none;
}
.form-check:checked::before
{
position: absolute;
font: 13px/1 'Open Sans', sans-serif;
left: 11px;
top: 7px;
content: '\02143';
transform: rotate(40deg);
}
.form-check:hover
{
background-color: var(--theme4);
}
.form-check:checked
{
background-color: #f1f1f1;
}
label
{
font: 15px/1.7 'Open Sans', sans-serif;
color: var(--themep);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor: pointer;
}
#data-prompt-box{
background-color: var(--theme1);
color: var(--theme1);
position: fixed;
bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
width: 100%;
height: 40px;
}
#data-prompt-box #text{
height: 20px;
width: 100%;
}
#data-prompt-box #buttons{
text-align: left;
background-color: var(--theme1);
width: 100%;
height: 20px;
}
#data-prompt{
transition-duration: 1s;
}
#prompt-text #data-prompt{
background: -webkit-linear-gradient(white,lightgray);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 17px;
}
#button_permalink{
margin-left: 20px;
position: absolute;
bottom:0px;
color: gray;
font-size: 20px;
background-color: #ddd;
opacity:1.0;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding: 5px;
}
#button_permalink:disabled
{
background-color: #999;
opacity:0.1;
}
#button_permalink:hover{
background-color: #bbb;
}
#button_csv{
margin-left: 20px;
position: absolute;
bottom:0px;
color: gray;
font-size: 20px;
background-color: #ddd;
opacity:1.0;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding: 5px;
}
#button_csv:disabled
{
background-color: #999;
opacity:0.1;
}
#button_csv:hover{
background-color: #bbb;
}
#button_details{
margin-left: 20px;
position: absolute;
bottom:0px;
color: gray;
font-size: 20px;
background-color: #ddd;
opacity:0.5;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding: 5px;
}
#button_details:hover{
background-color: #bbb;
}
.data-catagory-simple .detailed_info{
display: none;
}
.data-catagory-detail .detailed_info{
display: inline;
}
.lds-ellipsis {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-ellipsis div {
position: absolute;
top: 27px;
width: 11px;
height: 11px;
border-radius: 50%;
background: #000;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 6px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 6px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 26px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 45px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(19px, 0);
}
} | 0.294519 | 0.062904 |
html, body {
font-size: 16px
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700!important
}
h1 {
font-size: 2.25rem
}
h2 {
font-size: 1.875rem
}
h3 {
font-size: 1.5rem
}
h4 {
font-size: 1.125rem
}
h5 {
font-size: 1rem
}
h6 {
font-size: .75rem
}
.btn-group>.btn, .btn {
font-size: 1rem
}
.btn-group-sm>.btn, .btn-sm {
font-size: .75rem
}
.btn-group-lg>.btn, .btn-lg {
font-size: 1.125rem
}
.text-primary, a.text-primary, a.text-primary:visited {
color: #112158
}
.text-accented, a.text-accented, a.text-accented:visited {
color: #393
}
.text-selected, .text-active, a, a:visited {
color: #428bca
}
.text-gray-dk {
color: #333
}
.text-gray-md {
color: #777
}
.text-gray-lt {
color: #bbb
}
.text-gray-xlt {
color: #ddd
}
.text-white {
color: #fff
}
.text-danger {
color: #d9534f
}
.primary {
background-color: #112158;
border-color: #0d1943;
color: #fff
}
.accented {
background-color: #393;
border-color: #2d862d;
color: #fff
}
.selected, .active {
background-color: #428bca;
border-color: #357ebd;
color: #fff
}
.success {
background-color: #5cb85c;
border-color: #4cae4c;
color: #333
}
.info {
background-color: #5bc0de;
border-color: #46b8da;
color: #333
}
.warning {
background-color: #f0ad4e;
border-color: #eea236;
color: #333
}
.danger {
background-color: #d9534f;
border-color: #d43f3a;
color: #333
}
.gray-dk {
background-color: #333;
border-color: #262626;
color: #fff
}
.gray-md {
background-color: #777;
border-color: #6a6a6a;
color: #fff
}
.gray-lt {
background-color: #bbb;
border-color: #aeaeae;
color: #333
}
.gray-xlt {
background-color: #ddd;
border-color: #d0d0d0;
color: #333
}
.t-bg-transparent {
background-color: transparent
}
.t-bg--white {
background-color: #fff
}
.t-fg--white {
color: #fff
}
.t-bg--accent {
background-color: #393
}
.t-fg--accent {
color: #393
}
.t-bg--primary {
background-color: #112158
}
.t-fg--primary {
color: #112158
}
.t-bg--danger {
background-color: #d9534f
}
.t-fg--danger {
color: #d9534f
}
.t-bg--success {
background-color: #5cb85c
}
.t-fg--success {
color: #5cb85c
}
.t-bg--warning {
background-color: #f0ad4e
}
.t-fg--warning {
color: #f0ad4e
}
.t-bg--info {
background-color: #5bc0de
}
.t-fg--info {
color: #5bc0de
}
.t-bg--selected {
background-color: #428bca
}
.t-fg--selected {
color: #428bca
}
.t-bg--wild {
background-color: #ff009a
}
.t-fg--wild {
color: #ff009a
}
.t-bg--gray-dk {
background-color: #333
}
.t-fg--gray-dk {
color: #333
}
.t-bg--gray-md {
background-color: #777
}
.t-fg--gray-md {
color: #777
}
.t-bg--gray-lt {
background-color: #bbb
}
.t-fg--gray-lt {
color: #bbb
}
.t-bg--gray-xlt {
background-color: #ddd
}
.t-fg--gray-xlt {
color: #ddd
}
.badge.badge-accented {
background-color: #393
}
.badge.badge-primary {
background-color: #428bca
}
.badge.badge-danger {
background-color: #d9534f
}
.badge.badge-info {
background-color: #5bc0de
}
.u-pd--xs, .pd-xs {
padding: .125em
}
.u-pd--sm, .pd-sm {
padding: .25em
}
.u-pd--md, .pd-md {
padding: .5em
}
.u-pd--lg, .pd-lg {
padding: .75em
}
.u-pd--xlg, .pd-xlg {
padding: 1em
}
.u-pd--xxlg, .pd-xxlg {
padding: 1.5em
}
.u-pd--xxxlg, .pd-xxxlg {
padding: 2em
}
.u-pd-top--xs {
padding-top: .125em
}
.u-pd-top--sm {
padding-top: .25em
}
.u-pd-top--md {
padding-top: .5em
}
.u-pd-top--lg {
padding-top: .75em
}
.u-pd-top--xlg {
padding-top: 1em
}
.u-pd-top--xxlg {
padding-top: 1.5em
}
.u-pd-top--xxxlg {
padding-top: 2em
}
.u-pd-bottom--xs {
padding-bottom: .125em
}
.u-pd-bottom--sm {
padding-bottom: .25em
}
.u-pd-bottom--md {
padding-bottom: .5em
}
.u-pd-bottom--lg {
padding-bottom: .75em
}
.u-pd-bottom--xlg {
padding-bottom: 1em
}
.u-pd-bottom--xxlg {
padding-bottom: 1.5em
}
.u-pd-bottom--xxxlg {
padding-bottom: 2em
}
.u-pd-left--xs {
padding-left: .125em
}
.u-pd-left--sm {
padding-left: .25em
}
.u-pd-left--md {
padding-left: .5em
}
.u-pd-left--lg {
padding-left: .75em
}
.u-pd-left--xlg {
padding-left: 1em
}
.u-pd-left--xxlg {
padding-left: 1.5em
}
.u-pd-left--xxxlg {
padding-left: 2em
}
.u-pd-right--xs {
padding-right: .125em
}
.u-pd-right--sm {
padding-right: .25em
}
.u-pd-right--md {
padding-right: .5em
}
.u-pd-right--lg {
padding-right: .75em
}
.u-pd-right--xlg {
padding-right: 1em
}
.u-pd-right--xxlg {
padding-right: 1.5em
}
.u-pd-right--xxxlg {
padding-right: 2em
}
.u-mg--xs, .mg-xs {
margin: .125em
}
.u-mg--sm, .mg-sm {
margin: .25em
}
.u-mg--md, .mg-md {
margin: .5em
}
.u-mg--lg, .mg-lg {
margin: .75em
}
.u-mg--xlg, .mg-xlg {
margin: 1em
}
.u-mg--xxlg, .mg-xxlg {
margin: 1.5em
}
.u-mg--xxxlg, .mg-xxxlg {
margin: 2em
}
.u-mg-top--xs {
margin-top: .125em
}
.u-mg-top--sm {
margin-top: .25em
}
.u-mg-top--md {
margin-top: .5em
}
.u-mg-top--lg {
margin-top: .75em
}
.u-mg-top--xlg {
margin-top: 1em
}
.u-mg-top--xxlg {
margin-top: 1.5em
}
.u-mg-top--xxxlg {
margin-top: 2em
}
.u-mg-bottom--xs {
margin-bottom: .125em
}
.u-mg-bottom--sm {
margin-bottom: .25em
}
.u-mg-bottom--md {
margin-bottom: .5em
}
.u-mg-bottom--lg {
margin-bottom: .75em
}
.u-mg-bottom--xlg {
margin-bottom: 1em
}
.u-mg-bottom--xxlg {
margin-bottom: 1.5em
}
.u-mg-bottom--xxxlg {
margin-bottom: 2em
}
.u-mg-left--xs {
margin-left: .125em
}
.u-mg-left--sm {
margin-left: .25em
}
.u-mg-left--md {
margin-left: .5em
}
.u-mg-left--lg {
margin-left: .75em
}
.u-mg-left--xlg {
margin-left: 1em
}
.u-mg-left--xxlg {
margin-left: 1.5em
}
.u-mg-left--xxxlg {
margin-left: 2em
}
.u-mg-right--xs {
margin-right: .125em
}
.u-mg-right--sm {
margin-right: .25em
}
.u-mg-right--md {
margin-right: .5em
}
.u-mg-right--lg {
margin-right: .75em
}
.u-mg-right--xlg {
margin-right: 1em
}
.u-mg-right--xxlg {
margin-right: 1.5em
}
.u-mg-right--xxxlg {
margin-right: 2em
}
.u-text--xs, .text--xs {
font-size: .6em
}
.u-text--sm, .text--sm {
font-size: .85em
}
.u-text--xlg, .text--xlg {
font-size: 2em
}
.u-text--xxlg, .text--xxlg {
font-size: 3em
}
.u-text--xxxlg, .text--xxxlg {
font-size: 4em
}
.small-text, .text-small {
font-size: .85rem
}
.u-text--centered, .text--centered, .text-centered {
text-align: center
}
.u-text--righted, .text--righted, .text-righted, .righted {
text-align: right
}
.child-centered-horizontal {
margin: 0 auto
}
.bordered {
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #bbb
}
.border-primary {
border-color: #112158
}
.border-accented {
border-color: #393
}
.border-wild {
border-color: #ff009a
}
.border-gray-dk {
border-color: #333
}
.border-gray-md {
border-color: #777
}
.border-gray-lt {
border-color: #bbb
}
.border-gray-xlt {
border-color: #ddd
}
.bordered-left {
border-left-width: 1px
}
.bordered-right {
border-right-width: 1px
}
.bordered-top {
border-top-width: 1px
}
.bordered-bottom {
border-bottom-width: 1px
}
.bordered-left-thick {
border-left-width: 3px
}
.bordered-right-thick {
border-right-width: 3px
}
.bordered-top-thick {
border-top-width: 3px
}
.bordered-bottom-thick {
border-bottom-width: 3px
}
.shadowed-left {
box-shadow: -1px 1px 3px rgba(0, 0, 0, .5)
}
.shadowed-right {
box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}
.shadowed-bottom {
box-shadow: 0 1px 3px rgba(0, 0, 0, .5)
}
.shadowed-left-xlt {
box-shadow: -1px 1px 3px rgba(0, 0, 0, .1)
}
.shadowed-right-xlt {
box-shadow: 1px 1px 3px rgba(0, 0, 0, .1)
}
.shadowed-bottom-xlt {
box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}
.shadowed-left-lt {
box-shadow: -1px 1px 3px rgba(0, 0, 0, .25)
}
.shadowed-right-lt {
box-shadow: 1px 1px 3px rgba(0, 0, 0, .25)
}
.shadowed-bottom-lt {
box-shadow: 0 1px 3px rgba(0, 0, 0, .25)
}
.shadowed-left-dk {
box-shadow: -1px 1px 3px rgba(0, 0, 0, .75)
}
.shadowed-right-dk {
box-shadow: 1px 1px 3px rgba(0, 0, 0, .75)
}
.shadowed-bottom-dk {
box-shadow: 0 1px 3px rgba(0, 0, 0, .75)
}
.shadowed-left, .shadowed-right, .shadowed-bottom, .shadowed-left-xlt, .shadowed-right-xlt, .shadowed-bottom-xlt, .shadowed-left-lt, .shadowed-right-lt, .shadowed-bottom-lt, .shadowed-left-dk, .shadowed-right-dk, .shadowed-bottom-dk {
border-collapse: separate
}
table.shadowed-left, table.shadowed-right, table.shadowed-bottom, table.shadowed-left-xlt, table.shadowed-right-xlt, table.shadowed-bottom-xlt, table.shadowed-left-lt, table.shadowed-right-lt, table.shadowed-bottom-lt, table.shadowed-left-dk, table.shadowed-right-dk, table.shadowed-bottom-dk {
border-collapse: collapse
}
.shadowed-edges {
position: relative
}
.shadowed-edges:before, .shadowed-edges:after {
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 20px;
width: 50%;
top: 80%;
max-width: 300px;
background: #777;
box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg)
}
.shadowed-edges:after {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
right: 20px;
left: auto
}
.spin {
-animation: spin .5s infinite linear;
-ms-animation: spin .5s infinite linear;
-webkit-animation: spinwebkit .5s infinite linear;
-moz-animation: spinmoz .5s infinite linear
}
@-webkit-keyframes spin {
from {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg)
}
to {
-webkit-transform: scale(1) rotate(360deg);
transform: scale(1) rotate(360deg)
}
}
@keyframes spin {
from {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg)
}
to {
-webkit-transform: scale(1) rotate(360deg);
transform: scale(1) rotate(360deg)
}
}
@-webkit-keyframes spinwebkit {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg)
}
}
.flip-horizontal {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
-webkit-filter: FlipH;
filter: FlipH;
-ms-filter: "FlipH"
}
.rotate90 {
transition-duration: .2s;
transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
.rotate90.active {
color: #333;
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
.fadein {
transition: .3s linear all;
-webkit-transition: .3s linear all;
-moz-transition: .3s linear all;
-o-transition: .3s linear all
}
.fadein.ng-enter {
opacity: 0
}
.fadein.ng-enter.ng-enter-active {
opacity: 1
}
.fadein.ng-leave {
opacity: 1
}
.fadein.ng-leave.ng-leave-active {
opacity: 0
}
.slide-left, .slide-left-full {
transition: .3s linear all;
-webkit-transition: .3s linear all;
-moz-transition: .3s linear all;
-o-transition: .3s linear all
}
.slide-left.ng-enter {
right: -500px
}
.slide-left.ng-enter.ng-enter-active {
right: 0
}
.slide-left.ng-leave {
right: 0
}
.slide-left.ng-leave-active {
right: -500px
}
.slide-left-full.ng-enter {
left: 100%
}
.slide-left-full.ng-enter.ng-enter-active {
left: 0
}
.slide-left-full.ng-leave {
left: 0
}
.slide-left-full.ng-leave-active {
left: 100%
}
@media (min-width:768px) {
.slide-left.ng-enter, .slide-left.ng-leave-active {
right: -400px
}
}
@media (min-width:768px) and (max-width:991px) {
.slide-left.ng-enter, .slide-left.ng-leave-active {
width: 400px
}
}
@-webkit-keyframes rippleOn {
0% {
opacity: 0
}
50% {
opacity: .3
}
100% {
opacity: 0
}
}
@keyframes rippleOn {
0% {
opacity: 0
}
50% {
opacity: .3
}
100% {
opacity: 0
}
}
@-webkit-keyframes rippleOff {
0% {
opacity: 0
}
50% {
opacity: .3
}
100% {
opacity: 0
}
}
@keyframes rippleOff {
0% {
opacity: 0
}
50% {
opacity: .3
}
100% {
opacity: 0
}
}
body .btn {
font-size: 1rem
}
body .btn.btn-lg {
font-size: 1.25em;
padding: .75em 1em;
line-height: 1.333333
}
body .btn.btn-sm {
padding: .25em .75em;
font-size: .875em;
line-height: 1.5
}
body .btn.btn-xs {
padding: .0625em .3125em;
font-size: .75em;
line-height: 1.5
}
.btn-round {
width: 2.25em;
height: 2.25em;
border-radius: 2.5em;
padding: .125em 0 0
}
.btn-round.btn-sm {
width: 1.875em;
height: 1.875em;
border-radius: 100%;
padding: .1em 0 0!important
}
.btn-round.btn-xs {
width: 1.5em;
height: 1.5em;
border-radius: 100%;
padding: .1em 0 0!important
}
.btn-round.btn-lg {
border-radius: 100%;
padding: 0!important;
width: 2.125em;
height: 2.125em
}
.btn.btn-square {
border-radius: 0
}
.btn.btn-primary, a.btn.btn-primary, .btn.btn-danger, a.btn.btn-danger, .btn.btn-info, a.btn.btn-info, .btn.btn-success, a.btn.btn-success, .btn.btn-warning, a.btn.btn-warning, .btn.btn-wild, a.btn.btn-wild {
color: #fff
}
.btn.btn-accent, a.btn.btn-accent {
background-color: #393;
border-color: #2d862d;
color: #fff
}
.btn.btn-accent:hover, a.btn.btn-accent:hover, .btn.btn-accent:focus, a.btn.btn-accent:focus, .btn.btn-accent.active, a.btn.btn-accent.active {
background-color: #2d862d;
border-color: #267326;
color: #fff
}
.btn.btn-wild, a.btn.btn-wild {
background-color: #e61995;
border-color: #cf1786
}
.btn.btn-wild:hover, a.btn.btn-wild:hover, .btn.btn-wild:focus, a.btn.btn-wild:focus, .btn.btn-wild.active, a.btn.btn-wild.active {
background-color: #cf1786;
border-color: #b81477
}
.btn.btn-white, a.btn.btn-white {
background-color: #fff;
border-color: #eaeaea;
color: #777
}
.btn.btn-white:hover, a.btn.btn-white:hover, .btn.btn-white:focus, a.btn.btn-white:focus, .btn.btn-white.active, a.btn.btn-white.active {
background-color: #eaeaea;
border-color: #dedede;
color: #333
}
.btn.btn-default-outline, .btn.btn-secondary-outline {
background-color: transparent;
border-color: #777;
color: #777
}
.btn.btn-default-outline:hover, .btn.btn-secondary-outline:hover {
background-color: #ddd
}
.btn.btn-primary-outline {
background-color: transparent;
border-color: #337ab7;
color: #337ab7
}
.btn.btn-primary-outline:hover {
background-color: #337ab7;
color: #fff
}
.btn.btn-accent-outline {
background-color: transparent;
border-color: #393;
color: #393
}
.btn.btn-accent-outline:hover {
background-color: #393;
color: #fff
}
.btn.btn-info-outline {
background-color: transparent;
border-color: #5bc0de;
color: #5bc0de
}
.btn.btn-info-outline:hover {
background-color: #5bc0de;
color: #fff
}
.btn.btn-warning-outline {
background-color: transparent;
border-color: #f0ad4e;
color: #f0ad4e
}
.btn.btn-warning-outline:hover {
background-color: #f0ad4e;
color: #fff
}
.btn.btn-danger-outline {
background-color: transparent;
border-color: #d9534f;
color: #d9534f
}
.btn.btn-danger-outline:hover {
background-color: #d9534f;
color: #fff
}
.btn.btn-wild-outline {
background-color: transparent;
border-color: #ff009a;
color: #ff009a
}
.btn.btn-wild-outline:hover {
background-color: #ff009a;
color: #fff
}
.btn.btn-white-outline {
background-color: transparent;
border-color: #fff;
color: #fff
}
.btn.btn-white-outline:hover {
background-color: #fff;
color: #333
}
.btn.btn-link.active {
background-color: transparent;
border-color: transparent
}
.btn .hidden-on-active {
display: initial
}
.active.btn .hidden-on-active {
display: none
}
.btn .visible-on-active {
display: none
}
.active.btn .visible-on-active {
display: initial
}
header .pull-right .btn-account {
padding: 0
}
.btn-account>button, .btn-account>.btn {
color: #777;
padding: 1em .75em;
border: none;
text-decoration: none;
font-size: inherit;
background: 0 0;
transition: background .2s ease
}
.btn-account>button>.glyphicon, .btn-account>.btn>.glyphicon {
background-color: #777;
padding: .25em;
border-radius: 1em;
color: #fff;
vertical-align: bottom;
transition: background .3s ease
}
.btn-account:hover>.btn {
background-color: #eaeaea;
text-decoration: none
}
.btn-account:hover>.btn>.glyphicon {
background-color: #393
}
.btn-account .account-details {
color: #777;
padding: 0 1em
}
.btn-account .account-details .media-heading {
font-weight: 700
}
.btn-account .account-details .glyphicon {
font-size: 6em
}
header .pull-right .btn-account>.btn>.glyphicon, .header__menu li>.btn-group.btn-account>.btn>.glyphicon {
vertical-align: top;
font-size: .75em
}
.btn-group-multi {
position: relative;
width: auto;
height: auto
}
.btn-group-multi .btn {
transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-webkit-transition: all .3s ease-out
}
.btn-group-multi .btn-multi {
position: relative;
z-index: 2;
width: 2.5rem;
height: 2.5rem
}
.btn-group-multi .btn-multi.btn-round.btn-dots {
padding-top: .3rem
}
.btn-group-multi .btn-multi-option {
position: absolute;
top: 1px;
left: 1px;
z-index: 1;
box-shadow: none!important;
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
.btn-group-multi.active {
background: 0 0
}
.btn-group-multi.active.hoverable .btn-multi {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
.btn-group-multi.active .btn-multi-option {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
.btn-group-multi.active .btn-multi-option:nth-child(2) {
top: -3rem
}
.btn-group-multi.active .btn-multi-option:nth-child(3) {
top: -2.12132034rem;
left: 2.12132034rem
}
.btn-group-multi.active .btn-multi-option:nth-child(4) {
left: 3rem
}
.btn-group-multi.active .btn-multi-option:nth-child(5) {
top: 2.12132034rem;
left: 2.12132034rem
}
.btn-group-multi.active .btn-multi-option:nth-child(6) {
top: 3rem
}
.btn-group-multi.active.active .btn-multi .icon-options, .btn-group-multi.active[aria-expanded=true] .btn-multi .icon-options {
background: 0 0
}
.btn-group-multi.active.active .btn-multi .icon-options::before, .btn-group-multi.active[aria-expanded=true] .btn-multi .icon-options::before {
width: 1em;
height: .2em;
left: -.35em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.btn-group-multi.active.active .btn-multi .icon-options::after, .btn-group-multi.active[aria-expanded=true] .btn-multi .icon-options::after {
width: 1em;
height: .2em;
right: -.35em;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.btn-group-multi.active.active .btn-multi .icon-options::before, .btn-group-multi.active[aria-expanded=true] .btn-multi .icon-options::before, .btn-group-multi.active.active .btn-multi .icon-options::after, .btn-group-multi.active[aria-expanded=true] .btn-multi .icon-options::after {
transition: width .3s 0s, height .3s .3s, -webkit-transform .3s .3s;
transition: width .3s 0s, height .3s .3s, transform .3s .3s
}
.btn-group-multi.btn-group-multi-right.active .btn-multi-option:nth-child(2) {
top: -3rem
}
.btn-group-multi.btn-group-multi-right.active .btn-multi-option:nth-child(3) {
top: -2.12132034rem;
left: -2.12132034rem
}
.btn-group-multi.btn-group-multi-right.active .btn-multi-option:nth-child(4) {
left: -3rem
}
.btn-group-multi.btn-group-multi-right.active .btn-multi-option:nth-child(5) {
top: 2.12132034rem;
left: -2.12132034rem
}
.btn-group-multi.btn-group-multi-right.active .btn-multi-option:nth-child(6) {
top: 3rem
}
.btn-group-multi.active, .btn-group-multi.active:focus, .btn-group-multi:active:focus, .btn-group-multi:focus, .btn-group-multi.active.focus, .btn-group-multi:active.focus, .btn-group-multi.focus, .btn-group-multi .btn-multi, .btn-group-multi.active:focus .btn-multi, .btn-group-multi:active:focus .btn-multi, .btn-group-multi:focus .btn-multi, .btn-group-multi.active.focus .btn-multi, .btn-group-multi:active.focus .btn-multi, .btn-group-multi.focus {
outline: 0;
box-shadow: none;
border: none
}
@media (min-width:992px) {
.btn-group-multi.hoverable:hover .btn-multi {
transform: rotate(90deg);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg)
}
.btn-group-multi.hoverable:hover .btn-multi-option {
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg)
}
.btn-group-multi.hoverable:hover .btn-multi-option:nth-child(2) {
top: -3rem
}
.btn-group-multi.hoverable:hover .btn-multi-option:nth-child(3) {
top: -2.12132034rem;
left: 2.12132034rem
}
.btn-group-multi.hoverable:hover .btn-multi-option:nth-child(4) {
left: 3rem
}
.btn-group-multi.hoverable:hover .btn-multi-option:nth-child(5) {
top: 2.12132034rem;
left: 2.12132034rem
}
.btn-group-multi.hoverable:hover .btn-multi-option:nth-child(6) {
top: 3rem
}
.btn-group-multi.btn-group-multi-right.hoverable:hover .btn-multi-option:nth-child(2) {
top: -3rem
}
.btn-group-multi.btn-group-multi-right.hoverable:hover .btn-multi-option:nth-child(3) {
top: -2.12132034rem;
left: -2.12132034rem
}
.btn-group-multi.btn-group-multi-right.hoverable:hover .btn-multi-option:nth-child(4) {
left: -3rem
}
.btn-group-multi.btn-group-multi-right.hoverable:hover .btn-multi-option:nth-child(5) {
top: 2.12132034rem;
left: -2.12132034rem
}
.btn-group-multi.btn-group-multi-right.hoverable:hover .btn-multi-option:nth-child(6) {
top: 3rem
}
}
.btn-info>.icon-options, .btn-primary>.icon-options, .btn-accent>.icon-options, .btn-wild>.icon-options, .btn-danger>.icon-options {
background: #fff
}
.btn-info>.icon-options::before, .btn-primary>.icon-options::before, .btn-accent>.icon-options::before, .btn-wild>.icon-options::before, .btn-danger>.icon-options::before, .btn-info>.icon-options::after, .btn-primary>.icon-options::after, .btn-accent>.icon-options::after, .btn-wild>.icon-options::after, .btn-danger>.icon-options::after {
background-color: #fff
}
.btn-info>.icon-hamburger-menu, .btn-primary>.icon-hamburger-menu, .btn-accent>.icon-hamburger-menu, .btn-wild>.icon-hamburger-menu, .btn-danger>.icon-hamburger-menu {
background: #fff
}
.btn-info>.icon-hamburger-menu::before, .btn-primary>.icon-hamburger-menu::before, .btn-accent>.icon-hamburger-menu::before, .btn-wild>.icon-hamburger-menu::before, .btn-danger>.icon-hamburger-menu::before, .btn-info>.icon-hamburger-menu::after, .btn-primary>.icon-hamburger-menu::after, .btn-accent>.icon-hamburger-menu::after, .btn-wild>.icon-hamburger-menu::after, .btn-danger>.icon-hamburger-menu::after {
background-color: #fff
}
.btn-info>.icon-hamburger-menu::before, .btn-primary>.icon-hamburger-menu::before, .btn-accent>.icon-hamburger-menu::before, .btn-wild>.icon-hamburger-menu::before, .btn-danger>.icon-hamburger-menu::before {
border-bottom-color: #fff
}
.btn-info>.icon-hamburger-menu::after, .btn-primary>.icon-hamburger-menu::after, .btn-accent>.icon-hamburger-menu::after, .btn-wild>.icon-hamburger-menu::after, .btn-danger>.icon-hamburger-menu::after {
border-top-color: #fff
}
.btn-info>.icon-search::before, .btn-primary>.icon-search::before, .btn-accent>.icon-search::before, .btn-wild>.icon-search::before, .btn-danger>.icon-search::before {
border-color: #fff
}
.btn-info>.icon-search::after, .btn-primary>.icon-search::after, .btn-accent>.icon-search::after, .btn-wild>.icon-search::after, .btn-danger>.icon-search::after {
background-color: #fff
}
.btn-info>.icon-checked, .btn-primary>.icon-checked, .btn-accent>.icon-checked, .btn-wild>.icon-checked, .btn-danger>.icon-checked {
border-color: #fff
}
.btn-info>.icon-checked::after, .btn-primary>.icon-checked::after, .btn-accent>.icon-checked::after, .btn-wild>.icon-checked::after, .btn-danger>.icon-checked::after {
border-right-color: #fff;
border-top-color: #fff
}
.icon-hamburger-menu {
display: inline-block;
position: relative;
width: 1em;
height: .125em;
background: #777;
vertical-align: middle;
margin-bottom: .25em;
border-radius: 2px;
transition: background 0s .3s
}
.icon-hamburger-menu::before, .icon-hamburger-menu::after {
position: absolute;
display: block;
left: 0;
width: 100%;
height: 1px;
background-color: #777;
border-radius: 2px;
content: "";
transition-duration: .3s, .3s;
transition-delay: .3s, 0s
}
.icon-hamburger-menu::before {
top: -.275em;
border-bottom: .15em solid #777;
transition-property: top, -webkit-transform;
transition-property: top, transform
}
.icon-hamburger-menu::after {
bottom: -.275em;
border-top: .15em solid #777;
transition-property: bottom, -webkit-transform;
transition-property: bottom, transform
}
.active>.icon-hamburger-menu, .btn[aria-expanded=true] .icon-hamburger-menu {
background: 0 0
}
.active>.icon-hamburger-menu::before, .btn[aria-expanded=true] .icon-hamburger-menu::before {
top: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.active>.icon-hamburger-menu::after, .btn[aria-expanded=true] .icon-hamburger-menu::after {
bottom: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.active>.icon-hamburger-menu::before, .active>.icon-hamburger-menu::after, .btn[aria-expanded=true] .icon-hamburger-menu::before, .btn[aria-expanded=true] .icon-hamburger-menu::after {
transition-delay: 0s, .3s
}
.btn:hover>.icon-hamburger-menu, .hover>.icon-hamburger-menu {
background: #393
}
.active.btn:hover>.icon-hamburger-menu, .active.hover>.icon-hamburger-menu, [aria-expanded=true].btn:hover>.icon-hamburger-menu, [aria-expanded=true].hover>.icon-hamburger-menu {
background: transparent!important
}
.btn:hover>.icon-hamburger-menu::before, .hover>.icon-hamburger-menu::before {
border-bottom-color: #393!important
}
.btn:hover>.icon-hamburger-menu::after, .hover>.icon-hamburger-menu::after {
border-top-color: #393!important
}
.icon-hamburger-menu.t-light {
background: #fff
}
.icon-hamburger-menu.t-light::before, .icon-hamburger-menu.t-light::after {
background-color: #fff
}
.icon-hamburger-menu.t-light::before {
border-bottom-color: #fff
}
.icon-hamburger-menu.t-light::after {
border-top-color: #fff
}
.icon-options {
display: inline-block;
position: relative;
width: .3em;
height: .3em;
background: #777;
vertical-align: middle;
margin: 0 .5em;
border-radius: .5em;
transition: background 0s .3s
}
.icon-options::before, .icon-options::after {
position: absolute;
display: block;
width: .3em;
height: .3em;
background-color: #777;
content: "";
border-radius: .5em;
transition: width .3s .3s, height .3s 0s, -webkit-transform .3s 0s;
transition: width .3s .3s, height .3s 0s, transform .3s 0s
}
.icon-options::before {
left: -.375em
}
.icon-options::after {
right: -.375em
}
.active>.icon-options, .btn[aria-expanded=true] .icon-options, .expanded>.icon-options {
background: 0 0
}
.active>.icon-options::before, .btn[aria-expanded=true] .icon-options::before, .expanded>.icon-options::before {
width: 1em;
height: .2em;
left: -.35em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.active>.icon-options::after, .btn[aria-expanded=true] .icon-options::after, .expanded>.icon-options::after {
width: 1em;
height: .2em;
right: -.35em;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.active>.icon-options::before, .active>.icon-options::after, .btn[aria-expanded=true] .icon-options::before, .btn[aria-expanded=true] .icon-options::after, .expanded>.icon-options::before, .expanded>.icon-options::after {
transition: width .3s 0s, height .3s .3s, -webkit-transform .3s .3s;
transition: width .3s 0s, height .3s .3s, transform .3s .3s
}
.icon-options.text-active, .icon-options.text-active::before, .icon-options.text-active::after {
background: #428bca
}
.active>.icon-options.text-active, .btn[aria-expanded=true] .icon-options.text-active, .expanded>.icon-options.text-active {
background: 0 0
}
.icon-options.t-light {
background: #fff
}
.icon-options.t-light::before, .icon-options.t-light::after {
background-color: #fff
}
.icon-options.u-vertical {
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg)
}
.icon-gp {
display: inline-block;
position: relative;
top: 1px;
border: .15em solid #112158;
box-shadow: 0 0 1px #fff;
border-radius: 2px;
padding: 0
}
.icon-gp::after {
content: " ";
display: block;
width: .75em;
height: .75em;
background-color: #fff;
border: .125em solid #393
}
.icon-search {
display: inline-block;
width: 1em;
height: 1em
}
.icon-search::before {
display: block;
content: " ";
border: .2em solid #333;
border-radius: 1em;
width: .9em;
height: .9em;
transition-duration: .2s, .2s;
transition-property: all, -webkit-transform;
transition-property: all, transform
}
.icon-search::after {
display: block;
content: " ";
background-color: #333;
height: .25em;
width: .5em;
-webkit-transform: translate(0.0390625em, -.125em) rotate(45deg);
transform: translate(0.625em, -.125em) rotate(45deg);
transition-duration: .3s, .3s;
transition-property: width, -webkit-transform;
transition-property: width, transform
}
[aria-expanded=true]>.icon-search::before, .active>.icon-search::before {
width: 1em;
height: 1em;
border-style: dotted;
-animation: spin .5s infinite linear;
-ms-animation: spin .5s infinite linear;
-webkit-animation: spinwebkit .5s infinite linear;
-moz-animation: spinmoz .5s infinite linear
}
[aria-expanded=true]>.icon-search::after, .active>.icon-search::after {
width: 0
}
.input-group-slick>.icon-search {
position: absolute;
top: .5em
}
.input-group-slick>.icon-search::before {
border-color: #848484
}
.input-group-slick>.icon-search::after {
background-color: #848484
}
.input-group-slick>.icon-search:first-child {
left: .5em
}
.input-group-slick>.icon-search:last-child {
right: .5em
}
.input-group-slick.active>.icon-search::before {
width: 1em;
height: 1em;
border-style: dotted;
border-color: #333;
-animation: spin .5s infinite linear;
-ms-animation: spin .5s infinite linear;
-webkit-animation: spinwebkit .5s infinite linear;
-moz-animation: spinmoz .5s infinite linear
}
.input-group-slick.active>.icon-search::after {
width: 0
}
.icon-checked {
display: inline-block;
position: relative;
width: 1em;
height: 1em;
border: .1875em solid #333;
border-radius: .1875em
}
.icon-checked::after {
content: '';
display: block;
height: 0;
left: 0;
position: absolute;
top: .375em;
width: 0;
border-right: 0 solid #393;
border-top: 0 solid #393;
-webkit-transform: scaleX(-1) rotate(135deg);
transform: scaleX(-1) rotate(135deg);
-webkit-transform-origin: top left;
transform-origin: top left;
transition: width .3s, height .6s .3s
}
.active>.icon-checked {
background: 0 0
}
.active>.icon-checked::after {
border-right-width: .25em;
border-top-width: .25em;
width: .5em;
height: 1em
}
body .input-group {
font-size: 1rem
}
body .input-group.input-group-sm {
font-size: .75rem
}
body .input-group-addon {
font-size: 1em
}
body .form-control {
font-size: 1rem;
height: 2.25em;
padding: .375em .75em
}
body textarea.form-control {
height: auto
}
body .input-group-lg>.form-control, body .input-group-lg>.input-group-addon, body .input-group-lg>.input-group-btn>.btn {
font-size: 1.125rem;
height: 2.5em;
padding: .556em .889em
}
.input-group-btn:last-child>.btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group-btn:last-child>.btn:not(:last-child) {
border-radius: 0;
margin-left: -1px
}
.input-group-slick {
position: relative;
font-size: 1rem
}
.input-group-slick.active {
background-color: transparent
}
.input-group-lg .input-group-slick {
font-size: 1.25em
}
.input-group-slick.input-group-slick--lg>.glyphicon {
top: .875em
}
.input-group-slick.input-group-slick--lg>.form-control {
font-size: 1.25em;
height: 2.25em
}
.input-group-slick.input-group-slick--sm {
font-size: .875rem
}
.input-group-slick.input-group-slick--sm>.glyphicon {
top: .575em
}
.input-group-slick.input-group-slick--sm>.form-control {
height: 2.125em;
font-size: inherit
}
.input-group-slick>.btn {
position: absolute;
top: 1px;
bottom: 1px
}
.input-group-slick>.btn.active {
border-color: transparent
}
.input-group-slick>.btn:first-child {
left: 1px;
border-style: none solid none none;
border-radius: .25em 0 0 .25em
}
.input-group-slick>.btn:last-child {
right: 1px;
border-style: none none none solid;
border-radius: 0 .25em .25em 0
}
.input-group-slick>.glyphicon {
position: absolute;
top: .625em;
color: #848484
}
.input-group-slick>.glyphicon:first-child {
left: .75em
}
.input-group-slick>.glyphicon:last-child {
right: .75em
}
.input-group-slick>input.form-control {
height: 2.25em;
padding-left: 2.5rem;
padding-right: 2.5rem
}
.input-group-slick>input.form-control:first-child {
padding-left: .75em
}
.input-group-slick>input.form-control:last-child {
padding-right: .75em
}
.input-group-slick>input.form-control::-ms-clear {
display: none
}
.input-group-slick>select.form-control:first-child {
text-indent: 0!important
}
.input-group-slick>select.form-control:not(:first-child) {
text-indent: 2em
}
.input-group-slick>.btn+select.form-control {
text-indent: 2.5em
}
.input-group .input-group-slick {
display: table-cell
}
.input-group .input-group-slick>.glyphicon {
z-index: 3000
}
.input-group .input-group-slick .input-group-btn .btn {
padding: .375rem .75rem
}
.input-group .input-group-slick {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0
}
.input-group .input-group-slick:first-child>.form-control {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}
.input-group .input-group-slick:last-child>.form-control {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.input-group>select {
height: 36px
}
.form-group-slick {
position: relative
}
.form-group-slick .indicators {
position: absolute;
top: .625em;
z-index: 3001
}
.form-group-slick .indicators:last-child {
right: .75em
}
.form-group-slick .is-valid {
color: #393
}
.form-group-slick .is-invalid {
color: #d9534f
}
.form-group-slick .form-control.ng-valid~.indicators .is-valid, .form-group-slick .form-control.ng-valid~.indicators .is-invalid {
display: none
}
.form-group-slick .form-control.ng-not-empty.ng-valid~.indicators .is-valid {
display: block
}
.form-group-slick [required].form-control.ng-invalid {
border-color: #d9534f
}
.form-group-slick .form-control.ng-invalid~.indicators .is-invalid {
display: block
}
.form-group-slick .form-control.ng-invalid~.indicators .is-valid {
display: none
}
.form-group-slick .input-group-slick--lg .indicators {
top: .875em
}
.form-group-slick .input__display {
word-break: break-all
}
.form-group-slick .input__display:not(.is-read-only) {
cursor: pointer
}
.form-group-slick .input__display.is-read-only {
cursor: not-allowed
}
.form-group-slick .input-group .input-group-addon, .form-group-slick .input-group .input-group-btn {
vertical-align: bottom
}
[uib-datepicker].ng-valid {
padding: .25em;
border: 2px solid transparent
}
[uib-datepicker].ng-invalid {
padding: .25em;
border: 2px solid #d9534f
}
.form-group.t-material {
position: relative;
font-size: 1em;
padding-top: .75em;
margin-top: 1em;
margin-bottom: .5em
}
.form-group.t-material .form-group-icon {
position: absolute;
top: 1.35em;
left: 0;
height: 1.25em;
width: 1.25em;
overflow: hidden
}
.form-group.t-material.form-group-sm .form-group-icon {
font-size: .875em
}
.form-group.t-material .control-label {
position: absolute;
margin-bottom: 0;
font-weight: 500;
color: #333
}
.form-group.t-material .control-label.u-floating {
top: 1.25em;
left: 0;
font-size: 1em;
line-height: 1.42857143;
pointer-events: none;
transition: .3s ease all;
will-change: left, top, contents
}
.form-group.t-material.has-icon .control-label {
left: 1.5em
}
.form-group.t-material.is-required .control-label:after {
content: " *";
color: red
}
.form-group.t-material.form-group-sm .control-label {
font-size: .875em
}
.form-group.t-material .control-label.u-static, .form-group.t-material.is-focused .control-label.u-floating, .form-group.t-material:not(.is-empty) .control-label.u-floating {
top: 0;
left: 0;
font-size: .75em;
line-height: 1.07142857
}
.form-group.t-material.is-focused .control-label {
color: #393
}
.form-group.t-material:not(.is-focused) .control-label.u-static, .form-group.t-material:not(.is-focused):not(.is-empty) .control-label.u-floating {
color: #777
}
.form-group.t-material .help-block {
font-size: .75em;
color: #919191
}
.form-group.t-material.has-error .help-block {
color: #d9534f
}
.form-group.t-material.has-success .help-block {
color: #5cb85c
}
.form-group.t-material .help-block.is-revealable {
opacity: 0;
transition: .3s ease all
}
.form-group.t-material.is-focused .help-block.is-revealable {
opacity: 1
}
.form-group.t-material .input-group-addon, .form-group.t-material .input-group-btn {
padding: 0;
border: 0;
border-radius: 0;
background-image: linear-gradient(#393, #393), linear-gradient(#bbb, #bbb);
background-size: 0 2px, 100% 1px;
background-repeat: no-repeat;
background-position: right bottom, right calc(99%);
background-color: transparent;
transition: background 0s ease-out
}
.form-group.t-material .input-group-addon>.btn, .form-group.t-material .input-group-btn>.btn {
font-size: .85em
}
.form-group.t-material.is-focused .input-group-addon, .form-group.t-material.is-focused .input-group-btn {
outline: 0;
background-image: linear-gradient(#393, #393), linear-gradient(#bbb, #bbb);
background-size: 100% 2px, 100% 1px;
box-shadow: none;
transition-duration: .3s
}
.form-group.t-material.form-group-sm .input-group-addon>.btn, .form-group.t-material.form-group-sm .input-group-btn>.btn {
font-size: .7em
}
.form-group.t-material .form-control {
padding: .5em 0 0;
background-color: transparent;
border: 0;
background-image: linear-gradient(#393, #393), linear-gradient(#bbb, #bbb);
background-size: 0 2px, 100% 1px;
background-repeat: no-repeat;
background-position: center bottom, center calc(99%);
background-color: transparent;
transition: background 0s ease-out;
float: none;
box-shadow: none;
border-radius: 0
}
.form-group.t-material.has-error .form-control {
background-image: linear-gradient(#393, #393), linear-gradient(#d9534f, #d9534f)
}
.form-group.t-material .form-control:focus, .form-group.t-material.is-focused .form-control {
outline: 0;
background-image: linear-gradient(#393, #393), linear-gradient(#bbb, #bbb);
background-size: 100% 2px, 100% 1px;
box-shadow: none;
transition-duration: .3s
}
.form-group.t-material.has-icon .form-control {
padding-left: 1.5em
}
.form-group.t-material.form-group-sm .form-control {
font-size: .75em
}
.form-group.t-material select.form-control {
-webkit-appearance: none
}
.form-group.t-material .form-control[type=checkbox], .form-group.t-material .form-control[type=radio] {
position: relative;
display: inline-block;
width: 1em;
height: 1.5em;
margin: .5em .25em 0 0
}
.form-group.t-material .form-control[type=checkbox]:before, .form-group.t-material .form-control[type=radio]:before {
content: " ";
position: absolute;
bottom: -.175em;
left: -.5em;
width: 2em;
height: 2em;
background-color: rgba(51, 153, 51, .84);
border-radius: 100%;
opacity: 0
}
.form-group.t-material.form-group-sm .form-control[type=checkbox], .form-group.t-material.form-group-sm .form-control[type=radio] {
height: 1.25em;
margin-top: .75em
}
.form-group.t-material.form-group-sm .form-control[type=checkbox]:before, .form-group.t-material.form-group-sm .form-control[type=radio]:before {
bottom: -.2em;
left: -.5em
}
.form-group.t-material .form-control[type=checkbox]:focus:checked:before, .form-group.t-material .form-control[type=radio]:focus:checked:before {
-webkit-animation: rippleOn 500ms forwards;
animation: rippleOn 500ms forwards
}
.form-group.t-material .form-control[type=checkbox]:focus:not(:checked):before, .form-group.t-material .form-control[type=radio]:focus:not(:checked):before {
-webkit-animation: rippleOff 500ms forwards;
animation: rippleOff 500ms forwards
}
.form-group.t-material .form-control[type=checkbox]+.control-label, .form-group.t-material .form-control[type=radio]+.control-label {
position: relative;
vertical-align: top;
padding-top: .35em
}
.form-group.t-material.is-focused .form-control[type=checkbox]+.control-label, .form-group.t-material.is-focused .form-control[type=radio]+.control-label {
color: #333
}
.form-group.t-material .input-group-slick .form-control:not(:last-child) {
padding-right: 2em
}
.form-group.t-material .input-group-slick>.glyphicon:last-child {
right: 0;
top: 1em
}
.form-group.t-material.switch, .form-group.t-material.switch * {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none
}
.form-group.t-material.switch input[type=checkbox] {
opacity: 0;
width: 0;
height: 0
}
.form-group.t-material.switch input[type=checkbox]:checked+.lever {
background-color: rgba(51, 153, 51, .75)
}
.form-group.t-material.switch .lever {
position: relative;
width: 2.5em;
height: 1em;
background-color: #777;
border-radius: 1em;
transition: background .3s ease;
vertical-align: middle;
margin: 0 1em
}
.form-group.t-material.switch .lever, .form-group.t-material.switch .lever:after {
content: "";
display: inline-block
}
.form-group.t-material.switch input[type=checkbox]:checked+.lever:after {
left: 1.5em
}
.form-group.t-material.switch input[type=checkbox]:checked+.lever:after {
background-color: #393
}
.form-group.t-material.switch .lever:after {
position: absolute;
left: -5px;
top: -3px;
width: 1.5em;
height: 1.5em;
background-color: #ddd;
border-radius: 100%;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .4);
transition: left .3s ease, background .3s ease, box-shadow .1s ease
}
.form-group.t-material.switch .off-label, .form-group.t-material.switch .on-label {
display: inline-block;
margin-bottom: -.125em;
font-weight: 500;
vertical-align: bottom
}
.form-group.t-material.form-group-sm.switch .lever {
font-size: .75em
}
.form-group.t-material.form-group-sm.switch .off-label, .form-group.t-material.form-group-sm.switch .on-label {
font-size: .875em
}
header {
position: relative;
z-index: 100;
background-color: #fff;
margin-bottom: 1em;
box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
border-collapse: separate
}
tableheader {
border-collapse: collapse
}
header h3, header h4, header h5 {
margin: 0;
padding: 1.125rem 0;
white-space: nowrap;
overflow: hidden;
color: #333
}
header .brand {
display: block;
margin-right: 1em;
color: #333
}
header .brand img, header .brand>a img, header .brand>a:visited img {
height: 1.25em;
vertical-align: bottom
}
header .brand>a, header .brand>a:visited {
color: #393;
text-decoration: none
}
header .btn-nav {
padding: 1em
}
header .btn-nav.pull-left {
margin: 0 .5em 0 -1em
}
header .btn-nav.open {
background-color: #393;
color: #fff
}
header .nav-menu {
margin-bottom: 0
}
header .nav-menu>li {
display: block
}
header .nav-menu>li>a {
color: #777
}
header .nav-menu>li.active, header .nav-menu>li.active>a {
cursor: default;
color: #777;
background-color: transparent
}
header .nav-menu.nav-menu-collapsible-left {
float: left;
margin: 0;
padding: 0
}
header img {
max-height: 40px
}
header.gray-xlt {
box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
border-collapse: separate
}
tableheader.gray-xlt {
border-collapse: collapse
}
header.primary {
box-shadow: 0 1px 3px rgba(0, 0, 0, .75);
border-collapse: separate
}
tableheader.primary {
border-collapse: collapse
}
header.primary .brand {
color: #fff
}
header.primary .brand>a, header.primary .brand>a:visited {
color: #393
}
header.primary .nav-menu>li.active>a {
background-color: #393;
border-color: #2d862d;
color: #fff
}
header.primary .btn-account>button, header.primary .btn-account>.btn {
color: #fff
}
header.primary .btn-account:hover>.btn {
background-color: #393
}
@media (min-width:768px) {
header .brand {
float: left;
display: inline-block
}
header .nav {
float: left;
background-color: transparent
}
header.primary .nav-menu>li>a {
color: #fff
}
header .nav-menu {
display: inline-block;
background-color: transparent;
position: relative;
margin: 0;
padding: 0;
border: none;
box-shadow: none
}
header .nav-menu>li {
display: inline-block;
position: relative
}
header .nav-menu>li>a {
display: block;
padding: 1em .75em
}
header .nav-menu>li.active>a {
font-weight: 700;
color: #333;
position: relative
}
header .nav-menu>li.active>a:after, header .nav-menu>li.active>a:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none
}
header .nav-menu>li.active>a:after {
border-color: rgba(136, 183, 213, 0);
border-top-color: #fff;
border-width: 10px;
margin-left: -10px
}
header .nav-menu>li.active>a:before {
border-color: rgba(194, 225, 245, 0);
border-top-color: #ddd;
border-width: 12px;
margin-left: -12px
}
header .nav-menu.nav-menu-collapsible-left {
float: right
}
header .btn-nav {
display: none
}
}
@media (min-width:992px) {
header h3, header h4, header h5 {
padding: 1em
}
}
.header__menu {
float: right;
margin: 0;
padding: 0;
list-style-type: none
}
.header__menu .open>.dropdown-menu {
z-index: 2
}
.header__menu>li>button, .header__menu>li>a, .header__menu>li>a:visited, .header__menu>li>.btn-link, .header__menu>li>a.btn-link, .header__menu>li>.btn-group>button, .header__menu>li>.btn-group>a, .header__menu>li>.btn-group>a:visited, .header__menu>li>.btn-group>.btn-link, .header__menu>li>.btn-group>a.btn-link, .header__menu .header__btn, .header__menu a.header__btn, .header__menu a.header__btn:visited {
color: #777;
padding: 1em .75em;
border: none;
text-decoration: none;
font-size: 1em;
height: 3.5em;
transition: background .2s ease;
background: 0 0
}
.header__menu>li>button>.glyphicon, .header__menu>li>a>.glyphicon, .header__menu>li>a:visited>.glyphicon, .header__menu>li>.btn-link>.glyphicon, .header__menu>li>a.btn-link>.glyphicon, .header__menu>li>.btn-group>button>.glyphicon, .header__menu>li>.btn-group>a>.glyphicon, .header__menu>li>.btn-group>a:visited>.glyphicon, .header__menu>li>.btn-group>.btn-link>.glyphicon, .header__menu>li>.btn-group>a.btn-link>.glyphicon, .header__menu .header__btn>.glyphicon, .header__menu a.header__btn>.glyphicon, .header__menu a.header__btn:visited>.glyphicon {
vertical-align: baseline;
font-size: 1em
}
.header__menu>li>button:hover, .header__menu>li>a:hover, .header__menu>li>a:visited:hover, .header__menu>li>.btn-link:hover, .header__menu>li>a.btn-link:hover, .header__menu>li>.btn-group>button:hover, .header__menu>li>.btn-group>a:hover, .header__menu>li>.btn-group>a:visited:hover, .header__menu>li>.btn-group>.btn-link:hover, .header__menu>li>.btn-group>a.btn-link:hover, .header__menu .header__btn:hover, .header__menu a.header__btn:hover, .header__menu a.header__btn:visited:hover {
background-color: #eaeaea;
text-decoration: none
}
.primary .header__menu>li>.btn-link, .primary .header__menu>li>.header__btn {
color: #fff
}
.primary .header__menu>li>.btn-link .dropdown-menu .btn-link, .primary .header__menu>li>.header__btn .dropdown-menu .btn-link {
color: #333
}
.primary .header__menu>li>.btn-link:hover, .primary .header__menu>li>.header__btn:hover {
color: #333
}
.header__menu>li {
display: inline-block
}
.header__menu>li.active {
background: 0 0
}
.header__menu>li>a, .header__menu>li>button, .header__menu>li>.dropdown>button {
font-size: 1em;
display: inline-block;
vertical-align: middle;
padding: 1em .5em;
border: none;
background: 0 0
}
.header__menu>li.active>a, .header__menu>li.active>button, .header__menu>li.active>.dropdown>button {
border-bottom: .25em solid #393;
padding-bottom: .75em
}
.mega-menu {
position: fixed;
top: 0;
width: 100%;
height: 100%;
z-index: 10;
overflow: auto;
z-index: 99
}
.mega-menu.mega-menu-left {
right: 100%;
z-index: 10;
overflow: auto;
z-index: 99;
transition: .6s ease-in-out right
}
.mega-menu.mega-menu-left.open {
right: 0
}
.mega-menu.mega-menu-right {
left: 100%;
transition: .6s ease-in-out left
}
.mega-menu.mega-menu-right.open {
left: 0
}
.mega-menu.open {
padding-bottom: .125em
}
.mega-menu .mega-menu-content {
background-color: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .75);
padding: 5rem 1em 2em;
height: 100%;
overflow-y: scroll;
-webkit-overflow-scrolling: touch
}
.mega-menu h5 {
margin: 0 0 .25em;
padding: .5em;
border: 1px solid #ddd;
color: #333;
background-color: #f7f7f7
}
.mega-menu .account-details {
font-size: inherit;
text-transform: none;
margin-bottom: .5em;
border-bottom: 1px solid #ddd;
padding: .5em 0
}
.mega-menu .account-details .media-heading {
font-weight: 700
}
.mega-menu .account-details .glyphicon {
font-size: 6rem
}
.mega-menu .account-details a.btn {
text-transform: none
}
.mega-menu .account-details hr {
margin: .125em 0 .5em;
border-color: #595959
}
@media (min-width:768px) {
.mega-menu, .mega-menu.mega-menu-left, .mega-menu.mega-menu-right {
position: absolute;
left: 1em;
right: 1em;
width: auto;
height: auto;
margin-top: -50%;
transition-property: margin-top
}
.mega-menu.mega-menu-fixed, .mega-menu.mega-menu-left.mega-menu-fixed, .mega-menu.mega-menu-right.mega-menu-fixed {
position: fixed
}
.mega-menu.open, .mega-menu.mega-menu-left.open, .mega-menu.mega-menu-right.open {
left: 1em;
right: 1em;
margin-top: 0
}
.mega-menu .mega-menu-content, .mega-menu.mega-menu-left .mega-menu-content, .mega-menu.mega-menu-right .mega-menu-content {
border-radius: 0 0 .25em .25em;
overflow: hidden
}
}
@media (min-width:992px) {
.mega-menu {
margin-top: -35%
}
}
@media (min-width:1200px) {
.mega-menu {
margin-top: -30%
}
}
.mega-menu-content ul {
margin: 0;
padding: 0 .5em;
list-style-type: none
}
.mega-menu-content ul li>ul {
padding-left: .5em
}
.mega-menu-content ul li>ul a {
border-left: 1px dashed #bbb;
padding-left: .5em
}
.mega-menu-content ul li>a {
display: block;
padding: .25em 0
}
nav.mobile-menu {
position: fixed;
top: 50px;
bottom: 0;
width: 100%;
padding: 0;
z-index: 1000;
background-color: rgba(51, 51, 51, .7)
}
nav.mobile-menu.mobile-menu-left {
left: -100%;
transition: .3s linear left
}
nav.mobile-menu.mobile-menu-left.open {
left: 0
}
nav.mobile-menu.mobile-menu-right {
right: -100%;
transition: .3s linear right
}
nav.mobile-menu.mobile-menu-right.open {
right: 0
}
nav.mobile-menu>ul {
position: absolute;
right: 0;
width: 95%;
height: 100%;
padding: 0;
overflow: auto;
overflow-x: hidden;
list-style: none;
box-shadow: -1px 0 3px rgba(0, 0, 0, .5);
background: #fff
}
nav.mobile-menu>ul li {
display: block
}
nav.mobile-menu>ul li.header {
font-size: 18px;
padding: 1.5em 1em 1em;
border: none;
text-transform: uppercase;
border-bottom: 1px solid #bbb;
background-color: #f5f5f5
}
nav.mobile-menu>ul li.header.account-details {
font-size: inherit;
text-transform: none
}
nav.mobile-menu>ul li.header.account-details .media-heading {
font-weight: 700
}
nav.mobile-menu>ul li.header.account-details .glyphicon {
font-size: 6rem
}
nav.mobile-menu>ul li.header.account-details a.btn {
text-transform: none
}
nav.mobile-menu>ul li.header.account-details hr {
margin: .125em 0 .5em
}
nav.mobile-menu>ul li>ul.sub-menu {
width: 100%;
padding: 0
}
nav.mobile-menu>ul li>ul.sub-menu li>a {
color: #777
}
nav.mobile-menu>ul li>ul.sub-menu li>a>.glyphicon {
margin-right: .75em
}
nav.mobile-menu>ul li>a:not(.btn) {
display: block;
padding: .75em 1em;
clear: both;
text-transform: uppercase;
border-bottom: 1px solid #ddd;
font-size: .9em
}
nav.mobile-menu>ul li>a:not(.btn)>.glyphicon {
margin-right: .125em
}
@media (min-width:992px) {
nav.mobile-menu {
display: none
}
}
.pagination {
width: 100%
}
.pagination .info>a {
color: #777;
cursor: default
}
.pagination .info>a:hover, .pagination .info>a:focus {
color: #777;
background: 0 0
}
.pagination .summary>a, .pagination .summary>a:hover {
cursor: default;
color: #777
}
.pagination .control>a {
padding: 1px .75em
}
.pagination .control>a>.form-control {
color: #777;
padding: 0;
height: 2.25em;
border: none;
background: 0 0;
box-shadow: none;
-webkit-appearance: initial
}
.pagination .control>a a:focus, .pagination .control>a .form-control:focus {
border: none;
box-shadow: none;
text-decoration: none
}
.pagination .control select {
width: 100px
}
.pagination .separator {
width: 5px;
height: 1px;
float: left
}
.list-group.shadowed-left, .list-group.shadowed-right, .list-group.shadowed-bottom {
box-shadow: none
}
.list-group.shadowed-bottom .list-group-item {
box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
border-collapse: separate
}
table.list-group.shadowed-bottom .list-group-item {
border-collapse: collapse
}
a.list-group .list-group-item {
color: #428bca
}
a.list-group .list-group-item:visited {
color: #428bca
}
a.list-group .list-group-item.active, a.list-group .list-group-item.active:visited {
color: #fff
}
.callout {
padding: 20px;
margin: 20px 0;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 5px;
border-color: #ddd;
border-radius: 3px
}
.callout.callout-danger {
border-left-color: #ce4844
}
.callout.callout-danger h4, .callout.callout-danger h5 {
color: #ce4844
}
.callout.callout-success {
border-left-color: #393
}
.callout.callout-success h4, .callout.callout-success h5 {
color: #393
}
.callout.callout-info {
border-left-color: #193183
}
.callout.callout-info h4, .callout.callout-info h5 {
color: #193183
}
.callout.callout-warning {
border-left-color: #aa6708
}
.callout.callout-warning h4, .callout.callout-warning h5 {
color: #aa6708
}
.thumbnail.hoverable {
position: relative
}
.thumbnail.hoverable .about {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 16px;
overflow: auto;
overflow-x: hidden;
background: #efefef
}
.thumbnail.hoverable:hover .about {
display: block
}
.thumbnail.hoverable.hoverable-fade .about {
display: block;
opacity: 0;
transition: .3s linear all;
-webkit-transition: .3s linear all;
-moz-transition: .3s linear all;
-o-transition: .3s linear all
}
.thumbnail.hoverable.hoverable-fade:hover .about {
opacity: 1
}
.gp-ui-card {
position: relative;
margin: 0 0 1em;
overflow: hidden;
border: 1px solid #bbb;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
font-size: 1rem;
background: #fff;
color: inherit
}
.gp-ui-card .media {
display: block;
background-color: #efefef;
border-bottom: 1px solid #ddd
}
.gp-ui-card .media[ng-click], .gp-ui-card .media[onclick] {
cursor: pointer
}
.gp-ui-card__body:first-child {
padding-top: 1em
}
.gp-ui-card__body:last-child {
padding-bottom: 1em
}
.gp-ui-card__body:last-child .text--supporting {
padding-bottom: 0
}
.gp-ui-card .text--primary {
display: block;
font-size: 1em;
padding: .5em 1em .5em;
font-weight: 700
}
.gp-ui-card .text--secondary {
display: block;
font-size: .875em;
padding: 0 1.143em .5715em;
color: #393;
font-weight: 700
}
.gp-ui-card .text--supporting {
font-size: .875em;
padding: 0 1.143em .5175em;
color: #777
}
.gp-ui-card .text--supporting .gp-ui-card__details {
display: none
}
.gp-ui-card .text--supporting .gp-ui-card__details.active {
display: initial;
color: inherit;
background: 0 0
}
.gp-ui-card__footer {
padding: .5em 1em;
height: 3em;
background: #fff;
border-top: 1px solid #ddd
}
.gp-ui-card__footer .active {
background: 0 0;
color: initial;
border: initial
}
.gp-ui-card__tab {
color: #bbb
}
.gp-ui-card__tab:hover {
color: #777
}
.gp-ui-card__tab.active {
outline: 0;
position: relative;
color: #777
}
.gp-ui-card__tab.active:after {
bottom: 76%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(51, 153, 51, 0);
border-bottom-color: #bbb;
border-width: 8px;
margin-left: -8px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body {
height: 2.5em
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body .text--primary {
white-space: nowrap;
overflow: hidden
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body .text--secondary {
display: none
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body .text--supporting {
display: none
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__footer {
border-top: none
}
.gp-ui-card.gp-ui-card--md .gp-ui-card__body {
height: 9em;
overflow: hidden
}
.gp-ui-card.gp-ui-card--lg .gp-ui-card__body {
height: 12em
}
.gp-ui-card.gp-ui-card--lg .text--supporting {
height: 6rem;
overflow: hidden
}
.gp-ui-card.gp-ui-card--xlg .gp-ui-card__body {
height: 15em
}
.gp-ui-card.gp-ui-card--xlg .gp-ui-card__body .text--supporting {
height: 11em;
max-height: 11em
}
@media (min-width:768px) {
.gp-ui-card.gp-ui-card--strip .embed-responsive {
display: table-cell;
vertical-align: top
}
.gp-ui-card.gp-ui-card--strip .embed-responsive.embed-responsive-16by9 {
padding: 1em
}
.gp-ui-card.gp-ui-card--strip .embed-responsive .embed-responsive-item {
position: relative;
height: auto;
width: 10em
}
.gp-ui-card.gp-ui-card--strip .gp-ui-card__body {
display: table-cell;
vertical-align: top;
width: 10000px
}
}
.card {
padding: 1em;
margin: 1em 0;
background: #fff;
border-radius: .125em;
box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
border-collapse: separate
}
table.card {
border-collapse: collapse
}
.card .card-title {
color: #393;
margin-top: 0;
margin-bottom: 1rem;
width: 100%
}
.card .card-title.centered {
text-align: center
}
.card .card-title.righted {
text-align: right
}
.card .card-footer {
padding: .5em 0 0
}
.card .card-footer a {
margin-left: 1em
}
.card .card-footer-right {
text-align: right
}
.grid-item {
position: relative;
margin: 1em 0;
overflow: hidden;
border-radius: 2px;
background: #fff;
color: #333;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #bbb;
box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
border-collapse: separate
}
table.grid-item {
border-collapse: collapse
}
.grid-item .thumbnail {
height: 12rem;
overflow: hidden;
padding: 0;
margin: 0;
text-align: center;
border-width: 0 0 1px;
background: #f2f2f2;
border-radius: 0
}
.grid-item .thumbnail img {
width: 100%
}
.grid-item .thumbnail .glyphicon {
font-size: 7rem;
margin-top: 2.5rem
}
.grid-item .grid-item-fab {
position: absolute;
top: 11rem;
right: .5rem
}
.grid-item .grid-item-badge {
position: absolute;
top: 10rem;
background: #393;
color: #fff;
padding: .3rem
}
.grid-item .grid-item-title {
padding: .5rem 1rem 0;
height: 3rem;
margin: 1rem 0 0;
font-size: 1.125rem;
font-weight: 700;
overflow: hidden;
line-height: 1.25rem
}
.grid-item .grid-item-details {
height: 12rem;
padding: .5rem 1rem
}
.grid-item .grid-item-detail {
display: none;
height: 100%;
overflow: auto;
font-size: 85%
}
.grid-item .grid-item-detail.active {
background: 0 0;
color: #333;
display: block
}
.grid-item .grid-item-detail-tabs {
padding: 0 .25rem .125rem;
background-color: #f7f7f7;
border-top: 1px solid #ddd
}
.grid-item .grid-item-detail-tabs .btn {
color: #777
}
.grid-item .grid-item-detail-tabs .btn:focus {
outline: 0
}
.grid-item .grid-item-detail-tabs .btn.active {
background-color: #fff;
border-color: #fff;
border-radius: 0 0 2px 2px;
color: #333;
box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
margin-top: -1px
}
.grid-item:hover {
border-color: #393
}
.grid-item.selected, .grid-item.active {
background: #fff;
color: #333;
box-shadow: 0 1px 3px #428bca;
border-color: #428bca
}
.page__content .body {
padding: 0 2em
}
.page__content .heading {
background-color: #333;
color: #fff;
padding: .5em 1em
}
.page__content .heading .btn-group .dropdown-menu nav.style-menu {
padding: 1em;
font-size: 1rem;
width: 250px;
color: #333
}
.page .page__drawer {
display: block;
z-index: 4;
position: fixed;
top: 0;
bottom: 0;
width: 240px;
padding: 1em;
background: #eaeaea;
color: #333;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
transition-delay: .1s;
transition-duration: .2s;
transition-timing-function: cubic-bezier(0.4, 0, .2, 1);
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
overflow-y: auto
}
.page .page__drawer.page__drawer--left {
left: 0;
border-right: 1px solid rgba(0, 0, 0, .14);
transition-property: -webkit-transform, left;
transition-property: transform, left
}
.page .page__drawer.page__drawer--right {
right: 0;
border-left: 1px solid rgba(0, 0, 0, .14);
transition-property: -webkit-transform, left;
transition-property: transform, left
}
.page.page--toggle-drawer .page__drawer.page__drawer--left {
left: -240px;
border-right: 1px solid rgba(0, 0, 0, .14);
transition-property: -webkit-transform, left;
transition-property: transform, left
}
.page.page--toggle-drawer .page__drawer.page__drawer--right {
right: -240px;
border-left: 1px solid rgba(0, 0, 0, .14);
transition-property: -webkit-transform, right;
transition-property: transform, right
}
.page.page--toggle-drawer .page__content {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
transition-delay: .1s;
transition-duration: .2s;
transition-timing-function: cubic-bezier(0.4, 0, .2, 1);
transition-property: -webkit-transform, padding;
transition-property: transform, padding
}
.page.page--toggle-drawer.opened .page__drawer.page__drawer--left {
left: 0
}
.page.page--toggle-drawer.opened .page__drawer.page__drawer--right {
right: 0
}
.page.page--toggle-drawer.opened .page__content {
padding-left: 240px;
overflow-x: hidden
}
@media (min-width:1280px) {
.page--responsive-drawer .page__content {
padding-left: 240px
}
.page--responsive-drawer .page__content>.heading {
display: none
}
}
@media (max-width:1279px) {
.page--responsive-drawer .page__drawer {
display: none
}
}
.dropdown-backdrop {
position: static
}
ul.nav.nav-tabs>li.active {
background: 0 0
}
.tab-pane.active {
background: 0 0;
color: inherit
}
.btn.btn-round.btn-lg {
border-radius: 100%;
padding: 0!important;
width: 2.125em;
height: 2.125em
}
.btn.btn-round.btn-sm {
padding: .1em 0 0!important
}
body .btn.btn-lg {
font-size: 1.25em;
padding: .75em 1em;
line-height: 1.333333
}
.bordered-left {
border-left-width: 1px
}
.bordered-right {
border-right-width: 1px
}
.bordered-top {
border-top-width: 1px
}
.bordered-bottom {
border-bottom-width: 1px
}
.icon-options.t-light {
background: #fff
}
.icon-options.t-light::before, .icon-options.t-light::after {
background-color: #fff
}
.icon-options.u-vertical {
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg)
}
.t-bg-transparent {
background-color: transparent
}
.t-bg--white {
background-color: #fff
}
.t-fg--white {
color: #fff
}
.t-bg--accent {
background-color: #393
}
.t-fg--accent {
color: #393
}
.t-bg--primary {
background-color: #112158
}
.t-fg--primary {
color: #112158
}
.t-bg--danger {
background-color: #d9534f
}
.t-fg--danger {
color: #d9534f
}
.t-bg--success {
background-color: #5cb85c
}
.t-fg--success {
color: #5cb85c
}
.t-bg--warning {
background-color: #f0ad4e
}
.t-fg--warning {
color: #f0ad4e
}
.t-bg--info {
background-color: #5bc0de
}
.t-fg--info {
color: #5bc0de
}
.t-bg--selected {
background-color: #428bca
}
.t-fg--selected {
color: #428bca
}
.t-bg--wild {
background-color: #ff009a
}
.t-fg--wild {
color: #ff009a
}
.t-bg--gray-dk {
background-color: #333
}
.t-fg--gray-dk {
color: #333
}
.t-bg--gray-md {
background-color: #777
}
.t-fg--gray-md {
color: #777
}
.t-bg--gray-lt {
background-color: #bbb
}
.t-fg--gray-lt {
color: #bbb
}
.t-bg--gray-xlt {
background-color: #ddd
}
.t-fg--gray-xlt {
color: #ddd
}
.pd-xs--top {
padding-top: .125em
}
.pd-xs--bottom {
padding-bottom: .125em
}
.pd-xs--left {
padding-left: .125em
}
.pd-xs--right {
padding-right: .125em
}
.pd-sm--top {
padding-top: .25em
}
.pd-sm--bottom {
padding-bottom: .25em
}
.pd-sm--left {
padding-left: .25em
}
.pd-sm--right {
padding-right: .25em
}
.pd-md--top {
padding-top: .5em
}
.pd-md--bottom {
padding-bottom: .5em
}
.pd-md--left {
padding-left: .5em
}
.pd-md--right {
padding-right: .5em
}
.pd-lg--top {
padding-top: .75em
}
.pd-lg--bottom {
padding-bottom: .75em
}
.pd-lg--left {
padding-left: .75em
}
.pd-lg--right {
padding-right: .75em
}
.pd-xlg--top {
padding-top: 1em
}
.pd-xlg--bottom {
padding-bottom: 1em
}
.pd-xlg--left {
padding-left: 1em
}
.pd-xlg--right {
padding-right: 1em
}
.pd-xxlg--top {
padding-top: 1.5em
}
.pd-xxlg--bottom {
padding-bottom: 1.5em
}
.pd-xxlg--left {
padding-left: 1.5em
}
.pd-xxlg--right {
padding-right: 1.5em
}
.pd-xxxlg--top {
padding-top: 2em
}
.pd-xxxlg--bottom {
padding-bottom: 2em
}
.pd-xxxlg--left {
padding-left: 2em
}
.pd-xxxlg--right {
padding-right: 2em
}
.mg-xs--top {
margin-top: .125em
}
.mg-xs--bottom {
margin-bottom: .125em
}
.mg-xs--left {
margin-left: .125em
}
.mg-xs--right {
margin-right: .125em
}
.mg-sm--top {
margin-top: .25em
}
.mg-sm--bottom {
margin-bottom: .25em
}
.mg-sm--left {
margin-left: .25em
}
.mg-sm--right {
margin-right: .25em
}
.mg-md--top {
margin-top: .5em
}
.mg-md--bottom {
margin-bottom: .5em
}
.mg-md--left {
margin-left: .5em
}
.mg-md--right {
margin-right: .5em
}
.mg-lg--top {
margin-top: .75em
}
.mg-lg--bottom {
margin-bottom: .75em
}
.mg-lg--left {
margin-left: .75em
}
.mg-lg--right {
margin-right: .75em
}
.mg-xlg--top {
margin-top: 1em
}
.mg-xlg--bottom {
margin-bottom: 1em
}
.mg-xlg--left {
margin-left: 1em
}
.mg-xlg--right {
margin-right: 1em
}
.mg-xxlg--top {
margin-top: 1.5em
}
.mg-xxlg--bottom {
margin-bottom: 1.5em
}
.mg-xxlg--left {
margin-left: 1.5em
}
.mg-xxlg--right {
margin-right: 1.5em
}
.mg-xxxlg--top {
margin-top: 2em
}
.mg-xxxlg--bottom {
margin-bottom: 2em
}
.mg-xxxlg--left {
margin-left: 2em
}
.mg-xxxlg--right {
margin-right: 2em
}
.is-sm-text--xs, .is-sm-text--sm, .is-sm-text--xlg, .is-sm-text--xxlg, .is-sm-text--xxxlg, .is-md-text--xs, .is-md-text--sm, .is-md-text--xlg, .is-md-text--xxlg, .is-md-text--xxxlg, .is-lg-text--xs, .is-lg-text--sm, .is-lg-text--xlg, .is-lg-text--xxlg, .is-lg-text--xxxlg {
font-size: 1em
}
.is-xs-text--xs {
font-size: .6em
}
.is-xs-text--sm {
font-size: .85em
}
.is-xs-text--xlg {
font-size: 2em
}
.is-xs-text--xxlg {
font-size: 3em
}
.is-xs-text--xxxlg {
font-size: 4em
}
@media (min-width:768px) {
.is-xs-text--xs, .is-xs-text--sm, .is-xs-text--xlg, .is-xs-text--xxlg, .is-xs-text--xxxlg {
font-size: 1em
}
}
@media (min-width:768px) and (max-width:991px) {
.is-sm-text--xs {
font-size: .6em
}
.is-sm-text--sm {
font-size: .85em
}
.is-sm-text--xlg {
font-size: 2em
}
.is-sm-text--xxlg {
font-size: 3em
}
.is-sm-text--xxxlg {
font-size: 4em
}
}
@media (min-width:992px) and (max-width:1199px) {
.is-md-text--xs {
font-size: .6em
}
.is-md-text--sm {
font-size: .85em
}
.is-md-text--xlg {
font-size: 2em
}
.is-md-text--xxlg {
font-size: 3em
}
.is-md-text--xxxlg {
font-size: 4em
}
}
@media (min-width:1200px) {
.is-lg-text--xs {
font-size: .6em
}
.is-lg-text--sm {
font-size: .85em
}
.is-lg-text--xlg {
font-size: 2em
}
.is-lg-text--xxlg {
font-size: 3em
}
.is-lg-text--xxxlg {
font-size: 4em
}
}
.u-pos--ul {
position: absolute;
top: 0;
left: 0
}
.u-pos--ur {
position: absolute;
top: 0;
right: 0
}
.u-pos--ll {
position: absolute;
bottom: 0;
left: 0
}
.u-pos--lr {
position: absolute;
bottom: 0;
right: 0
}
.input-group-slick>select.form-control:first-child {
text-indent: 0
}
.input-group-slick>select.form-control:not(:first-child) {
text-indent: 2em
}
.input-group-slick>.btn+select.form-control {
text-indent: 2.5em
}
.input-group-slick>.btn.active {
border-color: transparent
}
.gp-ui-card__body:last-child>div, .gp-ui-card__body:last-child>p {
padding-bottom: 0
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body h1 {
white-space: nowrap;
overflow: hidden
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body h2 {
display: none
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body>div, .gp-ui-card.gp-ui-card--sm .gp-ui-card__body>p {
display: none
}
.gp-ui-card.gp-ui-card--lg .gp-ui-card__body>div, .gp-ui-card.gp-ui-card--lg .gp-ui-card__body>p {
height: 6rem;
overflow: hidden
}
.gp-ui-card.gp-ui-card--xlg .gp-ui-card__body>div, .gp-ui-card.gp-ui-card--xlg .gp-ui-card__body>p {
height: 11em;
max-height: 11em
}
@media (max-width:768px) {
.shadowed-bottom, .shadowed-left, .shadowed-right {
box-shadow: none
}
}
@media (min-width:768px) and (max-width:991px) {
.container {
width: 100%
}
}
.card {
position: relative;
padding-left: 1.5em;
padding-right: 1.5em;
margin-top: 2em;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #ddd;
box-shadow: none
}
.card.card-accent {
border-color: #393
}
.card.card-wild {
border-color: #ff009a
}
.card.card-warning {
border-color: #f0ad4e
}
.card.card-primary {
border: none;
background: rgba(0, 0, 0, .85);
color: #fff
}
.card.card-primary .card-title {
background: rgba(17, 33, 88, .85);
color: #fff
}
.card .card-title {
color: #333
}
.card .card-title>a {
color: inherit
}
.card p {
text-align: justify
}
.card hr {
border-style: dashed;
border-color: #bbb
}
.card.card-holo {
background-color: rgba(255, 255, 255, .95);
color: #333;
text-shadow: none;
border-color: #777;
box-shadow: 0 1px 7px rgba(0, 0, 0, .5)
}
.card.card-holo .card-title {
color: inherit;
float: right;
width: 50%
}
.card.card-holo img {
float: left;
width: 48%;
margin-right: 2%;
border: 1px solid #bbb
}
.card.card-holo .border-label {
position: absolute;
top: -1.75em;
left: -.125em;
font-weight: 500;
font-size: 1.5rem;
color: #fff;
text-shadow: 0 0 1px #000
}
@media (min-width:768px) {
.card.card-holo {
width: 300px;
margin-left: 20%
}
.card.card-holo .card-title {
float: none;
width: auto
}
.card.card-holo img {
float: none;
width: 100%;
margin-right: 0;
margin-bottom: .75em
}
}
@media (min-width:992px) {
.card.card-holo {
width: 350px
}
}
.card.card-banner-overlap {
margin-top: -6em;
padding: 2em;
border: none;
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
.gp-ui-card__body:first-child {
padding-top: 1em
}
.gp-ui-card__body:last-child {
padding-bottom: 1em
}
.gp-ui-card__body:last-child .text--supporting {
padding-bottom: 0
}
.gp-ui-card.wireframe img.embed-responsive-item {
font-size: .75em;
color: #777
}
.gp-ui-card.wireframe .gp-ui-card__body:after {
content: ".gp-ui-card__body";
color: #999;
position: absolute;
top: 0;
right: 0;
background-color: #eee;
padding: .25em;
font-size: .75em;
border: 1px solid #ddd
}
.gp-ui-card.wireframe .gp-ui-card__footer:after {
content: ".gp-ui-card__footer";
color: #999;
position: absolute;
top: 0;
left: 0;
background-color: #eee;
padding: .25em;
font-size: .75em;
border: 1px solid #ddd
}
.gp-ui-card.wireframe .gp-ui-card__body, .gp-ui-card.wireframe .gp-ui-card__footer, .gp-ui-card.wireframe .text--primary, .gp-ui-card.wireframe .text--secondary, .gp-ui-card.wireframe .text--supporting {
position: relative;
margin: .25em;
border: 1px dashed #777
}
.input-group-slick {
font-size: 1rem
}
.input-group-slick>.btn {
position: absolute;
top: 1px
}
.input-group-slick>.btn:first-child {
left: 1px;
border-style: none solid none none;
border-radius: .25em 0 0 .25em
}
.input-group-slick>.btn:last-child {
right: 1px;
border-style: none none none solid;
border-radius: 0 .25em .25em 0
}
.input-group-slick>select.form-control {
text-indent: 2em
}
.input-group .input-group-slick {
display: table-cell
}
.input-group .input-group-slick>.glyphicon {
z-index: 3
}
.input-group .input-group-slick {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0
}
.input-group .input-group-slick:first-child>.form-control {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}
.input-group .input-group-slick:last-child>.form-control {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.btn.btn-default, a.btn.btn-default {
color: #777;
background-color: #eaeaea
}
.btn.btn-default:hover, a.btn.btn-default:hover, .btn.btn-default:focus, a.btn.btn-default:focus {
color: #333;
background-color: #ddd
}
.glyphicon-sup {
font-size: .6em;
position: relative;
top: -.25em;
left: -.25em
}
.nav-tabs>li.active, .tab-content>.tab-pane.active {
background-color: initial
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
background-color: #393;
border-color: #2d862d;
color: #fff
}
.tab-content>.tab-pane.active>pre {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.dl-horizontal dd {
margin-bottom: 1em
}
@media (min-width:768px) {
.dl-horizontal dt {
white-space: normal;
text-overflow: initial;
color: #4d4d4d
}
}
.navbar-fixed-top {
-webkit-backface-visibility: hidden
}
.banner {
width: 100%;
background-size: cover;
background-repeat: no-repeat;
/*functions.php -> header_image_method()*/
background-image: url(<?php >echo get_header_image(); ?>)
}
.banner>.content {
width: 100%;
height: 100%;
margin: 0;
padding: 3em 0 0;
background: rgba(0, 0, 0, .5);
text-shadow: 0 0 5px #000;
color: #fff
}
.banner>.content .additional-info {
font-size: .9em;
border-style: solid;
border-color: #fff;
border-width: 1px 0;
padding: .25em 1em;
margin-bottom: 1em
}
.banner>.content .footing {
margin-top: 2em
}
.banner>.content .btn-white-outline:hover {
text-shadow: none
}
.banner .attribution {
position: absolute;
bottom: 0;
right: 0;
width: 40%;
padding: 0 1em;
color: rgba(255, 255, 255, .4);
font-size: .875em;
text-align: right
}
.banner .attribution .source-link, .banner .attribution .license-link {
color: inherit
}
.banner .attribution .license-link {
display: block
}
@media (min-width:768px) {
.banner {
/*functions.php -> header_image_method()*/
background-image: url(<?php >echo get_header_image(); ?>)
}
.banner .attribution .source-link {
margin-right: 1em
}
.banner .attribution .license-link {
display: inline-block
}
}
@media (min-width:992px) {
.banner {
/*functions.php -> header_image_method()*/
background-image: url(<?php >echo get_header_image(); ?>)
}
}
@media (min-width:1200px) {
/*functions.php -> header_image_method()*/
.banner {
background-image: url(<?php >echo get_header_image(); ?>)
}
}
.banner.banner--fixed-height {
height: 17rem
}
.banner.banner--fixed-height>.content {
padding: 3rem
}
header.navbar-fixed-top .banner {
padding-top: 50px
}
.whatsNewStrip {
position: relative;
padding: 3em 1em;
overflow: hidden;
background: #fff;
border-style: solid;
border-top-width: 1px;
border-right-width: 0;
border-bottom-width: 1px;
border-left-width: 0;
border-color: #ddd
}
.whatsNewStrip .heading {
color: #333;
text-transform: uppercase;
text-align: left
}
.whatsNewStrip .glyphicon-circle-arrow-right {
color: #393;
font-size: 2rem
}
.whatsNewStrip .featured-block {
width: 100%;
border-top: 1px solid #eaeaea
}
.whatsNewStrip .featured-block .image {
width: 50%;
float: left
}
.whatsNewStrip .featured-block .image .holder {
background-size: cover;
width: 100%;
height: 200px
}
.whatsNewStrip .featured-block .about {
float: left;
width: 50%;
height: 200px;
padding: 0 32px 0 8px;
font-size: .8em;
position: relative
}
.whatsNewStrip .featured-block .about .btn {
position: absolute;
left: .25em;
bottom: .25em
}
.whatsNewStrip .featured-block .about a:last-child {
display: block;
margin-top: .5em;
font-size: 1rem
}
.whatsNewStrip .featured-block .about h5 {
margin-top: 0
}
@media (min-width:768px) {
.whatsNewStrip .heading {
float: left;
width: 10%
}
.whatsNewStrip .featured-block {
width: 33.333%;
float: left;
border: none
}
.whatsNewStrip .featured-block .image {
display: block;
width: 34%
}
.whatsNewStrip .featured-block .about {
width: 66%
}
}
@media (min-width:992px) {
.whatsNewStrip .featured-block .image {
width: 50%
}
.whatsNewStrip .featured-block .about {
width: 50%
}
}
.section--linked {
position: relative
}
.section--linked .heading, .section--linked .footing {
text-align: center
}
.section--linked .heading {
margin-top: 0
}
.section--linked .heading .title {
display: inline-block;
padding: .5rem;
border-top: 1px solid #ddd;
color: #333
}
.section--linked .line-cap {
width: 1rem;
height: 1rem;
border-radius: 2rem;
background-color: #ddd;
margin: 0 auto
}
.section--linked .line-cap.lightened {
background-color: #fff
}
.section--linked .line {
width: 1px;
background-color: #ddd;
height: 1rem;
margin: 0 auto
}
.section--linked .line.lightened {
background-color: #fff
}
.section--linked .line-crossbar {
display: none;
width: 40%;
background-color: #ddd;
height: 1px;
margin: 0 auto
}
.section--linked .line-crossbar.lightened {
background-color: #fff
}
.section--linked .line-arrow {
margin: 0 auto;
width: 1rem;
border-top: 1rem solid #ddd;
border-left: .5rem solid transparent;
border-right: .5rem solid transparent;
border-bottom: .5rem solid transparent
}
.section--linked .line-arrow.lightened {
border-top-color: #fff
}
.section--linked .line-split {
display: none;
width: 40%;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
height: 1rem;
margin: 0 auto
}
.section--linked .line-split.lightened {
border-color: #fff
}
.section--linked .line-split-arrow {
display: none;
margin: 0 auto;
width: 40%;
position: relative
}
.section--linked .line-split-arrow:before, .section--linked .line-split-arrow:after {
content: " ";
display: block;
position: absolute;
margin: 0 auto;
width: 1rem;
border-top: 1rem solid #ddd;
border-left: .5rem solid transparent;
border-right: .5rem solid transparent;
border-bottom: .5rem solid transparent
}
.section--linked .line-split-arrow:before {
left: -.5rem
}
.section--linked .line-split-arrow:after {
right: -.5rem
}
.section--linked .line-split-arrow.lightened:before, .section--linked .line-split-arrow.lightened:after {
border-top-color: #fff
}
.featured-item {
display: block;
margin-bottom: 1em;
background-color: #fff;
border-radius: .125em;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #ddd
}
.featured-item>img {
display: none
}
.featured-item .featured-item-title {
display: inline-block;
padding: .75em;
margin: 0;
background-color: #fff;
color: #333
}
.featured-item .featured-item-title>h1, .featured-item .featured-item-title>h2, .featured-item .featured-item-title>h3, .featured-item .featured-item-title>h4, .featured-item .featured-item-title>h5, .featured-item .featured-item-title>h6 {
margin: 0 0 .25em 0
}
.featured-item .featured-item-title>small {
line-height: 13px;
display: inline-block;
color: #777
}
a.featured-item:hover {
text-decoration: none;
border-color: #428bca;
box-shadow: 0 1px 3px rgba(66, 139, 202, .5)
}
@media (min-width:768px) {
.featured-item {
position: relative;
height: 150px;
overflow: hidden
}
.featured-item.featured-item-tall {
height: 250px
}
.featured-item>img {
width: 100%;
display: inline-block
}
.featured-item .featured-item-title {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
border-style: solid;
border-top-width: 1px;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
border-color: #ddd
}
}
@media (min-width:992px) {
.featured-item .featured-item-title .detail {
display: none
}
.featured-item .featured-item-title:hover h1 .glyphicon, .featured-item .featured-item-title:hover h2 .glyphicon, .featured-item .featured-item-title:hover h3 .glyphicon, .featured-item .featured-item-title:hover h4 .glyphicon, .featured-item .featured-item-title:hover h5 .glyphicon, .featured-item .featured-item-title:hover h6 .glyphicon {
display: none
}
.featured-item .featured-item-title:hover .detail {
display: block
}
}
figure.inline-figure, picture.inline-figure {
display: block;
position: relative;
margin-bottom: 1rem
}
figure.inline-figure>img, picture.inline-figure>img {
width: 100%
}
figure.inline-figure.pull-right, picture.inline-figure.pull-right {
float: none!important
}
figure.inline-figure.pull-left, picture.inline-figure.pull-left {
float: none!important
}
@media (min-width:768px) {
figure.inline-figure, picture.inline-figure {
max-width: 200px
}
figure.inline-figure.pull-right, picture.inline-figure.pull-right {
margin-left: 1rem;
float: right!important
}
figure.inline-figure.pull-left, picture.inline-figure.pull-left {
margin-right: 1rem;
float: left!important
}
}
.img-aside {
display: inline-block;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #bbb
}
.img-aside.img-aside-left {
float: left;
margin: 0 1em 1em 0
}
.img-aside.img-aside-right {
float: right;
margin: 0 0 1em 1em
}
.screenshot img {
width: 100%;
border: 1px solid #ddd
}
.screenshot .caption {
text-align: center;
font-size: .9em;
font-weight: 700;
color: #777
}
.bricks {
position: relative;
margin-top: 2rem;
margin-bottom: 2rem
}
.bricks .title {
display: block;
height: 5rem;
padding: 1.5em;
color: #fff
}
.bricks .title .glyphicon {
display: none
}
.bricks .title:hover {
text-decoration: none
}
.bricks .title:hover .glyphicon {
display: initial;
float: right
}
.bricks .desc-sm {
padding: 1.5em;
background-color: #f5f5d2
}
.bricks .desc-lg {
width: 100%;
padding: 1.5em;
background-color: #ddd
}
.bricks .image {
display: block;
width: 100%;
height: 15rem;
background-size: cover;
border: 1px solid #ddd
}
@media (min-width:768px) {
.bricks {
height: 26rem
}
.bricks .image {
position: absolute
}
.bricks .title, .bricks .desc-sm, .bricks .desc-lg {
position: absolute;
padding: .75em 1em
}
.bricks .title {
top: 0;
left: 0;
width: 55%;
height: 5rem
}
.bricks .desc-sm {
bottom: 0;
right: 0;
width: 44%;
height: 10.5rem;
background-color: #f5f5d2;
font-size: .8rem
}
.bricks .image {
top: 0;
right: 0;
display: block;
width: 44%;
height: 15rem;
background-size: cover;
border: 1px solid #ddd
}
.bricks .desc-lg {
bottom: 0;
left: 0;
width: 55%;
height: 20.5rem;
background-color: #ddd
}
.bricks.flipped .title {
left: 45%
}
.bricks.flipped .desc-sm {
right: 56%
}
.bricks.flipped .image {
right: 56%
}
.bricks.flipped .desc-lg {
left: 45%
}
}
@media (min-width:992px) {
.bricks .desc-sm {
font-size: .9rem
}
.bricks .title, .bricks .desc-sm, .bricks .desc-lg {
padding: 1.5em
}
}
.content--main {
font-size: 1rem
}
.content--main .body {
padding: 0 2em
}
.content--main .heading {
background-color: #333;
color: #fff;
padding: .5em 1em
}
.content--main .heading .btn-group .dropdown-menu nav.style-menu {
padding: 1em;
font-size: 1rem;
width: 250px;
color: #333
}
.content--main .content--main .container {
width: 100%
}
@media (min-width:992px) {
.content--main {
padding-left: 15em
}
.content--main>.heading {
display: none
}
}
.content--sidebar-drawer {
font-size: 1rem;
display: block;
z-index: 4;
position: fixed;
left: -16em;
top: 0;
bottom: 0;
width: 15em;
padding: 1em;
border-right: 1px solid rgba(0, 0, 0, .14);
background: #eaeaea;
color: #333;
transition: left .25s linear;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
overflow-y: auto
}
@media (min-width:992px) {
.content--sidebar-drawer {
left: 0
}
}
.style__section {
margin: 2.5em 0 7.5em
}
.style-menu .heading {
display: none;
background: #ddd;
margin: -1em;
padding: .45em 1em;
border-bottom: 1px solid #bbb
}
@media (min-width:992px) {
.style-menu .heading {
display: block
}
}
.nav-section {
margin-top: .5rem;
display: block
}
.nav-section a {
display: block
}
.nav-section a:first-child {
display: inline-block;
font-weight: 700;
border: none;
margin-left: 0;
padding-left: 0
}
.nav-section a.nav-section-heading {
display: inline-block;
color: #333;
font-weight: 700;
border: none;
margin-left: 0;
padding-left: 0
}
.svg-menu {
width: 1em;
height: 1em
}
.svg-menu .toggle {
fill: #333;
pointer-events: all;
cursor: pointer
}
.svg-menu .toggle .bar {
-webkit-transform: rotate(0) translateY(0) translateX(0);
transform: rotate(0) translateY(0) translateX(0);
opacity: 1;
-webkit-transform-origin: 20px 10px;
transform-origin: 20px 10px;
transition: -webkit-transform .4s ease-in-out, opacity .2s ease-in-out;
transition: transform .4s ease-in-out, opacity .2s ease-in-out
}
.svg-menu .toggle .bar:nth-of-type(1) {
-webkit-transform-origin: 20px 10px;
transform-origin: 20px 10px
}
.svg-menu .toggle .bar:nth-of-type(3) {
-webkit-transform-origin: 20px 20px;
transform-origin: 20px 20px
}
.btn.dropdown-toggle[aria-expanded=true]>.svg-menu .toggle .bar:nth-of-type(1), .btn.active>.svg-menu .toggle .bar:nth-of-type(1) {
-webkit-transform: rotate(-45deg) translateY(0) translateX(0);
transform: rotate(-45deg) translateY(0) translateX(0)
}
.btn.dropdown-toggle[aria-expanded=true]>.svg-menu .toggle .bar:nth-of-type(2), .btn.active>.svg-menu .toggle .bar:nth-of-type(2) {
opacity: 0
}
.btn.dropdown-toggle[aria-expanded=true]>.svg-menu .toggle .bar:nth-of-type(3), .btn.active>.svg-menu .toggle .bar:nth-of-type(3) {
-webkit-transform: rotate(45deg) translateY(0em) translateX(0em);
transform: rotate(45deg) translateY(0em) translateX(0em)
}
.btn-primary .svg-menu .toggle, .btn-accent .svg-menu .toggle, .btn-success .svg-menu .toggle, .btn-info .svg-menu .toggle, .btn-danger .svg-menu .toggle, .btn-white .svg-menu .toggle, .btn-primary-outline .svg-menu .toggle, .btn-accent-outline .svg-menu .toggle, .btn-success-outline .svg-menu .toggle, .btn-info-outline .svg-menu .toggle, .btn-danger-outline .svg-menu .toggle, .btn-white-outline .svg-menu .toggle {
fill: #fff
}
.btn-link .svg-menu .toggle {
fill: #428bca
}
.btn-link-lite .svg-menu .toggle {
fill: #fff
}
.card.card--callout.callout-info {
background-color: #193183;
color: #fff;
font-size: 1rem
}
.card.card--callout.callout-info .card-title {
color: #fff
}
.card.card--callout.callout-info .card__icon {
font-size: 2em;
margin-right: .25em
}
.callout {
background-color: #fff
}
.card.card--callout.callout-danger {
background-color: red;
color: #fff;
font-size: 1rem
}
.card.card--callout.callout-danger .card-title {
color: #fff
}
.card.card--callout.callout-danger .card__icon {
font-size: 2em;
margin-right: .25em
}
.card.card--callout.callout-danger-outline {
background-color: #fff;
border-color: #d9534f;
border-width: 2px;
color: #333;
font-size: 1rem
}
.card.card--callout.callout-danger-outline .card-title {
color: #d9534f
}
.card.card--callout.callout-danger-outline .card__icon {
font-size: 2em;
margin-right: .25em;
color: #d9534f
}
.card.card--callout.callout-default {
background-color: #fff;
color: #333;
font-size: 1rem
}
.card.card--callout.callout-default .card-title {
color: #333
}
.card.card--callout.callout-default .card__icon {
font-size: 2em;
margin-right: .25em
}
header {
margin-bottom: 0
}
header .nav-menu .btn-group>button, header .nav-menu .btn-group>.btn {
color: #fff;
padding: 1em .75em;
border: none;
text-decoration: none;
font-size: inherit
}
header .nav-menu .btn-group>button:hover, header .nav-menu .btn-group>.btn:hover {
background: #ddd
}
header .nav-menu .btn-group>button[aria-expanded=true], header .nav-menu .btn-group>.btn[aria-expanded=true] {
background-color: #ddd;
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1)
}
header.t-transparent {
position: absolute;
left: 0;
right: 0;
background-color: transparent;
box-shadow: none
}
header.t-transparent .brand>a, header.t-transparent .brand>a:visited {
color: #fff
}
header.t-transparent .header__menu>li>button, header.t-transparent .header__menu>li>a, header.t-transparent .header__menu>li>a:visited, header.t-transparent .header__menu>li>.btn-link, header.t-transparent .header__menu>li>a.btn-link, header.t-transparent .header__menu>li>.btn-group>button, header.t-transparent .header__menu>li>.btn-group>a, header.t-transparent .header__menu>li>.btn-group>a:visited, header.t-transparent .header__menu>li>.btn-group>.btn-link, header.t-transparent .header__menu>li>.btn-group>a.btn-link, header.t-transparent .header__menu .header__btn, header.t-transparent .header__menu a.header__btn, header.t-transparent .header__menu a.header__btn:visited {
color: #fff
}
header.t-transparent .header__menu>li>button:hover, header.t-transparent .header__menu>li>a:hover, header.t-transparent .header__menu>li>a:visited:hover, header.t-transparent .header__menu>li>.btn-link:hover, header.t-transparent .header__menu>li>a.btn-link:hover, header.t-transparent .header__menu>li>.btn-group>button:hover, header.t-transparent .header__menu>li>.btn-group>a:hover, header.t-transparent .header__menu>li>.btn-group>a:visited:hover, header.t-transparent .header__menu>li>.btn-group>.btn-link:hover, header.t-transparent .header__menu>li>.btn-group>a.btn-link:hover, header.t-transparent .header__menu .header__btn:hover, header.t-transparent .header__menu a.header__btn:hover, header.t-transparent .header__menu a.header__btn:visited:hover {
background: 0 0
}
.mega-menu-content.container {
background: 0 0;
box-shadow: none;
padding: 0;
margin-top: 4em
}
.mega-menu__body {
background: #fff;
margin: 0 .25em .25em;
padding: 1em 1em 2em;
border-radius: 4px;
box-shadow: 0 3px 5px rgba(0, 0, 0, .5)
}
.mega-menu .mega-menu-content {
position: relative
}
.mega-menu .backdrop-strip {
position: absolute;
top: 0;
left: 0;
right: 0;
background: #ddd;
height: 3.5em
}
@media (min-width:768px) {
.mega-menu, .mega-menu.mega-menu-left, .mega-menu.mega-menu-right {
margin-top: -76%
}
}
body {
font-family: Lato, Helvetica, Arial, sans-serif;
background: linear-gradient(90deg, #eef2f3 10%, #fff 50%, #eef2f3 90%);
background-color: #eef2f3
}
footer {
background: #333;
color: #ddd;
padding: 2em 0
}
footer .top-link-row {
margin-top: -4rem;
margin-bottom: 2rem
}
footer hr {
border-color: #999
}
footer h3, footer h4, footer h5 {
padding: .5em;
margin-bottom: 0
}
footer ul {
margin: 0;
padding: 0 .5em;
list-style-type: none
}
footer ul li>ul {
padding-left: .5em
}
footer ul li>ul a {
border-left: 1px dashed #bbb;
padding-left: .5em
}
footer ul li>a {
display: block;
padding: .25em 0
}
.pd-bg {
background-color: #fff;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2P8////f9PwWQwwwGgSNvM/nMfAwAAXOL0yjQGkEkMFAFXUDo3cczusAAAAAElFTkSuQmCC) repeat
}
.mg-bg {
background-color: #fff;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2P8/////4fm5gwwwPjAzOw/nMfAwAAXkD95kgGkEkMFAHK6DzE8e0AtAAAAAElFTkSuQmCC) repeat
}
.card--pre .card-title {
display: inline-block;
margin: 0;
padding: .25em .75em;
border-style: solid;
border-width: 1px 1px 0 1px;
border-color: #bbb;
border-radius: 4px 4px 0 0;
color: #333!important;
background-color: #ddd!important
}
.card--pre pre {
font-size: .75rem;
border-color: #bbb;
border-radius: 0 0 4px 4px;
box-shadow: inset 0 0 3px rgba(0, 0, 0, .25);
color: #777!important;
background-color: #fff!important
}
.informational-thumbnail {
text-align: center;
padding: 1rem
}
.informational-thumbnail>img {
max-height: 200px
}
.banner .informational-thumbnail>img {
box-shadow: 0 1px 3px #000;
border: 2px solid #fff
}
.whited {
background-color: #fff
}
ul.list, ol.list {
padding-left: 16px;
color: #595959
}
ul.list>li, ol.list>li {
font-weight: 700;
font-size: .85rem
}
ul.list>li ul>li, ol.list>li ul>li {
font-size: 100%
}
.gp-ui-strip {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: stretch;
align-items: stretch;
position: relative;
margin: 0 0 1em;
overflow: hidden
}
.gp-ui-strip .media {
max-width: 370px;
overflow: hidden
}
.gp-ui-strip .media img {
width: 100%
}
.gp-ui-strip .gp-ui-strip__body {
-ms-flex: 1;
flex: 1;
padding: 0 1em
}
.gp-ui-strip .text--primary {
font-weight: 700
}
.gp-ui-strip .text--supporting {
font-size: .875em
}
@media (min-width:768px) {
.gp-ui-strip {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: stretch;
align-items: stretch
}
.gp-ui-strip .media {
width: 200px
}
}
.flex-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: start;
align-items: flex-start
}
.flex-dir--row {
-ms-flex-direction: row;
flex-direction: row
}
.flex-dir--col {
-ms-flex-direction: column;
flex-direction: column
}
@media (min-width:768px) {
.flex-dir--row.flex-dir--row--at-sm, .flex-dir--col.flex-dir--row--at-sm {
-ms-flex-direction: row;
flex-direction: row
}
.flex-dir--row.flex-dir--col--at-sm, .flex-dir--col.flex-dir--col--at-sm {
-ms-flex-direction: column;
flex-direction: column
}
}
@media (min-width:992px) {
.flex-dir--row.flex-dir--row--at-md, .flex-dir--col.flex-dir--row--at-md, .flex-dir--row.flex-dir--col--at-sm.flex-dir--row--at-md, .flex-dir--col.flex-dir--col--at-sm.flex-dir--row--at-md {
-ms-flex-direction: row;
flex-direction: row
}
.flex-dir--row.flex-dir--col--at-md, .flex-dir--col.flex-dir--col--at-md, .flex-dir--row.flex-dir--row--at-sm.flex-dir--col--at-md, .flex-dir--col.flex-dir--row--at-sm.flex-dir--col--at-md {
-ms-flex-direction: column;
flex-direction: column
}
}
@media (min-width:1200px) {
.flex-dir--row.flex-dir--row--at-lg, .flex-dir--col.flex-dir--row--at-lg, .flex-dir--row.flex-dir--col--at-sm.flex-dir--row--at-lg, .flex-dir--col.flex-dir--col--at-sm.flex-dir--row--at-lg, .flex-dir--row.flex-dir--col--at-md.flex-dir--row--at-lg, .flex-dir--col.flex-dir--col--at-md.flex-dir--row--at-lg {
-ms-flex-direction: row;
flex-direction: row
}
.flex-dir--row.flex-dir--col--at-lg, .flex-dir--col.flex-dir--col--at-lg, .flex-dir--row.flex-dir--row--at-sm.flex-dir--col--at-lg, .flex-dir--col.flex-dir--row--at-sm.flex-dir--col--at-lg, .flex-dir--row.flex-dir--row--at-md.flex-dir--col--at-lg, .flex-dir--col.flex-dir--row--at-md.flex-dir--col--at-lg {
-ms-flex-direction: column;
flex-direction: column
}
}
.flex-justify--around {
-ms-flex-pack: distribute;
justify-content: space-around
}
.flex-align--stretch {
-ms-flex-align: stretch;
align-items: stretch
}
.flex-align--start {
-ms-flex-align: start;
align-items: flex-start
}
.flex-align--end {
-ms-flex-align: end;
align-items: flex-end
}
.flex-align--center {
-ms-flex-align: center;
align-items: center
}
.flex-col.flex--half {
-ms-flex: 50%;
flex: 50%
}
.flex-col.flex--third {
-ms-flex: 33%;
flex: 33%
}
.flex-col.flex--fourth {
-ms-flex: 25%;
flex: 25%
}
.flex-col.flex--fifth {
-ms-flex: 20%;
flex: 20%
}
.whatsNew {
background-color: #eee;
border-style: solid;
border-top-width: 1px;
border-right-width: 0;
border-bottom-width: 1px;
border-left-width: 0;
border-color: #ddd
}
.whatsNew .gp-ui-card {
border: none;
border-radius: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}
.whatsNew .gp-ui-card .media {
border: none
}
.whatsNew .gp-ui-card .gp-ui-card__footer {
border: none
}
.cornerstones img {
width: 75%;
margin-left: 13%
}
.cornerstones p {
text-align: justify
}
.cornerstones .col-sm-pull-4 h5 {
text-align: right
}
.apps-and-services {
background-color: rgba(255, 255, 255, .5);
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd
}
.firstTime {
background-color: #f5f5d2;
border-bottom: 1px solid #ddd;
margin-bottom: -1rem
}
.community {
padding: 1em 0;
border-bottom-width: 1px;
border-color: #ddd;
border-style: dashed
}
.community .about {
color: #333;
background-color: #fff;
position: relative
}
.community .about .toolbar {
margin-top: .5em
}
.community .community-stat {
font-size: .85rem;
display: inline-block;
margin-right: .5em;
text-align: center
}
img.recent {
width: 100%
}
.service img {
width: 100px;
height: auto;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #bbb
}
.service img.large {
width: 200px
}
.swatch {
display: block;
float: left;
height: 250px;
width: 100%;
overflow: hidden;
margin-bottom: 1em
}
.swatch .preview {
width: 100px;
height: 100px
}
.swatch .details {
width: 100%;
overflow: hidden;
font-size: .8em;
color: #333
}
.swatch .details h3, .swatch .details h4, .swatch .details h5 {
margin-bottom: .125em
}
.thumb-icon {
height: 200px;
width: 100%;
display: block;
margin: 0 auto;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #bbb
}
@-webkit-keyframes rotation {
from {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg)
}
to {
-webkit-transform: scale(1) rotate(360deg);
transform: scale(1) rotate(360deg)
}
}
@-ms-keyframes rotation {
from {
transform: scale(1) rotate(0deg)
}
to {
transform: scale(1) rotate(360deg)
}
}
@keyframes rotation {
from {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg)
}
to {
-webkit-transform: scale(1) rotate(360deg);
transform: scale(1) rotate(360deg)
}
}
.a-flip--down {
height: 0;
overflow: hidden
}
.a-flip--down.is-visible {
height: auto;
-webkit-transform-origin: center top;
transform-origin: center top;
-webkit-animation: flip-down .5s .3s;
animation: flip-down .5s .3s;
-webkit-animation-fill-mode: backwards;
animation-fill-mode: backwards
}
@-webkit-keyframes flip-down {
0% {
-webkit-transform: perspective(1000px) rotateX(-90deg);
transform: perspective(1000px) rotateX(-90deg)
}
100% {
-webkit-transform: perspective(1000px) translateY(0);
transform: perspective(1000px) translateY(0)
}
}
@keyframes flip-down {
0% {
-webkit-transform: perspective(1000px) rotateX(-90deg);
transform: perspective(1000px) rotateX(-90deg)
}
100% {
-webkit-transform: perspective(1000px) translateY(0);
transform: perspective(1000px) translateY(0)
}
}
@-webkit-keyframes flip-up {
0% {
-webkit-transform: perspective(1000px) translateY(0);
transform: perspective(1000px) translateY(0)
}
100% {
-webkit-transform: perspective(1000px) rotateX(-90deg);
transform: perspective(1000px) rotateX(-90deg)
}
}
@keyframes flip-up {
0% {
-webkit-transform: perspective(1000px) translateY(0);
transform: perspective(1000px) translateY(0)
}
100% {
-webkit-transform: perspective(1000px) rotateX(-90deg);
transform: perspective(1000px) rotateX(-90deg)
}
}
/*---------End GeoMain styling from Drupal cutover------------ */
/*----------Start additional Geoplatform Theme Styling------------*/
.img--prominent {
box-shadow: 5px 5px 7px rgba(0, 0, 0, .5)
}
.svc-card {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between
}
.svc-card__img {
-ms-flex-preferred-size: 54%;
flex-basis: 54%;
padding: 2em;
z-index: 2;
background: #112158;
box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);
border-radius: 2px
}
.svc-card__img img {
width: 100%
}
.svc-card__body {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: distribute;
justify-content: space-around;
margin-left: -1em;
padding: 3em 1em 3em 3em;
z-index: 1;
background: #ddd
}
.svc-card__title {
font-size: 1.125em;
font-weight: 700;
margin-bottom: .5em
}
#wp-link-wrap {
z-index: 99999999999999;
}
#wp-link-backdrop {
z-index: 99999999999999;
}
div.mce-inline-toolbar-grp{
z-index: 9999999
}
.column-content {
-moz-column-count: 2;
-moz-column-gap: 10px;
-moz-column-rule: none;
-webkit-column-count: 2;
-webkit-column-gap: 10px;
-webkit-column-rule: none;
column-count: 2;
column-gap: 10px;
column-rule: none;
}
h5.blog-post-meta {
margin-top:1em;
text-decoration: none;
font-size: 16px;
font-weight: normal!important;
}
/*------------------------------
Theme Check Additions
per http://rachievee.com/wordpress-generated-classes/
and https://github.com/Automattic/_s/blob/master/style.css
------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*#calendar*/
#wp-calendar{
width: -webkit-fill-available;
}
/*--------------------------------------------------------------
# Content Width
per https://codex.wordpress.org/Content_Width#Adding_Theme_Support
--------------------------------------------------------------*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
} | themes/GeoPlatform2018/css/Geomain_style.css |
html, body {
font-size: 16px
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700!important
}
h1 {
font-size: 2.25rem
}
h2 {
font-size: 1.875rem
}
h3 {
font-size: 1.5rem
}
h4 {
font-size: 1.125rem
}
h5 {
font-size: 1rem
}
h6 {
font-size: .75rem
}
.btn-group>.btn, .btn {
font-size: 1rem
}
.btn-group-sm>.btn, .btn-sm {
font-size: .75rem
}
.btn-group-lg>.btn, .btn-lg {
font-size: 1.125rem
}
.text-primary, a.text-primary, a.text-primary:visited {
color: #112158
}
.text-accented, a.text-accented, a.text-accented:visited {
color: #393
}
.text-selected, .text-active, a, a:visited {
color: #428bca
}
.text-gray-dk {
color: #333
}
.text-gray-md {
color: #777
}
.text-gray-lt {
color: #bbb
}
.text-gray-xlt {
color: #ddd
}
.text-white {
color: #fff
}
.text-danger {
color: #d9534f
}
.primary {
background-color: #112158;
border-color: #0d1943;
color: #fff
}
.accented {
background-color: #393;
border-color: #2d862d;
color: #fff
}
.selected, .active {
background-color: #428bca;
border-color: #357ebd;
color: #fff
}
.success {
background-color: #5cb85c;
border-color: #4cae4c;
color: #333
}
.info {
background-color: #5bc0de;
border-color: #46b8da;
color: #333
}
.warning {
background-color: #f0ad4e;
border-color: #eea236;
color: #333
}
.danger {
background-color: #d9534f;
border-color: #d43f3a;
color: #333
}
.gray-dk {
background-color: #333;
border-color: #262626;
color: #fff
}
.gray-md {
background-color: #777;
border-color: #6a6a6a;
color: #fff
}
.gray-lt {
background-color: #bbb;
border-color: #aeaeae;
color: #333
}
.gray-xlt {
background-color: #ddd;
border-color: #d0d0d0;
color: #333
}
.t-bg-transparent {
background-color: transparent
}
.t-bg--white {
background-color: #fff
}
.t-fg--white {
color: #fff
}
.t-bg--accent {
background-color: #393
}
.t-fg--accent {
color: #393
}
.t-bg--primary {
background-color: #112158
}
.t-fg--primary {
color: #112158
}
.t-bg--danger {
background-color: #d9534f
}
.t-fg--danger {
color: #d9534f
}
.t-bg--success {
background-color: #5cb85c
}
.t-fg--success {
color: #5cb85c
}
.t-bg--warning {
background-color: #f0ad4e
}
.t-fg--warning {
color: #f0ad4e
}
.t-bg--info {
background-color: #5bc0de
}
.t-fg--info {
color: #5bc0de
}
.t-bg--selected {
background-color: #428bca
}
.t-fg--selected {
color: #428bca
}
.t-bg--wild {
background-color: #ff009a
}
.t-fg--wild {
color: #ff009a
}
.t-bg--gray-dk {
background-color: #333
}
.t-fg--gray-dk {
color: #333
}
.t-bg--gray-md {
background-color: #777
}
.t-fg--gray-md {
color: #777
}
.t-bg--gray-lt {
background-color: #bbb
}
.t-fg--gray-lt {
color: #bbb
}
.t-bg--gray-xlt {
background-color: #ddd
}
.t-fg--gray-xlt {
color: #ddd
}
.badge.badge-accented {
background-color: #393
}
.badge.badge-primary {
background-color: #428bca
}
.badge.badge-danger {
background-color: #d9534f
}
.badge.badge-info {
background-color: #5bc0de
}
.u-pd--xs, .pd-xs {
padding: .125em
}
.u-pd--sm, .pd-sm {
padding: .25em
}
.u-pd--md, .pd-md {
padding: .5em
}
.u-pd--lg, .pd-lg {
padding: .75em
}
.u-pd--xlg, .pd-xlg {
padding: 1em
}
.u-pd--xxlg, .pd-xxlg {
padding: 1.5em
}
.u-pd--xxxlg, .pd-xxxlg {
padding: 2em
}
.u-pd-top--xs {
padding-top: .125em
}
.u-pd-top--sm {
padding-top: .25em
}
.u-pd-top--md {
padding-top: .5em
}
.u-pd-top--lg {
padding-top: .75em
}
.u-pd-top--xlg {
padding-top: 1em
}
.u-pd-top--xxlg {
padding-top: 1.5em
}
.u-pd-top--xxxlg {
padding-top: 2em
}
.u-pd-bottom--xs {
padding-bottom: .125em
}
.u-pd-bottom--sm {
padding-bottom: .25em
}
.u-pd-bottom--md {
padding-bottom: .5em
}
.u-pd-bottom--lg {
padding-bottom: .75em
}
.u-pd-bottom--xlg {
padding-bottom: 1em
}
.u-pd-bottom--xxlg {
padding-bottom: 1.5em
}
.u-pd-bottom--xxxlg {
padding-bottom: 2em
}
.u-pd-left--xs {
padding-left: .125em
}
.u-pd-left--sm {
padding-left: .25em
}
.u-pd-left--md {
padding-left: .5em
}
.u-pd-left--lg {
padding-left: .75em
}
.u-pd-left--xlg {
padding-left: 1em
}
.u-pd-left--xxlg {
padding-left: 1.5em
}
.u-pd-left--xxxlg {
padding-left: 2em
}
.u-pd-right--xs {
padding-right: .125em
}
.u-pd-right--sm {
padding-right: .25em
}
.u-pd-right--md {
padding-right: .5em
}
.u-pd-right--lg {
padding-right: .75em
}
.u-pd-right--xlg {
padding-right: 1em
}
.u-pd-right--xxlg {
padding-right: 1.5em
}
.u-pd-right--xxxlg {
padding-right: 2em
}
.u-mg--xs, .mg-xs {
margin: .125em
}
.u-mg--sm, .mg-sm {
margin: .25em
}
.u-mg--md, .mg-md {
margin: .5em
}
.u-mg--lg, .mg-lg {
margin: .75em
}
.u-mg--xlg, .mg-xlg {
margin: 1em
}
.u-mg--xxlg, .mg-xxlg {
margin: 1.5em
}
.u-mg--xxxlg, .mg-xxxlg {
margin: 2em
}
.u-mg-top--xs {
margin-top: .125em
}
.u-mg-top--sm {
margin-top: .25em
}
.u-mg-top--md {
margin-top: .5em
}
.u-mg-top--lg {
margin-top: .75em
}
.u-mg-top--xlg {
margin-top: 1em
}
.u-mg-top--xxlg {
margin-top: 1.5em
}
.u-mg-top--xxxlg {
margin-top: 2em
}
.u-mg-bottom--xs {
margin-bottom: .125em
}
.u-mg-bottom--sm {
margin-bottom: .25em
}
.u-mg-bottom--md {
margin-bottom: .5em
}
.u-mg-bottom--lg {
margin-bottom: .75em
}
.u-mg-bottom--xlg {
margin-bottom: 1em
}
.u-mg-bottom--xxlg {
margin-bottom: 1.5em
}
.u-mg-bottom--xxxlg {
margin-bottom: 2em
}
.u-mg-left--xs {
margin-left: .125em
}
.u-mg-left--sm {
margin-left: .25em
}
.u-mg-left--md {
margin-left: .5em
}
.u-mg-left--lg {
margin-left: .75em
}
.u-mg-left--xlg {
margin-left: 1em
}
.u-mg-left--xxlg {
margin-left: 1.5em
}
.u-mg-left--xxxlg {
margin-left: 2em
}
.u-mg-right--xs {
margin-right: .125em
}
.u-mg-right--sm {
margin-right: .25em
}
.u-mg-right--md {
margin-right: .5em
}
.u-mg-right--lg {
margin-right: .75em
}
.u-mg-right--xlg {
margin-right: 1em
}
.u-mg-right--xxlg {
margin-right: 1.5em
}
.u-mg-right--xxxlg {
margin-right: 2em
}
.u-text--xs, .text--xs {
font-size: .6em
}
.u-text--sm, .text--sm {
font-size: .85em
}
.u-text--xlg, .text--xlg {
font-size: 2em
}
.u-text--xxlg, .text--xxlg {
font-size: 3em
}
.u-text--xxxlg, .text--xxxlg {
font-size: 4em
}
.small-text, .text-small {
font-size: .85rem
}
.u-text--centered, .text--centered, .text-centered {
text-align: center
}
.u-text--righted, .text--righted, .text-righted, .righted {
text-align: right
}
.child-centered-horizontal {
margin: 0 auto
}
.bordered {
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #bbb
}
.border-primary {
border-color: #112158
}
.border-accented {
border-color: #393
}
.border-wild {
border-color: #ff009a
}
.border-gray-dk {
border-color: #333
}
.border-gray-md {
border-color: #777
}
.border-gray-lt {
border-color: #bbb
}
.border-gray-xlt {
border-color: #ddd
}
.bordered-left {
border-left-width: 1px
}
.bordered-right {
border-right-width: 1px
}
.bordered-top {
border-top-width: 1px
}
.bordered-bottom {
border-bottom-width: 1px
}
.bordered-left-thick {
border-left-width: 3px
}
.bordered-right-thick {
border-right-width: 3px
}
.bordered-top-thick {
border-top-width: 3px
}
.bordered-bottom-thick {
border-bottom-width: 3px
}
.shadowed-left {
box-shadow: -1px 1px 3px rgba(0, 0, 0, .5)
}
.shadowed-right {
box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}
.shadowed-bottom {
box-shadow: 0 1px 3px rgba(0, 0, 0, .5)
}
.shadowed-left-xlt {
box-shadow: -1px 1px 3px rgba(0, 0, 0, .1)
}
.shadowed-right-xlt {
box-shadow: 1px 1px 3px rgba(0, 0, 0, .1)
}
.shadowed-bottom-xlt {
box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}
.shadowed-left-lt {
box-shadow: -1px 1px 3px rgba(0, 0, 0, .25)
}
.shadowed-right-lt {
box-shadow: 1px 1px 3px rgba(0, 0, 0, .25)
}
.shadowed-bottom-lt {
box-shadow: 0 1px 3px rgba(0, 0, 0, .25)
}
.shadowed-left-dk {
box-shadow: -1px 1px 3px rgba(0, 0, 0, .75)
}
.shadowed-right-dk {
box-shadow: 1px 1px 3px rgba(0, 0, 0, .75)
}
.shadowed-bottom-dk {
box-shadow: 0 1px 3px rgba(0, 0, 0, .75)
}
.shadowed-left, .shadowed-right, .shadowed-bottom, .shadowed-left-xlt, .shadowed-right-xlt, .shadowed-bottom-xlt, .shadowed-left-lt, .shadowed-right-lt, .shadowed-bottom-lt, .shadowed-left-dk, .shadowed-right-dk, .shadowed-bottom-dk {
border-collapse: separate
}
table.shadowed-left, table.shadowed-right, table.shadowed-bottom, table.shadowed-left-xlt, table.shadowed-right-xlt, table.shadowed-bottom-xlt, table.shadowed-left-lt, table.shadowed-right-lt, table.shadowed-bottom-lt, table.shadowed-left-dk, table.shadowed-right-dk, table.shadowed-bottom-dk {
border-collapse: collapse
}
.shadowed-edges {
position: relative
}
.shadowed-edges:before, .shadowed-edges:after {
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 20px;
width: 50%;
top: 80%;
max-width: 300px;
background: #777;
box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg)
}
.shadowed-edges:after {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
right: 20px;
left: auto
}
.spin {
-animation: spin .5s infinite linear;
-ms-animation: spin .5s infinite linear;
-webkit-animation: spinwebkit .5s infinite linear;
-moz-animation: spinmoz .5s infinite linear
}
@-webkit-keyframes spin {
from {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg)
}
to {
-webkit-transform: scale(1) rotate(360deg);
transform: scale(1) rotate(360deg)
}
}
@keyframes spin {
from {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg)
}
to {
-webkit-transform: scale(1) rotate(360deg);
transform: scale(1) rotate(360deg)
}
}
@-webkit-keyframes spinwebkit {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg)
}
}
.flip-horizontal {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
-webkit-filter: FlipH;
filter: FlipH;
-ms-filter: "FlipH"
}
.rotate90 {
transition-duration: .2s;
transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
.rotate90.active {
color: #333;
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
.fadein {
transition: .3s linear all;
-webkit-transition: .3s linear all;
-moz-transition: .3s linear all;
-o-transition: .3s linear all
}
.fadein.ng-enter {
opacity: 0
}
.fadein.ng-enter.ng-enter-active {
opacity: 1
}
.fadein.ng-leave {
opacity: 1
}
.fadein.ng-leave.ng-leave-active {
opacity: 0
}
.slide-left, .slide-left-full {
transition: .3s linear all;
-webkit-transition: .3s linear all;
-moz-transition: .3s linear all;
-o-transition: .3s linear all
}
.slide-left.ng-enter {
right: -500px
}
.slide-left.ng-enter.ng-enter-active {
right: 0
}
.slide-left.ng-leave {
right: 0
}
.slide-left.ng-leave-active {
right: -500px
}
.slide-left-full.ng-enter {
left: 100%
}
.slide-left-full.ng-enter.ng-enter-active {
left: 0
}
.slide-left-full.ng-leave {
left: 0
}
.slide-left-full.ng-leave-active {
left: 100%
}
@media (min-width:768px) {
.slide-left.ng-enter, .slide-left.ng-leave-active {
right: -400px
}
}
@media (min-width:768px) and (max-width:991px) {
.slide-left.ng-enter, .slide-left.ng-leave-active {
width: 400px
}
}
@-webkit-keyframes rippleOn {
0% {
opacity: 0
}
50% {
opacity: .3
}
100% {
opacity: 0
}
}
@keyframes rippleOn {
0% {
opacity: 0
}
50% {
opacity: .3
}
100% {
opacity: 0
}
}
@-webkit-keyframes rippleOff {
0% {
opacity: 0
}
50% {
opacity: .3
}
100% {
opacity: 0
}
}
@keyframes rippleOff {
0% {
opacity: 0
}
50% {
opacity: .3
}
100% {
opacity: 0
}
}
body .btn {
font-size: 1rem
}
body .btn.btn-lg {
font-size: 1.25em;
padding: .75em 1em;
line-height: 1.333333
}
body .btn.btn-sm {
padding: .25em .75em;
font-size: .875em;
line-height: 1.5
}
body .btn.btn-xs {
padding: .0625em .3125em;
font-size: .75em;
line-height: 1.5
}
.btn-round {
width: 2.25em;
height: 2.25em;
border-radius: 2.5em;
padding: .125em 0 0
}
.btn-round.btn-sm {
width: 1.875em;
height: 1.875em;
border-radius: 100%;
padding: .1em 0 0!important
}
.btn-round.btn-xs {
width: 1.5em;
height: 1.5em;
border-radius: 100%;
padding: .1em 0 0!important
}
.btn-round.btn-lg {
border-radius: 100%;
padding: 0!important;
width: 2.125em;
height: 2.125em
}
.btn.btn-square {
border-radius: 0
}
.btn.btn-primary, a.btn.btn-primary, .btn.btn-danger, a.btn.btn-danger, .btn.btn-info, a.btn.btn-info, .btn.btn-success, a.btn.btn-success, .btn.btn-warning, a.btn.btn-warning, .btn.btn-wild, a.btn.btn-wild {
color: #fff
}
.btn.btn-accent, a.btn.btn-accent {
background-color: #393;
border-color: #2d862d;
color: #fff
}
.btn.btn-accent:hover, a.btn.btn-accent:hover, .btn.btn-accent:focus, a.btn.btn-accent:focus, .btn.btn-accent.active, a.btn.btn-accent.active {
background-color: #2d862d;
border-color: #267326;
color: #fff
}
.btn.btn-wild, a.btn.btn-wild {
background-color: #e61995;
border-color: #cf1786
}
.btn.btn-wild:hover, a.btn.btn-wild:hover, .btn.btn-wild:focus, a.btn.btn-wild:focus, .btn.btn-wild.active, a.btn.btn-wild.active {
background-color: #cf1786;
border-color: #b81477
}
.btn.btn-white, a.btn.btn-white {
background-color: #fff;
border-color: #eaeaea;
color: #777
}
.btn.btn-white:hover, a.btn.btn-white:hover, .btn.btn-white:focus, a.btn.btn-white:focus, .btn.btn-white.active, a.btn.btn-white.active {
background-color: #eaeaea;
border-color: #dedede;
color: #333
}
.btn.btn-default-outline, .btn.btn-secondary-outline {
background-color: transparent;
border-color: #777;
color: #777
}
.btn.btn-default-outline:hover, .btn.btn-secondary-outline:hover {
background-color: #ddd
}
.btn.btn-primary-outline {
background-color: transparent;
border-color: #337ab7;
color: #337ab7
}
.btn.btn-primary-outline:hover {
background-color: #337ab7;
color: #fff
}
.btn.btn-accent-outline {
background-color: transparent;
border-color: #393;
color: #393
}
.btn.btn-accent-outline:hover {
background-color: #393;
color: #fff
}
.btn.btn-info-outline {
background-color: transparent;
border-color: #5bc0de;
color: #5bc0de
}
.btn.btn-info-outline:hover {
background-color: #5bc0de;
color: #fff
}
.btn.btn-warning-outline {
background-color: transparent;
border-color: #f0ad4e;
color: #f0ad4e
}
.btn.btn-warning-outline:hover {
background-color: #f0ad4e;
color: #fff
}
.btn.btn-danger-outline {
background-color: transparent;
border-color: #d9534f;
color: #d9534f
}
.btn.btn-danger-outline:hover {
background-color: #d9534f;
color: #fff
}
.btn.btn-wild-outline {
background-color: transparent;
border-color: #ff009a;
color: #ff009a
}
.btn.btn-wild-outline:hover {
background-color: #ff009a;
color: #fff
}
.btn.btn-white-outline {
background-color: transparent;
border-color: #fff;
color: #fff
}
.btn.btn-white-outline:hover {
background-color: #fff;
color: #333
}
.btn.btn-link.active {
background-color: transparent;
border-color: transparent
}
.btn .hidden-on-active {
display: initial
}
.active.btn .hidden-on-active {
display: none
}
.btn .visible-on-active {
display: none
}
.active.btn .visible-on-active {
display: initial
}
header .pull-right .btn-account {
padding: 0
}
.btn-account>button, .btn-account>.btn {
color: #777;
padding: 1em .75em;
border: none;
text-decoration: none;
font-size: inherit;
background: 0 0;
transition: background .2s ease
}
.btn-account>button>.glyphicon, .btn-account>.btn>.glyphicon {
background-color: #777;
padding: .25em;
border-radius: 1em;
color: #fff;
vertical-align: bottom;
transition: background .3s ease
}
.btn-account:hover>.btn {
background-color: #eaeaea;
text-decoration: none
}
.btn-account:hover>.btn>.glyphicon {
background-color: #393
}
.btn-account .account-details {
color: #777;
padding: 0 1em
}
.btn-account .account-details .media-heading {
font-weight: 700
}
.btn-account .account-details .glyphicon {
font-size: 6em
}
header .pull-right .btn-account>.btn>.glyphicon, .header__menu li>.btn-group.btn-account>.btn>.glyphicon {
vertical-align: top;
font-size: .75em
}
.btn-group-multi {
position: relative;
width: auto;
height: auto
}
.btn-group-multi .btn {
transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-webkit-transition: all .3s ease-out
}
.btn-group-multi .btn-multi {
position: relative;
z-index: 2;
width: 2.5rem;
height: 2.5rem
}
.btn-group-multi .btn-multi.btn-round.btn-dots {
padding-top: .3rem
}
.btn-group-multi .btn-multi-option {
position: absolute;
top: 1px;
left: 1px;
z-index: 1;
box-shadow: none!important;
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
.btn-group-multi.active {
background: 0 0
}
.btn-group-multi.active.hoverable .btn-multi {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
.btn-group-multi.active .btn-multi-option {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
.btn-group-multi.active .btn-multi-option:nth-child(2) {
top: -3rem
}
.btn-group-multi.active .btn-multi-option:nth-child(3) {
top: -2.12132034rem;
left: 2.12132034rem
}
.btn-group-multi.active .btn-multi-option:nth-child(4) {
left: 3rem
}
.btn-group-multi.active .btn-multi-option:nth-child(5) {
top: 2.12132034rem;
left: 2.12132034rem
}
.btn-group-multi.active .btn-multi-option:nth-child(6) {
top: 3rem
}
.btn-group-multi.active.active .btn-multi .icon-options, .btn-group-multi.active[aria-expanded=true] .btn-multi .icon-options {
background: 0 0
}
.btn-group-multi.active.active .btn-multi .icon-options::before, .btn-group-multi.active[aria-expanded=true] .btn-multi .icon-options::before {
width: 1em;
height: .2em;
left: -.35em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.btn-group-multi.active.active .btn-multi .icon-options::after, .btn-group-multi.active[aria-expanded=true] .btn-multi .icon-options::after {
width: 1em;
height: .2em;
right: -.35em;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.btn-group-multi.active.active .btn-multi .icon-options::before, .btn-group-multi.active[aria-expanded=true] .btn-multi .icon-options::before, .btn-group-multi.active.active .btn-multi .icon-options::after, .btn-group-multi.active[aria-expanded=true] .btn-multi .icon-options::after {
transition: width .3s 0s, height .3s .3s, -webkit-transform .3s .3s;
transition: width .3s 0s, height .3s .3s, transform .3s .3s
}
.btn-group-multi.btn-group-multi-right.active .btn-multi-option:nth-child(2) {
top: -3rem
}
.btn-group-multi.btn-group-multi-right.active .btn-multi-option:nth-child(3) {
top: -2.12132034rem;
left: -2.12132034rem
}
.btn-group-multi.btn-group-multi-right.active .btn-multi-option:nth-child(4) {
left: -3rem
}
.btn-group-multi.btn-group-multi-right.active .btn-multi-option:nth-child(5) {
top: 2.12132034rem;
left: -2.12132034rem
}
.btn-group-multi.btn-group-multi-right.active .btn-multi-option:nth-child(6) {
top: 3rem
}
.btn-group-multi.active, .btn-group-multi.active:focus, .btn-group-multi:active:focus, .btn-group-multi:focus, .btn-group-multi.active.focus, .btn-group-multi:active.focus, .btn-group-multi.focus, .btn-group-multi .btn-multi, .btn-group-multi.active:focus .btn-multi, .btn-group-multi:active:focus .btn-multi, .btn-group-multi:focus .btn-multi, .btn-group-multi.active.focus .btn-multi, .btn-group-multi:active.focus .btn-multi, .btn-group-multi.focus {
outline: 0;
box-shadow: none;
border: none
}
@media (min-width:992px) {
.btn-group-multi.hoverable:hover .btn-multi {
transform: rotate(90deg);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg)
}
.btn-group-multi.hoverable:hover .btn-multi-option {
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg)
}
.btn-group-multi.hoverable:hover .btn-multi-option:nth-child(2) {
top: -3rem
}
.btn-group-multi.hoverable:hover .btn-multi-option:nth-child(3) {
top: -2.12132034rem;
left: 2.12132034rem
}
.btn-group-multi.hoverable:hover .btn-multi-option:nth-child(4) {
left: 3rem
}
.btn-group-multi.hoverable:hover .btn-multi-option:nth-child(5) {
top: 2.12132034rem;
left: 2.12132034rem
}
.btn-group-multi.hoverable:hover .btn-multi-option:nth-child(6) {
top: 3rem
}
.btn-group-multi.btn-group-multi-right.hoverable:hover .btn-multi-option:nth-child(2) {
top: -3rem
}
.btn-group-multi.btn-group-multi-right.hoverable:hover .btn-multi-option:nth-child(3) {
top: -2.12132034rem;
left: -2.12132034rem
}
.btn-group-multi.btn-group-multi-right.hoverable:hover .btn-multi-option:nth-child(4) {
left: -3rem
}
.btn-group-multi.btn-group-multi-right.hoverable:hover .btn-multi-option:nth-child(5) {
top: 2.12132034rem;
left: -2.12132034rem
}
.btn-group-multi.btn-group-multi-right.hoverable:hover .btn-multi-option:nth-child(6) {
top: 3rem
}
}
.btn-info>.icon-options, .btn-primary>.icon-options, .btn-accent>.icon-options, .btn-wild>.icon-options, .btn-danger>.icon-options {
background: #fff
}
.btn-info>.icon-options::before, .btn-primary>.icon-options::before, .btn-accent>.icon-options::before, .btn-wild>.icon-options::before, .btn-danger>.icon-options::before, .btn-info>.icon-options::after, .btn-primary>.icon-options::after, .btn-accent>.icon-options::after, .btn-wild>.icon-options::after, .btn-danger>.icon-options::after {
background-color: #fff
}
.btn-info>.icon-hamburger-menu, .btn-primary>.icon-hamburger-menu, .btn-accent>.icon-hamburger-menu, .btn-wild>.icon-hamburger-menu, .btn-danger>.icon-hamburger-menu {
background: #fff
}
.btn-info>.icon-hamburger-menu::before, .btn-primary>.icon-hamburger-menu::before, .btn-accent>.icon-hamburger-menu::before, .btn-wild>.icon-hamburger-menu::before, .btn-danger>.icon-hamburger-menu::before, .btn-info>.icon-hamburger-menu::after, .btn-primary>.icon-hamburger-menu::after, .btn-accent>.icon-hamburger-menu::after, .btn-wild>.icon-hamburger-menu::after, .btn-danger>.icon-hamburger-menu::after {
background-color: #fff
}
.btn-info>.icon-hamburger-menu::before, .btn-primary>.icon-hamburger-menu::before, .btn-accent>.icon-hamburger-menu::before, .btn-wild>.icon-hamburger-menu::before, .btn-danger>.icon-hamburger-menu::before {
border-bottom-color: #fff
}
.btn-info>.icon-hamburger-menu::after, .btn-primary>.icon-hamburger-menu::after, .btn-accent>.icon-hamburger-menu::after, .btn-wild>.icon-hamburger-menu::after, .btn-danger>.icon-hamburger-menu::after {
border-top-color: #fff
}
.btn-info>.icon-search::before, .btn-primary>.icon-search::before, .btn-accent>.icon-search::before, .btn-wild>.icon-search::before, .btn-danger>.icon-search::before {
border-color: #fff
}
.btn-info>.icon-search::after, .btn-primary>.icon-search::after, .btn-accent>.icon-search::after, .btn-wild>.icon-search::after, .btn-danger>.icon-search::after {
background-color: #fff
}
.btn-info>.icon-checked, .btn-primary>.icon-checked, .btn-accent>.icon-checked, .btn-wild>.icon-checked, .btn-danger>.icon-checked {
border-color: #fff
}
.btn-info>.icon-checked::after, .btn-primary>.icon-checked::after, .btn-accent>.icon-checked::after, .btn-wild>.icon-checked::after, .btn-danger>.icon-checked::after {
border-right-color: #fff;
border-top-color: #fff
}
.icon-hamburger-menu {
display: inline-block;
position: relative;
width: 1em;
height: .125em;
background: #777;
vertical-align: middle;
margin-bottom: .25em;
border-radius: 2px;
transition: background 0s .3s
}
.icon-hamburger-menu::before, .icon-hamburger-menu::after {
position: absolute;
display: block;
left: 0;
width: 100%;
height: 1px;
background-color: #777;
border-radius: 2px;
content: "";
transition-duration: .3s, .3s;
transition-delay: .3s, 0s
}
.icon-hamburger-menu::before {
top: -.275em;
border-bottom: .15em solid #777;
transition-property: top, -webkit-transform;
transition-property: top, transform
}
.icon-hamburger-menu::after {
bottom: -.275em;
border-top: .15em solid #777;
transition-property: bottom, -webkit-transform;
transition-property: bottom, transform
}
.active>.icon-hamburger-menu, .btn[aria-expanded=true] .icon-hamburger-menu {
background: 0 0
}
.active>.icon-hamburger-menu::before, .btn[aria-expanded=true] .icon-hamburger-menu::before {
top: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.active>.icon-hamburger-menu::after, .btn[aria-expanded=true] .icon-hamburger-menu::after {
bottom: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.active>.icon-hamburger-menu::before, .active>.icon-hamburger-menu::after, .btn[aria-expanded=true] .icon-hamburger-menu::before, .btn[aria-expanded=true] .icon-hamburger-menu::after {
transition-delay: 0s, .3s
}
.btn:hover>.icon-hamburger-menu, .hover>.icon-hamburger-menu {
background: #393
}
.active.btn:hover>.icon-hamburger-menu, .active.hover>.icon-hamburger-menu, [aria-expanded=true].btn:hover>.icon-hamburger-menu, [aria-expanded=true].hover>.icon-hamburger-menu {
background: transparent!important
}
.btn:hover>.icon-hamburger-menu::before, .hover>.icon-hamburger-menu::before {
border-bottom-color: #393!important
}
.btn:hover>.icon-hamburger-menu::after, .hover>.icon-hamburger-menu::after {
border-top-color: #393!important
}
.icon-hamburger-menu.t-light {
background: #fff
}
.icon-hamburger-menu.t-light::before, .icon-hamburger-menu.t-light::after {
background-color: #fff
}
.icon-hamburger-menu.t-light::before {
border-bottom-color: #fff
}
.icon-hamburger-menu.t-light::after {
border-top-color: #fff
}
.icon-options {
display: inline-block;
position: relative;
width: .3em;
height: .3em;
background: #777;
vertical-align: middle;
margin: 0 .5em;
border-radius: .5em;
transition: background 0s .3s
}
.icon-options::before, .icon-options::after {
position: absolute;
display: block;
width: .3em;
height: .3em;
background-color: #777;
content: "";
border-radius: .5em;
transition: width .3s .3s, height .3s 0s, -webkit-transform .3s 0s;
transition: width .3s .3s, height .3s 0s, transform .3s 0s
}
.icon-options::before {
left: -.375em
}
.icon-options::after {
right: -.375em
}
.active>.icon-options, .btn[aria-expanded=true] .icon-options, .expanded>.icon-options {
background: 0 0
}
.active>.icon-options::before, .btn[aria-expanded=true] .icon-options::before, .expanded>.icon-options::before {
width: 1em;
height: .2em;
left: -.35em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.active>.icon-options::after, .btn[aria-expanded=true] .icon-options::after, .expanded>.icon-options::after {
width: 1em;
height: .2em;
right: -.35em;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.active>.icon-options::before, .active>.icon-options::after, .btn[aria-expanded=true] .icon-options::before, .btn[aria-expanded=true] .icon-options::after, .expanded>.icon-options::before, .expanded>.icon-options::after {
transition: width .3s 0s, height .3s .3s, -webkit-transform .3s .3s;
transition: width .3s 0s, height .3s .3s, transform .3s .3s
}
.icon-options.text-active, .icon-options.text-active::before, .icon-options.text-active::after {
background: #428bca
}
.active>.icon-options.text-active, .btn[aria-expanded=true] .icon-options.text-active, .expanded>.icon-options.text-active {
background: 0 0
}
.icon-options.t-light {
background: #fff
}
.icon-options.t-light::before, .icon-options.t-light::after {
background-color: #fff
}
.icon-options.u-vertical {
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg)
}
.icon-gp {
display: inline-block;
position: relative;
top: 1px;
border: .15em solid #112158;
box-shadow: 0 0 1px #fff;
border-radius: 2px;
padding: 0
}
.icon-gp::after {
content: " ";
display: block;
width: .75em;
height: .75em;
background-color: #fff;
border: .125em solid #393
}
.icon-search {
display: inline-block;
width: 1em;
height: 1em
}
.icon-search::before {
display: block;
content: " ";
border: .2em solid #333;
border-radius: 1em;
width: .9em;
height: .9em;
transition-duration: .2s, .2s;
transition-property: all, -webkit-transform;
transition-property: all, transform
}
.icon-search::after {
display: block;
content: " ";
background-color: #333;
height: .25em;
width: .5em;
-webkit-transform: translate(0.0390625em, -.125em) rotate(45deg);
transform: translate(0.625em, -.125em) rotate(45deg);
transition-duration: .3s, .3s;
transition-property: width, -webkit-transform;
transition-property: width, transform
}
[aria-expanded=true]>.icon-search::before, .active>.icon-search::before {
width: 1em;
height: 1em;
border-style: dotted;
-animation: spin .5s infinite linear;
-ms-animation: spin .5s infinite linear;
-webkit-animation: spinwebkit .5s infinite linear;
-moz-animation: spinmoz .5s infinite linear
}
[aria-expanded=true]>.icon-search::after, .active>.icon-search::after {
width: 0
}
.input-group-slick>.icon-search {
position: absolute;
top: .5em
}
.input-group-slick>.icon-search::before {
border-color: #848484
}
.input-group-slick>.icon-search::after {
background-color: #848484
}
.input-group-slick>.icon-search:first-child {
left: .5em
}
.input-group-slick>.icon-search:last-child {
right: .5em
}
.input-group-slick.active>.icon-search::before {
width: 1em;
height: 1em;
border-style: dotted;
border-color: #333;
-animation: spin .5s infinite linear;
-ms-animation: spin .5s infinite linear;
-webkit-animation: spinwebkit .5s infinite linear;
-moz-animation: spinmoz .5s infinite linear
}
.input-group-slick.active>.icon-search::after {
width: 0
}
.icon-checked {
display: inline-block;
position: relative;
width: 1em;
height: 1em;
border: .1875em solid #333;
border-radius: .1875em
}
.icon-checked::after {
content: '';
display: block;
height: 0;
left: 0;
position: absolute;
top: .375em;
width: 0;
border-right: 0 solid #393;
border-top: 0 solid #393;
-webkit-transform: scaleX(-1) rotate(135deg);
transform: scaleX(-1) rotate(135deg);
-webkit-transform-origin: top left;
transform-origin: top left;
transition: width .3s, height .6s .3s
}
.active>.icon-checked {
background: 0 0
}
.active>.icon-checked::after {
border-right-width: .25em;
border-top-width: .25em;
width: .5em;
height: 1em
}
body .input-group {
font-size: 1rem
}
body .input-group.input-group-sm {
font-size: .75rem
}
body .input-group-addon {
font-size: 1em
}
body .form-control {
font-size: 1rem;
height: 2.25em;
padding: .375em .75em
}
body textarea.form-control {
height: auto
}
body .input-group-lg>.form-control, body .input-group-lg>.input-group-addon, body .input-group-lg>.input-group-btn>.btn {
font-size: 1.125rem;
height: 2.5em;
padding: .556em .889em
}
.input-group-btn:last-child>.btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group-btn:last-child>.btn:not(:last-child) {
border-radius: 0;
margin-left: -1px
}
.input-group-slick {
position: relative;
font-size: 1rem
}
.input-group-slick.active {
background-color: transparent
}
.input-group-lg .input-group-slick {
font-size: 1.25em
}
.input-group-slick.input-group-slick--lg>.glyphicon {
top: .875em
}
.input-group-slick.input-group-slick--lg>.form-control {
font-size: 1.25em;
height: 2.25em
}
.input-group-slick.input-group-slick--sm {
font-size: .875rem
}
.input-group-slick.input-group-slick--sm>.glyphicon {
top: .575em
}
.input-group-slick.input-group-slick--sm>.form-control {
height: 2.125em;
font-size: inherit
}
.input-group-slick>.btn {
position: absolute;
top: 1px;
bottom: 1px
}
.input-group-slick>.btn.active {
border-color: transparent
}
.input-group-slick>.btn:first-child {
left: 1px;
border-style: none solid none none;
border-radius: .25em 0 0 .25em
}
.input-group-slick>.btn:last-child {
right: 1px;
border-style: none none none solid;
border-radius: 0 .25em .25em 0
}
.input-group-slick>.glyphicon {
position: absolute;
top: .625em;
color: #848484
}
.input-group-slick>.glyphicon:first-child {
left: .75em
}
.input-group-slick>.glyphicon:last-child {
right: .75em
}
.input-group-slick>input.form-control {
height: 2.25em;
padding-left: 2.5rem;
padding-right: 2.5rem
}
.input-group-slick>input.form-control:first-child {
padding-left: .75em
}
.input-group-slick>input.form-control:last-child {
padding-right: .75em
}
.input-group-slick>input.form-control::-ms-clear {
display: none
}
.input-group-slick>select.form-control:first-child {
text-indent: 0!important
}
.input-group-slick>select.form-control:not(:first-child) {
text-indent: 2em
}
.input-group-slick>.btn+select.form-control {
text-indent: 2.5em
}
.input-group .input-group-slick {
display: table-cell
}
.input-group .input-group-slick>.glyphicon {
z-index: 3000
}
.input-group .input-group-slick .input-group-btn .btn {
padding: .375rem .75rem
}
.input-group .input-group-slick {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0
}
.input-group .input-group-slick:first-child>.form-control {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}
.input-group .input-group-slick:last-child>.form-control {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.input-group>select {
height: 36px
}
.form-group-slick {
position: relative
}
.form-group-slick .indicators {
position: absolute;
top: .625em;
z-index: 3001
}
.form-group-slick .indicators:last-child {
right: .75em
}
.form-group-slick .is-valid {
color: #393
}
.form-group-slick .is-invalid {
color: #d9534f
}
.form-group-slick .form-control.ng-valid~.indicators .is-valid, .form-group-slick .form-control.ng-valid~.indicators .is-invalid {
display: none
}
.form-group-slick .form-control.ng-not-empty.ng-valid~.indicators .is-valid {
display: block
}
.form-group-slick [required].form-control.ng-invalid {
border-color: #d9534f
}
.form-group-slick .form-control.ng-invalid~.indicators .is-invalid {
display: block
}
.form-group-slick .form-control.ng-invalid~.indicators .is-valid {
display: none
}
.form-group-slick .input-group-slick--lg .indicators {
top: .875em
}
.form-group-slick .input__display {
word-break: break-all
}
.form-group-slick .input__display:not(.is-read-only) {
cursor: pointer
}
.form-group-slick .input__display.is-read-only {
cursor: not-allowed
}
.form-group-slick .input-group .input-group-addon, .form-group-slick .input-group .input-group-btn {
vertical-align: bottom
}
[uib-datepicker].ng-valid {
padding: .25em;
border: 2px solid transparent
}
[uib-datepicker].ng-invalid {
padding: .25em;
border: 2px solid #d9534f
}
.form-group.t-material {
position: relative;
font-size: 1em;
padding-top: .75em;
margin-top: 1em;
margin-bottom: .5em
}
.form-group.t-material .form-group-icon {
position: absolute;
top: 1.35em;
left: 0;
height: 1.25em;
width: 1.25em;
overflow: hidden
}
.form-group.t-material.form-group-sm .form-group-icon {
font-size: .875em
}
.form-group.t-material .control-label {
position: absolute;
margin-bottom: 0;
font-weight: 500;
color: #333
}
.form-group.t-material .control-label.u-floating {
top: 1.25em;
left: 0;
font-size: 1em;
line-height: 1.42857143;
pointer-events: none;
transition: .3s ease all;
will-change: left, top, contents
}
.form-group.t-material.has-icon .control-label {
left: 1.5em
}
.form-group.t-material.is-required .control-label:after {
content: " *";
color: red
}
.form-group.t-material.form-group-sm .control-label {
font-size: .875em
}
.form-group.t-material .control-label.u-static, .form-group.t-material.is-focused .control-label.u-floating, .form-group.t-material:not(.is-empty) .control-label.u-floating {
top: 0;
left: 0;
font-size: .75em;
line-height: 1.07142857
}
.form-group.t-material.is-focused .control-label {
color: #393
}
.form-group.t-material:not(.is-focused) .control-label.u-static, .form-group.t-material:not(.is-focused):not(.is-empty) .control-label.u-floating {
color: #777
}
.form-group.t-material .help-block {
font-size: .75em;
color: #919191
}
.form-group.t-material.has-error .help-block {
color: #d9534f
}
.form-group.t-material.has-success .help-block {
color: #5cb85c
}
.form-group.t-material .help-block.is-revealable {
opacity: 0;
transition: .3s ease all
}
.form-group.t-material.is-focused .help-block.is-revealable {
opacity: 1
}
.form-group.t-material .input-group-addon, .form-group.t-material .input-group-btn {
padding: 0;
border: 0;
border-radius: 0;
background-image: linear-gradient(#393, #393), linear-gradient(#bbb, #bbb);
background-size: 0 2px, 100% 1px;
background-repeat: no-repeat;
background-position: right bottom, right calc(99%);
background-color: transparent;
transition: background 0s ease-out
}
.form-group.t-material .input-group-addon>.btn, .form-group.t-material .input-group-btn>.btn {
font-size: .85em
}
.form-group.t-material.is-focused .input-group-addon, .form-group.t-material.is-focused .input-group-btn {
outline: 0;
background-image: linear-gradient(#393, #393), linear-gradient(#bbb, #bbb);
background-size: 100% 2px, 100% 1px;
box-shadow: none;
transition-duration: .3s
}
.form-group.t-material.form-group-sm .input-group-addon>.btn, .form-group.t-material.form-group-sm .input-group-btn>.btn {
font-size: .7em
}
.form-group.t-material .form-control {
padding: .5em 0 0;
background-color: transparent;
border: 0;
background-image: linear-gradient(#393, #393), linear-gradient(#bbb, #bbb);
background-size: 0 2px, 100% 1px;
background-repeat: no-repeat;
background-position: center bottom, center calc(99%);
background-color: transparent;
transition: background 0s ease-out;
float: none;
box-shadow: none;
border-radius: 0
}
.form-group.t-material.has-error .form-control {
background-image: linear-gradient(#393, #393), linear-gradient(#d9534f, #d9534f)
}
.form-group.t-material .form-control:focus, .form-group.t-material.is-focused .form-control {
outline: 0;
background-image: linear-gradient(#393, #393), linear-gradient(#bbb, #bbb);
background-size: 100% 2px, 100% 1px;
box-shadow: none;
transition-duration: .3s
}
.form-group.t-material.has-icon .form-control {
padding-left: 1.5em
}
.form-group.t-material.form-group-sm .form-control {
font-size: .75em
}
.form-group.t-material select.form-control {
-webkit-appearance: none
}
.form-group.t-material .form-control[type=checkbox], .form-group.t-material .form-control[type=radio] {
position: relative;
display: inline-block;
width: 1em;
height: 1.5em;
margin: .5em .25em 0 0
}
.form-group.t-material .form-control[type=checkbox]:before, .form-group.t-material .form-control[type=radio]:before {
content: " ";
position: absolute;
bottom: -.175em;
left: -.5em;
width: 2em;
height: 2em;
background-color: rgba(51, 153, 51, .84);
border-radius: 100%;
opacity: 0
}
.form-group.t-material.form-group-sm .form-control[type=checkbox], .form-group.t-material.form-group-sm .form-control[type=radio] {
height: 1.25em;
margin-top: .75em
}
.form-group.t-material.form-group-sm .form-control[type=checkbox]:before, .form-group.t-material.form-group-sm .form-control[type=radio]:before {
bottom: -.2em;
left: -.5em
}
.form-group.t-material .form-control[type=checkbox]:focus:checked:before, .form-group.t-material .form-control[type=radio]:focus:checked:before {
-webkit-animation: rippleOn 500ms forwards;
animation: rippleOn 500ms forwards
}
.form-group.t-material .form-control[type=checkbox]:focus:not(:checked):before, .form-group.t-material .form-control[type=radio]:focus:not(:checked):before {
-webkit-animation: rippleOff 500ms forwards;
animation: rippleOff 500ms forwards
}
.form-group.t-material .form-control[type=checkbox]+.control-label, .form-group.t-material .form-control[type=radio]+.control-label {
position: relative;
vertical-align: top;
padding-top: .35em
}
.form-group.t-material.is-focused .form-control[type=checkbox]+.control-label, .form-group.t-material.is-focused .form-control[type=radio]+.control-label {
color: #333
}
.form-group.t-material .input-group-slick .form-control:not(:last-child) {
padding-right: 2em
}
.form-group.t-material .input-group-slick>.glyphicon:last-child {
right: 0;
top: 1em
}
.form-group.t-material.switch, .form-group.t-material.switch * {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none
}
.form-group.t-material.switch input[type=checkbox] {
opacity: 0;
width: 0;
height: 0
}
.form-group.t-material.switch input[type=checkbox]:checked+.lever {
background-color: rgba(51, 153, 51, .75)
}
.form-group.t-material.switch .lever {
position: relative;
width: 2.5em;
height: 1em;
background-color: #777;
border-radius: 1em;
transition: background .3s ease;
vertical-align: middle;
margin: 0 1em
}
.form-group.t-material.switch .lever, .form-group.t-material.switch .lever:after {
content: "";
display: inline-block
}
.form-group.t-material.switch input[type=checkbox]:checked+.lever:after {
left: 1.5em
}
.form-group.t-material.switch input[type=checkbox]:checked+.lever:after {
background-color: #393
}
.form-group.t-material.switch .lever:after {
position: absolute;
left: -5px;
top: -3px;
width: 1.5em;
height: 1.5em;
background-color: #ddd;
border-radius: 100%;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .4);
transition: left .3s ease, background .3s ease, box-shadow .1s ease
}
.form-group.t-material.switch .off-label, .form-group.t-material.switch .on-label {
display: inline-block;
margin-bottom: -.125em;
font-weight: 500;
vertical-align: bottom
}
.form-group.t-material.form-group-sm.switch .lever {
font-size: .75em
}
.form-group.t-material.form-group-sm.switch .off-label, .form-group.t-material.form-group-sm.switch .on-label {
font-size: .875em
}
header {
position: relative;
z-index: 100;
background-color: #fff;
margin-bottom: 1em;
box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
border-collapse: separate
}
tableheader {
border-collapse: collapse
}
header h3, header h4, header h5 {
margin: 0;
padding: 1.125rem 0;
white-space: nowrap;
overflow: hidden;
color: #333
}
header .brand {
display: block;
margin-right: 1em;
color: #333
}
header .brand img, header .brand>a img, header .brand>a:visited img {
height: 1.25em;
vertical-align: bottom
}
header .brand>a, header .brand>a:visited {
color: #393;
text-decoration: none
}
header .btn-nav {
padding: 1em
}
header .btn-nav.pull-left {
margin: 0 .5em 0 -1em
}
header .btn-nav.open {
background-color: #393;
color: #fff
}
header .nav-menu {
margin-bottom: 0
}
header .nav-menu>li {
display: block
}
header .nav-menu>li>a {
color: #777
}
header .nav-menu>li.active, header .nav-menu>li.active>a {
cursor: default;
color: #777;
background-color: transparent
}
header .nav-menu.nav-menu-collapsible-left {
float: left;
margin: 0;
padding: 0
}
header img {
max-height: 40px
}
header.gray-xlt {
box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
border-collapse: separate
}
tableheader.gray-xlt {
border-collapse: collapse
}
header.primary {
box-shadow: 0 1px 3px rgba(0, 0, 0, .75);
border-collapse: separate
}
tableheader.primary {
border-collapse: collapse
}
header.primary .brand {
color: #fff
}
header.primary .brand>a, header.primary .brand>a:visited {
color: #393
}
header.primary .nav-menu>li.active>a {
background-color: #393;
border-color: #2d862d;
color: #fff
}
header.primary .btn-account>button, header.primary .btn-account>.btn {
color: #fff
}
header.primary .btn-account:hover>.btn {
background-color: #393
}
@media (min-width:768px) {
header .brand {
float: left;
display: inline-block
}
header .nav {
float: left;
background-color: transparent
}
header.primary .nav-menu>li>a {
color: #fff
}
header .nav-menu {
display: inline-block;
background-color: transparent;
position: relative;
margin: 0;
padding: 0;
border: none;
box-shadow: none
}
header .nav-menu>li {
display: inline-block;
position: relative
}
header .nav-menu>li>a {
display: block;
padding: 1em .75em
}
header .nav-menu>li.active>a {
font-weight: 700;
color: #333;
position: relative
}
header .nav-menu>li.active>a:after, header .nav-menu>li.active>a:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none
}
header .nav-menu>li.active>a:after {
border-color: rgba(136, 183, 213, 0);
border-top-color: #fff;
border-width: 10px;
margin-left: -10px
}
header .nav-menu>li.active>a:before {
border-color: rgba(194, 225, 245, 0);
border-top-color: #ddd;
border-width: 12px;
margin-left: -12px
}
header .nav-menu.nav-menu-collapsible-left {
float: right
}
header .btn-nav {
display: none
}
}
@media (min-width:992px) {
header h3, header h4, header h5 {
padding: 1em
}
}
.header__menu {
float: right;
margin: 0;
padding: 0;
list-style-type: none
}
.header__menu .open>.dropdown-menu {
z-index: 2
}
.header__menu>li>button, .header__menu>li>a, .header__menu>li>a:visited, .header__menu>li>.btn-link, .header__menu>li>a.btn-link, .header__menu>li>.btn-group>button, .header__menu>li>.btn-group>a, .header__menu>li>.btn-group>a:visited, .header__menu>li>.btn-group>.btn-link, .header__menu>li>.btn-group>a.btn-link, .header__menu .header__btn, .header__menu a.header__btn, .header__menu a.header__btn:visited {
color: #777;
padding: 1em .75em;
border: none;
text-decoration: none;
font-size: 1em;
height: 3.5em;
transition: background .2s ease;
background: 0 0
}
.header__menu>li>button>.glyphicon, .header__menu>li>a>.glyphicon, .header__menu>li>a:visited>.glyphicon, .header__menu>li>.btn-link>.glyphicon, .header__menu>li>a.btn-link>.glyphicon, .header__menu>li>.btn-group>button>.glyphicon, .header__menu>li>.btn-group>a>.glyphicon, .header__menu>li>.btn-group>a:visited>.glyphicon, .header__menu>li>.btn-group>.btn-link>.glyphicon, .header__menu>li>.btn-group>a.btn-link>.glyphicon, .header__menu .header__btn>.glyphicon, .header__menu a.header__btn>.glyphicon, .header__menu a.header__btn:visited>.glyphicon {
vertical-align: baseline;
font-size: 1em
}
.header__menu>li>button:hover, .header__menu>li>a:hover, .header__menu>li>a:visited:hover, .header__menu>li>.btn-link:hover, .header__menu>li>a.btn-link:hover, .header__menu>li>.btn-group>button:hover, .header__menu>li>.btn-group>a:hover, .header__menu>li>.btn-group>a:visited:hover, .header__menu>li>.btn-group>.btn-link:hover, .header__menu>li>.btn-group>a.btn-link:hover, .header__menu .header__btn:hover, .header__menu a.header__btn:hover, .header__menu a.header__btn:visited:hover {
background-color: #eaeaea;
text-decoration: none
}
.primary .header__menu>li>.btn-link, .primary .header__menu>li>.header__btn {
color: #fff
}
.primary .header__menu>li>.btn-link .dropdown-menu .btn-link, .primary .header__menu>li>.header__btn .dropdown-menu .btn-link {
color: #333
}
.primary .header__menu>li>.btn-link:hover, .primary .header__menu>li>.header__btn:hover {
color: #333
}
.header__menu>li {
display: inline-block
}
.header__menu>li.active {
background: 0 0
}
.header__menu>li>a, .header__menu>li>button, .header__menu>li>.dropdown>button {
font-size: 1em;
display: inline-block;
vertical-align: middle;
padding: 1em .5em;
border: none;
background: 0 0
}
.header__menu>li.active>a, .header__menu>li.active>button, .header__menu>li.active>.dropdown>button {
border-bottom: .25em solid #393;
padding-bottom: .75em
}
.mega-menu {
position: fixed;
top: 0;
width: 100%;
height: 100%;
z-index: 10;
overflow: auto;
z-index: 99
}
.mega-menu.mega-menu-left {
right: 100%;
z-index: 10;
overflow: auto;
z-index: 99;
transition: .6s ease-in-out right
}
.mega-menu.mega-menu-left.open {
right: 0
}
.mega-menu.mega-menu-right {
left: 100%;
transition: .6s ease-in-out left
}
.mega-menu.mega-menu-right.open {
left: 0
}
.mega-menu.open {
padding-bottom: .125em
}
.mega-menu .mega-menu-content {
background-color: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .75);
padding: 5rem 1em 2em;
height: 100%;
overflow-y: scroll;
-webkit-overflow-scrolling: touch
}
.mega-menu h5 {
margin: 0 0 .25em;
padding: .5em;
border: 1px solid #ddd;
color: #333;
background-color: #f7f7f7
}
.mega-menu .account-details {
font-size: inherit;
text-transform: none;
margin-bottom: .5em;
border-bottom: 1px solid #ddd;
padding: .5em 0
}
.mega-menu .account-details .media-heading {
font-weight: 700
}
.mega-menu .account-details .glyphicon {
font-size: 6rem
}
.mega-menu .account-details a.btn {
text-transform: none
}
.mega-menu .account-details hr {
margin: .125em 0 .5em;
border-color: #595959
}
@media (min-width:768px) {
.mega-menu, .mega-menu.mega-menu-left, .mega-menu.mega-menu-right {
position: absolute;
left: 1em;
right: 1em;
width: auto;
height: auto;
margin-top: -50%;
transition-property: margin-top
}
.mega-menu.mega-menu-fixed, .mega-menu.mega-menu-left.mega-menu-fixed, .mega-menu.mega-menu-right.mega-menu-fixed {
position: fixed
}
.mega-menu.open, .mega-menu.mega-menu-left.open, .mega-menu.mega-menu-right.open {
left: 1em;
right: 1em;
margin-top: 0
}
.mega-menu .mega-menu-content, .mega-menu.mega-menu-left .mega-menu-content, .mega-menu.mega-menu-right .mega-menu-content {
border-radius: 0 0 .25em .25em;
overflow: hidden
}
}
@media (min-width:992px) {
.mega-menu {
margin-top: -35%
}
}
@media (min-width:1200px) {
.mega-menu {
margin-top: -30%
}
}
.mega-menu-content ul {
margin: 0;
padding: 0 .5em;
list-style-type: none
}
.mega-menu-content ul li>ul {
padding-left: .5em
}
.mega-menu-content ul li>ul a {
border-left: 1px dashed #bbb;
padding-left: .5em
}
.mega-menu-content ul li>a {
display: block;
padding: .25em 0
}
nav.mobile-menu {
position: fixed;
top: 50px;
bottom: 0;
width: 100%;
padding: 0;
z-index: 1000;
background-color: rgba(51, 51, 51, .7)
}
nav.mobile-menu.mobile-menu-left {
left: -100%;
transition: .3s linear left
}
nav.mobile-menu.mobile-menu-left.open {
left: 0
}
nav.mobile-menu.mobile-menu-right {
right: -100%;
transition: .3s linear right
}
nav.mobile-menu.mobile-menu-right.open {
right: 0
}
nav.mobile-menu>ul {
position: absolute;
right: 0;
width: 95%;
height: 100%;
padding: 0;
overflow: auto;
overflow-x: hidden;
list-style: none;
box-shadow: -1px 0 3px rgba(0, 0, 0, .5);
background: #fff
}
nav.mobile-menu>ul li {
display: block
}
nav.mobile-menu>ul li.header {
font-size: 18px;
padding: 1.5em 1em 1em;
border: none;
text-transform: uppercase;
border-bottom: 1px solid #bbb;
background-color: #f5f5f5
}
nav.mobile-menu>ul li.header.account-details {
font-size: inherit;
text-transform: none
}
nav.mobile-menu>ul li.header.account-details .media-heading {
font-weight: 700
}
nav.mobile-menu>ul li.header.account-details .glyphicon {
font-size: 6rem
}
nav.mobile-menu>ul li.header.account-details a.btn {
text-transform: none
}
nav.mobile-menu>ul li.header.account-details hr {
margin: .125em 0 .5em
}
nav.mobile-menu>ul li>ul.sub-menu {
width: 100%;
padding: 0
}
nav.mobile-menu>ul li>ul.sub-menu li>a {
color: #777
}
nav.mobile-menu>ul li>ul.sub-menu li>a>.glyphicon {
margin-right: .75em
}
nav.mobile-menu>ul li>a:not(.btn) {
display: block;
padding: .75em 1em;
clear: both;
text-transform: uppercase;
border-bottom: 1px solid #ddd;
font-size: .9em
}
nav.mobile-menu>ul li>a:not(.btn)>.glyphicon {
margin-right: .125em
}
@media (min-width:992px) {
nav.mobile-menu {
display: none
}
}
.pagination {
width: 100%
}
.pagination .info>a {
color: #777;
cursor: default
}
.pagination .info>a:hover, .pagination .info>a:focus {
color: #777;
background: 0 0
}
.pagination .summary>a, .pagination .summary>a:hover {
cursor: default;
color: #777
}
.pagination .control>a {
padding: 1px .75em
}
.pagination .control>a>.form-control {
color: #777;
padding: 0;
height: 2.25em;
border: none;
background: 0 0;
box-shadow: none;
-webkit-appearance: initial
}
.pagination .control>a a:focus, .pagination .control>a .form-control:focus {
border: none;
box-shadow: none;
text-decoration: none
}
.pagination .control select {
width: 100px
}
.pagination .separator {
width: 5px;
height: 1px;
float: left
}
.list-group.shadowed-left, .list-group.shadowed-right, .list-group.shadowed-bottom {
box-shadow: none
}
.list-group.shadowed-bottom .list-group-item {
box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
border-collapse: separate
}
table.list-group.shadowed-bottom .list-group-item {
border-collapse: collapse
}
a.list-group .list-group-item {
color: #428bca
}
a.list-group .list-group-item:visited {
color: #428bca
}
a.list-group .list-group-item.active, a.list-group .list-group-item.active:visited {
color: #fff
}
.callout {
padding: 20px;
margin: 20px 0;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 5px;
border-color: #ddd;
border-radius: 3px
}
.callout.callout-danger {
border-left-color: #ce4844
}
.callout.callout-danger h4, .callout.callout-danger h5 {
color: #ce4844
}
.callout.callout-success {
border-left-color: #393
}
.callout.callout-success h4, .callout.callout-success h5 {
color: #393
}
.callout.callout-info {
border-left-color: #193183
}
.callout.callout-info h4, .callout.callout-info h5 {
color: #193183
}
.callout.callout-warning {
border-left-color: #aa6708
}
.callout.callout-warning h4, .callout.callout-warning h5 {
color: #aa6708
}
.thumbnail.hoverable {
position: relative
}
.thumbnail.hoverable .about {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 16px;
overflow: auto;
overflow-x: hidden;
background: #efefef
}
.thumbnail.hoverable:hover .about {
display: block
}
.thumbnail.hoverable.hoverable-fade .about {
display: block;
opacity: 0;
transition: .3s linear all;
-webkit-transition: .3s linear all;
-moz-transition: .3s linear all;
-o-transition: .3s linear all
}
.thumbnail.hoverable.hoverable-fade:hover .about {
opacity: 1
}
.gp-ui-card {
position: relative;
margin: 0 0 1em;
overflow: hidden;
border: 1px solid #bbb;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
font-size: 1rem;
background: #fff;
color: inherit
}
.gp-ui-card .media {
display: block;
background-color: #efefef;
border-bottom: 1px solid #ddd
}
.gp-ui-card .media[ng-click], .gp-ui-card .media[onclick] {
cursor: pointer
}
.gp-ui-card__body:first-child {
padding-top: 1em
}
.gp-ui-card__body:last-child {
padding-bottom: 1em
}
.gp-ui-card__body:last-child .text--supporting {
padding-bottom: 0
}
.gp-ui-card .text--primary {
display: block;
font-size: 1em;
padding: .5em 1em .5em;
font-weight: 700
}
.gp-ui-card .text--secondary {
display: block;
font-size: .875em;
padding: 0 1.143em .5715em;
color: #393;
font-weight: 700
}
.gp-ui-card .text--supporting {
font-size: .875em;
padding: 0 1.143em .5175em;
color: #777
}
.gp-ui-card .text--supporting .gp-ui-card__details {
display: none
}
.gp-ui-card .text--supporting .gp-ui-card__details.active {
display: initial;
color: inherit;
background: 0 0
}
.gp-ui-card__footer {
padding: .5em 1em;
height: 3em;
background: #fff;
border-top: 1px solid #ddd
}
.gp-ui-card__footer .active {
background: 0 0;
color: initial;
border: initial
}
.gp-ui-card__tab {
color: #bbb
}
.gp-ui-card__tab:hover {
color: #777
}
.gp-ui-card__tab.active {
outline: 0;
position: relative;
color: #777
}
.gp-ui-card__tab.active:after {
bottom: 76%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(51, 153, 51, 0);
border-bottom-color: #bbb;
border-width: 8px;
margin-left: -8px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body {
height: 2.5em
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body .text--primary {
white-space: nowrap;
overflow: hidden
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body .text--secondary {
display: none
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body .text--supporting {
display: none
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__footer {
border-top: none
}
.gp-ui-card.gp-ui-card--md .gp-ui-card__body {
height: 9em;
overflow: hidden
}
.gp-ui-card.gp-ui-card--lg .gp-ui-card__body {
height: 12em
}
.gp-ui-card.gp-ui-card--lg .text--supporting {
height: 6rem;
overflow: hidden
}
.gp-ui-card.gp-ui-card--xlg .gp-ui-card__body {
height: 15em
}
.gp-ui-card.gp-ui-card--xlg .gp-ui-card__body .text--supporting {
height: 11em;
max-height: 11em
}
@media (min-width:768px) {
.gp-ui-card.gp-ui-card--strip .embed-responsive {
display: table-cell;
vertical-align: top
}
.gp-ui-card.gp-ui-card--strip .embed-responsive.embed-responsive-16by9 {
padding: 1em
}
.gp-ui-card.gp-ui-card--strip .embed-responsive .embed-responsive-item {
position: relative;
height: auto;
width: 10em
}
.gp-ui-card.gp-ui-card--strip .gp-ui-card__body {
display: table-cell;
vertical-align: top;
width: 10000px
}
}
.card {
padding: 1em;
margin: 1em 0;
background: #fff;
border-radius: .125em;
box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
border-collapse: separate
}
table.card {
border-collapse: collapse
}
.card .card-title {
color: #393;
margin-top: 0;
margin-bottom: 1rem;
width: 100%
}
.card .card-title.centered {
text-align: center
}
.card .card-title.righted {
text-align: right
}
.card .card-footer {
padding: .5em 0 0
}
.card .card-footer a {
margin-left: 1em
}
.card .card-footer-right {
text-align: right
}
.grid-item {
position: relative;
margin: 1em 0;
overflow: hidden;
border-radius: 2px;
background: #fff;
color: #333;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #bbb;
box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
border-collapse: separate
}
table.grid-item {
border-collapse: collapse
}
.grid-item .thumbnail {
height: 12rem;
overflow: hidden;
padding: 0;
margin: 0;
text-align: center;
border-width: 0 0 1px;
background: #f2f2f2;
border-radius: 0
}
.grid-item .thumbnail img {
width: 100%
}
.grid-item .thumbnail .glyphicon {
font-size: 7rem;
margin-top: 2.5rem
}
.grid-item .grid-item-fab {
position: absolute;
top: 11rem;
right: .5rem
}
.grid-item .grid-item-badge {
position: absolute;
top: 10rem;
background: #393;
color: #fff;
padding: .3rem
}
.grid-item .grid-item-title {
padding: .5rem 1rem 0;
height: 3rem;
margin: 1rem 0 0;
font-size: 1.125rem;
font-weight: 700;
overflow: hidden;
line-height: 1.25rem
}
.grid-item .grid-item-details {
height: 12rem;
padding: .5rem 1rem
}
.grid-item .grid-item-detail {
display: none;
height: 100%;
overflow: auto;
font-size: 85%
}
.grid-item .grid-item-detail.active {
background: 0 0;
color: #333;
display: block
}
.grid-item .grid-item-detail-tabs {
padding: 0 .25rem .125rem;
background-color: #f7f7f7;
border-top: 1px solid #ddd
}
.grid-item .grid-item-detail-tabs .btn {
color: #777
}
.grid-item .grid-item-detail-tabs .btn:focus {
outline: 0
}
.grid-item .grid-item-detail-tabs .btn.active {
background-color: #fff;
border-color: #fff;
border-radius: 0 0 2px 2px;
color: #333;
box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
margin-top: -1px
}
.grid-item:hover {
border-color: #393
}
.grid-item.selected, .grid-item.active {
background: #fff;
color: #333;
box-shadow: 0 1px 3px #428bca;
border-color: #428bca
}
.page__content .body {
padding: 0 2em
}
.page__content .heading {
background-color: #333;
color: #fff;
padding: .5em 1em
}
.page__content .heading .btn-group .dropdown-menu nav.style-menu {
padding: 1em;
font-size: 1rem;
width: 250px;
color: #333
}
.page .page__drawer {
display: block;
z-index: 4;
position: fixed;
top: 0;
bottom: 0;
width: 240px;
padding: 1em;
background: #eaeaea;
color: #333;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
transition-delay: .1s;
transition-duration: .2s;
transition-timing-function: cubic-bezier(0.4, 0, .2, 1);
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
overflow-y: auto
}
.page .page__drawer.page__drawer--left {
left: 0;
border-right: 1px solid rgba(0, 0, 0, .14);
transition-property: -webkit-transform, left;
transition-property: transform, left
}
.page .page__drawer.page__drawer--right {
right: 0;
border-left: 1px solid rgba(0, 0, 0, .14);
transition-property: -webkit-transform, left;
transition-property: transform, left
}
.page.page--toggle-drawer .page__drawer.page__drawer--left {
left: -240px;
border-right: 1px solid rgba(0, 0, 0, .14);
transition-property: -webkit-transform, left;
transition-property: transform, left
}
.page.page--toggle-drawer .page__drawer.page__drawer--right {
right: -240px;
border-left: 1px solid rgba(0, 0, 0, .14);
transition-property: -webkit-transform, right;
transition-property: transform, right
}
.page.page--toggle-drawer .page__content {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
transition-delay: .1s;
transition-duration: .2s;
transition-timing-function: cubic-bezier(0.4, 0, .2, 1);
transition-property: -webkit-transform, padding;
transition-property: transform, padding
}
.page.page--toggle-drawer.opened .page__drawer.page__drawer--left {
left: 0
}
.page.page--toggle-drawer.opened .page__drawer.page__drawer--right {
right: 0
}
.page.page--toggle-drawer.opened .page__content {
padding-left: 240px;
overflow-x: hidden
}
@media (min-width:1280px) {
.page--responsive-drawer .page__content {
padding-left: 240px
}
.page--responsive-drawer .page__content>.heading {
display: none
}
}
@media (max-width:1279px) {
.page--responsive-drawer .page__drawer {
display: none
}
}
.dropdown-backdrop {
position: static
}
ul.nav.nav-tabs>li.active {
background: 0 0
}
.tab-pane.active {
background: 0 0;
color: inherit
}
.btn.btn-round.btn-lg {
border-radius: 100%;
padding: 0!important;
width: 2.125em;
height: 2.125em
}
.btn.btn-round.btn-sm {
padding: .1em 0 0!important
}
body .btn.btn-lg {
font-size: 1.25em;
padding: .75em 1em;
line-height: 1.333333
}
.bordered-left {
border-left-width: 1px
}
.bordered-right {
border-right-width: 1px
}
.bordered-top {
border-top-width: 1px
}
.bordered-bottom {
border-bottom-width: 1px
}
.icon-options.t-light {
background: #fff
}
.icon-options.t-light::before, .icon-options.t-light::after {
background-color: #fff
}
.icon-options.u-vertical {
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg)
}
.t-bg-transparent {
background-color: transparent
}
.t-bg--white {
background-color: #fff
}
.t-fg--white {
color: #fff
}
.t-bg--accent {
background-color: #393
}
.t-fg--accent {
color: #393
}
.t-bg--primary {
background-color: #112158
}
.t-fg--primary {
color: #112158
}
.t-bg--danger {
background-color: #d9534f
}
.t-fg--danger {
color: #d9534f
}
.t-bg--success {
background-color: #5cb85c
}
.t-fg--success {
color: #5cb85c
}
.t-bg--warning {
background-color: #f0ad4e
}
.t-fg--warning {
color: #f0ad4e
}
.t-bg--info {
background-color: #5bc0de
}
.t-fg--info {
color: #5bc0de
}
.t-bg--selected {
background-color: #428bca
}
.t-fg--selected {
color: #428bca
}
.t-bg--wild {
background-color: #ff009a
}
.t-fg--wild {
color: #ff009a
}
.t-bg--gray-dk {
background-color: #333
}
.t-fg--gray-dk {
color: #333
}
.t-bg--gray-md {
background-color: #777
}
.t-fg--gray-md {
color: #777
}
.t-bg--gray-lt {
background-color: #bbb
}
.t-fg--gray-lt {
color: #bbb
}
.t-bg--gray-xlt {
background-color: #ddd
}
.t-fg--gray-xlt {
color: #ddd
}
.pd-xs--top {
padding-top: .125em
}
.pd-xs--bottom {
padding-bottom: .125em
}
.pd-xs--left {
padding-left: .125em
}
.pd-xs--right {
padding-right: .125em
}
.pd-sm--top {
padding-top: .25em
}
.pd-sm--bottom {
padding-bottom: .25em
}
.pd-sm--left {
padding-left: .25em
}
.pd-sm--right {
padding-right: .25em
}
.pd-md--top {
padding-top: .5em
}
.pd-md--bottom {
padding-bottom: .5em
}
.pd-md--left {
padding-left: .5em
}
.pd-md--right {
padding-right: .5em
}
.pd-lg--top {
padding-top: .75em
}
.pd-lg--bottom {
padding-bottom: .75em
}
.pd-lg--left {
padding-left: .75em
}
.pd-lg--right {
padding-right: .75em
}
.pd-xlg--top {
padding-top: 1em
}
.pd-xlg--bottom {
padding-bottom: 1em
}
.pd-xlg--left {
padding-left: 1em
}
.pd-xlg--right {
padding-right: 1em
}
.pd-xxlg--top {
padding-top: 1.5em
}
.pd-xxlg--bottom {
padding-bottom: 1.5em
}
.pd-xxlg--left {
padding-left: 1.5em
}
.pd-xxlg--right {
padding-right: 1.5em
}
.pd-xxxlg--top {
padding-top: 2em
}
.pd-xxxlg--bottom {
padding-bottom: 2em
}
.pd-xxxlg--left {
padding-left: 2em
}
.pd-xxxlg--right {
padding-right: 2em
}
.mg-xs--top {
margin-top: .125em
}
.mg-xs--bottom {
margin-bottom: .125em
}
.mg-xs--left {
margin-left: .125em
}
.mg-xs--right {
margin-right: .125em
}
.mg-sm--top {
margin-top: .25em
}
.mg-sm--bottom {
margin-bottom: .25em
}
.mg-sm--left {
margin-left: .25em
}
.mg-sm--right {
margin-right: .25em
}
.mg-md--top {
margin-top: .5em
}
.mg-md--bottom {
margin-bottom: .5em
}
.mg-md--left {
margin-left: .5em
}
.mg-md--right {
margin-right: .5em
}
.mg-lg--top {
margin-top: .75em
}
.mg-lg--bottom {
margin-bottom: .75em
}
.mg-lg--left {
margin-left: .75em
}
.mg-lg--right {
margin-right: .75em
}
.mg-xlg--top {
margin-top: 1em
}
.mg-xlg--bottom {
margin-bottom: 1em
}
.mg-xlg--left {
margin-left: 1em
}
.mg-xlg--right {
margin-right: 1em
}
.mg-xxlg--top {
margin-top: 1.5em
}
.mg-xxlg--bottom {
margin-bottom: 1.5em
}
.mg-xxlg--left {
margin-left: 1.5em
}
.mg-xxlg--right {
margin-right: 1.5em
}
.mg-xxxlg--top {
margin-top: 2em
}
.mg-xxxlg--bottom {
margin-bottom: 2em
}
.mg-xxxlg--left {
margin-left: 2em
}
.mg-xxxlg--right {
margin-right: 2em
}
.is-sm-text--xs, .is-sm-text--sm, .is-sm-text--xlg, .is-sm-text--xxlg, .is-sm-text--xxxlg, .is-md-text--xs, .is-md-text--sm, .is-md-text--xlg, .is-md-text--xxlg, .is-md-text--xxxlg, .is-lg-text--xs, .is-lg-text--sm, .is-lg-text--xlg, .is-lg-text--xxlg, .is-lg-text--xxxlg {
font-size: 1em
}
.is-xs-text--xs {
font-size: .6em
}
.is-xs-text--sm {
font-size: .85em
}
.is-xs-text--xlg {
font-size: 2em
}
.is-xs-text--xxlg {
font-size: 3em
}
.is-xs-text--xxxlg {
font-size: 4em
}
@media (min-width:768px) {
.is-xs-text--xs, .is-xs-text--sm, .is-xs-text--xlg, .is-xs-text--xxlg, .is-xs-text--xxxlg {
font-size: 1em
}
}
@media (min-width:768px) and (max-width:991px) {
.is-sm-text--xs {
font-size: .6em
}
.is-sm-text--sm {
font-size: .85em
}
.is-sm-text--xlg {
font-size: 2em
}
.is-sm-text--xxlg {
font-size: 3em
}
.is-sm-text--xxxlg {
font-size: 4em
}
}
@media (min-width:992px) and (max-width:1199px) {
.is-md-text--xs {
font-size: .6em
}
.is-md-text--sm {
font-size: .85em
}
.is-md-text--xlg {
font-size: 2em
}
.is-md-text--xxlg {
font-size: 3em
}
.is-md-text--xxxlg {
font-size: 4em
}
}
@media (min-width:1200px) {
.is-lg-text--xs {
font-size: .6em
}
.is-lg-text--sm {
font-size: .85em
}
.is-lg-text--xlg {
font-size: 2em
}
.is-lg-text--xxlg {
font-size: 3em
}
.is-lg-text--xxxlg {
font-size: 4em
}
}
.u-pos--ul {
position: absolute;
top: 0;
left: 0
}
.u-pos--ur {
position: absolute;
top: 0;
right: 0
}
.u-pos--ll {
position: absolute;
bottom: 0;
left: 0
}
.u-pos--lr {
position: absolute;
bottom: 0;
right: 0
}
.input-group-slick>select.form-control:first-child {
text-indent: 0
}
.input-group-slick>select.form-control:not(:first-child) {
text-indent: 2em
}
.input-group-slick>.btn+select.form-control {
text-indent: 2.5em
}
.input-group-slick>.btn.active {
border-color: transparent
}
.gp-ui-card__body:last-child>div, .gp-ui-card__body:last-child>p {
padding-bottom: 0
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body h1 {
white-space: nowrap;
overflow: hidden
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body h2 {
display: none
}
.gp-ui-card.gp-ui-card--sm .gp-ui-card__body>div, .gp-ui-card.gp-ui-card--sm .gp-ui-card__body>p {
display: none
}
.gp-ui-card.gp-ui-card--lg .gp-ui-card__body>div, .gp-ui-card.gp-ui-card--lg .gp-ui-card__body>p {
height: 6rem;
overflow: hidden
}
.gp-ui-card.gp-ui-card--xlg .gp-ui-card__body>div, .gp-ui-card.gp-ui-card--xlg .gp-ui-card__body>p {
height: 11em;
max-height: 11em
}
@media (max-width:768px) {
.shadowed-bottom, .shadowed-left, .shadowed-right {
box-shadow: none
}
}
@media (min-width:768px) and (max-width:991px) {
.container {
width: 100%
}
}
.card {
position: relative;
padding-left: 1.5em;
padding-right: 1.5em;
margin-top: 2em;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #ddd;
box-shadow: none
}
.card.card-accent {
border-color: #393
}
.card.card-wild {
border-color: #ff009a
}
.card.card-warning {
border-color: #f0ad4e
}
.card.card-primary {
border: none;
background: rgba(0, 0, 0, .85);
color: #fff
}
.card.card-primary .card-title {
background: rgba(17, 33, 88, .85);
color: #fff
}
.card .card-title {
color: #333
}
.card .card-title>a {
color: inherit
}
.card p {
text-align: justify
}
.card hr {
border-style: dashed;
border-color: #bbb
}
.card.card-holo {
background-color: rgba(255, 255, 255, .95);
color: #333;
text-shadow: none;
border-color: #777;
box-shadow: 0 1px 7px rgba(0, 0, 0, .5)
}
.card.card-holo .card-title {
color: inherit;
float: right;
width: 50%
}
.card.card-holo img {
float: left;
width: 48%;
margin-right: 2%;
border: 1px solid #bbb
}
.card.card-holo .border-label {
position: absolute;
top: -1.75em;
left: -.125em;
font-weight: 500;
font-size: 1.5rem;
color: #fff;
text-shadow: 0 0 1px #000
}
@media (min-width:768px) {
.card.card-holo {
width: 300px;
margin-left: 20%
}
.card.card-holo .card-title {
float: none;
width: auto
}
.card.card-holo img {
float: none;
width: 100%;
margin-right: 0;
margin-bottom: .75em
}
}
@media (min-width:992px) {
.card.card-holo {
width: 350px
}
}
.card.card-banner-overlap {
margin-top: -6em;
padding: 2em;
border: none;
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
.gp-ui-card__body:first-child {
padding-top: 1em
}
.gp-ui-card__body:last-child {
padding-bottom: 1em
}
.gp-ui-card__body:last-child .text--supporting {
padding-bottom: 0
}
.gp-ui-card.wireframe img.embed-responsive-item {
font-size: .75em;
color: #777
}
.gp-ui-card.wireframe .gp-ui-card__body:after {
content: ".gp-ui-card__body";
color: #999;
position: absolute;
top: 0;
right: 0;
background-color: #eee;
padding: .25em;
font-size: .75em;
border: 1px solid #ddd
}
.gp-ui-card.wireframe .gp-ui-card__footer:after {
content: ".gp-ui-card__footer";
color: #999;
position: absolute;
top: 0;
left: 0;
background-color: #eee;
padding: .25em;
font-size: .75em;
border: 1px solid #ddd
}
.gp-ui-card.wireframe .gp-ui-card__body, .gp-ui-card.wireframe .gp-ui-card__footer, .gp-ui-card.wireframe .text--primary, .gp-ui-card.wireframe .text--secondary, .gp-ui-card.wireframe .text--supporting {
position: relative;
margin: .25em;
border: 1px dashed #777
}
.input-group-slick {
font-size: 1rem
}
.input-group-slick>.btn {
position: absolute;
top: 1px
}
.input-group-slick>.btn:first-child {
left: 1px;
border-style: none solid none none;
border-radius: .25em 0 0 .25em
}
.input-group-slick>.btn:last-child {
right: 1px;
border-style: none none none solid;
border-radius: 0 .25em .25em 0
}
.input-group-slick>select.form-control {
text-indent: 2em
}
.input-group .input-group-slick {
display: table-cell
}
.input-group .input-group-slick>.glyphicon {
z-index: 3
}
.input-group .input-group-slick {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0
}
.input-group .input-group-slick:first-child>.form-control {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}
.input-group .input-group-slick:last-child>.form-control {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.btn.btn-default, a.btn.btn-default {
color: #777;
background-color: #eaeaea
}
.btn.btn-default:hover, a.btn.btn-default:hover, .btn.btn-default:focus, a.btn.btn-default:focus {
color: #333;
background-color: #ddd
}
.glyphicon-sup {
font-size: .6em;
position: relative;
top: -.25em;
left: -.25em
}
.nav-tabs>li.active, .tab-content>.tab-pane.active {
background-color: initial
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
background-color: #393;
border-color: #2d862d;
color: #fff
}
.tab-content>.tab-pane.active>pre {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.dl-horizontal dd {
margin-bottom: 1em
}
@media (min-width:768px) {
.dl-horizontal dt {
white-space: normal;
text-overflow: initial;
color: #4d4d4d
}
}
.navbar-fixed-top {
-webkit-backface-visibility: hidden
}
.banner {
width: 100%;
background-size: cover;
background-repeat: no-repeat;
/*functions.php -> header_image_method()*/
background-image: url(<?php >echo get_header_image(); ?>)
}
.banner>.content {
width: 100%;
height: 100%;
margin: 0;
padding: 3em 0 0;
background: rgba(0, 0, 0, .5);
text-shadow: 0 0 5px #000;
color: #fff
}
.banner>.content .additional-info {
font-size: .9em;
border-style: solid;
border-color: #fff;
border-width: 1px 0;
padding: .25em 1em;
margin-bottom: 1em
}
.banner>.content .footing {
margin-top: 2em
}
.banner>.content .btn-white-outline:hover {
text-shadow: none
}
.banner .attribution {
position: absolute;
bottom: 0;
right: 0;
width: 40%;
padding: 0 1em;
color: rgba(255, 255, 255, .4);
font-size: .875em;
text-align: right
}
.banner .attribution .source-link, .banner .attribution .license-link {
color: inherit
}
.banner .attribution .license-link {
display: block
}
@media (min-width:768px) {
.banner {
/*functions.php -> header_image_method()*/
background-image: url(<?php >echo get_header_image(); ?>)
}
.banner .attribution .source-link {
margin-right: 1em
}
.banner .attribution .license-link {
display: inline-block
}
}
@media (min-width:992px) {
.banner {
/*functions.php -> header_image_method()*/
background-image: url(<?php >echo get_header_image(); ?>)
}
}
@media (min-width:1200px) {
/*functions.php -> header_image_method()*/
.banner {
background-image: url(<?php >echo get_header_image(); ?>)
}
}
.banner.banner--fixed-height {
height: 17rem
}
.banner.banner--fixed-height>.content {
padding: 3rem
}
header.navbar-fixed-top .banner {
padding-top: 50px
}
.whatsNewStrip {
position: relative;
padding: 3em 1em;
overflow: hidden;
background: #fff;
border-style: solid;
border-top-width: 1px;
border-right-width: 0;
border-bottom-width: 1px;
border-left-width: 0;
border-color: #ddd
}
.whatsNewStrip .heading {
color: #333;
text-transform: uppercase;
text-align: left
}
.whatsNewStrip .glyphicon-circle-arrow-right {
color: #393;
font-size: 2rem
}
.whatsNewStrip .featured-block {
width: 100%;
border-top: 1px solid #eaeaea
}
.whatsNewStrip .featured-block .image {
width: 50%;
float: left
}
.whatsNewStrip .featured-block .image .holder {
background-size: cover;
width: 100%;
height: 200px
}
.whatsNewStrip .featured-block .about {
float: left;
width: 50%;
height: 200px;
padding: 0 32px 0 8px;
font-size: .8em;
position: relative
}
.whatsNewStrip .featured-block .about .btn {
position: absolute;
left: .25em;
bottom: .25em
}
.whatsNewStrip .featured-block .about a:last-child {
display: block;
margin-top: .5em;
font-size: 1rem
}
.whatsNewStrip .featured-block .about h5 {
margin-top: 0
}
@media (min-width:768px) {
.whatsNewStrip .heading {
float: left;
width: 10%
}
.whatsNewStrip .featured-block {
width: 33.333%;
float: left;
border: none
}
.whatsNewStrip .featured-block .image {
display: block;
width: 34%
}
.whatsNewStrip .featured-block .about {
width: 66%
}
}
@media (min-width:992px) {
.whatsNewStrip .featured-block .image {
width: 50%
}
.whatsNewStrip .featured-block .about {
width: 50%
}
}
.section--linked {
position: relative
}
.section--linked .heading, .section--linked .footing {
text-align: center
}
.section--linked .heading {
margin-top: 0
}
.section--linked .heading .title {
display: inline-block;
padding: .5rem;
border-top: 1px solid #ddd;
color: #333
}
.section--linked .line-cap {
width: 1rem;
height: 1rem;
border-radius: 2rem;
background-color: #ddd;
margin: 0 auto
}
.section--linked .line-cap.lightened {
background-color: #fff
}
.section--linked .line {
width: 1px;
background-color: #ddd;
height: 1rem;
margin: 0 auto
}
.section--linked .line.lightened {
background-color: #fff
}
.section--linked .line-crossbar {
display: none;
width: 40%;
background-color: #ddd;
height: 1px;
margin: 0 auto
}
.section--linked .line-crossbar.lightened {
background-color: #fff
}
.section--linked .line-arrow {
margin: 0 auto;
width: 1rem;
border-top: 1rem solid #ddd;
border-left: .5rem solid transparent;
border-right: .5rem solid transparent;
border-bottom: .5rem solid transparent
}
.section--linked .line-arrow.lightened {
border-top-color: #fff
}
.section--linked .line-split {
display: none;
width: 40%;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
height: 1rem;
margin: 0 auto
}
.section--linked .line-split.lightened {
border-color: #fff
}
.section--linked .line-split-arrow {
display: none;
margin: 0 auto;
width: 40%;
position: relative
}
.section--linked .line-split-arrow:before, .section--linked .line-split-arrow:after {
content: " ";
display: block;
position: absolute;
margin: 0 auto;
width: 1rem;
border-top: 1rem solid #ddd;
border-left: .5rem solid transparent;
border-right: .5rem solid transparent;
border-bottom: .5rem solid transparent
}
.section--linked .line-split-arrow:before {
left: -.5rem
}
.section--linked .line-split-arrow:after {
right: -.5rem
}
.section--linked .line-split-arrow.lightened:before, .section--linked .line-split-arrow.lightened:after {
border-top-color: #fff
}
.featured-item {
display: block;
margin-bottom: 1em;
background-color: #fff;
border-radius: .125em;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #ddd
}
.featured-item>img {
display: none
}
.featured-item .featured-item-title {
display: inline-block;
padding: .75em;
margin: 0;
background-color: #fff;
color: #333
}
.featured-item .featured-item-title>h1, .featured-item .featured-item-title>h2, .featured-item .featured-item-title>h3, .featured-item .featured-item-title>h4, .featured-item .featured-item-title>h5, .featured-item .featured-item-title>h6 {
margin: 0 0 .25em 0
}
.featured-item .featured-item-title>small {
line-height: 13px;
display: inline-block;
color: #777
}
a.featured-item:hover {
text-decoration: none;
border-color: #428bca;
box-shadow: 0 1px 3px rgba(66, 139, 202, .5)
}
@media (min-width:768px) {
.featured-item {
position: relative;
height: 150px;
overflow: hidden
}
.featured-item.featured-item-tall {
height: 250px
}
.featured-item>img {
width: 100%;
display: inline-block
}
.featured-item .featured-item-title {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
border-style: solid;
border-top-width: 1px;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
border-color: #ddd
}
}
@media (min-width:992px) {
.featured-item .featured-item-title .detail {
display: none
}
.featured-item .featured-item-title:hover h1 .glyphicon, .featured-item .featured-item-title:hover h2 .glyphicon, .featured-item .featured-item-title:hover h3 .glyphicon, .featured-item .featured-item-title:hover h4 .glyphicon, .featured-item .featured-item-title:hover h5 .glyphicon, .featured-item .featured-item-title:hover h6 .glyphicon {
display: none
}
.featured-item .featured-item-title:hover .detail {
display: block
}
}
figure.inline-figure, picture.inline-figure {
display: block;
position: relative;
margin-bottom: 1rem
}
figure.inline-figure>img, picture.inline-figure>img {
width: 100%
}
figure.inline-figure.pull-right, picture.inline-figure.pull-right {
float: none!important
}
figure.inline-figure.pull-left, picture.inline-figure.pull-left {
float: none!important
}
@media (min-width:768px) {
figure.inline-figure, picture.inline-figure {
max-width: 200px
}
figure.inline-figure.pull-right, picture.inline-figure.pull-right {
margin-left: 1rem;
float: right!important
}
figure.inline-figure.pull-left, picture.inline-figure.pull-left {
margin-right: 1rem;
float: left!important
}
}
.img-aside {
display: inline-block;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #bbb
}
.img-aside.img-aside-left {
float: left;
margin: 0 1em 1em 0
}
.img-aside.img-aside-right {
float: right;
margin: 0 0 1em 1em
}
.screenshot img {
width: 100%;
border: 1px solid #ddd
}
.screenshot .caption {
text-align: center;
font-size: .9em;
font-weight: 700;
color: #777
}
.bricks {
position: relative;
margin-top: 2rem;
margin-bottom: 2rem
}
.bricks .title {
display: block;
height: 5rem;
padding: 1.5em;
color: #fff
}
.bricks .title .glyphicon {
display: none
}
.bricks .title:hover {
text-decoration: none
}
.bricks .title:hover .glyphicon {
display: initial;
float: right
}
.bricks .desc-sm {
padding: 1.5em;
background-color: #f5f5d2
}
.bricks .desc-lg {
width: 100%;
padding: 1.5em;
background-color: #ddd
}
.bricks .image {
display: block;
width: 100%;
height: 15rem;
background-size: cover;
border: 1px solid #ddd
}
@media (min-width:768px) {
.bricks {
height: 26rem
}
.bricks .image {
position: absolute
}
.bricks .title, .bricks .desc-sm, .bricks .desc-lg {
position: absolute;
padding: .75em 1em
}
.bricks .title {
top: 0;
left: 0;
width: 55%;
height: 5rem
}
.bricks .desc-sm {
bottom: 0;
right: 0;
width: 44%;
height: 10.5rem;
background-color: #f5f5d2;
font-size: .8rem
}
.bricks .image {
top: 0;
right: 0;
display: block;
width: 44%;
height: 15rem;
background-size: cover;
border: 1px solid #ddd
}
.bricks .desc-lg {
bottom: 0;
left: 0;
width: 55%;
height: 20.5rem;
background-color: #ddd
}
.bricks.flipped .title {
left: 45%
}
.bricks.flipped .desc-sm {
right: 56%
}
.bricks.flipped .image {
right: 56%
}
.bricks.flipped .desc-lg {
left: 45%
}
}
@media (min-width:992px) {
.bricks .desc-sm {
font-size: .9rem
}
.bricks .title, .bricks .desc-sm, .bricks .desc-lg {
padding: 1.5em
}
}
.content--main {
font-size: 1rem
}
.content--main .body {
padding: 0 2em
}
.content--main .heading {
background-color: #333;
color: #fff;
padding: .5em 1em
}
.content--main .heading .btn-group .dropdown-menu nav.style-menu {
padding: 1em;
font-size: 1rem;
width: 250px;
color: #333
}
.content--main .content--main .container {
width: 100%
}
@media (min-width:992px) {
.content--main {
padding-left: 15em
}
.content--main>.heading {
display: none
}
}
.content--sidebar-drawer {
font-size: 1rem;
display: block;
z-index: 4;
position: fixed;
left: -16em;
top: 0;
bottom: 0;
width: 15em;
padding: 1em;
border-right: 1px solid rgba(0, 0, 0, .14);
background: #eaeaea;
color: #333;
transition: left .25s linear;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
overflow-y: auto
}
@media (min-width:992px) {
.content--sidebar-drawer {
left: 0
}
}
.style__section {
margin: 2.5em 0 7.5em
}
.style-menu .heading {
display: none;
background: #ddd;
margin: -1em;
padding: .45em 1em;
border-bottom: 1px solid #bbb
}
@media (min-width:992px) {
.style-menu .heading {
display: block
}
}
.nav-section {
margin-top: .5rem;
display: block
}
.nav-section a {
display: block
}
.nav-section a:first-child {
display: inline-block;
font-weight: 700;
border: none;
margin-left: 0;
padding-left: 0
}
.nav-section a.nav-section-heading {
display: inline-block;
color: #333;
font-weight: 700;
border: none;
margin-left: 0;
padding-left: 0
}
.svg-menu {
width: 1em;
height: 1em
}
.svg-menu .toggle {
fill: #333;
pointer-events: all;
cursor: pointer
}
.svg-menu .toggle .bar {
-webkit-transform: rotate(0) translateY(0) translateX(0);
transform: rotate(0) translateY(0) translateX(0);
opacity: 1;
-webkit-transform-origin: 20px 10px;
transform-origin: 20px 10px;
transition: -webkit-transform .4s ease-in-out, opacity .2s ease-in-out;
transition: transform .4s ease-in-out, opacity .2s ease-in-out
}
.svg-menu .toggle .bar:nth-of-type(1) {
-webkit-transform-origin: 20px 10px;
transform-origin: 20px 10px
}
.svg-menu .toggle .bar:nth-of-type(3) {
-webkit-transform-origin: 20px 20px;
transform-origin: 20px 20px
}
.btn.dropdown-toggle[aria-expanded=true]>.svg-menu .toggle .bar:nth-of-type(1), .btn.active>.svg-menu .toggle .bar:nth-of-type(1) {
-webkit-transform: rotate(-45deg) translateY(0) translateX(0);
transform: rotate(-45deg) translateY(0) translateX(0)
}
.btn.dropdown-toggle[aria-expanded=true]>.svg-menu .toggle .bar:nth-of-type(2), .btn.active>.svg-menu .toggle .bar:nth-of-type(2) {
opacity: 0
}
.btn.dropdown-toggle[aria-expanded=true]>.svg-menu .toggle .bar:nth-of-type(3), .btn.active>.svg-menu .toggle .bar:nth-of-type(3) {
-webkit-transform: rotate(45deg) translateY(0em) translateX(0em);
transform: rotate(45deg) translateY(0em) translateX(0em)
}
.btn-primary .svg-menu .toggle, .btn-accent .svg-menu .toggle, .btn-success .svg-menu .toggle, .btn-info .svg-menu .toggle, .btn-danger .svg-menu .toggle, .btn-white .svg-menu .toggle, .btn-primary-outline .svg-menu .toggle, .btn-accent-outline .svg-menu .toggle, .btn-success-outline .svg-menu .toggle, .btn-info-outline .svg-menu .toggle, .btn-danger-outline .svg-menu .toggle, .btn-white-outline .svg-menu .toggle {
fill: #fff
}
.btn-link .svg-menu .toggle {
fill: #428bca
}
.btn-link-lite .svg-menu .toggle {
fill: #fff
}
.card.card--callout.callout-info {
background-color: #193183;
color: #fff;
font-size: 1rem
}
.card.card--callout.callout-info .card-title {
color: #fff
}
.card.card--callout.callout-info .card__icon {
font-size: 2em;
margin-right: .25em
}
.callout {
background-color: #fff
}
.card.card--callout.callout-danger {
background-color: red;
color: #fff;
font-size: 1rem
}
.card.card--callout.callout-danger .card-title {
color: #fff
}
.card.card--callout.callout-danger .card__icon {
font-size: 2em;
margin-right: .25em
}
.card.card--callout.callout-danger-outline {
background-color: #fff;
border-color: #d9534f;
border-width: 2px;
color: #333;
font-size: 1rem
}
.card.card--callout.callout-danger-outline .card-title {
color: #d9534f
}
.card.card--callout.callout-danger-outline .card__icon {
font-size: 2em;
margin-right: .25em;
color: #d9534f
}
.card.card--callout.callout-default {
background-color: #fff;
color: #333;
font-size: 1rem
}
.card.card--callout.callout-default .card-title {
color: #333
}
.card.card--callout.callout-default .card__icon {
font-size: 2em;
margin-right: .25em
}
header {
margin-bottom: 0
}
header .nav-menu .btn-group>button, header .nav-menu .btn-group>.btn {
color: #fff;
padding: 1em .75em;
border: none;
text-decoration: none;
font-size: inherit
}
header .nav-menu .btn-group>button:hover, header .nav-menu .btn-group>.btn:hover {
background: #ddd
}
header .nav-menu .btn-group>button[aria-expanded=true], header .nav-menu .btn-group>.btn[aria-expanded=true] {
background-color: #ddd;
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1)
}
header.t-transparent {
position: absolute;
left: 0;
right: 0;
background-color: transparent;
box-shadow: none
}
header.t-transparent .brand>a, header.t-transparent .brand>a:visited {
color: #fff
}
header.t-transparent .header__menu>li>button, header.t-transparent .header__menu>li>a, header.t-transparent .header__menu>li>a:visited, header.t-transparent .header__menu>li>.btn-link, header.t-transparent .header__menu>li>a.btn-link, header.t-transparent .header__menu>li>.btn-group>button, header.t-transparent .header__menu>li>.btn-group>a, header.t-transparent .header__menu>li>.btn-group>a:visited, header.t-transparent .header__menu>li>.btn-group>.btn-link, header.t-transparent .header__menu>li>.btn-group>a.btn-link, header.t-transparent .header__menu .header__btn, header.t-transparent .header__menu a.header__btn, header.t-transparent .header__menu a.header__btn:visited {
color: #fff
}
header.t-transparent .header__menu>li>button:hover, header.t-transparent .header__menu>li>a:hover, header.t-transparent .header__menu>li>a:visited:hover, header.t-transparent .header__menu>li>.btn-link:hover, header.t-transparent .header__menu>li>a.btn-link:hover, header.t-transparent .header__menu>li>.btn-group>button:hover, header.t-transparent .header__menu>li>.btn-group>a:hover, header.t-transparent .header__menu>li>.btn-group>a:visited:hover, header.t-transparent .header__menu>li>.btn-group>.btn-link:hover, header.t-transparent .header__menu>li>.btn-group>a.btn-link:hover, header.t-transparent .header__menu .header__btn:hover, header.t-transparent .header__menu a.header__btn:hover, header.t-transparent .header__menu a.header__btn:visited:hover {
background: 0 0
}
.mega-menu-content.container {
background: 0 0;
box-shadow: none;
padding: 0;
margin-top: 4em
}
.mega-menu__body {
background: #fff;
margin: 0 .25em .25em;
padding: 1em 1em 2em;
border-radius: 4px;
box-shadow: 0 3px 5px rgba(0, 0, 0, .5)
}
.mega-menu .mega-menu-content {
position: relative
}
.mega-menu .backdrop-strip {
position: absolute;
top: 0;
left: 0;
right: 0;
background: #ddd;
height: 3.5em
}
@media (min-width:768px) {
.mega-menu, .mega-menu.mega-menu-left, .mega-menu.mega-menu-right {
margin-top: -76%
}
}
body {
font-family: Lato, Helvetica, Arial, sans-serif;
background: linear-gradient(90deg, #eef2f3 10%, #fff 50%, #eef2f3 90%);
background-color: #eef2f3
}
footer {
background: #333;
color: #ddd;
padding: 2em 0
}
footer .top-link-row {
margin-top: -4rem;
margin-bottom: 2rem
}
footer hr {
border-color: #999
}
footer h3, footer h4, footer h5 {
padding: .5em;
margin-bottom: 0
}
footer ul {
margin: 0;
padding: 0 .5em;
list-style-type: none
}
footer ul li>ul {
padding-left: .5em
}
footer ul li>ul a {
border-left: 1px dashed #bbb;
padding-left: .5em
}
footer ul li>a {
display: block;
padding: .25em 0
}
.pd-bg {
background-color: #fff;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2P8////f9PwWQwwwGgSNvM/nMfAwAAXOL0yjQGkEkMFAFXUDo3cczusAAAAAElFTkSuQmCC) repeat
}
.mg-bg {
background-color: #fff;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2P8/////4fm5gwwwPjAzOw/nMfAwAAXkD95kgGkEkMFAHK6DzE8e0AtAAAAAElFTkSuQmCC) repeat
}
.card--pre .card-title {
display: inline-block;
margin: 0;
padding: .25em .75em;
border-style: solid;
border-width: 1px 1px 0 1px;
border-color: #bbb;
border-radius: 4px 4px 0 0;
color: #333!important;
background-color: #ddd!important
}
.card--pre pre {
font-size: .75rem;
border-color: #bbb;
border-radius: 0 0 4px 4px;
box-shadow: inset 0 0 3px rgba(0, 0, 0, .25);
color: #777!important;
background-color: #fff!important
}
.informational-thumbnail {
text-align: center;
padding: 1rem
}
.informational-thumbnail>img {
max-height: 200px
}
.banner .informational-thumbnail>img {
box-shadow: 0 1px 3px #000;
border: 2px solid #fff
}
.whited {
background-color: #fff
}
ul.list, ol.list {
padding-left: 16px;
color: #595959
}
ul.list>li, ol.list>li {
font-weight: 700;
font-size: .85rem
}
ul.list>li ul>li, ol.list>li ul>li {
font-size: 100%
}
.gp-ui-strip {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: stretch;
align-items: stretch;
position: relative;
margin: 0 0 1em;
overflow: hidden
}
.gp-ui-strip .media {
max-width: 370px;
overflow: hidden
}
.gp-ui-strip .media img {
width: 100%
}
.gp-ui-strip .gp-ui-strip__body {
-ms-flex: 1;
flex: 1;
padding: 0 1em
}
.gp-ui-strip .text--primary {
font-weight: 700
}
.gp-ui-strip .text--supporting {
font-size: .875em
}
@media (min-width:768px) {
.gp-ui-strip {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: stretch;
align-items: stretch
}
.gp-ui-strip .media {
width: 200px
}
}
.flex-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: start;
align-items: flex-start
}
.flex-dir--row {
-ms-flex-direction: row;
flex-direction: row
}
.flex-dir--col {
-ms-flex-direction: column;
flex-direction: column
}
@media (min-width:768px) {
.flex-dir--row.flex-dir--row--at-sm, .flex-dir--col.flex-dir--row--at-sm {
-ms-flex-direction: row;
flex-direction: row
}
.flex-dir--row.flex-dir--col--at-sm, .flex-dir--col.flex-dir--col--at-sm {
-ms-flex-direction: column;
flex-direction: column
}
}
@media (min-width:992px) {
.flex-dir--row.flex-dir--row--at-md, .flex-dir--col.flex-dir--row--at-md, .flex-dir--row.flex-dir--col--at-sm.flex-dir--row--at-md, .flex-dir--col.flex-dir--col--at-sm.flex-dir--row--at-md {
-ms-flex-direction: row;
flex-direction: row
}
.flex-dir--row.flex-dir--col--at-md, .flex-dir--col.flex-dir--col--at-md, .flex-dir--row.flex-dir--row--at-sm.flex-dir--col--at-md, .flex-dir--col.flex-dir--row--at-sm.flex-dir--col--at-md {
-ms-flex-direction: column;
flex-direction: column
}
}
@media (min-width:1200px) {
.flex-dir--row.flex-dir--row--at-lg, .flex-dir--col.flex-dir--row--at-lg, .flex-dir--row.flex-dir--col--at-sm.flex-dir--row--at-lg, .flex-dir--col.flex-dir--col--at-sm.flex-dir--row--at-lg, .flex-dir--row.flex-dir--col--at-md.flex-dir--row--at-lg, .flex-dir--col.flex-dir--col--at-md.flex-dir--row--at-lg {
-ms-flex-direction: row;
flex-direction: row
}
.flex-dir--row.flex-dir--col--at-lg, .flex-dir--col.flex-dir--col--at-lg, .flex-dir--row.flex-dir--row--at-sm.flex-dir--col--at-lg, .flex-dir--col.flex-dir--row--at-sm.flex-dir--col--at-lg, .flex-dir--row.flex-dir--row--at-md.flex-dir--col--at-lg, .flex-dir--col.flex-dir--row--at-md.flex-dir--col--at-lg {
-ms-flex-direction: column;
flex-direction: column
}
}
.flex-justify--around {
-ms-flex-pack: distribute;
justify-content: space-around
}
.flex-align--stretch {
-ms-flex-align: stretch;
align-items: stretch
}
.flex-align--start {
-ms-flex-align: start;
align-items: flex-start
}
.flex-align--end {
-ms-flex-align: end;
align-items: flex-end
}
.flex-align--center {
-ms-flex-align: center;
align-items: center
}
.flex-col.flex--half {
-ms-flex: 50%;
flex: 50%
}
.flex-col.flex--third {
-ms-flex: 33%;
flex: 33%
}
.flex-col.flex--fourth {
-ms-flex: 25%;
flex: 25%
}
.flex-col.flex--fifth {
-ms-flex: 20%;
flex: 20%
}
.whatsNew {
background-color: #eee;
border-style: solid;
border-top-width: 1px;
border-right-width: 0;
border-bottom-width: 1px;
border-left-width: 0;
border-color: #ddd
}
.whatsNew .gp-ui-card {
border: none;
border-radius: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}
.whatsNew .gp-ui-card .media {
border: none
}
.whatsNew .gp-ui-card .gp-ui-card__footer {
border: none
}
.cornerstones img {
width: 75%;
margin-left: 13%
}
.cornerstones p {
text-align: justify
}
.cornerstones .col-sm-pull-4 h5 {
text-align: right
}
.apps-and-services {
background-color: rgba(255, 255, 255, .5);
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd
}
.firstTime {
background-color: #f5f5d2;
border-bottom: 1px solid #ddd;
margin-bottom: -1rem
}
.community {
padding: 1em 0;
border-bottom-width: 1px;
border-color: #ddd;
border-style: dashed
}
.community .about {
color: #333;
background-color: #fff;
position: relative
}
.community .about .toolbar {
margin-top: .5em
}
.community .community-stat {
font-size: .85rem;
display: inline-block;
margin-right: .5em;
text-align: center
}
img.recent {
width: 100%
}
.service img {
width: 100px;
height: auto;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #bbb
}
.service img.large {
width: 200px
}
.swatch {
display: block;
float: left;
height: 250px;
width: 100%;
overflow: hidden;
margin-bottom: 1em
}
.swatch .preview {
width: 100px;
height: 100px
}
.swatch .details {
width: 100%;
overflow: hidden;
font-size: .8em;
color: #333
}
.swatch .details h3, .swatch .details h4, .swatch .details h5 {
margin-bottom: .125em
}
.thumb-icon {
height: 200px;
width: 100%;
display: block;
margin: 0 auto;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #bbb
}
@-webkit-keyframes rotation {
from {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg)
}
to {
-webkit-transform: scale(1) rotate(360deg);
transform: scale(1) rotate(360deg)
}
}
@-ms-keyframes rotation {
from {
transform: scale(1) rotate(0deg)
}
to {
transform: scale(1) rotate(360deg)
}
}
@keyframes rotation {
from {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg)
}
to {
-webkit-transform: scale(1) rotate(360deg);
transform: scale(1) rotate(360deg)
}
}
.a-flip--down {
height: 0;
overflow: hidden
}
.a-flip--down.is-visible {
height: auto;
-webkit-transform-origin: center top;
transform-origin: center top;
-webkit-animation: flip-down .5s .3s;
animation: flip-down .5s .3s;
-webkit-animation-fill-mode: backwards;
animation-fill-mode: backwards
}
@-webkit-keyframes flip-down {
0% {
-webkit-transform: perspective(1000px) rotateX(-90deg);
transform: perspective(1000px) rotateX(-90deg)
}
100% {
-webkit-transform: perspective(1000px) translateY(0);
transform: perspective(1000px) translateY(0)
}
}
@keyframes flip-down {
0% {
-webkit-transform: perspective(1000px) rotateX(-90deg);
transform: perspective(1000px) rotateX(-90deg)
}
100% {
-webkit-transform: perspective(1000px) translateY(0);
transform: perspective(1000px) translateY(0)
}
}
@-webkit-keyframes flip-up {
0% {
-webkit-transform: perspective(1000px) translateY(0);
transform: perspective(1000px) translateY(0)
}
100% {
-webkit-transform: perspective(1000px) rotateX(-90deg);
transform: perspective(1000px) rotateX(-90deg)
}
}
@keyframes flip-up {
0% {
-webkit-transform: perspective(1000px) translateY(0);
transform: perspective(1000px) translateY(0)
}
100% {
-webkit-transform: perspective(1000px) rotateX(-90deg);
transform: perspective(1000px) rotateX(-90deg)
}
}
/*---------End GeoMain styling from Drupal cutover------------ */
/*----------Start additional Geoplatform Theme Styling------------*/
.img--prominent {
box-shadow: 5px 5px 7px rgba(0, 0, 0, .5)
}
.svc-card {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between
}
.svc-card__img {
-ms-flex-preferred-size: 54%;
flex-basis: 54%;
padding: 2em;
z-index: 2;
background: #112158;
box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);
border-radius: 2px
}
.svc-card__img img {
width: 100%
}
.svc-card__body {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: distribute;
justify-content: space-around;
margin-left: -1em;
padding: 3em 1em 3em 3em;
z-index: 1;
background: #ddd
}
.svc-card__title {
font-size: 1.125em;
font-weight: 700;
margin-bottom: .5em
}
#wp-link-wrap {
z-index: 99999999999999;
}
#wp-link-backdrop {
z-index: 99999999999999;
}
div.mce-inline-toolbar-grp{
z-index: 9999999
}
.column-content {
-moz-column-count: 2;
-moz-column-gap: 10px;
-moz-column-rule: none;
-webkit-column-count: 2;
-webkit-column-gap: 10px;
-webkit-column-rule: none;
column-count: 2;
column-gap: 10px;
column-rule: none;
}
h5.blog-post-meta {
margin-top:1em;
text-decoration: none;
font-size: 16px;
font-weight: normal!important;
}
/*------------------------------
Theme Check Additions
per http://rachievee.com/wordpress-generated-classes/
and https://github.com/Automattic/_s/blob/master/style.css
------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*#calendar*/
#wp-calendar{
width: -webkit-fill-available;
}
/*--------------------------------------------------------------
# Content Width
per https://codex.wordpress.org/Content_Width#Adding_Theme_Support
--------------------------------------------------------------*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
} | 0.545044 | 0.153899 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, caption {
margin: 0;
padding: 0;
border: 0;
outline: 0 !important;
}
* {
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
}
.row {
letter-spacing: -0.31em;
*letter-spacing: normal;
*word-spacing: -0.43em;
text-rendering: optimizespeed;
}
.opera-only:-o-prefocus, .row {
word-spacing: -0.43em;
}
.col {
display: inline-block;
zoom: 1;
*display: inline;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.col-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-1-5, .col-2-5, .col-3-5, .col-4-5, .col-1-6, .col-5-6, .col-1-7, .col-2-7, .col-3-7, .col-4-7, .col-5-7, .col-6-7, .col-1-8, .col-3-8, .col-5-8, .col-7-8, .col-1-9, .col-2-9, .col-4-9, .col-5-9, .col-6-9, .col-7-9, .col-8-9, .col-1-10, .col-3-10, .col-7-10, .col-9-10, .col-1-11, .col-2-11, .col-3-11, .col-4-11, .col-5-11, .col-6-11, .col-7-11, .col-8-11, .col-9-11, .col-10-11, .col-1-12, .col-5-12, .col-7-12, .col-9-12, .col-11-12 {
display: inline-block;
zoom: 1;
*display: inline;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.col-1 {
display: block;
}
.col-1-2 {
width: 50%;
}
.offset-1-2 {
margin-left: 50%;
}
.col-1-3 {
width: 33.33333%;
}
.offset-1-3 {
margin-left: 33.33333%;
}
.col-2-3 {
width: 66.66667%;
}
.offset-2-3 {
margin-left: 66.66667%;
}
.col-1-4 {
width: 25%;
}
.offset-1-4 {
margin-left: 25%;
}
.col-3-4 {
width: 75%;
}
.offset-3-4 {
margin-left: 75%;
}
.col-1-5 {
width: 20%;
}
.offset-1-5 {
margin-left: 20%;
}
.col-2-5 {
width: 40%;
}
.offset-2-5 {
margin-left: 40%;
}
.col-3-5 {
width: 60%;
}
.offset-3-5 {
margin-left: 60%;
}
.col-4-5 {
width: 80%;
}
.offset-4-5 {
margin-left: 80%;
}
.col-1-6 {
width: 16.66667%;
}
.offset-1-6 {
margin-left: 16.66667%;
}
.col-5-6 {
width: 83.33333%;
}
.offset-5-6 {
margin-left: 83.33333%;
}
.col-1-7 {
width: 14.28571%;
}
.offset-1-7 {
margin-left: 14.28571%;
}
.col-2-7 {
width: 28.57143%;
}
.offset-2-7 {
margin-left: 28.57143%;
}
.col-3-7 {
width: 42.85714%;
}
.offset-3-7 {
margin-left: 42.85714%;
}
.col-4-7 {
width: 57.14286%;
}
.offset-4-7 {
margin-left: 57.14286%;
}
.col-5-7 {
width: 71.42857%;
}
.offset-5-7 {
margin-left: 71.42857%;
}
.col-6-7 {
width: 85.71429%;
}
.offset-6-7 {
margin-left: 85.71429%;
}
.col-1-8 {
width: 12.5%;
}
.offset-1-8 {
margin-left: 12.5%;
}
.col-3-8 {
width: 37.5%;
}
.offset-3-8 {
margin-left: 37.5%;
}
.col-5-8 {
width: 62.5%;
}
.offset-5-8 {
margin-left: 62.5%;
}
.col-7-8 {
width: 87.5%;
}
.offset-7-8 {
margin-left: 87.5%;
}
.col-1-9 {
width: 11.11111%;
}
.offset-1-9 {
margin-left: 11.11111%;
}
.col-2-9 {
width: 22.22222%;
}
.offset-2-9 {
margin-left: 22.22222%;
}
.col-4-9 {
width: 44.44444%;
}
.offset-4-9 {
margin-left: 44.44444%;
}
.col-5-9 {
width: 55.55556%;
}
.offset-5-9 {
margin-left: 55.55556%;
}
.col-6-9 {
width: 66.66667%;
}
.offset-6-9 {
margin-left: 66.66667%;
}
.col-7-9 {
width: 77.77778%;
}
.offset-7-9 {
margin-left: 77.77778%;
}
.col-8-9 {
width: 88.88889%;
}
.offset-8-9 {
margin-left: 88.88889%;
}
.col-1-10 {
width: 10%;
}
.offset-1-10 {
margin-left: 10%;
}
.col-3-10 {
width: 30%;
}
.offset-3-10 {
margin-left: 30%;
}
.col-7-10 {
width: 70%;
}
.offset-7-10 {
margin-left: 70%;
}
.col-9-10 {
width: 90%;
}
.offset-9-10 {
margin-left: 90%;
}
.col-1-11 {
width: 9.09091%;
}
.offset-1-11 {
margin-left: 9.09091%;
}
.col-2-11 {
width: 18.18182%;
}
.offset-2-11 {
margin-left: 18.18182%;
}
.col-3-11 {
width: 27.27273%;
}
.offset-3-11 {
margin-left: 27.27273%;
}
.col-4-11 {
width: 36.36364%;
}
.offset-4-11 {
margin-left: 36.36364%;
}
.col-5-11 {
width: 45.45455%;
}
.offset-5-11 {
margin-left: 45.45455%;
}
.col-6-11 {
width: 54.54545%;
}
.offset-6-11 {
margin-left: 54.54545%;
}
.col-7-11 {
width: 63.63636%;
}
.offset-7-11 {
margin-left: 63.63636%;
}
.col-8-11 {
width: 72.72727%;
}
.offset-8-11 {
margin-left: 72.72727%;
}
.col-9-11 {
width: 81.81818%;
}
.offset-9-11 {
margin-left: 81.81818%;
}
.col-10-11 {
width: 90.90909%;
}
.offset-10-11 {
margin-left: 90.90909%;
}
.col-1-12 {
width: 8.33333%;
}
.offset-1-12 {
margin-left: 8.33333%;
}
.col-5-12 {
width: 41.66667%;
}
.offset-5-12 {
margin-left: 41.66667%;
}
.col-7-12 {
width: 58.33333%;
}
.offset-7-12 {
margin-left: 58.33333%;
}
.col-9-12 {
width: 75%;
}
.offset-9-12 {
margin-left: 75%;
}
.col-11-12 {
width: 91.66667%;
}
.offset-11-12 {
margin-left: 91.66667%;
}
.row-r {
letter-spacing: -0.31em;
*letter-spacing: normal;
word-spacing: -0.43em;
}
.opera-only:-o-prefocus, .row-r {
word-spacing: -0.43em;
}
.row-r img {
max-width: 100%;
}
@media (min-width:980px) {
.visible-phone {
display: none;
}
.visible-tablet {
display: none;
}
.visible-desktop {
}
.hidden-phone {
}
.hidden-tablet {
}
.hidden-desktop {
display: none;
}
}
@media (max-width:480px) {
.row-r > [class ^= "col"] {
width: 100%;
}
}
@media (max-width:767px) {
.row-r > [class ^= "col"] {
width: 100%;
}
.visible-phone {
}
.hidden-phone {
display: none;
}
.hidden-desktop {
}
.visible-desktop {
display: none;
}
}
@media (min-width:768px) and (max-width:979px) {
.visible-tablet {
}
.hidden-tablet {
display: none;
}
.hidden-desktop {
}
.visible-desktop {
display: none;
}
} | wp-content/themes/theme/style.css | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, caption {
margin: 0;
padding: 0;
border: 0;
outline: 0 !important;
}
* {
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
}
.row {
letter-spacing: -0.31em;
*letter-spacing: normal;
*word-spacing: -0.43em;
text-rendering: optimizespeed;
}
.opera-only:-o-prefocus, .row {
word-spacing: -0.43em;
}
.col {
display: inline-block;
zoom: 1;
*display: inline;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.col-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-1-5, .col-2-5, .col-3-5, .col-4-5, .col-1-6, .col-5-6, .col-1-7, .col-2-7, .col-3-7, .col-4-7, .col-5-7, .col-6-7, .col-1-8, .col-3-8, .col-5-8, .col-7-8, .col-1-9, .col-2-9, .col-4-9, .col-5-9, .col-6-9, .col-7-9, .col-8-9, .col-1-10, .col-3-10, .col-7-10, .col-9-10, .col-1-11, .col-2-11, .col-3-11, .col-4-11, .col-5-11, .col-6-11, .col-7-11, .col-8-11, .col-9-11, .col-10-11, .col-1-12, .col-5-12, .col-7-12, .col-9-12, .col-11-12 {
display: inline-block;
zoom: 1;
*display: inline;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.col-1 {
display: block;
}
.col-1-2 {
width: 50%;
}
.offset-1-2 {
margin-left: 50%;
}
.col-1-3 {
width: 33.33333%;
}
.offset-1-3 {
margin-left: 33.33333%;
}
.col-2-3 {
width: 66.66667%;
}
.offset-2-3 {
margin-left: 66.66667%;
}
.col-1-4 {
width: 25%;
}
.offset-1-4 {
margin-left: 25%;
}
.col-3-4 {
width: 75%;
}
.offset-3-4 {
margin-left: 75%;
}
.col-1-5 {
width: 20%;
}
.offset-1-5 {
margin-left: 20%;
}
.col-2-5 {
width: 40%;
}
.offset-2-5 {
margin-left: 40%;
}
.col-3-5 {
width: 60%;
}
.offset-3-5 {
margin-left: 60%;
}
.col-4-5 {
width: 80%;
}
.offset-4-5 {
margin-left: 80%;
}
.col-1-6 {
width: 16.66667%;
}
.offset-1-6 {
margin-left: 16.66667%;
}
.col-5-6 {
width: 83.33333%;
}
.offset-5-6 {
margin-left: 83.33333%;
}
.col-1-7 {
width: 14.28571%;
}
.offset-1-7 {
margin-left: 14.28571%;
}
.col-2-7 {
width: 28.57143%;
}
.offset-2-7 {
margin-left: 28.57143%;
}
.col-3-7 {
width: 42.85714%;
}
.offset-3-7 {
margin-left: 42.85714%;
}
.col-4-7 {
width: 57.14286%;
}
.offset-4-7 {
margin-left: 57.14286%;
}
.col-5-7 {
width: 71.42857%;
}
.offset-5-7 {
margin-left: 71.42857%;
}
.col-6-7 {
width: 85.71429%;
}
.offset-6-7 {
margin-left: 85.71429%;
}
.col-1-8 {
width: 12.5%;
}
.offset-1-8 {
margin-left: 12.5%;
}
.col-3-8 {
width: 37.5%;
}
.offset-3-8 {
margin-left: 37.5%;
}
.col-5-8 {
width: 62.5%;
}
.offset-5-8 {
margin-left: 62.5%;
}
.col-7-8 {
width: 87.5%;
}
.offset-7-8 {
margin-left: 87.5%;
}
.col-1-9 {
width: 11.11111%;
}
.offset-1-9 {
margin-left: 11.11111%;
}
.col-2-9 {
width: 22.22222%;
}
.offset-2-9 {
margin-left: 22.22222%;
}
.col-4-9 {
width: 44.44444%;
}
.offset-4-9 {
margin-left: 44.44444%;
}
.col-5-9 {
width: 55.55556%;
}
.offset-5-9 {
margin-left: 55.55556%;
}
.col-6-9 {
width: 66.66667%;
}
.offset-6-9 {
margin-left: 66.66667%;
}
.col-7-9 {
width: 77.77778%;
}
.offset-7-9 {
margin-left: 77.77778%;
}
.col-8-9 {
width: 88.88889%;
}
.offset-8-9 {
margin-left: 88.88889%;
}
.col-1-10 {
width: 10%;
}
.offset-1-10 {
margin-left: 10%;
}
.col-3-10 {
width: 30%;
}
.offset-3-10 {
margin-left: 30%;
}
.col-7-10 {
width: 70%;
}
.offset-7-10 {
margin-left: 70%;
}
.col-9-10 {
width: 90%;
}
.offset-9-10 {
margin-left: 90%;
}
.col-1-11 {
width: 9.09091%;
}
.offset-1-11 {
margin-left: 9.09091%;
}
.col-2-11 {
width: 18.18182%;
}
.offset-2-11 {
margin-left: 18.18182%;
}
.col-3-11 {
width: 27.27273%;
}
.offset-3-11 {
margin-left: 27.27273%;
}
.col-4-11 {
width: 36.36364%;
}
.offset-4-11 {
margin-left: 36.36364%;
}
.col-5-11 {
width: 45.45455%;
}
.offset-5-11 {
margin-left: 45.45455%;
}
.col-6-11 {
width: 54.54545%;
}
.offset-6-11 {
margin-left: 54.54545%;
}
.col-7-11 {
width: 63.63636%;
}
.offset-7-11 {
margin-left: 63.63636%;
}
.col-8-11 {
width: 72.72727%;
}
.offset-8-11 {
margin-left: 72.72727%;
}
.col-9-11 {
width: 81.81818%;
}
.offset-9-11 {
margin-left: 81.81818%;
}
.col-10-11 {
width: 90.90909%;
}
.offset-10-11 {
margin-left: 90.90909%;
}
.col-1-12 {
width: 8.33333%;
}
.offset-1-12 {
margin-left: 8.33333%;
}
.col-5-12 {
width: 41.66667%;
}
.offset-5-12 {
margin-left: 41.66667%;
}
.col-7-12 {
width: 58.33333%;
}
.offset-7-12 {
margin-left: 58.33333%;
}
.col-9-12 {
width: 75%;
}
.offset-9-12 {
margin-left: 75%;
}
.col-11-12 {
width: 91.66667%;
}
.offset-11-12 {
margin-left: 91.66667%;
}
.row-r {
letter-spacing: -0.31em;
*letter-spacing: normal;
word-spacing: -0.43em;
}
.opera-only:-o-prefocus, .row-r {
word-spacing: -0.43em;
}
.row-r img {
max-width: 100%;
}
@media (min-width:980px) {
.visible-phone {
display: none;
}
.visible-tablet {
display: none;
}
.visible-desktop {
}
.hidden-phone {
}
.hidden-tablet {
}
.hidden-desktop {
display: none;
}
}
@media (max-width:480px) {
.row-r > [class ^= "col"] {
width: 100%;
}
}
@media (max-width:767px) {
.row-r > [class ^= "col"] {
width: 100%;
}
.visible-phone {
}
.hidden-phone {
display: none;
}
.hidden-desktop {
}
.visible-desktop {
display: none;
}
}
@media (min-width:768px) and (max-width:979px) {
.visible-tablet {
}
.hidden-tablet {
display: none;
}
.hidden-desktop {
}
.visible-desktop {
display: none;
}
} | 0.429429 | 0.083255 |
.name_div input::placeholder,
.email_div input::placeholder,
.password_div input::placeholder{
color: rgba(255, 23, 68, 0.3)
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.login_wrapper,.register_wrapper{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.login_div,.register_div{
margin-top: 50px;
}
.login_heading span , .register_heading span{
font-size: 30px;
font-weight: bold;
color: #FF1744;
}
.name_div input , .email_div input , .password_div input{
border-radius: 10px;
border: 1px solid #FF1744;
height: 50px;
outline: none;
padding-left: 10px;
padding-right: 10px;
margin-top: 10px;
font-size: 15px;
font-weight: bold;
color: #FF1744;
}
.login_submit_btn , .register_submit_btn{
margin-top: 20px;
width: 100%;
padding: 10px;
background: #FF1744;
color: white;
outline: none;
border: none;
border-radius: 10px;
font-size: 15px;
font-weight: 700;
}
.facebook_login_btn , .facebook_register_btn{
background: #3b5998 ;
margin-top: 20px;
width: 100%;
padding: 10px;
color: white;
outline: none;
border: none;
border-radius: 10px;
font-size: 15px;
font-weight: 700;
}
.create_account_div , .login_account_div{
margin-top: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.create_account , .login_account{
font-size: 15px;
color: #FF1744;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {} | public/css/login.css | .name_div input::placeholder,
.email_div input::placeholder,
.password_div input::placeholder{
color: rgba(255, 23, 68, 0.3)
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.login_wrapper,.register_wrapper{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.login_div,.register_div{
margin-top: 50px;
}
.login_heading span , .register_heading span{
font-size: 30px;
font-weight: bold;
color: #FF1744;
}
.name_div input , .email_div input , .password_div input{
border-radius: 10px;
border: 1px solid #FF1744;
height: 50px;
outline: none;
padding-left: 10px;
padding-right: 10px;
margin-top: 10px;
font-size: 15px;
font-weight: bold;
color: #FF1744;
}
.login_submit_btn , .register_submit_btn{
margin-top: 20px;
width: 100%;
padding: 10px;
background: #FF1744;
color: white;
outline: none;
border: none;
border-radius: 10px;
font-size: 15px;
font-weight: 700;
}
.facebook_login_btn , .facebook_register_btn{
background: #3b5998 ;
margin-top: 20px;
width: 100%;
padding: 10px;
color: white;
outline: none;
border: none;
border-radius: 10px;
font-size: 15px;
font-weight: 700;
}
.create_account_div , .login_account_div{
margin-top: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.create_account , .login_account{
font-size: 15px;
color: #FF1744;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {} | 0.225672 | 0.06236 |
body {
background-size: 100%;
background-color: rgb(39, 2, 30);
font-size: medium;
font-family: 'Anton', sans-serif;
}
header {
text-align: center;
font-size: 1.2em;
color: #7ba1db;
background: url(res/header.jpg);
border-radius: 1.5em;
}
footer {
text-align: center;
font-size: 1.2em;
color: #7ba1db;
background: url(res/header.jpg);
border-radius: 1.5em;
}
a {
text-decoration: none;
}
nav {
background: url(res/header.jpg);
margin: 10px 0px 0px 0px;
border-radius: 1.2em;
}
nav ul {
margin: 0px;
margin-left: 20px;
list-style-type: none;
padding: 5px 0px 5px 0px;
}
nav ul li {
display: inline;
padding: 5px 10px 5px 10px;
}
nav ul li a:link, nav ul li a:visited {
color: #5a7caf;
}
nav ul li.selected {
background-color: #0f223f;
}
.headerButton {
position: initial;
background: url(res/header.jpg);
width: max-content;
font-size: 1.2em;
color:#7ba1db;
text-shadow: #5a7caf 1px 3px 3px;
box-shadow: #7ba1db 0px 0px 3px;
margin: 1vw;
border-radius: 1vw;
text-align: center;
}
.logo {
text-align: center;
margin-bottom: 15px;
margin-top: 20px;
}
div.main {
text-align: center;
}
#tableContainer {
width: 100%;
display: table;
border-spacing: 10px;
}
#tableRow {
display: table-row;
}
section#main {
display: table-cell;
background: url(res/SectionBackground.png);
padding: 15px;
width: 50%;
vertical-align: top;
border-radius: 1.5em;
margin-right: 10px;
vertical-align: top;
}
aside#sidebar {
padding: 15px;
width: 50%;
display: table-cell;
border-radius: 1.5em;
background-image: url(res/SectionBackground.png);
vertical-align: top;
/*color:#bd4439;*/
color: #bd4439;;
}
.gameButton {
position: relative;
background: url(res/buttonsBackground.jpg);
width: max-content;
font-size: 2em;
color:#bd4439;
text-shadow: #A63C3C 1px 3px 3px;
box-shadow: #A63C3C 0px 0px 3px;
border-radius: 1vw;
margin-bottom: 15px;
text-align: center;
} | commonStyle.css | body {
background-size: 100%;
background-color: rgb(39, 2, 30);
font-size: medium;
font-family: 'Anton', sans-serif;
}
header {
text-align: center;
font-size: 1.2em;
color: #7ba1db;
background: url(res/header.jpg);
border-radius: 1.5em;
}
footer {
text-align: center;
font-size: 1.2em;
color: #7ba1db;
background: url(res/header.jpg);
border-radius: 1.5em;
}
a {
text-decoration: none;
}
nav {
background: url(res/header.jpg);
margin: 10px 0px 0px 0px;
border-radius: 1.2em;
}
nav ul {
margin: 0px;
margin-left: 20px;
list-style-type: none;
padding: 5px 0px 5px 0px;
}
nav ul li {
display: inline;
padding: 5px 10px 5px 10px;
}
nav ul li a:link, nav ul li a:visited {
color: #5a7caf;
}
nav ul li.selected {
background-color: #0f223f;
}
.headerButton {
position: initial;
background: url(res/header.jpg);
width: max-content;
font-size: 1.2em;
color:#7ba1db;
text-shadow: #5a7caf 1px 3px 3px;
box-shadow: #7ba1db 0px 0px 3px;
margin: 1vw;
border-radius: 1vw;
text-align: center;
}
.logo {
text-align: center;
margin-bottom: 15px;
margin-top: 20px;
}
div.main {
text-align: center;
}
#tableContainer {
width: 100%;
display: table;
border-spacing: 10px;
}
#tableRow {
display: table-row;
}
section#main {
display: table-cell;
background: url(res/SectionBackground.png);
padding: 15px;
width: 50%;
vertical-align: top;
border-radius: 1.5em;
margin-right: 10px;
vertical-align: top;
}
aside#sidebar {
padding: 15px;
width: 50%;
display: table-cell;
border-radius: 1.5em;
background-image: url(res/SectionBackground.png);
vertical-align: top;
/*color:#bd4439;*/
color: #bd4439;;
}
.gameButton {
position: relative;
background: url(res/buttonsBackground.jpg);
width: max-content;
font-size: 2em;
color:#bd4439;
text-shadow: #A63C3C 1px 3px 3px;
box-shadow: #A63C3C 0px 0px 3px;
border-radius: 1vw;
margin-bottom: 15px;
text-align: center;
} | 0.364664 | 0.143908 |
body { background-color: grey;
color: rgb(0,0,0,1);
}
p { text-align: justify;
text-indent: 50px;
}
div#interface{
width: 1000px;
background-color: #D3D3D3 ;
margin: -20px auto 10px auto; /* margim do site*/
box-shadow: 0px 0px 15px black; /*sombra da pagina*/
padding: 10px 10px 10px 10px /* espaço entre o texto e a pagina*/
}
img#icone {
position: absolute;
left: 1300px;
top:55px;
}
header#cabecalho{
border-bottom: 5px #696969 solid;
height:/* height = altura do site */45px;
background-image: url("file:///C:/Users/Marce/Documents/www/Aprendendo-HTML-E-CSS/projeto-glass-html5/worder.png");
background-repeat: no-repeat;
}
header#cabecalho h1{
font-family: arial, sans-serif;
font-size: 30px;
color: grey;
text-shadow: 1px 1px 1px 1px;
}
header#cabecalho h2{
}
/* formtação em imagens */
nav#menu{
display: block;
}
figure.foto-legenda{
position: relative;
border: 8px solid white;
box-shadow: 1px 1px 4px black;
display: inline-block;
}
figure.foto-legenda img /* img = imagem */{
width: 100%;
height: 100%;
}
figure.foto-legenda figcaption {
opacity: 0;
position: absolute;
top: 0px;
background-color: rgba(0,0,0,.4);
color: white;
width: 100%;
height: 100%;
padding: 10px;
box-sizing: border-box;
}
figure.foto-legenda:hover figcaption /*hover quando passa o mouse por tal objeto a legenda
é visivel*/{
opacity: 1;
transition: opacity 1s;
}
nav#menu ul {
list-style: none;
text-transform: uppercase;
position: absolute;
top: -20px;
left:720px;
}
nav#menu li {
display:inline-block; /*transforma em horizontal, quase um bloco*/
background-color:#B0C4DE ;
padding: 10px;
margin: 2px; /*espaço fora do objeto*/
transition-duration: 1s;
}
nav#menu li:hover {
background-color: #606060;
opacity: 5;
transition: opacity 5s;
}
nav#menu h1{
display:none;
}
nav#menu a {
color: black;
text-decoration: none;
}
/* passando o mouse por cima e deixando branco */
nav#menu a:hover{
color: white;
/*agora sublinhado */
text-decoration: underline;
}
nav#menu a {
color: black;
text-decoration: none;
} | projeto-glass-html5/_css/estilo.css | body { background-color: grey;
color: rgb(0,0,0,1);
}
p { text-align: justify;
text-indent: 50px;
}
div#interface{
width: 1000px;
background-color: #D3D3D3 ;
margin: -20px auto 10px auto; /* margim do site*/
box-shadow: 0px 0px 15px black; /*sombra da pagina*/
padding: 10px 10px 10px 10px /* espaço entre o texto e a pagina*/
}
img#icone {
position: absolute;
left: 1300px;
top:55px;
}
header#cabecalho{
border-bottom: 5px #696969 solid;
height:/* height = altura do site */45px;
background-image: url("file:///C:/Users/Marce/Documents/www/Aprendendo-HTML-E-CSS/projeto-glass-html5/worder.png");
background-repeat: no-repeat;
}
header#cabecalho h1{
font-family: arial, sans-serif;
font-size: 30px;
color: grey;
text-shadow: 1px 1px 1px 1px;
}
header#cabecalho h2{
}
/* formtação em imagens */
nav#menu{
display: block;
}
figure.foto-legenda{
position: relative;
border: 8px solid white;
box-shadow: 1px 1px 4px black;
display: inline-block;
}
figure.foto-legenda img /* img = imagem */{
width: 100%;
height: 100%;
}
figure.foto-legenda figcaption {
opacity: 0;
position: absolute;
top: 0px;
background-color: rgba(0,0,0,.4);
color: white;
width: 100%;
height: 100%;
padding: 10px;
box-sizing: border-box;
}
figure.foto-legenda:hover figcaption /*hover quando passa o mouse por tal objeto a legenda
é visivel*/{
opacity: 1;
transition: opacity 1s;
}
nav#menu ul {
list-style: none;
text-transform: uppercase;
position: absolute;
top: -20px;
left:720px;
}
nav#menu li {
display:inline-block; /*transforma em horizontal, quase um bloco*/
background-color:#B0C4DE ;
padding: 10px;
margin: 2px; /*espaço fora do objeto*/
transition-duration: 1s;
}
nav#menu li:hover {
background-color: #606060;
opacity: 5;
transition: opacity 5s;
}
nav#menu h1{
display:none;
}
nav#menu a {
color: black;
text-decoration: none;
}
/* passando o mouse por cima e deixando branco */
nav#menu a:hover{
color: white;
/*agora sublinhado */
text-decoration: underline;
}
nav#menu a {
color: black;
text-decoration: none;
} | 0.239616 | 0.098296 |
.aquaLemonChiffon1,
.hover_aquaLemonChiffon1:hover,
.active_aquaLemonChiffon1:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(255, 250, 230, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 241, 180),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
-moz-box-shadow: 0 0.63em 0.75em rgba(255, 250, 230, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 241, 180),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
box-shadow: 0 0.63em 0.75em rgba(255, 250, 230, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 241, 180),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
}
.aquaLemonChiffon1h,
.hover_aquaLemonChiffon1h:hover,
.active_aquaLemonChiffon1h:active {
-webkit-box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
}
.aquaLemonChiffon1a,
.hover_aquaLemonChiffon1a:hover,
.active_aquaLemonChiffon1a:active {
/*background: #fff171;*/
-webkit-box-shadow:0 0.63em 1em rgba(255, 240, 180, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #fffae1,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 240, 180, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #fffae1,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 240, 180, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #fffae1,
inset 0 0em 0.5em 2em #ffffff;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaLemonChiffon1,
.hover_color_aquaLemonChiffon1:hover,
.active_color_aquaLemonChiffon1:active {
color: #282828;
}
.color_aquaLemonChiffon1h,
.hover_color_aquaLemonChiffon1h:hover,
.active_color_aquaLemonChiffon1h:active {
color: #282828;
}
.color_aquaLemonChiffon1a,
.hover_color_aquaLemonChiffon1a:hover,
.active_color_aquaLemonChiffon1a:active {
color: #282828;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaLemonChiffon1,
.hover_border_aquaLemonChiffon1:hover,
.active_border_aquaLemonChiffon1:active {
border-color: #fff171 #fff171 #fff171 #fff171;
}
.border_aquaLemonChiffon1h,
.hover_border_aquaLemonChiffon1h:hover,
.active_border_aquaLemonChiffon1h:active {
border-color: #fff171 #fff171 #fff171 #fff171;
}
.border_aquaLemonChiffon1a,
.hover_border_aquaLemonChiffon1a:hover,
.active_border_aquaLemonChiffon1a:active {
border-color: #fff171 #fff171 #fff171 #fff171;
} | widgets/common/assets/shadows/aqua/aquaLemonChiffon/aquaLemonChiffon1.css | .aquaLemonChiffon1,
.hover_aquaLemonChiffon1:hover,
.active_aquaLemonChiffon1:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(255, 250, 230, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 241, 180),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
-moz-box-shadow: 0 0.63em 0.75em rgba(255, 250, 230, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 241, 180),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
box-shadow: 0 0.63em 0.75em rgba(255, 250, 230, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 241, 180),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
}
.aquaLemonChiffon1h,
.hover_aquaLemonChiffon1h:hover,
.active_aquaLemonChiffon1h:active {
-webkit-box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
}
.aquaLemonChiffon1a,
.hover_aquaLemonChiffon1a:hover,
.active_aquaLemonChiffon1a:active {
/*background: #fff171;*/
-webkit-box-shadow:0 0.63em 1em rgba(255, 240, 180, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #fffae1,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 240, 180, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #fffae1,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 240, 180, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #fffae1,
inset 0 0em 0.5em 2em #ffffff;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaLemonChiffon1,
.hover_color_aquaLemonChiffon1:hover,
.active_color_aquaLemonChiffon1:active {
color: #282828;
}
.color_aquaLemonChiffon1h,
.hover_color_aquaLemonChiffon1h:hover,
.active_color_aquaLemonChiffon1h:active {
color: #282828;
}
.color_aquaLemonChiffon1a,
.hover_color_aquaLemonChiffon1a:hover,
.active_color_aquaLemonChiffon1a:active {
color: #282828;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaLemonChiffon1,
.hover_border_aquaLemonChiffon1:hover,
.active_border_aquaLemonChiffon1:active {
border-color: #fff171 #fff171 #fff171 #fff171;
}
.border_aquaLemonChiffon1h,
.hover_border_aquaLemonChiffon1h:hover,
.active_border_aquaLemonChiffon1h:active {
border-color: #fff171 #fff171 #fff171 #fff171;
}
.border_aquaLemonChiffon1a,
.hover_border_aquaLemonChiffon1a:hover,
.active_border_aquaLemonChiffon1a:active {
border-color: #fff171 #fff171 #fff171 #fff171;
} | 0.308294 | 0.229535 |
*{margin:0;padding:0;font-size:17px;}
/*root*/
#page_wrapper{font-family:'ColaborateLightRegular',Arial,sans-serif;color:#666666;line-height:135%;}
/*headers */
h1,.h1, h2,.h2, h3,.h3, h4,.h4{font-weight:bold;margin:30px 0 10px 0;color:#333333;}
h1,.h1{font-size:20px;}
h2,.h2{font-size:18px;}
/*paragraphs*/
p{margin:10px 0;}
/*lists*/
ol, ul{padding:0 0 0 30px;margin:10px 15px;}
ol li, ul li{margin:0 0 10px 0;}
/*links*/
/*more red #990000, more orange #993300*/
a{color:#0000CC; text-decoration:none;}
a:hover{text-decoration:underline;}
a.active{color:#999999;}
#sub_nav a{font-size:13px;}
/*tables*/
table.results{border-collapse:collapse;width:100%;}
table.results,table.results th,table.results td{border: 1px solid #cccccc;}
table.results th,table.results td{padding:10px;}
/*other stuff */
.clear{clear:both;line-height:0px;}
img{border:none;padding:20px;}
blockquote{
margin:10px 0;
padding:5px 10px;
font-style:italic;
}
blockquote p,
blockquote ul,
blockquote ol,
blockquote li,
blockquote a{
font-size:16px;
}
pre{
margin:10px 0;
padding:5px 10px;
color:#333333;
}
fieldset{
margin:0 10px;
padding:15px 10px 12px 10px;
border:1px solid #cccccc;
}
legend{
color:#333333;
font-weight:bold;
font-size:18px;
padding:0 5px;
}
.list_item {margin:20px;padding:5px; border:solid 2px #F0F0F0;}
/*==============================
master template
==============================*/
/*
body{
border-top: solid 6px #999999;
}*/
#page_wrapper{
width:75%;
margin:0 auto 0 auto;
}
#header{
padding:10px 5px 0px 5px;
border-bottom:3px double #cccccc;
}
#page_border{
border-top:1px solid #999999;
border-bottom:1px solid #999999;
width:98%;
margin:1px auto;
}
#page_body{
text-align:left;
margin: 35px 10px;
}
#footer{
padding:10px 5px 16px 5px;
margin:0 0;
border-top:3px double #cccccc;
}
/*==============================
forms
==============================*/
.formfield td{text-align:left;padding-bottom:8px;}
.formfield label {width:100px;padding:0 5px 0 0;}
.formfield input{width:200px;padding:5px;border:solid 1px #cccccc;}
.submit td{text-align:right;padding-bottom:5px;}
.submit input{
color: #FFFFFF;
font-weight: normal;
padding: 4px 7px;
background-color:#333333;
cursor:pointer;
}
.submit input:hover{
background-color:#101010;
} | smarttypes/static/css/master.css |
*{margin:0;padding:0;font-size:17px;}
/*root*/
#page_wrapper{font-family:'ColaborateLightRegular',Arial,sans-serif;color:#666666;line-height:135%;}
/*headers */
h1,.h1, h2,.h2, h3,.h3, h4,.h4{font-weight:bold;margin:30px 0 10px 0;color:#333333;}
h1,.h1{font-size:20px;}
h2,.h2{font-size:18px;}
/*paragraphs*/
p{margin:10px 0;}
/*lists*/
ol, ul{padding:0 0 0 30px;margin:10px 15px;}
ol li, ul li{margin:0 0 10px 0;}
/*links*/
/*more red #990000, more orange #993300*/
a{color:#0000CC; text-decoration:none;}
a:hover{text-decoration:underline;}
a.active{color:#999999;}
#sub_nav a{font-size:13px;}
/*tables*/
table.results{border-collapse:collapse;width:100%;}
table.results,table.results th,table.results td{border: 1px solid #cccccc;}
table.results th,table.results td{padding:10px;}
/*other stuff */
.clear{clear:both;line-height:0px;}
img{border:none;padding:20px;}
blockquote{
margin:10px 0;
padding:5px 10px;
font-style:italic;
}
blockquote p,
blockquote ul,
blockquote ol,
blockquote li,
blockquote a{
font-size:16px;
}
pre{
margin:10px 0;
padding:5px 10px;
color:#333333;
}
fieldset{
margin:0 10px;
padding:15px 10px 12px 10px;
border:1px solid #cccccc;
}
legend{
color:#333333;
font-weight:bold;
font-size:18px;
padding:0 5px;
}
.list_item {margin:20px;padding:5px; border:solid 2px #F0F0F0;}
/*==============================
master template
==============================*/
/*
body{
border-top: solid 6px #999999;
}*/
#page_wrapper{
width:75%;
margin:0 auto 0 auto;
}
#header{
padding:10px 5px 0px 5px;
border-bottom:3px double #cccccc;
}
#page_border{
border-top:1px solid #999999;
border-bottom:1px solid #999999;
width:98%;
margin:1px auto;
}
#page_body{
text-align:left;
margin: 35px 10px;
}
#footer{
padding:10px 5px 16px 5px;
margin:0 0;
border-top:3px double #cccccc;
}
/*==============================
forms
==============================*/
.formfield td{text-align:left;padding-bottom:8px;}
.formfield label {width:100px;padding:0 5px 0 0;}
.formfield input{width:200px;padding:5px;border:solid 1px #cccccc;}
.submit td{text-align:right;padding-bottom:5px;}
.submit input{
color: #FFFFFF;
font-weight: normal;
padding: 4px 7px;
background-color:#333333;
cursor:pointer;
}
.submit input:hover{
background-color:#101010;
} | 0.267408 | 0.061509 |
.nk-int-st input[type="text"]:focus{
border-bottom: 2px solid #00c292;
}
/*End focus*/
li a
{
display: block;
color: hsla(0,0%,100%,.7);
padding: 8px 16px;
font-family: Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
font-size: 18px;
text-decoration: none;
}
li a:hover{text-decoration: none;}
li a span
{
margin-left: 12px;
font-size: 18px;
font-family: Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
.inbox-message{
margin-top: 25px;
display: block;
}
.nk-int-st:not(.form-group) {
display: inline-block;
width: 100%;
}
.nk-int-st {
position: relative;
vertical-align: top;
}
.inbox-btn-st-ls {
margin: 20px 0px;
display: flex;
}
.nk-int-st input[type="text"], .nk-int-st textarea, .nk-int-st [type="number"], .nk-int-st [type="password"] {
box-shadow: none;
border-radius: 0;
border-top:none;
border-left: none;
border-bottom: 1px solid #ccc;
}
.search-input input[type="text"] {
padding: 8px 10px;
width: 100%;
color: #333;
transition: all .4s ease 0s;
}
.form-control{
display: block;
height: 34px;
line-height: 1.42857143;
}
.search-input .search-ib {
border: none;
background: #00c292;
font-size: 14px;
position: absolute;
padding: 7px 20px;
right: 0;
top: 0px;
border-radius: 0px;
box-shadow: none;
color: #fff;
outline: none;
}
.waves-effect {
position: relative;
cursor: pointer;
display: inline-block;
overflow: hidden;
}
.inbox-btn-st-ls.btn-toolbar .btn-group {
margin-bottom: 0px;
}
.btn-group.btn-default {
border: 1px solid transparent;
}
.active-hook .btn-default {
font-size: 14px;
color: #333;
border: none;
}
.btn-group.ib-btn-gp.active-hook.nk-act {
margin-left: auto;
float: right;
}
input[type="checkbox"], input[type="radio"] {
cursor: pointer;
}
/*pagination*/
.pagination-inbox {
margin-top: 20px;
margin-bottom: 40px;
}
ul.wizard-nav-ac {
text-align: center;
}
ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
ul.wizard-nav-ac li {
display: inline-block;
}
.pagination-inbox ul.wizard-nav-ac li a {
line-height: 24px;
background: #ccc;
}
ul.wizard-nav-ac li a {
height: 35px;
width: 35px;
border-radius: 50%;
color: #fff;
display: inline-block;
}
ul.wizard-nav-ac li i {
font-size: 13px;
}
.pagination-inbox ul.wizard-nav-ac li i {
line-height: 20px;
} | public/css/compte.css | .nk-int-st input[type="text"]:focus{
border-bottom: 2px solid #00c292;
}
/*End focus*/
li a
{
display: block;
color: hsla(0,0%,100%,.7);
padding: 8px 16px;
font-family: Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
font-size: 18px;
text-decoration: none;
}
li a:hover{text-decoration: none;}
li a span
{
margin-left: 12px;
font-size: 18px;
font-family: Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
.inbox-message{
margin-top: 25px;
display: block;
}
.nk-int-st:not(.form-group) {
display: inline-block;
width: 100%;
}
.nk-int-st {
position: relative;
vertical-align: top;
}
.inbox-btn-st-ls {
margin: 20px 0px;
display: flex;
}
.nk-int-st input[type="text"], .nk-int-st textarea, .nk-int-st [type="number"], .nk-int-st [type="password"] {
box-shadow: none;
border-radius: 0;
border-top:none;
border-left: none;
border-bottom: 1px solid #ccc;
}
.search-input input[type="text"] {
padding: 8px 10px;
width: 100%;
color: #333;
transition: all .4s ease 0s;
}
.form-control{
display: block;
height: 34px;
line-height: 1.42857143;
}
.search-input .search-ib {
border: none;
background: #00c292;
font-size: 14px;
position: absolute;
padding: 7px 20px;
right: 0;
top: 0px;
border-radius: 0px;
box-shadow: none;
color: #fff;
outline: none;
}
.waves-effect {
position: relative;
cursor: pointer;
display: inline-block;
overflow: hidden;
}
.inbox-btn-st-ls.btn-toolbar .btn-group {
margin-bottom: 0px;
}
.btn-group.btn-default {
border: 1px solid transparent;
}
.active-hook .btn-default {
font-size: 14px;
color: #333;
border: none;
}
.btn-group.ib-btn-gp.active-hook.nk-act {
margin-left: auto;
float: right;
}
input[type="checkbox"], input[type="radio"] {
cursor: pointer;
}
/*pagination*/
.pagination-inbox {
margin-top: 20px;
margin-bottom: 40px;
}
ul.wizard-nav-ac {
text-align: center;
}
ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
ul.wizard-nav-ac li {
display: inline-block;
}
.pagination-inbox ul.wizard-nav-ac li a {
line-height: 24px;
background: #ccc;
}
ul.wizard-nav-ac li a {
height: 35px;
width: 35px;
border-radius: 50%;
color: #fff;
display: inline-block;
}
ul.wizard-nav-ac li i {
font-size: 13px;
}
.pagination-inbox ul.wizard-nav-ac li i {
line-height: 20px;
} | 0.362856 | 0.06832 |
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
:root {
--color-1: #b2b2b1;
--color-2: #ffffff;
--color-2-transparent: rgba(255, 255, 255, 0.5);
--color-3: #e5007d;
--color-4: #0d1a29;
--color-4-transparent: #0d1a29aa;
--color-1-dark: #80807d;
--color-2-dark: #b5b5b5;
--color-2-dark-tranparent: rgba(255, 255, 255, 0.05);
--color-3-dark: #a3005a;
--color-4-dark: #0a131e;
--color-4-dark-transparent: #0a131e44;
--color-1-lite: #b3b3b3;
--color-2-lite: #d3d3d3;
--color-2-lite-transparent: rgba(255, 255, 255, 0.7);
--color-3-lite: #d5599b;
--color-4-lite: #4e7097;
--font: "Open Sans", sans-serif
--font-h: "Roboto", sans-serif
}
body {
font-family: var(--font);
overflow-x: hidden;
background-color: var(--color-background);
font-size: 15px;
}
a { color: var(--color-4-dark); }
a:hover { color: var(--color-4-lite); }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font)
}
h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
font-family: var(--font-h);
font-weight: 500 !important; }
h3,
h4,
h5 {
text-transform: uppercase;
}
p {
font-size: 15px;
line-height: 1.6; }
a,
a:hover,
a:focus,
button,
button:focus {
text-decoration: none !important;
outline: none !important;
box-shadow: none !important; }
::selection {
background: var(--color-3-lite) }
::-moz-selection {
background: var(--color-3-lite) }
.back_top {
text-align: center;
position: fixed;
bottom: 15px;
height: 35px;
width: 35px;
background: var(--color-4);
display: none;
z-index: 10000;
border-radius: 3px;
right: 20px;
transition: all 0.5s; }
.back_top i {
color: #ffffff;
line-height: 35px;
font-size: 32px;
display: block; }
.loader-wrapper {
position: fixed;
width: 100%;
height: 100%;
background-color: var(--color-2);
z-index: 9999; }
.loader-wrapper .loader {
height: 1px;
background: var(--color-3-lite);
position: absolute;
z-index: 9999; }
.section {
padding-top: 80px;
padding-bottom: 80px;
position: relative;
background-color: var(--color-2); }
.section_title .section_title_border .f-border {
width: 3px;
display: inline-block;
height: 2px;
position: relative;
top: -4px;
background-color: var(--color-4-dark); }
.section_title .section_title_border .s-border {
width: 14px;
display: inline-block;
height: 2px;
position: relative;
top: -4px;
background-color: var(--color-4-dark) ; }
.section_title h3 {
font-size: 28px;}
.section_title .sec_subtitle {
max-width: 500px;
font-size: 15px;
line-height: 1.6; }
.bg-overlay-gradient {
background: linear-gradient(to right, var(--color-4-lite), var(--color-4-dark));
opacity: 0.1;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%; }
.bg-gradient {
background: linear-gradient(to right, var(--color-4-lite), var(--color-4-dark)); }
.h-100vh {
height: 100vh; }
.z-index {
z-index: 1000; }
.over_margin {
margin: 20px; }
.bg-overlay {
background: var(--color-4-transparent);
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0; }
.vertical-content {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
flex-direction: row;
-webkit-flex-direction: row; }
.bg-dark {
background-color: var(--color-4); }
.bg-custom {
background-color: var(--color-3); }
.text-muted {
color: var(--color-1-dark) !important; }
.text-dark {
color: var(--color-4-dark) !important; }
.text-custom {
color: var(--color-3) !important; }
.text-custom-blue {
color: var(--color-3-dark); }
.btn {
padding: 12px 28px; }
.btn-sm {
padding: 8px 15px; }
.btn-rounded {
border-radius: 30px !important; }
.btn-custom {
background-color: var(--color-3);
border: 2px solid var(--color-3);
color: #fff;
font-size: 15px;
transition: all 0.5s;
border-radius: 0px;
letter-spacing: 1px;
text-transform: capitalize; }
.btn-custom:hover {
background:var(--color-3);
border-color: var(--color-3) !important;
color: #ffffff !important; }
.btn-custom:active {
background: var(--color-3);
border-color:var(--color-3)a !important;
color: #ffffff !important; }
.btn-custom:focus {
background: var(--color-3);
border-color: var(--color-3) !important;
color: #ffffff !important; }
.btn-custom.active {
background: var(--color-3);
border-color: var(--color-3) !important;
color: #ffffff !important; }
.btn-custom.focus {
background: var(--color-3);
border-color: var(--color-3) !important;
color: #ffffff !important; }
.btn-white {
background-color: #ffffff;
border: 2px solid #ffffff;
color: #000000;
font-size: 15px;
transition: all 0.5s;
border-radius: 0px;
letter-spacing: 1px;
text-transform: capitalize; }
.btn-white:hover {
background: #ececec;
border-color: #ececec !important;
color: #000000 !important; }
.btn-white:active {
background: #ececec;
border-color: #ececec !important;
color: #000000 !important; }
.btn-white:focus {
background: #ececec;
border-color: #ececec !important;
color: #000000 !important; }
.btn-white.active {
background: #ececec;
border-color: #ececec !important;
color: #000000 !important; }
.btn-white.focus {
background: #ececec;
border-color: #ececec !important;
color: #000000 !important; }
.btn-outline-white {
background-color: transparent;
border: 2px solid #ffffff;
color: #ffffff;
font-size: 16px;
transition: all 0.5s;
border-radius: 0px;
font-weight: 500;
letter-spacing: 1px;
text-transform: capitalize; }
.btn-outline-white:hover {
background: #ffffff;
border-color: #ffffff !important;
color: #000000 !important; }
.btn-outline-white:active {
background: #ffffff;
border-color: #ffffff !important;
color: #000000 !important; }
.btn-outline-white:focus {
background: #ffffff;
border-color: #ffffff !important;
color: #000000 !important; }
.btn-outline-white.active {
background: #ffffff;
border-color: #ffffff !important;
color: #000000 !important; }
.btn-outline-white.focus {
background: #ffffff;
border-color: #ffffff !important;
color: #000000 !important; }
.btn-gradient {
background: #var(--color-3);
background: -webkit-linear-gradient(to right, var(--color-3-dark), var(--color-3));
background: linear-gradient(to right, var(--color-3-dark), var(--color-3));
color: #fff;
font-size: 14px;
transition: all 0.5s;
border-radius: 5px;
letter-spacing: 1px;
text-transform: capitalize; }
.btn-gradient:hover {
background: linear-gradient(to right,var(--color-3-dark), var(--color-3));
transition: all 0.5s; }
.btn-gradient:active {
background: linear-gradient(to right, var(--color-3-dark), var(--color-3));
transition: all 0.5s; }
.btn-gradient:focus {
background: linear-gradient(to right, var(--color-3-dark), var(--color-3));
transition: all 0.5s; }
.btn-gradient.active {
background: linear-gradient(to right, var(--color-3-dark), var(--color-3));
transition: all 0.5s; }
.btn-gradient.focus {
background: linear-gradient(to right, var(--color-3-dark), var(--color-3));
transition: all 0.5s; }
.custom-nav.stickyadd .btn-outline-white {
background-color: transparent;
border: 1px solid #000000;
color: #000000;
font-size: 15px;
transition: all 0.5s;
border-radius: 0px;
letter-spacing: 1px;
text-transform: capitalize; }
.custom-nav.stickyadd .btn-outline-white:hover {
background: #000000;
border-color: #000000 !important;
color: #ffffff !important; }
.custom-nav.stickyadd .btn-outline-white:active {
background: #000000;
border-color: #000000 !important;
color: #ffffff !important; }
.custom-nav.stickyadd .btn-outline-white:focus {
background: #000000;
border-color: #000000 !important;
color: #ffffff !important; }
.custom-nav.stickyadd .btn-outline-white.active {
background: #000000;
border-color: #000000 !important;
color: #ffffff !important; }
.custom-nav.stickyadd .btn-outline-white.focus {
background: #000000;
border-color: #000000 !important;
color: #ffffff !important; }
.custom-nav {
padding: 16px 0px;
width: 100%;
border-radius: 0px;
z-index: 999;
margin-bottom: 0px;
transition: all 0.5s ease-in-out;
background-color: transparent; }
.custom-nav .container-fluid {
width: 90%; }
.custom-nav .container-fluid .logo {
padding-top: 0px; }
.custom-nav .container-fluid .logo .logo-light {
display: inline-block; }
.custom-nav .container-fluid .logo .logo-dark {
display: none; }
.custom-nav .container-fluid .navbar-nav li a {
color: var(--color-2-transparent);
font-size: 16px;
background-color: transparent !important;
padding: 7px 0 !important;
position: relative;
margin: 0 12px;
transition: all 0.4s; }
.custom-nav .container-fluid .navbar-nav li.active a {
color: var(--color-2); }
.custom-nav .container-fluid .navbar-nav li:hover a {
color: var(--color-2); }
.custom-nav .container-fluid .navbar-nav li:active a {
color: var(--color-2); }
.custom-nav .container-fluid .navbar-toggler {
font-size: 28px;
margin-top: 2px;
margin-bottom: 0px;
color: #000000; }
.custom-nav .container-fluid .navbar-brand.logo img {
height: 28px; }
.custom-nav .container-fluid .navbar-text i {
font-size: 18px !important;
position: relative;
top: 3px; }
.custom-nav .container-fluid .navbar-text {
color: #fff; }
.custom-nav.stickyadd {
background-color: #ffffff;
top: 0px;
box-shadow: 0px 0px 18px 1px var(--color-4-transparent); }
.custom-nav.stickyadd .navbar-nav li a {
color: var(--color-4-transparent); }
.custom-nav.stickyadd .navbar-nav li.active a {
color: #5d59eb; }
.custom-nav.stickyadd .navbar-nav li:hover a {
color: #5d59eb; }
.custom-nav.stickyadd .navbar-nav li:active a {
color: #5d59eb; }
.custom-nav.stickyadd .logo .logo-dark {
display: inline-block; }
.custom-nav.stickyadd .logo .logo-light {
display: none; }
.custom-nav.stickyadd .navbar-text {
color: #000; }
.home-bg {
background-image: url("../images/graffiti.jpg");
padding: 180px 0 180px;
}
.iparallax {
position: relative;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.parallax {
background-attachment: fixed;
background-position: center center;
background-size: cover;
}
.home-table {
display: table;
width: 100%;
height: 100%; }
.home-table .home-table-center {
display: table-cell;
vertical-align: middle; }
.home-table .home-table-center .header_title {
font-size: 46px;
line-height: 1.4;
max-width: 850px;
text-transform: uppercase;
background-color: var(--color-4);
filter: url('#goo');
display: inline;
-webkit-box-decoration-break: clone;
-o-box-decoration-break: clone;
box-decoration-break: clone;
padding: 0.5rem 0.6rem;
}
.home-table .home-table-center .small_title {
padding: 1rem 0rem;
}
.home-table .home-table-center .small_title .home_line {
height: 2px;
width: 44px;
display: inline-block;
background-color: var(--color-3);
position: relative;
top: -6px; }
.home-table .home-table-center .small_title p {
font-size: 18px;
display: inline-block;
color: var(--color-2-transparent);
font-weight: bolder;}
.home-table .home-table-center .header_subtitle {
line-height: 1.8;
max-width: 550px;
color: var(--color-2-transparent) !important;
font-weight: bolder;
}
.home-table .home-table-center .header_logo {
transform: translateX(-19%);
padding-bottom: 1em;
}
.home-table .home-table-center .learn_more i {
background: #fff;
border-radius: 50px;
width: 70px;
height: 70px;
line-height: 70px;
font-size: 30px;
display: inline-block;
border: 1px solid var(--color-1-lite); }
.custom-nav .container-fluid .navbar-nav.language-chooser li a {
margin: 0px 5px !important;
font-size: 0.6em;
text-transform: uppercase;
color: var(--color-1-dark);
}
.custom-nav .container-fluid .navbar-nav.pages-chooser li a {
letter-spacing: 2px;
font-weight: 600;
font-family: var(--font-h);
text-transform: uppercase;
color: var(--color-1-dark);
}
.custom-nav .container-fluid .navbar-nav li a:hover {
color: var(--color-2);
}
.language-chooser a img { width: 24px; margin-right: 5px; filter: grayscale(80%); opacity: 60%; }
.language-chooser a:hover img { filter: none; opacity: 100%;}
/* wavify wrapper */
.wavify-wrapper {
position: absolute;
bottom: 0;
width: 100%; }
.wavify-wrapper svg {
height: 180px; }
.wavify-wrapper.top {
top: 0; }
.wavify-wrapper.app-landing-screnshot svg {
height: 180px; }
.wavify-wrapper.theme-two_lg svg {
height: 550px; }
.wavify-wrapper.rotate_wavify {
bottom: 0;
-webkit-transform: translateY(-50%) rotateZ(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotateZ(180deg); }
.wavify-wrapper.rotate_wavify svg {
height: 450px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.wavify-wrapper.rotate_wavify {
-webkit-transform: translateY(-30%) rotateZ(180deg);
-ms-transform: translateY(-30%) rotate(180deg);
transform: translateY(-30%) rotateZ(180deg); } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.wavify-wrapper.rotate_wavify {
-webkit-transform: translateY(-100%) rotateZ(180deg);
-ms-transform: translateY(-100%) rotate(180deg);
transform: translateY(-100%) rotateZ(180deg); } }
@media only screen and (max-width: 767px) {
.wavify-wrapper.rotate_wavify {
-webkit-transform: translateY(-100%) rotateZ(180deg);
-ms-transform: translateY(-100%) rotate(180deg);
transform: translateY(-100%) rotateZ(180deg); } }
.wavify-wrapper.drak_hero {
z-index: 3; }
.wavify-wrapper.drak_hero svg {
height: 200px; }
.wavify-wrapper.wavify-lg svg {
height: 680px; }
.about_title {
line-height: 1.6;
max-width: 450px;
text-transform: unset;}
.bg-footer {
background: var(--color-4-dark);
position: relative; }
.bg-footer .fun_box {
border: 1px solid var(--color-2-transparent); }
.bg-footer .footer_title_border {
background-color: var(--color-2-lite-transparent);
height: 2px;
width: 26px; }
.bg-footer h6 {
font-size: 18px; }
.bg-footer p {
font-size: 14px !important;
color: var(--color-2-transparent); }
.bg-footer .footer_menu_list li a {
color: var(--color-2-transparent) !important;
margin-bottom: 10px;
display: inline-block;
font-size: 14px;
transition: all 0.5s; }
.bg-footer .footer_menu_list li a:hover {
color: var(--color-2) !important; }
.bg-footer .fot_social .social-icon {
border-radius: 50%;
background-color: var(--color-2-dark-tranparent);
transition: all 0.5s;
width: 38px;
color: var(--color-2-transparent);
height: 38px;
display: block;
font-size: 18px;
line-height: 38px;
text-align: center; }
.bg-footer .fot_social .social-icon:hover {
color: #fff !important; }
.bg-footer a { color: var(--color-1); font-weight: bold;}
.bg-footer a:hover { color: var(--color-2); }
@media (max-width: 768px) {
.home-bg {
padding: 110px 0 100px; }
.home-table .home-table-center .header_title {
font-size: 30px;
line-height: 1.2; }
.home-table .home-table-center .header_subtitle {
font-size: 14px !important;
line-height: 1.8; }
.home-table .home-table-center .header_btn span {
display: block; }
.h-100vh, .home-half, .half-slider {
height: auto;
padding: 110px 0 80px 0 !important; }
.section_title h3 {
font-size: 22px; }
.section_title .section_subtitle {
line-height: 1.6; }
.hide_phone {
display: none; }
}
@media (max-width: 991px) and (min-width: 200px) {
.hit-arrow .hit-line {
display: none !important; } }
@media (max-width: 1024px) and (min-width: 769px) {
.navbar-text, .navbar-btn {
display: none; }
.navbar-nav {
margin-left: auto !important;
margin-right: 0px !important; } }
@media (max-width: 991px) {
.custom-nav {
margin-top: 0px;
padding: 10px 0px !important;
background-color: var(--color-2) !important; }
.custom-nav > .container-fluid {
width: 90%; }
.custom-nav > .container-fluid .navbar-nav {
margin-top: 0px; }
.custom-nav > .container-fluid .navbar-nav li a {
margin: 0 0px;
padding: 6px 0;
color:var(--color-2-transparent); }
.custom-nav > .container-fluid .navbar-nav li.active a {
color: var(--color-3); }
.custom-nav > .container-fluid .logo {
padding-top: 0px; }
.custom-nav > .container-fluid .logo .logo-light {
display: none; }
.custom-nav > .container-fluid .logo .logo-dark {
display: inline-block !important; }
.custom-nav > .container-fluid .sign_btn {
background-color: var(--color-3-lite);
color: var(--color-3);
display: inline-block; }
.custom-nav > .container-fluid .log_btn {
background-color: transparent;
color: var(--color-4-dark);
display: inline-block; }
.custom-nav > .container-fluid .navbar-text {
color: var(--color-4-dark); }
.custom-nav .btn-outline-white {
background-color: transparent;
border: 1px solid var(--color-4-dark);
color: var(--color-4-dark);
font-size: 15px;
transition: all 0.5s;
border-radius: 0px;
letter-spacing: 1px;
text-transform: capitalize; }
.custom-nav .btn-outline-white:hover {
background: var(--color-4-dark);
border-color: var(--color-4-dark) !important;
color: var(--color-1) !important; }
.custom-nav .btn-outline-white:active {
background: var(--color-4-dark);
border-color: var(--color-4-dark) !important;
color: var(--color-1) !important; }
.custom-nav .btn-outline-white:focus {
background: var(--color-4-dark);
border-color: var(--color-4-dark) !important;
color: var(--color-1) !important; }
.custom-nav .btn-outline-white.active {
background: var(--color-4-dark);
border-color: var(--color-4-dark) !important;
color: var(--color-1) !important; }
.custom-nav .btn-outline-white.focus {
background: var(--color-4-dark);
border-color: var(--color-4-dark) !important;
color: var(--color-1) !important; }
.custom-nav.stickyadd .navbar-text {
color: var(--color-4-dark); } }
.home-half {
padding: 145px 0px; }
.bg-home-slider {
position: relative; }
.bg-home-slider .carousel-control-next,
.bg-home-slider .carousel-control-prev {
width: 6%; }
.bg-home-slider .carousel-control-next span,
.bg-home-slider .carousel-control-prev span {
font-size: 50px; }
.bg-home-slider .carousel, .bg-home-slider .carousel-item {
width: 100%; }
.bg-home-slider .carousel-item {
background-position: center center !important;
background-size: cover !important; }
.vcenter-item{
display: flex;
align-items: center;
} | static/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
:root {
--color-1: #b2b2b1;
--color-2: #ffffff;
--color-2-transparent: rgba(255, 255, 255, 0.5);
--color-3: #e5007d;
--color-4: #0d1a29;
--color-4-transparent: #0d1a29aa;
--color-1-dark: #80807d;
--color-2-dark: #b5b5b5;
--color-2-dark-tranparent: rgba(255, 255, 255, 0.05);
--color-3-dark: #a3005a;
--color-4-dark: #0a131e;
--color-4-dark-transparent: #0a131e44;
--color-1-lite: #b3b3b3;
--color-2-lite: #d3d3d3;
--color-2-lite-transparent: rgba(255, 255, 255, 0.7);
--color-3-lite: #d5599b;
--color-4-lite: #4e7097;
--font: "Open Sans", sans-serif
--font-h: "Roboto", sans-serif
}
body {
font-family: var(--font);
overflow-x: hidden;
background-color: var(--color-background);
font-size: 15px;
}
a { color: var(--color-4-dark); }
a:hover { color: var(--color-4-lite); }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font)
}
h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
font-family: var(--font-h);
font-weight: 500 !important; }
h3,
h4,
h5 {
text-transform: uppercase;
}
p {
font-size: 15px;
line-height: 1.6; }
a,
a:hover,
a:focus,
button,
button:focus {
text-decoration: none !important;
outline: none !important;
box-shadow: none !important; }
::selection {
background: var(--color-3-lite) }
::-moz-selection {
background: var(--color-3-lite) }
.back_top {
text-align: center;
position: fixed;
bottom: 15px;
height: 35px;
width: 35px;
background: var(--color-4);
display: none;
z-index: 10000;
border-radius: 3px;
right: 20px;
transition: all 0.5s; }
.back_top i {
color: #ffffff;
line-height: 35px;
font-size: 32px;
display: block; }
.loader-wrapper {
position: fixed;
width: 100%;
height: 100%;
background-color: var(--color-2);
z-index: 9999; }
.loader-wrapper .loader {
height: 1px;
background: var(--color-3-lite);
position: absolute;
z-index: 9999; }
.section {
padding-top: 80px;
padding-bottom: 80px;
position: relative;
background-color: var(--color-2); }
.section_title .section_title_border .f-border {
width: 3px;
display: inline-block;
height: 2px;
position: relative;
top: -4px;
background-color: var(--color-4-dark); }
.section_title .section_title_border .s-border {
width: 14px;
display: inline-block;
height: 2px;
position: relative;
top: -4px;
background-color: var(--color-4-dark) ; }
.section_title h3 {
font-size: 28px;}
.section_title .sec_subtitle {
max-width: 500px;
font-size: 15px;
line-height: 1.6; }
.bg-overlay-gradient {
background: linear-gradient(to right, var(--color-4-lite), var(--color-4-dark));
opacity: 0.1;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%; }
.bg-gradient {
background: linear-gradient(to right, var(--color-4-lite), var(--color-4-dark)); }
.h-100vh {
height: 100vh; }
.z-index {
z-index: 1000; }
.over_margin {
margin: 20px; }
.bg-overlay {
background: var(--color-4-transparent);
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0; }
.vertical-content {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
flex-direction: row;
-webkit-flex-direction: row; }
.bg-dark {
background-color: var(--color-4); }
.bg-custom {
background-color: var(--color-3); }
.text-muted {
color: var(--color-1-dark) !important; }
.text-dark {
color: var(--color-4-dark) !important; }
.text-custom {
color: var(--color-3) !important; }
.text-custom-blue {
color: var(--color-3-dark); }
.btn {
padding: 12px 28px; }
.btn-sm {
padding: 8px 15px; }
.btn-rounded {
border-radius: 30px !important; }
.btn-custom {
background-color: var(--color-3);
border: 2px solid var(--color-3);
color: #fff;
font-size: 15px;
transition: all 0.5s;
border-radius: 0px;
letter-spacing: 1px;
text-transform: capitalize; }
.btn-custom:hover {
background:var(--color-3);
border-color: var(--color-3) !important;
color: #ffffff !important; }
.btn-custom:active {
background: var(--color-3);
border-color:var(--color-3)a !important;
color: #ffffff !important; }
.btn-custom:focus {
background: var(--color-3);
border-color: var(--color-3) !important;
color: #ffffff !important; }
.btn-custom.active {
background: var(--color-3);
border-color: var(--color-3) !important;
color: #ffffff !important; }
.btn-custom.focus {
background: var(--color-3);
border-color: var(--color-3) !important;
color: #ffffff !important; }
.btn-white {
background-color: #ffffff;
border: 2px solid #ffffff;
color: #000000;
font-size: 15px;
transition: all 0.5s;
border-radius: 0px;
letter-spacing: 1px;
text-transform: capitalize; }
.btn-white:hover {
background: #ececec;
border-color: #ececec !important;
color: #000000 !important; }
.btn-white:active {
background: #ececec;
border-color: #ececec !important;
color: #000000 !important; }
.btn-white:focus {
background: #ececec;
border-color: #ececec !important;
color: #000000 !important; }
.btn-white.active {
background: #ececec;
border-color: #ececec !important;
color: #000000 !important; }
.btn-white.focus {
background: #ececec;
border-color: #ececec !important;
color: #000000 !important; }
.btn-outline-white {
background-color: transparent;
border: 2px solid #ffffff;
color: #ffffff;
font-size: 16px;
transition: all 0.5s;
border-radius: 0px;
font-weight: 500;
letter-spacing: 1px;
text-transform: capitalize; }
.btn-outline-white:hover {
background: #ffffff;
border-color: #ffffff !important;
color: #000000 !important; }
.btn-outline-white:active {
background: #ffffff;
border-color: #ffffff !important;
color: #000000 !important; }
.btn-outline-white:focus {
background: #ffffff;
border-color: #ffffff !important;
color: #000000 !important; }
.btn-outline-white.active {
background: #ffffff;
border-color: #ffffff !important;
color: #000000 !important; }
.btn-outline-white.focus {
background: #ffffff;
border-color: #ffffff !important;
color: #000000 !important; }
.btn-gradient {
background: #var(--color-3);
background: -webkit-linear-gradient(to right, var(--color-3-dark), var(--color-3));
background: linear-gradient(to right, var(--color-3-dark), var(--color-3));
color: #fff;
font-size: 14px;
transition: all 0.5s;
border-radius: 5px;
letter-spacing: 1px;
text-transform: capitalize; }
.btn-gradient:hover {
background: linear-gradient(to right,var(--color-3-dark), var(--color-3));
transition: all 0.5s; }
.btn-gradient:active {
background: linear-gradient(to right, var(--color-3-dark), var(--color-3));
transition: all 0.5s; }
.btn-gradient:focus {
background: linear-gradient(to right, var(--color-3-dark), var(--color-3));
transition: all 0.5s; }
.btn-gradient.active {
background: linear-gradient(to right, var(--color-3-dark), var(--color-3));
transition: all 0.5s; }
.btn-gradient.focus {
background: linear-gradient(to right, var(--color-3-dark), var(--color-3));
transition: all 0.5s; }
.custom-nav.stickyadd .btn-outline-white {
background-color: transparent;
border: 1px solid #000000;
color: #000000;
font-size: 15px;
transition: all 0.5s;
border-radius: 0px;
letter-spacing: 1px;
text-transform: capitalize; }
.custom-nav.stickyadd .btn-outline-white:hover {
background: #000000;
border-color: #000000 !important;
color: #ffffff !important; }
.custom-nav.stickyadd .btn-outline-white:active {
background: #000000;
border-color: #000000 !important;
color: #ffffff !important; }
.custom-nav.stickyadd .btn-outline-white:focus {
background: #000000;
border-color: #000000 !important;
color: #ffffff !important; }
.custom-nav.stickyadd .btn-outline-white.active {
background: #000000;
border-color: #000000 !important;
color: #ffffff !important; }
.custom-nav.stickyadd .btn-outline-white.focus {
background: #000000;
border-color: #000000 !important;
color: #ffffff !important; }
.custom-nav {
padding: 16px 0px;
width: 100%;
border-radius: 0px;
z-index: 999;
margin-bottom: 0px;
transition: all 0.5s ease-in-out;
background-color: transparent; }
.custom-nav .container-fluid {
width: 90%; }
.custom-nav .container-fluid .logo {
padding-top: 0px; }
.custom-nav .container-fluid .logo .logo-light {
display: inline-block; }
.custom-nav .container-fluid .logo .logo-dark {
display: none; }
.custom-nav .container-fluid .navbar-nav li a {
color: var(--color-2-transparent);
font-size: 16px;
background-color: transparent !important;
padding: 7px 0 !important;
position: relative;
margin: 0 12px;
transition: all 0.4s; }
.custom-nav .container-fluid .navbar-nav li.active a {
color: var(--color-2); }
.custom-nav .container-fluid .navbar-nav li:hover a {
color: var(--color-2); }
.custom-nav .container-fluid .navbar-nav li:active a {
color: var(--color-2); }
.custom-nav .container-fluid .navbar-toggler {
font-size: 28px;
margin-top: 2px;
margin-bottom: 0px;
color: #000000; }
.custom-nav .container-fluid .navbar-brand.logo img {
height: 28px; }
.custom-nav .container-fluid .navbar-text i {
font-size: 18px !important;
position: relative;
top: 3px; }
.custom-nav .container-fluid .navbar-text {
color: #fff; }
.custom-nav.stickyadd {
background-color: #ffffff;
top: 0px;
box-shadow: 0px 0px 18px 1px var(--color-4-transparent); }
.custom-nav.stickyadd .navbar-nav li a {
color: var(--color-4-transparent); }
.custom-nav.stickyadd .navbar-nav li.active a {
color: #5d59eb; }
.custom-nav.stickyadd .navbar-nav li:hover a {
color: #5d59eb; }
.custom-nav.stickyadd .navbar-nav li:active a {
color: #5d59eb; }
.custom-nav.stickyadd .logo .logo-dark {
display: inline-block; }
.custom-nav.stickyadd .logo .logo-light {
display: none; }
.custom-nav.stickyadd .navbar-text {
color: #000; }
.home-bg {
background-image: url("../images/graffiti.jpg");
padding: 180px 0 180px;
}
.iparallax {
position: relative;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.parallax {
background-attachment: fixed;
background-position: center center;
background-size: cover;
}
.home-table {
display: table;
width: 100%;
height: 100%; }
.home-table .home-table-center {
display: table-cell;
vertical-align: middle; }
.home-table .home-table-center .header_title {
font-size: 46px;
line-height: 1.4;
max-width: 850px;
text-transform: uppercase;
background-color: var(--color-4);
filter: url('#goo');
display: inline;
-webkit-box-decoration-break: clone;
-o-box-decoration-break: clone;
box-decoration-break: clone;
padding: 0.5rem 0.6rem;
}
.home-table .home-table-center .small_title {
padding: 1rem 0rem;
}
.home-table .home-table-center .small_title .home_line {
height: 2px;
width: 44px;
display: inline-block;
background-color: var(--color-3);
position: relative;
top: -6px; }
.home-table .home-table-center .small_title p {
font-size: 18px;
display: inline-block;
color: var(--color-2-transparent);
font-weight: bolder;}
.home-table .home-table-center .header_subtitle {
line-height: 1.8;
max-width: 550px;
color: var(--color-2-transparent) !important;
font-weight: bolder;
}
.home-table .home-table-center .header_logo {
transform: translateX(-19%);
padding-bottom: 1em;
}
.home-table .home-table-center .learn_more i {
background: #fff;
border-radius: 50px;
width: 70px;
height: 70px;
line-height: 70px;
font-size: 30px;
display: inline-block;
border: 1px solid var(--color-1-lite); }
.custom-nav .container-fluid .navbar-nav.language-chooser li a {
margin: 0px 5px !important;
font-size: 0.6em;
text-transform: uppercase;
color: var(--color-1-dark);
}
.custom-nav .container-fluid .navbar-nav.pages-chooser li a {
letter-spacing: 2px;
font-weight: 600;
font-family: var(--font-h);
text-transform: uppercase;
color: var(--color-1-dark);
}
.custom-nav .container-fluid .navbar-nav li a:hover {
color: var(--color-2);
}
.language-chooser a img { width: 24px; margin-right: 5px; filter: grayscale(80%); opacity: 60%; }
.language-chooser a:hover img { filter: none; opacity: 100%;}
/* wavify wrapper */
.wavify-wrapper {
position: absolute;
bottom: 0;
width: 100%; }
.wavify-wrapper svg {
height: 180px; }
.wavify-wrapper.top {
top: 0; }
.wavify-wrapper.app-landing-screnshot svg {
height: 180px; }
.wavify-wrapper.theme-two_lg svg {
height: 550px; }
.wavify-wrapper.rotate_wavify {
bottom: 0;
-webkit-transform: translateY(-50%) rotateZ(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotateZ(180deg); }
.wavify-wrapper.rotate_wavify svg {
height: 450px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.wavify-wrapper.rotate_wavify {
-webkit-transform: translateY(-30%) rotateZ(180deg);
-ms-transform: translateY(-30%) rotate(180deg);
transform: translateY(-30%) rotateZ(180deg); } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.wavify-wrapper.rotate_wavify {
-webkit-transform: translateY(-100%) rotateZ(180deg);
-ms-transform: translateY(-100%) rotate(180deg);
transform: translateY(-100%) rotateZ(180deg); } }
@media only screen and (max-width: 767px) {
.wavify-wrapper.rotate_wavify {
-webkit-transform: translateY(-100%) rotateZ(180deg);
-ms-transform: translateY(-100%) rotate(180deg);
transform: translateY(-100%) rotateZ(180deg); } }
.wavify-wrapper.drak_hero {
z-index: 3; }
.wavify-wrapper.drak_hero svg {
height: 200px; }
.wavify-wrapper.wavify-lg svg {
height: 680px; }
.about_title {
line-height: 1.6;
max-width: 450px;
text-transform: unset;}
.bg-footer {
background: var(--color-4-dark);
position: relative; }
.bg-footer .fun_box {
border: 1px solid var(--color-2-transparent); }
.bg-footer .footer_title_border {
background-color: var(--color-2-lite-transparent);
height: 2px;
width: 26px; }
.bg-footer h6 {
font-size: 18px; }
.bg-footer p {
font-size: 14px !important;
color: var(--color-2-transparent); }
.bg-footer .footer_menu_list li a {
color: var(--color-2-transparent) !important;
margin-bottom: 10px;
display: inline-block;
font-size: 14px;
transition: all 0.5s; }
.bg-footer .footer_menu_list li a:hover {
color: var(--color-2) !important; }
.bg-footer .fot_social .social-icon {
border-radius: 50%;
background-color: var(--color-2-dark-tranparent);
transition: all 0.5s;
width: 38px;
color: var(--color-2-transparent);
height: 38px;
display: block;
font-size: 18px;
line-height: 38px;
text-align: center; }
.bg-footer .fot_social .social-icon:hover {
color: #fff !important; }
.bg-footer a { color: var(--color-1); font-weight: bold;}
.bg-footer a:hover { color: var(--color-2); }
@media (max-width: 768px) {
.home-bg {
padding: 110px 0 100px; }
.home-table .home-table-center .header_title {
font-size: 30px;
line-height: 1.2; }
.home-table .home-table-center .header_subtitle {
font-size: 14px !important;
line-height: 1.8; }
.home-table .home-table-center .header_btn span {
display: block; }
.h-100vh, .home-half, .half-slider {
height: auto;
padding: 110px 0 80px 0 !important; }
.section_title h3 {
font-size: 22px; }
.section_title .section_subtitle {
line-height: 1.6; }
.hide_phone {
display: none; }
}
@media (max-width: 991px) and (min-width: 200px) {
.hit-arrow .hit-line {
display: none !important; } }
@media (max-width: 1024px) and (min-width: 769px) {
.navbar-text, .navbar-btn {
display: none; }
.navbar-nav {
margin-left: auto !important;
margin-right: 0px !important; } }
@media (max-width: 991px) {
.custom-nav {
margin-top: 0px;
padding: 10px 0px !important;
background-color: var(--color-2) !important; }
.custom-nav > .container-fluid {
width: 90%; }
.custom-nav > .container-fluid .navbar-nav {
margin-top: 0px; }
.custom-nav > .container-fluid .navbar-nav li a {
margin: 0 0px;
padding: 6px 0;
color:var(--color-2-transparent); }
.custom-nav > .container-fluid .navbar-nav li.active a {
color: var(--color-3); }
.custom-nav > .container-fluid .logo {
padding-top: 0px; }
.custom-nav > .container-fluid .logo .logo-light {
display: none; }
.custom-nav > .container-fluid .logo .logo-dark {
display: inline-block !important; }
.custom-nav > .container-fluid .sign_btn {
background-color: var(--color-3-lite);
color: var(--color-3);
display: inline-block; }
.custom-nav > .container-fluid .log_btn {
background-color: transparent;
color: var(--color-4-dark);
display: inline-block; }
.custom-nav > .container-fluid .navbar-text {
color: var(--color-4-dark); }
.custom-nav .btn-outline-white {
background-color: transparent;
border: 1px solid var(--color-4-dark);
color: var(--color-4-dark);
font-size: 15px;
transition: all 0.5s;
border-radius: 0px;
letter-spacing: 1px;
text-transform: capitalize; }
.custom-nav .btn-outline-white:hover {
background: var(--color-4-dark);
border-color: var(--color-4-dark) !important;
color: var(--color-1) !important; }
.custom-nav .btn-outline-white:active {
background: var(--color-4-dark);
border-color: var(--color-4-dark) !important;
color: var(--color-1) !important; }
.custom-nav .btn-outline-white:focus {
background: var(--color-4-dark);
border-color: var(--color-4-dark) !important;
color: var(--color-1) !important; }
.custom-nav .btn-outline-white.active {
background: var(--color-4-dark);
border-color: var(--color-4-dark) !important;
color: var(--color-1) !important; }
.custom-nav .btn-outline-white.focus {
background: var(--color-4-dark);
border-color: var(--color-4-dark) !important;
color: var(--color-1) !important; }
.custom-nav.stickyadd .navbar-text {
color: var(--color-4-dark); } }
.home-half {
padding: 145px 0px; }
.bg-home-slider {
position: relative; }
.bg-home-slider .carousel-control-next,
.bg-home-slider .carousel-control-prev {
width: 6%; }
.bg-home-slider .carousel-control-next span,
.bg-home-slider .carousel-control-prev span {
font-size: 50px; }
.bg-home-slider .carousel, .bg-home-slider .carousel-item {
width: 100%; }
.bg-home-slider .carousel-item {
background-position: center center !important;
background-size: cover !important; }
.vcenter-item{
display: flex;
align-items: center;
} | 0.32146 | 0.123075 |
html, body, ul, li, h1, h2, h3, h4, h5, h6, p, a {
font-family: 'Tajawal' !important;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 20px;
}
a {
color: #9B945F;
text-decoration: none;
background-color: transparent;
transition: all 1s;
}
a:hover {
color: #028856;
text-decoration: none;
transition: all 1s;
}
.btn-success {
width: auto;
height: 50px;
border-color: #0C8C5C !important;
background-color: #0C8C5C !important;
color: #FFFFFF;
font-style: normal;
}
.btn-success:hover {
background-color: #3ba56a !important;
border-color: #3ba56a !important;
color: #FFFFFF !important;
box-shadow: 0 8px 25px -8px #3ba56a;
}
.btn-primary {
width: auto;
height: 50px;
border-color: #9B945F !important;
background-color: #9B945F !important;
color: #FFFFFF;
font-style: normal;
}
.btn-primary:hover {
background-color: #8a866d !important;
border-color: #8a866d !important;
color: #FFFFFF !important;
box-shadow: 0 8px 25px -8px #8a866d;
}
.btn-outline-primary {
width: auto;
height: 50px;
border: 1px solid #9B945F;
background-color: transparent;
color: #9B945F;
font-style: normal;
}
.btn-outline-primary:hover {
color: #FFFFFF;
background-color: #3ba56a;
border-color: #3ba56a;
}
.primary {
color: #028856 !important;
}
.table-custom,
.table-custom > th,
.table-custom > td {
background-color: #9B945F;
}
.table-custom,
.table-custom > tr > th {
color: #fff !important;
}
/*
Main Header & Notifications
*/
.navbar {
padding: 5px 0;
}
.navbar .navbar-header {
margin: auto 30px;
}
.navbar .navbar-header .navbar-nav .nav-item .navbar-brand .brand-logo img {
width: 70px;
}
.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
background: #028856;
border-color: #028856;
}
.dropdown-notification .dropdown-menu-header,
.badge.badge-primary {
background: #028856;
}
.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover {
background: #028856;
}
.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right {
width: max-content;
min-width: 150px;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
padding: 10px;
}
/*
Breadcrumb
*/
.horizontal-menu .content .content-wrapper {
margin-top: 3rem!important;
margin-bottom: 1rem;
}
.horizontal-menu .content .content-wrapper .content-header-title {
text-transform: capitalize;
}
.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-toggle::after {
right: auto;
position: absolute;
top: 50%;
margin-top: -7px;
left: 1rem;
content: '\e843' !important;
}
.content-body {
height: 100vh;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
content: '\e849';
font-family: 'feather';
color: #626262;
}
/*
Card
*/
.card .card-header {
padding: 30px;
}
.card .card-header .card-title {
text-transform: capitalize;
}
.card .card-content .form-search {
padding: 0 30px;
}
.card .card-content .form-search .form-group {
display: flex;
justify-content: center;
align-items: center;
}
.card .card-content .form-search .form-group .form-control {
height: 50px;
margin-left: 15px;
font-size: 16px;
border-color: #9b945f;
background-color: #f9f9f9;
}
.card .card-content .form-search .form-group .form-control:focus {
color: #1d1d1d;
background-color: #FFFFFF;
border-color: #0C8C5C;
outline: 0;
box-shadow: 0 3px 10px 0 #0c8c5c2b;
}
.card .card-content .form-search .form-group .btn-search {
height: 50px;
text-transform: capitalize;
width: auto;
border: 1px solid #9B945F !important;
background-color: #9B945F !important;
color: #FFFFFF;
border-radius: 4px;
box-shadow: none;
outline: 0;
padding: 10px 25px;
}
.card .card-content .form-search .form-group .btn-search:hover {
background-color: #3ba56a !important;
border-color: #3ba56a !important;
color: #FFFFFF !important;
box-shadow: 0 8px 25px -8px #3ba56a;
}
.card .card-content .card-body .table thead tr th {
text-transform: capitalize;
color: #1d1d1d;
}
.card .card-content .card-body .table tbody tr td {
color: #1d1d1d;
}
.card .card-content .card-body .table-hover tbody tr:hover {
color: #1d1d1d;
background-color: #02885612;
}
.card .card-content .card-body .bg-gradient-danger {
background-image: none;
background: #f1f1f1;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .card-title {
text-transform: capitalize;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .form-custom .form-group {
display: flex;
justify-content: space-between;
align-items: center;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .form-custom .form-group label {
display: block;
margin-left: 15px;
text-align: right;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .form-custom .form-group .form-control {
height: 50px;
margin-left: 15px;
font-size: 16px;
border-color: #9b945f;
background-color: #f9f9f9;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .form-custom .form-group .form-control:focus {
color: #1d1d1d;
background-color: #FFFFFF;
border-color: #0C8C5C;
outline: 0;
box-shadow: 0 3px 10px 0 #0c8c5c2b;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .form-custom .form-group .btn-custom {
height: 50px;
text-transform: capitalize;
width: auto;
border: 1px solid #9B945F !important;
background-color: #9B945F !important;
color: #FFFFFF;
border-radius: 4px;
box-shadow: none;
outline: 0;
padding: 10px 25px;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .form-custom .form-group .btn-custom:hover {
background-color: #3ba56a !important;
border-color: #3ba56a !important;
color: #FFFFFF !important;
box-shadow: 0 8px 25px -8px #3ba56a;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .table-bordered {
border: 1px solid #8a866d;
color: #1d1d1d;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .table-bordered > thead > tr > th {
border-top: initial;
background: #8a866d;
color: #fff;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .table-bordered > tbody > tr {
background: transparent;
}
.card .card-content .card-body .bg-gradient-success {
background-image: none;
background: #f1f1f1;
}
.card .card-content .card-body .bg-gradient-success > .card-content > .card-body > .profile-image {
width: 150px;
height: 150px;
border-radius: 150px;
box-shadow: 0 3px 10px 0 #0c8c5c2b;
margin-bottom: 30px;
}
.card .card-content .card-body .bg-gradient-success > .card-content > .card-body > .card-title {
text-transform: capitalize;
}
.card .card-content .card-body .bg-gradient-success > .card-content > .card-body > .table-bordered {
border: 1px solid #8a866d;
color: #1d1d1d;
}
.card .card-content .card-body .bg-gradient-success > .card-content > .card-body > .table-bordered > thead > tr > th {
border-top: initial;
background: #8a866d;
color: #fff;
}
.card .card-content .card-body .bg-gradient-success > .card-content > .card-body > .table-bordered > tbody > tr {
background: transparent;
}
.card .card-content .card-body .form .form-label-group .form-control {
height: 50px;
border: 1px solid #9B945F;
color: #1d1d1d;
margin-top: 20px;
font-size: 16px;
transition: all 1s;
}
.card .card-content .card-body .form .form-label-group .form-control:focus {
border: 1px solid #028856;
transition: all 1s;
}
.card .card-content .card-body .form .form-label-group label {
font-size: 1rem;
top: -30px;
font-weight: bold;
color: #9B945F !important;
opacity: 1;
padding: 0
}
.card .card-content .card-body .form .form-label-group .form-control:focus ~ label {
color: #028856 !important;
}
.vs-radio-con input:checked ~ .vs-radio .vs-radio--circle {
background: #028856;
box-shadow: 0 3px 12px 0 #028856;
}
.card .card-content .card-body .form .form-group .form-control {
height: 50px;
border: 1px solid #9B945F;
color: #1d1d1d;
margin-top: 20px;
font-size: 16px;
transition: all 1s;
}
.card .card-content .card-body .form .form-group .form-control:focus {
border: 1px solid #028856;
transition: all 1s;
}
.card .card-content .card-body .form .form-group label {
font-size: 1rem;
top: -30px;
font-weight: bold;
color: #9B945F !important;
opacity: 1;
padding: 0
}
.select2-container--classic.select2-container .select2-selection--multiple,
.select2-container--default.select2-container .select2-selection--multiple {
min-height: 50px;
height: auto;
border-color: #9B945F !important;
}
.select2-container--classic.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
border-color: #028856 !important;
}
.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
border-color: #028856 !important;
outline: 0;
}
.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
outline: 0;
border-color: #028856 !important;
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #028856 !important;
border-color: #028856 !important;
color: #FFFFFF;
}
.card .card-content .card-body .form-custom .form-group label {
font-size: 1rem;
top: 0;
font-weight: bold;
color: #9B945F !important;
opacity: 1;
padding-right: 15px;
position: relative;
}
.card .card-content .card-body .form-custom .form-group .form-control {
height: 50px;
border: 1px solid #9B945F;
color: #1d1d1d;
font-size: 16px;
transition: all 1s;
}
.card .card-content .card-body .form-custom .form-group .form-control:focus {
border: 1px solid #028856;
transition: all 1s;
}
.card .card-content .card-body .form-custom .form-group textarea.form-control {
min-height: 150px;
}
.card .card-content .card-body td > .form-control {
height: 40px;
border: 1px solid #9B945F;
color: #1d1d1d;
font-size: 16px;
transition: all 1s;
}
.card .card-content .card-body td > textarea.form-control {
min-height: 100px;
font-size: 14px;
}
.card .card-content .card-body td > .form-control:focus {
border: 1px solid #028856;
transition: all 1s;
}
.card .card-content .card-body ul.activity-timeline {
list-style-type: none;
font-size: 14px;
margin-bottom: 0;
border-bottom: 0;
}
.card .card-content .card-body ul.activity-timeline li {
width: fit-content;
min-width: 300px;
padding-right: 10px;
}
.card .card-content .card-body .row-custom{
margin: 10px auto;
}
.card .card-content .card-body .ul-custom {
margin-top: 30px;
list-style-type: decimal-leading-zero;
}
.card .card-content .card-body .ul-custom li {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #eee;
}
.card .card-content .card-body .ul-custom li:last-child {
border-bottom: 0;
}
.card .card-content .card-body .ul-custom li::marker {
font-weight: bold;
}
.card .card-content .card-body .ul-custom li a {
padding-right: 10px;
font-size: 16px;
}
/*
Dashboard
*/
.content.app-content {
overflow: auto!important;
}
.horizontal-menu.navbar-floating:not(.blank-page) .app-content {
padding-top: 6.75rem;
}
.custom-dashboard {
width: 100%;
height: auto;
margin: 0 auto;
}
.section-group {
margin-bottom: 20px;
}
.section-group .heading-section .title {
color: #9B945F;
}
.section-group .block-item {
width: 100%;
height: auto;
min-height: 140px;
margin: 15px auto;
border: 1px solid #9B945F;
border-radius: 5px;
text-align: center;
background-color: #fff;
transition: all 1s;
}
.section-group .block-item a {
display: block;
padding: 1rem;
}
.section-group .block-item a span {
display: block;
margin: 10px auto;
font-weight: bold;
}
.section-group .block-item a span img {
width: 120px;
height: 120px;
margin: 0 auto;
}
.section-group .block-item a span:first-child {
font-size: 2rem;
}
.section-group .block-item:hover {
border: 1px solid #058958;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
transition: all 1s;
}
.custom-radio {
display: inline-block;
}
.custom-radio .custom-control-label {
font-size: 1rem;
cursor: pointer;
}
.custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
color: #FFFFFF;
border-color: #008755;
background-color: #008755;
}
.box {
margin-top: 20px;
}
.box .custom-control-input {
z-index: 99;
width: 100%;
cursor: pointer;
}
.box .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.box .custom-control-input:checked ~ .custom-control-label::before {
color: #FFFFFF;
border-color: #008755;
background-color: #008755;
}
.box .custom-control-label {
font-size: 1rem;
}
.boxx {
margin-top: 20px;
}
.boxx .custom-control-input {
z-index: 99;
width: 100%;
cursor: pointer;
}
.boxx .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.boxx .custom-control-input:checked ~ .custom-control-label::before {
color: #FFFFFF;
border-color: #008755;
background-color: #008755;
}
.boxx .custom-control-label {
font-size: 1rem;
}
.certifications .form-check-inline .form-check-input {
position: absolute;
z-index: 99;
width: 100%;
}
.certifications .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.certifications .custom-control-input:checked ~ .custom-control-label::before {
color: #FFFFFF;
border-color: #008755;
background-color: #008755;
}
.custom-nav {
display: flex;
justify-content: center;
align-items: center;
padding-top: 50px;
}
.custom-nav .btn-success,
.custom-nav .btn-primary{
line-height: 24px;
}
.timeline-wrapper {
list-style-type: none;
padding: 0;
margin: 0;
position: relative;
z-index: 0;
display: flex;
justify-content: start;
align-items: baseline;
}
.timeline-wrapper::before {
content: "";
width: 100%;
height: 1px;
background-color: #0288561a;
position: absolute;
z-index: -1;
right: 0;
top: 28px;
}
.timeline-wrapper li {
margin: 20px;
}
.timeline-wrapper li .timeline-icon i {
font-size: 18px;
color: #028856;
}
.timeline-wrapper li span {
text-align: center;
}
.timeline-wrapper li span p {
margin: 0px;
color: #2C2C2C;
font-size: 12px;
}
.timeline-wrapper li span small {
margin: 0px;
color: #2C2C2C;
}
.nav-tabs li {
margin-left: 10px;
}
.nav-tabs li a {
border-radius: 5px;
padding: 10px 25px;
background-color: #008755;
color: #fff;
}
.nav-tabs li.active > a {
background-color: #9B945F;
}
.tab-content {
border-radius: 5px;
margin-top: 20px;
padding: 30px;
border: 1px solid #eee;
}
.select2-container--default .select2-selection--single {
height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 36px;
} | public/app-assets/custom-ejad/custom-rtl.css | html, body, ul, li, h1, h2, h3, h4, h5, h6, p, a {
font-family: 'Tajawal' !important;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 20px;
}
a {
color: #9B945F;
text-decoration: none;
background-color: transparent;
transition: all 1s;
}
a:hover {
color: #028856;
text-decoration: none;
transition: all 1s;
}
.btn-success {
width: auto;
height: 50px;
border-color: #0C8C5C !important;
background-color: #0C8C5C !important;
color: #FFFFFF;
font-style: normal;
}
.btn-success:hover {
background-color: #3ba56a !important;
border-color: #3ba56a !important;
color: #FFFFFF !important;
box-shadow: 0 8px 25px -8px #3ba56a;
}
.btn-primary {
width: auto;
height: 50px;
border-color: #9B945F !important;
background-color: #9B945F !important;
color: #FFFFFF;
font-style: normal;
}
.btn-primary:hover {
background-color: #8a866d !important;
border-color: #8a866d !important;
color: #FFFFFF !important;
box-shadow: 0 8px 25px -8px #8a866d;
}
.btn-outline-primary {
width: auto;
height: 50px;
border: 1px solid #9B945F;
background-color: transparent;
color: #9B945F;
font-style: normal;
}
.btn-outline-primary:hover {
color: #FFFFFF;
background-color: #3ba56a;
border-color: #3ba56a;
}
.primary {
color: #028856 !important;
}
.table-custom,
.table-custom > th,
.table-custom > td {
background-color: #9B945F;
}
.table-custom,
.table-custom > tr > th {
color: #fff !important;
}
/*
Main Header & Notifications
*/
.navbar {
padding: 5px 0;
}
.navbar .navbar-header {
margin: auto 30px;
}
.navbar .navbar-header .navbar-nav .nav-item .navbar-brand .brand-logo img {
width: 70px;
}
.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
background: #028856;
border-color: #028856;
}
.dropdown-notification .dropdown-menu-header,
.badge.badge-primary {
background: #028856;
}
.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover {
background: #028856;
}
.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right {
width: max-content;
min-width: 150px;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
padding: 10px;
}
/*
Breadcrumb
*/
.horizontal-menu .content .content-wrapper {
margin-top: 3rem!important;
margin-bottom: 1rem;
}
.horizontal-menu .content .content-wrapper .content-header-title {
text-transform: capitalize;
}
.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-toggle::after {
right: auto;
position: absolute;
top: 50%;
margin-top: -7px;
left: 1rem;
content: '\e843' !important;
}
.content-body {
height: 100vh;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
content: '\e849';
font-family: 'feather';
color: #626262;
}
/*
Card
*/
.card .card-header {
padding: 30px;
}
.card .card-header .card-title {
text-transform: capitalize;
}
.card .card-content .form-search {
padding: 0 30px;
}
.card .card-content .form-search .form-group {
display: flex;
justify-content: center;
align-items: center;
}
.card .card-content .form-search .form-group .form-control {
height: 50px;
margin-left: 15px;
font-size: 16px;
border-color: #9b945f;
background-color: #f9f9f9;
}
.card .card-content .form-search .form-group .form-control:focus {
color: #1d1d1d;
background-color: #FFFFFF;
border-color: #0C8C5C;
outline: 0;
box-shadow: 0 3px 10px 0 #0c8c5c2b;
}
.card .card-content .form-search .form-group .btn-search {
height: 50px;
text-transform: capitalize;
width: auto;
border: 1px solid #9B945F !important;
background-color: #9B945F !important;
color: #FFFFFF;
border-radius: 4px;
box-shadow: none;
outline: 0;
padding: 10px 25px;
}
.card .card-content .form-search .form-group .btn-search:hover {
background-color: #3ba56a !important;
border-color: #3ba56a !important;
color: #FFFFFF !important;
box-shadow: 0 8px 25px -8px #3ba56a;
}
.card .card-content .card-body .table thead tr th {
text-transform: capitalize;
color: #1d1d1d;
}
.card .card-content .card-body .table tbody tr td {
color: #1d1d1d;
}
.card .card-content .card-body .table-hover tbody tr:hover {
color: #1d1d1d;
background-color: #02885612;
}
.card .card-content .card-body .bg-gradient-danger {
background-image: none;
background: #f1f1f1;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .card-title {
text-transform: capitalize;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .form-custom .form-group {
display: flex;
justify-content: space-between;
align-items: center;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .form-custom .form-group label {
display: block;
margin-left: 15px;
text-align: right;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .form-custom .form-group .form-control {
height: 50px;
margin-left: 15px;
font-size: 16px;
border-color: #9b945f;
background-color: #f9f9f9;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .form-custom .form-group .form-control:focus {
color: #1d1d1d;
background-color: #FFFFFF;
border-color: #0C8C5C;
outline: 0;
box-shadow: 0 3px 10px 0 #0c8c5c2b;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .form-custom .form-group .btn-custom {
height: 50px;
text-transform: capitalize;
width: auto;
border: 1px solid #9B945F !important;
background-color: #9B945F !important;
color: #FFFFFF;
border-radius: 4px;
box-shadow: none;
outline: 0;
padding: 10px 25px;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .form-custom .form-group .btn-custom:hover {
background-color: #3ba56a !important;
border-color: #3ba56a !important;
color: #FFFFFF !important;
box-shadow: 0 8px 25px -8px #3ba56a;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .table-bordered {
border: 1px solid #8a866d;
color: #1d1d1d;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .table-bordered > thead > tr > th {
border-top: initial;
background: #8a866d;
color: #fff;
}
.card .card-content .card-body .bg-gradient-danger > .card-content > .card-body > .table-bordered > tbody > tr {
background: transparent;
}
.card .card-content .card-body .bg-gradient-success {
background-image: none;
background: #f1f1f1;
}
.card .card-content .card-body .bg-gradient-success > .card-content > .card-body > .profile-image {
width: 150px;
height: 150px;
border-radius: 150px;
box-shadow: 0 3px 10px 0 #0c8c5c2b;
margin-bottom: 30px;
}
.card .card-content .card-body .bg-gradient-success > .card-content > .card-body > .card-title {
text-transform: capitalize;
}
.card .card-content .card-body .bg-gradient-success > .card-content > .card-body > .table-bordered {
border: 1px solid #8a866d;
color: #1d1d1d;
}
.card .card-content .card-body .bg-gradient-success > .card-content > .card-body > .table-bordered > thead > tr > th {
border-top: initial;
background: #8a866d;
color: #fff;
}
.card .card-content .card-body .bg-gradient-success > .card-content > .card-body > .table-bordered > tbody > tr {
background: transparent;
}
.card .card-content .card-body .form .form-label-group .form-control {
height: 50px;
border: 1px solid #9B945F;
color: #1d1d1d;
margin-top: 20px;
font-size: 16px;
transition: all 1s;
}
.card .card-content .card-body .form .form-label-group .form-control:focus {
border: 1px solid #028856;
transition: all 1s;
}
.card .card-content .card-body .form .form-label-group label {
font-size: 1rem;
top: -30px;
font-weight: bold;
color: #9B945F !important;
opacity: 1;
padding: 0
}
.card .card-content .card-body .form .form-label-group .form-control:focus ~ label {
color: #028856 !important;
}
.vs-radio-con input:checked ~ .vs-radio .vs-radio--circle {
background: #028856;
box-shadow: 0 3px 12px 0 #028856;
}
.card .card-content .card-body .form .form-group .form-control {
height: 50px;
border: 1px solid #9B945F;
color: #1d1d1d;
margin-top: 20px;
font-size: 16px;
transition: all 1s;
}
.card .card-content .card-body .form .form-group .form-control:focus {
border: 1px solid #028856;
transition: all 1s;
}
.card .card-content .card-body .form .form-group label {
font-size: 1rem;
top: -30px;
font-weight: bold;
color: #9B945F !important;
opacity: 1;
padding: 0
}
.select2-container--classic.select2-container .select2-selection--multiple,
.select2-container--default.select2-container .select2-selection--multiple {
min-height: 50px;
height: auto;
border-color: #9B945F !important;
}
.select2-container--classic.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
border-color: #028856 !important;
}
.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
border-color: #028856 !important;
outline: 0;
}
.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
outline: 0;
border-color: #028856 !important;
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #028856 !important;
border-color: #028856 !important;
color: #FFFFFF;
}
.card .card-content .card-body .form-custom .form-group label {
font-size: 1rem;
top: 0;
font-weight: bold;
color: #9B945F !important;
opacity: 1;
padding-right: 15px;
position: relative;
}
.card .card-content .card-body .form-custom .form-group .form-control {
height: 50px;
border: 1px solid #9B945F;
color: #1d1d1d;
font-size: 16px;
transition: all 1s;
}
.card .card-content .card-body .form-custom .form-group .form-control:focus {
border: 1px solid #028856;
transition: all 1s;
}
.card .card-content .card-body .form-custom .form-group textarea.form-control {
min-height: 150px;
}
.card .card-content .card-body td > .form-control {
height: 40px;
border: 1px solid #9B945F;
color: #1d1d1d;
font-size: 16px;
transition: all 1s;
}
.card .card-content .card-body td > textarea.form-control {
min-height: 100px;
font-size: 14px;
}
.card .card-content .card-body td > .form-control:focus {
border: 1px solid #028856;
transition: all 1s;
}
.card .card-content .card-body ul.activity-timeline {
list-style-type: none;
font-size: 14px;
margin-bottom: 0;
border-bottom: 0;
}
.card .card-content .card-body ul.activity-timeline li {
width: fit-content;
min-width: 300px;
padding-right: 10px;
}
.card .card-content .card-body .row-custom{
margin: 10px auto;
}
.card .card-content .card-body .ul-custom {
margin-top: 30px;
list-style-type: decimal-leading-zero;
}
.card .card-content .card-body .ul-custom li {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #eee;
}
.card .card-content .card-body .ul-custom li:last-child {
border-bottom: 0;
}
.card .card-content .card-body .ul-custom li::marker {
font-weight: bold;
}
.card .card-content .card-body .ul-custom li a {
padding-right: 10px;
font-size: 16px;
}
/*
Dashboard
*/
.content.app-content {
overflow: auto!important;
}
.horizontal-menu.navbar-floating:not(.blank-page) .app-content {
padding-top: 6.75rem;
}
.custom-dashboard {
width: 100%;
height: auto;
margin: 0 auto;
}
.section-group {
margin-bottom: 20px;
}
.section-group .heading-section .title {
color: #9B945F;
}
.section-group .block-item {
width: 100%;
height: auto;
min-height: 140px;
margin: 15px auto;
border: 1px solid #9B945F;
border-radius: 5px;
text-align: center;
background-color: #fff;
transition: all 1s;
}
.section-group .block-item a {
display: block;
padding: 1rem;
}
.section-group .block-item a span {
display: block;
margin: 10px auto;
font-weight: bold;
}
.section-group .block-item a span img {
width: 120px;
height: 120px;
margin: 0 auto;
}
.section-group .block-item a span:first-child {
font-size: 2rem;
}
.section-group .block-item:hover {
border: 1px solid #058958;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
transition: all 1s;
}
.custom-radio {
display: inline-block;
}
.custom-radio .custom-control-label {
font-size: 1rem;
cursor: pointer;
}
.custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
color: #FFFFFF;
border-color: #008755;
background-color: #008755;
}
.box {
margin-top: 20px;
}
.box .custom-control-input {
z-index: 99;
width: 100%;
cursor: pointer;
}
.box .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.box .custom-control-input:checked ~ .custom-control-label::before {
color: #FFFFFF;
border-color: #008755;
background-color: #008755;
}
.box .custom-control-label {
font-size: 1rem;
}
.boxx {
margin-top: 20px;
}
.boxx .custom-control-input {
z-index: 99;
width: 100%;
cursor: pointer;
}
.boxx .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.boxx .custom-control-input:checked ~ .custom-control-label::before {
color: #FFFFFF;
border-color: #008755;
background-color: #008755;
}
.boxx .custom-control-label {
font-size: 1rem;
}
.certifications .form-check-inline .form-check-input {
position: absolute;
z-index: 99;
width: 100%;
}
.certifications .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.certifications .custom-control-input:checked ~ .custom-control-label::before {
color: #FFFFFF;
border-color: #008755;
background-color: #008755;
}
.custom-nav {
display: flex;
justify-content: center;
align-items: center;
padding-top: 50px;
}
.custom-nav .btn-success,
.custom-nav .btn-primary{
line-height: 24px;
}
.timeline-wrapper {
list-style-type: none;
padding: 0;
margin: 0;
position: relative;
z-index: 0;
display: flex;
justify-content: start;
align-items: baseline;
}
.timeline-wrapper::before {
content: "";
width: 100%;
height: 1px;
background-color: #0288561a;
position: absolute;
z-index: -1;
right: 0;
top: 28px;
}
.timeline-wrapper li {
margin: 20px;
}
.timeline-wrapper li .timeline-icon i {
font-size: 18px;
color: #028856;
}
.timeline-wrapper li span {
text-align: center;
}
.timeline-wrapper li span p {
margin: 0px;
color: #2C2C2C;
font-size: 12px;
}
.timeline-wrapper li span small {
margin: 0px;
color: #2C2C2C;
}
.nav-tabs li {
margin-left: 10px;
}
.nav-tabs li a {
border-radius: 5px;
padding: 10px 25px;
background-color: #008755;
color: #fff;
}
.nav-tabs li.active > a {
background-color: #9B945F;
}
.tab-content {
border-radius: 5px;
margin-top: 20px;
padding: 30px;
border: 1px solid #eee;
}
.select2-container--default .select2-selection--single {
height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 36px;
} | 0.326486 | 0.046313 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
body {
background-color: #393E46;
color: #EEEEEE;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, 'Noto Sans Japanese', 'Hiragino Sans', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'MS Pゴシック', 'MS PGothic', sans-serif;
font-size: 14px;
}
a, a:hover, a:visited {
color: #DE703C;
text-decoration: none;
}
h1, h2, h3 ,h4 {
text-align: center;
}
prtype_tbl {
display: table;
width: 100%;
text-align: center;
box-sizing: border-box;
}
.header {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
padding: 0px 2px 0px 2px;
margin-left: 2px;
background-color: #393E46 !important;
}
.logo {
margin-right: 6px;
margin-top: 1px;
vertical-align: middle;
}
.logo_image {
border: none;
}
.label{
vertical-align: bottom;
text-align: center;
margin-left: 2px;
padding: 2px 6px 0px 6px;
background-color: #505050;
border: 2px outset #e0f0f0;
color: #ffffff;
font-size: 16px;
white-space: nowrap;
font-weight: normal;
}
.header::after {
content: '';
clear: both;
}
.buttonset {
margin-left: auto;
display: inline-block;
text-align: right;
margin-top: 4px;
white-space: nowrap;
}
.buttonset label {
position: relative;
}
.buttonset label::after {
display: inline-block;
position: absolute;
content: "";
width: 21px;
top: 50%;
right: 4px;
height: 18px;
background: url("/images/camera.png") 0 0 no-repeat;
background-size: 18px;
margin-top: -6px;
pointer-events: none;
}
.ss_button {
position: relative;
-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
box-shadow:inset 0px -3px 7px 0px #29bbff;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
background-color:#2dabf9;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #0b0e07;
cursor:pointer;
color:#ffffff;
font-size:14px;
padding: 3px 29px 3px 10px;
text-decoration:none;
text-shadow:0px 1px 0px #263666;
margin-left: 8px;
display:inline-block;
vertical-align: middle;
}
.ss_button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
background-color:#0688fa;
}
.ss_button:active {
position:relative;
top:1px;
}
.list {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.list1 {
margin-top: 2px;
border-width: 3px 2px;
border-style: solid;
border-color: #38c38c;
border-collapse: collapse;
}
.list2 {
margin-top: 2px;
border-width: 3px 2px;
border-style: solid;
border-color: #DE703C;
border-collapse: collapse;
}
th {
text-align: center;
padding: 0px 3px 0px 3px;
background-color: #222831;
border: 1px #808080 solid;
color: #FBB040;
white-space: nowrap;
font-weight: normal;
font-size: 14px;
line-height: 16px;
}
td {
border: 1px #808080 solid;
padding: 0px 3px 0px 3px;
text-align: right;
white-space: nowrap;
font-size: 14px;
line-height: 16px;
}
.tdata_l {
text-align:left;
}
.wrapper {
margin: 0 auto;
}
#imgPreviewStyles {
text-align: center;
margin-top: 80px;
background-color: #222831;
padding: 15px;
border: 3px #ffffff double;
z-index: 999;
}
#imgPreviewStyles span {
color: white;
text-align: center;
display: block;
padding: 10px 0 3px 0;
}
#imgPreviewStyles img {
border: 1px #ffffff solid;
}
.player:hover {
box-shadow: 0px 0px 5px 0px #222831;
}
.player {
padding: 0px 4px 0px 4px;
margin: 0px;
}
.player .AirCarrier_bg {
background-color: #107050;
}
.player .Battleship_bg {
background-color: #602130;
}
.player .Cruiser_bg {
background-color: #606010;
}
.player .Destroyer_bg {
background-color: #104080;
}
.player .class1 {
color: #fe0e00;
}
.player .class2 {
color: #fe7903;
}
.player .class3 {
color: #f8f400;
}
.player .class4 {
color: #60ff00;
}
.player .class5 {
color: #02c9b3;
}
.player .class6 {
color: #f060f0;
}
.player .cp_class0 {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(255, 255, 255);
}
.player .cp_class1 {
background-color: rgba(254, 14, 0, 1.0);
color: rgb(255, 255, 255);
}
.player .cp_class2 {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(254, 121, 3);
}
.player .cp_class3 {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(248, 244, 0);
}
.player .cp_class4 {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(96, 255, 0);
}
.player .cp_class5 {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(2, 201, 179);
}
.player .cp_class6 {
background-color: rgba(234, 80, 234, 1.0);
color: rgb(255, 255, 255);
font-weight: bold;
}
.player .cp_class7 {
background-color: rgba(255, 208, 256, 1.0);
color: rgb(1, 1, 1);
font-weight: bold;
}
.player .verybad_bg {
background-color: rgba(147, 13, 13, 1.0);
color: rgb(255, 255, 255);
}
.player .bad_bg {
background-color: rgba(205, 51, 51, 1.0);
color: rgb(255, 255, 255);
}
.player .belowaverage_bg {
background-color: rgba(204, 122, 0, 1.0);
color: rgb(255, 255, 255);
}
.player .average_bg {
background-color: rgba(204, 184, 0, 1.0);
color: rgb(255, 255, 255);
}
.player .good_bg {
background-color: rgba(77, 115, 38, 1.0);
color: rgb(255, 255, 255);
}
.player .verygood_bg {
background-color: rgba(64, 153, 191, 1.0);
color: rgb(255, 255, 255);
}
.player .great_bg {
background-color: rgba(57, 114, 198, 1.0);
color: rgb(255, 255, 255);
}
.player .unicum_bg {
background-color: rgba(121, 61, 182, 1.0);
color: rgb(255, 255, 255);
}
.player .superunicum_bg {
background-color: rgba(64, 16, 112, 1.0);
color: rgb(255, 255, 255);
}
.player .pr_bad_bg {
background-color: rgba(254, 14, 0, 1.0);
color: rgb(255, 255, 255);
}
.player .pr_belowaverage_bg {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(254, 121, 3);
}
.player .pr_average_bg {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(255, 199, 31);
}
.player .pr_good_bg {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(68, 179, 0);
}
.player .pr_verygood_bg {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(49, 128, 0);
}
.player .pr_great_bg {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(2, 201, 179);
}
.player .pr_unicum_bg {
background-color: rgba(0, 66, 243, 1.0);
color: rgb(255, 255, 255);
}
.player .pr_superunicum_bg {
background-color: rgba(160, 13, 197, 1.0);
color: rgb(255, 255, 255);
}
.player .rank {
text-align: center;
}
.player .rank_normal {
color: #EEEEEE;
font-weight: normal;
}
.player .rank_premiere {
color: #E042E8;
font-weight: bold;
}
.highlight_normal {
background-color: #102010;
}
.highlight_danger {
background-color: #5c1875;
}
.highlight_owner {
border: 2px #FFFFFF solid;
}
.highlight_others {
border: 1px #808080 solid;
}
.highlight_private {
background-color: rgba(16, 32, 16, 0.3);
background-image: url('/images/pattern.png');
background-repeat: repeat;
}
.highlight_cancel {
background-color: rgba(16, 32, 16, 1.0);
background-image: none;
}
.player .shipclass {
color: #FBB040;
font-size: 14px;
white-space: nowrap;
font-weight:normal;
text-align: left;
}
.player .ship_font_6 {
font-variant-ligatures: none;
letter-spacing: 3px;
font-size: 14px;
color:#eeeeee;
font-weight:normal;
}
.player .ship_font_9 {
font-variant-ligatures: none;
letter-spacing: normal;
font-size: 14px;
color:#eeeeee;
font-weight:normal;
}
.player .ship_font_14 {
font-variant-ligatures: none;
letter-spacing: normal;
font-size: 13px;
color:#eeeeee;
white-space: nowrap;
font-weight:normal;
}
.player .ship_font_20 {
font-variant-ligatures: none;
letter-spacing: normal;
font-size: 12px;
color:#eeeeee;
white-space: nowrap;
font-weight:normal;
}
.player .key {
color: #FBB040;
white-space: nowrap;
}
.player .small {
font-size: 12px;
}
.footer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
padding: 1px 2px 2px 2px;
margin-left: 2px;
background-color: #393E46 !important;
}
.copyright {
margin-top: 5px;
text-align: left;
font-size: 14px;
}
.buttonpro2 {
margin-left: auto;
margin-top: 3px;
text-align: right;
font-size: 14px;
}
.buttonitem2 {
color: #EEEEEE
margin-right: 15px;
margin-top: 4px;
}
.menu {
display: inline-block;
margin-top: 4px;
margin-left: 10px;
white-space: nowrap;
}
.menu label {
position: relative;
}
.menu label::after {
display: inline-block;
position: absolute;
content: "";
width: 17px;
height: 17px;
top: 50%;
right: 4px;
background: url("/images/arrow.png") 0 0 no-repeat;
background-size: 17px;
margin-top: -7px;
pointer-events: none;
}
.language {
position: relative;
width: 100px;
color: #000000;
text-shadow: 0px 1px 0px #d0b060;
font-size: 14px;
border-radius: 3px;
padding: 5px 0px 3px 4px;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
-moz-appearance: none;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffd28a), color-stop(1, #d68000));
background:-moz-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-webkit-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-o-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-ms-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:linear-gradient(to bottom, #ffd28a 5%, #d68000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd28a', endColorstr='#d68000',GradientType=0);
text-decoration:none;
background-color:#ffd28a;
vertical-align: middle;
}
.setting {
display: inline-block;
margin-left: 10px;
margin-top: 5px;
text-align: right;
white-space: nowrap;
}
.setting label {
position: relative;
}
.setting label::after {
display: inline-block;
position: absolute;
content: "";
width: 18px;
top: 50%;
right: 6px;
height: 18px;
background: url("/images/setting.png") 0 0 no-repeat;
background-size: 18px;
margin-top: -8px;
pointer-events: none;
}
.setting_button {
position: relative;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffd28a), color-stop(1, #d68000));
background:-moz-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-webkit-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-o-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-ms-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:linear-gradient(to bottom, #ffd28a 5%, #d68000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd28a', endColorstr='#d68000',GradientType=0);
background-color:#ffd28a;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #241e24;
display:inline-block;
cursor:pointer;
color:#0f1b1d;
font-size:14px;
padding: 5px 32px 5px 6px;
text-decoration:none;
margin-left: 1px;
vertical-align: middle;
text-shadow:0px 1px 0px #d1c147;
}
.setting_button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d68000), color-stop(1, #ffd28a));
background:-moz-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:-webkit-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:-o-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:-ms-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:linear-gradient(to bottom, #d68000 5%, #ffd28a 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d68000', endColorstr='#ffd28a',GradientType=0);
background-color:#d68000;
}
.setting_button:active {
position:relative;
top:1px;
}
.cancel_button {
position: relative;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #241e24;
display:inline-block;
cursor:pointer;
font-size:14px;
padding: 3px 6px 3px 6px;
text-decoration:none;
margin-left: 1px;
vertical-align: middle;
text-shadow:0px 1px 0px #d1c147;
}
.cancel_button:active {
position:relative;
top:1px;
}
.footer::after {
content: '';
clear: both;
}
.icon {
border: none;
margin: 0px 3px;
vertical-align: middle;
text-align: center;
}
.linkDisabled {
cursor: not-allowed;
pointer-events: none;
}
.setting_list {
border-width: 3px 2px;
border-style: solid;
border-color: #38c38c;
border-collapse: collapse;
text-align: center;
}
.setting_list th {
text-align: center;
padding: 0px 3px 0px 2px;
background-color: #222831;
border: 1px #808080 solid;
color: #FBB040;
white-space: nowrap;
font-weight: bold;
font-size: 14px;
line-height: 20px;
vertical-align: middle;
}
.setting_list td {
border: 1px #808080 solid;
padding: 0px 3px 0px 2px;
background-color: #505050;
text-align: center;
white-space: nowrap;
font-weight: normal;
font-size: 14px;
line-height: 20px;
vertical-align: middle;
}
.setting_list input {
padding-top: 2px;
background-color: #505050;
}
.setting_list .label {
border-right-style: hidden;
}
.setting_list .check {
border-left-style: hidden;
}
.setting_list .hover_tr td {
background-color: #f0f0f0;
color: #333;
}
.setting_list .checked_tr td {
background-color: #4080e0;
color: white;
}
.apply_button {
position: relative;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffd28a), color-stop(1, #d68000));
background:-moz-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-webkit-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-o-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-ms-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:linear-gradient(to bottom, #ffd28a 5%, #d68000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd28a', endColorstr='#d68000',GradientType=0);
background-color:#ffd28a;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #241e24;
display:inline-block;
cursor:pointer;
color:#0f1b1d;
font-size:14px;
padding: 3px 6px 3px 6px;
text-decoration:none;
margin-left: 1px;
vertical-align: middle;
text-shadow:0px 1px 0px #d1c147;
}
.apply_button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d68000), color-stop(1, #ffd28a));
background:-moz-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:-webkit-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:-o-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:-ms-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:linear-gradient(to bottom, #d68000 5%, #ffd28a 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d68000', endColorstr='#ffd28a',GradientType=0);
background-color:#d68000;
}
.apply_button:active {
position:relative;
top:1px;
}
.status {
padding: 3px 4px 3px 4px;
font-weight: normal;
color: #ffffff;
font-size: 16px;
text-align: center;
border: 1px solid #40ff20;
margin-top: 6px;
}
.donate_waiting {
width: auto;
margin-top: 15px;
background: #393E46;
}
.donate_waiting > form {
height: 65px;
margin-top: 10px;
width: 100%;
text-align: center;
}
.donate_waiting .effect {
width: 300px;
height: 65px;
background-color: #393E46;
overflow: hidden;
position: relative;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.donate_waiting .effect::before {
position: absolute;
top: 0;
left: -75%;
z-index: 1005;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.donate_waiting .effect:hover::before {
-webkit-animation: shine .75s;
animation: shine .75s;
}
@-webkit-keyframes shine {
100% { left: 125%; }
}
@keyframes shine {
100% { left: 125%; }
}
.donate_waiting .donate_btn:active {
position: relative;
top: 1px;
}
.ui_waiting {
display: block;
position: relative;
width: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.ui_waiting .menu {
margin-left: 0px;
margin-top: 5px !important;
}
.ui_waiting .setting {
margin-top: 0px !important;
} | static/css/app.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
body {
background-color: #393E46;
color: #EEEEEE;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, 'Noto Sans Japanese', 'Hiragino Sans', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'MS Pゴシック', 'MS PGothic', sans-serif;
font-size: 14px;
}
a, a:hover, a:visited {
color: #DE703C;
text-decoration: none;
}
h1, h2, h3 ,h4 {
text-align: center;
}
prtype_tbl {
display: table;
width: 100%;
text-align: center;
box-sizing: border-box;
}
.header {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
padding: 0px 2px 0px 2px;
margin-left: 2px;
background-color: #393E46 !important;
}
.logo {
margin-right: 6px;
margin-top: 1px;
vertical-align: middle;
}
.logo_image {
border: none;
}
.label{
vertical-align: bottom;
text-align: center;
margin-left: 2px;
padding: 2px 6px 0px 6px;
background-color: #505050;
border: 2px outset #e0f0f0;
color: #ffffff;
font-size: 16px;
white-space: nowrap;
font-weight: normal;
}
.header::after {
content: '';
clear: both;
}
.buttonset {
margin-left: auto;
display: inline-block;
text-align: right;
margin-top: 4px;
white-space: nowrap;
}
.buttonset label {
position: relative;
}
.buttonset label::after {
display: inline-block;
position: absolute;
content: "";
width: 21px;
top: 50%;
right: 4px;
height: 18px;
background: url("/images/camera.png") 0 0 no-repeat;
background-size: 18px;
margin-top: -6px;
pointer-events: none;
}
.ss_button {
position: relative;
-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
box-shadow:inset 0px -3px 7px 0px #29bbff;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
background-color:#2dabf9;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #0b0e07;
cursor:pointer;
color:#ffffff;
font-size:14px;
padding: 3px 29px 3px 10px;
text-decoration:none;
text-shadow:0px 1px 0px #263666;
margin-left: 8px;
display:inline-block;
vertical-align: middle;
}
.ss_button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
background-color:#0688fa;
}
.ss_button:active {
position:relative;
top:1px;
}
.list {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.list1 {
margin-top: 2px;
border-width: 3px 2px;
border-style: solid;
border-color: #38c38c;
border-collapse: collapse;
}
.list2 {
margin-top: 2px;
border-width: 3px 2px;
border-style: solid;
border-color: #DE703C;
border-collapse: collapse;
}
th {
text-align: center;
padding: 0px 3px 0px 3px;
background-color: #222831;
border: 1px #808080 solid;
color: #FBB040;
white-space: nowrap;
font-weight: normal;
font-size: 14px;
line-height: 16px;
}
td {
border: 1px #808080 solid;
padding: 0px 3px 0px 3px;
text-align: right;
white-space: nowrap;
font-size: 14px;
line-height: 16px;
}
.tdata_l {
text-align:left;
}
.wrapper {
margin: 0 auto;
}
#imgPreviewStyles {
text-align: center;
margin-top: 80px;
background-color: #222831;
padding: 15px;
border: 3px #ffffff double;
z-index: 999;
}
#imgPreviewStyles span {
color: white;
text-align: center;
display: block;
padding: 10px 0 3px 0;
}
#imgPreviewStyles img {
border: 1px #ffffff solid;
}
.player:hover {
box-shadow: 0px 0px 5px 0px #222831;
}
.player {
padding: 0px 4px 0px 4px;
margin: 0px;
}
.player .AirCarrier_bg {
background-color: #107050;
}
.player .Battleship_bg {
background-color: #602130;
}
.player .Cruiser_bg {
background-color: #606010;
}
.player .Destroyer_bg {
background-color: #104080;
}
.player .class1 {
color: #fe0e00;
}
.player .class2 {
color: #fe7903;
}
.player .class3 {
color: #f8f400;
}
.player .class4 {
color: #60ff00;
}
.player .class5 {
color: #02c9b3;
}
.player .class6 {
color: #f060f0;
}
.player .cp_class0 {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(255, 255, 255);
}
.player .cp_class1 {
background-color: rgba(254, 14, 0, 1.0);
color: rgb(255, 255, 255);
}
.player .cp_class2 {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(254, 121, 3);
}
.player .cp_class3 {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(248, 244, 0);
}
.player .cp_class4 {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(96, 255, 0);
}
.player .cp_class5 {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(2, 201, 179);
}
.player .cp_class6 {
background-color: rgba(234, 80, 234, 1.0);
color: rgb(255, 255, 255);
font-weight: bold;
}
.player .cp_class7 {
background-color: rgba(255, 208, 256, 1.0);
color: rgb(1, 1, 1);
font-weight: bold;
}
.player .verybad_bg {
background-color: rgba(147, 13, 13, 1.0);
color: rgb(255, 255, 255);
}
.player .bad_bg {
background-color: rgba(205, 51, 51, 1.0);
color: rgb(255, 255, 255);
}
.player .belowaverage_bg {
background-color: rgba(204, 122, 0, 1.0);
color: rgb(255, 255, 255);
}
.player .average_bg {
background-color: rgba(204, 184, 0, 1.0);
color: rgb(255, 255, 255);
}
.player .good_bg {
background-color: rgba(77, 115, 38, 1.0);
color: rgb(255, 255, 255);
}
.player .verygood_bg {
background-color: rgba(64, 153, 191, 1.0);
color: rgb(255, 255, 255);
}
.player .great_bg {
background-color: rgba(57, 114, 198, 1.0);
color: rgb(255, 255, 255);
}
.player .unicum_bg {
background-color: rgba(121, 61, 182, 1.0);
color: rgb(255, 255, 255);
}
.player .superunicum_bg {
background-color: rgba(64, 16, 112, 1.0);
color: rgb(255, 255, 255);
}
.player .pr_bad_bg {
background-color: rgba(254, 14, 0, 1.0);
color: rgb(255, 255, 255);
}
.player .pr_belowaverage_bg {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(254, 121, 3);
}
.player .pr_average_bg {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(255, 199, 31);
}
.player .pr_good_bg {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(68, 179, 0);
}
.player .pr_verygood_bg {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(49, 128, 0);
}
.player .pr_great_bg {
background-color: rgba(14, 15, 53, 1.0);
color: rgb(2, 201, 179);
}
.player .pr_unicum_bg {
background-color: rgba(0, 66, 243, 1.0);
color: rgb(255, 255, 255);
}
.player .pr_superunicum_bg {
background-color: rgba(160, 13, 197, 1.0);
color: rgb(255, 255, 255);
}
.player .rank {
text-align: center;
}
.player .rank_normal {
color: #EEEEEE;
font-weight: normal;
}
.player .rank_premiere {
color: #E042E8;
font-weight: bold;
}
.highlight_normal {
background-color: #102010;
}
.highlight_danger {
background-color: #5c1875;
}
.highlight_owner {
border: 2px #FFFFFF solid;
}
.highlight_others {
border: 1px #808080 solid;
}
.highlight_private {
background-color: rgba(16, 32, 16, 0.3);
background-image: url('/images/pattern.png');
background-repeat: repeat;
}
.highlight_cancel {
background-color: rgba(16, 32, 16, 1.0);
background-image: none;
}
.player .shipclass {
color: #FBB040;
font-size: 14px;
white-space: nowrap;
font-weight:normal;
text-align: left;
}
.player .ship_font_6 {
font-variant-ligatures: none;
letter-spacing: 3px;
font-size: 14px;
color:#eeeeee;
font-weight:normal;
}
.player .ship_font_9 {
font-variant-ligatures: none;
letter-spacing: normal;
font-size: 14px;
color:#eeeeee;
font-weight:normal;
}
.player .ship_font_14 {
font-variant-ligatures: none;
letter-spacing: normal;
font-size: 13px;
color:#eeeeee;
white-space: nowrap;
font-weight:normal;
}
.player .ship_font_20 {
font-variant-ligatures: none;
letter-spacing: normal;
font-size: 12px;
color:#eeeeee;
white-space: nowrap;
font-weight:normal;
}
.player .key {
color: #FBB040;
white-space: nowrap;
}
.player .small {
font-size: 12px;
}
.footer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
padding: 1px 2px 2px 2px;
margin-left: 2px;
background-color: #393E46 !important;
}
.copyright {
margin-top: 5px;
text-align: left;
font-size: 14px;
}
.buttonpro2 {
margin-left: auto;
margin-top: 3px;
text-align: right;
font-size: 14px;
}
.buttonitem2 {
color: #EEEEEE
margin-right: 15px;
margin-top: 4px;
}
.menu {
display: inline-block;
margin-top: 4px;
margin-left: 10px;
white-space: nowrap;
}
.menu label {
position: relative;
}
.menu label::after {
display: inline-block;
position: absolute;
content: "";
width: 17px;
height: 17px;
top: 50%;
right: 4px;
background: url("/images/arrow.png") 0 0 no-repeat;
background-size: 17px;
margin-top: -7px;
pointer-events: none;
}
.language {
position: relative;
width: 100px;
color: #000000;
text-shadow: 0px 1px 0px #d0b060;
font-size: 14px;
border-radius: 3px;
padding: 5px 0px 3px 4px;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
-moz-appearance: none;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffd28a), color-stop(1, #d68000));
background:-moz-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-webkit-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-o-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-ms-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:linear-gradient(to bottom, #ffd28a 5%, #d68000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd28a', endColorstr='#d68000',GradientType=0);
text-decoration:none;
background-color:#ffd28a;
vertical-align: middle;
}
.setting {
display: inline-block;
margin-left: 10px;
margin-top: 5px;
text-align: right;
white-space: nowrap;
}
.setting label {
position: relative;
}
.setting label::after {
display: inline-block;
position: absolute;
content: "";
width: 18px;
top: 50%;
right: 6px;
height: 18px;
background: url("/images/setting.png") 0 0 no-repeat;
background-size: 18px;
margin-top: -8px;
pointer-events: none;
}
.setting_button {
position: relative;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffd28a), color-stop(1, #d68000));
background:-moz-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-webkit-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-o-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-ms-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:linear-gradient(to bottom, #ffd28a 5%, #d68000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd28a', endColorstr='#d68000',GradientType=0);
background-color:#ffd28a;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #241e24;
display:inline-block;
cursor:pointer;
color:#0f1b1d;
font-size:14px;
padding: 5px 32px 5px 6px;
text-decoration:none;
margin-left: 1px;
vertical-align: middle;
text-shadow:0px 1px 0px #d1c147;
}
.setting_button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d68000), color-stop(1, #ffd28a));
background:-moz-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:-webkit-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:-o-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:-ms-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:linear-gradient(to bottom, #d68000 5%, #ffd28a 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d68000', endColorstr='#ffd28a',GradientType=0);
background-color:#d68000;
}
.setting_button:active {
position:relative;
top:1px;
}
.cancel_button {
position: relative;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #241e24;
display:inline-block;
cursor:pointer;
font-size:14px;
padding: 3px 6px 3px 6px;
text-decoration:none;
margin-left: 1px;
vertical-align: middle;
text-shadow:0px 1px 0px #d1c147;
}
.cancel_button:active {
position:relative;
top:1px;
}
.footer::after {
content: '';
clear: both;
}
.icon {
border: none;
margin: 0px 3px;
vertical-align: middle;
text-align: center;
}
.linkDisabled {
cursor: not-allowed;
pointer-events: none;
}
.setting_list {
border-width: 3px 2px;
border-style: solid;
border-color: #38c38c;
border-collapse: collapse;
text-align: center;
}
.setting_list th {
text-align: center;
padding: 0px 3px 0px 2px;
background-color: #222831;
border: 1px #808080 solid;
color: #FBB040;
white-space: nowrap;
font-weight: bold;
font-size: 14px;
line-height: 20px;
vertical-align: middle;
}
.setting_list td {
border: 1px #808080 solid;
padding: 0px 3px 0px 2px;
background-color: #505050;
text-align: center;
white-space: nowrap;
font-weight: normal;
font-size: 14px;
line-height: 20px;
vertical-align: middle;
}
.setting_list input {
padding-top: 2px;
background-color: #505050;
}
.setting_list .label {
border-right-style: hidden;
}
.setting_list .check {
border-left-style: hidden;
}
.setting_list .hover_tr td {
background-color: #f0f0f0;
color: #333;
}
.setting_list .checked_tr td {
background-color: #4080e0;
color: white;
}
.apply_button {
position: relative;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffd28a), color-stop(1, #d68000));
background:-moz-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-webkit-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-o-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:-ms-linear-gradient(top, #ffd28a 5%, #d68000 100%);
background:linear-gradient(to bottom, #ffd28a 5%, #d68000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd28a', endColorstr='#d68000',GradientType=0);
background-color:#ffd28a;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #241e24;
display:inline-block;
cursor:pointer;
color:#0f1b1d;
font-size:14px;
padding: 3px 6px 3px 6px;
text-decoration:none;
margin-left: 1px;
vertical-align: middle;
text-shadow:0px 1px 0px #d1c147;
}
.apply_button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d68000), color-stop(1, #ffd28a));
background:-moz-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:-webkit-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:-o-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:-ms-linear-gradient(top, #d68000 5%, #ffd28a 100%);
background:linear-gradient(to bottom, #d68000 5%, #ffd28a 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d68000', endColorstr='#ffd28a',GradientType=0);
background-color:#d68000;
}
.apply_button:active {
position:relative;
top:1px;
}
.status {
padding: 3px 4px 3px 4px;
font-weight: normal;
color: #ffffff;
font-size: 16px;
text-align: center;
border: 1px solid #40ff20;
margin-top: 6px;
}
.donate_waiting {
width: auto;
margin-top: 15px;
background: #393E46;
}
.donate_waiting > form {
height: 65px;
margin-top: 10px;
width: 100%;
text-align: center;
}
.donate_waiting .effect {
width: 300px;
height: 65px;
background-color: #393E46;
overflow: hidden;
position: relative;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.donate_waiting .effect::before {
position: absolute;
top: 0;
left: -75%;
z-index: 1005;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.donate_waiting .effect:hover::before {
-webkit-animation: shine .75s;
animation: shine .75s;
}
@-webkit-keyframes shine {
100% { left: 125%; }
}
@keyframes shine {
100% { left: 125%; }
}
.donate_waiting .donate_btn:active {
position: relative;
top: 1px;
}
.ui_waiting {
display: block;
position: relative;
width: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.ui_waiting .menu {
margin-left: 0px;
margin-top: 5px !important;
}
.ui_waiting .setting {
margin-top: 0px !important;
} | 0.272993 | 0.061424 |
:root {
--primary-color: #000000;
--secondary-color: #696969;
--clear-color: #ffffff;
--muted-color: #737373;
--notification-color: #c80815;
--success-color: #036d03;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
@font-face {
font-family: Snickles;
src: url(./assets/fonts/Snickles.woff);
}
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
font-size: 1rem;
line-height: 1.6;
color: var(--primary-color);
background-color: whitesmoke;
}
a {
text-decoration: none;
}
h1 {
font-size: 1.2rem;
}
ul {
list-style: none;
}
.position-relative {
position: relative;
}
.position-absolute {
position: absolute;
}
.break {
margin: 0 0 .5rem 0;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.clear {
clear: both;
}
.heart {
color: var(--notification-color);
font-size: .7rem;
}
.rounded-circle {
border-radius: 100%;
}
/* Text Rules */
.x-large {
font-size: 3.5rem;
line-height: 1.2;
margin-bottom: 1rem;
font-family: Arial, Helvetica, sans-serif;
}
.large {
font-size: 2rem;
line-height: 1.2;
margin-bottom: 1rem;
}
.lead {
font-size: 1.7rem;
margin: 0 0 0 .5rem;
font-family: Snickles;
}
.medium {
font-size: 1.3rem;
line-height: 1.2;
margin-bottom: 1rem;
font-weight: 500;
font-family: Arial, Helvetica, sans-serif;
}
.small {
font-size: .9rem;
}
.word-wrap {
word-wrap: break-word;
}
.overflow {
overflow: hidden;
text-overflow: ellipsis;
text-emphasis: wrap;
white-space: nowrap;
}
.text-center {
text-align: center;
}
.text-primary {
color: var(--primary-color);
}
.text-dark {
color: var(--primary-color);
}
.text-white {
color: var(--clear-color);
}
.text-dim {
color: var(--secondary-color);
opacity: 0.7;
}
.text-light-dim {
color: var(--muted-color)
}
.text-emphasize {
color: #537895;
}
.d-inline-block {
display: inline-block;
}
.d-block {
display: block;
}
.font-bold {
font-weight: 500;
}
.light-color {
color: var(--clear-color);
}
/* Font Size Rules */
.fs-x {
font-size: .7rem;
}
.fs {
font-size: .9rem;
}
.fs-1 {
font-size: 1rem;
}
.fs-2 {
font-size: 2rem;
}
/* Padding Rules */
.p {
padding: 0.5rem;
}
.p-1 {
padding: 1rem;
}
.pxy {
padding: .5rem .8rem;
}
/* Margin Rules */
.m {
margin: 0.5rem;
}
.mx-1 {
margin: 0 1rem 0 0;
}
.mx-2 {
margin: 0 0 0 1rem;
}
.my {
margin: 0 0 1rem 0;
}
.my-1 {
margin: 1rem 0;
}
.muted {
color: #737373;
font-size: .8rem;
}
/* Footer Rules */
footer {
position: absolute;
right: 0;
bottom: 0;
text-align: center;
padding: .5rem 3rem .4rem .5rem;
} | client/src/index.css | :root {
--primary-color: #000000;
--secondary-color: #696969;
--clear-color: #ffffff;
--muted-color: #737373;
--notification-color: #c80815;
--success-color: #036d03;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
@font-face {
font-family: Snickles;
src: url(./assets/fonts/Snickles.woff);
}
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
font-size: 1rem;
line-height: 1.6;
color: var(--primary-color);
background-color: whitesmoke;
}
a {
text-decoration: none;
}
h1 {
font-size: 1.2rem;
}
ul {
list-style: none;
}
.position-relative {
position: relative;
}
.position-absolute {
position: absolute;
}
.break {
margin: 0 0 .5rem 0;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.clear {
clear: both;
}
.heart {
color: var(--notification-color);
font-size: .7rem;
}
.rounded-circle {
border-radius: 100%;
}
/* Text Rules */
.x-large {
font-size: 3.5rem;
line-height: 1.2;
margin-bottom: 1rem;
font-family: Arial, Helvetica, sans-serif;
}
.large {
font-size: 2rem;
line-height: 1.2;
margin-bottom: 1rem;
}
.lead {
font-size: 1.7rem;
margin: 0 0 0 .5rem;
font-family: Snickles;
}
.medium {
font-size: 1.3rem;
line-height: 1.2;
margin-bottom: 1rem;
font-weight: 500;
font-family: Arial, Helvetica, sans-serif;
}
.small {
font-size: .9rem;
}
.word-wrap {
word-wrap: break-word;
}
.overflow {
overflow: hidden;
text-overflow: ellipsis;
text-emphasis: wrap;
white-space: nowrap;
}
.text-center {
text-align: center;
}
.text-primary {
color: var(--primary-color);
}
.text-dark {
color: var(--primary-color);
}
.text-white {
color: var(--clear-color);
}
.text-dim {
color: var(--secondary-color);
opacity: 0.7;
}
.text-light-dim {
color: var(--muted-color)
}
.text-emphasize {
color: #537895;
}
.d-inline-block {
display: inline-block;
}
.d-block {
display: block;
}
.font-bold {
font-weight: 500;
}
.light-color {
color: var(--clear-color);
}
/* Font Size Rules */
.fs-x {
font-size: .7rem;
}
.fs {
font-size: .9rem;
}
.fs-1 {
font-size: 1rem;
}
.fs-2 {
font-size: 2rem;
}
/* Padding Rules */
.p {
padding: 0.5rem;
}
.p-1 {
padding: 1rem;
}
.pxy {
padding: .5rem .8rem;
}
/* Margin Rules */
.m {
margin: 0.5rem;
}
.mx-1 {
margin: 0 1rem 0 0;
}
.mx-2 {
margin: 0 0 0 1rem;
}
.my {
margin: 0 0 1rem 0;
}
.my-1 {
margin: 1rem 0;
}
.muted {
color: #737373;
font-size: .8rem;
}
/* Footer Rules */
footer {
position: absolute;
right: 0;
bottom: 0;
text-align: center;
padding: .5rem 3rem .4rem .5rem;
} | 0.537284 | 0.194616 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://home.myspace.com/") {
/* I don't need to see the Amber Alert for a week straight */
#aalert{
display:none!important;
}
#addressbook,
#mtFriendSpaceSuggestion,
div#suggestion,
#mainContent #col2 div[style*="rgb(252, 246, 207);"],
#grayboxrounded,
#appnavigation,
#col3,
#friendStatuses,
#googlebar,
.top .title span[id*="icon"],
.top .title span[id*="friendsupdate"],
#friendspace .controlbox,
#wrapperTopMenu,
#mobileunit,
#footer,
#tblbulletins th,
#findFriendsLinks,
/* Classic Layout */
#home_coolNewVideos,
#splash_profile,
#home_setHomePage,
#home_featured_comedy
{display:none !important;
visibility:collapse !important;}
#welcome{
font-size:12px !important;
font-weight:normal !important;
}
#myUrl{
margin-top:-18px !important;
margin-left:2px !important
}
#divStatusMood{
background:#EFF3FF !important;
}
#header div{height:10px !important;}
#header .clear{height:0px !important;}
#userstatus{
position:relative !important;
left:310px !important;
width:300px !important;
float:right !important;
}
#bulletins, #friendUpdate{
position:relative !important;
left:310px !important;
width:300px !important;
float:right !important;
}
#friendspace{
clear:left !important;
float:left !important;
position:absolute !important;
width:440px !important;
}
.friend a>img{
max-height:115px !important;
margin-bottom:-10px !important;
padding:0px !important;
}
.ImgOnlineNow{
margin:-22px 0 0 4px !important;
background:white !important;
-moz-opacity:0.75 !important;
}
#friends .clear{
border-bottom:1px solid #D5E6F8 !important;
width:400px !important;
}
#friends{
clear:both !important;
}
#friendsearch{
background:#D5E6F8!important;
margin:-2px!important;
margin-bottom:-10px!important;
right:-120px !important;
}
#friendsearch #txtFrndSearch{
margin-top:7px!important;
}
#tomannouncement{
position:relative !important;
left:310px !important;
width:300px !important;
float:right !important;
}
#tomannouncement .middle div div, #updates .middle div div{
background:pink !important;
margin:-1px!important;
}
.pad5{
text-align:justify !important;
}
#home_announcements_image{
float:right !important;
margin-left:10px !important;
}
#tblbulletins td,
.activityMsg,
.activityMsg a,
.dateHdr span{
font-size:9px!important;
}
#tblbulletins td:first-child+td[style*="border-left"]{font-size:5px !important;color:#6899CC !important}
.cpSmall span, .cpLarge span{color:#538CC6 !important}
.datagrid,
#friendUpdate .middle,
.aggregatedActivities{
background:#EFF3FF!important;
margin-right:2px!important;
padding:2px!important;
}
/* Move and condence Friend Updates */
#friendUpdate .middle{margin:0!important;}
.aggregatedActivities{border:none!important;}
.activityFeed .activityImg{
float:left!important;
clear:none!important;
padding:0;
margin-left:-4px !important;
}
.activityFeed .activityMsg{
float:right!important;
clear:none!important;
}
.activityFeed .activity{width:280px !important;margin:0 !important}
.title, #manage .top div div, #updates .top didv div{
font-variant: small-caps !important;
font-family:arial,sans-serif !important;
font-weight:bold !important;
font-size:14px !important;
}
input, select{
border:1px solid #6899CC !important;
background:#EFF3FF !important;
height:17px !important;
color:#003399 !important;
}
#txtFrndSearch, #ddlLinks{
height:15px !important;
position:relative !important;
bottom:2px !important;
}
.txtStatusInput{
width:162px !important;
height:15px !important;
}
a:hover{color:#006CFF!important;}
.top .title{width:180px!important;}
.controlbox{width:80px!important;}
#changeTopFriends{float:left;position:relative;bottom:-28px;}
#friendslinks{height:1px;position:relative;top:-34px;border:none!important}
/* Scrolling Friend Updates */
#friendUpdate .middle{
height:400px!important;
overflow:scroll!important;
width:296px!important;
padding:0!important;
margin:0!important;
}
#friendUpdate .result{
margin-left:-2px!important;
padding-right:10px!important;
}
/* Scrolling Top Friends */
#friendspace #friends{
max-height:805px!important;
overflow:scroll!important;
padding:0!important;
}
/* Scrolling Bulletins */
#bulletins .datagrid{
height:300px!important;
overflow:scroll!important;
padding:0!important;
}
/* Amber Alert needs more attention */
#aalert {clear:none!important;}
#aalert .middle{background:pink!important}
#aalert span{font-weight:bold;font-size:14px;}
}
/*Clean up the homepage */
@-moz-document url("http://www.myspace.com/"), url-prefix(http://www.myspace.com/index.cfm) {
body {background:#E5E5E5 none!important;}
#SplashContentWrap{background:white!important}
}
/* Removes ads throughout the entire site */
@-moz-document domain("myspace.com") {
/* MySpace's Lovely Ads */
#FLASH_AD,
#ad-wrap,
#ad150xUnlimited,
#ad300x300,
#ad440x160,
embed[id^="VwP"],
#googleads,
#googleadtest,
#googleafc,
#header_gae,
#home_ad,
#sponsoredLinks,
#narrow_ad,
#splash_getstarted,
#splash_mainBottom,
#FLASH_AD,
#tkn_adspecial1,
#tkn_adspecial2,
#tkn_east,
#DL_object,
#tkn_leaderboard,
#squareAd,
#tkn_medrec,
#tkn_leaderboardDiv,
#tkn_medrec1,
#tkn_medrec2,
#tkn_north,
#tkn_skyscraper,
#tkn_south,
#tkn_west,
#leftcol,
#wrap>#marketing,
.googleafc,
embed[id*="ewembed"],
/* Music ad on signout */
#aspnetForm #contaidner,
div[id*="prinner"] > object,
a[onclick^="MySpace.CMS.track("]>img[src*="Private_Profile"],
#brightideacontainer
{
display:none!important;
visibility:collapse !important;
}
/**/
#profile_network_mini{display:none!important}
/* Remove banners from top of site */
.bodyContent > div[align="center"]>table[width="800"][bgcolor="#003399"],
div#toprightlinks+.clear+div[style*="height: 90px"][align="center"],
img[src="http://x.myspace.com/images/blog/blogLogo.gif"]
{
display:none!important;
visibility:collapse !important;
}
/* Remove footers from bottom of site */
table[width*="100%"][border*="0"][cellspacing*="0"][cellpadding*="0"] tr[bgcolor*="#e5e5e5"] td,
div#footer
{
display:none!important;
visibility:collapse !important;
}
/* Shorten tall friend images */
.comments .friendSpace a>img,
.friendsComments td[width="150"] a[href*="http://profile.myspace.com/"]>img{
max-height:115px!important;
margin-bottom:-10px !important;
padding:0px !important;
border:none!important;
}
.friendSpace .ImgOnlineNow{
margin:-22px 0 0 4px !important;
background:white !important;
-moz-opacity:0.75 !important;
}
.woProfile .ImgOnlineNow{display:none!important;height:0}
/* Disable the hiding of comments */
#profileV1main > tbody > tr > td div[style*="display: none"],
#profileV1main > tbody > tr > td div[style*="display: none"] font[style*="display: none"],
#profileV1main > tbody > tr > td div[style*="overflow: hidden"],
.friendsComments{
display:block!important;
overflow:visible!important;
visibility:visible!important;
}
/* Disable hiding of top friends */
td.text td.text table table table,.friendSpace,.friendsComments{
display:inline!important;
overflow:visible!important;
visibility:visible!important;
}
/* Get rid of annoying semitransparent profiles */
#profileV1main td,#profileV1main div, #profileV1main table,table table table td{
-moz-opacity:1 !important;
opacity: 1 !important;
}
/* Floating DIV ad images */
.wfbutton,
z z a img,
div.joinred,
div.msmnet,
div[style*="right: 0"] a[target],
div[style*="left: 0"] a[target],
div.cool img[alt],
div#makems,
a[style*="top: 0"],
a.navb[style*="position: absolute"],
a[style*="top:0"],
div[style*="top: 0"][style*="position: absolute"] > a > img,
div>a[title*="ayout"],
a > img[style*="top: 0"][style*="position: absolute"],
div+div[style*="top: 35"][style*="border: 1px dashed"],
span.ProfileMods>right,
a[href$="bXlzcGFjZS5jb20vY29udGFjdHRhYmxlcw=="],
a[href$="d3d3Lm15c3BhY2UuY29tL3lhcmlz"],
a[href$="d3d3LnhhbmdhLmNvbS9qZW5ueXNfbXlzcGFjZV9sYXlvdXRz"],
img[src$="Logo/contactboxlogo.gif"],
img[src$="banner_plain.gif"],
img[src$="banners/backgrounds.gif"],
img[src*="/images/logos/"],
img[src$="banner_stationery.gif"],
img[src$="cornerTag.gif"],
img[src$="cornerTag2.gif"],
img[src$="freshest-codes.gif"],
img[src$="fwlbuttonlatest.gif"],
img[src$="hotlyts.gif"],
img[src$="mslyts.gif"],
img[src$="bizisagirl/credd.gif"],
img[src$="bizisagirl/credit2.gif"],
img[src$="damagedscene/1banner.gif"],
img[src$="hotprofileplus.gif"],
img[src$="samples/pimp.gif"],
img[src$="joyboner.com/codes.gif"],
img[src$="images/layoutpayout.gif"],
img[src$="yoozah.com/background.gif"],
img[src$="myspaceoryours.net/images/tag.gif"],
img[src$="support.gif"],
img[src$="/images/LOGO0s.jpg"],
img[src$="images/extrastag.gif"],
img[src$="myspacesupport.com/images/button.gif"],
img[src$="images/backgroundsad.gif"],
img[src$="images/mytag.gif"],
img[src$="layoutpayout.gif"],
img[src$="main/photobucket140.gif"],
img[src$="mslayoutsani.gif"],
img[src$="msmaster/button.gif"],
img[src$="myspacelayoutspy/laylogo.gif"],
img[src$="myspacepimper/corner.gif"],
img[src$="myspacepimper/pimper.gif"],
img[src$="pimpys.com/support.gif"],
img[src$="sexigraphics.com/taglogo.gif"],
div.layoutbutton,
img[src$="staticjack.com/credit.gif"],
img[src$="support2.gif"],
img[src$="topleftgif.gif"],
img[src*="revmyspace/logo/"],
img[src$="nick/tag_diag.gif"],
img[src*="poqbum.com/Files/Logo/"],
img[src="http://c.myspace.com/Groups/00018/90/06/18116009_l.gif"]
{
display:none!important;
visibility:collapse !important;
}
/* Annoying profile links to layout sites */
myspacethingy,
a[href*="hotfreelayouts.com/layouts.php?"],
a[href*="poqbum.com"][target="_blank"]>small,
a+br~a[href$="m15aG90Y29tbWVudHMuY29tL2dyYXBoaWNzLnBocD9pZD0"],
a+br~a[href$="nB5emFtLmNvbS9ncmFwaGljcw=="],
a+br~a[href$="mJhYml0YWdzLmNvbS8="],
a+br~a[href$="mNvb2xteXNwYWNlY29tbWVudHMuY29t"],
a+br~a[href$="mdldG15c3BhY2Vjb21tZW50cy5jb20v"],
a+br~center>a[href$="mNvbW1lbnRzcGxhbmV0LmNvbQ=="],
a[title*="omment"]+br+a,
a[href$="nBob3RvYnVja2V0LmNvbS9yZWdpc3Rlci5waHA"][target],
a[href$="m15c3BhY2VtYXN0ZXIubmV0Lw=="][target],
a[href$="m15Z2lybHlzcGFjZS5jb20="]>img,
a[href$="mZ1bm55cGljdHVyZXN3b3JsZC5jb20="]>font,
a[href$="m15c3BhY2VkZXYuY29tL215c3BhY2UtaWNvbnMv"]>font,
.columnsWidening *[target]~p>a,
.columnsWidening *[target]+br+a,
a[href*="MDFodHRwOi8vbXlzcGFjZW9yeW91cnMubmV0"][target],
a[href$="mZyZWVjb2Rlc291cmNlLmNvbQ=="][target],
a[title$="Icons"]>font,
.columnsWidening a[title]+br~a[target],
font[size="1"] > a[href*="testriffic.com"],
a[alt*="ayouts"],
a>img[alt*="ayouts"],
a[target="_parent"] > small,
form[target="_new"],
form[target="_blank"]
{
display:none!important;
visibility:collapse !important;
}
/* Common SPAM images (giftcards, trackers, porn, etc) */
a[href="/"],
img[src=".."],
a[href*="%09"],
img[src*="%09"],
a[href*="%69%6E%66%6F"],
a[href*="freeringerplace.net"],
a[href*="okiwill.info"],
a[href*="FreeVisaGiftCardNow.com"],
a[href*="eastercoffeeforyou.com"],
a[href*="freecashcards.info"],
a[href*="zihijhg.com"],
a[href*="freeringtoneshere.info"],
a[href*="1ringtones1.info"],
a[href*="AMERICANFOLISALYNNE.COM"],
a[href*="jwaes.cn"],
a[href*="blkrw.cn"],
a[href$="coachpurses"],
a[href$="itscool.php"],
a[href*="profileviewz.com"],
a[href*="blingpimp.net"],
a[href*="freeshoppingcredit.info"],
a[href*="shoppingcreditatmacys.com"],
a[href*="wantmymacyscredit.com"],
a[href*="shoppingfreeatmacys.com"],
a[href*="freecreditformacys.com"],
a[href*="mymacyscredits.com"],
a[href*="buyatmacys.com"],
a[href*="macysshopper.com"],
a[href*="doyoushopmacys.com"],
a[href*="yourmacysshopping.com"],
a[href*="macysgiftcards.com"],
a[href*="maycs4me.com"],
a[href*="backtoschoolatmacys.com"],
a[href*="macysfreeshopping.com"],
a[href*="shopfreeatmacys.com"],
a[href*="handbagsbycoach.com"],
a[href*="realcoachforfree.com"],
a[href*="getfreecoachbags.com"],
a[href*="coachbagsforfree.com"],
a[href*="realcoach4free.com"],
a[href*="shopfreemacys.com"],
a[href*="macysbuying.com"],
a[href*="gobuywithmacys.com"],
a[href*="wantmacysstuff.com"],
a[href*="macyscustomer.com"],
a[href*="goshoppingatmacys.com"],
a[href*="coachhandbagsfree.com"],
a[href*="realcoachhandbag.com"],
a[href*="designercoachhandbag.com"],
a[href*="yourcoachbag.com"],
a[href*="coachhandbagfree.com"],
a[href*="freecoachbrandbag.com"],
a[href*="handbagfromcoach.com"],
a[href*="pimppal.com"],
a[href*="downloadthefox.net"],
a[href*="stalkertrack.com"],
a[href*="hellaadds.com"],
a[href*="ewfgghj.com"],
a[href*="fjiewo.info"],
a[href*="frithqaeoxyspico.com"],
a[href*="8lj0f3il.com"],
a[href*="8h439hg.com"],
a[href*="nj9u398io.com"],
a[href*="ATTHEGATESMATERIAL.COM"],
a[href*="zldjk.com"],
a[href*="dulkaa.info"],
a[href*="zppeople.com"],
a[href*="homeincomehome.com"],
a[href*="virginmoney.com.au"],
a[href*="pleather-and-plad.com"],
a[href*="ipohip.info"],
a[href*="pimpyourwardrobe.com"],
a[href*="feerte.com"],
a[href*="freevegasclubs.com"],
a[href*="beurl.net"],
a[href*="weofferthebest.net"],
a[href*="Urlcut.net/arrex"],
a[href*="crass.ne1.net"],
a[href*="CHECKOUTTHISNOWOK14.com"],
a[href*="urlbee.com?"][href$="%20"],
a[href*="macbook.lives4.it"],
a[href*="macbook.lives4.it"]+br+img,
a[href*="wcoils.info"],
a[href$=".php"] > img[src*="http://c.myspace.com/Groups/000"],
a[href$=".swf"],
a[href$=".swf/"],
a[href*="/track.asp?"],
.columnsWidening a + br+br+a[href$="/"]>img,
.columnsWidening font[size="5"] > font[color="purple"] > font[color="green"] > font[size="5"],
br+br+font[color][size] font,
center > a[href*="blingyourprofile.net"] > font,
.columnsWidening > font[size="8"] + center > font[size="8"],
.columnsWidening u+br+br+img[alt*=" "][src*="imageshack.us"],
.columnsWidening b+br+br+img[alt*=" "][src*="imageshack.us"],
.columnsWidening i+br+br+img[alt*=" "][src*="imageshack.us"],
.columnsWidening>br+br+br+br+center>a>font[color="red"][size*="+"]>b,
img[src*="pimpyourwardrobe.com"],
a[href$="d3d3LmFzZ2FzZmQuY29t"],
a[href$="d3d3LnRoZWFtYXppbmdyaW5ndG9uZXMuaW5mby8="],
a[href$="d3d3LmR1bnRtYXRoLmNvbQ=="],
a[href$="cHJ6eWxlZ2FqYS5iY2Fubm95LmNvbQ=="],
a[href$="emF0cm9zemN6bXkuYmNhbG9uZS5jb20="],
a[href*="bnxp.info"],
img[src*="bnxp.info"],
img[src$="sat-comment.gif"],
img[src$="getschoolclothes.com/sups.jpg"],
img[src="http://i19.ebayimg.com/05/i/000/c0/34/096a_1.JPG"],
img[src="http://a799.ac-images.myspacecdn.com/images01/61/m_132825a4da72f7896786acb4b06b5b96.jpg"],
img[src="http://a789.ac-images.myspacecdn.com/images01/63/l_36f61df1218195601c540c943712f4a4.jpg"],
img[src="http://a696.ac-images.myspacecdn.com/images01/19/l_929af613a0d5178fa662890ad7121987.jpg"],
img[src="http://a408.ac-images.myspacecdn.com/images01/54/l_b1800f012f53449cf0081e04a5e471bf.gif"],
.columnsWidening > img[src*="imageshack.us"][src*="stamped"][src$=".jpg"],
img[src$="/img252/8795/44se9.gif"],
img[src$="/img262/1759/74vt2.gif"],
img[src$="/img182/8001/31gf9.gif"],
img[src$="/img212/1210/72jk4.gif"],
img[src$="/img266/180/b5siy9.jpg"],
img[src$="/img406/4134/37xr2.gif"],
img[src$="/img523/2892/15gm0.jpg"],
img[src$="/img295/7076/51lp4.gif"],
img[src$="/img390/2594/54hk8.gif"],
img[src$="/img182/2530/38na2.gif"],
img[src$="/img132/4281/20663220wx2.jpg"],
img[src$="/img153/7731/327cg2.jpg"],
img[src$="/img156/3089/2601nh8.jpg"],
img[src$="/img67/648/29343335ze0.gif"],
img[src$="/img490/4968/finalxc6.jpg"],
img[src$="/img228/4043/cam0agi9.jpg"],
img[src$="/img181/8853/cam0amt3.jpg"],
img[src$="/img151/24/58169116no2.jpg"],
img[src$="/img81/5772/99767745pn2.jpg"],
img[src$="/img84/7347/57529551re6.jpg"],
img[src$="/img120/134/22513363vi2.gif"],
img[src$="/img410/9899/n8rth24dc5.jpg"],
img[src$="/img111/7168/v78h40lmm1.jpg"],
img[src$="/img442/5011/93468653mz5.gif"],
img[src$="/img440/8085/88251830gl7.gif"],
img[src$="/img523/8320/59786289az5.jpg"],
img[src$="/img259/4428/68976811pr4.gif"],
img[src$="/img405/5441/72731847ga4.jpg"],
img[src$="/img340/1455/71592324jq5.jpg"],
img[src$="/img49/8518/75141423kw7.gif"],
img[src$="/img413/3910/86555252zg4.gif"],
img[src$="/img413/6691/53621246kx8.gif"],
img[src$="/img171/4417/40139398ys7.jpg"],
img[src$="/img149/7184/3f2qr8fg6ryq3u0bymycv39as5.jpg"],
img[src$="/img530/6258/esnt7yw9uhvqbg2bog45fqzwf2.jpg"],
img[src$="/img91/2936/47rdl97nkb3q9nf1or46wclgg8.jpg"],
img[src$="/img164/7263/ltp0ycmedzbnozm2y143s66yn7.jpg"],
img[src$="/img255/9646/tkeomx8mthiagtw3g3nj53tqr9.jpg"],
img[src$="/img473/8310/3adnese9zezohowte68zv2twh7.jpg"],
img[src$="/img134/9472/5mmhwnlq2p1qgh2ulra7syjqv3.jpg"],
img[src$="/img337/4921/3zmztjz6zdoxbqtsvludjq0ag9.jpg"],
img[src$="/img146/7868/vj87ogub0ud2h6y2fq47hdzxc7.jpg"],
img[src$="/img511/9666/c8okovvk4lysbldojhaiif7bj1.jpg"],
.contentHeaderLinks font[size="3"]
{
display:none!important;
height:0px!important;
visibility:collapse !important;
}
/* Patented SHOCK SITE prevention =) */
a[href*="blink-<EMAIL>.com"]
{
display:none!important;
visibility:collapse !important;
}
/* Rearrange the Profile Editor */
#details_interests {text-align:center!important;}
#details_interests .alignL{display:none}
#details_interests .row > textarea,
#details_interests .row > input,
#details_interests .row > label,
.saveButtons{
float:left!important;
clear:right!important;
width:750px!important;
text-align:center!important;}
#details_interests .row > textarea,
#details_interests .row > input{
text-align:left!important;
border:1px solid;
padding:3px !important;}
#details_interests div.clear{
border-bottom:1px solid #6698CB !important;margin-bottom:5px !important;}
#details_interests>input{font-weight:bold!important}
/* Clean up comment form page */
#postComment .text11,
div div div .text11,
#postComment #rAddImage
{display:none!important}
#postComment textarea,
#ctl00_cpMain_tbxAddComment
{width:500px!important;height:200px!important}
/* Center and align some elements throughout the site */
#bestest_table_ever,
#bulletin_columns{
margin-left:92px!important;
}
#bulletin_columns .userinfo,
#AccountSettingsNavigation,
.bulletin_wrap,
.pad5{
text-align:center!important
}
#rightRail{margin-top:55px!important}
/* Eliminate transparent div overlays that redirect you */
a.o>img.l,
a[href*=".picsmyspace.com"]
{display:none!important}
/* Clean Status Module */
span.blacktext12 span,span.blacktext12 img {display:block!important;}
span.blacktext12 {
visibility:visible!important;
display:block!important;
background-color:transparent!important;
background-image:none!important;
height:75px!important;
width:435px!important;
text-align:center!important;
font-size:12px!important;
letter-spacing:0px!important;
font-family:sans-serif!important;
}
/* New Photo! Red Background */
#main #photo_list #commentcount td span[style*="font"]{
display:block!important;
padding-top:100%!important;
margin-top:-100%!important;
padding-bottom:10px!important;
width:168px!important;
border:1px solid #FEA5A5!important;
background:#FF8080!important;
}
#main #photo_list #commentcount td b{
padding-left:20px!important;}
} | data/usercss/4110.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://home.myspace.com/") {
/* I don't need to see the Amber Alert for a week straight */
#aalert{
display:none!important;
}
#addressbook,
#mtFriendSpaceSuggestion,
div#suggestion,
#mainContent #col2 div[style*="rgb(252, 246, 207);"],
#grayboxrounded,
#appnavigation,
#col3,
#friendStatuses,
#googlebar,
.top .title span[id*="icon"],
.top .title span[id*="friendsupdate"],
#friendspace .controlbox,
#wrapperTopMenu,
#mobileunit,
#footer,
#tblbulletins th,
#findFriendsLinks,
/* Classic Layout */
#home_coolNewVideos,
#splash_profile,
#home_setHomePage,
#home_featured_comedy
{display:none !important;
visibility:collapse !important;}
#welcome{
font-size:12px !important;
font-weight:normal !important;
}
#myUrl{
margin-top:-18px !important;
margin-left:2px !important
}
#divStatusMood{
background:#EFF3FF !important;
}
#header div{height:10px !important;}
#header .clear{height:0px !important;}
#userstatus{
position:relative !important;
left:310px !important;
width:300px !important;
float:right !important;
}
#bulletins, #friendUpdate{
position:relative !important;
left:310px !important;
width:300px !important;
float:right !important;
}
#friendspace{
clear:left !important;
float:left !important;
position:absolute !important;
width:440px !important;
}
.friend a>img{
max-height:115px !important;
margin-bottom:-10px !important;
padding:0px !important;
}
.ImgOnlineNow{
margin:-22px 0 0 4px !important;
background:white !important;
-moz-opacity:0.75 !important;
}
#friends .clear{
border-bottom:1px solid #D5E6F8 !important;
width:400px !important;
}
#friends{
clear:both !important;
}
#friendsearch{
background:#D5E6F8!important;
margin:-2px!important;
margin-bottom:-10px!important;
right:-120px !important;
}
#friendsearch #txtFrndSearch{
margin-top:7px!important;
}
#tomannouncement{
position:relative !important;
left:310px !important;
width:300px !important;
float:right !important;
}
#tomannouncement .middle div div, #updates .middle div div{
background:pink !important;
margin:-1px!important;
}
.pad5{
text-align:justify !important;
}
#home_announcements_image{
float:right !important;
margin-left:10px !important;
}
#tblbulletins td,
.activityMsg,
.activityMsg a,
.dateHdr span{
font-size:9px!important;
}
#tblbulletins td:first-child+td[style*="border-left"]{font-size:5px !important;color:#6899CC !important}
.cpSmall span, .cpLarge span{color:#538CC6 !important}
.datagrid,
#friendUpdate .middle,
.aggregatedActivities{
background:#EFF3FF!important;
margin-right:2px!important;
padding:2px!important;
}
/* Move and condence Friend Updates */
#friendUpdate .middle{margin:0!important;}
.aggregatedActivities{border:none!important;}
.activityFeed .activityImg{
float:left!important;
clear:none!important;
padding:0;
margin-left:-4px !important;
}
.activityFeed .activityMsg{
float:right!important;
clear:none!important;
}
.activityFeed .activity{width:280px !important;margin:0 !important}
.title, #manage .top div div, #updates .top didv div{
font-variant: small-caps !important;
font-family:arial,sans-serif !important;
font-weight:bold !important;
font-size:14px !important;
}
input, select{
border:1px solid #6899CC !important;
background:#EFF3FF !important;
height:17px !important;
color:#003399 !important;
}
#txtFrndSearch, #ddlLinks{
height:15px !important;
position:relative !important;
bottom:2px !important;
}
.txtStatusInput{
width:162px !important;
height:15px !important;
}
a:hover{color:#006CFF!important;}
.top .title{width:180px!important;}
.controlbox{width:80px!important;}
#changeTopFriends{float:left;position:relative;bottom:-28px;}
#friendslinks{height:1px;position:relative;top:-34px;border:none!important}
/* Scrolling Friend Updates */
#friendUpdate .middle{
height:400px!important;
overflow:scroll!important;
width:296px!important;
padding:0!important;
margin:0!important;
}
#friendUpdate .result{
margin-left:-2px!important;
padding-right:10px!important;
}
/* Scrolling Top Friends */
#friendspace #friends{
max-height:805px!important;
overflow:scroll!important;
padding:0!important;
}
/* Scrolling Bulletins */
#bulletins .datagrid{
height:300px!important;
overflow:scroll!important;
padding:0!important;
}
/* Amber Alert needs more attention */
#aalert {clear:none!important;}
#aalert .middle{background:pink!important}
#aalert span{font-weight:bold;font-size:14px;}
}
/*Clean up the homepage */
@-moz-document url("http://www.myspace.com/"), url-prefix(http://www.myspace.com/index.cfm) {
body {background:#E5E5E5 none!important;}
#SplashContentWrap{background:white!important}
}
/* Removes ads throughout the entire site */
@-moz-document domain("myspace.com") {
/* MySpace's Lovely Ads */
#FLASH_AD,
#ad-wrap,
#ad150xUnlimited,
#ad300x300,
#ad440x160,
embed[id^="VwP"],
#googleads,
#googleadtest,
#googleafc,
#header_gae,
#home_ad,
#sponsoredLinks,
#narrow_ad,
#splash_getstarted,
#splash_mainBottom,
#FLASH_AD,
#tkn_adspecial1,
#tkn_adspecial2,
#tkn_east,
#DL_object,
#tkn_leaderboard,
#squareAd,
#tkn_medrec,
#tkn_leaderboardDiv,
#tkn_medrec1,
#tkn_medrec2,
#tkn_north,
#tkn_skyscraper,
#tkn_south,
#tkn_west,
#leftcol,
#wrap>#marketing,
.googleafc,
embed[id*="ewembed"],
/* Music ad on signout */
#aspnetForm #contaidner,
div[id*="prinner"] > object,
a[onclick^="MySpace.CMS.track("]>img[src*="Private_Profile"],
#brightideacontainer
{
display:none!important;
visibility:collapse !important;
}
/**/
#profile_network_mini{display:none!important}
/* Remove banners from top of site */
.bodyContent > div[align="center"]>table[width="800"][bgcolor="#003399"],
div#toprightlinks+.clear+div[style*="height: 90px"][align="center"],
img[src="http://x.myspace.com/images/blog/blogLogo.gif"]
{
display:none!important;
visibility:collapse !important;
}
/* Remove footers from bottom of site */
table[width*="100%"][border*="0"][cellspacing*="0"][cellpadding*="0"] tr[bgcolor*="#e5e5e5"] td,
div#footer
{
display:none!important;
visibility:collapse !important;
}
/* Shorten tall friend images */
.comments .friendSpace a>img,
.friendsComments td[width="150"] a[href*="http://profile.myspace.com/"]>img{
max-height:115px!important;
margin-bottom:-10px !important;
padding:0px !important;
border:none!important;
}
.friendSpace .ImgOnlineNow{
margin:-22px 0 0 4px !important;
background:white !important;
-moz-opacity:0.75 !important;
}
.woProfile .ImgOnlineNow{display:none!important;height:0}
/* Disable the hiding of comments */
#profileV1main > tbody > tr > td div[style*="display: none"],
#profileV1main > tbody > tr > td div[style*="display: none"] font[style*="display: none"],
#profileV1main > tbody > tr > td div[style*="overflow: hidden"],
.friendsComments{
display:block!important;
overflow:visible!important;
visibility:visible!important;
}
/* Disable hiding of top friends */
td.text td.text table table table,.friendSpace,.friendsComments{
display:inline!important;
overflow:visible!important;
visibility:visible!important;
}
/* Get rid of annoying semitransparent profiles */
#profileV1main td,#profileV1main div, #profileV1main table,table table table td{
-moz-opacity:1 !important;
opacity: 1 !important;
}
/* Floating DIV ad images */
.wfbutton,
z z a img,
div.joinred,
div.msmnet,
div[style*="right: 0"] a[target],
div[style*="left: 0"] a[target],
div.cool img[alt],
div#makems,
a[style*="top: 0"],
a.navb[style*="position: absolute"],
a[style*="top:0"],
div[style*="top: 0"][style*="position: absolute"] > a > img,
div>a[title*="ayout"],
a > img[style*="top: 0"][style*="position: absolute"],
div+div[style*="top: 35"][style*="border: 1px dashed"],
span.ProfileMods>right,
a[href$="bXlzcGFjZS5jb20vY29udGFjdHRhYmxlcw=="],
a[href$="d3d3Lm15c3BhY2UuY29tL3lhcmlz"],
a[href$="d3d3LnhhbmdhLmNvbS9qZW5ueXNfbXlzcGFjZV9sYXlvdXRz"],
img[src$="Logo/contactboxlogo.gif"],
img[src$="banner_plain.gif"],
img[src$="banners/backgrounds.gif"],
img[src*="/images/logos/"],
img[src$="banner_stationery.gif"],
img[src$="cornerTag.gif"],
img[src$="cornerTag2.gif"],
img[src$="freshest-codes.gif"],
img[src$="fwlbuttonlatest.gif"],
img[src$="hotlyts.gif"],
img[src$="mslyts.gif"],
img[src$="bizisagirl/credd.gif"],
img[src$="bizisagirl/credit2.gif"],
img[src$="damagedscene/1banner.gif"],
img[src$="hotprofileplus.gif"],
img[src$="samples/pimp.gif"],
img[src$="joyboner.com/codes.gif"],
img[src$="images/layoutpayout.gif"],
img[src$="yoozah.com/background.gif"],
img[src$="myspaceoryours.net/images/tag.gif"],
img[src$="support.gif"],
img[src$="/images/LOGO0s.jpg"],
img[src$="images/extrastag.gif"],
img[src$="myspacesupport.com/images/button.gif"],
img[src$="images/backgroundsad.gif"],
img[src$="images/mytag.gif"],
img[src$="layoutpayout.gif"],
img[src$="main/photobucket140.gif"],
img[src$="mslayoutsani.gif"],
img[src$="msmaster/button.gif"],
img[src$="myspacelayoutspy/laylogo.gif"],
img[src$="myspacepimper/corner.gif"],
img[src$="myspacepimper/pimper.gif"],
img[src$="pimpys.com/support.gif"],
img[src$="sexigraphics.com/taglogo.gif"],
div.layoutbutton,
img[src$="staticjack.com/credit.gif"],
img[src$="support2.gif"],
img[src$="topleftgif.gif"],
img[src*="revmyspace/logo/"],
img[src$="nick/tag_diag.gif"],
img[src*="poqbum.com/Files/Logo/"],
img[src="http://c.myspace.com/Groups/00018/90/06/18116009_l.gif"]
{
display:none!important;
visibility:collapse !important;
}
/* Annoying profile links to layout sites */
myspacethingy,
a[href*="hotfreelayouts.com/layouts.php?"],
a[href*="poqbum.com"][target="_blank"]>small,
a+br~a[href$="m15aG90Y29tbWVudHMuY29tL2dyYXBoaWNzLnBocD9pZD0"],
a+br~a[href$="nB5emFtLmNvbS9ncmFwaGljcw=="],
a+br~a[href$="mJhYml0YWdzLmNvbS8="],
a+br~a[href$="mNvb2xteXNwYWNlY29tbWVudHMuY29t"],
a+br~a[href$="mdldG15c3BhY2Vjb21tZW50cy5jb20v"],
a+br~center>a[href$="mNvbW1lbnRzcGxhbmV0LmNvbQ=="],
a[title*="omment"]+br+a,
a[href$="nBob3RvYnVja2V0LmNvbS9yZWdpc3Rlci5waHA"][target],
a[href$="m15c3BhY2VtYXN0ZXIubmV0Lw=="][target],
a[href$="m15Z2lybHlzcGFjZS5jb20="]>img,
a[href$="mZ1bm55cGljdHVyZXN3b3JsZC5jb20="]>font,
a[href$="m15c3BhY2VkZXYuY29tL215c3BhY2UtaWNvbnMv"]>font,
.columnsWidening *[target]~p>a,
.columnsWidening *[target]+br+a,
a[href*="MDFodHRwOi8vbXlzcGFjZW9yeW91cnMubmV0"][target],
a[href$="mZyZWVjb2Rlc291cmNlLmNvbQ=="][target],
a[title$="Icons"]>font,
.columnsWidening a[title]+br~a[target],
font[size="1"] > a[href*="testriffic.com"],
a[alt*="ayouts"],
a>img[alt*="ayouts"],
a[target="_parent"] > small,
form[target="_new"],
form[target="_blank"]
{
display:none!important;
visibility:collapse !important;
}
/* Common SPAM images (giftcards, trackers, porn, etc) */
a[href="/"],
img[src=".."],
a[href*="%09"],
img[src*="%09"],
a[href*="%69%6E%66%6F"],
a[href*="freeringerplace.net"],
a[href*="okiwill.info"],
a[href*="FreeVisaGiftCardNow.com"],
a[href*="eastercoffeeforyou.com"],
a[href*="freecashcards.info"],
a[href*="zihijhg.com"],
a[href*="freeringtoneshere.info"],
a[href*="1ringtones1.info"],
a[href*="AMERICANFOLISALYNNE.COM"],
a[href*="jwaes.cn"],
a[href*="blkrw.cn"],
a[href$="coachpurses"],
a[href$="itscool.php"],
a[href*="profileviewz.com"],
a[href*="blingpimp.net"],
a[href*="freeshoppingcredit.info"],
a[href*="shoppingcreditatmacys.com"],
a[href*="wantmymacyscredit.com"],
a[href*="shoppingfreeatmacys.com"],
a[href*="freecreditformacys.com"],
a[href*="mymacyscredits.com"],
a[href*="buyatmacys.com"],
a[href*="macysshopper.com"],
a[href*="doyoushopmacys.com"],
a[href*="yourmacysshopping.com"],
a[href*="macysgiftcards.com"],
a[href*="maycs4me.com"],
a[href*="backtoschoolatmacys.com"],
a[href*="macysfreeshopping.com"],
a[href*="shopfreeatmacys.com"],
a[href*="handbagsbycoach.com"],
a[href*="realcoachforfree.com"],
a[href*="getfreecoachbags.com"],
a[href*="coachbagsforfree.com"],
a[href*="realcoach4free.com"],
a[href*="shopfreemacys.com"],
a[href*="macysbuying.com"],
a[href*="gobuywithmacys.com"],
a[href*="wantmacysstuff.com"],
a[href*="macyscustomer.com"],
a[href*="goshoppingatmacys.com"],
a[href*="coachhandbagsfree.com"],
a[href*="realcoachhandbag.com"],
a[href*="designercoachhandbag.com"],
a[href*="yourcoachbag.com"],
a[href*="coachhandbagfree.com"],
a[href*="freecoachbrandbag.com"],
a[href*="handbagfromcoach.com"],
a[href*="pimppal.com"],
a[href*="downloadthefox.net"],
a[href*="stalkertrack.com"],
a[href*="hellaadds.com"],
a[href*="ewfgghj.com"],
a[href*="fjiewo.info"],
a[href*="frithqaeoxyspico.com"],
a[href*="8lj0f3il.com"],
a[href*="8h439hg.com"],
a[href*="nj9u398io.com"],
a[href*="ATTHEGATESMATERIAL.COM"],
a[href*="zldjk.com"],
a[href*="dulkaa.info"],
a[href*="zppeople.com"],
a[href*="homeincomehome.com"],
a[href*="virginmoney.com.au"],
a[href*="pleather-and-plad.com"],
a[href*="ipohip.info"],
a[href*="pimpyourwardrobe.com"],
a[href*="feerte.com"],
a[href*="freevegasclubs.com"],
a[href*="beurl.net"],
a[href*="weofferthebest.net"],
a[href*="Urlcut.net/arrex"],
a[href*="crass.ne1.net"],
a[href*="CHECKOUTTHISNOWOK14.com"],
a[href*="urlbee.com?"][href$="%20"],
a[href*="macbook.lives4.it"],
a[href*="macbook.lives4.it"]+br+img,
a[href*="wcoils.info"],
a[href$=".php"] > img[src*="http://c.myspace.com/Groups/000"],
a[href$=".swf"],
a[href$=".swf/"],
a[href*="/track.asp?"],
.columnsWidening a + br+br+a[href$="/"]>img,
.columnsWidening font[size="5"] > font[color="purple"] > font[color="green"] > font[size="5"],
br+br+font[color][size] font,
center > a[href*="blingyourprofile.net"] > font,
.columnsWidening > font[size="8"] + center > font[size="8"],
.columnsWidening u+br+br+img[alt*=" "][src*="imageshack.us"],
.columnsWidening b+br+br+img[alt*=" "][src*="imageshack.us"],
.columnsWidening i+br+br+img[alt*=" "][src*="imageshack.us"],
.columnsWidening>br+br+br+br+center>a>font[color="red"][size*="+"]>b,
img[src*="pimpyourwardrobe.com"],
a[href$="d3d3LmFzZ2FzZmQuY29t"],
a[href$="d3d3LnRoZWFtYXppbmdyaW5ndG9uZXMuaW5mby8="],
a[href$="d3d3LmR1bnRtYXRoLmNvbQ=="],
a[href$="cHJ6eWxlZ2FqYS5iY2Fubm95LmNvbQ=="],
a[href$="emF0cm9zemN6bXkuYmNhbG9uZS5jb20="],
a[href*="bnxp.info"],
img[src*="bnxp.info"],
img[src$="sat-comment.gif"],
img[src$="getschoolclothes.com/sups.jpg"],
img[src="http://i19.ebayimg.com/05/i/000/c0/34/096a_1.JPG"],
img[src="http://a799.ac-images.myspacecdn.com/images01/61/m_132825a4da72f7896786acb4b06b5b96.jpg"],
img[src="http://a789.ac-images.myspacecdn.com/images01/63/l_36f61df1218195601c540c943712f4a4.jpg"],
img[src="http://a696.ac-images.myspacecdn.com/images01/19/l_929af613a0d5178fa662890ad7121987.jpg"],
img[src="http://a408.ac-images.myspacecdn.com/images01/54/l_b1800f012f53449cf0081e04a5e471bf.gif"],
.columnsWidening > img[src*="imageshack.us"][src*="stamped"][src$=".jpg"],
img[src$="/img252/8795/44se9.gif"],
img[src$="/img262/1759/74vt2.gif"],
img[src$="/img182/8001/31gf9.gif"],
img[src$="/img212/1210/72jk4.gif"],
img[src$="/img266/180/b5siy9.jpg"],
img[src$="/img406/4134/37xr2.gif"],
img[src$="/img523/2892/15gm0.jpg"],
img[src$="/img295/7076/51lp4.gif"],
img[src$="/img390/2594/54hk8.gif"],
img[src$="/img182/2530/38na2.gif"],
img[src$="/img132/4281/20663220wx2.jpg"],
img[src$="/img153/7731/327cg2.jpg"],
img[src$="/img156/3089/2601nh8.jpg"],
img[src$="/img67/648/29343335ze0.gif"],
img[src$="/img490/4968/finalxc6.jpg"],
img[src$="/img228/4043/cam0agi9.jpg"],
img[src$="/img181/8853/cam0amt3.jpg"],
img[src$="/img151/24/58169116no2.jpg"],
img[src$="/img81/5772/99767745pn2.jpg"],
img[src$="/img84/7347/57529551re6.jpg"],
img[src$="/img120/134/22513363vi2.gif"],
img[src$="/img410/9899/n8rth24dc5.jpg"],
img[src$="/img111/7168/v78h40lmm1.jpg"],
img[src$="/img442/5011/93468653mz5.gif"],
img[src$="/img440/8085/88251830gl7.gif"],
img[src$="/img523/8320/59786289az5.jpg"],
img[src$="/img259/4428/68976811pr4.gif"],
img[src$="/img405/5441/72731847ga4.jpg"],
img[src$="/img340/1455/71592324jq5.jpg"],
img[src$="/img49/8518/75141423kw7.gif"],
img[src$="/img413/3910/86555252zg4.gif"],
img[src$="/img413/6691/53621246kx8.gif"],
img[src$="/img171/4417/40139398ys7.jpg"],
img[src$="/img149/7184/3f2qr8fg6ryq3u0bymycv39as5.jpg"],
img[src$="/img530/6258/esnt7yw9uhvqbg2bog45fqzwf2.jpg"],
img[src$="/img91/2936/47rdl97nkb3q9nf1or46wclgg8.jpg"],
img[src$="/img164/7263/ltp0ycmedzbnozm2y143s66yn7.jpg"],
img[src$="/img255/9646/tkeomx8mthiagtw3g3nj53tqr9.jpg"],
img[src$="/img473/8310/3adnese9zezohowte68zv2twh7.jpg"],
img[src$="/img134/9472/5mmhwnlq2p1qgh2ulra7syjqv3.jpg"],
img[src$="/img337/4921/3zmztjz6zdoxbqtsvludjq0ag9.jpg"],
img[src$="/img146/7868/vj87ogub0ud2h6y2fq47hdzxc7.jpg"],
img[src$="/img511/9666/c8okovvk4lysbldojhaiif7bj1.jpg"],
.contentHeaderLinks font[size="3"]
{
display:none!important;
height:0px!important;
visibility:collapse !important;
}
/* Patented SHOCK SITE prevention =) */
a[href*="blink-<EMAIL>.com"]
{
display:none!important;
visibility:collapse !important;
}
/* Rearrange the Profile Editor */
#details_interests {text-align:center!important;}
#details_interests .alignL{display:none}
#details_interests .row > textarea,
#details_interests .row > input,
#details_interests .row > label,
.saveButtons{
float:left!important;
clear:right!important;
width:750px!important;
text-align:center!important;}
#details_interests .row > textarea,
#details_interests .row > input{
text-align:left!important;
border:1px solid;
padding:3px !important;}
#details_interests div.clear{
border-bottom:1px solid #6698CB !important;margin-bottom:5px !important;}
#details_interests>input{font-weight:bold!important}
/* Clean up comment form page */
#postComment .text11,
div div div .text11,
#postComment #rAddImage
{display:none!important}
#postComment textarea,
#ctl00_cpMain_tbxAddComment
{width:500px!important;height:200px!important}
/* Center and align some elements throughout the site */
#bestest_table_ever,
#bulletin_columns{
margin-left:92px!important;
}
#bulletin_columns .userinfo,
#AccountSettingsNavigation,
.bulletin_wrap,
.pad5{
text-align:center!important
}
#rightRail{margin-top:55px!important}
/* Eliminate transparent div overlays that redirect you */
a.o>img.l,
a[href*=".picsmyspace.com"]
{display:none!important}
/* Clean Status Module */
span.blacktext12 span,span.blacktext12 img {display:block!important;}
span.blacktext12 {
visibility:visible!important;
display:block!important;
background-color:transparent!important;
background-image:none!important;
height:75px!important;
width:435px!important;
text-align:center!important;
font-size:12px!important;
letter-spacing:0px!important;
font-family:sans-serif!important;
}
/* New Photo! Red Background */
#main #photo_list #commentcount td span[style*="font"]{
display:block!important;
padding-top:100%!important;
margin-top:-100%!important;
padding-bottom:10px!important;
width:168px!important;
border:1px solid #FEA5A5!important;
background:#FF8080!important;
}
#main #photo_list #commentcount td b{
padding-left:20px!important;}
} | 0.080595 | 0.069321 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("nnm-club.ru") {
body{
background: -moz-linear-gradient(top, #000, #222, #000) #000 no-repeat !important;
background-size:100%!important;
background-repeat:no-repeat!important;
background-attachment:fixed!important;
font-family: "constantia"!important;}
TD { background: transparent !important;}
*{font-family: "constantia"!important;}
*{-moz-border-radius: 20px 0px 20px 0px !important;}
a{color: #000!important;text-shadow: 0 0 10px #3399ff !important;
font-family: "constantia"!important;}
a:hover, a:visited:hover, a:hover *, span[onclick]:hover, div[onclick]:hover, [role="link"]:hover, [role="link"]:hover *, [role="button"]:hover, [role="button"]:hover *, [role="menuitem"]:hover, [role="menuitem"]:hover *, .link:hover, .link:hover *, .sn-link:hover, .gac_b:hover *, .google-ac-b *, .yt-suggest-selected *, .yt-uix-button-menu-item:hover, .acl div.sug .sel *, .acl div.sug .sel, .ac_active, .ac_active *, .yui-ac-bd li:hover {
color: #3399ff !important; text-shadow: 0 0 10px #ff0000 !important;
text-decoration: none!important}
span{color:#3399ff!important;
}
input, select, button, a[href="javascript:;"]:not([t]):not([onclick]) {
-moz-appearance: none !important;
background: #000 !important;
color: #BBB !important;
border: 2px solid #333 !important;
border-radius: 4px !important}
input:hover, input[type="button"]:hover, select:hover, button:hover {
border: 2px solid #555 !important;
-moz-border-top-colors: #555 !important;
-moz-border-bottom-colors: #555 !important;
-moz-border-left-colors: #555 !important;
-moz-border-right-colors: #555 !important}
input:focus, select:focus {
box-shadow: 0 0 5px #077 !important}
input[type="checkbox"], input[type="checkbox"]:focus {
border: 2px solid #222 !important;
background-color: #111 !important;
color: #DDD !important;
border-radius: 4px !important}
input[type="radio"], input[type="radio"]:focus {
border: 2px solid #222 !important;
background-color: #111 !important;
color: #BBB !important}
select input[type="button"] {border: none !important}
button:active, input[type="submit"]:active {
background: #444 !important}
input *, input, select {color: #F0F0F0 !important}
input *:hover * {color: #F0F0F0 !important; text-shadow: 0 0 2px #FFF !important}
textarea {-moz-appearance: none !important; background: rgba(0,0,0,.3) !important; -moz-border-radius: 3px !important; border: 1px solid #000 !important; -moz-box-shadow: inset 0 0 8px #000 !important}
textarea:focus {background: rgba(0,0,0,.5) !important}
textarea, textarea * {color: #C8C8C8 !important; text-shadow: 0 0 1px gray !important}
textarea:focus, textarea:focus > * {text-shadow: none !important; -moz-box-shadow: none !important}
option {
-moz-appearance: none !important; background: none !important; color: #555 !important}
option:not([disabled]):hover, option:focus, option:checked {
background: -moz-linear-gradient(center top, #AAA, #555) !important; color: #000 !important}
body, html, div, h1, h2, h3, h4, h5, h6, table, tbody, thead, tr, td, th, ul, li, p, i, dd, dt, strong, code, iframe, embed, section, blockquote, label, form, pre, dl, img {color: #999 !important; text-shadow: none !important; background-color: transparent !important; border-color: #444 !important; -moz-border-top-colors: transparent !important; -moz-border-bottom-colors: transparent !important; -moz-border-left-colors: transparent !important; -moz-border-right-colors: transparent !important;}
#top_adbn_div{display:none !important}
td.row2 > table > tbody > tr > td >center {display:none !important}
tr > td > #lx_590{display:none !important}
.copyright > table {display:none !important}} | data/usercss/62226.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("nnm-club.ru") {
body{
background: -moz-linear-gradient(top, #000, #222, #000) #000 no-repeat !important;
background-size:100%!important;
background-repeat:no-repeat!important;
background-attachment:fixed!important;
font-family: "constantia"!important;}
TD { background: transparent !important;}
*{font-family: "constantia"!important;}
*{-moz-border-radius: 20px 0px 20px 0px !important;}
a{color: #000!important;text-shadow: 0 0 10px #3399ff !important;
font-family: "constantia"!important;}
a:hover, a:visited:hover, a:hover *, span[onclick]:hover, div[onclick]:hover, [role="link"]:hover, [role="link"]:hover *, [role="button"]:hover, [role="button"]:hover *, [role="menuitem"]:hover, [role="menuitem"]:hover *, .link:hover, .link:hover *, .sn-link:hover, .gac_b:hover *, .google-ac-b *, .yt-suggest-selected *, .yt-uix-button-menu-item:hover, .acl div.sug .sel *, .acl div.sug .sel, .ac_active, .ac_active *, .yui-ac-bd li:hover {
color: #3399ff !important; text-shadow: 0 0 10px #ff0000 !important;
text-decoration: none!important}
span{color:#3399ff!important;
}
input, select, button, a[href="javascript:;"]:not([t]):not([onclick]) {
-moz-appearance: none !important;
background: #000 !important;
color: #BBB !important;
border: 2px solid #333 !important;
border-radius: 4px !important}
input:hover, input[type="button"]:hover, select:hover, button:hover {
border: 2px solid #555 !important;
-moz-border-top-colors: #555 !important;
-moz-border-bottom-colors: #555 !important;
-moz-border-left-colors: #555 !important;
-moz-border-right-colors: #555 !important}
input:focus, select:focus {
box-shadow: 0 0 5px #077 !important}
input[type="checkbox"], input[type="checkbox"]:focus {
border: 2px solid #222 !important;
background-color: #111 !important;
color: #DDD !important;
border-radius: 4px !important}
input[type="radio"], input[type="radio"]:focus {
border: 2px solid #222 !important;
background-color: #111 !important;
color: #BBB !important}
select input[type="button"] {border: none !important}
button:active, input[type="submit"]:active {
background: #444 !important}
input *, input, select {color: #F0F0F0 !important}
input *:hover * {color: #F0F0F0 !important; text-shadow: 0 0 2px #FFF !important}
textarea {-moz-appearance: none !important; background: rgba(0,0,0,.3) !important; -moz-border-radius: 3px !important; border: 1px solid #000 !important; -moz-box-shadow: inset 0 0 8px #000 !important}
textarea:focus {background: rgba(0,0,0,.5) !important}
textarea, textarea * {color: #C8C8C8 !important; text-shadow: 0 0 1px gray !important}
textarea:focus, textarea:focus > * {text-shadow: none !important; -moz-box-shadow: none !important}
option {
-moz-appearance: none !important; background: none !important; color: #555 !important}
option:not([disabled]):hover, option:focus, option:checked {
background: -moz-linear-gradient(center top, #AAA, #555) !important; color: #000 !important}
body, html, div, h1, h2, h3, h4, h5, h6, table, tbody, thead, tr, td, th, ul, li, p, i, dd, dt, strong, code, iframe, embed, section, blockquote, label, form, pre, dl, img {color: #999 !important; text-shadow: none !important; background-color: transparent !important; border-color: #444 !important; -moz-border-top-colors: transparent !important; -moz-border-bottom-colors: transparent !important; -moz-border-left-colors: transparent !important; -moz-border-right-colors: transparent !important;}
#top_adbn_div{display:none !important}
td.row2 > table > tbody > tr > td >center {display:none !important}
tr > td > #lx_590{display:none !important}
.copyright > table {display:none !important}} | 0.289975 | 0.115511 |
--------------------------------------
1) Overall Styles
--------------------------------------*/
html, body { background: rgb(175, 175, 255); }
body { color: #fff; font-family: 'Open Sans', Arial, sans-serif; line-height: 1.3; padding: 0; margin: 0; padding:35px 25px; }
img { border: 0; max-width: 100%; display: block; }
hr { background-color: #fff; height: 1px; border: 0; }
b { font-weight: 700; }
i { font-style: italic; }
a { color: #fff; }
h1 { margin:0 0 35px 0; font-weight: 300; font-size:40px; text-align: center; }
.hide { display: none; }
.center { margin: 0 auto; }
.clearFix { clear: both; }
.noUnderline { text-decoration: none; }
.mobile { display: none; }
.table { display: table; width: 100%; }
.cell { display: table-cell; height: 100%; }
.cell img { width: 100%; }
.wrapper { max-width: 450px; margin: 0 auto; }
/* *
--------------------------------------
2) Abacus Container Styles
--------------------------------------*/
#abacusContainer { border:1px solid #fff; display:table; margin:0 auto; }
.columnContainer { display:table-cell; width: 75px; padding:5px 0; position: relative; vertical-align: top; }
.columnContainer > div {
position:relative;
z-index:100;
}
.superBeadContainer { min-height:72px; padding:0 5px; overflow: auto; }
.decimalSpace { border-top:1px solid #fff; border-bottom:1px solid #fff; height:3px; }
.beadContainer { min-height:170px; margin-top:2px; padding:6px 5px 0 5px; overflow: auto; }
.bead { background-color:#fff; height: 30px; cursor: pointer; margin:3px 0;
transition: margin .3s;
transition-timing-function: cubic-bezier(.86,0,.07,1);
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
}
.super.bead { background-color:#f72727; margin:0; }
.columnContainer > .bgLine { position: absolute; background-color:#fff; width:2px; margin:auto; left:0; right:0; top:0; bottom:0; height: 266px; z-index: 1; }
.decimal .decimalSpace { background-color:#f72727; }
.bead1 { margin-top:36px; }
/* *
--------------------------------------
3) Controls Styles
--------------------------------------*/
#controlsContainer {
max-width:450px;
margin: 0 auto;
text-align: center;
font-size: 0;
}
.controlGroup {
display: inline-block;
padding:8px 15px;
font-size: 18px;
font-weight: 300;
text-transform: uppercase;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
#controlsContainer > div:first-child { border-right: 1px solid #fff; }
.controlGroup > span {
display: inline-block; padding:0 5px; cursor: pointer;
border: 1px solid #fff;
transition: all .3s;
}
.controlGroup > span:hover,
.controlGroup > span:active {
color: rgb(175, 175, 255);
background-color: #fff;
}
/* *
--------------------------------------
) Media-Queries
--------------------------------------*/
@media all and (max-width: 375px) {
} | root/CSS/style.css | --------------------------------------
1) Overall Styles
--------------------------------------*/
html, body { background: rgb(175, 175, 255); }
body { color: #fff; font-family: 'Open Sans', Arial, sans-serif; line-height: 1.3; padding: 0; margin: 0; padding:35px 25px; }
img { border: 0; max-width: 100%; display: block; }
hr { background-color: #fff; height: 1px; border: 0; }
b { font-weight: 700; }
i { font-style: italic; }
a { color: #fff; }
h1 { margin:0 0 35px 0; font-weight: 300; font-size:40px; text-align: center; }
.hide { display: none; }
.center { margin: 0 auto; }
.clearFix { clear: both; }
.noUnderline { text-decoration: none; }
.mobile { display: none; }
.table { display: table; width: 100%; }
.cell { display: table-cell; height: 100%; }
.cell img { width: 100%; }
.wrapper { max-width: 450px; margin: 0 auto; }
/* *
--------------------------------------
2) Abacus Container Styles
--------------------------------------*/
#abacusContainer { border:1px solid #fff; display:table; margin:0 auto; }
.columnContainer { display:table-cell; width: 75px; padding:5px 0; position: relative; vertical-align: top; }
.columnContainer > div {
position:relative;
z-index:100;
}
.superBeadContainer { min-height:72px; padding:0 5px; overflow: auto; }
.decimalSpace { border-top:1px solid #fff; border-bottom:1px solid #fff; height:3px; }
.beadContainer { min-height:170px; margin-top:2px; padding:6px 5px 0 5px; overflow: auto; }
.bead { background-color:#fff; height: 30px; cursor: pointer; margin:3px 0;
transition: margin .3s;
transition-timing-function: cubic-bezier(.86,0,.07,1);
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
}
.super.bead { background-color:#f72727; margin:0; }
.columnContainer > .bgLine { position: absolute; background-color:#fff; width:2px; margin:auto; left:0; right:0; top:0; bottom:0; height: 266px; z-index: 1; }
.decimal .decimalSpace { background-color:#f72727; }
.bead1 { margin-top:36px; }
/* *
--------------------------------------
3) Controls Styles
--------------------------------------*/
#controlsContainer {
max-width:450px;
margin: 0 auto;
text-align: center;
font-size: 0;
}
.controlGroup {
display: inline-block;
padding:8px 15px;
font-size: 18px;
font-weight: 300;
text-transform: uppercase;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
#controlsContainer > div:first-child { border-right: 1px solid #fff; }
.controlGroup > span {
display: inline-block; padding:0 5px; cursor: pointer;
border: 1px solid #fff;
transition: all .3s;
}
.controlGroup > span:hover,
.controlGroup > span:active {
color: rgb(175, 175, 255);
background-color: #fff;
}
/* *
--------------------------------------
) Media-Queries
--------------------------------------*/
@media all and (max-width: 375px) {
} | 0.360714 | 0.105119 |
body, html {
padding-top:2.5em;
margin:0;
background-color:#fafafa;
font-size: 13pt;
font-family: "Open Sans";
}
h2{
font-weight: normal;
margin: 0.5em;
margin-bottom: 0.2em;
}
h3{
font-weight:300;
font-size:1em;
margin: 0em;
}
.note {
display:block;
position: absolute;
top:10px;
left:10px;
font-size: 0.6em;
}
.summary p{
font-size:0.7em;
font-weight:400;
color: #424242;
margin-left:2em;
}
.new {
background-color: #81C784;
border: 1px solid #757575;
padding: 1px;
border-radius: 4px;
}
/* Header */
header {
width:100%;
vertical-align: middle;
text-align: center;
font-family: "Merriweather";
}
.header-content {
display: inline-block;
}
.pic {
margin-top:-3em;
border-radius:10em;
border: 2px solid #dddddd;
cursor:pointer;
}
@keyframes intro {
from {
height:0em;
}
to {
height: 6em;
}
}
.pic{
height: 6em;
transition: .3s;
}
.pic:hover{
transform: translateY(20px) scale(2);
}
.pic:hover ~ .content-wrapper{
transform: translateY(75px);
}
header p {
text-align:center;
margin:0;
color: #212121;
}
.first-name {
font-size: 1.05em;
}
.subtitle {
font-family: "Merriweather";
font-size:0.7em;
font-weight:500;
color: #424242;
}
/* Information */
.paper {
margin: 0 auto;
margin-bottom:1em;
background-color:white;
width:60%;
padding:0.5em 0 0.5em 0;
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #dddddd;
border-radius: 3px;
text-align: center;
}
/* Content Part */
.content-wrapper {
padding-right: 7.25%;
padding-left: 7.25%;
transition: .3s;
padding-bottom: 20px;
text-align: left;
}
.content {
display:table;
width:100%;
padding-top:1.5em;
/*border-top: 1px solid #eeeeee;*/
}
.work-listing .first-listing{
margin-top: 1.8em;
}
.content:last-child {
margin-bottom: 2em;
}
body > div > article > div > section:last-child {
padding-bottom:1.5em;
}
.row {
display:table-row;
}
.row div {
display:table-cell;
}
.content-cat {
text-align:center;
vertical-align:middle;
font-variant:small-caps;
letter-spacing: 1px;
color: #212121;
font-family: "Merriweather";
width:25%;
}
.content-cat p {
font-size:0.55em;
font-weight:600;
margin-bottom:0;
}
.content-text {
border-left:1px solid #dddddd;
transition: border 0.66s ease-in;
}
.big-text {
vertical-align:top;
}
.content-text ul {
padding:0;
margin:0;
margin-top:0.15em;
width:85%;
margin-left:1.5em;
}
.content-text ul:last-child {
margin-bottom:0.5em;
}
.content-text ul li {
font-size:0.7em;
display:inline-block;
}
.content-text ul li:first-child {
width:35%;
color: #424242;
font-weight:600;
}
.content-text ul li a:hover {
color:#4fc3f7;
}
.work-listing p {
font-size:0.7em;
color: #424242;
margin-left:2em;
margin-top:0.45em;
margin-bottom: 0.45em;
}
div.content-text.work-listing.education-listing > p:nth-child(2) {
margin-top:0.25em;
}
.work-listing .highlight {
font-size:0.7em;
font-weight:400;
color: #424242;
margin-left:3.25em;
padding-left:0.5em;
border-left:1px solid #dddddd;
}
.assignment {
border-left: 1px solid #dddddd;
}
.education-listing > .heading {
font-weight:600;
margin-top:0.75em;
margin-left:2em;
}
.education-listing > .highlight {
margin-left:3.25em;
}
.highlight {
transition: border .33s ease-in;
}
.profiles-print{
display: none;
}
.profiles-listing ul li, .profiles-listing ul li:first-child {
width:24%;
font-weight: normal;
}
.work-content, .education-content {
padding-top: .75em;
}
div.content-text.skills-listing > p {
font-size:0.7em;
font-weight:400;
margin-left: 2em;
margin-top: 0.45em;
margin-bottom: 0.45em;
}
.no-nl{
display: inline-block;
}
.margin-left {
margin-left: 10px;
}
a{
text-decoration: none;
color: #0277bd;
}
.fa{
color: #000;
}
.network{
display: inline-block;
vertical-align: middle;
margin-top: -0.7em;
}
@media(max-width:1400px) {
.paper {
width:80%;
}
.content-cat{
padding-left:2%;
}
.content-wrapper{
padding-right: 2%;
}
} | css/style.css | body, html {
padding-top:2.5em;
margin:0;
background-color:#fafafa;
font-size: 13pt;
font-family: "Open Sans";
}
h2{
font-weight: normal;
margin: 0.5em;
margin-bottom: 0.2em;
}
h3{
font-weight:300;
font-size:1em;
margin: 0em;
}
.note {
display:block;
position: absolute;
top:10px;
left:10px;
font-size: 0.6em;
}
.summary p{
font-size:0.7em;
font-weight:400;
color: #424242;
margin-left:2em;
}
.new {
background-color: #81C784;
border: 1px solid #757575;
padding: 1px;
border-radius: 4px;
}
/* Header */
header {
width:100%;
vertical-align: middle;
text-align: center;
font-family: "Merriweather";
}
.header-content {
display: inline-block;
}
.pic {
margin-top:-3em;
border-radius:10em;
border: 2px solid #dddddd;
cursor:pointer;
}
@keyframes intro {
from {
height:0em;
}
to {
height: 6em;
}
}
.pic{
height: 6em;
transition: .3s;
}
.pic:hover{
transform: translateY(20px) scale(2);
}
.pic:hover ~ .content-wrapper{
transform: translateY(75px);
}
header p {
text-align:center;
margin:0;
color: #212121;
}
.first-name {
font-size: 1.05em;
}
.subtitle {
font-family: "Merriweather";
font-size:0.7em;
font-weight:500;
color: #424242;
}
/* Information */
.paper {
margin: 0 auto;
margin-bottom:1em;
background-color:white;
width:60%;
padding:0.5em 0 0.5em 0;
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 3px solid #dddddd;
border-radius: 3px;
text-align: center;
}
/* Content Part */
.content-wrapper {
padding-right: 7.25%;
padding-left: 7.25%;
transition: .3s;
padding-bottom: 20px;
text-align: left;
}
.content {
display:table;
width:100%;
padding-top:1.5em;
/*border-top: 1px solid #eeeeee;*/
}
.work-listing .first-listing{
margin-top: 1.8em;
}
.content:last-child {
margin-bottom: 2em;
}
body > div > article > div > section:last-child {
padding-bottom:1.5em;
}
.row {
display:table-row;
}
.row div {
display:table-cell;
}
.content-cat {
text-align:center;
vertical-align:middle;
font-variant:small-caps;
letter-spacing: 1px;
color: #212121;
font-family: "Merriweather";
width:25%;
}
.content-cat p {
font-size:0.55em;
font-weight:600;
margin-bottom:0;
}
.content-text {
border-left:1px solid #dddddd;
transition: border 0.66s ease-in;
}
.big-text {
vertical-align:top;
}
.content-text ul {
padding:0;
margin:0;
margin-top:0.15em;
width:85%;
margin-left:1.5em;
}
.content-text ul:last-child {
margin-bottom:0.5em;
}
.content-text ul li {
font-size:0.7em;
display:inline-block;
}
.content-text ul li:first-child {
width:35%;
color: #424242;
font-weight:600;
}
.content-text ul li a:hover {
color:#4fc3f7;
}
.work-listing p {
font-size:0.7em;
color: #424242;
margin-left:2em;
margin-top:0.45em;
margin-bottom: 0.45em;
}
div.content-text.work-listing.education-listing > p:nth-child(2) {
margin-top:0.25em;
}
.work-listing .highlight {
font-size:0.7em;
font-weight:400;
color: #424242;
margin-left:3.25em;
padding-left:0.5em;
border-left:1px solid #dddddd;
}
.assignment {
border-left: 1px solid #dddddd;
}
.education-listing > .heading {
font-weight:600;
margin-top:0.75em;
margin-left:2em;
}
.education-listing > .highlight {
margin-left:3.25em;
}
.highlight {
transition: border .33s ease-in;
}
.profiles-print{
display: none;
}
.profiles-listing ul li, .profiles-listing ul li:first-child {
width:24%;
font-weight: normal;
}
.work-content, .education-content {
padding-top: .75em;
}
div.content-text.skills-listing > p {
font-size:0.7em;
font-weight:400;
margin-left: 2em;
margin-top: 0.45em;
margin-bottom: 0.45em;
}
.no-nl{
display: inline-block;
}
.margin-left {
margin-left: 10px;
}
a{
text-decoration: none;
color: #0277bd;
}
.fa{
color: #000;
}
.network{
display: inline-block;
vertical-align: middle;
margin-top: -0.7em;
}
@media(max-width:1400px) {
.paper {
width:80%;
}
.content-cat{
padding-left:2%;
}
.content-wrapper{
padding-right: 2%;
}
} | 0.575349 | 0.101189 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: rgb(243, 243, 243);
color: #000;
font-size: 15px;
line-height: 1.5;
}
a {
color: #1a189ec5;
text-decoration: none;
font-size: 18px;
}
ul {
list-style: none;
}
.container {
width: 90%;
max-width: 1100px;
margin: auto;
}
/* Nav */
.main-nav {
display: flex;
align-items: center;
justify-content: space-between;
height: 60px;
padding: 20px 10px;
font-size: 13px;
}
.main-nav .logo {
width: 110px;
}
.main-nav ul {
display: flex;
}
.main-nav ul li {
padding: 0 10px;
}
.main-nav ul li a {
padding-bottom: 2px;
}
.main-nav ul li a:hover {
border-bottom: 2px solid #262626;
}
.main-nav ul.main-menu {
flex: 1;
margin-left: 20px;
}
.menu-btn {
cursor: pointer;
position: absolute;
top: 20px;
right: 30px;
z-index: 2;
display: none;
}
.btn {
cursor: pointer;
display: inline-block;
border: 0;
font-weight: bold;
padding: 10px 20px;
background: #0307fd9f;
color: #fff;
font-size: 15px;;
}
.btn:hover {
opacity: 0.9;
}
.dark {
color: rgb(76, 162, 243);
}
.dark .btn {
background: #f4f4f4;
color: #333;
}
/* Style animação AECD */
.animation{
padding: 30px 0 30px 50px;
border-radius: 10px;
}
.aliens > * {
animation: turn 10s ease-in;
display: inline-block;
font-family: sans-serif;
font-weight: normal;
letter-spacing: 3vw;
text-shadow: 0 0 .5rem rgb(193, 220, 247);
text-transform: uppercase;
transform: scaleY(4);
font-size: 30px;
}
@keyframes turn {
0% {
text-shadow: 0 0 0 rgb(129, 207, 243);
transform: scaleY(4) rotateY(90deg);
}
100% {
text-shadow: 0 0 .5rem rgb(248, 165, 248);
transform: scaleY(4) rotateY(0);
}
}
/* Qrcode doação */
.showcase {
width: 100%;
height: 430px;
background: url('img/qrcode.png') no-repeat center center/cover;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
justify-content: flex-end;
padding-bottom: 50px;
margin: 50px 0;
}
.showcase .btn {
margin-top: 20px;
}
/* Notícias */
.home-cards {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 20px;
margin-bottom: 40px;
}
.home-cards img {
width: 100%;
}
.home-cards h3 {
margin-bottom: 5px;
}
.noticias h1,.parceiros h1{
margin: 60px 0;
align-items: center;
justify-content: center;
display: flex;
}
.home-cards a {
display: inline-block;
padding-top: 10px;
color: #0067b8;
text-transform: uppercase;
font-weight: bold;
}
.home-cards a:hover i {
margin-left: 10px;
}
/*NÚMEROS DE 2020*/
.numeros h1{
margin: 60px 0;
align-items: center;
justify-content: center;
display: flex;
color: brown;
}
.conteúdo-numeros{
padding: 10px 0 20 0;
align-items: center;
display: flex;
justify-content: space-around;
margin: 10px 0 100px 0;
}
.conteúdo-numeros span, .conteúdo-numeros h1{
color: rgb(187, 64, 42);
align-items: center;
display: flex;
justify-content: space-around;
font-size: 20px;
text-align: center;
}
.conteúdo-numeros span{
font-size: 50px;
}
.conteúdo-numeros h3{
color: rgb(43, 43, 44);
padding: 4px 0;
margin: 2px 0;;
align-items: center;
display: flex;
justify-content: space-around;
font-size: 15px;
text-align: center;
}
/* CAMPANHA DE PÁSCOA E NATAL */
.pascoa {
width: 100%;
height: 350px;
background: url('img/pascoa.png') no-repeat center center/cover;
margin-bottom: 20px;
}
.natal {
width: 100%;
height: 350px;
background: url('img/natal.png') no-repeat center center/cover;
margin-bottom: 20px;
}
.pascoa .content, .natal .content {
width: 40%;
padding: 50px 0 0 30px;
margin:50px 0 0 50px ;
}
.pascoa p, .natal p{
margin: 10px 0 20px;
color: ivory;
}
/* ARRECADAÇÃO SOLIDARIEDADE */
.carbon {
width: 100%;
height: 450px;
background: url('img/solidariedade.png') no-repeat center center/cover;
}
.carbon .content {
width: 55%;
padding: 100px 0 0 30px;
color: #fff9f9;
}
/* vídeo */
div.caixa-video{
background-color: #252525;
margin: 20px 0;
}
div.responsive-video{
margin: 0px -20px 30px -20px;
padding: 20px;
padding-bottom: 50%;
position: relative;
}
div.responsive-video > iframe{
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
/* ICONES DE REDES SOCIAIS */
.icones-redes-sociais{float: right; border-radius: 10px;
background: rgba(255, 255, 255, 0.719);
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
}
.icones-redes-sociais a{color: rgb(93, 93, 95) ;float: left;margin-left: 20px; padding: 2px;}
.btn-facebook:hover{color: rgb(51, 95, 251);}
.btn-instagram:hover{color: rgb(245, 38, 217);}
.btn-whatsapp:hover{color: rgb(79, 255, 85);}
.btn-youtube:hover{color: rgb(253, 36, 65);}
.btn-twitter:hover{color: rgb(75, 114, 251);}
/* Footer */
.footer {
background: #f2f2f2;
color: #616161;
font-size: 13px;
padding: 25px 10px 5px 10px;
margin-top: 50px;
}
.footer-inner {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px 0 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.footer div {
margin-bottom: 20px;
display: flex;
align-items: center;
}
.footer div i {
margin-right: 10px;
}
.footer ul {
display: flex;
flex-wrap: wrap;
}
.footer li {
margin-right: 30px;
margin-bottom: 20px;
}
.footer-copyright{
text-align: center;
padding: 10px;
background-color: rgb(228, 230, 231);
}
@media(max-width: 700px) {
.menu-btn {
display: block;
}
.menu-btn:hover {
opacity: 0.5;
}
.main-nav ul.right-menu {
margin-right: 50px;
}
.main-nav ul.main-menu {
display: block;
position: absolute;
top:0;
left: 0;
background: #f2f2f2;
width: 50%;
height: 100%;
border-right: #ccc 1px solid;
opacity: 0.9;
padding: 30px;
transform: translateX(-500px);
transition: transform 0.5s ease-in-out;
}
.main-nav ul.main-menu li {
padding: 10px;
border-bottom: #ccc solid 1px;
font-size: 14px;
}
.main-nav ul.main-menu li:last-child {
border-bottom: 0;
}
.main-nav ul.main-menu.show {
transform: translateX(-20px);
}
.home-cards {
grid-template-columns: repeat(2, 1fr);
}
.pascoa .content p {
display: none;
}
.pascoa .content h2 {
margin-bottom: 20px;
}
.natal .content p {
display: none;
}
.natal .content h2 {
margin-bottom: 20px;
}
.carbon .content {
width: 85%;
}
.links .links-inner {
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width: 500px) {
.home-cards {
grid-template-columns: 1fr;
}
.links .links-inner {
grid-template-columns: 1fr;
}
.links .links-inner ul {
margin-bottom: 20px;
}
} | upgrade-AECD/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: rgb(243, 243, 243);
color: #000;
font-size: 15px;
line-height: 1.5;
}
a {
color: #1a189ec5;
text-decoration: none;
font-size: 18px;
}
ul {
list-style: none;
}
.container {
width: 90%;
max-width: 1100px;
margin: auto;
}
/* Nav */
.main-nav {
display: flex;
align-items: center;
justify-content: space-between;
height: 60px;
padding: 20px 10px;
font-size: 13px;
}
.main-nav .logo {
width: 110px;
}
.main-nav ul {
display: flex;
}
.main-nav ul li {
padding: 0 10px;
}
.main-nav ul li a {
padding-bottom: 2px;
}
.main-nav ul li a:hover {
border-bottom: 2px solid #262626;
}
.main-nav ul.main-menu {
flex: 1;
margin-left: 20px;
}
.menu-btn {
cursor: pointer;
position: absolute;
top: 20px;
right: 30px;
z-index: 2;
display: none;
}
.btn {
cursor: pointer;
display: inline-block;
border: 0;
font-weight: bold;
padding: 10px 20px;
background: #0307fd9f;
color: #fff;
font-size: 15px;;
}
.btn:hover {
opacity: 0.9;
}
.dark {
color: rgb(76, 162, 243);
}
.dark .btn {
background: #f4f4f4;
color: #333;
}
/* Style animação AECD */
.animation{
padding: 30px 0 30px 50px;
border-radius: 10px;
}
.aliens > * {
animation: turn 10s ease-in;
display: inline-block;
font-family: sans-serif;
font-weight: normal;
letter-spacing: 3vw;
text-shadow: 0 0 .5rem rgb(193, 220, 247);
text-transform: uppercase;
transform: scaleY(4);
font-size: 30px;
}
@keyframes turn {
0% {
text-shadow: 0 0 0 rgb(129, 207, 243);
transform: scaleY(4) rotateY(90deg);
}
100% {
text-shadow: 0 0 .5rem rgb(248, 165, 248);
transform: scaleY(4) rotateY(0);
}
}
/* Qrcode doação */
.showcase {
width: 100%;
height: 430px;
background: url('img/qrcode.png') no-repeat center center/cover;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
justify-content: flex-end;
padding-bottom: 50px;
margin: 50px 0;
}
.showcase .btn {
margin-top: 20px;
}
/* Notícias */
.home-cards {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 20px;
margin-bottom: 40px;
}
.home-cards img {
width: 100%;
}
.home-cards h3 {
margin-bottom: 5px;
}
.noticias h1,.parceiros h1{
margin: 60px 0;
align-items: center;
justify-content: center;
display: flex;
}
.home-cards a {
display: inline-block;
padding-top: 10px;
color: #0067b8;
text-transform: uppercase;
font-weight: bold;
}
.home-cards a:hover i {
margin-left: 10px;
}
/*NÚMEROS DE 2020*/
.numeros h1{
margin: 60px 0;
align-items: center;
justify-content: center;
display: flex;
color: brown;
}
.conteúdo-numeros{
padding: 10px 0 20 0;
align-items: center;
display: flex;
justify-content: space-around;
margin: 10px 0 100px 0;
}
.conteúdo-numeros span, .conteúdo-numeros h1{
color: rgb(187, 64, 42);
align-items: center;
display: flex;
justify-content: space-around;
font-size: 20px;
text-align: center;
}
.conteúdo-numeros span{
font-size: 50px;
}
.conteúdo-numeros h3{
color: rgb(43, 43, 44);
padding: 4px 0;
margin: 2px 0;;
align-items: center;
display: flex;
justify-content: space-around;
font-size: 15px;
text-align: center;
}
/* CAMPANHA DE PÁSCOA E NATAL */
.pascoa {
width: 100%;
height: 350px;
background: url('img/pascoa.png') no-repeat center center/cover;
margin-bottom: 20px;
}
.natal {
width: 100%;
height: 350px;
background: url('img/natal.png') no-repeat center center/cover;
margin-bottom: 20px;
}
.pascoa .content, .natal .content {
width: 40%;
padding: 50px 0 0 30px;
margin:50px 0 0 50px ;
}
.pascoa p, .natal p{
margin: 10px 0 20px;
color: ivory;
}
/* ARRECADAÇÃO SOLIDARIEDADE */
.carbon {
width: 100%;
height: 450px;
background: url('img/solidariedade.png') no-repeat center center/cover;
}
.carbon .content {
width: 55%;
padding: 100px 0 0 30px;
color: #fff9f9;
}
/* vídeo */
div.caixa-video{
background-color: #252525;
margin: 20px 0;
}
div.responsive-video{
margin: 0px -20px 30px -20px;
padding: 20px;
padding-bottom: 50%;
position: relative;
}
div.responsive-video > iframe{
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
/* ICONES DE REDES SOCIAIS */
.icones-redes-sociais{float: right; border-radius: 10px;
background: rgba(255, 255, 255, 0.719);
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
}
.icones-redes-sociais a{color: rgb(93, 93, 95) ;float: left;margin-left: 20px; padding: 2px;}
.btn-facebook:hover{color: rgb(51, 95, 251);}
.btn-instagram:hover{color: rgb(245, 38, 217);}
.btn-whatsapp:hover{color: rgb(79, 255, 85);}
.btn-youtube:hover{color: rgb(253, 36, 65);}
.btn-twitter:hover{color: rgb(75, 114, 251);}
/* Footer */
.footer {
background: #f2f2f2;
color: #616161;
font-size: 13px;
padding: 25px 10px 5px 10px;
margin-top: 50px;
}
.footer-inner {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px 0 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.footer div {
margin-bottom: 20px;
display: flex;
align-items: center;
}
.footer div i {
margin-right: 10px;
}
.footer ul {
display: flex;
flex-wrap: wrap;
}
.footer li {
margin-right: 30px;
margin-bottom: 20px;
}
.footer-copyright{
text-align: center;
padding: 10px;
background-color: rgb(228, 230, 231);
}
@media(max-width: 700px) {
.menu-btn {
display: block;
}
.menu-btn:hover {
opacity: 0.5;
}
.main-nav ul.right-menu {
margin-right: 50px;
}
.main-nav ul.main-menu {
display: block;
position: absolute;
top:0;
left: 0;
background: #f2f2f2;
width: 50%;
height: 100%;
border-right: #ccc 1px solid;
opacity: 0.9;
padding: 30px;
transform: translateX(-500px);
transition: transform 0.5s ease-in-out;
}
.main-nav ul.main-menu li {
padding: 10px;
border-bottom: #ccc solid 1px;
font-size: 14px;
}
.main-nav ul.main-menu li:last-child {
border-bottom: 0;
}
.main-nav ul.main-menu.show {
transform: translateX(-20px);
}
.home-cards {
grid-template-columns: repeat(2, 1fr);
}
.pascoa .content p {
display: none;
}
.pascoa .content h2 {
margin-bottom: 20px;
}
.natal .content p {
display: none;
}
.natal .content h2 {
margin-bottom: 20px;
}
.carbon .content {
width: 85%;
}
.links .links-inner {
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width: 500px) {
.home-cards {
grid-template-columns: 1fr;
}
.links .links-inner {
grid-template-columns: 1fr;
}
.links .links-inner ul {
margin-bottom: 20px;
}
} | 0.373876 | 0.106133 |
@import url('fonts.css');
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes pulse {
50% {
background: #fff;
}
}
html,
body {
font-family: "Amiko";
background-color: #FFFFFF;
margin: 0;
-webkit-font-smoothing: antialiased;
z-index: 100;
}
.container-fluid {
padding: 0;
}
.header-title {
font-weight: bold;
line-height: 50px;
display: inline-block;
margin: 20px 0 20px 20px;
font-size: 15px;
}
.header-logo {
height: 50px;
margin: 20px 0;
display: inline-block;
}
.info {
background-color: #3F70B5;
color: #FFF;
font-size: 20px;
font-weight: 300;
/*width: 100%;*/
/*margin: 0 auto;*/
/*position: relative;*/
z-index: 100;
}
.info h2 {
font-size: 25px;
margin-bottom: 20px;
font-weight: 700;
}
.info .inner {
width: 60%;
padding: 20px;
line-height: 1.6;
float: none;
margin: 0 auto;
}
.btn-main {
background-color: transparent;
color: #FFFFFF;
font-weight: bold;
border: 1px solid rgba(255, 255, 255,1);
padding: 0.8em 1em;
font-size: 14px;
line-height: 24px;
cursor: pointer;
text-align: center;
display: inline-block;
text-decoration: none !important;
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.btn-alternate {
background-color: transparent;
color: #FFFFFF;
font-weight: bold;
border: 1px solid #3178E2;
padding: 0.8em 1em;
font-size: 14px;
line-height: 24px;
cursor: pointer;
text-align: center;
display: inline-block;
text-decoration: none !important;
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.btn-print {
background: transparent;
color: #3178E2;
border: 1px solid #3178E2;
padding: .375rem .75rem;
border-radius: .25rem;
}
.normal-height {
line-height: 0;
}
.terms {
font-size: 10px;
}
#print,
#reset {
display: none;
}
/* ported from old main.css */
#loader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 1001;
width: 400px;
height: 150px;
border: 1px solid #3F70B5;
border-radius: 5px;
overflow: hidden;
display: inline-block;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
background-color: #3F70B5;
}
#loader img {
vertical-align: bottom;
position: relative;
z-index: -1;
border-radius: 5px;
}
#loader h3 {
margin-top: 20px;
text-align: center;
color: #FFF;
}
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.65);
z-index: 1000;
display: none;
}
#overlay-sub {
color: #FFF;
text-align: center;
margin-bottom: 20px;
font-size: 14px;
}
.wallet-container {
margin: 0 auto;
width: 1024px;
display: none;
padding-bottom: 40px;
}
/* random terrible css */
.paper-wallet {
width: 1024px;
position: relative;
font-size: 10px;
color: #FFF;
margin: 15px 0;
}
.paper-wallet img {
vertical-align: baseline;
}
.paper-background,
.paper-backside
{
width: 1024px;
}
.pubkey-string {
font-family: "Amiko";
color: black;
font-weight: bold;
position: absolute;
top: 43px;
left: 26px;
width: 280px;
text-align: center;
letter-spacing: 0.5px;
}
.pubkey-string-invert {
font-family: "Amiko";
color: black;
font-weight: bold;
position: absolute;
bottom: 48px;
left: 26px;
width: 280px;
text-align: center;
letter-spacing: 0.5px;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.pubkey-qr {
position: absolute;
top: 101px;
left: 69px;
}
.privkey-string {
font-family: "Amiko";
color: black;
font-weight: bold;
position: absolute;
top: 60px;
right: 18px;
width: 441px;
text-align: center;
letter-spacing: 0.5px;
}
.privkey-string-invert {
font-family: "Amiko";
color: black;
font-weight: bold;
position: absolute;
bottom: 64px;
right: 18px;
width: 441px;
text-align: center;
letter-spacing: 0.5px;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.privkey-qr {
position: absolute;
top: 101px;
right: 49px;
}
.terms {
font-size: 10px;
}
.info:after {
content: "";
display: table;
clear: both;
}
.layout-center {
width: 60%;
padding: 50px 20%;
line-height: 1.6;
float: none;
}
#status {
display: none;
}
.input-large {
width: 520px !important;
}
.loading {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
width: 24px;
height: 24px;
border: 0.25rem solid rgba(255, 255, 255, 0.2);
border-top-color: #fff;
animation: spin 1s infinite linear;
}
.loading--double {
border-style: double;
border-width: 0.5rem;
}
#overlay-text {
font-family: "Amiko";
font-weight: bold;
}
.loadercontent {
font-family: "Amiko";
}
#decrypt-tab-btn:hover {
background: #fff;
color: #000
}
#genny {
padding-bottom: 0px!important;
}
.btn-print:hover {
background: #3178E2;
border: 1px solid #fff;
color: #fff;
}
.btn-alternate:hover {
background-color: #fff;
color: #000;
}
#generate-tab-btn:hover {
background-color: #fff;
color: #000
}
#decrypt-tab-0 {
margin-top: 20px
}
#guide {
padding-bottom: 20px
}
#plain-text-0 {
padding: 15px;
background-color: whitesmoke;
border-radius: 5px;
}
#plain-text-1 {
padding: 15px;
background-color: whitesmoke;
border-radius: 5px;
}
#plain-text-2 {
padding: 15px;
background-color: whitesmoke;
border-radius: 5px;
}
#plain-text-3 {
padding: 15px;
background-color: whitesmoke;
border-radius: 5px;
}
#decrypt_password {
width: 30%
}
#encrypted {
width: 40%
}
#decrypt {
width: 13%
}
#reset_decrypt {
width: 13%
}
#password {
width: 35%
}
#decrypt-tab-1 {
margin-top: 20px
}
#decrypt-tab-2 {
margin-top: 20px
}
#decrypt-tab-3 {
margin-top: 20px
} | css/main.css | @import url('fonts.css');
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes pulse {
50% {
background: #fff;
}
}
html,
body {
font-family: "Amiko";
background-color: #FFFFFF;
margin: 0;
-webkit-font-smoothing: antialiased;
z-index: 100;
}
.container-fluid {
padding: 0;
}
.header-title {
font-weight: bold;
line-height: 50px;
display: inline-block;
margin: 20px 0 20px 20px;
font-size: 15px;
}
.header-logo {
height: 50px;
margin: 20px 0;
display: inline-block;
}
.info {
background-color: #3F70B5;
color: #FFF;
font-size: 20px;
font-weight: 300;
/*width: 100%;*/
/*margin: 0 auto;*/
/*position: relative;*/
z-index: 100;
}
.info h2 {
font-size: 25px;
margin-bottom: 20px;
font-weight: 700;
}
.info .inner {
width: 60%;
padding: 20px;
line-height: 1.6;
float: none;
margin: 0 auto;
}
.btn-main {
background-color: transparent;
color: #FFFFFF;
font-weight: bold;
border: 1px solid rgba(255, 255, 255,1);
padding: 0.8em 1em;
font-size: 14px;
line-height: 24px;
cursor: pointer;
text-align: center;
display: inline-block;
text-decoration: none !important;
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.btn-alternate {
background-color: transparent;
color: #FFFFFF;
font-weight: bold;
border: 1px solid #3178E2;
padding: 0.8em 1em;
font-size: 14px;
line-height: 24px;
cursor: pointer;
text-align: center;
display: inline-block;
text-decoration: none !important;
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.btn-print {
background: transparent;
color: #3178E2;
border: 1px solid #3178E2;
padding: .375rem .75rem;
border-radius: .25rem;
}
.normal-height {
line-height: 0;
}
.terms {
font-size: 10px;
}
#print,
#reset {
display: none;
}
/* ported from old main.css */
#loader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 1001;
width: 400px;
height: 150px;
border: 1px solid #3F70B5;
border-radius: 5px;
overflow: hidden;
display: inline-block;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
background-color: #3F70B5;
}
#loader img {
vertical-align: bottom;
position: relative;
z-index: -1;
border-radius: 5px;
}
#loader h3 {
margin-top: 20px;
text-align: center;
color: #FFF;
}
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.65);
z-index: 1000;
display: none;
}
#overlay-sub {
color: #FFF;
text-align: center;
margin-bottom: 20px;
font-size: 14px;
}
.wallet-container {
margin: 0 auto;
width: 1024px;
display: none;
padding-bottom: 40px;
}
/* random terrible css */
.paper-wallet {
width: 1024px;
position: relative;
font-size: 10px;
color: #FFF;
margin: 15px 0;
}
.paper-wallet img {
vertical-align: baseline;
}
.paper-background,
.paper-backside
{
width: 1024px;
}
.pubkey-string {
font-family: "Amiko";
color: black;
font-weight: bold;
position: absolute;
top: 43px;
left: 26px;
width: 280px;
text-align: center;
letter-spacing: 0.5px;
}
.pubkey-string-invert {
font-family: "Amiko";
color: black;
font-weight: bold;
position: absolute;
bottom: 48px;
left: 26px;
width: 280px;
text-align: center;
letter-spacing: 0.5px;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.pubkey-qr {
position: absolute;
top: 101px;
left: 69px;
}
.privkey-string {
font-family: "Amiko";
color: black;
font-weight: bold;
position: absolute;
top: 60px;
right: 18px;
width: 441px;
text-align: center;
letter-spacing: 0.5px;
}
.privkey-string-invert {
font-family: "Amiko";
color: black;
font-weight: bold;
position: absolute;
bottom: 64px;
right: 18px;
width: 441px;
text-align: center;
letter-spacing: 0.5px;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.privkey-qr {
position: absolute;
top: 101px;
right: 49px;
}
.terms {
font-size: 10px;
}
.info:after {
content: "";
display: table;
clear: both;
}
.layout-center {
width: 60%;
padding: 50px 20%;
line-height: 1.6;
float: none;
}
#status {
display: none;
}
.input-large {
width: 520px !important;
}
.loading {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
width: 24px;
height: 24px;
border: 0.25rem solid rgba(255, 255, 255, 0.2);
border-top-color: #fff;
animation: spin 1s infinite linear;
}
.loading--double {
border-style: double;
border-width: 0.5rem;
}
#overlay-text {
font-family: "Amiko";
font-weight: bold;
}
.loadercontent {
font-family: "Amiko";
}
#decrypt-tab-btn:hover {
background: #fff;
color: #000
}
#genny {
padding-bottom: 0px!important;
}
.btn-print:hover {
background: #3178E2;
border: 1px solid #fff;
color: #fff;
}
.btn-alternate:hover {
background-color: #fff;
color: #000;
}
#generate-tab-btn:hover {
background-color: #fff;
color: #000
}
#decrypt-tab-0 {
margin-top: 20px
}
#guide {
padding-bottom: 20px
}
#plain-text-0 {
padding: 15px;
background-color: whitesmoke;
border-radius: 5px;
}
#plain-text-1 {
padding: 15px;
background-color: whitesmoke;
border-radius: 5px;
}
#plain-text-2 {
padding: 15px;
background-color: whitesmoke;
border-radius: 5px;
}
#plain-text-3 {
padding: 15px;
background-color: whitesmoke;
border-radius: 5px;
}
#decrypt_password {
width: 30%
}
#encrypted {
width: 40%
}
#decrypt {
width: 13%
}
#reset_decrypt {
width: 13%
}
#password {
width: 35%
}
#decrypt-tab-1 {
margin-top: 20px
}
#decrypt-tab-2 {
margin-top: 20px
}
#decrypt-tab-3 {
margin-top: 20px
} | 0.369088 | 0.105165 |
html
{
font-size: 100%
}
body
{
background: rgb(0,0,128);
background: radial-gradient(circle, rgba(0,0,128,1) 0%, rgba(0,0,51,1) 100%);
color: #ffffff;
font-family: 'Lato', sans-serif;
}
header
{
min-width: 100%;
font-size: 1.5rem;
display: flex;
justify-content: space-around;
align-items: center;
height: 100px;
}
#logo
{
font-size: 2.5rem;
}
#user
{
display: flex;
flex-direction: row;
min-width: 25%;
justify-content: center;
align-items: center;
}
#logout
{
min-width: 100px;
margin-left: 30%;
}
#search-engine
{
text-align: center;
font-size: 2rem;
max-width: 75%;
margin: auto;
background-color: rgb(13, 13, 13, 0.6);
border-radius: 20px;
padding: 0.5%;
}
#search-box
{
display: flex;
justify-content: center;
}
input[type=text], input[type=password]
{
width: 30%;
padding: 0.75rem;
margin: 0.625rem 0.25%;
display: inline-block;
border: none;
border-radius: 0.32rem;
box-sizing: border-box;
}
input[type=submit]
{
width: 10%;
background-color:#660000;
color: white;
padding: 0.625rem 1.25rem;
margin: 0.625rem 0.25%;
border: none;
border-radius: 0.312rem;
cursor: pointer;
}
input[type=submit]:focus, input[type=text]:focus, input[type=password]:focus
{
outline:none;
border: 2px solid #000033;
}
input[type=submit]:hover {
background-color: #cc0000;
}
#genres
{
font-size: 0.9375rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 1.25rem;
}
#genres > div
{
padding: 0.625rem;
}
h2
{
font-size: 1.5rem;
padding: 2.5% 5%;
}
.most-popular
{
margin: auto;
display: flex;
max-width: 90%;
justify-content: space-around;
}
.movie
{
max-width: 10%;
position: relative;
}
.overlay
{
position: absolute;
border-radius: 0.3125rem;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 98.5%;
width: 80%;
opacity: 0;
transition: .5s ease;
background-color: #000000;
}
.movie:hover .overlay
{
opacity: 0.85;
}
.text
{
color: #ffffff;
font-size: 15px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.source
{
max-width: 80%;
height:auto;
border-radius: 0.3125rem;
}
a:link
{
text-decoration: none;
color: #ffffff;
}
a:visited
{
color: #ffffff;
}
a:hover
{
color: #e6e6e6;
}
a:active
{
color: #bfbfbf;
}
footer > p
{
text-align: center;
padding: 1.25rem;
}
h1
{
font-size: 1.5rem;
padding: 0 5%;
}
#analytics
{
padding-left: 1.5rem;
} | src/main/resources/static/style-fragment.css | html
{
font-size: 100%
}
body
{
background: rgb(0,0,128);
background: radial-gradient(circle, rgba(0,0,128,1) 0%, rgba(0,0,51,1) 100%);
color: #ffffff;
font-family: 'Lato', sans-serif;
}
header
{
min-width: 100%;
font-size: 1.5rem;
display: flex;
justify-content: space-around;
align-items: center;
height: 100px;
}
#logo
{
font-size: 2.5rem;
}
#user
{
display: flex;
flex-direction: row;
min-width: 25%;
justify-content: center;
align-items: center;
}
#logout
{
min-width: 100px;
margin-left: 30%;
}
#search-engine
{
text-align: center;
font-size: 2rem;
max-width: 75%;
margin: auto;
background-color: rgb(13, 13, 13, 0.6);
border-radius: 20px;
padding: 0.5%;
}
#search-box
{
display: flex;
justify-content: center;
}
input[type=text], input[type=password]
{
width: 30%;
padding: 0.75rem;
margin: 0.625rem 0.25%;
display: inline-block;
border: none;
border-radius: 0.32rem;
box-sizing: border-box;
}
input[type=submit]
{
width: 10%;
background-color:#660000;
color: white;
padding: 0.625rem 1.25rem;
margin: 0.625rem 0.25%;
border: none;
border-radius: 0.312rem;
cursor: pointer;
}
input[type=submit]:focus, input[type=text]:focus, input[type=password]:focus
{
outline:none;
border: 2px solid #000033;
}
input[type=submit]:hover {
background-color: #cc0000;
}
#genres
{
font-size: 0.9375rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 1.25rem;
}
#genres > div
{
padding: 0.625rem;
}
h2
{
font-size: 1.5rem;
padding: 2.5% 5%;
}
.most-popular
{
margin: auto;
display: flex;
max-width: 90%;
justify-content: space-around;
}
.movie
{
max-width: 10%;
position: relative;
}
.overlay
{
position: absolute;
border-radius: 0.3125rem;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 98.5%;
width: 80%;
opacity: 0;
transition: .5s ease;
background-color: #000000;
}
.movie:hover .overlay
{
opacity: 0.85;
}
.text
{
color: #ffffff;
font-size: 15px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.source
{
max-width: 80%;
height:auto;
border-radius: 0.3125rem;
}
a:link
{
text-decoration: none;
color: #ffffff;
}
a:visited
{
color: #ffffff;
}
a:hover
{
color: #e6e6e6;
}
a:active
{
color: #bfbfbf;
}
footer > p
{
text-align: center;
padding: 1.25rem;
}
h1
{
font-size: 1.5rem;
padding: 0 5%;
}
#analytics
{
padding-left: 1.5rem;
} | 0.462959 | 0.08266 |
*, *:before, *:after {
box-sizing: border-box;
}
body {
height: 88vh;
margin: 0;
background-color: #B89ABE;
font-family: 'Encode Sans Expanded', sans-serif;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.wrapper {
height: 100%;
}
.white-screen {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.9);
}
.intro-screen {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.game-over-screen {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.game-over-label {
font-family: 'Joti One', cursive;
text-align: center;
font-size: 5rem;
}
.game-over-btn-wrapper {
width: 100%;
padding-top: 2rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.hide {
opacity: 0;
}
.none {
display: none;
}
.option-btn {
max-width: 24rem;
width: 80%;
height: 8rem;
margin: 1rem;
font-family: 'Joti One', cursive;
font-size: 2.4rem;
border-radius: 3px;
border: 0;
background-color: #AFB4F9;
transition: background-color 0.3s;
}
.start-btn:hover {
background-color: #B8BEFF;
}
.game-container {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
align-items: center;
padding: 2rem 0;
}
.section {
padding-top: 0;
}
.game-board {
display: flex;
flex-direction: column;
height: 72%;
max-width: 800px;
width: 90%;
justify-content: space-between;
}
.signal {
flex: 1 0;
border: 5px solid #eee;
border-bottom: 0;
}
.signal div {
width: 100%;
height: 100%;
}
.signal-btn:hover {
filter: brightness(85%);
transition: filter 0.3s;
}
.active {
filter: brightness(200%);
}
.wrong {
background-color: #D70401 !important;
}
.signal:last-child {
border-bottom: 5px solid #eee;
}
.signal-1 {
background-color: #D0334E;
}
.signal-2 {
background-color: #5E43D5;
}
.signal-3 {
background-color: #0CC907;
}
.signal-4 {
background-color: #C6CD08;
}
.steps-label {
font-size: 1.6rem;
color: #32078F;
padding: 1rem 8rem;
}
.steps-label:empty:before {
content: "\200b";
}
.strict-mode {
display: none;
margin: 0;
}
.strict-mode+label {
font-size: 1.2rem;
padding: 0.6rem 1.6rem;
background-color: #A0B0F1;
color: #333;
border-radius: 2px;
transition: background-color 0.3s, color 0.3s;
}
.strict-mode:checked+label {
color: #FBFBFB;
background-color: #F61E2E;
}
@media screen and (min-width: 640px) {
body {
height: 100vh;
}
.game-over-btn-wrapper {
flex-direction: row;
}
.game-container {
justify-content: center;
}
.section {
padding-top: 4rem;
}
.game-board {
flex-direction: row;
height: 150px;
}
.signal {
border: 5px solid #eee;
border-right: 0;
}
.signal:last-child {
border: 5px solid #eee;
}
.steps-label {
padding: 1rem 4rem;
}
} | simon/style.css | *, *:before, *:after {
box-sizing: border-box;
}
body {
height: 88vh;
margin: 0;
background-color: #B89ABE;
font-family: 'Encode Sans Expanded', sans-serif;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.wrapper {
height: 100%;
}
.white-screen {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.9);
}
.intro-screen {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.game-over-screen {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.game-over-label {
font-family: 'Joti One', cursive;
text-align: center;
font-size: 5rem;
}
.game-over-btn-wrapper {
width: 100%;
padding-top: 2rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.hide {
opacity: 0;
}
.none {
display: none;
}
.option-btn {
max-width: 24rem;
width: 80%;
height: 8rem;
margin: 1rem;
font-family: 'Joti One', cursive;
font-size: 2.4rem;
border-radius: 3px;
border: 0;
background-color: #AFB4F9;
transition: background-color 0.3s;
}
.start-btn:hover {
background-color: #B8BEFF;
}
.game-container {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
align-items: center;
padding: 2rem 0;
}
.section {
padding-top: 0;
}
.game-board {
display: flex;
flex-direction: column;
height: 72%;
max-width: 800px;
width: 90%;
justify-content: space-between;
}
.signal {
flex: 1 0;
border: 5px solid #eee;
border-bottom: 0;
}
.signal div {
width: 100%;
height: 100%;
}
.signal-btn:hover {
filter: brightness(85%);
transition: filter 0.3s;
}
.active {
filter: brightness(200%);
}
.wrong {
background-color: #D70401 !important;
}
.signal:last-child {
border-bottom: 5px solid #eee;
}
.signal-1 {
background-color: #D0334E;
}
.signal-2 {
background-color: #5E43D5;
}
.signal-3 {
background-color: #0CC907;
}
.signal-4 {
background-color: #C6CD08;
}
.steps-label {
font-size: 1.6rem;
color: #32078F;
padding: 1rem 8rem;
}
.steps-label:empty:before {
content: "\200b";
}
.strict-mode {
display: none;
margin: 0;
}
.strict-mode+label {
font-size: 1.2rem;
padding: 0.6rem 1.6rem;
background-color: #A0B0F1;
color: #333;
border-radius: 2px;
transition: background-color 0.3s, color 0.3s;
}
.strict-mode:checked+label {
color: #FBFBFB;
background-color: #F61E2E;
}
@media screen and (min-width: 640px) {
body {
height: 100vh;
}
.game-over-btn-wrapper {
flex-direction: row;
}
.game-container {
justify-content: center;
}
.section {
padding-top: 4rem;
}
.game-board {
flex-direction: row;
height: 150px;
}
.signal {
border: 5px solid #eee;
border-right: 0;
}
.signal:last-child {
border: 5px solid #eee;
}
.steps-label {
padding: 1rem 4rem;
}
} | 0.619011 | 0.11427 |
* {
box-sizing: border-box;
}
body {
font-family: Mija, Arial, Helvetica, sans-serif;
color: #fff;
}
.nav-bar {
display: grid;
grid-template-columns: min-content minmax(140px, 2fr) minmax(100px, 350px);
}
.logo {
height: 80px;
padding: 22px 0 0 15px;
}
.main-nav {
padding: 1em 1em 1em 3em;
}
.main-nav ul {
justify-content: space-around;
font-size: 1.5em;
list-style: none;
text-decoration: none;
}
.footer-bottom a {
color: #fff;
}
.main-nav ul a {
text-decoration: none;
color: #fff;
}
.featured-articles-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.featured-articles-items {
border: 1px solid black;
height: 932px;
padding: 250px 50px 0 50px;
}
.featured-articles-picture {
justify-content: center;
margin-bottom: 20px;
}
.featured-articles-items img {
width: 75px;
border-radius: 5px;
}
.featured-articles-items span {
font-size: 20px;
padding-left: 10px;
}
.featured-articles-items h2 {
font-size: 40px;
margin-bottom: 50px;
}
.grid-article-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.grid-article-item {
border: 1px solid black;
padding: 30px 40px 0 40px;
min-height: 395px;
max-height: 100%;
justify-self: stretch;
}
.grid-article-item h3 {
font-size: 2em;
}
.grid-article-publicity {
grid-column: span 2;
border: 1px solid black;
padding: 1%;
}
.publicity-container {
border-radius: 10px;
}
.publicity-image {
flex-basis: 211px;
min-width: 30%;
margin-top: 1em;
}
.publicity-container h2 {
font-size: 40px;
text-decoration: underline;
padding: 3% 0;
}
.publicity-container p {
font-size: 17px;
max-width: 75%;
text-align: center;
font-family: Elena, Arial, Helvetica, sans-serif;
line-height: 2em;
margin: 1em 0;
}
.publicity-container button {
font-size: 2em;
padding: 0.3em;
}
.item-publicity-big p {
line-height: 1.2em;
font-size: 26px;
text-align: center;
padding-bottom: 2%;
font-family: Elena, Arial, Helvetica, sans-serif;
margin: 1em 0;
}
.link-to-latest {
grid-column: 1 / 5;
height: 150px;
justify-content: center;
}
.outside-link {
width: 230px;
height: 50px;
}
.item-publicity-big {
width: 100%;
height: 1000px;
padding: 2%;
}
.item-publicity-big h2 {
color: #fff;
padding: 2% 0 2% 0;
font-size: 47px;
}
.item-publicity-big button {
font-size: 2em;
padding: 0.3em;
}
.item-publicity-image {
width: 60%;
flex-basis: 100%;
margin-top: 2%;
}
.grid-community-links-container {
display: grid;
grid-template-columns: 1fr 1fr;
}
.grid-community-links-potw {
grid-column: 1 / 3;
height: 345px;
padding: 0 16px;
padding-left: 50px;
}
.potw-picture {
flex-basis: 285px;
height: 285px;
}
.potw-info {
flex-basis: 85%;
padding-left: 40px;
}
.potw-info h4 {
margin-bottom: 20px;
font-size: 30px;
text-transform: uppercase;
font-family: Elena, Arial, Helvetica, sans-serif;
}
.potw-info p {
font-size: 15px;
line-height: 2em;
}
.link-to-twitter {
grid-column: 1 / 3;
height: 150px;
justify-content: center;
}
.item-publicity-small {
width: 100%;
padding: 5%;
justify-content: center;
}
.item-publicity-small h4 {
font-size: 17px;
font-family: Elena, Arial, Helvetica, sans-serif;
}
.item-publicity-small h2 {
font-size: 47px;
}
.item-publicity-small p {
font-size: 22px;
font-family: Elena, Arial, Helvetica, sans-serif;
}
.item-publicity-small button {
font-size: 27px;
border: 1px solid #fff;
color: #000;
border-radius: 3px;
padding: 15px;
margin-top: 20px;
}
.curated-posts-articles {
width: 25%;
height: 800px;
border: 1px solid black;
padding: 5% 2% 0 2%;
}
.curated-posts-articles h3 {
font-size: 30px;
padding-bottom: 10%;
margin: 0 5%;
}
.curated-posts-articles ul li a {
font-size: 25px;
color: #222;
}
.curated-posts-articles ul li {
margin-bottom: 35%;
}
.curated-posts {
list-style-image: url(/5242cdc0f8a0d710a02b6dcdd43ef5002bf5ae89/77199/images/bullet.svg);
}
.smashing-newsletter {
height: 990px;
border: 1px solid black;
border-radius: 10px;
padding: 5% 20%;
text-align: center;
}
.smashing-newsletter h2 {
font-size: 40px;
}
.smashing-newsletter p {
font-size: 20px;
font-family: Elena, Arial, Helvetica, sans-serif;
margin: 31px 0;
}
.newsletter-submit {
padding-top: 5%;
}
.newsletter-submit button {
font-size: 27px;
}
.newsletter-submit input {
font-family: "Font Awesome 5 Free", Mija, Arial, Helvetica, sans-serif;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
font-size: 28px;
}
.newsletter-image {
flex-basis: 80%;
width: 100%;
}
.see-all-articles {
height: 150px;
border: 1px solid black;
justify-content: center;
}
.main-footer {
display: block;
padding: 2% 0 5% 0;
}
.footer-container {
margin: 0 auto;
max-width: 90%;
text-align: center;
}
.footer-container h4 {
margin: 1% 0;
font-family: Elena, Arial, Helvetica, sans-serif;
font-size: 20px;
}
.footer-top {
padding-bottom: 3%;
}
.footer-top ul {
flex-wrap: wrap;
justify-content: center;
width: 60%;
margin: 0 auto;
}
.footer-top ul li {
margin: 0 1em;
}
.footer-top ul li a {
font-size: 26px;
font-family: Elena, Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
}
.footer-bottom {
position: relative;
}
.footer-bottom p {
font-size: 17px;
font-family: Elena, Arial, Helvetica, sans-serif;
}
.footer-bottom ul {
flex-wrap: wrap;
justify-content: space-around;
width: 30%;
margin: 0 auto;
padding-top: 2%;
}
.parrot-image {
position: absolute;
left: 19%;
top: 15%;
width: 8%;
height: 100%;
}
.main-container {
position: relative;
}
.features-article-heading {
position: absolute;
margin-left: 50%;
margin-top: 50px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
}
.features-article-heading span {
color: #fff;
font-family: Mija, Arial, Helvetica, sans-serif;
font-size: 40px;
font-weight: 700;
padding: 10px;
line-height: 50px;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
.nav-input {
font-family: "Font Awesome 5 Free", Mija, Arial, Helvetica, sans-serif;
height: 35px;
border-radius: 5px;
float: right;
}
.nav-search {
padding: 0 5%;
}
.article-links {
width: 100%;
height: 130px;
}
.grid-community-links-items {
padding: 13% 3% 3% 3%;
border: 1px solid black;
height: 430px;
}
.community-link-picture {
flex-basis: 76px;
height: 76px;
border-radius: 5px;
margin-right: 25px;
}
.book-promo-container {
width: 100%;
}
.community-link-text {
flex-basis: 85%;
}
.community-link-text h4 {
font-size: 21px;
}
.community-link-text h2 {
font-size: 35px;
}
.community-link-text p {
font-size: 20px;
font-family: Elena, Arial, Helvetica, sans-serif;
margin-top: 15px;
}
.publicity-link-picture {
flex-basis: 35%;
height: 300px;
border-radius: 5px;
margin-right: 25px;
}
.publicity-link-text {
flex-basis: 65%;
}
.section-splitter-container {
padding: 2%;
width: 100%;
}
.publicity-container p:last-child {
margin-bottom: 0;
}
.main-nav ul a:hover {
text-decoration: underline;
}
.curated-posts-articles:hover {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.footer-top ul li a:hover {
text-decoration: underline;
}
.hidden {
display: none;
}
/* ----------- Helper Classes ----------- */
.flex {
display: flex;
}
.flex-column-center {
display: flex;
flex-direction: column;
align-items: center;
}
.align-center {
align-items: center;
}
.color-5 {
background-color: #212121;
}
.color-4 {
background-color: #424242;
}
.color-3 {
background-color: #616161;
}
.color-2 {
background-color: #757575;
}
.color-1 {
background-color: #9e9e9e;
}
/* ----------- Media Queries ----------- */
@media only screen and (max-width: 1919px) {
.featured-articles-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.grid-article-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.link-to-latest {
grid-column: 1 / 4;
}
.hidden {
display: block;
}
.featured-articles-items {
background-color: #616161;
}
} | assets/css/main.css | * {
box-sizing: border-box;
}
body {
font-family: Mija, Arial, Helvetica, sans-serif;
color: #fff;
}
.nav-bar {
display: grid;
grid-template-columns: min-content minmax(140px, 2fr) minmax(100px, 350px);
}
.logo {
height: 80px;
padding: 22px 0 0 15px;
}
.main-nav {
padding: 1em 1em 1em 3em;
}
.main-nav ul {
justify-content: space-around;
font-size: 1.5em;
list-style: none;
text-decoration: none;
}
.footer-bottom a {
color: #fff;
}
.main-nav ul a {
text-decoration: none;
color: #fff;
}
.featured-articles-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.featured-articles-items {
border: 1px solid black;
height: 932px;
padding: 250px 50px 0 50px;
}
.featured-articles-picture {
justify-content: center;
margin-bottom: 20px;
}
.featured-articles-items img {
width: 75px;
border-radius: 5px;
}
.featured-articles-items span {
font-size: 20px;
padding-left: 10px;
}
.featured-articles-items h2 {
font-size: 40px;
margin-bottom: 50px;
}
.grid-article-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.grid-article-item {
border: 1px solid black;
padding: 30px 40px 0 40px;
min-height: 395px;
max-height: 100%;
justify-self: stretch;
}
.grid-article-item h3 {
font-size: 2em;
}
.grid-article-publicity {
grid-column: span 2;
border: 1px solid black;
padding: 1%;
}
.publicity-container {
border-radius: 10px;
}
.publicity-image {
flex-basis: 211px;
min-width: 30%;
margin-top: 1em;
}
.publicity-container h2 {
font-size: 40px;
text-decoration: underline;
padding: 3% 0;
}
.publicity-container p {
font-size: 17px;
max-width: 75%;
text-align: center;
font-family: Elena, Arial, Helvetica, sans-serif;
line-height: 2em;
margin: 1em 0;
}
.publicity-container button {
font-size: 2em;
padding: 0.3em;
}
.item-publicity-big p {
line-height: 1.2em;
font-size: 26px;
text-align: center;
padding-bottom: 2%;
font-family: Elena, Arial, Helvetica, sans-serif;
margin: 1em 0;
}
.link-to-latest {
grid-column: 1 / 5;
height: 150px;
justify-content: center;
}
.outside-link {
width: 230px;
height: 50px;
}
.item-publicity-big {
width: 100%;
height: 1000px;
padding: 2%;
}
.item-publicity-big h2 {
color: #fff;
padding: 2% 0 2% 0;
font-size: 47px;
}
.item-publicity-big button {
font-size: 2em;
padding: 0.3em;
}
.item-publicity-image {
width: 60%;
flex-basis: 100%;
margin-top: 2%;
}
.grid-community-links-container {
display: grid;
grid-template-columns: 1fr 1fr;
}
.grid-community-links-potw {
grid-column: 1 / 3;
height: 345px;
padding: 0 16px;
padding-left: 50px;
}
.potw-picture {
flex-basis: 285px;
height: 285px;
}
.potw-info {
flex-basis: 85%;
padding-left: 40px;
}
.potw-info h4 {
margin-bottom: 20px;
font-size: 30px;
text-transform: uppercase;
font-family: Elena, Arial, Helvetica, sans-serif;
}
.potw-info p {
font-size: 15px;
line-height: 2em;
}
.link-to-twitter {
grid-column: 1 / 3;
height: 150px;
justify-content: center;
}
.item-publicity-small {
width: 100%;
padding: 5%;
justify-content: center;
}
.item-publicity-small h4 {
font-size: 17px;
font-family: Elena, Arial, Helvetica, sans-serif;
}
.item-publicity-small h2 {
font-size: 47px;
}
.item-publicity-small p {
font-size: 22px;
font-family: Elena, Arial, Helvetica, sans-serif;
}
.item-publicity-small button {
font-size: 27px;
border: 1px solid #fff;
color: #000;
border-radius: 3px;
padding: 15px;
margin-top: 20px;
}
.curated-posts-articles {
width: 25%;
height: 800px;
border: 1px solid black;
padding: 5% 2% 0 2%;
}
.curated-posts-articles h3 {
font-size: 30px;
padding-bottom: 10%;
margin: 0 5%;
}
.curated-posts-articles ul li a {
font-size: 25px;
color: #222;
}
.curated-posts-articles ul li {
margin-bottom: 35%;
}
.curated-posts {
list-style-image: url(/5242cdc0f8a0d710a02b6dcdd43ef5002bf5ae89/77199/images/bullet.svg);
}
.smashing-newsletter {
height: 990px;
border: 1px solid black;
border-radius: 10px;
padding: 5% 20%;
text-align: center;
}
.smashing-newsletter h2 {
font-size: 40px;
}
.smashing-newsletter p {
font-size: 20px;
font-family: Elena, Arial, Helvetica, sans-serif;
margin: 31px 0;
}
.newsletter-submit {
padding-top: 5%;
}
.newsletter-submit button {
font-size: 27px;
}
.newsletter-submit input {
font-family: "Font Awesome 5 Free", Mija, Arial, Helvetica, sans-serif;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
font-size: 28px;
}
.newsletter-image {
flex-basis: 80%;
width: 100%;
}
.see-all-articles {
height: 150px;
border: 1px solid black;
justify-content: center;
}
.main-footer {
display: block;
padding: 2% 0 5% 0;
}
.footer-container {
margin: 0 auto;
max-width: 90%;
text-align: center;
}
.footer-container h4 {
margin: 1% 0;
font-family: Elena, Arial, Helvetica, sans-serif;
font-size: 20px;
}
.footer-top {
padding-bottom: 3%;
}
.footer-top ul {
flex-wrap: wrap;
justify-content: center;
width: 60%;
margin: 0 auto;
}
.footer-top ul li {
margin: 0 1em;
}
.footer-top ul li a {
font-size: 26px;
font-family: Elena, Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
}
.footer-bottom {
position: relative;
}
.footer-bottom p {
font-size: 17px;
font-family: Elena, Arial, Helvetica, sans-serif;
}
.footer-bottom ul {
flex-wrap: wrap;
justify-content: space-around;
width: 30%;
margin: 0 auto;
padding-top: 2%;
}
.parrot-image {
position: absolute;
left: 19%;
top: 15%;
width: 8%;
height: 100%;
}
.main-container {
position: relative;
}
.features-article-heading {
position: absolute;
margin-left: 50%;
margin-top: 50px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
}
.features-article-heading span {
color: #fff;
font-family: Mija, Arial, Helvetica, sans-serif;
font-size: 40px;
font-weight: 700;
padding: 10px;
line-height: 50px;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
.nav-input {
font-family: "Font Awesome 5 Free", Mija, Arial, Helvetica, sans-serif;
height: 35px;
border-radius: 5px;
float: right;
}
.nav-search {
padding: 0 5%;
}
.article-links {
width: 100%;
height: 130px;
}
.grid-community-links-items {
padding: 13% 3% 3% 3%;
border: 1px solid black;
height: 430px;
}
.community-link-picture {
flex-basis: 76px;
height: 76px;
border-radius: 5px;
margin-right: 25px;
}
.book-promo-container {
width: 100%;
}
.community-link-text {
flex-basis: 85%;
}
.community-link-text h4 {
font-size: 21px;
}
.community-link-text h2 {
font-size: 35px;
}
.community-link-text p {
font-size: 20px;
font-family: Elena, Arial, Helvetica, sans-serif;
margin-top: 15px;
}
.publicity-link-picture {
flex-basis: 35%;
height: 300px;
border-radius: 5px;
margin-right: 25px;
}
.publicity-link-text {
flex-basis: 65%;
}
.section-splitter-container {
padding: 2%;
width: 100%;
}
.publicity-container p:last-child {
margin-bottom: 0;
}
.main-nav ul a:hover {
text-decoration: underline;
}
.curated-posts-articles:hover {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.footer-top ul li a:hover {
text-decoration: underline;
}
.hidden {
display: none;
}
/* ----------- Helper Classes ----------- */
.flex {
display: flex;
}
.flex-column-center {
display: flex;
flex-direction: column;
align-items: center;
}
.align-center {
align-items: center;
}
.color-5 {
background-color: #212121;
}
.color-4 {
background-color: #424242;
}
.color-3 {
background-color: #616161;
}
.color-2 {
background-color: #757575;
}
.color-1 {
background-color: #9e9e9e;
}
/* ----------- Media Queries ----------- */
@media only screen and (max-width: 1919px) {
.featured-articles-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.grid-article-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.link-to-latest {
grid-column: 1 / 4;
}
.hidden {
display: block;
}
.featured-articles-items {
background-color: #616161;
}
} | 0.489503 | 0.156105 |
body, html {
margin: 0;
padding: 0;
font-family: 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
height: 100%;
width: 100%;
min-width: 1100px;
background-color: #e7e9ed;
}
.dx-datagrid table {
white-space: normal;
}
.dx-datagrid-focus-overlay {
border: 0;
}
a {
color: #8590b4;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:visited {
color: #bf4e6a;
}
.dx-tabs {
background-color: transparent;
text-align: left;
}
.dx-state-focused.dx-texteditor {
border-width: 1px;
}
.dx-state-disabled {
opacity: inherit;
}
.layout-content .header {
width: 100%;
height: 50px;
}
.layout-content .header .buttons, .layout-content .header .search {
position: relative;
display: inline-block;
top: 20px;
}
.layout-content .header .buttons .button-task,
.layout-content .header .buttons .button-custom-filter {
margin-left: 20px;
}
.layout-content .header .buttons .button-chooser.dx-button,
.layout-content .header .buttons .button-custom-filter.dx-button {
padding: 0;
}
.button-chooser .dx-icon-column-chooser {
background-repeat: no-repeat;
background-position: 0 -135px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
width: 20px;
height: 20px;
}
.layout-content .header .search {
float: right;
}
.layout-content .header .search .icon-find {
width: 19px;
height: 20px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-position: -42px -184px;
background-repeat: no-repeat;
position: absolute;
right: 5px;
top: 5px;
z-index: 10;
}
.layout-content .header .search .dx-texteditor-input {
padding: 0 9px;
}
.layout-content .header .buttons .dx-button {
padding: 3px 16px;
}
.layout-content .header .buttons .dx-button .dx-icon {
margin-top: 2px;
}
.layout-content .header .buttons .dx-button-text {
font-size: 12px;
line-height: 22px;
}
.layout-navigation {
position: relative;
top: 0;
bottom: 0;
float: left;
width: 210px;
min-height: 955px;
}
.layout-navigation .logo {
position: absolute;
bottom: 20px;
left: 30px;
width: 156px;
height: 27px;
background-image: url(../images/dx/copy.png);
-moz-background-size: 156px 27px;
-o-background-size: 156px 27px;
-webkit-background-size: 156px 27px;
background-size: 156px 27px;
}
.layout-navigation .site-logo {
position: relative;
margin-top: 20px;
margin-left: 30px;
}
/*main-menu*/
.layout-navigation .main-menu {
width: 168px;
}
.layout-navigation .main-menu .dropdown-menu {
height: 30px;
padding: 0;
margin: 3px 0 0 0;
}
.layout-navigation .main-menu .dropdown-menu > li {
text-align: left;
list-style: none outside none;
}
.layout-navigation .main-menu .dropdown-menu > li a {
display: block;
text-decoration: none;
}
/*main-menu context menu*/
.dx-overlay-content.dx-context-menu.main-menu-items-content {
box-shadow: none;
border: 0;
}
.dx-overlay-content.dx-context-menu.main-menu-items-content .dx-submenu {
padding-top: 30px;
}
.dx-overlay-content.dx-context-menu.main-menu-items-content .dx-menu-items-container {
border: 0;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
padding: 0;
}
.dx-context-menu .main-menu-item {
display: block;
padding: 0;
}
.dx-context-menu .main-menu-item a,
.dx-context-menu .gallery-type-menu-item {
display: block;
background: #FFF;
color: #bf4e6a;
text-decoration: none;
cursor: pointer;
text-align: left;
padding: 9px 20px;
font-size: 16px;
}
.dx-context-menu .main-menu-item a:hover,
.dx-context-menu .gallery-type-menu-item:hover {
background-color: #bf4e6a;
color: #fff;
}
.dropdown-menu-button {
cursor: pointer;
height: 25px;
}
.layout-navigation .left-menu {
margin-top: 30px;
}
.layout-navigation .left-menu > ul {
padding: 0;
list-style: none;
margin: 10px 0;
}
.layout-navigation .left-menu > ul a{
display: block;
text-decoration: none;
padding: 9px 30px;
border-bottom: 1px solid #c7c9cc;
color: #5c5d5f;
}
.layout-navigation .left-menu > ul li:first-child a{
border-top: 1px solid #c7c9cc;
border-bottom: 1px solid #c7c9cc;
}
.layout-navigation .left-menu > ul a:hover,
.layout-navigation .left-menu > ul a.active {
color: #545659;
cursor: pointer;
}
.layout-navigation .left-menu > ul a:hover {
background-color: #f1f2f5;
}
.layout-navigation .left-menu > ul a.active-left-menu-item {
background-color: #d5d8e0;
}
.layout-navigation .left-menu > .menu-header {
color: #7f8082;
font-size: 14px;
padding: 0 0 0 30px;
text-transform: uppercase;
}
.layout-content {
height: 100%;
min-height: 900px;
margin: 0 20px 0 210px;
padding: 0;
}
.layout-content .main-content {
overflow: hidden;
height: 812px;
background-color: #fafafa;
border: 1px solid #cfcfcf;
border-radius: 3px;
box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
margin: 10px 0 20px 0;
}
/*overlay grid's styles */
#grid {
height: 360px;
background-color: #fff;
}
.layout-content .main-content #grid .dx-row>td {
color: #191919;
font-size: 14px;
vertical-align: middle;
}
.layout-content .main-content #grid .dx-header-row:not(.dx-column-lines) .dx-sort-alignment-left {
padding-left: 0;
margin-left: 10px;
}
.layout-content .main-content #grid.product .dx-data-row,
.layout-content .main-content #grid.customers .dx-data-row {
height: 31px;
}
.layout-content .main-content #grid .dx-row.dx-group-row {
background-color: #f4f4f4;
font-weight: normal;
}
.layout-content .main-content #grid .dx-group-row > td {
border-top-width: 1px;
}
.layout-content .main-content #grid .dx-group-row:first-child > td {
border-top: 0;
}
.layout-content .main-content #grid.product .dx-row>td{
padding: 3px 7px;
}
.layout-content .main-content #grid.employee .dx-row>td{
padding: 6px 7px;
}
.layout-content .main-content #grid .dx-row > td.dx-datagrid-sort-action {
padding: 6px 7px;
}
.layout-content .main-content #grid .dx-row .dx-datagrid-text-content{
color: #828282;
font-size: 14px;
}
.layout-content .main-content #grid .unchecked,
.layout-content .main-content #grid .checked {
width: 24px;
height: 24px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
display: inline-block;
cursor: pointer;
}
.layout-content .main-content #grid .unchecked {
background-position: -120px 0;
}
.layout-content .main-content #grid .unchecked:hover {
background-position: -144px 0;
}
.layout-content .main-content #grid .unchecked:active {
background-position: -168px 0;
}
.layout-content .main-content #grid .checked {
background-position: 0 0;
}
.layout-content .main-content #grid .checked:hover {
background-position: -48px 0;
}
.layout-content .main-content #grid .checked:active {
background-position: -96px 0;
}
.layout-content .main-content #grid .dx-row.dx-selection .checked,
.layout-content .main-content #grid .dx-row.dx-selection .unchecked {
margin-left: 1px;
}
.layout-content .main-content #grid .icon-info,
.layout-content .main-content #grid .dx-selection > td > .icon-info,
#grid.customers .grid-details {
width: 16px;
height: 16px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
display: inline-block;
cursor: pointer;
}
.layout-content .main-content #grid .icon-info,
#grid.customers .grid-details {
background-position: 0 -155px;
}
.layout-content .main-content #grid .dx-selection > td > .icon-info,
#grid.customers .dx-row.dx-selection .grid-details {
background-position: -16px -155px;
}
.layout-content .main-content #grid .dx-row.dx-selection > td {
background-color: #bf4e6a;
color: #fff;
border-left: 0;
border-right: 0;
}
.dx-pager {
border-top: 1px solid #d3d3d3;
}
.dx-pager .dx-pages .dx-page {
padding: 5px 9px;
background-color: transparent;
color: #191919;
}
.dx-pager .dx-pages .dx-page.dx-selection, .dx-pager .dx-page-sizes .dx-page.dx-selection {
background-color: #bf4e6a;
padding: 5px 9px;
color: #fff;
}
.layout-content .main-content .info{
border-top: 1px solid #ebebeb;
background-color: #fafafa;
position: relative;
height: auto;
padding: 20px 30px;
}
.layout-content .main-content .info .about {
float: left;
width: 450px;
}
.layout-content .main-content .info .about .name{
color: #bf4e6a;
font-size: 24px;
display: inline-block;
}
.layout-content .main-content .info .about .icon-edit{
display: inline-block;
width: 14px;
height: 14px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
background-position: -83px -184px;
margin-left: 10px;
cursor: pointer;
}
.layout-content .main-content .info .about .title{
color: #828282;
line-height: 14px;
}
.layout-content .main-content .info .about .photo {
margin: 10px 0;
height: 150px;
width: 410px;
}
.layout-content .main-content .employee.info .about .photo {
width: 340px;
margin: 20px 0;
}
.layout-content .main-content .info .about .photo > div:not(.image) {
text-transform: uppercase;
margin: 12px 0px 0px 18px;
float: left;
color: #828282;
font-size: 12px;
min-width: 90px;
}
.layout-content .main-content .info .about .photo > div > span {
text-transform: none;
color: #000;
font-size: 14px;
line-height: 16px;
}
.layout-content .main-content .info .about .photo .image {
width: 190px;
height: 130px;
border: 1px solid #cccccc;
float: left;
padding: 4px;
}
.layout-content .main-content .info .about .photo .image img {
width: 190px;
height: 130px;
}
.layout-content .main-content .employee.info .about .photo .image {
width: 120px;
height: 150px;
border: 1px solid #cccccc;
float: left;
padding: 4px;
}
.layout-content .main-content .employee.info .about .photo .image img {
width: 120px;
height: 150px;
}
.layout-content .main-content .info .sections {
position: absolute;
right: 30px;
left: 450px;
}
.layout-content .main-content .info .sections .tabs {
width: auto;
padding: 0;
margin: 0;
z-index: 100;
}
.layout-content .main-content .info .sections .dx-tabs {
display: block;
}
.layout-content .main-content .info .sections .tabs .dx-tab{
background-color: #fff;
background-image: none;
box-shadow: none;
-webkit-box-shadow: none;
z-index: 1;
display: inline-block;
padding: 4px;
border-radius: 0;
vertical-align: bottom;
}
.layout-content .main-content .info .sections .tabs .dx-tab.dx-tab-selected {
border-bottom: 0;
z-index: 2;
height: 25px;
}
.layout-content .main-content .info .sections .tabs .dx-tab:last-child:not(.dx-tab-selected){
border-left: 0;
}
.layout-content .main-content .info .sections .tabs .dx-tab:first-child:not(.dx-tab-selected){
border-right: 0;
margin-left: 1px;
}
.layout-content .main-content .info .sections .tabs .dx-tab .dx-tab-text {
color: #676767;
}
.layout-content .main-content .info .sections .tabs .dx-tab.dx-tab-selected .dx-tab-text {
color: #bf4e6a;
}
.layout-content .main-content .info .sections .tabs-container {
background-color: #fff;
border: 1px solid #cbcbcb;
margin-top: -1px;
height: 295px;
}
.layout-content .main-content .info .sections .tabs-container .tabs-content .gallery.dx-gallery {
margin: 70px 8%;
width: 84%!important;
}
.layout-content .main-content .info .sections .tabs-container .tabs-content .chart {
width: 94%;
margin: 18px 3%;
}
.layout-content .main-content .info .gallery.dx-gallery {
position: relative;
}
.layout-content .main-content .info .gallery.dx-gallery .dx-gallery-wrapper {
position: static;
}
.layout-content .main-content .info .gallery.dx-gallery .dx-gallery-container {
width: 100%;
}
.layout-content .main-content .info .gallery.dx-gallery .dx-gallery-item {
width: 150px;
}
.layout-content .main-content .info .gallery.dx-gallery .dx-gallery-item .gallery-image {
width: 130px;
height: 130px;
margin: 5px auto;
border: 1px solid #cbcbcb;
}
.layout-content .main-content .info .gallery.dx-gallery .dx-gallery-item .gallery-image > div{
margin: 5px;
width: 120px;
height: 120px;
background-size: cover;
background-position: center;
}
.layout-content .main-content .info .gallery.dx-gallery.dx-widget .dx-gallery-nav-button-next,
#customers-gallery .dx-gallery-nav-button-next {
right: -15px;
}
.layout-content .main-content .info .gallery.dx-gallery.dx-widget .dx-gallery-nav-button-prev,
#customers-gallery .dx-gallery-nav-button-prev {
left: -15px;
}
.layout-content .main-content .info .gallery.dx-gallery.dx-widget .dx-gallery-nav-button-prev,
.layout-content .main-content .info .gallery.dx-gallery.dx-widget .dx-gallery-nav-button-next {
height: 30px;
top: 45%;
}
.layout-content .main-content .info .sections .tabs-container .tabs-content .gallery.dx-gallery .dx-gallery-nav-button-prev,
.layout-content .main-content .info .sections .tabs-container .tabs-content .gallery.dx-gallery.dx-widget .dx-gallery-nav-button-prev:hover:before,
#customers-gallery .dx-gallery-nav-button-prev,
#customers-gallery.dx-widget .dx-gallery-nav-button-prev:hover:before {
background-repeat: no-repeat;
background-position: 0 -35px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
width: 10px;
height: 23px;
background-color: transparent;
}
.layout-content .main-content .info .sections .tabs-container .tabs-content .gallery.dx-gallery .dx-gallery-nav-button-next,
.layout-content .main-content .info .sections .tabs-container .tabs-content .gallery.dx-gallery.dx-widget .dx-gallery-nav-button-next:hover:before,
#customers-gallery .dx-gallery-nav-button-next,
#customers-gallery.dx-widget .dx-gallery-nav-button-next:hover:before {
background-repeat: no-repeat;
background-position: -20px -35px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
width: 10px;
height: 23px;
background-color: transparent;
}
/*employees*/
.layout-content .main-content .info .sections .tasks .dx-row:not(.dx-header-row) {
height: 40px;
}
.layout-content .main-content .info .sections .tasks .dx-row.dx-data-row.row-selected{
background-color: #F7F8FA;
cursor: pointer;
}
.layout-content .main-content .info .sections .tasks .dx-row .task-actions {
text-align: right;
padding-right: 20px;
}
.layout-content .main-content .info .sections .tasks .dx-row.dx-data-row.row-selected .task-actions .dx-button,
.layout-content .main-content .info .sections .tasks .dx-row.dx-data-row.active .task-actions .dx-button{
display: inline-block;
}
.layout-content .main-content .info .sections .tasks .dx-row .dx-datagrid-action-cursor {
color: #828282;
font-size: 14px;
}
.layout-content .main-content .info .sections .tasks .dx-datagrid .dx-datagrid-table .dx-column-lines>td {
border-left: 0;
font-size: 14px;
}
.tasks .task-actions .dx-button {
display: none;
}
.layout-content .main-content .tasks .task-actions .dx-button {
background-image: none;
background-color: #5E6D9D;
width: 50px;
height: 23px;
padding: 0;
text-align: center;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-radius: 2px;
border: 0;
}
.layout-content .main-content .tasks .task-actions .dx-button:first-child {
margin-right: 3px;
margin-left: 8px;
}
.layout-content .main-content .task-actions .dx-button .dx-button-text {
font-size: 12px;
color: white;
line-height: 22px;
}
.overlayImage .dx-overlay-content {
text-align: center;
background: #fff;
padding: 20px;
color: #bf4e6a;
}
.overlayImage .dx-overlay-content .big {
height: 80%;
width: 100%;
}
.overlayImage .dx-overlay-content .big img {
margin: 10% 0;
width: 350px;
height: 250px;
}
.layout-content .footer {
width: 100%;
height: auto;
color: #96989a;
margin: 0;
padding: 0;
}
.layout-content .footer .copy, .layout-content .footer .social{
display: inline-block;
}
.layout-content .footer .copy {
padding: 5px 20px;
border-left: 1px solid #bebfc3;
}
.layout-content .footer .social {
float: right;
padding: 10px 0;
}
.layout-content .footer .social a {
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
height: 26px;
width: 24px;
display: inline-block;
}
.layout-content .footer .social a.facebook{
background-position: -24px -92px;
}
.layout-content .footer .social a.twitter {
background-position: -72px -92px;
}
.layout-content .footer .social a.google-plus {
background-position: -48px -92px;
}
.layout-content .footer .social a.youtube {
background-position: -96px -92px;
}
.layout-content .footer .social a.blogs {
background-position: 0 -92px;
}
/* fieldset for overlay */
.dx-fieldset {
padding: 0;
margin: 0;
}
.dx-overlay-content .right-side .dx-fieldset,
.dx-overlay-content .left-side .dx-fieldset {
margin-bottom: 15px;
}
.dx-overlay-content .dx-fieldset {
padding-left: 0;
padding-right: 0;
}
.dx-overlay-content .dx-field {
padding-top: 5px;
min-height: 0;
}
.dx-overlay-content .dx-field-label {
color: #828282;
padding-top: 5px;
padding-bottom: 6px;
}
.dx-overlay-content .dx-fieldset .dx-texteditor-input {
background-color: #FFFFFF;
padding-top: 4px;
padding-bottom: 5px;
padding-right: 2px;
}
/*edit note*/
#edit-note {
height: 100%;
width: 100%;
}
.dx-overlay-shader {
background-color: rgba(0,0,0,.5);
}
.dx-overlay-modal .dx-overlay-content {
background-color: #fafafa;
border: 1px solid #4d4d4d;
box-shadow: 0 32px 32px 0 rgba(0, 0, 0, 0.15);
}
.dx-datagrid-column-chooser .dx-overlay-content {
background-color: #fff;
border-radius: 3px;
}
.dx-datagrid-column-chooser .dx-state-focused.dx-overlay-content {
outline: 0;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title {
background-color: #fafafa;
color: #3f3f3f;
line-height: 25px;
margin: 0;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title .dx-toolbar-item {
padding: 0;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title .dx-closebutton {
opacity: 0.7;
width: 22px;
margin-top: 0;
margin-right: 18px;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content {
padding-top: 10px;
}
#edit-note .task-info, #edit-note .edit-label {
margin: 10px 30px;
}
.dx-field-label {
color: #828282;
padding-top: 5px;
padding-bottom: 6px;
}
.edit-label {
height: 56px;
width: 100%;
font-size: 16px;
line-height: 46px;
color: #bf4e6a;
}
#edit-note .edit-label {
height: 35px;
}
#edit-note .dx-field-value:not(.dx-switch):not(.dx-checkbox) {
width: 100%;
}
#edit-note .dx-field {
margin-bottom: 20px;
}
.common-edit-notes {
display: inline-block;
line-height: 32px;
color: #8d8d8d;
font-size: 12px;
}
/*edit-task*/
#edit-task {
padding: 10px 30px;
height: 100%;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.task-info {
height: auto;
position: relative;
}
.dx-overlay-content .left-side {
width: 230px;
height: 260px;
}
.dx-overlay-content .task-info .right-side {
left: 260px;
height: 260px;
}
.task-info .dx-field {
padding-top: 5px;
min-height: 0;
}
.task-info .left-side .dx-field-label {
width: 80px;
}
.task-info .left-side .dx-fieldset .dx-field .dx-field-value {
width: 150px;
}
.task-info .right-side .dx-field-label {
padding-right: 18px;
text-align: right;
width: 30%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.task-info .right-side .dx-fieldset .dx-field .dx-field-value {
width: 70%;
}
.task-info .dx-texteditor-input {
padding-top: 4px;
padding-bottom: 5px;
}
.task-info #task-priority .dx-texteditor-input,
.task-info #task-status .dx-texteditor-input {
padding-left: 30px;
}
#task-priority-image,
#task-status-image {
top: 7px;
left: 9px;
z-index: 1;
position: absolute;
}
#task-priority-image,
#task-status-image,
.dx-list-item div.selectbox-icon {
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
width: 15px;
height: 16px;
}
#task-priority-image {
height: 16px;
width: 15px;
}
#task-status-image {
height: 18px;
width: 18px;
}
.task-priority-4 {
background-position: -90px -58px;
}
.task-priority-3 {
background-position: -60px -58px;
}
.task-priority-2 {
background-position: -30px -58px;
}
.task-priority-1 {
background-position: 0 -58px;
}
.dx-list-item.dx-selectbox-selected .task-priority-1 {
background-position: -15px -58px;
}
.dx-list-item.dx-selectbox-selected .task-priority-2 {
background-position: -45px -58px;
}
.dx-list-item.dx-selectbox-selected .task-priority-3 {
background-position: -75px -58px;
}
.dx-list-item.dx-selectbox-selected .task-priority-4 {
background-position: -105px -58px;
}
.task-status-1 {
background-position: -144px -74px;
}
.task-status-2 {
background-position: -72px -74px;
}
.task-status-3 {
background-position: -108px -74px;
}
.task-status-4 {
background-position: -36px -74px;
}
.task-status-5 {
background-position: 0 -74px;
}
.dx-list-item.dx-selectbox-selected .task-status-1 {
background-position: -162px -74px;
}
.dx-list-item.dx-selectbox-selected .task-status-2 {
background-position: -90px -74px;
}
.dx-list-item.dx-selectbox-selected .task-status-3 {
background-position: -126px -74px;
}
.dx-list-item.dx-selectbox-selected .task-status-4 {
background-position: -54px -74px;
}
.dx-list-item.dx-selectbox-selected .task-status-5 {
background-position: -18px -74px;
}
div.selectbox-icon.task-status-1,
div.selectbox-icon.task-status-2,
div.selectbox-icon.task-status-3,
div.selectbox-icon.task-status-4,
div.selectbox-icon.task-status-5 {
width: 18px;
height: 18px;
vertical-align: bottom;
}
.task-info .dx-calendar-picker .dx-dropdowneditor-button {
background-color: #FFFFFF;
background-image: none;
border-left: none;
}
.task-info .dx-selectbox .dx-dropdowneditor-button,
.task-info .dx-selectbox.dx-widget:hover .dx-dropdowneditor-button{
background-color: #FFFFFF;
background-image: none;
border-left: none;
}
.task-info .dx-calendar-picker {
width: 100%;
}
.task-info .dx-calendar-picker input {
padding-top: 4px;
padding-bottom: 5px;
}
.task-info .dx-calendar-picker .dx-dropdowneditor-icon {
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-position: -23px -184px;
background-repeat: no-repeat;
height: 20px;
width: 20px;
position: relative;
top: 1px;
left: 2px;
}
.dx-list-item div.selectbox-icon {
display: inline-block;
margin-right: 6px;
}
#task-completed {
padding-top: 0;
padding-left: 21px;
padding-right: 21px;
right: -29px !important;
left: -32px !important;
width: auto !important;
}
#task-completed .dx-slider-handle {
background-color: transparent;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-position: 0 -184px;
background-repeat: no-repeat;
border: none;
width: 23px;
height: 23px;
top: 4px !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
z-index: 1;
}
#task-completed .dx-slider-bar {
background: #D1D1D1;
border: 1px solid #D1D1D1;
border-bottom: none;
border-left: none;
}
#task-completed .dx-slider-range {
border: 1px solid #BF4E6A;
border-bottom: none;
background: #BF4E6A;
height: 2px;
}
.dx-popover-wrapper.dx-position-top .dx-popover-arrow.dx-popover-arrow-flipped:after,
.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow:after {
border: 1px solid #CFCFCF;
background-color: #FFFFFF;
top: -3px;
left: 5px;
}
.slider-axis-value-0,
.slider-axis-value-50,
.slider-axis-value-100 {
font-size: 12px;
position: absolute;
top: 26px;
color: #828282;
}
.slider-axis-value-0 {
left: -4px;
}
.slider-axis-value-50 {
left: 47.5%;
}
.slider-axis-value-100 {
right: -6px;
}
#task-completed .dx-popover-wrapper .dx-overlay-content {
background: #FFFFFF;
border: 1px solid #cfcfcf;
height: 37px !important;
width: 62px !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#task-completed .dx-popover-wrapper .dx-popup-content {
width: 62px;
height: 100% !important;
padding: 5px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #FFFFFF;
text-align: center;
color: #BF4E6A;
line-height: 25px;
font-size: 14px;
}
.edit-actions {
width: 100%;
height: 45px;
margin-top: 45px;
}
.edit-actions .dx-button {
float: right;
width: 90px;
height: 30px;
margin-left: 10px;
background-image: none;
background-color: #FAFAFA;
}
.edit-actions .dx-button .dx-button-text {
line-height: 22px;
}
.task-info .right-side .dx-fieldset .dx-field:last-child {
margin-top: 12px;
}
/*edit-employee*/
#edit-employee {
padding: 10px 30px;
height: 100%;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#edit-employee .left-block,
#edit-employee .right-block {
display: inline-block;
height: auto;
margin: 5px 0;
}
#edit-employee .left-block {
width: 42%;
}
#edit-employee .right-block {
text-align: right;
width: 57.2%;
}
#edit-employee .center-block {
width: 100%;
height: 75px;
margin: 5px 0;
}
#edit-employee .center-block .dx-field {
height: 40%;
}
#edit-employee .dx-field-label {
width: 80px;
}
#edit-employee .left-block .dx-field-value {
width: 150px;
}
#edit-employee .right-block .dx-field-value {
width: 222px;
}
#edit-employee .center-block .dx-field-value {
text-align: justify;
width: 85%;
}
#edit-employee .center-block .dx-field-label {
width: 10%;
}
#edit-employee #employee-city {
left: 0;
}
#edit-employee #employee-state {
left: 57%;
}
#edit-employee #employee-zipcode {
left: 77%;
}
.rating-container {
display: inline-block;
margin-left: 8px;
background: url(../images/dx/star_unselected.png);
background-size: 18px 15px;
width: 90px;
height: 15px;
}
.rating {
background: url(../images/dx/star_selected.png);
background-size: 18px 15px;
width: 0;
height: 100%;
}
#text {
padding: 10px 30px;
height: 100%;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.dx-button {
background-image: linear-gradient(to top, #f1f1f1, #fff);
border-top: 1px solid #d2d2d2;
border-left: 1px solid #c9c8c8;
border-right: 1px solid #c9c8c8;
border-bottom: 1px solid #c3c3c2;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.dx-button.dx-widget:hover {
background-image: linear-gradient(to top, #f8f8f8, #fff);
}
.dx-button.dx-state-active {
background-image: none;
background-color: #d9d9d9;
box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.dx-button .dx-button-content .dx-button-text {
color: #3e3e3e;
}
.dx-button.dx-state-active .dx-button-content .dx-button-text {
color: #6c6c6c;
}
.layout-content .dx-button .dx-button-content {
line-height: 100%;
}
/* tasks view */
#grid.tasks {
height: 100%;
}
#grid.tasks tr.main-row:not(:first-child) {
border-top: 1px solid #d4d4d4;
}
.layout-content .main-content #grid.tasks .dx-row.dx-header-row td {
padding-left: 2px;
color: #828282;
}
#grid.tasks tr.task-selected > td {
background-color: #F7F8FA;
}
#grid.tasks tr:not(.task-selected) .task-status .dx-checkbox:not(.dx-checkbox-checked),
#grid.tasks tr:not(.task-selected) .task-actions .dx-button {
display: none
}
.tasks .task-selected .task-actions .dx-button{
display: inline-block;
}
#grid.tasks tr:not(.main-row):not(.dx-header-row) td {
padding-top: 0;
padding-bottom: 5px;
color: #828282;
}
.layout-content .main-content #grid.tasks .dx-row > td.grid-completed {
vertical-align: top;
}
#grid.tasks .main-row td,
#grid.tasks .main-row div {
color: #191919;
}
#grid.tasks .main-row td:not(.grid-completed) {
padding-top: 9px;
}
#grid.tasks .task-status {
text-align: center;
}
#grid.tasks .grid-completed {
padding: 0;
}
#grid.tasks .grid-completed > div {
padding-left: 0;
padding-top: 9px;
position: relative;
}
#grid.tasks .grid-completed div.chart-background {
position: absolute;
height: 10px;
width: 93px;
left: 1px;
top: 14px;
background-color: #D9D9D9;
z-index: 0;
}
#grid.tasks .grid-completed div:not(.chart-background) {
height: 12px;
display: inline-block;
vertical-align: top;
margin-right: 3px;
position: relative;
z-index: 1;
}
#grid.tasks .task-status .dx-checkbox,
#edit-filter-content .filter-save.dx-checkbox {
border: none;
width: 24px;
height: 24px;
margin: 0;
}
#grid.tasks .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox .dx-checkbox-icon,
#edit-contact .dx-checkbox-icon {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color: transparent;
-webkit-background-size: auto !important;
-moz-background-size: auto !important;
-o-background-size: auto !important;
background-size: auto !important;
background-image: url(../images/dx/sprite.png);
background-position: -120px 0;
background-repeat: no-repeat;
width: 24px;
height: 24px;
}
.dx-state-disabled.dx-checkbox .dx-checkbox-icon, .dx-state-disabled .dx-checkbox .dx-checkbox-icon {
opacity: 1;
}
#grid.tasks tr.task-selected .dx-checkbox-checked .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox.dx-checkbox-checked .dx-checkbox-icon,
#edit-contact .dx-checkbox-checked .dx-checkbox-icon {
background-position: 0px 0px;
border: none;
}
#grid.tasks tr:not(.task-selected) .dx-checkbox-checked .dx-checkbox-icon {
background-position: -72px 0;
border: none;
}
#grid.tasks tr.task-selected .dx-checkbox:hover .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox .dx-checkbox-icon,
#edit-contact .dx-checkbox:hover .dx-checkbox-icon {
background-position: -144px 0;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#grid.tasks tr.task-selected .dx-checkbox.dx-checkbox-checked:hover .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox.dx-checkbox-checked:hover .dx-checkbox-icon,
#edit-contact .dx-checkbox.dx-checkbox-checked:hover .dx-checkbox-icon {
background-position: -48px 0;
}
#grid.tasks tr.task-selected .dx-checkbox.dx-state-active .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox.dx-state-active .dx-checkbox-icon,
#edit-contact .dx-checkbox.dx-state-active .dx-checkbox-icon {
background-position: -168px 0;
}
#grid.tasks tr.task-selected .dx-checkbox.dx-checkbox-checked.dx-state-active .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox.dx-checkbox-checked.dx-state-active .dx-checkbox-icon,
#edit-contact .dx-checkbox.dx-checkbox-checked.dx-state-active .dx-checkbox-icon {
background-position: -96px 0;
}
#grid.tasks .grid-priority div{
height: 16px;
width: 15px;
margin-left: 11px;
background-repeat: no-repeat;
background-image: url(../images/dx/sprite.png);
}
#grid.tasks .main-row.completed-row td:not(.grid-completed):not(.task-actions) {
text-decoration: line-through;
color: #828282;
}
#grid.tasks .completed-row > td {
background-color: #F7F7F7;
}
#grid.tasks .task-status,
#grid.tasks .task-actions {
vertical-align: middle;
}
#grid.tasks .task-description div {
font-size: 12px;
}
/* customers */
#grid.customers {
height: 407px;
}
#grid.customers tr.dx-header-row td {
padding-top: 6px;
padding-bottom: 6px;
color: #828282;
}
#grid.customers tr:not(.dx-header-row) td {
padding-top: 5px;
padding-bottom: 5px;
}
#grid.customers .dx-datagrid-group-panel {
padding-top: 10px;
padding-left: 10px;
}
#grid.customers div:not(.dx-page),
#grid.customers td {
font-size: 14px;
}
#grid.customers .dx-datagrid-group-panel .dx-group-panel-item {
min-width: 77px;
}
#grid.customers .dx-row.dx-selection > td.dx-datagrid-group-space {
border-right: 1px solid #bf4e6a;
}
.info-title {
width: 100%;
font-size: 22px;
text-align: center;
padding-bottom: 27px;
}
#customer-name {
color: #BF4E6A;
line-height: 30px;
}
.info.customers-info {
display: none;
}
#customer-category {
cursor: pointer;
text-transform: capitalize;
}
/* dropdown menu */
.dx-overlay-content.dx-context-menu.gallery-type-items-content {
box-shadow: none;
border: 0;
}
.dx-overlay-content.dx-context-menu.gallery-type-items-content .dx-submenu {
padding-top: 30px;
}
.dx-overlay-content.dx-context-menu.gallery-type-items-content .dx-menu-items-container {
border: 0;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15);
}
.dx-overlay-content.dx-context-menu.gallery-type-items-content .dx-menu-items-container .gallery-type-menu-item{
font-size: 14px;
padding: 10px 0 10px 20px;
line-height: 19px;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 0;
border-bottom-width: 0;
border-color: rgba(0,0,0,0.15);
border-style: solid;
}
.dx-overlay-content.dx-context-menu .dx-menu-items-container .dx-menu-item-wrapper:first-child .gallery-type-menu-item {
border-top-width: 1px;
}
.dx-overlay-content.dx-context-menu .dx-menu-items-container .dx-menu-item-wrapper:last-child .gallery-type-menu-item {
border-bottom-width: 1px;
}
.dx-overlay-content.dx-context-menu .dx-menu-items-container .dx-menu-items-container .gallery-type-menu-item:hover {
border-color: #bf4e6a;
}
#customer-category {
display: inline-block;
position: relative;
width: 100px;
text-align: left;
height: 30px;
}
#customer-category-name {
color: #828282;
line-height: 30px
}
/* gallery */
.layout-content .main-content .info.customers-info {
padding-left: 40px;
padding-right: 40px;
padding-top: 23px;
}
#customers-gallery .dx-gallery-item {
width: 150px;
height: 200px;
padding-top: 5px;
}
.gallery-description {
color: #828282;
font-size: 12px;
}
#customers-gallery .edit-customer {
width: 22px;
height: 22px;
position: absolute;
top: 10px;
right: 23px;
display: none;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-position: -61px -184px;
background-repeat: no-repeat;
}
#customers-gallery .dx-gallery-item:hover .edit-customer {
display: block;
cursor: pointer;
}
#customers-gallery img {
margin: 0;
width: 120px;
height: 115px;
}
#customers-gallery img.contacts {
width: 90px;
height: 110px;
margin-top: 10px;
padding: 4px;
background-color: #fff;
border: 1px solid #cbcbcb;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#customers-gallery img.stores {
border: none;
}
#customers-gallery .gallery-label {
padding-top: 5px;
}
#customers-gallery .dx-gallery-nav-button-next,
#customers-gallery .dx-gallery-nav-button-prev {
top: 31%;
}
/* customer overlays */
#edit-contact,
#customer-details-info,
#notice-content,
#edit-filter-content {
padding: 10px 30px;
height: 100%;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.details-info,
#edit-contact .contact-info {
position: relative;
}
.dx-overlay-content #customer-details-info .left-side {
width: 285px;
height: 290px;
}
.dx-overlay-content #customer-details-info .right-side {
position: absolute;
top: 0;
left: 295px;
right: 0;
height: 290px;
}
#customer-details-info .dx-field-label {
padding-right: 10px;
text-align: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.dx-overlay-content .contact-info .left-side {
width: 230px;
height: 85px;
}
#edit-contact .full-width-contact-fieldset {
margin-bottom: 7px;
height: 112px;
}
#edit-contact .full-width-contact-fieldset .dx-field-label {
width: 80px;
}
#edit-contact .full-width-contact-fieldset .dx-field-value {
width: 480px;
}
#contact-city {
left: 0;
}
#contact-state {
left: 258px;
}
#contact-zipcode {
left: 345px;
}
#edit-contact .bottom-columns {
position: relative;
margin-bottom: 45px;
}
#contact-purchase-authority {
padding-left: 30px;
line-height: 10px;
}
#contact-purchase-authority > div{
left: 0;
right: auto;
margin-top: -11px;
}
#edit-contact .right-side .dx-field-label {
text-align: right;
padding-right: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 108px;
}
#edit-contact .right-side .dx-field-value {
padding-right: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 222px;
}
#edit-contact .left-side .dx-field-label {
width: 80px;
}
#edit-contact .left-side .dx-field-value {
width: 150px;
}
/* grid customization */
.dx-datagrid .dx-sort-up,
.dx-datagrid .dx-sort-down,
.dx-datagrid-group-opened,
.dx-datagrid-group-closed {
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
}
.dx-datagrid .dx-sort {
height: 13px !important;
width: 9px;
position: relative;
top: 3px;
right: 2px;
}
.dx-header-row.dx-datagrid-drop-highlight {
background-color: #fff;
}
.dx-datagrid .dx-header-row:not(.dx-column-lines) .dx-sort-alignment-right,
.dx-datagrid .dx-header-row:not(.dx-column-lines) .dx-sort-alignment-left {
padding: 0;
}
.dx-datagrid .dx-sort-down {
background-position: 0 -171px;
}
.dx-datagrid .dx-sort-up {
background-position: -9px -171px;
}
.dx-datagrid-group-opened {
background-position: -127px -184px;
}
.dx-datagrid-group-closed {
background-position: -97px -184px;
}
/* customization selectbox */
.dx-selectbox {
overflow: hidden;
}
.dx-selectbox.dx-selectbox-selected {
background-color: #fff;
}
.dx-selectbox .dx-dropdowneditor-icon {
height: inherit;
}
.dx-autocomplete-popup-wrapper .dx-list-item.dx-selectbox-selected:hover {
background-color: #bf4e6a;
}
:not(.dx-state-disabled) .dx-dropdowneditor:not(.dx-state-disabled).dx-state-hover:not(.dx-dropdowneditor-active):not(.dx-state-readonly) .dx-dropdowneditor-icon {
border-left-color: transparent;
}
:not(.dx-state-disabled) .dx-dropdowneditor:not(.dx-state-disabled).dx-state-hover:not(.dx-dropdowneditor-active):not(.dx-state-readonly) .dx-dropdowneditor-button {
background-image: none;
background-color: #FFFFFF;
}
.dx-overlay-content .dx-dropdowneditor .dx-dropdowneditor-button {
background: none;
width: 24px;
height: 24px;
margin: 1px;
border: 1px solid transparent;
box-sizing: inherit;
-webkit-box-sizing: inherit;
}
.dx-overlay-content .dx-dropdowneditor.dx-widget:hover .dx-dropdowneditor-button {
background-image: linear-gradient(to top, #f1f1f1, #fff);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.dx-overlay-content .dx-dropdowneditor.dx-widget.dx-state-hover .dx-dropdowneditor-button,
.dx-overlay-content .dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-button {
margin: 1px;
border: 1px solid #c9c8c8;
}
.dx-overlay-content .dx-dropdowneditor .dx-dropdowneditor-button:active,
.dx-overlay-content .dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-button {
background-image: none !important;
background-color: #d9d9d9 !important;
box-shadow: none !important;
}
.dx-overlay-content .dx-dropdowneditor.dx-state-disabled:hover,
.dx-overlay-content .dx-dropdowneditor.dx-state-disabled .dx-dropdowneditor-button,
.dx-overlay-content .dx-dropdowneditor.dx-state-disabled:hover .dx-dropdowneditor-button {
background-color: white !important;
}
.dx-overlay-content .dx-dropdowneditor.dx-state-disabled .dx-dropdowneditor-button .dx-dropdowneditor-icon {
filter: alpha(opacity=50);
-khtml-opacity: .5;
-moz-opacity: .5;
opacity: .5;
}
.dx-calendar-picker.dx-dropdowneditor-active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.dx-autocomplete-popup-wrapper .dx-overlay-content,
.dx-dropdowneditor.dx-texteditor.dx-state-focused,
.dx-dropdowneditor.dx-texteditor.dx-widget:hover {
border-color: #cbcbcb;
}
.dx-dropdowneditor.dx-texteditor.dx-state-focused {
box-shadow: none;
}
.dx-overlay-content .dx-list-item.dx-selectbox-selected {
color: #fff;
}
.dx-overlay-content .dx-selectbox .dx-dropdowneditor-icon {
height: 5px;
width: 10px;
background-repeat: no-repeat;
background-position: 0 -130px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
margin: 10px 7px;
}
.dx-overlay-content .dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-button .dx-dropdowneditor-icon {
opacity: 1;
}
/* calendar picker */
.dx-calendar-picker-overlay .dx-overlay-content .dx-calendar {
width: 260px;
height: 251px;
}
.dx-calendar .dx-calendar-body > table {
width: 100%;
border: none;
padding: 0;
}
.dx-calendar .dx-calendar-navigator {
height: 37px;
border-bottom: 1px solid #cbcbcb;
}
.dx-calendar .dx-calendar-navigator > * {
position: absolute;
padding-top: 7px;
padding-bottom: 6px;
height: 22.6px;
}
.dx-calendar .dx-calendar-body {
width: 100%;
height: 210px;
}
.dx-calendar .dx-calendar-navigator span {
line-height: 24px;
text-transform: none;
font-size: 14px;
font-weight: normal;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-previous-year,
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-next-year,
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-previous-month,
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-next-month {
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
width: 13px;
height: 11px;
padding-left: 0;
padding-right: 0;
padding: 0;
top: 14px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-previous-year {
background-position: -78px -24px;
left: 14px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-next-year {
background-position: -26px -24px;
right: 15px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-previous-month {
background-position: -52px -24px;
left: 38px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-next-month {
background-position: 0 -24px;
right: 37px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-previous-year:hover {
background-position: -91px -24px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-next-year:hover {
background-position: -39px -24px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-previous-month:hover {
background-position: -65px -24px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-next-month:hover {
background-position: -13px -24px;
}
.dx-calendar .dx-calendar-body table th {
width: auto;
height: 24px;
line-height: 24px;
padding-bottom: 2px;
text-transform: uppercase;
}
.dx-calendar .dx-calendar-body table thead tr {
background-color: #fafafa;
}
.dx-calendar .dx-calendar-body table tbody tr td {
border: 6px solid #ffffff !important;
}
.dx-calendar .dx-calendar-body table tbody tr:first-child td {
border-top: 8px solid #ffffff;
}
.dx-calendar .dx-calendar-body table td {
font-size: 14px;
width: auto;
padding: 2px 0px;
}
.dx-calendar .dx-calendar-body table tr td:first-child {
border-left: 14px solid #ffffff !important;
}
.dx-calendar .dx-calendar-body table thead th:first-child {
padding-left: 8px;
}
.dx-calendar .dx-calendar-body table tr td:last-child {
border-right: 14px solid #ffffff !important;
}
.dx-calendar .dx-calendar-body table thead th:last-child {
padding-right: 7px;
border-right: none;
}
.dx-calendar .dx-calendar-body table td:hover {
background-color: #f0f0f0;
}
.dx-calendar .dx-calendar-body table td.dx-calendar-today:not(.dx-calendar-selected-date) {
color: #bf4e6a;
}
.dx-calendar .dx-calendar-body table td.dx-calendar-selected-date {
}
.dx-calendar .dx-calendar-body table td.dx-calendar-selected-date:hover {
color: #434343;
border: none;
}
/* overlays */
.dx-overlay-content .right-side {
position: absolute;
top: 0;
right: 0;
}
.dx-state-disabled .dx-texteditor-input {
color: #a6a6a6;
}
.dx-widget.dx-texteditor:not(.dx-dropdowneditor) {
padding: 1px;
}
.dx-widget.dx-texteditor:not(.dx-dropdowneditor):hover {
border-color: #cbcbcb;
box-shadow: inset 0 0 0 1px #ebebeb;
}
.dx-state-focused.dx-texteditor:not(.dx-dropdowneditor) .dx-texteditor-input,
.dx-widget.dx-texteditor:hover:not(.dx-dropdowneditor) .dx-texteditor-input {
background: none !important;
}
.dx-state-focused.dx-texteditor:not(.dx-dropdowneditor),
.dx-state-focused.dx-texteditor:hover:not(.dx-dropdowneditor) {
border-color: #bf4e6a;
box-shadow: inset 0 0 0 1px #bf4e6a !important;
padding: 1px;
}
.dx-field-value:not(.dx-widget) > .dx-textarea {
margin: -6px -10px;
}
.dx-loadpanel-content .dx-loadindicator .dx-loadindicator-icon, .dx-loadpanel-content .dx-loadindicator .dx-loadindicator-image {
background: url('../images/dx/Loading.gif') center center no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.dx-loadindicator-icon .dx-loadindicator-segment {
height: 0;
}
.dx-loadpanel-content {
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
color: #666;
width: 168px!important;
height: 88px!important;
border-radius: 0;
}
.dx-loadpanel-content .dx-loadindicator {
width: 42px;
height: 42px;
margin-right: 10px;
vertical-align: middle;
}
.dx-loadpanel-content .dx-loadpanel-message {
display: inline-block;
vertical-align: middle;
}
/* disable-db-notice */
.disable-db-notice {
display: none;
}
.disable-db-notice-content {
height: 38px;
font-size: 14px;
color: #828282;
}
.dx-dropdowneditor-overlay:not(.dx-calendar-picker-overlay) .dx-overlay-content.dx-popup-draggable {
max-height: 235px !important;
}
/* custom filters */
.filter-options {
height: 220px;
width: 440px;
background-color: white;
overflow: hidden;
border: 1px solid #cbcbcb;
margin-bottom: 20px;
padding-left: 12px;
padding-top: 7px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
#edit-filter-content .filter-group {
font-size: 13px;
margin-top: 5px;
}
#edit-filter-content .filter-group > div {
vertical-align: middle;
cursor: pointer;
}
.filter-permissions .filter-type,
.filter-permissions .filter-add,
.filter-permissions .filter-details > div {
display: inline-block;
padding-right: 3px;
text-decoration: underline;
}
.filter-permissions .filter-details > div.data-edit-value {
text-decoration: none;
}
.filter-permissions .filter-details > div {
height: 17px;
}
.filter-permissions .filter-details {
margin-bottom: 2px;
}
#edit-filter-content .filter-permissions .filter-add {
vertical-align: top;
margin-top: 1px;
}
.filter-permissions .data-edit-value {
vertical-align: middle;
width: 130px;
position: relative;
height: 17px;
}
.filter-permissions .data-edit-value > div{
position: absolute;
top: -9px;
}
.filter-permissions .filter-type {
text-transform: capitalize;
color: #db3412;
}
.filter-permissions .filter-add,
.filter-permissions .data-remove {
height: 11px;
width: 8px;
background-repeat: no-repeat;
background-position: -12px -118px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
}
.filter-permissions .filter-add:hover {
background-position: 0 -118px;
}
.filter-permissions .data-remove {
background-position: -24px -118px;
vertical-align: top;
margin-top: 2px;
}
.filter-permissions .data-remove:hover {
background-position: -36px -118px;
}
.filter-permissions .data-permission {
color: #6fb111;
}
.filter-permissions .data-field {
color: #1086d4;
margin-left: 8px;
}
.filter-permissions .data-value {
color: gray;
}
#edit-filter-content .dx-placeholder:before {
padding-top: 4px;
color: #b0b0b0;
}
#edit-filter-content .filter-save-description {
display: inline-block;
vertical-align: top;
line-height: 28px;
font-size: 14px;
margin-left: 5px;
margin-bottom: 5px;
}
.button-custom-filter .dx-icon-custom-filter {
background-repeat: no-repeat;
background-position: -20px -135px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
width: 20px;
height: 20px;
}
#edit-filter-content .dx-texteditor-input {
padding-top: 1px;
padding-bottom: 2px;
font-size: 13px;
}
#custom-filters {
display: none;
}
/* custom filter context menu */
.dx-context-menu .dx-menu-items-container {
padding: 0;
}
.dx-context-menu .dx-menu-item-content {
padding: 0;
}
.dx-context-menu .dx-list-item {
border-top: 0;
font-size: 14px;
padding: 7px 9px;
overflow: visible;
display: block;
}
.dx-overlay-content.dx-context-menu {
-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
#custom-filters.left-menu ul li {
position: relative;
}
#custom-filters.left-menu li .update-filter {
content: "";
display: none;
height: 14px;
width: 14px;
position: absolute;
top: 14px;
right: 10px;
cursor: pointer;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
background-position: -83px -184px;
}
#custom-filters.left-menu li:hover .update-filter {
display: block;
}
/* dropdown button */
.dropdown-icon {
display: inline-block;
background-repeat: no-repeat;
background-position: center right;
}
.site-logo .dropdown-icon,
.customers-info .dropdown-icon {
position: relative;
background-repeat: no-repeat;
background-position: 0 -130px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
}
.site-logo .dropdown-icon {
height: 5px;
width: 9px;
left: 10px;
bottom: 8px;
}
.site-logo .dropdown-icon.hovered {
background-position: -9px -130px;
}
.customers-info .dropdown-icon {
height: 5px;
width: 9px;
left: 5px;
bottom: 3px;
}
.customers-info .dropdown-icon.hovered {
background-position: -9px -130px;
} | src/assets/styles/default/vendor/dx/dist-styles.css | body, html {
margin: 0;
padding: 0;
font-family: 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
height: 100%;
width: 100%;
min-width: 1100px;
background-color: #e7e9ed;
}
.dx-datagrid table {
white-space: normal;
}
.dx-datagrid-focus-overlay {
border: 0;
}
a {
color: #8590b4;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:visited {
color: #bf4e6a;
}
.dx-tabs {
background-color: transparent;
text-align: left;
}
.dx-state-focused.dx-texteditor {
border-width: 1px;
}
.dx-state-disabled {
opacity: inherit;
}
.layout-content .header {
width: 100%;
height: 50px;
}
.layout-content .header .buttons, .layout-content .header .search {
position: relative;
display: inline-block;
top: 20px;
}
.layout-content .header .buttons .button-task,
.layout-content .header .buttons .button-custom-filter {
margin-left: 20px;
}
.layout-content .header .buttons .button-chooser.dx-button,
.layout-content .header .buttons .button-custom-filter.dx-button {
padding: 0;
}
.button-chooser .dx-icon-column-chooser {
background-repeat: no-repeat;
background-position: 0 -135px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
width: 20px;
height: 20px;
}
.layout-content .header .search {
float: right;
}
.layout-content .header .search .icon-find {
width: 19px;
height: 20px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-position: -42px -184px;
background-repeat: no-repeat;
position: absolute;
right: 5px;
top: 5px;
z-index: 10;
}
.layout-content .header .search .dx-texteditor-input {
padding: 0 9px;
}
.layout-content .header .buttons .dx-button {
padding: 3px 16px;
}
.layout-content .header .buttons .dx-button .dx-icon {
margin-top: 2px;
}
.layout-content .header .buttons .dx-button-text {
font-size: 12px;
line-height: 22px;
}
.layout-navigation {
position: relative;
top: 0;
bottom: 0;
float: left;
width: 210px;
min-height: 955px;
}
.layout-navigation .logo {
position: absolute;
bottom: 20px;
left: 30px;
width: 156px;
height: 27px;
background-image: url(../images/dx/copy.png);
-moz-background-size: 156px 27px;
-o-background-size: 156px 27px;
-webkit-background-size: 156px 27px;
background-size: 156px 27px;
}
.layout-navigation .site-logo {
position: relative;
margin-top: 20px;
margin-left: 30px;
}
/*main-menu*/
.layout-navigation .main-menu {
width: 168px;
}
.layout-navigation .main-menu .dropdown-menu {
height: 30px;
padding: 0;
margin: 3px 0 0 0;
}
.layout-navigation .main-menu .dropdown-menu > li {
text-align: left;
list-style: none outside none;
}
.layout-navigation .main-menu .dropdown-menu > li a {
display: block;
text-decoration: none;
}
/*main-menu context menu*/
.dx-overlay-content.dx-context-menu.main-menu-items-content {
box-shadow: none;
border: 0;
}
.dx-overlay-content.dx-context-menu.main-menu-items-content .dx-submenu {
padding-top: 30px;
}
.dx-overlay-content.dx-context-menu.main-menu-items-content .dx-menu-items-container {
border: 0;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
padding: 0;
}
.dx-context-menu .main-menu-item {
display: block;
padding: 0;
}
.dx-context-menu .main-menu-item a,
.dx-context-menu .gallery-type-menu-item {
display: block;
background: #FFF;
color: #bf4e6a;
text-decoration: none;
cursor: pointer;
text-align: left;
padding: 9px 20px;
font-size: 16px;
}
.dx-context-menu .main-menu-item a:hover,
.dx-context-menu .gallery-type-menu-item:hover {
background-color: #bf4e6a;
color: #fff;
}
.dropdown-menu-button {
cursor: pointer;
height: 25px;
}
.layout-navigation .left-menu {
margin-top: 30px;
}
.layout-navigation .left-menu > ul {
padding: 0;
list-style: none;
margin: 10px 0;
}
.layout-navigation .left-menu > ul a{
display: block;
text-decoration: none;
padding: 9px 30px;
border-bottom: 1px solid #c7c9cc;
color: #5c5d5f;
}
.layout-navigation .left-menu > ul li:first-child a{
border-top: 1px solid #c7c9cc;
border-bottom: 1px solid #c7c9cc;
}
.layout-navigation .left-menu > ul a:hover,
.layout-navigation .left-menu > ul a.active {
color: #545659;
cursor: pointer;
}
.layout-navigation .left-menu > ul a:hover {
background-color: #f1f2f5;
}
.layout-navigation .left-menu > ul a.active-left-menu-item {
background-color: #d5d8e0;
}
.layout-navigation .left-menu > .menu-header {
color: #7f8082;
font-size: 14px;
padding: 0 0 0 30px;
text-transform: uppercase;
}
.layout-content {
height: 100%;
min-height: 900px;
margin: 0 20px 0 210px;
padding: 0;
}
.layout-content .main-content {
overflow: hidden;
height: 812px;
background-color: #fafafa;
border: 1px solid #cfcfcf;
border-radius: 3px;
box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
margin: 10px 0 20px 0;
}
/*overlay grid's styles */
#grid {
height: 360px;
background-color: #fff;
}
.layout-content .main-content #grid .dx-row>td {
color: #191919;
font-size: 14px;
vertical-align: middle;
}
.layout-content .main-content #grid .dx-header-row:not(.dx-column-lines) .dx-sort-alignment-left {
padding-left: 0;
margin-left: 10px;
}
.layout-content .main-content #grid.product .dx-data-row,
.layout-content .main-content #grid.customers .dx-data-row {
height: 31px;
}
.layout-content .main-content #grid .dx-row.dx-group-row {
background-color: #f4f4f4;
font-weight: normal;
}
.layout-content .main-content #grid .dx-group-row > td {
border-top-width: 1px;
}
.layout-content .main-content #grid .dx-group-row:first-child > td {
border-top: 0;
}
.layout-content .main-content #grid.product .dx-row>td{
padding: 3px 7px;
}
.layout-content .main-content #grid.employee .dx-row>td{
padding: 6px 7px;
}
.layout-content .main-content #grid .dx-row > td.dx-datagrid-sort-action {
padding: 6px 7px;
}
.layout-content .main-content #grid .dx-row .dx-datagrid-text-content{
color: #828282;
font-size: 14px;
}
.layout-content .main-content #grid .unchecked,
.layout-content .main-content #grid .checked {
width: 24px;
height: 24px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
display: inline-block;
cursor: pointer;
}
.layout-content .main-content #grid .unchecked {
background-position: -120px 0;
}
.layout-content .main-content #grid .unchecked:hover {
background-position: -144px 0;
}
.layout-content .main-content #grid .unchecked:active {
background-position: -168px 0;
}
.layout-content .main-content #grid .checked {
background-position: 0 0;
}
.layout-content .main-content #grid .checked:hover {
background-position: -48px 0;
}
.layout-content .main-content #grid .checked:active {
background-position: -96px 0;
}
.layout-content .main-content #grid .dx-row.dx-selection .checked,
.layout-content .main-content #grid .dx-row.dx-selection .unchecked {
margin-left: 1px;
}
.layout-content .main-content #grid .icon-info,
.layout-content .main-content #grid .dx-selection > td > .icon-info,
#grid.customers .grid-details {
width: 16px;
height: 16px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
display: inline-block;
cursor: pointer;
}
.layout-content .main-content #grid .icon-info,
#grid.customers .grid-details {
background-position: 0 -155px;
}
.layout-content .main-content #grid .dx-selection > td > .icon-info,
#grid.customers .dx-row.dx-selection .grid-details {
background-position: -16px -155px;
}
.layout-content .main-content #grid .dx-row.dx-selection > td {
background-color: #bf4e6a;
color: #fff;
border-left: 0;
border-right: 0;
}
.dx-pager {
border-top: 1px solid #d3d3d3;
}
.dx-pager .dx-pages .dx-page {
padding: 5px 9px;
background-color: transparent;
color: #191919;
}
.dx-pager .dx-pages .dx-page.dx-selection, .dx-pager .dx-page-sizes .dx-page.dx-selection {
background-color: #bf4e6a;
padding: 5px 9px;
color: #fff;
}
.layout-content .main-content .info{
border-top: 1px solid #ebebeb;
background-color: #fafafa;
position: relative;
height: auto;
padding: 20px 30px;
}
.layout-content .main-content .info .about {
float: left;
width: 450px;
}
.layout-content .main-content .info .about .name{
color: #bf4e6a;
font-size: 24px;
display: inline-block;
}
.layout-content .main-content .info .about .icon-edit{
display: inline-block;
width: 14px;
height: 14px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
background-position: -83px -184px;
margin-left: 10px;
cursor: pointer;
}
.layout-content .main-content .info .about .title{
color: #828282;
line-height: 14px;
}
.layout-content .main-content .info .about .photo {
margin: 10px 0;
height: 150px;
width: 410px;
}
.layout-content .main-content .employee.info .about .photo {
width: 340px;
margin: 20px 0;
}
.layout-content .main-content .info .about .photo > div:not(.image) {
text-transform: uppercase;
margin: 12px 0px 0px 18px;
float: left;
color: #828282;
font-size: 12px;
min-width: 90px;
}
.layout-content .main-content .info .about .photo > div > span {
text-transform: none;
color: #000;
font-size: 14px;
line-height: 16px;
}
.layout-content .main-content .info .about .photo .image {
width: 190px;
height: 130px;
border: 1px solid #cccccc;
float: left;
padding: 4px;
}
.layout-content .main-content .info .about .photo .image img {
width: 190px;
height: 130px;
}
.layout-content .main-content .employee.info .about .photo .image {
width: 120px;
height: 150px;
border: 1px solid #cccccc;
float: left;
padding: 4px;
}
.layout-content .main-content .employee.info .about .photo .image img {
width: 120px;
height: 150px;
}
.layout-content .main-content .info .sections {
position: absolute;
right: 30px;
left: 450px;
}
.layout-content .main-content .info .sections .tabs {
width: auto;
padding: 0;
margin: 0;
z-index: 100;
}
.layout-content .main-content .info .sections .dx-tabs {
display: block;
}
.layout-content .main-content .info .sections .tabs .dx-tab{
background-color: #fff;
background-image: none;
box-shadow: none;
-webkit-box-shadow: none;
z-index: 1;
display: inline-block;
padding: 4px;
border-radius: 0;
vertical-align: bottom;
}
.layout-content .main-content .info .sections .tabs .dx-tab.dx-tab-selected {
border-bottom: 0;
z-index: 2;
height: 25px;
}
.layout-content .main-content .info .sections .tabs .dx-tab:last-child:not(.dx-tab-selected){
border-left: 0;
}
.layout-content .main-content .info .sections .tabs .dx-tab:first-child:not(.dx-tab-selected){
border-right: 0;
margin-left: 1px;
}
.layout-content .main-content .info .sections .tabs .dx-tab .dx-tab-text {
color: #676767;
}
.layout-content .main-content .info .sections .tabs .dx-tab.dx-tab-selected .dx-tab-text {
color: #bf4e6a;
}
.layout-content .main-content .info .sections .tabs-container {
background-color: #fff;
border: 1px solid #cbcbcb;
margin-top: -1px;
height: 295px;
}
.layout-content .main-content .info .sections .tabs-container .tabs-content .gallery.dx-gallery {
margin: 70px 8%;
width: 84%!important;
}
.layout-content .main-content .info .sections .tabs-container .tabs-content .chart {
width: 94%;
margin: 18px 3%;
}
.layout-content .main-content .info .gallery.dx-gallery {
position: relative;
}
.layout-content .main-content .info .gallery.dx-gallery .dx-gallery-wrapper {
position: static;
}
.layout-content .main-content .info .gallery.dx-gallery .dx-gallery-container {
width: 100%;
}
.layout-content .main-content .info .gallery.dx-gallery .dx-gallery-item {
width: 150px;
}
.layout-content .main-content .info .gallery.dx-gallery .dx-gallery-item .gallery-image {
width: 130px;
height: 130px;
margin: 5px auto;
border: 1px solid #cbcbcb;
}
.layout-content .main-content .info .gallery.dx-gallery .dx-gallery-item .gallery-image > div{
margin: 5px;
width: 120px;
height: 120px;
background-size: cover;
background-position: center;
}
.layout-content .main-content .info .gallery.dx-gallery.dx-widget .dx-gallery-nav-button-next,
#customers-gallery .dx-gallery-nav-button-next {
right: -15px;
}
.layout-content .main-content .info .gallery.dx-gallery.dx-widget .dx-gallery-nav-button-prev,
#customers-gallery .dx-gallery-nav-button-prev {
left: -15px;
}
.layout-content .main-content .info .gallery.dx-gallery.dx-widget .dx-gallery-nav-button-prev,
.layout-content .main-content .info .gallery.dx-gallery.dx-widget .dx-gallery-nav-button-next {
height: 30px;
top: 45%;
}
.layout-content .main-content .info .sections .tabs-container .tabs-content .gallery.dx-gallery .dx-gallery-nav-button-prev,
.layout-content .main-content .info .sections .tabs-container .tabs-content .gallery.dx-gallery.dx-widget .dx-gallery-nav-button-prev:hover:before,
#customers-gallery .dx-gallery-nav-button-prev,
#customers-gallery.dx-widget .dx-gallery-nav-button-prev:hover:before {
background-repeat: no-repeat;
background-position: 0 -35px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
width: 10px;
height: 23px;
background-color: transparent;
}
.layout-content .main-content .info .sections .tabs-container .tabs-content .gallery.dx-gallery .dx-gallery-nav-button-next,
.layout-content .main-content .info .sections .tabs-container .tabs-content .gallery.dx-gallery.dx-widget .dx-gallery-nav-button-next:hover:before,
#customers-gallery .dx-gallery-nav-button-next,
#customers-gallery.dx-widget .dx-gallery-nav-button-next:hover:before {
background-repeat: no-repeat;
background-position: -20px -35px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
width: 10px;
height: 23px;
background-color: transparent;
}
/*employees*/
.layout-content .main-content .info .sections .tasks .dx-row:not(.dx-header-row) {
height: 40px;
}
.layout-content .main-content .info .sections .tasks .dx-row.dx-data-row.row-selected{
background-color: #F7F8FA;
cursor: pointer;
}
.layout-content .main-content .info .sections .tasks .dx-row .task-actions {
text-align: right;
padding-right: 20px;
}
.layout-content .main-content .info .sections .tasks .dx-row.dx-data-row.row-selected .task-actions .dx-button,
.layout-content .main-content .info .sections .tasks .dx-row.dx-data-row.active .task-actions .dx-button{
display: inline-block;
}
.layout-content .main-content .info .sections .tasks .dx-row .dx-datagrid-action-cursor {
color: #828282;
font-size: 14px;
}
.layout-content .main-content .info .sections .tasks .dx-datagrid .dx-datagrid-table .dx-column-lines>td {
border-left: 0;
font-size: 14px;
}
.tasks .task-actions .dx-button {
display: none;
}
.layout-content .main-content .tasks .task-actions .dx-button {
background-image: none;
background-color: #5E6D9D;
width: 50px;
height: 23px;
padding: 0;
text-align: center;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-radius: 2px;
border: 0;
}
.layout-content .main-content .tasks .task-actions .dx-button:first-child {
margin-right: 3px;
margin-left: 8px;
}
.layout-content .main-content .task-actions .dx-button .dx-button-text {
font-size: 12px;
color: white;
line-height: 22px;
}
.overlayImage .dx-overlay-content {
text-align: center;
background: #fff;
padding: 20px;
color: #bf4e6a;
}
.overlayImage .dx-overlay-content .big {
height: 80%;
width: 100%;
}
.overlayImage .dx-overlay-content .big img {
margin: 10% 0;
width: 350px;
height: 250px;
}
.layout-content .footer {
width: 100%;
height: auto;
color: #96989a;
margin: 0;
padding: 0;
}
.layout-content .footer .copy, .layout-content .footer .social{
display: inline-block;
}
.layout-content .footer .copy {
padding: 5px 20px;
border-left: 1px solid #bebfc3;
}
.layout-content .footer .social {
float: right;
padding: 10px 0;
}
.layout-content .footer .social a {
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
height: 26px;
width: 24px;
display: inline-block;
}
.layout-content .footer .social a.facebook{
background-position: -24px -92px;
}
.layout-content .footer .social a.twitter {
background-position: -72px -92px;
}
.layout-content .footer .social a.google-plus {
background-position: -48px -92px;
}
.layout-content .footer .social a.youtube {
background-position: -96px -92px;
}
.layout-content .footer .social a.blogs {
background-position: 0 -92px;
}
/* fieldset for overlay */
.dx-fieldset {
padding: 0;
margin: 0;
}
.dx-overlay-content .right-side .dx-fieldset,
.dx-overlay-content .left-side .dx-fieldset {
margin-bottom: 15px;
}
.dx-overlay-content .dx-fieldset {
padding-left: 0;
padding-right: 0;
}
.dx-overlay-content .dx-field {
padding-top: 5px;
min-height: 0;
}
.dx-overlay-content .dx-field-label {
color: #828282;
padding-top: 5px;
padding-bottom: 6px;
}
.dx-overlay-content .dx-fieldset .dx-texteditor-input {
background-color: #FFFFFF;
padding-top: 4px;
padding-bottom: 5px;
padding-right: 2px;
}
/*edit note*/
#edit-note {
height: 100%;
width: 100%;
}
.dx-overlay-shader {
background-color: rgba(0,0,0,.5);
}
.dx-overlay-modal .dx-overlay-content {
background-color: #fafafa;
border: 1px solid #4d4d4d;
box-shadow: 0 32px 32px 0 rgba(0, 0, 0, 0.15);
}
.dx-datagrid-column-chooser .dx-overlay-content {
background-color: #fff;
border-radius: 3px;
}
.dx-datagrid-column-chooser .dx-state-focused.dx-overlay-content {
outline: 0;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title {
background-color: #fafafa;
color: #3f3f3f;
line-height: 25px;
margin: 0;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title .dx-toolbar-item {
padding: 0;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title .dx-closebutton {
opacity: 0.7;
width: 22px;
margin-top: 0;
margin-right: 18px;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content {
padding-top: 10px;
}
#edit-note .task-info, #edit-note .edit-label {
margin: 10px 30px;
}
.dx-field-label {
color: #828282;
padding-top: 5px;
padding-bottom: 6px;
}
.edit-label {
height: 56px;
width: 100%;
font-size: 16px;
line-height: 46px;
color: #bf4e6a;
}
#edit-note .edit-label {
height: 35px;
}
#edit-note .dx-field-value:not(.dx-switch):not(.dx-checkbox) {
width: 100%;
}
#edit-note .dx-field {
margin-bottom: 20px;
}
.common-edit-notes {
display: inline-block;
line-height: 32px;
color: #8d8d8d;
font-size: 12px;
}
/*edit-task*/
#edit-task {
padding: 10px 30px;
height: 100%;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.task-info {
height: auto;
position: relative;
}
.dx-overlay-content .left-side {
width: 230px;
height: 260px;
}
.dx-overlay-content .task-info .right-side {
left: 260px;
height: 260px;
}
.task-info .dx-field {
padding-top: 5px;
min-height: 0;
}
.task-info .left-side .dx-field-label {
width: 80px;
}
.task-info .left-side .dx-fieldset .dx-field .dx-field-value {
width: 150px;
}
.task-info .right-side .dx-field-label {
padding-right: 18px;
text-align: right;
width: 30%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.task-info .right-side .dx-fieldset .dx-field .dx-field-value {
width: 70%;
}
.task-info .dx-texteditor-input {
padding-top: 4px;
padding-bottom: 5px;
}
.task-info #task-priority .dx-texteditor-input,
.task-info #task-status .dx-texteditor-input {
padding-left: 30px;
}
#task-priority-image,
#task-status-image {
top: 7px;
left: 9px;
z-index: 1;
position: absolute;
}
#task-priority-image,
#task-status-image,
.dx-list-item div.selectbox-icon {
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
width: 15px;
height: 16px;
}
#task-priority-image {
height: 16px;
width: 15px;
}
#task-status-image {
height: 18px;
width: 18px;
}
.task-priority-4 {
background-position: -90px -58px;
}
.task-priority-3 {
background-position: -60px -58px;
}
.task-priority-2 {
background-position: -30px -58px;
}
.task-priority-1 {
background-position: 0 -58px;
}
.dx-list-item.dx-selectbox-selected .task-priority-1 {
background-position: -15px -58px;
}
.dx-list-item.dx-selectbox-selected .task-priority-2 {
background-position: -45px -58px;
}
.dx-list-item.dx-selectbox-selected .task-priority-3 {
background-position: -75px -58px;
}
.dx-list-item.dx-selectbox-selected .task-priority-4 {
background-position: -105px -58px;
}
.task-status-1 {
background-position: -144px -74px;
}
.task-status-2 {
background-position: -72px -74px;
}
.task-status-3 {
background-position: -108px -74px;
}
.task-status-4 {
background-position: -36px -74px;
}
.task-status-5 {
background-position: 0 -74px;
}
.dx-list-item.dx-selectbox-selected .task-status-1 {
background-position: -162px -74px;
}
.dx-list-item.dx-selectbox-selected .task-status-2 {
background-position: -90px -74px;
}
.dx-list-item.dx-selectbox-selected .task-status-3 {
background-position: -126px -74px;
}
.dx-list-item.dx-selectbox-selected .task-status-4 {
background-position: -54px -74px;
}
.dx-list-item.dx-selectbox-selected .task-status-5 {
background-position: -18px -74px;
}
div.selectbox-icon.task-status-1,
div.selectbox-icon.task-status-2,
div.selectbox-icon.task-status-3,
div.selectbox-icon.task-status-4,
div.selectbox-icon.task-status-5 {
width: 18px;
height: 18px;
vertical-align: bottom;
}
.task-info .dx-calendar-picker .dx-dropdowneditor-button {
background-color: #FFFFFF;
background-image: none;
border-left: none;
}
.task-info .dx-selectbox .dx-dropdowneditor-button,
.task-info .dx-selectbox.dx-widget:hover .dx-dropdowneditor-button{
background-color: #FFFFFF;
background-image: none;
border-left: none;
}
.task-info .dx-calendar-picker {
width: 100%;
}
.task-info .dx-calendar-picker input {
padding-top: 4px;
padding-bottom: 5px;
}
.task-info .dx-calendar-picker .dx-dropdowneditor-icon {
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-position: -23px -184px;
background-repeat: no-repeat;
height: 20px;
width: 20px;
position: relative;
top: 1px;
left: 2px;
}
.dx-list-item div.selectbox-icon {
display: inline-block;
margin-right: 6px;
}
#task-completed {
padding-top: 0;
padding-left: 21px;
padding-right: 21px;
right: -29px !important;
left: -32px !important;
width: auto !important;
}
#task-completed .dx-slider-handle {
background-color: transparent;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-position: 0 -184px;
background-repeat: no-repeat;
border: none;
width: 23px;
height: 23px;
top: 4px !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
z-index: 1;
}
#task-completed .dx-slider-bar {
background: #D1D1D1;
border: 1px solid #D1D1D1;
border-bottom: none;
border-left: none;
}
#task-completed .dx-slider-range {
border: 1px solid #BF4E6A;
border-bottom: none;
background: #BF4E6A;
height: 2px;
}
.dx-popover-wrapper.dx-position-top .dx-popover-arrow.dx-popover-arrow-flipped:after,
.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow:after {
border: 1px solid #CFCFCF;
background-color: #FFFFFF;
top: -3px;
left: 5px;
}
.slider-axis-value-0,
.slider-axis-value-50,
.slider-axis-value-100 {
font-size: 12px;
position: absolute;
top: 26px;
color: #828282;
}
.slider-axis-value-0 {
left: -4px;
}
.slider-axis-value-50 {
left: 47.5%;
}
.slider-axis-value-100 {
right: -6px;
}
#task-completed .dx-popover-wrapper .dx-overlay-content {
background: #FFFFFF;
border: 1px solid #cfcfcf;
height: 37px !important;
width: 62px !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#task-completed .dx-popover-wrapper .dx-popup-content {
width: 62px;
height: 100% !important;
padding: 5px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #FFFFFF;
text-align: center;
color: #BF4E6A;
line-height: 25px;
font-size: 14px;
}
.edit-actions {
width: 100%;
height: 45px;
margin-top: 45px;
}
.edit-actions .dx-button {
float: right;
width: 90px;
height: 30px;
margin-left: 10px;
background-image: none;
background-color: #FAFAFA;
}
.edit-actions .dx-button .dx-button-text {
line-height: 22px;
}
.task-info .right-side .dx-fieldset .dx-field:last-child {
margin-top: 12px;
}
/*edit-employee*/
#edit-employee {
padding: 10px 30px;
height: 100%;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#edit-employee .left-block,
#edit-employee .right-block {
display: inline-block;
height: auto;
margin: 5px 0;
}
#edit-employee .left-block {
width: 42%;
}
#edit-employee .right-block {
text-align: right;
width: 57.2%;
}
#edit-employee .center-block {
width: 100%;
height: 75px;
margin: 5px 0;
}
#edit-employee .center-block .dx-field {
height: 40%;
}
#edit-employee .dx-field-label {
width: 80px;
}
#edit-employee .left-block .dx-field-value {
width: 150px;
}
#edit-employee .right-block .dx-field-value {
width: 222px;
}
#edit-employee .center-block .dx-field-value {
text-align: justify;
width: 85%;
}
#edit-employee .center-block .dx-field-label {
width: 10%;
}
#edit-employee #employee-city {
left: 0;
}
#edit-employee #employee-state {
left: 57%;
}
#edit-employee #employee-zipcode {
left: 77%;
}
.rating-container {
display: inline-block;
margin-left: 8px;
background: url(../images/dx/star_unselected.png);
background-size: 18px 15px;
width: 90px;
height: 15px;
}
.rating {
background: url(../images/dx/star_selected.png);
background-size: 18px 15px;
width: 0;
height: 100%;
}
#text {
padding: 10px 30px;
height: 100%;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.dx-button {
background-image: linear-gradient(to top, #f1f1f1, #fff);
border-top: 1px solid #d2d2d2;
border-left: 1px solid #c9c8c8;
border-right: 1px solid #c9c8c8;
border-bottom: 1px solid #c3c3c2;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.dx-button.dx-widget:hover {
background-image: linear-gradient(to top, #f8f8f8, #fff);
}
.dx-button.dx-state-active {
background-image: none;
background-color: #d9d9d9;
box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.dx-button .dx-button-content .dx-button-text {
color: #3e3e3e;
}
.dx-button.dx-state-active .dx-button-content .dx-button-text {
color: #6c6c6c;
}
.layout-content .dx-button .dx-button-content {
line-height: 100%;
}
/* tasks view */
#grid.tasks {
height: 100%;
}
#grid.tasks tr.main-row:not(:first-child) {
border-top: 1px solid #d4d4d4;
}
.layout-content .main-content #grid.tasks .dx-row.dx-header-row td {
padding-left: 2px;
color: #828282;
}
#grid.tasks tr.task-selected > td {
background-color: #F7F8FA;
}
#grid.tasks tr:not(.task-selected) .task-status .dx-checkbox:not(.dx-checkbox-checked),
#grid.tasks tr:not(.task-selected) .task-actions .dx-button {
display: none
}
.tasks .task-selected .task-actions .dx-button{
display: inline-block;
}
#grid.tasks tr:not(.main-row):not(.dx-header-row) td {
padding-top: 0;
padding-bottom: 5px;
color: #828282;
}
.layout-content .main-content #grid.tasks .dx-row > td.grid-completed {
vertical-align: top;
}
#grid.tasks .main-row td,
#grid.tasks .main-row div {
color: #191919;
}
#grid.tasks .main-row td:not(.grid-completed) {
padding-top: 9px;
}
#grid.tasks .task-status {
text-align: center;
}
#grid.tasks .grid-completed {
padding: 0;
}
#grid.tasks .grid-completed > div {
padding-left: 0;
padding-top: 9px;
position: relative;
}
#grid.tasks .grid-completed div.chart-background {
position: absolute;
height: 10px;
width: 93px;
left: 1px;
top: 14px;
background-color: #D9D9D9;
z-index: 0;
}
#grid.tasks .grid-completed div:not(.chart-background) {
height: 12px;
display: inline-block;
vertical-align: top;
margin-right: 3px;
position: relative;
z-index: 1;
}
#grid.tasks .task-status .dx-checkbox,
#edit-filter-content .filter-save.dx-checkbox {
border: none;
width: 24px;
height: 24px;
margin: 0;
}
#grid.tasks .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox .dx-checkbox-icon,
#edit-contact .dx-checkbox-icon {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color: transparent;
-webkit-background-size: auto !important;
-moz-background-size: auto !important;
-o-background-size: auto !important;
background-size: auto !important;
background-image: url(../images/dx/sprite.png);
background-position: -120px 0;
background-repeat: no-repeat;
width: 24px;
height: 24px;
}
.dx-state-disabled.dx-checkbox .dx-checkbox-icon, .dx-state-disabled .dx-checkbox .dx-checkbox-icon {
opacity: 1;
}
#grid.tasks tr.task-selected .dx-checkbox-checked .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox.dx-checkbox-checked .dx-checkbox-icon,
#edit-contact .dx-checkbox-checked .dx-checkbox-icon {
background-position: 0px 0px;
border: none;
}
#grid.tasks tr:not(.task-selected) .dx-checkbox-checked .dx-checkbox-icon {
background-position: -72px 0;
border: none;
}
#grid.tasks tr.task-selected .dx-checkbox:hover .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox .dx-checkbox-icon,
#edit-contact .dx-checkbox:hover .dx-checkbox-icon {
background-position: -144px 0;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#grid.tasks tr.task-selected .dx-checkbox.dx-checkbox-checked:hover .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox.dx-checkbox-checked:hover .dx-checkbox-icon,
#edit-contact .dx-checkbox.dx-checkbox-checked:hover .dx-checkbox-icon {
background-position: -48px 0;
}
#grid.tasks tr.task-selected .dx-checkbox.dx-state-active .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox.dx-state-active .dx-checkbox-icon,
#edit-contact .dx-checkbox.dx-state-active .dx-checkbox-icon {
background-position: -168px 0;
}
#grid.tasks tr.task-selected .dx-checkbox.dx-checkbox-checked.dx-state-active .dx-checkbox-icon,
#edit-filter-content .filter-save.dx-checkbox.dx-checkbox-checked.dx-state-active .dx-checkbox-icon,
#edit-contact .dx-checkbox.dx-checkbox-checked.dx-state-active .dx-checkbox-icon {
background-position: -96px 0;
}
#grid.tasks .grid-priority div{
height: 16px;
width: 15px;
margin-left: 11px;
background-repeat: no-repeat;
background-image: url(../images/dx/sprite.png);
}
#grid.tasks .main-row.completed-row td:not(.grid-completed):not(.task-actions) {
text-decoration: line-through;
color: #828282;
}
#grid.tasks .completed-row > td {
background-color: #F7F7F7;
}
#grid.tasks .task-status,
#grid.tasks .task-actions {
vertical-align: middle;
}
#grid.tasks .task-description div {
font-size: 12px;
}
/* customers */
#grid.customers {
height: 407px;
}
#grid.customers tr.dx-header-row td {
padding-top: 6px;
padding-bottom: 6px;
color: #828282;
}
#grid.customers tr:not(.dx-header-row) td {
padding-top: 5px;
padding-bottom: 5px;
}
#grid.customers .dx-datagrid-group-panel {
padding-top: 10px;
padding-left: 10px;
}
#grid.customers div:not(.dx-page),
#grid.customers td {
font-size: 14px;
}
#grid.customers .dx-datagrid-group-panel .dx-group-panel-item {
min-width: 77px;
}
#grid.customers .dx-row.dx-selection > td.dx-datagrid-group-space {
border-right: 1px solid #bf4e6a;
}
.info-title {
width: 100%;
font-size: 22px;
text-align: center;
padding-bottom: 27px;
}
#customer-name {
color: #BF4E6A;
line-height: 30px;
}
.info.customers-info {
display: none;
}
#customer-category {
cursor: pointer;
text-transform: capitalize;
}
/* dropdown menu */
.dx-overlay-content.dx-context-menu.gallery-type-items-content {
box-shadow: none;
border: 0;
}
.dx-overlay-content.dx-context-menu.gallery-type-items-content .dx-submenu {
padding-top: 30px;
}
.dx-overlay-content.dx-context-menu.gallery-type-items-content .dx-menu-items-container {
border: 0;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15);
}
.dx-overlay-content.dx-context-menu.gallery-type-items-content .dx-menu-items-container .gallery-type-menu-item{
font-size: 14px;
padding: 10px 0 10px 20px;
line-height: 19px;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 0;
border-bottom-width: 0;
border-color: rgba(0,0,0,0.15);
border-style: solid;
}
.dx-overlay-content.dx-context-menu .dx-menu-items-container .dx-menu-item-wrapper:first-child .gallery-type-menu-item {
border-top-width: 1px;
}
.dx-overlay-content.dx-context-menu .dx-menu-items-container .dx-menu-item-wrapper:last-child .gallery-type-menu-item {
border-bottom-width: 1px;
}
.dx-overlay-content.dx-context-menu .dx-menu-items-container .dx-menu-items-container .gallery-type-menu-item:hover {
border-color: #bf4e6a;
}
#customer-category {
display: inline-block;
position: relative;
width: 100px;
text-align: left;
height: 30px;
}
#customer-category-name {
color: #828282;
line-height: 30px
}
/* gallery */
.layout-content .main-content .info.customers-info {
padding-left: 40px;
padding-right: 40px;
padding-top: 23px;
}
#customers-gallery .dx-gallery-item {
width: 150px;
height: 200px;
padding-top: 5px;
}
.gallery-description {
color: #828282;
font-size: 12px;
}
#customers-gallery .edit-customer {
width: 22px;
height: 22px;
position: absolute;
top: 10px;
right: 23px;
display: none;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-position: -61px -184px;
background-repeat: no-repeat;
}
#customers-gallery .dx-gallery-item:hover .edit-customer {
display: block;
cursor: pointer;
}
#customers-gallery img {
margin: 0;
width: 120px;
height: 115px;
}
#customers-gallery img.contacts {
width: 90px;
height: 110px;
margin-top: 10px;
padding: 4px;
background-color: #fff;
border: 1px solid #cbcbcb;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#customers-gallery img.stores {
border: none;
}
#customers-gallery .gallery-label {
padding-top: 5px;
}
#customers-gallery .dx-gallery-nav-button-next,
#customers-gallery .dx-gallery-nav-button-prev {
top: 31%;
}
/* customer overlays */
#edit-contact,
#customer-details-info,
#notice-content,
#edit-filter-content {
padding: 10px 30px;
height: 100%;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.details-info,
#edit-contact .contact-info {
position: relative;
}
.dx-overlay-content #customer-details-info .left-side {
width: 285px;
height: 290px;
}
.dx-overlay-content #customer-details-info .right-side {
position: absolute;
top: 0;
left: 295px;
right: 0;
height: 290px;
}
#customer-details-info .dx-field-label {
padding-right: 10px;
text-align: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.dx-overlay-content .contact-info .left-side {
width: 230px;
height: 85px;
}
#edit-contact .full-width-contact-fieldset {
margin-bottom: 7px;
height: 112px;
}
#edit-contact .full-width-contact-fieldset .dx-field-label {
width: 80px;
}
#edit-contact .full-width-contact-fieldset .dx-field-value {
width: 480px;
}
#contact-city {
left: 0;
}
#contact-state {
left: 258px;
}
#contact-zipcode {
left: 345px;
}
#edit-contact .bottom-columns {
position: relative;
margin-bottom: 45px;
}
#contact-purchase-authority {
padding-left: 30px;
line-height: 10px;
}
#contact-purchase-authority > div{
left: 0;
right: auto;
margin-top: -11px;
}
#edit-contact .right-side .dx-field-label {
text-align: right;
padding-right: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 108px;
}
#edit-contact .right-side .dx-field-value {
padding-right: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 222px;
}
#edit-contact .left-side .dx-field-label {
width: 80px;
}
#edit-contact .left-side .dx-field-value {
width: 150px;
}
/* grid customization */
.dx-datagrid .dx-sort-up,
.dx-datagrid .dx-sort-down,
.dx-datagrid-group-opened,
.dx-datagrid-group-closed {
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
}
.dx-datagrid .dx-sort {
height: 13px !important;
width: 9px;
position: relative;
top: 3px;
right: 2px;
}
.dx-header-row.dx-datagrid-drop-highlight {
background-color: #fff;
}
.dx-datagrid .dx-header-row:not(.dx-column-lines) .dx-sort-alignment-right,
.dx-datagrid .dx-header-row:not(.dx-column-lines) .dx-sort-alignment-left {
padding: 0;
}
.dx-datagrid .dx-sort-down {
background-position: 0 -171px;
}
.dx-datagrid .dx-sort-up {
background-position: -9px -171px;
}
.dx-datagrid-group-opened {
background-position: -127px -184px;
}
.dx-datagrid-group-closed {
background-position: -97px -184px;
}
/* customization selectbox */
.dx-selectbox {
overflow: hidden;
}
.dx-selectbox.dx-selectbox-selected {
background-color: #fff;
}
.dx-selectbox .dx-dropdowneditor-icon {
height: inherit;
}
.dx-autocomplete-popup-wrapper .dx-list-item.dx-selectbox-selected:hover {
background-color: #bf4e6a;
}
:not(.dx-state-disabled) .dx-dropdowneditor:not(.dx-state-disabled).dx-state-hover:not(.dx-dropdowneditor-active):not(.dx-state-readonly) .dx-dropdowneditor-icon {
border-left-color: transparent;
}
:not(.dx-state-disabled) .dx-dropdowneditor:not(.dx-state-disabled).dx-state-hover:not(.dx-dropdowneditor-active):not(.dx-state-readonly) .dx-dropdowneditor-button {
background-image: none;
background-color: #FFFFFF;
}
.dx-overlay-content .dx-dropdowneditor .dx-dropdowneditor-button {
background: none;
width: 24px;
height: 24px;
margin: 1px;
border: 1px solid transparent;
box-sizing: inherit;
-webkit-box-sizing: inherit;
}
.dx-overlay-content .dx-dropdowneditor.dx-widget:hover .dx-dropdowneditor-button {
background-image: linear-gradient(to top, #f1f1f1, #fff);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.dx-overlay-content .dx-dropdowneditor.dx-widget.dx-state-hover .dx-dropdowneditor-button,
.dx-overlay-content .dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-button {
margin: 1px;
border: 1px solid #c9c8c8;
}
.dx-overlay-content .dx-dropdowneditor .dx-dropdowneditor-button:active,
.dx-overlay-content .dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-button {
background-image: none !important;
background-color: #d9d9d9 !important;
box-shadow: none !important;
}
.dx-overlay-content .dx-dropdowneditor.dx-state-disabled:hover,
.dx-overlay-content .dx-dropdowneditor.dx-state-disabled .dx-dropdowneditor-button,
.dx-overlay-content .dx-dropdowneditor.dx-state-disabled:hover .dx-dropdowneditor-button {
background-color: white !important;
}
.dx-overlay-content .dx-dropdowneditor.dx-state-disabled .dx-dropdowneditor-button .dx-dropdowneditor-icon {
filter: alpha(opacity=50);
-khtml-opacity: .5;
-moz-opacity: .5;
opacity: .5;
}
.dx-calendar-picker.dx-dropdowneditor-active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.dx-autocomplete-popup-wrapper .dx-overlay-content,
.dx-dropdowneditor.dx-texteditor.dx-state-focused,
.dx-dropdowneditor.dx-texteditor.dx-widget:hover {
border-color: #cbcbcb;
}
.dx-dropdowneditor.dx-texteditor.dx-state-focused {
box-shadow: none;
}
.dx-overlay-content .dx-list-item.dx-selectbox-selected {
color: #fff;
}
.dx-overlay-content .dx-selectbox .dx-dropdowneditor-icon {
height: 5px;
width: 10px;
background-repeat: no-repeat;
background-position: 0 -130px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
margin: 10px 7px;
}
.dx-overlay-content .dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-button .dx-dropdowneditor-icon {
opacity: 1;
}
/* calendar picker */
.dx-calendar-picker-overlay .dx-overlay-content .dx-calendar {
width: 260px;
height: 251px;
}
.dx-calendar .dx-calendar-body > table {
width: 100%;
border: none;
padding: 0;
}
.dx-calendar .dx-calendar-navigator {
height: 37px;
border-bottom: 1px solid #cbcbcb;
}
.dx-calendar .dx-calendar-navigator > * {
position: absolute;
padding-top: 7px;
padding-bottom: 6px;
height: 22.6px;
}
.dx-calendar .dx-calendar-body {
width: 100%;
height: 210px;
}
.dx-calendar .dx-calendar-navigator span {
line-height: 24px;
text-transform: none;
font-size: 14px;
font-weight: normal;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-previous-year,
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-next-year,
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-previous-month,
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-next-month {
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
width: 13px;
height: 11px;
padding-left: 0;
padding-right: 0;
padding: 0;
top: 14px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-previous-year {
background-position: -78px -24px;
left: 14px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-next-year {
background-position: -26px -24px;
right: 15px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-previous-month {
background-position: -52px -24px;
left: 38px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-next-month {
background-position: 0 -24px;
right: 37px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-previous-year:hover {
background-position: -91px -24px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-next-year:hover {
background-position: -39px -24px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-previous-month:hover {
background-position: -65px -24px;
}
.dx-calendar .dx-calendar-navigator .dx-calendar-navigator-next-month:hover {
background-position: -13px -24px;
}
.dx-calendar .dx-calendar-body table th {
width: auto;
height: 24px;
line-height: 24px;
padding-bottom: 2px;
text-transform: uppercase;
}
.dx-calendar .dx-calendar-body table thead tr {
background-color: #fafafa;
}
.dx-calendar .dx-calendar-body table tbody tr td {
border: 6px solid #ffffff !important;
}
.dx-calendar .dx-calendar-body table tbody tr:first-child td {
border-top: 8px solid #ffffff;
}
.dx-calendar .dx-calendar-body table td {
font-size: 14px;
width: auto;
padding: 2px 0px;
}
.dx-calendar .dx-calendar-body table tr td:first-child {
border-left: 14px solid #ffffff !important;
}
.dx-calendar .dx-calendar-body table thead th:first-child {
padding-left: 8px;
}
.dx-calendar .dx-calendar-body table tr td:last-child {
border-right: 14px solid #ffffff !important;
}
.dx-calendar .dx-calendar-body table thead th:last-child {
padding-right: 7px;
border-right: none;
}
.dx-calendar .dx-calendar-body table td:hover {
background-color: #f0f0f0;
}
.dx-calendar .dx-calendar-body table td.dx-calendar-today:not(.dx-calendar-selected-date) {
color: #bf4e6a;
}
.dx-calendar .dx-calendar-body table td.dx-calendar-selected-date {
}
.dx-calendar .dx-calendar-body table td.dx-calendar-selected-date:hover {
color: #434343;
border: none;
}
/* overlays */
.dx-overlay-content .right-side {
position: absolute;
top: 0;
right: 0;
}
.dx-state-disabled .dx-texteditor-input {
color: #a6a6a6;
}
.dx-widget.dx-texteditor:not(.dx-dropdowneditor) {
padding: 1px;
}
.dx-widget.dx-texteditor:not(.dx-dropdowneditor):hover {
border-color: #cbcbcb;
box-shadow: inset 0 0 0 1px #ebebeb;
}
.dx-state-focused.dx-texteditor:not(.dx-dropdowneditor) .dx-texteditor-input,
.dx-widget.dx-texteditor:hover:not(.dx-dropdowneditor) .dx-texteditor-input {
background: none !important;
}
.dx-state-focused.dx-texteditor:not(.dx-dropdowneditor),
.dx-state-focused.dx-texteditor:hover:not(.dx-dropdowneditor) {
border-color: #bf4e6a;
box-shadow: inset 0 0 0 1px #bf4e6a !important;
padding: 1px;
}
.dx-field-value:not(.dx-widget) > .dx-textarea {
margin: -6px -10px;
}
.dx-loadpanel-content .dx-loadindicator .dx-loadindicator-icon, .dx-loadpanel-content .dx-loadindicator .dx-loadindicator-image {
background: url('../images/dx/Loading.gif') center center no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.dx-loadindicator-icon .dx-loadindicator-segment {
height: 0;
}
.dx-loadpanel-content {
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
color: #666;
width: 168px!important;
height: 88px!important;
border-radius: 0;
}
.dx-loadpanel-content .dx-loadindicator {
width: 42px;
height: 42px;
margin-right: 10px;
vertical-align: middle;
}
.dx-loadpanel-content .dx-loadpanel-message {
display: inline-block;
vertical-align: middle;
}
/* disable-db-notice */
.disable-db-notice {
display: none;
}
.disable-db-notice-content {
height: 38px;
font-size: 14px;
color: #828282;
}
.dx-dropdowneditor-overlay:not(.dx-calendar-picker-overlay) .dx-overlay-content.dx-popup-draggable {
max-height: 235px !important;
}
/* custom filters */
.filter-options {
height: 220px;
width: 440px;
background-color: white;
overflow: hidden;
border: 1px solid #cbcbcb;
margin-bottom: 20px;
padding-left: 12px;
padding-top: 7px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
#edit-filter-content .filter-group {
font-size: 13px;
margin-top: 5px;
}
#edit-filter-content .filter-group > div {
vertical-align: middle;
cursor: pointer;
}
.filter-permissions .filter-type,
.filter-permissions .filter-add,
.filter-permissions .filter-details > div {
display: inline-block;
padding-right: 3px;
text-decoration: underline;
}
.filter-permissions .filter-details > div.data-edit-value {
text-decoration: none;
}
.filter-permissions .filter-details > div {
height: 17px;
}
.filter-permissions .filter-details {
margin-bottom: 2px;
}
#edit-filter-content .filter-permissions .filter-add {
vertical-align: top;
margin-top: 1px;
}
.filter-permissions .data-edit-value {
vertical-align: middle;
width: 130px;
position: relative;
height: 17px;
}
.filter-permissions .data-edit-value > div{
position: absolute;
top: -9px;
}
.filter-permissions .filter-type {
text-transform: capitalize;
color: #db3412;
}
.filter-permissions .filter-add,
.filter-permissions .data-remove {
height: 11px;
width: 8px;
background-repeat: no-repeat;
background-position: -12px -118px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
}
.filter-permissions .filter-add:hover {
background-position: 0 -118px;
}
.filter-permissions .data-remove {
background-position: -24px -118px;
vertical-align: top;
margin-top: 2px;
}
.filter-permissions .data-remove:hover {
background-position: -36px -118px;
}
.filter-permissions .data-permission {
color: #6fb111;
}
.filter-permissions .data-field {
color: #1086d4;
margin-left: 8px;
}
.filter-permissions .data-value {
color: gray;
}
#edit-filter-content .dx-placeholder:before {
padding-top: 4px;
color: #b0b0b0;
}
#edit-filter-content .filter-save-description {
display: inline-block;
vertical-align: top;
line-height: 28px;
font-size: 14px;
margin-left: 5px;
margin-bottom: 5px;
}
.button-custom-filter .dx-icon-custom-filter {
background-repeat: no-repeat;
background-position: -20px -135px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
width: 20px;
height: 20px;
}
#edit-filter-content .dx-texteditor-input {
padding-top: 1px;
padding-bottom: 2px;
font-size: 13px;
}
#custom-filters {
display: none;
}
/* custom filter context menu */
.dx-context-menu .dx-menu-items-container {
padding: 0;
}
.dx-context-menu .dx-menu-item-content {
padding: 0;
}
.dx-context-menu .dx-list-item {
border-top: 0;
font-size: 14px;
padding: 7px 9px;
overflow: visible;
display: block;
}
.dx-overlay-content.dx-context-menu {
-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
#custom-filters.left-menu ul li {
position: relative;
}
#custom-filters.left-menu li .update-filter {
content: "";
display: none;
height: 14px;
width: 14px;
position: absolute;
top: 14px;
right: 10px;
cursor: pointer;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
background-repeat: no-repeat;
background-position: -83px -184px;
}
#custom-filters.left-menu li:hover .update-filter {
display: block;
}
/* dropdown button */
.dropdown-icon {
display: inline-block;
background-repeat: no-repeat;
background-position: center right;
}
.site-logo .dropdown-icon,
.customers-info .dropdown-icon {
position: relative;
background-repeat: no-repeat;
background-position: 0 -130px;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
background-image: url(../images/dx/sprite.png);
}
.site-logo .dropdown-icon {
height: 5px;
width: 9px;
left: 10px;
bottom: 8px;
}
.site-logo .dropdown-icon.hovered {
background-position: -9px -130px;
}
.customers-info .dropdown-icon {
height: 5px;
width: 9px;
left: 5px;
bottom: 3px;
}
.customers-info .dropdown-icon.hovered {
background-position: -9px -130px;
} | 0.435181 | 0.079282 |
.ais-SearchBox__wrapper {
position: relative;
margin-bottom: 2rem;
}
.ais-SearchBox__input {
transition: 0.3s ease border-color;
position: relative;
background-color: rgba(0, 0, 0, 0.3);
outline: none;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, .1);
color: white;
padding: 0.5em;
padding-left: 2em;
width: inherit;
box-sizing: border-box;
font-size: 1.125em;
font-weight: 500;
width: 100%;
}
.ais-SearchBox__input:focus {
border-color: rgba(108, 174, 221, .5);
}
.ais-SearchBox__submit {
position: absolute;
top: 0;
right: inherit;
left: 0;
margin: 0;
border: 0;
border-radius: 3px 0 0 3px;
background-color: rgba(255, 255, 255, 0);
padding: 0;
width: 32px;
height: 100%;
vertical-align: middle;
text-align: center;
font-size: inherit;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 4px;
padding-bottom: 2px;
}
.ais-SearchBox__submit::before {
display: inline-block;
margin-right: -4px;
height: 100%;
vertical-align: middle;
content: "" 2;
}
.ais-SearchBox__submit:hover,
.ais-SearchBox__submit:active {
cursor: pointer;
}
.ais-SearchBox__submit:focus {
outline: 0;
}
.ais-SearchBox__submit svg {
margin: 6px;
width: 14px;
height: 14px;
vertical-align: middle;
fill: rgba(255, 255, 255, 0.5);
}
.ais-SearchBox__reset {
display: none;
position: absolute;
top: 8px;
right: 8px;
margin: 0;
border: 0;
background: none;
cursor: pointer;
padding: 0;
font-size: inherit;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
fill: rgba(255, 255, 255, 0.5);
}
.ais-SearchBox__reset:focus {
outline: 0;
}
.ais-SearchBox__reset svg {
display: block;
margin: 6px;
width: 14px;
height: 14px;
}
.ais-SearchBox__input:valid ~ .ais-SearchBox__reset {
display: block;
-webkit-animation-name: sbx-reset-in;
animation-name: sbx-reset-in;
-webkit-animation-duration: 250ms;
animation-duration: 250ms;
}
@-webkit-keyframes sbx-reset-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes sbx-reset-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.ais-Highlight__highlighted {
color: #ffd399;
font-style: normal;
}
.ais-RefinementList__item {
color: rgba(255, 255, 255, 0.8);
margin-top: 6px;
}
.ais-RefinementList__item input[type="checkbox"] {
display: none;
}
.ais-RefinementList__item .ais-RefinementList__itemBox {
display: inline-block;
border-radius: 3.5px;
width: 16px;
height: 16px;
background: rgba(0, 0, 0, 0.3)
url("data:image/svg+xml;utf8,<svg viewBox='0 0 10 9' xmlns='http://www.w3.org/2000/svg'><path fill='rgba(255, 255, 255, 0.2)' d='M1 4.88l2.378 2.435L9.046 1.6' stroke-width='1.6' stroke='%23FFF' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/></svg>")
no-repeat 50%/10px;
outline: none;
vertical-align: middle;
margin-right: 8px;
-webkit-transition: all .15s ease;
transition: all .15s ease;
}
.ais-RefinementList__item input[type="checkbox"]:checked
~ .ais-RefinementList__itemBox {
background: #6caedd
url("data:image/svg+xml;utf8,<svg viewBox='0 0 10 9' xmlns='http://www.w3.org/2000/svg'><path d='M1 4.88l2.378 2.435L9.046 1.6' stroke-width='1.6' stroke='%23FFF' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/></svg>")
no-repeat 50%/10px;
border-color: #6caedd;
box-shadow: none;
}
.ais-RefinementList__item:hover .ais-RefinementList__itemBox {
box-shadow: inset 0 0 0 1px rgba(108, 174, 221, .3);
}
.ais-RefinementList__itemLabel {
cursor: pointer;
font-weight: 300;
}
.ais-RefinementList__itemLabel.ais-RefinementList__itemLabelSelected {
cursor: pointer;
font-weight: 500;
}
.ais-RefinementList__itemCount.ais-RefinementList__itemCountSelected {
font-weight: 600;
color: white;
}
.ais-RefinementList__itemCount.ais-RefinementList__itemCountSelected {
background-color: rgba(108, 174, 221, 1);
}
.ais-RefinementList__itemCount {
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.2);
float: right;
color: rgba(255, 255, 255, .2);
font-weight: 500;
font-size: 12px;
padding: 3px 10px;
}
.ais-RefinementList__showMore {
background: transparent;
border: none;
cursor: pointer;
padding: 0;
margin: 0;
color: rgba(255, 255, 255, 0.8);
margin-top: 1rem;
}
.ais-RefinementList__showMoreDisabled[disabled],
.ais-RefinementList__showMoreDisabled:disabled {
opacity: 0.5;
pointer-events: none;
}
.ais-ClearAll__root {
cursor: pointer;
padding: 4px 8px;
border-radius: 4px;
border: none;
font-size: 12px;
color: #fff;
background: #6caedd;
}
.ais-ClearAll__root:disabled[disabled],
.ais-ClearAll__root:disabled:disabled {
opacity: 0.5;
pointer-events: none;
}
.ais-PoweredBy__root {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
float: right;
border-radius: 2px;
color: rgba(255, 255, 255, 0.8);
margin-top: 8px;
padding: 5px 7px;
}
.ais-PoweredBy__algoliaLink {
padding: 0 5px;
}
.ais-PoweredBy__algoliaLink svg {
height: 1.2em;
vertical-align: bottom;
fill: rgba(255, 255, 255, 0.8) !important;
}
.ais-PoweredBy__algoliaLink svg path:nth-child(4) {
fill: rgba(255, 255, 255, 0.8) !important;
}
.ais-Pagination__root {
background-color: #24282a;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
width: auto;
margin: 0 auto;
box-sizing: border-box;
display: inline-block;
border-radius: 4px;
padding: 8px 16px;
}
.ais-Pagination__item {
transition: 0.3s ease all;
display: inline-block;
padding: 3px;
width: 28px;
border-radius: 4px;
text-align: center;
font-size: 14px;
}
.ais-Pagination__item:hover {
background: rgba(108, 174, 221, .2);
}
.ais-Pagination__item.ais-Pagination__itemSelected.ais-Pagination__itemPage:hover {
background: rgba(108, 174, 221, 1);
}
.ais-Pagination__item.ais-Pagination__itemSelected.ais-Pagination__itemPage:hover .ais-Pagination__itemLink.ais-Pagination__itemLinkSelected {
color: white;
}
.ais-Pagination__item:hover .ais-Pagination__itemLink {
color: rgba(108, 174, 221, 1);
}
.ais-Pagination__itemSelected {
color: #fff;
background: rgba(108, 174, 221, 1);
}
.ais-Pagination__itemSelected .ais-Pagination__itemLink {
color: currentColor;
font-weight: normal;
}
.ais-Pagination__itemDisabled {
visibility: visible;
color: #bbbbbb;
}
.ais-Pagination__itemDisabled[disabled],
.ais-Pagination__itemDisabled:disabled {
opacity: 0.5;
pointer-events: none;
}
.ais-Pagination__itemDisabled:hover {
cursor: default;
text-decoration: none;
}
.ais-Pagination__itemLink {
text-decoration: none;
color: rgba(255, 255, 255, 0.5);
display: block;
width: 100%;
height: 100%;
} | src/app/pages/Search/Search.css | .ais-SearchBox__wrapper {
position: relative;
margin-bottom: 2rem;
}
.ais-SearchBox__input {
transition: 0.3s ease border-color;
position: relative;
background-color: rgba(0, 0, 0, 0.3);
outline: none;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, .1);
color: white;
padding: 0.5em;
padding-left: 2em;
width: inherit;
box-sizing: border-box;
font-size: 1.125em;
font-weight: 500;
width: 100%;
}
.ais-SearchBox__input:focus {
border-color: rgba(108, 174, 221, .5);
}
.ais-SearchBox__submit {
position: absolute;
top: 0;
right: inherit;
left: 0;
margin: 0;
border: 0;
border-radius: 3px 0 0 3px;
background-color: rgba(255, 255, 255, 0);
padding: 0;
width: 32px;
height: 100%;
vertical-align: middle;
text-align: center;
font-size: inherit;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 4px;
padding-bottom: 2px;
}
.ais-SearchBox__submit::before {
display: inline-block;
margin-right: -4px;
height: 100%;
vertical-align: middle;
content: "" 2;
}
.ais-SearchBox__submit:hover,
.ais-SearchBox__submit:active {
cursor: pointer;
}
.ais-SearchBox__submit:focus {
outline: 0;
}
.ais-SearchBox__submit svg {
margin: 6px;
width: 14px;
height: 14px;
vertical-align: middle;
fill: rgba(255, 255, 255, 0.5);
}
.ais-SearchBox__reset {
display: none;
position: absolute;
top: 8px;
right: 8px;
margin: 0;
border: 0;
background: none;
cursor: pointer;
padding: 0;
font-size: inherit;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
fill: rgba(255, 255, 255, 0.5);
}
.ais-SearchBox__reset:focus {
outline: 0;
}
.ais-SearchBox__reset svg {
display: block;
margin: 6px;
width: 14px;
height: 14px;
}
.ais-SearchBox__input:valid ~ .ais-SearchBox__reset {
display: block;
-webkit-animation-name: sbx-reset-in;
animation-name: sbx-reset-in;
-webkit-animation-duration: 250ms;
animation-duration: 250ms;
}
@-webkit-keyframes sbx-reset-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes sbx-reset-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.ais-Highlight__highlighted {
color: #ffd399;
font-style: normal;
}
.ais-RefinementList__item {
color: rgba(255, 255, 255, 0.8);
margin-top: 6px;
}
.ais-RefinementList__item input[type="checkbox"] {
display: none;
}
.ais-RefinementList__item .ais-RefinementList__itemBox {
display: inline-block;
border-radius: 3.5px;
width: 16px;
height: 16px;
background: rgba(0, 0, 0, 0.3)
url("data:image/svg+xml;utf8,<svg viewBox='0 0 10 9' xmlns='http://www.w3.org/2000/svg'><path fill='rgba(255, 255, 255, 0.2)' d='M1 4.88l2.378 2.435L9.046 1.6' stroke-width='1.6' stroke='%23FFF' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/></svg>")
no-repeat 50%/10px;
outline: none;
vertical-align: middle;
margin-right: 8px;
-webkit-transition: all .15s ease;
transition: all .15s ease;
}
.ais-RefinementList__item input[type="checkbox"]:checked
~ .ais-RefinementList__itemBox {
background: #6caedd
url("data:image/svg+xml;utf8,<svg viewBox='0 0 10 9' xmlns='http://www.w3.org/2000/svg'><path d='M1 4.88l2.378 2.435L9.046 1.6' stroke-width='1.6' stroke='%23FFF' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/></svg>")
no-repeat 50%/10px;
border-color: #6caedd;
box-shadow: none;
}
.ais-RefinementList__item:hover .ais-RefinementList__itemBox {
box-shadow: inset 0 0 0 1px rgba(108, 174, 221, .3);
}
.ais-RefinementList__itemLabel {
cursor: pointer;
font-weight: 300;
}
.ais-RefinementList__itemLabel.ais-RefinementList__itemLabelSelected {
cursor: pointer;
font-weight: 500;
}
.ais-RefinementList__itemCount.ais-RefinementList__itemCountSelected {
font-weight: 600;
color: white;
}
.ais-RefinementList__itemCount.ais-RefinementList__itemCountSelected {
background-color: rgba(108, 174, 221, 1);
}
.ais-RefinementList__itemCount {
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.2);
float: right;
color: rgba(255, 255, 255, .2);
font-weight: 500;
font-size: 12px;
padding: 3px 10px;
}
.ais-RefinementList__showMore {
background: transparent;
border: none;
cursor: pointer;
padding: 0;
margin: 0;
color: rgba(255, 255, 255, 0.8);
margin-top: 1rem;
}
.ais-RefinementList__showMoreDisabled[disabled],
.ais-RefinementList__showMoreDisabled:disabled {
opacity: 0.5;
pointer-events: none;
}
.ais-ClearAll__root {
cursor: pointer;
padding: 4px 8px;
border-radius: 4px;
border: none;
font-size: 12px;
color: #fff;
background: #6caedd;
}
.ais-ClearAll__root:disabled[disabled],
.ais-ClearAll__root:disabled:disabled {
opacity: 0.5;
pointer-events: none;
}
.ais-PoweredBy__root {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
float: right;
border-radius: 2px;
color: rgba(255, 255, 255, 0.8);
margin-top: 8px;
padding: 5px 7px;
}
.ais-PoweredBy__algoliaLink {
padding: 0 5px;
}
.ais-PoweredBy__algoliaLink svg {
height: 1.2em;
vertical-align: bottom;
fill: rgba(255, 255, 255, 0.8) !important;
}
.ais-PoweredBy__algoliaLink svg path:nth-child(4) {
fill: rgba(255, 255, 255, 0.8) !important;
}
.ais-Pagination__root {
background-color: #24282a;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
width: auto;
margin: 0 auto;
box-sizing: border-box;
display: inline-block;
border-radius: 4px;
padding: 8px 16px;
}
.ais-Pagination__item {
transition: 0.3s ease all;
display: inline-block;
padding: 3px;
width: 28px;
border-radius: 4px;
text-align: center;
font-size: 14px;
}
.ais-Pagination__item:hover {
background: rgba(108, 174, 221, .2);
}
.ais-Pagination__item.ais-Pagination__itemSelected.ais-Pagination__itemPage:hover {
background: rgba(108, 174, 221, 1);
}
.ais-Pagination__item.ais-Pagination__itemSelected.ais-Pagination__itemPage:hover .ais-Pagination__itemLink.ais-Pagination__itemLinkSelected {
color: white;
}
.ais-Pagination__item:hover .ais-Pagination__itemLink {
color: rgba(108, 174, 221, 1);
}
.ais-Pagination__itemSelected {
color: #fff;
background: rgba(108, 174, 221, 1);
}
.ais-Pagination__itemSelected .ais-Pagination__itemLink {
color: currentColor;
font-weight: normal;
}
.ais-Pagination__itemDisabled {
visibility: visible;
color: #bbbbbb;
}
.ais-Pagination__itemDisabled[disabled],
.ais-Pagination__itemDisabled:disabled {
opacity: 0.5;
pointer-events: none;
}
.ais-Pagination__itemDisabled:hover {
cursor: default;
text-decoration: none;
}
.ais-Pagination__itemLink {
text-decoration: none;
color: rgba(255, 255, 255, 0.5);
display: block;
width: 100%;
height: 100%;
} | 0.521471 | 0.051774 |
@media (min-width: 960px){
body{
width: 960px;
margin: auto;
}
div{
background-color:lightgreen;
}
main{
display: flex;
}
footer{
display: flexbox;
}
#cdefgh{
display: flex;
flex-direction: column;
border: 0ch;
}
#a{
width: 100%;
height: 100px;
line-height: 100px;
border-bottom: 0;
}
#cd{
display: flex;
border: 0;
}
#b{
width: 200px ;
height: 600px;
line-height: 600px;
}
#c, #d{
width: 380px;
height: 200px;
border-left: 0;
line-height: 200px;
}
#efgh{
display: flex;
border: 0;
}
#e, #f, #g, #h{
width: 190px ;
height: 250px;
border-left: white;
line-height: 250px;
border-top: 0;
}
#i{
width: 760px;
height: 150px;
line-height: 150px;
border-top: 0;
border-left: 0ch;
}
}
@media (min-width: 769px) and (max-width: 959px){
body{
width: 780px;
margin: auto;
}
div{
background-color: lightsalmon;
}
main{
display: flex;
}
footer{
display: flexbox;
}
#cdefgh{
display: flex;
flex-direction: column;
border: 0ch;
}
#a{
width: 100%;
height: 100px;
line-height: 100px;
border-bottom: 0;
}
#cd{
display: flex;
border: 0;
}
#b{
width: 200px ;
height: 600px;
line-height: 600px;
}
#c, #d{
width: 380px;
height: 200px;
border-left: 0;
line-height: 200px;
}
#efgh{
display: flex;
border: 0;
}
#e, #f, #g, #h{
width: 190px ;
height: 250px;
border-left: white;
line-height: 250px;
border-top: 0;
}
#i{
width: 760px;
height: 150px;
line-height: 150px;
border-top: 0;
border-left: 0ch;
}
}
@media (max-width: 767px){
body{
width: 480px;
margin: auto;
}
div{
background-color: skyblue;
}
main{
display: flexbox;
flex-direction: row;
}
#a{
width: 100%;
height: 75px;
line-height: 75px;
}
#b{
width: 100% ;
height: 150px;
line-height: 150px;
}
#c, #d{
width: 100%;
height: 125px;
display: inline-block;
line-height: 125px;
}
#efgh{
display: flex;
flex-wrap: wrap;
border: 0;
}
/* #d{
float: right;
} */
#cd{
border: 0;
}
#e, #f, #g, #h{
width: 240px ;
height: 250px;
/* float: left; */
line-height: 250px;
}
#i{
width: 100%;
height: 150px;
/* float: left; */
line-height: 150px;
}
#a, #b,#c, #d, #e, #f, #g, #h{
border-bottom: 0ch;
}
#e ,#g{
border-right:0 ;
}
} | css/modules.css | @media (min-width: 960px){
body{
width: 960px;
margin: auto;
}
div{
background-color:lightgreen;
}
main{
display: flex;
}
footer{
display: flexbox;
}
#cdefgh{
display: flex;
flex-direction: column;
border: 0ch;
}
#a{
width: 100%;
height: 100px;
line-height: 100px;
border-bottom: 0;
}
#cd{
display: flex;
border: 0;
}
#b{
width: 200px ;
height: 600px;
line-height: 600px;
}
#c, #d{
width: 380px;
height: 200px;
border-left: 0;
line-height: 200px;
}
#efgh{
display: flex;
border: 0;
}
#e, #f, #g, #h{
width: 190px ;
height: 250px;
border-left: white;
line-height: 250px;
border-top: 0;
}
#i{
width: 760px;
height: 150px;
line-height: 150px;
border-top: 0;
border-left: 0ch;
}
}
@media (min-width: 769px) and (max-width: 959px){
body{
width: 780px;
margin: auto;
}
div{
background-color: lightsalmon;
}
main{
display: flex;
}
footer{
display: flexbox;
}
#cdefgh{
display: flex;
flex-direction: column;
border: 0ch;
}
#a{
width: 100%;
height: 100px;
line-height: 100px;
border-bottom: 0;
}
#cd{
display: flex;
border: 0;
}
#b{
width: 200px ;
height: 600px;
line-height: 600px;
}
#c, #d{
width: 380px;
height: 200px;
border-left: 0;
line-height: 200px;
}
#efgh{
display: flex;
border: 0;
}
#e, #f, #g, #h{
width: 190px ;
height: 250px;
border-left: white;
line-height: 250px;
border-top: 0;
}
#i{
width: 760px;
height: 150px;
line-height: 150px;
border-top: 0;
border-left: 0ch;
}
}
@media (max-width: 767px){
body{
width: 480px;
margin: auto;
}
div{
background-color: skyblue;
}
main{
display: flexbox;
flex-direction: row;
}
#a{
width: 100%;
height: 75px;
line-height: 75px;
}
#b{
width: 100% ;
height: 150px;
line-height: 150px;
}
#c, #d{
width: 100%;
height: 125px;
display: inline-block;
line-height: 125px;
}
#efgh{
display: flex;
flex-wrap: wrap;
border: 0;
}
/* #d{
float: right;
} */
#cd{
border: 0;
}
#e, #f, #g, #h{
width: 240px ;
height: 250px;
/* float: left; */
line-height: 250px;
}
#i{
width: 100%;
height: 150px;
/* float: left; */
line-height: 150px;
}
#a, #b,#c, #d, #e, #f, #g, #h{
border-bottom: 0ch;
}
#e ,#g{
border-right:0 ;
}
} | 0.210279 | 0.069668 |
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-weight: 300;
-webkit-font-smoothing: antialiased;
color: #528EA3;
background: black;
}
html, input {
font-family:
"HelveticaNeue-Light",
"Helvetica Neue Light",
"Helvetica Neue",
Helvetica,
Arial,
"Lucida Grande",
sans-serif;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
/* HEADER/ FOOTER*/
.columnsContainer,
header {
color: #528EA3;
overflow: hidden;
text-align: center;
height: 65px;
font-size: 40px;
letter-spacing: 5px;
padding-top: 5px;
vertical-align: center;
}
nav{
text-align: right;
height: 40px;
padding-right: 30px;
font-size: 20px;
}
footer {
position: absolute;
bottom: 0;
height: 0%;
width: 100%;
text-align: center;
}
/* END HEADER/ FOOTER */
/* NAVIGATION */
.nav {
list-style: none;
margin-left: 0;
margin-bottom: 0;
padding-left: 0;
}
.nav > li,
.nav > li > a {
display: inline-block;
*display: inline;
zoom: 1;
}
.inline-items {
margin-top: 0;
}
.inline-items li {
margin-left: 0;
padding-left: 10px;
padding-right: 10px;
}
.inline-items li:first-child {
margin-left: 0;
border: none;
padding-left: 0;
padding-right: 10px;
}
.inline-items li:last-child {
padding-right: 0;
}
/* END NAVIGATION */
/* BODY */
.columnsContainer {
width: 100%;
height: 100%;
}
/* RIGHT COLUMN CHAT */
.rightColumn {
width: 100%
position: fixed;
margin-top: 4.5em;
height: 100%;
}
/* END RIGHT COLUMN CHAT */
/* LEFT COLUMN DARKROOM */
.leftColumn{
left: 0;
height: 87%;
position: absolute;
width: 70%;
}
.container {
width: 100%;
height: 100%;
background: black;
text-align: center;
font-size: 15px;
letter-spacing: 3px;
}
.masked {
-webkit-mask-image: radial-gradient(circle 0, rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);
}
.showImage {
width: 100%;
left: 0;
}
#image {
width: 100%;
left: 0;
}
#winner {
position: absolute;
height: 50%;
width: 50%;
margin-left: 25%;
margin-top: 5%;
padding: .5em;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
border-top: 1px solid #61baf2;
background: #338ccc;
color: black;
font-size: 2.5em;
font-weight: bolder;
text-align: center;
vertical-align: middle;
opacity: .8;
z-index: 10;
}
.label {
border-radius: .2em;
box-shadow: 0 0 10px rgba(0, 0, 0, .2);
background: #434343;
text-align:center;
cursor:pointer;
vertical-align: middle;
line-height: 40px;
margin-top:100px;
animation: myalert;
animation-duration:2000ms;
animation-iteration-count:infinite;
}
@keyframes myalert {
10% { background-color: #00FFFF; }
15% { transform: rotate(-5deg) }
16% { transform: rotate(5deg) }
17% { transform: rotate(-5deg) }
18% { transform: rotate(5deg) }
22% { transform: scale(1.1) }
40% {
transform: rotate(0deg);
transform: scale(1)
}
100% { transform: rotate(0deg) }
} | examples/chat/public/css/main.css | *,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-weight: 300;
-webkit-font-smoothing: antialiased;
color: #528EA3;
background: black;
}
html, input {
font-family:
"HelveticaNeue-Light",
"Helvetica Neue Light",
"Helvetica Neue",
Helvetica,
Arial,
"Lucida Grande",
sans-serif;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
/* HEADER/ FOOTER*/
.columnsContainer,
header {
color: #528EA3;
overflow: hidden;
text-align: center;
height: 65px;
font-size: 40px;
letter-spacing: 5px;
padding-top: 5px;
vertical-align: center;
}
nav{
text-align: right;
height: 40px;
padding-right: 30px;
font-size: 20px;
}
footer {
position: absolute;
bottom: 0;
height: 0%;
width: 100%;
text-align: center;
}
/* END HEADER/ FOOTER */
/* NAVIGATION */
.nav {
list-style: none;
margin-left: 0;
margin-bottom: 0;
padding-left: 0;
}
.nav > li,
.nav > li > a {
display: inline-block;
*display: inline;
zoom: 1;
}
.inline-items {
margin-top: 0;
}
.inline-items li {
margin-left: 0;
padding-left: 10px;
padding-right: 10px;
}
.inline-items li:first-child {
margin-left: 0;
border: none;
padding-left: 0;
padding-right: 10px;
}
.inline-items li:last-child {
padding-right: 0;
}
/* END NAVIGATION */
/* BODY */
.columnsContainer {
width: 100%;
height: 100%;
}
/* RIGHT COLUMN CHAT */
.rightColumn {
width: 100%
position: fixed;
margin-top: 4.5em;
height: 100%;
}
/* END RIGHT COLUMN CHAT */
/* LEFT COLUMN DARKROOM */
.leftColumn{
left: 0;
height: 87%;
position: absolute;
width: 70%;
}
.container {
width: 100%;
height: 100%;
background: black;
text-align: center;
font-size: 15px;
letter-spacing: 3px;
}
.masked {
-webkit-mask-image: radial-gradient(circle 0, rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);
}
.showImage {
width: 100%;
left: 0;
}
#image {
width: 100%;
left: 0;
}
#winner {
position: absolute;
height: 50%;
width: 50%;
margin-left: 25%;
margin-top: 5%;
padding: .5em;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
border-top: 1px solid #61baf2;
background: #338ccc;
color: black;
font-size: 2.5em;
font-weight: bolder;
text-align: center;
vertical-align: middle;
opacity: .8;
z-index: 10;
}
.label {
border-radius: .2em;
box-shadow: 0 0 10px rgba(0, 0, 0, .2);
background: #434343;
text-align:center;
cursor:pointer;
vertical-align: middle;
line-height: 40px;
margin-top:100px;
animation: myalert;
animation-duration:2000ms;
animation-iteration-count:infinite;
}
@keyframes myalert {
10% { background-color: #00FFFF; }
15% { transform: rotate(-5deg) }
16% { transform: rotate(5deg) }
17% { transform: rotate(-5deg) }
18% { transform: rotate(5deg) }
22% { transform: scale(1.1) }
40% {
transform: rotate(0deg);
transform: scale(1)
}
100% { transform: rotate(0deg) }
} | 0.393269 | 0.07627 |
:root {
--rvr-baseSize: 8px;
/* BORDERS */
--rvr-border-width-base: 1px;
--rvr-border-width-md: var(--rvr-border-width-base);
/* SPACING */
--rvr-space-xs: calc(var(--rvr-baseSize) / 2); /* 4px */
--rvr-space-sm: calc(var(--rvr-baseSize)); /* 8px */
--rvr-space-md: calc(var(--rvr-baseSize) * 1.5); /* 12px */
--rvr-space-lg: calc(var(--rvr-baseSize) * 2); /* 16px */
--rvr-space-xl: calc(var(--rvr-baseSize) * 3); /* 24px */
/* BORDERED SPACING */
--rvr-space-bordered-xs:
calc(
var(--rvr-space-xs) - var(--rvr-border-width-md)
);
--rvr-space-bordered-sm:
calc(
var(--rvr-space-sm) - var(--rvr-border-width-md)
);
--rvr-space-bordered-md:
calc(
var(--rvr-space-md) - var(--rvr-border-width-md)
);
--rvr-space-bordered-lg:
calc(
var(--rvr-space-lg) - var(--rvr-border-width-md)
);
--rvr-space-bordered-xl:
calc(
var(--rvr-space-xl) - var(--rvr-border-width-md)
);
/* TYPOGRAPHY */
/* font-size */
--rvr-font-size-base: 14px;
--rvr-font-size-sm: 12px;
--rvr-font-size-md: 14px;
--rvr-font-size-lg: 16px;
--rvr-font-size-xl: 24px;
--rvr-font-size-2xl: 32px;
--rvr-font-size-3xl: 42px;
/* font-weight */
--rvr-font-weight-bold: 700;
--rvr-font-weight-normal: 400;
/* line-height */
--rvr-line-height-sm: calc(var(--rvr-baseSize) * 2); /* 16px */
--rvr-line-height-md: calc(var(--rvr-baseSize) * 2.5); /* 20px */
--rvr-line-height-lg: calc(var(--rvr-baseSize) * 3); /* 24px */
--rvr-line-height-xl: calc(var(--rvr-baseSize) * 4.5); /* 32px */
--rvr-line-height-2xl: calc(var(--rvr-baseSize) * 6); /* 48px */
--rvr-line-height-3xl: calc(var(--rvr-baseSize) * 6.5); /* 52px */
/* Tooltip */
--rvr-tooltip-arrow-size: 6px;
--rvr-tooltip-border-size: 1px;
--rvr-tooltip-box-shadow:
0 1px 2px 0 rgba(0, 0, 0, 0.2),
0 5px 10px 0 rgba(0, 0, 0, 0.1);
--rvr-tooltip-base-z-index: 900;
--rvr-tooltip-border-radius: 3px;
--rvr-tooltip-offset: 20px;
/* Form elements */
--rvr-checkbox-size: calc(var(--rvr-baseSize) * 2.25); /* 18px */
/* Dropdowns */
/* Default EasyDropdown menu item with text label */
--rvr-dropdown-menu-item-height: calc(var(--rvr-line-height-sm) + 2 * var(--rvr-space-sm));
/* Dropdown menu max height includes a half-row as a scrolling hint */
--rvr-dropdown-menu-max-rows-sm: 5.5;
--rvr-dropdown-menu-max-rows-md: 10.5;
} | src/shared/sizing.css | :root {
--rvr-baseSize: 8px;
/* BORDERS */
--rvr-border-width-base: 1px;
--rvr-border-width-md: var(--rvr-border-width-base);
/* SPACING */
--rvr-space-xs: calc(var(--rvr-baseSize) / 2); /* 4px */
--rvr-space-sm: calc(var(--rvr-baseSize)); /* 8px */
--rvr-space-md: calc(var(--rvr-baseSize) * 1.5); /* 12px */
--rvr-space-lg: calc(var(--rvr-baseSize) * 2); /* 16px */
--rvr-space-xl: calc(var(--rvr-baseSize) * 3); /* 24px */
/* BORDERED SPACING */
--rvr-space-bordered-xs:
calc(
var(--rvr-space-xs) - var(--rvr-border-width-md)
);
--rvr-space-bordered-sm:
calc(
var(--rvr-space-sm) - var(--rvr-border-width-md)
);
--rvr-space-bordered-md:
calc(
var(--rvr-space-md) - var(--rvr-border-width-md)
);
--rvr-space-bordered-lg:
calc(
var(--rvr-space-lg) - var(--rvr-border-width-md)
);
--rvr-space-bordered-xl:
calc(
var(--rvr-space-xl) - var(--rvr-border-width-md)
);
/* TYPOGRAPHY */
/* font-size */
--rvr-font-size-base: 14px;
--rvr-font-size-sm: 12px;
--rvr-font-size-md: 14px;
--rvr-font-size-lg: 16px;
--rvr-font-size-xl: 24px;
--rvr-font-size-2xl: 32px;
--rvr-font-size-3xl: 42px;
/* font-weight */
--rvr-font-weight-bold: 700;
--rvr-font-weight-normal: 400;
/* line-height */
--rvr-line-height-sm: calc(var(--rvr-baseSize) * 2); /* 16px */
--rvr-line-height-md: calc(var(--rvr-baseSize) * 2.5); /* 20px */
--rvr-line-height-lg: calc(var(--rvr-baseSize) * 3); /* 24px */
--rvr-line-height-xl: calc(var(--rvr-baseSize) * 4.5); /* 32px */
--rvr-line-height-2xl: calc(var(--rvr-baseSize) * 6); /* 48px */
--rvr-line-height-3xl: calc(var(--rvr-baseSize) * 6.5); /* 52px */
/* Tooltip */
--rvr-tooltip-arrow-size: 6px;
--rvr-tooltip-border-size: 1px;
--rvr-tooltip-box-shadow:
0 1px 2px 0 rgba(0, 0, 0, 0.2),
0 5px 10px 0 rgba(0, 0, 0, 0.1);
--rvr-tooltip-base-z-index: 900;
--rvr-tooltip-border-radius: 3px;
--rvr-tooltip-offset: 20px;
/* Form elements */
--rvr-checkbox-size: calc(var(--rvr-baseSize) * 2.25); /* 18px */
/* Dropdowns */
/* Default EasyDropdown menu item with text label */
--rvr-dropdown-menu-item-height: calc(var(--rvr-line-height-sm) + 2 * var(--rvr-space-sm));
/* Dropdown menu max height includes a half-row as a scrolling hint */
--rvr-dropdown-menu-max-rows-sm: 5.5;
--rvr-dropdown-menu-max-rows-md: 10.5;
} | 0.310067 | 0.131787 |
body{
box-sizing: border-box;
padding: 0;
margin: 0;
font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
font-size: 15px;
background-color: #ffffff
}
h1{
font-weight: 1000;
font-size: 2rem;
}
section{
max-width: 600px;
margin: 0 auto;
/* border: 2px solid red; */
}
p{
color: #736f6f;
font-family: Helvetica, Arial, sans-serif;
}
strong{
color: #2b1b29;
}
.header{
/* border: 2px solid red; */
max-width: 930px;
margin: 0 auto;
background-image: url('http://hostables.sccodes.org/porcelain-cat/images/header-background.jpg');
text-align: center;
background-repeat: no-repeat;
background-size: cover cover;
}
.logo{
width: 210px;
margin-top: 20px;
}
.nav ul{
list-style-type: none;
margin: 10px 0 0;
padding: 0;
}
.nav li{
display: inline-block;
padding: 10px;
}
.nav a{
text-decoration: none;
color:#2a1c29;
padding: 5px;
/* background-color: white; */
display: block;
border-bottom:2px solid #fe853b
}
.nav a:hover {
background: #fe853b;
}
.active{
background-color: white;
}
.intro{
background-color: #efefef;
margin: 0 auto;
text-align: center;
padding: 15px;
max-width: 900px;
}
.about-domestic-cats{
margin: 50px 0 0 0;
}
.about-domestic-cats h2{
font-weight: 1000;
}
.about-domestic-cats h4{
color: #fe853b;
font-weight: 400;
font-size: 16px;
margin: 0;
}
.about-domestic-cats p{
line-height: 2rem;
margin-bottom: 50px;
}
.further-reading h3{
font-weight: 700;
}
.further-reading img{
width: 300px;
float: right;
margin-left: 30px;
padding: 10px 0 20px 10px;
}
.further-reading p{
line-height: 2rem;
content: "";
display: block;
clear: left;
}
.call-out{
background-color: #fe853b;
border-radius: 10px;
padding: 30px;
margin: 50px 0;
}
.call-out h2{
font-weight: 1000;
}
.call-out p{
color: white;
font-weight: 400;
font-size: 19px;
line-height: 2rem;
}
.cat-play p{
line-height: 2rem;
}
.mythology p{
line-height: 2rem;
content: "";
display: block;
clear: right;
}
.mythology img{
width: 200px;
float: left;
margin-right: 20px;
padding: 10px 20px 10px 0;
}
.interesting-facts{
margin: 50px 0;
}
.interesting-facts ol{
font-style: italic;
line-height: 2rem;
font-weight: 700;
border-left: 5px solid #fe853b;
}
.hunting-and-feeding img{
width: 200px;
float: right;
margin-left: 30px;
padding: 10px 0 30px 10px;
}
.hunting-and-feeding p{
line-height: 2rem;
content: "";
display: block;
clear: left;
}
footer {
margin: 0 auto;
padding: 10px;
text-align: center;
background-color: #2b1b29;
max-width: 930px;
color: #856282;
}
footer h3{
margin: 0;
padding: 0;
}
footer p{
margin: 0 0 20px 0;
}
footer a{
color:#ff862e;
} | css/styles.css | body{
box-sizing: border-box;
padding: 0;
margin: 0;
font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
font-size: 15px;
background-color: #ffffff
}
h1{
font-weight: 1000;
font-size: 2rem;
}
section{
max-width: 600px;
margin: 0 auto;
/* border: 2px solid red; */
}
p{
color: #736f6f;
font-family: Helvetica, Arial, sans-serif;
}
strong{
color: #2b1b29;
}
.header{
/* border: 2px solid red; */
max-width: 930px;
margin: 0 auto;
background-image: url('http://hostables.sccodes.org/porcelain-cat/images/header-background.jpg');
text-align: center;
background-repeat: no-repeat;
background-size: cover cover;
}
.logo{
width: 210px;
margin-top: 20px;
}
.nav ul{
list-style-type: none;
margin: 10px 0 0;
padding: 0;
}
.nav li{
display: inline-block;
padding: 10px;
}
.nav a{
text-decoration: none;
color:#2a1c29;
padding: 5px;
/* background-color: white; */
display: block;
border-bottom:2px solid #fe853b
}
.nav a:hover {
background: #fe853b;
}
.active{
background-color: white;
}
.intro{
background-color: #efefef;
margin: 0 auto;
text-align: center;
padding: 15px;
max-width: 900px;
}
.about-domestic-cats{
margin: 50px 0 0 0;
}
.about-domestic-cats h2{
font-weight: 1000;
}
.about-domestic-cats h4{
color: #fe853b;
font-weight: 400;
font-size: 16px;
margin: 0;
}
.about-domestic-cats p{
line-height: 2rem;
margin-bottom: 50px;
}
.further-reading h3{
font-weight: 700;
}
.further-reading img{
width: 300px;
float: right;
margin-left: 30px;
padding: 10px 0 20px 10px;
}
.further-reading p{
line-height: 2rem;
content: "";
display: block;
clear: left;
}
.call-out{
background-color: #fe853b;
border-radius: 10px;
padding: 30px;
margin: 50px 0;
}
.call-out h2{
font-weight: 1000;
}
.call-out p{
color: white;
font-weight: 400;
font-size: 19px;
line-height: 2rem;
}
.cat-play p{
line-height: 2rem;
}
.mythology p{
line-height: 2rem;
content: "";
display: block;
clear: right;
}
.mythology img{
width: 200px;
float: left;
margin-right: 20px;
padding: 10px 20px 10px 0;
}
.interesting-facts{
margin: 50px 0;
}
.interesting-facts ol{
font-style: italic;
line-height: 2rem;
font-weight: 700;
border-left: 5px solid #fe853b;
}
.hunting-and-feeding img{
width: 200px;
float: right;
margin-left: 30px;
padding: 10px 0 30px 10px;
}
.hunting-and-feeding p{
line-height: 2rem;
content: "";
display: block;
clear: left;
}
footer {
margin: 0 auto;
padding: 10px;
text-align: center;
background-color: #2b1b29;
max-width: 930px;
color: #856282;
}
footer h3{
margin: 0;
padding: 0;
}
footer p{
margin: 0 0 20px 0;
}
footer a{
color:#ff862e;
} | 0.247441 | 0.07627 |
html,
div,
applet,
object,
iframe,
h1,
h2,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
section {
display: block;
}
ol,
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* start editing from here */
a {
text-decoration: none;
}
.txt-rt {
text-align: right;
} /* text align right */
.txt-lt {
text-align: left;
} /* text align left */
.txt-center {
text-align: center;
} /* text align center */
.float-rt {
float: right;
} /* float right */
.float-lt {
float: left;
} /* float left */
.clear {
clear: both;
} /* clear float */
.pos-relative {
position: relative;
} /* Position Relative */
.pos-absolute {
position: absolute;
} /* Position Absolute */
.vertical-base {
vertical-align: baseline;
} /* vertical align baseline */
.vertical-top {
vertical-align: top;
} /* vertical align top */
nav.vertical ul li {
display: block;
} /* vertical menu */
nav.horizontal ul li {
display: inline-block;
} /* horizontal menu */
img {
max-width: 100%;
}
/*end reset*/
body p,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto", sans-serif;
}
/*--header--*/
.agileheader h1 {
font-size: 51px;
text-transform: uppercase;
letter-spacing: 10px;
color: #fff;
font-weight: 600;
margin: 70px 0px;
}
.w3layouts-main h2 {
color: #fff;
font-size: 29px;
letter-spacing: 2px;
text-transform: uppercase;
padding-bottom: 15px;
}
.w3layouts-main {
width: 25%;
margin: 0 auto;
margin-top: 50px !important;
background: rgba(0, 0, 0, 0.34);
padding: 42px 35px;
}
/*--//header--*/
/*--main--*/
input[type="email"],
input[type="password"] {
width: 88%;
padding: 15px 0px 15px 42px;
border: 1px solid #fff;
outline: none;
font-size: 14px;
color: #fff;
margin: 14px 0px;
font-family: "Roboto", sans-serif;
}
input[type="email"] {
background: url("https://user-images.githubusercontent.com/47280551/67255247-71cb6d00-f457-11e9-89af-9671a1df0a21.png")
no-repeat 10px 11px;
background-size: 24px;
}
input[type="password"] {
background: url("https://user-images.githubusercontent.com/47280551/67255248-72640380-f457-11e9-916c-5db4eccfe058.png")
no-repeat 8px 9px;
background-size: 28px;
}
.w3layouts-main span {
font-size: 16px;
color: #fff;
float: left;
width: 32%;
margin-top: 8px;
font-family: "Roboto", sans-serif;
}
.w3layouts-main h6 {
font-size: 16px;
float: right;
width: 37%;
color: #fff;
letter-spacing: 1px;
margin-top: 8px;
text-decoration: underline;
}
.w3layouts-main a {
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.w3layouts-main a:hover {
color: rgba(208, 95, 216, 0.9);
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
input[type="submit"] {
padding: 12px 38px;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
background: #b22222;
color: white;
border: none;
outline: none;
cursor: pointer;
font-family: "Roboto", sans-serif;
margin: 45px auto 31px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
input[type="submit"]:hover {
background: #ff0000;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.w3layouts-main p a {
text-transform: uppercase;
font-size: 18px;
text-decoration: underline;
letter-spacing: 1px;
color: #fff;
padding: 10px;
}
.w3layouts-main p {
font-size: 17px;
color: #fff;
}
/*--//main--*/
/*--footer--*/
.footer-w3l p {
margin: 4em 0em;
color: #fff;
font-size: 15px;
font-weight: 300;
letter-spacing: 2px;
}
.footer-w3l a {
color: rgba(208, 95, 216, 0.9);
}
.footer-w3l a:hover {
color: rgba(19, 129, 206, 0.82);
text-decoration: underline;
}
/*--//footer--*/
/*--responsive--*/
@media (max-width: 1440px) {
.w3layouts-main {
width: 28%;
}
}
@media (max-width: 1366px) {
.w3layouts-main {
width: 30%;
}
}
@media (max-width: 1280px) {
.w3layouts-main {
width: 33%;
}
.agileheader h1 {
font-size: 41px;
}
.w3layouts-main h2 {
font-size: 27px;
}
}
@media (max-width: 1080px) {
.w3layouts-main {
width: 49%;
}
}
@media (max-width: 1024px) {
.w3layouts-main {
width: 40%;
}
}
@media (max-width: 991px) {
.w3layouts-main {
width: 42%;
}
.agileheader h1 {
font-size: 38px;
}
.w3layouts-main h2 {
font-size: 25px;
}
}
@media (max-width: 800px) {
.w3layouts-main {
width: 51%;
}
.agileheader h1 {
font-size: 34px;
letter-spacing: 9px;
}
.w3layouts-main h2 {
font-size: 23px;
}
}
@media (max-width: 768px) {
.w3layouts-main {
width: 54%;
}
.agileheader h1 {
font-size: 33px;
letter-spacing: 8px;
}
.w3layouts-main h2 {
font-size: 22px;
}
.footer-w3l {
padding: 2em 0em 8.7em;
}
}
@media (max-width: 736px) {
.w3layouts-main {
width: 56%;
}
.agileheader h1 {
margin: 60px 0px;
}
.footer-w3l {
padding: 0em;
}
}
@media (max-width: 667px) {
.w3layouts-main {
width: 61%;
}
.agileheader h1 {
font-size: 31px;
}
.w3layouts-main h2 {
font-size: 21px;
}
.agileheader h1 {
margin: 52px 0px;
}
}
@media (max-width: 640px) {
.w3layouts-main {
width: 64%;
}
}
@media (max-width: 600px) {
.w3layouts-main {
width: 69%;
}
.footer-w3l p {
margin: 3em 0.3em;
line-height: 2;
}
.agileheader h1 {
font-size: 29px;
letter-spacing: 7px;
}
}
@media (max-width: 568px) {
.w3layouts-main {
width: 73%;
}
.w3layouts-main p a {
font-size: 17px;
}
.agileheader h1 {
font-size: 28px;
}
.w3layouts-main h2 {
font-size: 20px;
}
}
@media (max-width: 480px) {
.agileheader h1 {
font-size: 26px;
letter-spacing: 6px;
}
.w3layouts-main h2 {
font-size: 19px;
}
.w3layouts-main span {
width: 38%;
font-size: 15px;
}
.w3layouts-main h6 {
width: 44%;
font-size: 15px;
}
.w3layouts-main p {
font-size: 16px;
width: 105%;
}
.w3layouts-main p a {
font-size: 17px;
letter-spacing: 0px;
}
input[type="submit"] {
font-size: 17px;
}
input[type="email"],
input[type="password"] {
width: 86%;
}
.footer-w3l p {
letter-spacing: 1px;
}
}
@media (max-width: 414px) {
.agileheader h1 {
font-size: 25px;
letter-spacing: 4px;
margin: 34px 0px;
}
.w3layouts-main h2 {
font-size: 18px;
}
.w3layouts-main {
padding: 34px 26px;
}
.w3layouts-main span {
font-size: 15px;
width: 41%;
margin-top: 9px;
}
input[type="email"],
input[type="password"] {
width: 84%;
padding: 13px 0px 13px 40px;
margin: 10px 0px;
}
.w3layouts-main h6 {
font-size: 15px;
width: 48%;
margin-top: 9px;
}
.w3layouts-main p {
width: 95%;
line-height: 32px;
}
.w3layouts-main p a {
font-size: 16px;
letter-spacing: 1px;
}
.footer-w3l p {
margin: 2em 0.6em;
line-height: 1.8;
}
input[type="submit"] {
margin: 45px auto 25px;
}
.footer-w3l p {
margin: 2em 1.7em;
line-height: 2;
letter-spacing: 0px;
}
.footer-w3l {
padding: 0.8em 0em;
}
}
@media (max-width: 384px) {
.agileheader h1 {
font-size: 23px;
margin: 31px 0px;
}
.w3layouts-main {
padding: 30px 26px;
}
input[type="email"],
input[type="password"] {
margin: 10px 0px;
width: 83%;
padding: 10px 0px 10px 39px;
}
input[type="email"] {
background: url("https://user-images.githubusercontent.com/47280551/67255247-71cb6d00-f457-11e9-89af-9671a1df0a21.png")
no-repeat 9px 8px;
background-size: 22px;
}
input[type="password"] {
background: url("https://user-images.githubusercontent.com/47280551/67255248-72640380-f457-11e9-916c-5db4eccfe058.png")
no-repeat 6px 6px;
background-size: 26px;
}
.w3layouts-main span {
width: 44%;
margin-top: 12px;
}
.w3layouts-main h6 {
width: 51%;
margin-top: 12px;
}
input[type="submit"] {
padding: 12px 52px;
font-size: 17px;
letter-spacing: 1px;
margin: 34px auto 28px;
}
.w3layouts-main p {
width: 102%;
line-height: 29px;
}
.footer-w3l p {
line-height: 27px;
}
}
@media (max-width: 375px) {
.agileheader h1 {
margin: 32px 0px;
}
.w3layouts-main span {
width: 45%;
margin-top: 10px;
}
.w3layouts-main h6 {
width: 53%;
margin-top: 10px;
font-size: 14px;
}
.w3layouts-main {
padding: 24px 34px;
width: 65%;
}
.w3layouts-main span {
width: 100%;
}
.w3layouts-main h6 {
width: 100%;
}
.w3layouts-main h2 {
letter-spacing: 1px;
}
input[type="submit"] {
padding: 12px 33px;
font-size: 15px;
letter-spacing: 0px;
margin: 21px auto 12px;
}
.w3layouts-main p {
width: 100%;
line-height: 28px;
}
.footer-w3l p {
line-height: 29px;
}
.footer-w3l {
padding: 0.7em;
}
input[type="email"],
input[type="password"] {
width: 82%;
}
}
@media (max-width: 320px) {
.agileheader h1 {
font-size: 20px;
margin: 20px 0px;
letter-spacing: 3px;
}
.w3layouts-main h2 {
font-size: 17px;
letter-spacing: 0px;
}
.w3layouts-main {
padding: 24px 28px;
width: 73%;
}
input[type="email"],
input[type="password"] {
width: 81%;
padding: 12px 0px 12px 38px;
}
input[type="email"] {
background: url("https://user-images.githubusercontent.com/47280551/67255247-71cb6d00-f457-11e9-89af-9671a1df0a21.png")
no-repeat 8px 9px;
background-size: 23px;
}
input[type="password"] {
background: url("https://user-images.githubusercontent.com/47280551/67255248-72640380-f457-11e9-916c-5db4eccfe058.png")
no-repeat 6px 6px;
background-size: 26px;
}
.w3layouts-main span {
font-size: 14px;
}
input[type="submit"] {
font-size: 15px;
}
.w3layouts-main p {
font-size: 15px;
}
.w3layouts-main p a {
font-size: 15px;
letter-spacing: 0px;
}
.footer-w3l p {
letter-spacing: 0px;
line-height: 27px;
margin: 0em 0.5em;
}
}
/*--//responsive--*/
.avatar {
width: 100px;
height: 100px;
border-radius: 50%;
position: center;
} | assets/css/login.css | html,
div,
applet,
object,
iframe,
h1,
h2,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
section {
display: block;
}
ol,
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* start editing from here */
a {
text-decoration: none;
}
.txt-rt {
text-align: right;
} /* text align right */
.txt-lt {
text-align: left;
} /* text align left */
.txt-center {
text-align: center;
} /* text align center */
.float-rt {
float: right;
} /* float right */
.float-lt {
float: left;
} /* float left */
.clear {
clear: both;
} /* clear float */
.pos-relative {
position: relative;
} /* Position Relative */
.pos-absolute {
position: absolute;
} /* Position Absolute */
.vertical-base {
vertical-align: baseline;
} /* vertical align baseline */
.vertical-top {
vertical-align: top;
} /* vertical align top */
nav.vertical ul li {
display: block;
} /* vertical menu */
nav.horizontal ul li {
display: inline-block;
} /* horizontal menu */
img {
max-width: 100%;
}
/*end reset*/
body p,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto", sans-serif;
}
/*--header--*/
.agileheader h1 {
font-size: 51px;
text-transform: uppercase;
letter-spacing: 10px;
color: #fff;
font-weight: 600;
margin: 70px 0px;
}
.w3layouts-main h2 {
color: #fff;
font-size: 29px;
letter-spacing: 2px;
text-transform: uppercase;
padding-bottom: 15px;
}
.w3layouts-main {
width: 25%;
margin: 0 auto;
margin-top: 50px !important;
background: rgba(0, 0, 0, 0.34);
padding: 42px 35px;
}
/*--//header--*/
/*--main--*/
input[type="email"],
input[type="password"] {
width: 88%;
padding: 15px 0px 15px 42px;
border: 1px solid #fff;
outline: none;
font-size: 14px;
color: #fff;
margin: 14px 0px;
font-family: "Roboto", sans-serif;
}
input[type="email"] {
background: url("https://user-images.githubusercontent.com/47280551/67255247-71cb6d00-f457-11e9-89af-9671a1df0a21.png")
no-repeat 10px 11px;
background-size: 24px;
}
input[type="password"] {
background: url("https://user-images.githubusercontent.com/47280551/67255248-72640380-f457-11e9-916c-5db4eccfe058.png")
no-repeat 8px 9px;
background-size: 28px;
}
.w3layouts-main span {
font-size: 16px;
color: #fff;
float: left;
width: 32%;
margin-top: 8px;
font-family: "Roboto", sans-serif;
}
.w3layouts-main h6 {
font-size: 16px;
float: right;
width: 37%;
color: #fff;
letter-spacing: 1px;
margin-top: 8px;
text-decoration: underline;
}
.w3layouts-main a {
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.w3layouts-main a:hover {
color: rgba(208, 95, 216, 0.9);
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
input[type="submit"] {
padding: 12px 38px;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
background: #b22222;
color: white;
border: none;
outline: none;
cursor: pointer;
font-family: "Roboto", sans-serif;
margin: 45px auto 31px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
input[type="submit"]:hover {
background: #ff0000;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.w3layouts-main p a {
text-transform: uppercase;
font-size: 18px;
text-decoration: underline;
letter-spacing: 1px;
color: #fff;
padding: 10px;
}
.w3layouts-main p {
font-size: 17px;
color: #fff;
}
/*--//main--*/
/*--footer--*/
.footer-w3l p {
margin: 4em 0em;
color: #fff;
font-size: 15px;
font-weight: 300;
letter-spacing: 2px;
}
.footer-w3l a {
color: rgba(208, 95, 216, 0.9);
}
.footer-w3l a:hover {
color: rgba(19, 129, 206, 0.82);
text-decoration: underline;
}
/*--//footer--*/
/*--responsive--*/
@media (max-width: 1440px) {
.w3layouts-main {
width: 28%;
}
}
@media (max-width: 1366px) {
.w3layouts-main {
width: 30%;
}
}
@media (max-width: 1280px) {
.w3layouts-main {
width: 33%;
}
.agileheader h1 {
font-size: 41px;
}
.w3layouts-main h2 {
font-size: 27px;
}
}
@media (max-width: 1080px) {
.w3layouts-main {
width: 49%;
}
}
@media (max-width: 1024px) {
.w3layouts-main {
width: 40%;
}
}
@media (max-width: 991px) {
.w3layouts-main {
width: 42%;
}
.agileheader h1 {
font-size: 38px;
}
.w3layouts-main h2 {
font-size: 25px;
}
}
@media (max-width: 800px) {
.w3layouts-main {
width: 51%;
}
.agileheader h1 {
font-size: 34px;
letter-spacing: 9px;
}
.w3layouts-main h2 {
font-size: 23px;
}
}
@media (max-width: 768px) {
.w3layouts-main {
width: 54%;
}
.agileheader h1 {
font-size: 33px;
letter-spacing: 8px;
}
.w3layouts-main h2 {
font-size: 22px;
}
.footer-w3l {
padding: 2em 0em 8.7em;
}
}
@media (max-width: 736px) {
.w3layouts-main {
width: 56%;
}
.agileheader h1 {
margin: 60px 0px;
}
.footer-w3l {
padding: 0em;
}
}
@media (max-width: 667px) {
.w3layouts-main {
width: 61%;
}
.agileheader h1 {
font-size: 31px;
}
.w3layouts-main h2 {
font-size: 21px;
}
.agileheader h1 {
margin: 52px 0px;
}
}
@media (max-width: 640px) {
.w3layouts-main {
width: 64%;
}
}
@media (max-width: 600px) {
.w3layouts-main {
width: 69%;
}
.footer-w3l p {
margin: 3em 0.3em;
line-height: 2;
}
.agileheader h1 {
font-size: 29px;
letter-spacing: 7px;
}
}
@media (max-width: 568px) {
.w3layouts-main {
width: 73%;
}
.w3layouts-main p a {
font-size: 17px;
}
.agileheader h1 {
font-size: 28px;
}
.w3layouts-main h2 {
font-size: 20px;
}
}
@media (max-width: 480px) {
.agileheader h1 {
font-size: 26px;
letter-spacing: 6px;
}
.w3layouts-main h2 {
font-size: 19px;
}
.w3layouts-main span {
width: 38%;
font-size: 15px;
}
.w3layouts-main h6 {
width: 44%;
font-size: 15px;
}
.w3layouts-main p {
font-size: 16px;
width: 105%;
}
.w3layouts-main p a {
font-size: 17px;
letter-spacing: 0px;
}
input[type="submit"] {
font-size: 17px;
}
input[type="email"],
input[type="password"] {
width: 86%;
}
.footer-w3l p {
letter-spacing: 1px;
}
}
@media (max-width: 414px) {
.agileheader h1 {
font-size: 25px;
letter-spacing: 4px;
margin: 34px 0px;
}
.w3layouts-main h2 {
font-size: 18px;
}
.w3layouts-main {
padding: 34px 26px;
}
.w3layouts-main span {
font-size: 15px;
width: 41%;
margin-top: 9px;
}
input[type="email"],
input[type="password"] {
width: 84%;
padding: 13px 0px 13px 40px;
margin: 10px 0px;
}
.w3layouts-main h6 {
font-size: 15px;
width: 48%;
margin-top: 9px;
}
.w3layouts-main p {
width: 95%;
line-height: 32px;
}
.w3layouts-main p a {
font-size: 16px;
letter-spacing: 1px;
}
.footer-w3l p {
margin: 2em 0.6em;
line-height: 1.8;
}
input[type="submit"] {
margin: 45px auto 25px;
}
.footer-w3l p {
margin: 2em 1.7em;
line-height: 2;
letter-spacing: 0px;
}
.footer-w3l {
padding: 0.8em 0em;
}
}
@media (max-width: 384px) {
.agileheader h1 {
font-size: 23px;
margin: 31px 0px;
}
.w3layouts-main {
padding: 30px 26px;
}
input[type="email"],
input[type="password"] {
margin: 10px 0px;
width: 83%;
padding: 10px 0px 10px 39px;
}
input[type="email"] {
background: url("https://user-images.githubusercontent.com/47280551/67255247-71cb6d00-f457-11e9-89af-9671a1df0a21.png")
no-repeat 9px 8px;
background-size: 22px;
}
input[type="password"] {
background: url("https://user-images.githubusercontent.com/47280551/67255248-72640380-f457-11e9-916c-5db4eccfe058.png")
no-repeat 6px 6px;
background-size: 26px;
}
.w3layouts-main span {
width: 44%;
margin-top: 12px;
}
.w3layouts-main h6 {
width: 51%;
margin-top: 12px;
}
input[type="submit"] {
padding: 12px 52px;
font-size: 17px;
letter-spacing: 1px;
margin: 34px auto 28px;
}
.w3layouts-main p {
width: 102%;
line-height: 29px;
}
.footer-w3l p {
line-height: 27px;
}
}
@media (max-width: 375px) {
.agileheader h1 {
margin: 32px 0px;
}
.w3layouts-main span {
width: 45%;
margin-top: 10px;
}
.w3layouts-main h6 {
width: 53%;
margin-top: 10px;
font-size: 14px;
}
.w3layouts-main {
padding: 24px 34px;
width: 65%;
}
.w3layouts-main span {
width: 100%;
}
.w3layouts-main h6 {
width: 100%;
}
.w3layouts-main h2 {
letter-spacing: 1px;
}
input[type="submit"] {
padding: 12px 33px;
font-size: 15px;
letter-spacing: 0px;
margin: 21px auto 12px;
}
.w3layouts-main p {
width: 100%;
line-height: 28px;
}
.footer-w3l p {
line-height: 29px;
}
.footer-w3l {
padding: 0.7em;
}
input[type="email"],
input[type="password"] {
width: 82%;
}
}
@media (max-width: 320px) {
.agileheader h1 {
font-size: 20px;
margin: 20px 0px;
letter-spacing: 3px;
}
.w3layouts-main h2 {
font-size: 17px;
letter-spacing: 0px;
}
.w3layouts-main {
padding: 24px 28px;
width: 73%;
}
input[type="email"],
input[type="password"] {
width: 81%;
padding: 12px 0px 12px 38px;
}
input[type="email"] {
background: url("https://user-images.githubusercontent.com/47280551/67255247-71cb6d00-f457-11e9-89af-9671a1df0a21.png")
no-repeat 8px 9px;
background-size: 23px;
}
input[type="password"] {
background: url("https://user-images.githubusercontent.com/47280551/67255248-72640380-f457-11e9-916c-5db4eccfe058.png")
no-repeat 6px 6px;
background-size: 26px;
}
.w3layouts-main span {
font-size: 14px;
}
input[type="submit"] {
font-size: 15px;
}
.w3layouts-main p {
font-size: 15px;
}
.w3layouts-main p a {
font-size: 15px;
letter-spacing: 0px;
}
.footer-w3l p {
letter-spacing: 0px;
line-height: 27px;
margin: 0em 0.5em;
}
}
/*--//responsive--*/
.avatar {
width: 100px;
height: 100px;
border-radius: 50%;
position: center;
} | 0.307358 | 0.065157 |
:root {
/* Color */
--color-white: #ffffff;
--color-light-white: #eeeeee;
--color-dark-white: #bdbdbd;
--color-light-purple: #b76fe0;
--color-dark-purple: #7a31f0;
--color-black: #4d4d4d;
--color-dark-grey: #4d4d4d;
--color-grey: #616161;
--color-light-grey: #7c7979;
--color-blue: #73aace;
--color-light-blue: #91dfeb;
--color-dark-blue: darkblue;
--color-yellow: #fff7d1;
--color-orange: #feb546;
--color-black: #000000;
/* Font size */
--font-large: 48px;
--font-medium: 28px;
--font-regular: 18px;
--font-small: 16px;
--font-micro: 14px;
/* Font weight */
--weight-bold: 700;
--weight-semi-bold: 600;
--weight-regular: 400;
/* Size */
--size-border-radius: 8px;
/* Animation Duration */
--animation-duration: 300ms;
}
/* Universal tags */
* {
box-sizing: border-box;
}
body {
margin: 0px;
font-family: 'Open Sans', sans-serif;
cursor: default;
}
a {
text-decoration: none;
color: var(--color-white);
}
ul {
list-style: none;
padding: 0px;
}
li {
list-style: none;
}
button {
background-color: transparent;
cursor: pointer;
border: none;
outline: none;
padding: 0;
}
/* Typography */
h1 {
font-size: var(--font-large);
font-weight: var(--weight-bold);
color: var(--color-black);
margin: 16px 0px;
}
h2 {
font-size: var(--font-medium);
font-weight: var(--weight-semi-bold);
color: var(--color-black);
margin: 8px 0;
}
h3 {
font-size: var(--font-regular);
font-weight: var(--font-regular);
color: var(--color-black);
margin: 8px 0;
}
p {
font-size: var(--font-regular);
font-weight: var(--font-regular);
color: var(--color-black);
margin: 4px 0;
}
/* Navbar */
#navbar {
position: fixed;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 10px 8px 10px;
background-color: transparent;
transition: all var(--animation-duration) ease-in-out;
z-index: 1;
}
#navbar.navbar--dark {
background-color: var(--color-light-purple);
padding: 0px 10px 0px 10px;
}
#toggle_btn.navbar__toggle-btn--dark {
font-size: 18px;
transition: all var(--animation-duration) ease-in-out;
z-index: 1;
}
.navbar__logo {
font-size: var(--font-medium);
font-weight: var(--weight-semi-bold);
width: 400px;
padding: 14px;
color: white;
}
.navbar__menu {
display: flex;
justify-content: right;
}
.navbar__menu__item.active {
border: 1px solid var(--color-white);
}
.navbar__toggle__menu {
width: 100%;
}
.navbar__menu__item {
padding: 8px 12px;
margin: 0 4px;
color: var(--color-white);
cursor: pointer;
border: 1px solid transparent;
border-radius: var(--size-border-radius);
}
.navbar__menu__item:hover {
border-color: var(--color-white);
background-color: var(--color-dark-purple);
transition: all var(--animation-duration) ease-out;
}
.navbar__toggle-btn {
position: absolute;
top: 24px;
right: 32px;
font-size: 24px;
color: var(--color-white);
display: none;
}
/* Home */
#home {
background: url('imgs/Pink\ and\ Purple\ Gradient\ Futuristic\ Neon\ Survival\ YouTube\ Channel\ Art.png')
center/cover no-repeat;
padding: 40px;
padding-top: 120px;
text-align: center;
}
.home__avatar {
width: 280px;
height: 410px;
/* border-radius: 50%; */
border-radius: 20% 20% / 20% 20%;
/* border: 1px solid var(--color-light-white); */
}
.home__title,
.home__description {
color: var(--color-white);
margin-bottom: 24px;
}
.home__contact {
color: var(--color-white);
font-size: var(--font-regular);
font-weight: var(--weight-bold);
margin: 24px;
padding: 14px 12px;
border: 2px solid var(--color-white);
border-radius: var(--size-border-radius);
}
.home__contact:hover {
background-color: var(--color-light-purple);
transition: all var(--animation-duration) ease-out;
}
/* Section common */
.section {
padding: 50px;
text-align: center;
margin: auto;
}
.section__container {
max-width: 1200px;
margin: auto;
}
/* About */
.about__majors {
display: flex;
justify-content: space-around;
margin: 80px 0;
}
.major__icon {
width: 170px;
height: 170px;
line-height: 170px;
font-size: 70px;
margin: auto;
color: var(--color-blue);
border: 1px solid var(--color-blue);
border-radius: 50%;
margin-bottom: 16px;
}
.major__icon i {
transition: all var(--animation-duration) ease;
}
.major__icon:hover i {
color: var(--color-light-purple);
transform: rotate(-30deg) scale(1.1);
}
.major__title,
.major__description {
color: var(--color-dark-grey);
}
.major__description {
font-size: var(--font-small);
}
.job {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.job__logo {
width: 150px;
height: 75px;
}
.job__description {
margin: 0 16px;
text-align: left;
}
.job__name,
.job__period {
color: var(--color-light-grey);
}
.job__name {
font-size: var(--font-small);
}
.job__period {
font-size: var(--font-micro);
}
/* Skill */
#skills {
background-color: var(--color-light-white);
}
.skillset {
display: flex;
background-color: var(--color-light-grey);
color: var(--color-light-white);
margin: 20px 0;
}
.skillset__title {
color: var(--color-white);
font-size: var(--font-medium);
text-decoration: var(--color-dark-white) underline;
}
.skillset__left {
flex-basis: 60%;
background-color: var(--color-dark-grey);
padding: 20px 40px;
}
.skill {
margin-bottom: 40px;
}
.skill__description {
display: flex;
justify-content: space-between;
margin-bottom: 6px;
}
.skill__bar {
width: 100%;
height: 3px;
background-color: var(--color-grey);
margin-bottom: 10px;
}
.skill__value {
height: 3px;
background-color: var(--color-dark-purple);
}
.skillset__right {
flex-basis: 40%;
}
.tools {
background-color: var(--color-grey);
}
.tools,
.etc {
padding: 20px;
}
/* Work */
.work__categories {
margin: 40px;
}
.category__btn {
border: 1px solid var(--color-dark-white);
border-radius: var(--size-border-radius);
font-size: var(--font-regular);
padding: 8px 48px;
position: relative;
}
.category__btn.selected,
.category__btn:hover {
background-color: var(--color-light-purple);
color: var(--color-white);
}
.category__btn.selected .category__count,
.category__btn:hover .category__count {
opacity: 1;
top: 6px;
}
.category__count {
background-color: var(--color-orange);
border-radius: 50%;
color: var(--color-white);
width: 24px;
height: 24px;
line-height: 24px;
display: inline-block;
position: absolute;
top: -20px;
right: 16px;
opacity: 0;
transition: all var(--animation-duration) ease-in;
}
.work__projects {
display: flex;
flex-wrap: wrap;
justify-content: center;
opacity: 1;
transition: all var(--animation-duration) ease-out;
}
.work__projects.anim-out {
opacity: 0;
transform: scale(0.96) translateY(40px);
}
.project {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 400px;
height: 250px;
margin: 2px;
padding: 10px;
background-color: var(--color-light-white);
}
.project.invisible {
display: none;
}
.project__img {
max-width: 100%;
max-height: 100%;
align-self: center;
}
.project__description {
position: absolute;
padding: 24px;
background-color: var(--color-dark-grey);
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
transform: translateY(10px);
transition: all var(--animation-duration) ease-in;
}
.project:hover .project__description {
opacity: 1;
transform: translateY(0px);
}
.project__description h3 {
color: var(--color-orange);
font-size: var(--font-medium);
}
.project__description h3:after {
content: '';
display: block;
position: relative;
left: 50%;
width: 200px;
height: 2px;
transform: translateX(-50%);
margin-top: 8px;
background-color: var(--color-dark-white);
}
/* Testimonial */
#testimonials {
background-color: var(--color-light-white);
}
.testimonials {
margin: 40px;
}
.testimonial {
display: flex;
align-items: center;
margin: 32px 0;
}
.testimonial__avatar {
width: 130px;
height: 150px;
border-radius: 50%;
}
.testimonial__avatar:nth-child(odd) {
margin-right: 40px;
}
.testimonial__avatar:nth-child(even) {
margin-left: 40px;
}
.testimonial__speech-bubble {
padding: 18px;
width: 750px;
background-color: var(--color-white);
border-radius: var(--size-border-radius);
}
.testimonial__speech-bubble p {
color: var(--color-light-grey);
}
.testimonial__speech-bubble a {
color: var(--color-light-purple);
}
/* Contact */
#contact {
background-color: var(--color-light-purple);
background: rgb(189, 100, 215);
background: radial-gradient(
circle,
rgba(189, 100, 215, 1) 55%,
rgba(120, 185, 191, 1) 100%,
rgba(62, 207, 236, 1) 100%
);
}
.contact__title,
.contact__email,
.contact__rights {
color: var(--color-white);
}
.contact__title {
margin: 32px 0;
}
.contact__links {
font-size: var(--font-large);
margin: 24px 0;
transition: all var(--animation-duration) ease-in;
}
.contact__links i:hover {
transform: scale(1.1);
color: var(--color-yellow);
}
/* Scroll */
.arrow-up {
position: fixed;
/* box-shadow: 2px 2px 2px 2px #000000; */
box-shadow: inset 0 0em 0.3em var(--color-light-purple);
/* border: 0.01px solid; */
bottom: 50px;
right: 50px;
width: 70px;
height: 70px;
font-size: 44px;
color: var(--color-white);
background-color: var(--color-dark-purple);
border-radius: 50%;
opacity: 0;
pointer-events: none;
transition: opacity 300ms ease-in;
}
.arrow-up.visible {
opacity: 1;
pointer-events: auto;
}
/* For below 768px screen width */
@media screen and (max-width: 840px) {
:root {
/* Font size */
--font-large: 30px;
--font-medium: 18px;
--font-regular: 16px;
--font-small: 14px;
--font-micro: 12px;
}
.navbar__toggle-btn {
top: 18px;
right: 18px;
font-size: var(--font-large);
display: block;
}
#navbar {
flex-direction: column;
align-items: flex-start;
background-color: var(--color-light-purple);
}
#navbar.navbar--dark {
padding: 0px;
}
.navbar__menu {
flex-direction: column;
text-align: center;
width: 100%;
display: none;
}
.navbar__menu.open {
display: block;
}
.section {
padding: 30px;
padding-top: 40px;
padding-bottom: 70px;
}
.about__majors {
flex-direction: column;
margin-top: 30px;
margin-bottom: 0px;
}
.major {
margin-bottom: 30px;
}
.skillset {
flex-direction: column;
}
.category__btn {
margin: 4px 0;
width: 100%;
}
.project {
flex-grow: 1;
}
.testimonial {
flex-direction: column;
align-items: center;
}
.testimonial__avatar {
width: 120px;
height: 120px;
}
.testimonial__avatar:nth-child(even),
.testimonial__avatar:nth-child(odd) {
margin: 0;
margin-bottom: 8px;
}
.testimonial__speech-bubble {
order: 1;
}
.arrow-up {
width: 50px;
height: 50px;
font-size: 30px;
line-height: 50px;
right: 16px;
bottom: 16px;
}
} | style.css | :root {
/* Color */
--color-white: #ffffff;
--color-light-white: #eeeeee;
--color-dark-white: #bdbdbd;
--color-light-purple: #b76fe0;
--color-dark-purple: #7a31f0;
--color-black: #4d4d4d;
--color-dark-grey: #4d4d4d;
--color-grey: #616161;
--color-light-grey: #7c7979;
--color-blue: #73aace;
--color-light-blue: #91dfeb;
--color-dark-blue: darkblue;
--color-yellow: #fff7d1;
--color-orange: #feb546;
--color-black: #000000;
/* Font size */
--font-large: 48px;
--font-medium: 28px;
--font-regular: 18px;
--font-small: 16px;
--font-micro: 14px;
/* Font weight */
--weight-bold: 700;
--weight-semi-bold: 600;
--weight-regular: 400;
/* Size */
--size-border-radius: 8px;
/* Animation Duration */
--animation-duration: 300ms;
}
/* Universal tags */
* {
box-sizing: border-box;
}
body {
margin: 0px;
font-family: 'Open Sans', sans-serif;
cursor: default;
}
a {
text-decoration: none;
color: var(--color-white);
}
ul {
list-style: none;
padding: 0px;
}
li {
list-style: none;
}
button {
background-color: transparent;
cursor: pointer;
border: none;
outline: none;
padding: 0;
}
/* Typography */
h1 {
font-size: var(--font-large);
font-weight: var(--weight-bold);
color: var(--color-black);
margin: 16px 0px;
}
h2 {
font-size: var(--font-medium);
font-weight: var(--weight-semi-bold);
color: var(--color-black);
margin: 8px 0;
}
h3 {
font-size: var(--font-regular);
font-weight: var(--font-regular);
color: var(--color-black);
margin: 8px 0;
}
p {
font-size: var(--font-regular);
font-weight: var(--font-regular);
color: var(--color-black);
margin: 4px 0;
}
/* Navbar */
#navbar {
position: fixed;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 10px 8px 10px;
background-color: transparent;
transition: all var(--animation-duration) ease-in-out;
z-index: 1;
}
#navbar.navbar--dark {
background-color: var(--color-light-purple);
padding: 0px 10px 0px 10px;
}
#toggle_btn.navbar__toggle-btn--dark {
font-size: 18px;
transition: all var(--animation-duration) ease-in-out;
z-index: 1;
}
.navbar__logo {
font-size: var(--font-medium);
font-weight: var(--weight-semi-bold);
width: 400px;
padding: 14px;
color: white;
}
.navbar__menu {
display: flex;
justify-content: right;
}
.navbar__menu__item.active {
border: 1px solid var(--color-white);
}
.navbar__toggle__menu {
width: 100%;
}
.navbar__menu__item {
padding: 8px 12px;
margin: 0 4px;
color: var(--color-white);
cursor: pointer;
border: 1px solid transparent;
border-radius: var(--size-border-radius);
}
.navbar__menu__item:hover {
border-color: var(--color-white);
background-color: var(--color-dark-purple);
transition: all var(--animation-duration) ease-out;
}
.navbar__toggle-btn {
position: absolute;
top: 24px;
right: 32px;
font-size: 24px;
color: var(--color-white);
display: none;
}
/* Home */
#home {
background: url('imgs/Pink\ and\ Purple\ Gradient\ Futuristic\ Neon\ Survival\ YouTube\ Channel\ Art.png')
center/cover no-repeat;
padding: 40px;
padding-top: 120px;
text-align: center;
}
.home__avatar {
width: 280px;
height: 410px;
/* border-radius: 50%; */
border-radius: 20% 20% / 20% 20%;
/* border: 1px solid var(--color-light-white); */
}
.home__title,
.home__description {
color: var(--color-white);
margin-bottom: 24px;
}
.home__contact {
color: var(--color-white);
font-size: var(--font-regular);
font-weight: var(--weight-bold);
margin: 24px;
padding: 14px 12px;
border: 2px solid var(--color-white);
border-radius: var(--size-border-radius);
}
.home__contact:hover {
background-color: var(--color-light-purple);
transition: all var(--animation-duration) ease-out;
}
/* Section common */
.section {
padding: 50px;
text-align: center;
margin: auto;
}
.section__container {
max-width: 1200px;
margin: auto;
}
/* About */
.about__majors {
display: flex;
justify-content: space-around;
margin: 80px 0;
}
.major__icon {
width: 170px;
height: 170px;
line-height: 170px;
font-size: 70px;
margin: auto;
color: var(--color-blue);
border: 1px solid var(--color-blue);
border-radius: 50%;
margin-bottom: 16px;
}
.major__icon i {
transition: all var(--animation-duration) ease;
}
.major__icon:hover i {
color: var(--color-light-purple);
transform: rotate(-30deg) scale(1.1);
}
.major__title,
.major__description {
color: var(--color-dark-grey);
}
.major__description {
font-size: var(--font-small);
}
.job {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.job__logo {
width: 150px;
height: 75px;
}
.job__description {
margin: 0 16px;
text-align: left;
}
.job__name,
.job__period {
color: var(--color-light-grey);
}
.job__name {
font-size: var(--font-small);
}
.job__period {
font-size: var(--font-micro);
}
/* Skill */
#skills {
background-color: var(--color-light-white);
}
.skillset {
display: flex;
background-color: var(--color-light-grey);
color: var(--color-light-white);
margin: 20px 0;
}
.skillset__title {
color: var(--color-white);
font-size: var(--font-medium);
text-decoration: var(--color-dark-white) underline;
}
.skillset__left {
flex-basis: 60%;
background-color: var(--color-dark-grey);
padding: 20px 40px;
}
.skill {
margin-bottom: 40px;
}
.skill__description {
display: flex;
justify-content: space-between;
margin-bottom: 6px;
}
.skill__bar {
width: 100%;
height: 3px;
background-color: var(--color-grey);
margin-bottom: 10px;
}
.skill__value {
height: 3px;
background-color: var(--color-dark-purple);
}
.skillset__right {
flex-basis: 40%;
}
.tools {
background-color: var(--color-grey);
}
.tools,
.etc {
padding: 20px;
}
/* Work */
.work__categories {
margin: 40px;
}
.category__btn {
border: 1px solid var(--color-dark-white);
border-radius: var(--size-border-radius);
font-size: var(--font-regular);
padding: 8px 48px;
position: relative;
}
.category__btn.selected,
.category__btn:hover {
background-color: var(--color-light-purple);
color: var(--color-white);
}
.category__btn.selected .category__count,
.category__btn:hover .category__count {
opacity: 1;
top: 6px;
}
.category__count {
background-color: var(--color-orange);
border-radius: 50%;
color: var(--color-white);
width: 24px;
height: 24px;
line-height: 24px;
display: inline-block;
position: absolute;
top: -20px;
right: 16px;
opacity: 0;
transition: all var(--animation-duration) ease-in;
}
.work__projects {
display: flex;
flex-wrap: wrap;
justify-content: center;
opacity: 1;
transition: all var(--animation-duration) ease-out;
}
.work__projects.anim-out {
opacity: 0;
transform: scale(0.96) translateY(40px);
}
.project {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 400px;
height: 250px;
margin: 2px;
padding: 10px;
background-color: var(--color-light-white);
}
.project.invisible {
display: none;
}
.project__img {
max-width: 100%;
max-height: 100%;
align-self: center;
}
.project__description {
position: absolute;
padding: 24px;
background-color: var(--color-dark-grey);
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
transform: translateY(10px);
transition: all var(--animation-duration) ease-in;
}
.project:hover .project__description {
opacity: 1;
transform: translateY(0px);
}
.project__description h3 {
color: var(--color-orange);
font-size: var(--font-medium);
}
.project__description h3:after {
content: '';
display: block;
position: relative;
left: 50%;
width: 200px;
height: 2px;
transform: translateX(-50%);
margin-top: 8px;
background-color: var(--color-dark-white);
}
/* Testimonial */
#testimonials {
background-color: var(--color-light-white);
}
.testimonials {
margin: 40px;
}
.testimonial {
display: flex;
align-items: center;
margin: 32px 0;
}
.testimonial__avatar {
width: 130px;
height: 150px;
border-radius: 50%;
}
.testimonial__avatar:nth-child(odd) {
margin-right: 40px;
}
.testimonial__avatar:nth-child(even) {
margin-left: 40px;
}
.testimonial__speech-bubble {
padding: 18px;
width: 750px;
background-color: var(--color-white);
border-radius: var(--size-border-radius);
}
.testimonial__speech-bubble p {
color: var(--color-light-grey);
}
.testimonial__speech-bubble a {
color: var(--color-light-purple);
}
/* Contact */
#contact {
background-color: var(--color-light-purple);
background: rgb(189, 100, 215);
background: radial-gradient(
circle,
rgba(189, 100, 215, 1) 55%,
rgba(120, 185, 191, 1) 100%,
rgba(62, 207, 236, 1) 100%
);
}
.contact__title,
.contact__email,
.contact__rights {
color: var(--color-white);
}
.contact__title {
margin: 32px 0;
}
.contact__links {
font-size: var(--font-large);
margin: 24px 0;
transition: all var(--animation-duration) ease-in;
}
.contact__links i:hover {
transform: scale(1.1);
color: var(--color-yellow);
}
/* Scroll */
.arrow-up {
position: fixed;
/* box-shadow: 2px 2px 2px 2px #000000; */
box-shadow: inset 0 0em 0.3em var(--color-light-purple);
/* border: 0.01px solid; */
bottom: 50px;
right: 50px;
width: 70px;
height: 70px;
font-size: 44px;
color: var(--color-white);
background-color: var(--color-dark-purple);
border-radius: 50%;
opacity: 0;
pointer-events: none;
transition: opacity 300ms ease-in;
}
.arrow-up.visible {
opacity: 1;
pointer-events: auto;
}
/* For below 768px screen width */
@media screen and (max-width: 840px) {
:root {
/* Font size */
--font-large: 30px;
--font-medium: 18px;
--font-regular: 16px;
--font-small: 14px;
--font-micro: 12px;
}
.navbar__toggle-btn {
top: 18px;
right: 18px;
font-size: var(--font-large);
display: block;
}
#navbar {
flex-direction: column;
align-items: flex-start;
background-color: var(--color-light-purple);
}
#navbar.navbar--dark {
padding: 0px;
}
.navbar__menu {
flex-direction: column;
text-align: center;
width: 100%;
display: none;
}
.navbar__menu.open {
display: block;
}
.section {
padding: 30px;
padding-top: 40px;
padding-bottom: 70px;
}
.about__majors {
flex-direction: column;
margin-top: 30px;
margin-bottom: 0px;
}
.major {
margin-bottom: 30px;
}
.skillset {
flex-direction: column;
}
.category__btn {
margin: 4px 0;
width: 100%;
}
.project {
flex-grow: 1;
}
.testimonial {
flex-direction: column;
align-items: center;
}
.testimonial__avatar {
width: 120px;
height: 120px;
}
.testimonial__avatar:nth-child(even),
.testimonial__avatar:nth-child(odd) {
margin: 0;
margin-bottom: 8px;
}
.testimonial__speech-bubble {
order: 1;
}
.arrow-up {
width: 50px;
height: 50px;
font-size: 30px;
line-height: 50px;
right: 16px;
bottom: 16px;
}
} | 0.337422 | 0.099252 |
{
background:none;
}
#site-profileView #profileView-avatar
{
margin:30px 0 15px 0 !important;
padding:0 !important;
width:150px;
height:150px;
}
#site-profileView h1
{
margin:0; padding:0;
text-transform: uppercase;
font-weight:bold;
font-size:170%;
color:black;
}
#site-profileView .text-subline
{
font-size:100%;
font-weight:bold;
}
#profileView-socialLink
{
margin-top:24px;
}
#profileView-socialLink ul
{
list-style-type:none;
margin:0; padding:0;
}
#profileView-socialLink ul li
{
display:inline;
margin:0 1em 0 1em;
}
#profileView-socialLink ul a
{
color:#878787;
font-weight:bold;
}
#profileView-shortDesc
{
margin:32px auto;
font-size:13pt;
max-width:800px;
}
#profileView-mainBox
{
padding:20px;
padding-bottom:50px;
background:white;
font-size:120% !important;
}
#profileView-mainBox li {margin-bottom:1.2em;}
#profileView-mainBox li .dd{font-size:100% !important; margin-left:1.5em;}
#profileView-mainBox li .fa{margin-left:5px;}
#profileView-mainBox #skillsets .label
{
padding:6px;
margin-bottom:3px;
font-weight:normal;
font-size:90%;
border-radius:3px;
display: inline-block;
}
#profileView-subBox h3
{
margin-bottom:1.5em;
}
#profileView-subBox
{
padding:20px;
background:#424242;
color:white;
}
#profileView-subBox ul
{
padding:0;
list-style-type:none;
font-size:12pt;
margin-bottom:1.5em;
}
.box-experience
{
padding:20px;
background:white;
margin-bottom:18px;
/* box-shadow: 1px 1px 8px #eeeeee; */
border: 1px solid #eee;
}
.box-experience-endorsed
{
background: #fcfbf2 !important; /* Old browsers */
border: 1px solid #ecebe2 !important;
}
.box-experience .endorsed
{
position:absolute;
top:0;
right:1em;
}
.box-experience-endorsed h3
{
margin-right:100px;
}
#site-browseProfile
{
margin-top:3em;
}
#site-browseProfile .box-filter label, #site-browseProfile .lead
{
font-weight:normal;
color:white;
}
#site-browseProfile .box-filter
{
padding:20px;
background:#424242;
margin-bottom:1em;
font-size:11pt;
}
#boxFilter-location .glyphicon
{
color:#aaa;
}
.box-portfolio
{
height:150px;
background:white;
padding:10px 20px 10px 20px;
}
.box-portfolio .lead
{
color:black !important;
font-weight:bold !important;
margin:0; margin-bottom:5px;
}
.box-portfolio .avatar
{
width:100px;
margin-top:-20px;
margin-right:-10px;
}
#list-filters{padding:1em; border-bottom:1px solid #ddd;}
#list-filters .label
{
display:inline-block;
padding:5px;
border-radius:3px;
margin-bottom:2px;
height:22px;
}
.float-left {float: left; position: relative; top: -10px; margin-right: 15px;}
.float-right {float: right; position: relative; top: -10px; margin-right: 15px;}
#list-portfolio {clear: both; position: relative}
#list-portfolio .item { } | protected/modules/cv/assets/css/frontend.css | {
background:none;
}
#site-profileView #profileView-avatar
{
margin:30px 0 15px 0 !important;
padding:0 !important;
width:150px;
height:150px;
}
#site-profileView h1
{
margin:0; padding:0;
text-transform: uppercase;
font-weight:bold;
font-size:170%;
color:black;
}
#site-profileView .text-subline
{
font-size:100%;
font-weight:bold;
}
#profileView-socialLink
{
margin-top:24px;
}
#profileView-socialLink ul
{
list-style-type:none;
margin:0; padding:0;
}
#profileView-socialLink ul li
{
display:inline;
margin:0 1em 0 1em;
}
#profileView-socialLink ul a
{
color:#878787;
font-weight:bold;
}
#profileView-shortDesc
{
margin:32px auto;
font-size:13pt;
max-width:800px;
}
#profileView-mainBox
{
padding:20px;
padding-bottom:50px;
background:white;
font-size:120% !important;
}
#profileView-mainBox li {margin-bottom:1.2em;}
#profileView-mainBox li .dd{font-size:100% !important; margin-left:1.5em;}
#profileView-mainBox li .fa{margin-left:5px;}
#profileView-mainBox #skillsets .label
{
padding:6px;
margin-bottom:3px;
font-weight:normal;
font-size:90%;
border-radius:3px;
display: inline-block;
}
#profileView-subBox h3
{
margin-bottom:1.5em;
}
#profileView-subBox
{
padding:20px;
background:#424242;
color:white;
}
#profileView-subBox ul
{
padding:0;
list-style-type:none;
font-size:12pt;
margin-bottom:1.5em;
}
.box-experience
{
padding:20px;
background:white;
margin-bottom:18px;
/* box-shadow: 1px 1px 8px #eeeeee; */
border: 1px solid #eee;
}
.box-experience-endorsed
{
background: #fcfbf2 !important; /* Old browsers */
border: 1px solid #ecebe2 !important;
}
.box-experience .endorsed
{
position:absolute;
top:0;
right:1em;
}
.box-experience-endorsed h3
{
margin-right:100px;
}
#site-browseProfile
{
margin-top:3em;
}
#site-browseProfile .box-filter label, #site-browseProfile .lead
{
font-weight:normal;
color:white;
}
#site-browseProfile .box-filter
{
padding:20px;
background:#424242;
margin-bottom:1em;
font-size:11pt;
}
#boxFilter-location .glyphicon
{
color:#aaa;
}
.box-portfolio
{
height:150px;
background:white;
padding:10px 20px 10px 20px;
}
.box-portfolio .lead
{
color:black !important;
font-weight:bold !important;
margin:0; margin-bottom:5px;
}
.box-portfolio .avatar
{
width:100px;
margin-top:-20px;
margin-right:-10px;
}
#list-filters{padding:1em; border-bottom:1px solid #ddd;}
#list-filters .label
{
display:inline-block;
padding:5px;
border-radius:3px;
margin-bottom:2px;
height:22px;
}
.float-left {float: left; position: relative; top: -10px; margin-right: 15px;}
.float-right {float: right; position: relative; top: -10px; margin-right: 15px;}
#list-portfolio {clear: both; position: relative}
#list-portfolio .item { } | 0.133995 | 0.047404 |
.lingotek-highlight {
background-color: #ecf2f9 !important;
}
#navbar-link-admin-settings-lingotek::before {
background-attachment: scroll;
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-image: url("../images/ico_chevs_dd.png");
}
.ltk-icon {
}
.ltk-icon:hover {
text-decoration: none;
color: #00348D;
}
div.form-item-create-lingotek-document-workbench-moderation, div.form-item-sync-method-workbench-moderation {
margin-left: 50px;
}
div.form-item.form-item-lingotek-create-documents-by-default-workbench-moderation,
div.form-item.form-item-wb-options {
margin-left: 50px;
}
#edit-wb-select {
margin-left: 50px;
}
/* Settings/Setup - Content Types Table */
.lingotek-content-settings-table td div {
float: left;
padding-right: 15px !important;
}
input.lingotek-content-settings-table.form-checkbox {
margin: 0px;
}
#lingotek-profiles {
width: auto;
}
/* Bulk Grid */
#lingotek-bulk-grid-form #edit-header-fieldset .form-item {
float:left;
margin-left: 15px;
}
#modal-content #edit-filters .form-item {
}
#modal-content #edit-filter-buttons {
clear: both;
}
.form-item.form-item-actions-select {
padding: 0px;
}
.form-item-actions-select label, .form-item-search label {
display: inline;
}
.form-item-search-type, .form-item-search, .form-item-search-submit {
display: inline;
}
.lingotek-action {
float: right;
font-size: 125%;
margin-left: 20px;
margin-top: 30px;
color: #666;
}
.lingotek-action:hover {
color: #333;
text-decoration: none;
}
.grid-result-summary {
color: #666;
}
#page-limit {
text-align: center;
}
.form-item-limit-select {
display: inline;
}
#edit-grid-container .table-select-processed {
clear: both;
}
#edit-grid-container > .grid-empty {
clear: both;
padding: 25px;
background: #f3f3f3;
border: #aaa;
}
#edit-custom-columns {
columns:100px 2;
-webkit-columns:100px 2;
-moz-columns:100px 2;
}
#lingotek-bulk-grid-form a.ltk-source-icon, span.ltk-source-icon {
background-color:#80a49e;
margin-right: 3px;
padding: 1px;
padding-left: 4px;
padding-right: 4px;
color: #fff;
white-space: nowrap;
border: 1px solid #80a49e;
text-decoration: none;
font-family: 'Roboto Mono', monospace;
}
#lingotek-bulk-grid-form span.ltk-source-icon-config-current, span.ltk-source-icon-config-current {
background-color: #5FDC64;
border: 1px solid #5FDC64;
color: #ffffff;
margin-right: 3px;
padding: 1px;
padding-left: 4px;
padding-right: 4px;
white-space: nowrap;
text-decoration: none;
font-family: 'Roboto Mono', monospace;
}
#lingotek-bulk-grid-form span.ltk-source-icon-config-current:hover, span.ltk-source-icon-config-current:hover {
background-color: #43A047;
border: 1px solid #43A047;
}
#lingotek-bulk-grid-form .language-icon, span.language-icon {
background-color:#80a49e;
margin-right: 3px;
padding: 1px;
padding-left: 4px;
padding-right: 4px;
color: #fff;
white-space: nowrap;
border: 1px solid #fff;
text-decoration: none;
font-family: 'Roboto Mono', monospace;
}
#lingotek-bulk-grid-form span.ltk-target-none, span.ltk-target-none {
background-color: #FFFFFF;
border: 1px solid #999999;
color: #999999;
margin-right: 3px;
padding: 1px;
padding-left: 4px;
padding-right: 4px;
white-space: nowrap;
text-decoration: none;
font-family: 'Roboto Mono', monospace;
}
#lingotek-bulk-grid-form span.ltk-target-none:hover, span.ltk-target-none:hover {
border: 1px solid #8C8C8C;
color: #8C8C8C;
}
#lingotek-bulk-grid-form span.ltk-target-disabled, span.ltk-target-disabled {
background-color: #FFFFFF;
border: 1px solid #999999;
color: #999999;
margin-right: 3px;
padding: 1px;
padding-left: 4px;
padding-right: 4px;
white-space: nowrap;
text-decoration: line-through;
font-family: 'Roboto Mono', monospace;
}
a.tooltips {
position: relative;
display: inline;
text-decoration: none;
color: inherit;
}
a:hover.tooltips {
text-decoration: none;
}
a.tooltips span {
position: absolute;
right: -75px;
color: #FFFFFF;
background: #333;
line-height: 18px;
text-align: center;
visibility: hidden;
border-radius: 6px;
text-decoration: none;
padding: 5px;
font-size: 13px;
}
a.tooltips span:after {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -8px;
width: 0; height: 0;
border-bottom: 8px solid #333;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
text-decoration: none;
}
a:hover.tooltips span {
visibility: visible;
top: 30px;
left: 50%;
margin-left: -90px;
z-index: 999;
text-decoration: none;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-none, span.ltk-source-icon.source-none {
background-color: #ffffff;
border: 1px solid #999999;
color: #999999;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-none:hover, .ltk-source-icon.source-none:hover {
border: 1px solid #8C8C8C;
color: #8C8C8C;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-edited, span.ltk-source-icon.source-edited {
background-color: #ffc107;
border: 1px solid #ffc107;
color: #575757;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-edited:hover, span.ltk-source-icon.source-edited:hover {
background-color: #FFB300;
border: 1px solid #FFB300;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-current, span.ltk-source-icon.source-current {
background-color: #5FDC64;
border: 1px solid #5FDC64;
color: #ffffff;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-current:hover, span.ltk-source-icon.source-current:hover {
background-color: #43A047;
border: 1px solid #43A047;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-error, span.ltk-source-icon.source-error {
background-color: #B71C1C;
border: 1px solid #B71C1C;
color: #ffffff;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-error:hover, span.ltk-source-icon.source-error:hover {
background-color: #9E0303;
border: 1px solid #9E0303;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-disabled, span.ltk-source-icon.source-disabled {
background-color: #FAFAFA;
border: 1px solid #999999;
color: #999999;
text-decoration: line-through;
}
#lingotek-bulk-grid-form .language-icon.target-pending, span.language-icon.target-pending {
background-color: #F37F16;
border: 1px solid #F37F16;
}
#lingotek-bulk-grid-form .language-icon.target-pending:hover, span.language-icon.target-pending:hover {
background-color: #E67209;
border: 1px solid #E67209;
}
#lingotek-bulk-grid-form .language-icon.target-current, span.language-icon.target-current {
background-color: #5FDC64;
border: 1px solid #5FDC64;
}
#lingotek-bulk-grid-form .language-icon.target-current:hover, span.language-icon.target-current:hover {
background-color: #43A047;
border: 1px solid #43A047;
}
#lingotek-bulk-grid-form .language-icon.target-ready, span.language-icon.target-ready {
background-color: #2196F3;
border: 1px solid #2196F3;
}
#lingotek-bulk-grid-form .language-icon.target-ready:hover, span.language-icon.target-ready:hover {
background-color: #1E88E5;
border: 1px solid #1E88E5;
}
#lingotek-bulk-grid-form .language-icon.target-interim, span.language-icon.target-interim {
background-color: #FFFFFF;
border: 1px solid #4CAF50;
color: #4CAF50;
}
#lingotek-bulk-grid-form .language-icon.target-interim:hover, span.language-icon.target-interim:hover {
border: 1px solid #43A047;
color: #43A047
}
#lingotek-bulk-grid-form .language-icon.target-ready_interim, span.language-icon.target-ready_interim {
background-color: #FFFFFF;
border: 1px solid #2196F3;
color: #2196F3;
}
#lingotek-bulk-grid-form .language-icon.target-ready_interim:hover, span.language-icon.target-ready_interim:hover {
border: 1px solid #1E88E5;
color: #1E88E5;
}
#lingotek-bulk-grid-form .language-icon.target-edited, span.language-icon.target-edited {
background-color: #FFC107;
border: 1px solid #FFC107;
color: #575757;
}
#lingotek-bulk-grid-form .language-icon.target-edited:hover, span.language-icon.target-edited:hover {
background-color: #FFB300;
border: 1px solid #FFB300;
color: #575757;
}
#lingotek-bulk-grid-form .language-icon.target-edited_interim, span.language-icon.target-edited_interim {
background-color: #FFFFFF;
border: 1px solid #FFC107;
color: #FFC107;
}
#lingotek-bulk-grid-form .language-icon.target-edited_interim:hover, span.language-icon.target-edited_interim:hover {
background-color: #FFFFFF;
border: 1px solid #FFB300;
color: #FFB300;
}
#lingotek-bulk-grid-form .language-icon.target-untracked, span.language-icon.target-untracked {
background-color: #999999;
border: 1px solid #999999;
}
#lingotek-bulk-grid-form .language-icon.target-untracked:hover, span.language-icon.target-untracked:hover {
background-color: #8C8C8C;
border: 1px solid #8C8C8C;
}
#lingotek-bulk-grid-form .language-icon.target-error, span.language-icon.target-error {
background-color: #B71C1C;
border: 1px solid #B71C1C;
}
#lingotek-bulk-grid-form .language-icon.target-error:hover, span.language-icon.target-error:hover {
background-color: #9E0303;
border: 1px solid #9E0303;
}
#lingotek-bulk-grid-form .language-icon.target-non-lingotek, span.language-icon.target-non-lingotek {
background-color: inherit;
border: 1px solid #ccc;
color: #aaa;
}
.ltk-complete-check {
color: green;
font-size: 150%;
}
.ltk-options {
padding-top: 5px;
cursor: pointer;
margin-left: 15px;
}
.ltk-force-down {
position:relative;
padding-top: 3px;
font-size: 100%;
}
.ltk-upload {
color: #444;
}
.ltk-upload:hover {
color: #000;
}
#lingotek-bulk-grid-form .ltk-download, span.ltk-download {
color: #2196F3;
}
#lingotek-bulk-grid-form .ltk-download:hover, span.ltk-download:hover {
color: #1E88E5;
}
.ltk-legend {
color: #ddd;
}
.ltk-legend:hover {
color: #3479c0;
}
#lingotek-bulk-grid-form .ltk-refresh, span.ltk-refresh {
color: #F37F16;
}
#lingotek-bulk-grid-form .ltk-refresh:hover, span.ltk-refresh:hover {
color: #E67209;
}
.ltk-muted {
color: #666;
}
.ltk-disabled-icon {
color: #ddd;
}
.ltk-disabled-text {
color: #666;
}
.ltk-enabled-text {
color: green;
}
.notify-filtered-action {
font-size: 70%;
padding-left:30px;
position:absolute;
}
.notify-checked-action {
font-size: 70%;
padding-left:30px;
position:absolute;
}
.no-localized-title, .no-localized-title a {
color: #444;
}
.lingotek-node-actions, .lingotek-language-source i {
font-size: 150%;
white-space: nowrap;
}
.lingotek-node-actions a:hover {
text-decoration: none;
color: #00348D;
}
a.ltk-action:hover {
text-decoration: none;
color: #00348D;
}
.ltk-marked-checkbox {
font-size: 150%;
white-space: nowrap;
color: #333;
cursor: pointer;
}
.ltk-marked-checkbox:hover {
color: #000;
}
.node-configuration {
color: #48C;
}
.ltk-hidden-modal-trigger, #edit-settings-link, #change-workflow-link {
display: none;
}
.lingotek-progress {
background-color: #F7F7F7;
background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
background-repeat: repeat-x;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
height: 20px;
overflow: hidden;
position: relative;
}
.lingotek-progress .bar {
-moz-box-sizing: border-box;
margin: 0;
background-color: #0E90D2;
background-image: linear-gradient(to bottom, #149BDF, #0480BE);
background-repeat: repeat-x;
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
color: #FFFFFF;
float: left;
font-size: 12px;
height: 100%;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
transition: width 0.6s ease 0s;
width: 0;
}
.lingotek-progress .percent {
position: absolute;
width: 100%;
text-align: center;
color: #333333;
font-weight: bold;
font-size: 100%;
padding-top: 1px;
}
.bold-row td {
background-color: #CCCCCC
}
.legend-table td{
padding-top: 0;
padding-bottom: 0;
padding-left: 5px;
height: 26px;
}
.legend-table div{
text-align: center;
margin:auto;
padding-top: 5px;
padding-bottom: 5px;
}
#edit-search-submit {
border-radius: 0;
border-top: 1px solid #d2d2d2;
font-family: 'FontAwesome';
padding-top: 3px;
padding-bottom: 4px;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
#edit-search {
margin:0;
padding-top:3px;
padding-bottom:3px;
}
#more-options{
transition:.3s;
}
.more-options-flip {
transform: rotateY(180deg);
}
.form-item-search label {
padding:0;
margin:0;
}
#lingotek-admin-additional-translation-settings-form label{
white-space: pre-wrap;
} | docroot/web/profiles/commerce_kickstart/modules/contrib/lingotek/style/base.css | .lingotek-highlight {
background-color: #ecf2f9 !important;
}
#navbar-link-admin-settings-lingotek::before {
background-attachment: scroll;
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-image: url("../images/ico_chevs_dd.png");
}
.ltk-icon {
}
.ltk-icon:hover {
text-decoration: none;
color: #00348D;
}
div.form-item-create-lingotek-document-workbench-moderation, div.form-item-sync-method-workbench-moderation {
margin-left: 50px;
}
div.form-item.form-item-lingotek-create-documents-by-default-workbench-moderation,
div.form-item.form-item-wb-options {
margin-left: 50px;
}
#edit-wb-select {
margin-left: 50px;
}
/* Settings/Setup - Content Types Table */
.lingotek-content-settings-table td div {
float: left;
padding-right: 15px !important;
}
input.lingotek-content-settings-table.form-checkbox {
margin: 0px;
}
#lingotek-profiles {
width: auto;
}
/* Bulk Grid */
#lingotek-bulk-grid-form #edit-header-fieldset .form-item {
float:left;
margin-left: 15px;
}
#modal-content #edit-filters .form-item {
}
#modal-content #edit-filter-buttons {
clear: both;
}
.form-item.form-item-actions-select {
padding: 0px;
}
.form-item-actions-select label, .form-item-search label {
display: inline;
}
.form-item-search-type, .form-item-search, .form-item-search-submit {
display: inline;
}
.lingotek-action {
float: right;
font-size: 125%;
margin-left: 20px;
margin-top: 30px;
color: #666;
}
.lingotek-action:hover {
color: #333;
text-decoration: none;
}
.grid-result-summary {
color: #666;
}
#page-limit {
text-align: center;
}
.form-item-limit-select {
display: inline;
}
#edit-grid-container .table-select-processed {
clear: both;
}
#edit-grid-container > .grid-empty {
clear: both;
padding: 25px;
background: #f3f3f3;
border: #aaa;
}
#edit-custom-columns {
columns:100px 2;
-webkit-columns:100px 2;
-moz-columns:100px 2;
}
#lingotek-bulk-grid-form a.ltk-source-icon, span.ltk-source-icon {
background-color:#80a49e;
margin-right: 3px;
padding: 1px;
padding-left: 4px;
padding-right: 4px;
color: #fff;
white-space: nowrap;
border: 1px solid #80a49e;
text-decoration: none;
font-family: 'Roboto Mono', monospace;
}
#lingotek-bulk-grid-form span.ltk-source-icon-config-current, span.ltk-source-icon-config-current {
background-color: #5FDC64;
border: 1px solid #5FDC64;
color: #ffffff;
margin-right: 3px;
padding: 1px;
padding-left: 4px;
padding-right: 4px;
white-space: nowrap;
text-decoration: none;
font-family: 'Roboto Mono', monospace;
}
#lingotek-bulk-grid-form span.ltk-source-icon-config-current:hover, span.ltk-source-icon-config-current:hover {
background-color: #43A047;
border: 1px solid #43A047;
}
#lingotek-bulk-grid-form .language-icon, span.language-icon {
background-color:#80a49e;
margin-right: 3px;
padding: 1px;
padding-left: 4px;
padding-right: 4px;
color: #fff;
white-space: nowrap;
border: 1px solid #fff;
text-decoration: none;
font-family: 'Roboto Mono', monospace;
}
#lingotek-bulk-grid-form span.ltk-target-none, span.ltk-target-none {
background-color: #FFFFFF;
border: 1px solid #999999;
color: #999999;
margin-right: 3px;
padding: 1px;
padding-left: 4px;
padding-right: 4px;
white-space: nowrap;
text-decoration: none;
font-family: 'Roboto Mono', monospace;
}
#lingotek-bulk-grid-form span.ltk-target-none:hover, span.ltk-target-none:hover {
border: 1px solid #8C8C8C;
color: #8C8C8C;
}
#lingotek-bulk-grid-form span.ltk-target-disabled, span.ltk-target-disabled {
background-color: #FFFFFF;
border: 1px solid #999999;
color: #999999;
margin-right: 3px;
padding: 1px;
padding-left: 4px;
padding-right: 4px;
white-space: nowrap;
text-decoration: line-through;
font-family: 'Roboto Mono', monospace;
}
a.tooltips {
position: relative;
display: inline;
text-decoration: none;
color: inherit;
}
a:hover.tooltips {
text-decoration: none;
}
a.tooltips span {
position: absolute;
right: -75px;
color: #FFFFFF;
background: #333;
line-height: 18px;
text-align: center;
visibility: hidden;
border-radius: 6px;
text-decoration: none;
padding: 5px;
font-size: 13px;
}
a.tooltips span:after {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -8px;
width: 0; height: 0;
border-bottom: 8px solid #333;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
text-decoration: none;
}
a:hover.tooltips span {
visibility: visible;
top: 30px;
left: 50%;
margin-left: -90px;
z-index: 999;
text-decoration: none;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-none, span.ltk-source-icon.source-none {
background-color: #ffffff;
border: 1px solid #999999;
color: #999999;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-none:hover, .ltk-source-icon.source-none:hover {
border: 1px solid #8C8C8C;
color: #8C8C8C;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-edited, span.ltk-source-icon.source-edited {
background-color: #ffc107;
border: 1px solid #ffc107;
color: #575757;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-edited:hover, span.ltk-source-icon.source-edited:hover {
background-color: #FFB300;
border: 1px solid #FFB300;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-current, span.ltk-source-icon.source-current {
background-color: #5FDC64;
border: 1px solid #5FDC64;
color: #ffffff;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-current:hover, span.ltk-source-icon.source-current:hover {
background-color: #43A047;
border: 1px solid #43A047;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-error, span.ltk-source-icon.source-error {
background-color: #B71C1C;
border: 1px solid #B71C1C;
color: #ffffff;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-error:hover, span.ltk-source-icon.source-error:hover {
background-color: #9E0303;
border: 1px solid #9E0303;
}
#lingotek-bulk-grid-form .ltk-source-icon.source-disabled, span.ltk-source-icon.source-disabled {
background-color: #FAFAFA;
border: 1px solid #999999;
color: #999999;
text-decoration: line-through;
}
#lingotek-bulk-grid-form .language-icon.target-pending, span.language-icon.target-pending {
background-color: #F37F16;
border: 1px solid #F37F16;
}
#lingotek-bulk-grid-form .language-icon.target-pending:hover, span.language-icon.target-pending:hover {
background-color: #E67209;
border: 1px solid #E67209;
}
#lingotek-bulk-grid-form .language-icon.target-current, span.language-icon.target-current {
background-color: #5FDC64;
border: 1px solid #5FDC64;
}
#lingotek-bulk-grid-form .language-icon.target-current:hover, span.language-icon.target-current:hover {
background-color: #43A047;
border: 1px solid #43A047;
}
#lingotek-bulk-grid-form .language-icon.target-ready, span.language-icon.target-ready {
background-color: #2196F3;
border: 1px solid #2196F3;
}
#lingotek-bulk-grid-form .language-icon.target-ready:hover, span.language-icon.target-ready:hover {
background-color: #1E88E5;
border: 1px solid #1E88E5;
}
#lingotek-bulk-grid-form .language-icon.target-interim, span.language-icon.target-interim {
background-color: #FFFFFF;
border: 1px solid #4CAF50;
color: #4CAF50;
}
#lingotek-bulk-grid-form .language-icon.target-interim:hover, span.language-icon.target-interim:hover {
border: 1px solid #43A047;
color: #43A047
}
#lingotek-bulk-grid-form .language-icon.target-ready_interim, span.language-icon.target-ready_interim {
background-color: #FFFFFF;
border: 1px solid #2196F3;
color: #2196F3;
}
#lingotek-bulk-grid-form .language-icon.target-ready_interim:hover, span.language-icon.target-ready_interim:hover {
border: 1px solid #1E88E5;
color: #1E88E5;
}
#lingotek-bulk-grid-form .language-icon.target-edited, span.language-icon.target-edited {
background-color: #FFC107;
border: 1px solid #FFC107;
color: #575757;
}
#lingotek-bulk-grid-form .language-icon.target-edited:hover, span.language-icon.target-edited:hover {
background-color: #FFB300;
border: 1px solid #FFB300;
color: #575757;
}
#lingotek-bulk-grid-form .language-icon.target-edited_interim, span.language-icon.target-edited_interim {
background-color: #FFFFFF;
border: 1px solid #FFC107;
color: #FFC107;
}
#lingotek-bulk-grid-form .language-icon.target-edited_interim:hover, span.language-icon.target-edited_interim:hover {
background-color: #FFFFFF;
border: 1px solid #FFB300;
color: #FFB300;
}
#lingotek-bulk-grid-form .language-icon.target-untracked, span.language-icon.target-untracked {
background-color: #999999;
border: 1px solid #999999;
}
#lingotek-bulk-grid-form .language-icon.target-untracked:hover, span.language-icon.target-untracked:hover {
background-color: #8C8C8C;
border: 1px solid #8C8C8C;
}
#lingotek-bulk-grid-form .language-icon.target-error, span.language-icon.target-error {
background-color: #B71C1C;
border: 1px solid #B71C1C;
}
#lingotek-bulk-grid-form .language-icon.target-error:hover, span.language-icon.target-error:hover {
background-color: #9E0303;
border: 1px solid #9E0303;
}
#lingotek-bulk-grid-form .language-icon.target-non-lingotek, span.language-icon.target-non-lingotek {
background-color: inherit;
border: 1px solid #ccc;
color: #aaa;
}
.ltk-complete-check {
color: green;
font-size: 150%;
}
.ltk-options {
padding-top: 5px;
cursor: pointer;
margin-left: 15px;
}
.ltk-force-down {
position:relative;
padding-top: 3px;
font-size: 100%;
}
.ltk-upload {
color: #444;
}
.ltk-upload:hover {
color: #000;
}
#lingotek-bulk-grid-form .ltk-download, span.ltk-download {
color: #2196F3;
}
#lingotek-bulk-grid-form .ltk-download:hover, span.ltk-download:hover {
color: #1E88E5;
}
.ltk-legend {
color: #ddd;
}
.ltk-legend:hover {
color: #3479c0;
}
#lingotek-bulk-grid-form .ltk-refresh, span.ltk-refresh {
color: #F37F16;
}
#lingotek-bulk-grid-form .ltk-refresh:hover, span.ltk-refresh:hover {
color: #E67209;
}
.ltk-muted {
color: #666;
}
.ltk-disabled-icon {
color: #ddd;
}
.ltk-disabled-text {
color: #666;
}
.ltk-enabled-text {
color: green;
}
.notify-filtered-action {
font-size: 70%;
padding-left:30px;
position:absolute;
}
.notify-checked-action {
font-size: 70%;
padding-left:30px;
position:absolute;
}
.no-localized-title, .no-localized-title a {
color: #444;
}
.lingotek-node-actions, .lingotek-language-source i {
font-size: 150%;
white-space: nowrap;
}
.lingotek-node-actions a:hover {
text-decoration: none;
color: #00348D;
}
a.ltk-action:hover {
text-decoration: none;
color: #00348D;
}
.ltk-marked-checkbox {
font-size: 150%;
white-space: nowrap;
color: #333;
cursor: pointer;
}
.ltk-marked-checkbox:hover {
color: #000;
}
.node-configuration {
color: #48C;
}
.ltk-hidden-modal-trigger, #edit-settings-link, #change-workflow-link {
display: none;
}
.lingotek-progress {
background-color: #F7F7F7;
background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
background-repeat: repeat-x;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
height: 20px;
overflow: hidden;
position: relative;
}
.lingotek-progress .bar {
-moz-box-sizing: border-box;
margin: 0;
background-color: #0E90D2;
background-image: linear-gradient(to bottom, #149BDF, #0480BE);
background-repeat: repeat-x;
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
color: #FFFFFF;
float: left;
font-size: 12px;
height: 100%;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
transition: width 0.6s ease 0s;
width: 0;
}
.lingotek-progress .percent {
position: absolute;
width: 100%;
text-align: center;
color: #333333;
font-weight: bold;
font-size: 100%;
padding-top: 1px;
}
.bold-row td {
background-color: #CCCCCC
}
.legend-table td{
padding-top: 0;
padding-bottom: 0;
padding-left: 5px;
height: 26px;
}
.legend-table div{
text-align: center;
margin:auto;
padding-top: 5px;
padding-bottom: 5px;
}
#edit-search-submit {
border-radius: 0;
border-top: 1px solid #d2d2d2;
font-family: 'FontAwesome';
padding-top: 3px;
padding-bottom: 4px;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
#edit-search {
margin:0;
padding-top:3px;
padding-bottom:3px;
}
#more-options{
transition:.3s;
}
.more-options-flip {
transform: rotateY(180deg);
}
.form-item-search label {
padding:0;
margin:0;
}
#lingotek-admin-additional-translation-settings-form label{
white-space: pre-wrap;
} | 0.404272 | 0.129513 |
.one-for-all-elevation-1 {
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-2 {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-3 {
box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-4 {
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-5 {
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14),
0 1px 14px 0 rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-6 {
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-7 {
box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2),
0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-8 {
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-9 {
box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2),
0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-10 {
box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2),
0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-11 {
box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2),
0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-12 {
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-13 {
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-14 {
box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2),
0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-15 {
box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2),
0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-16 {
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-17 {
box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2),
0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-18 {
box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2),
0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-19 {
box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2),
0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-20 {
box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2),
0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-21 {
box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2),
0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-22 {
box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2),
0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-23 {
box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2),
0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-24 {
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.one-for-all-ripple {
overflow: hidden;
position: relative;
}
.one-for-all-ripple--ripple-element {
width: 2px;
height: 2px;
position: absolute;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.2);
animation: rippleEffect 0.5s ease-in-out;
}
@keyframes rippleEffect {
0% {
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(var(--scale));
}
} | src/global/global.css | .one-for-all-elevation-1 {
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-2 {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-3 {
box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-4 {
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-5 {
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14),
0 1px 14px 0 rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-6 {
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-7 {
box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2),
0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-8 {
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-9 {
box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2),
0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-10 {
box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2),
0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-11 {
box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2),
0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-12 {
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-13 {
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-14 {
box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2),
0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-15 {
box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2),
0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-16 {
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-17 {
box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2),
0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-18 {
box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2),
0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-19 {
box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2),
0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-20 {
box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2),
0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-21 {
box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2),
0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-22 {
box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2),
0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-23 {
box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2),
0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.one-for-all-elevation-24 {
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.one-for-all-ripple {
overflow: hidden;
position: relative;
}
.one-for-all-ripple--ripple-element {
width: 2px;
height: 2px;
position: absolute;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.2);
animation: rippleEffect 0.5s ease-in-out;
}
@keyframes rippleEffect {
0% {
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(var(--scale));
}
} | 0.29747 | 0.412589 |
body {
padding-top: 4rem;
}
.starter-template {
padding: 3rem 1.5rem;
text-align: center;
}
html {
position: relative;
min-height: 100%;
}
nav.navbar.navbar-toggleable-md.navbar-inverse.fixed-top {
background-color: #004d40 !important;
}
.border {
border: 0px !important;
}
.badge-dark {
color: #fff !important;
background-color: #4db6ac !important;
}
.d-block.font-weight-bold.bg-dark.text-white.text-right.rounded.p-2{
background-color: #004d40 !important;
}
.list-group-item[_ngcontent-c2]:hover {
color: white;
background-color: #b2dfdb !important;
}
.list-group-item.active[_ngcontent-c3] {
z-index: 2;
color: #fff;
background: #f5f5f5 !important;
border-right: 0px solid #435f7a !important;
}
a.list-group-item.list-group-item-action.p-2.border-0.bg.active {
border-right: 0px solid #435f7a !important;
margin-top: 7px !important;
color: #424242;
background-color: #f5f5f5 !important;
}
a.list-group-item.list-group-item-action.p-2.border-0.bg {
margin-top: 7px !important;
}
a.list-group-item.list-group-item-action.p-2.border-0.bg {
color: #424242;
}
select {
text-transform: none;
width: 100%;
}
input.amplify-form-input.ng-pristine.ng-valid.ng-touched {
margin-top: 5px !important;
}
.amplify-interactions {
padding: 10px;
width: 80%;
align-self: center;
}
.amplify-interactions-conversation {
background-color: #b2dfdb !important;
margin-bottom: 10px;
border-radius: 5px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
}
.amplify-interactions-conversation > div {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
}
.amplify-interactions-actions {
background-color: #b2dfdb !important;
margin-top: 10px;
border-radius: 5px;
}
.amplify-form-input {
width: 90%;
background-color: white;
border-color: transparent;
height: 3em;
margin: 5px;
padding: 0.75em;
border-radius: 8px 0px 0px 8px;
font-family: inherit;
font-size: 1em;
}
.amplify-interactions-input {
border: 1px solid #28a745!important;
background-color: white;
border-radius: 5px;
text-align: right;
margin: 5px;
padding: 5px;
width: auto;
align-self: flex-end;
}
.amplify-interactions-response {
border: 1px solid #007bff!important;
background-color: white;
border-radius: 5px;
text-align: left;
margin: 5px;
padding: 5px;
width: auto;
align-self: flex-start;
}
.amplify-interactions-input-timestamp, .amplify-interactions-response-timestamp {
border-radius: 5px;
font-size: x-small;
margin: 5px;
}
.amplify-interactions-response-timestamp {
text-align: left;
align-self: flex-start;
}
.amplify-interactions-input-timestamp {
text-align: right;
align-self: flex-end;
}
.amplify-interactions-button {
background-color: transparent;
border-color: transparent;
} | src/styles.css |
body {
padding-top: 4rem;
}
.starter-template {
padding: 3rem 1.5rem;
text-align: center;
}
html {
position: relative;
min-height: 100%;
}
nav.navbar.navbar-toggleable-md.navbar-inverse.fixed-top {
background-color: #004d40 !important;
}
.border {
border: 0px !important;
}
.badge-dark {
color: #fff !important;
background-color: #4db6ac !important;
}
.d-block.font-weight-bold.bg-dark.text-white.text-right.rounded.p-2{
background-color: #004d40 !important;
}
.list-group-item[_ngcontent-c2]:hover {
color: white;
background-color: #b2dfdb !important;
}
.list-group-item.active[_ngcontent-c3] {
z-index: 2;
color: #fff;
background: #f5f5f5 !important;
border-right: 0px solid #435f7a !important;
}
a.list-group-item.list-group-item-action.p-2.border-0.bg.active {
border-right: 0px solid #435f7a !important;
margin-top: 7px !important;
color: #424242;
background-color: #f5f5f5 !important;
}
a.list-group-item.list-group-item-action.p-2.border-0.bg {
margin-top: 7px !important;
}
a.list-group-item.list-group-item-action.p-2.border-0.bg {
color: #424242;
}
select {
text-transform: none;
width: 100%;
}
input.amplify-form-input.ng-pristine.ng-valid.ng-touched {
margin-top: 5px !important;
}
.amplify-interactions {
padding: 10px;
width: 80%;
align-self: center;
}
.amplify-interactions-conversation {
background-color: #b2dfdb !important;
margin-bottom: 10px;
border-radius: 5px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
}
.amplify-interactions-conversation > div {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
}
.amplify-interactions-actions {
background-color: #b2dfdb !important;
margin-top: 10px;
border-radius: 5px;
}
.amplify-form-input {
width: 90%;
background-color: white;
border-color: transparent;
height: 3em;
margin: 5px;
padding: 0.75em;
border-radius: 8px 0px 0px 8px;
font-family: inherit;
font-size: 1em;
}
.amplify-interactions-input {
border: 1px solid #28a745!important;
background-color: white;
border-radius: 5px;
text-align: right;
margin: 5px;
padding: 5px;
width: auto;
align-self: flex-end;
}
.amplify-interactions-response {
border: 1px solid #007bff!important;
background-color: white;
border-radius: 5px;
text-align: left;
margin: 5px;
padding: 5px;
width: auto;
align-self: flex-start;
}
.amplify-interactions-input-timestamp, .amplify-interactions-response-timestamp {
border-radius: 5px;
font-size: x-small;
margin: 5px;
}
.amplify-interactions-response-timestamp {
text-align: left;
align-self: flex-start;
}
.amplify-interactions-input-timestamp {
text-align: right;
align-self: flex-end;
}
.amplify-interactions-button {
background-color: transparent;
border-color: transparent;
} | 0.591369 | 0.10466 |
@font-face {
font-family: 'calligraffiti';
src: url('../fonts/calligraffiti/Calligraffiti-webfont.eot');
src: url('../fonts/calligraffiti/Calligraffiti-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/calligraffiti/Calligraffiti-webfont.woff') format('woff'),
url('../fonts/calligraffiti/Calligraffiti-webfont.ttf') format('truetype'),
url('../fonts/calligraffiti/Calligraffiti-webfont.svg#calligraffitiregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* Sticky footer styles
-------------------------------------------------- */
html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
tr.action_authentication_failed {
background-color: #FFA500;
}
tr.action_password_update {
background-color: #CD0000;
color: white;
}
tr.action_password_update:hover {
color: inherit;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
margin: 0 auto -60px;
/* Pad bottom by footer height */
padding: 0 0 60px;
}
/* Set the fixed height of the footer here */
#footer {
height: 60px;
background-color: #f5f5f5;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
#wrap > .container {
padding: 60px 15px 0;
}
.container .credit {
margin: 20px 0;
}
#footer > .container {
padding-left: 15px;
padding-right: 15px;
}
code {
font-size: 80%;
}
.vault-secret {
border-bottom: solid;
border-color: #DDDDDD;
border-width: 1px;
list-style: none;
line-height: 30px;
}
li.ready {
border: dashed 1px yellowgreen;
border-radius: 5px;
}
li.accept {
background-color: yellowgreen;
}
.drag {
cursor: pointer;
}
.secret-placeholder {
margin: 0px 20px 0px 10px;
padding: 0px 0px 0px 0px;
border-style: none;
height: 25px;
min-width: 300px;
text-align: right;
}
.secret-placeholder:focus {
outline: none;
}
.secret-placeholder.error {
color: #A51605;
}
.delete {
color: #DDDDDD;
font-size: 0.9em;
}
.navbar > .container .navbar-brand {
font-family: "calligraffiti", "Arial";
color: #F2F9FD;
font-size: 30px;
padding: 5px 15px 0px 0px;
}
input.form-control:focus {
background-color: #e9c825;
} | public/css/main.css | @font-face {
font-family: 'calligraffiti';
src: url('../fonts/calligraffiti/Calligraffiti-webfont.eot');
src: url('../fonts/calligraffiti/Calligraffiti-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/calligraffiti/Calligraffiti-webfont.woff') format('woff'),
url('../fonts/calligraffiti/Calligraffiti-webfont.ttf') format('truetype'),
url('../fonts/calligraffiti/Calligraffiti-webfont.svg#calligraffitiregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* Sticky footer styles
-------------------------------------------------- */
html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
tr.action_authentication_failed {
background-color: #FFA500;
}
tr.action_password_update {
background-color: #CD0000;
color: white;
}
tr.action_password_update:hover {
color: inherit;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
margin: 0 auto -60px;
/* Pad bottom by footer height */
padding: 0 0 60px;
}
/* Set the fixed height of the footer here */
#footer {
height: 60px;
background-color: #f5f5f5;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
#wrap > .container {
padding: 60px 15px 0;
}
.container .credit {
margin: 20px 0;
}
#footer > .container {
padding-left: 15px;
padding-right: 15px;
}
code {
font-size: 80%;
}
.vault-secret {
border-bottom: solid;
border-color: #DDDDDD;
border-width: 1px;
list-style: none;
line-height: 30px;
}
li.ready {
border: dashed 1px yellowgreen;
border-radius: 5px;
}
li.accept {
background-color: yellowgreen;
}
.drag {
cursor: pointer;
}
.secret-placeholder {
margin: 0px 20px 0px 10px;
padding: 0px 0px 0px 0px;
border-style: none;
height: 25px;
min-width: 300px;
text-align: right;
}
.secret-placeholder:focus {
outline: none;
}
.secret-placeholder.error {
color: #A51605;
}
.delete {
color: #DDDDDD;
font-size: 0.9em;
}
.navbar > .container .navbar-brand {
font-family: "calligraffiti", "Arial";
color: #F2F9FD;
font-size: 30px;
padding: 5px 15px 0px 0px;
}
input.form-control:focus {
background-color: #e9c825;
} | 0.331336 | 0.044266 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
:root {
--color-white: #ffffff;
--color-black: #2c3e50;
--color-gray: #dfe6e9;
--color-silver: #95a5a6;
--color-red: #eb4d4b;
--font-primary: 'Open Sans', sans-serif;
}
*,
*:before,
*:after {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: var(--font-primary);
}
a:visited {
color: inherit;
text-decoration: none;
}
html {
height: 100%;
box-sizing: border-box;
}
body {
position: relative;
min-height: 100%;
padding-bottom: 90px;
}
.App {
text-align: center;
min-height: 100%;
}
.app-navbar {
text-align: left;
padding: 20px 0;
border-bottom: solid 3px var(--color-gray);
margin: 0;
position: relative;
overflow: hidden;
}
.app-title__wrapper,
.app-menu__wrapper {
float: left;
}
.app-title,
.app-menu {
font-size: 24px;
}
.app-title:hover,
.app-menu:hover {
cursor: pointer;
}
.app-title {
border-right: solid 1px var(--color-black);
padding-right: 15px;
margin-right: 30px;
}
.app-menu {
float: left;
margin-right: 15px;
opacity: 0.25;
}
.app-menu.active {
opacity: 1;
}
.container {
clear: both;
max-width: 1120px;
margin: 0 auto;
}
.component-form {
padding: 15px;
width: 75%;
margin: 30px auto;
}
.component-searchbar {
width: 100%;
padding: 10px 6px;
font-size: 18px;
border: none;
border-bottom: solid 1px var(--color-silver);
}
.component-searchbar:focus {
outline: none;
border-bottom: solid 2px var(--color-black);
}
.grid-row {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}
.grid-item {
position: relative;
flex-basis: 25%;
-ms-flex: auto;
width: 250px;
box-sizing: border-box;
}
.grid-content {
position: relative;
height: 250px;
overflow: hidden;
margin: 10px;
}
.grid-item:hover .fav-btn {
opacity: 0.5;
transition-duration: 0.5s;
}
.grid-item:hover .fav-btn.fav-btn.favorited {
opacity: 1;
}
.grid-content:hover {
border-bottom: solid 1px var(--color-red);
}
.fav-btn__wrapper {
position: absolute;
bottom: 15px;
right: 15px;
}
.fav-btn {
opacity: 0;
position: relative;
top: 0;
background-color: var(--color-red);
height: 20px;
width: 20px;
transform: rotate(-45deg);
}
.fav-btn.favorited {
opacity: 1;
}
.fav-btn:before,
.fav-btn:after {
position: absolute;
border-radius: 100%;
content: '';
background-color: var(--color-red);
height: 20px;
width: 20px;
}
.fav-btn:before {
left: 0;
top: -10px;
}
.fav-btn:hover {
cursor: pointer;
}
.blank-data__wrapper {
width: 100%;
margin: 60px 0;
}
.blank-data__wrapper .blank-data {
text-align: center;
font-size: 18px;
}
.btn-more__wrapper {
margin: 30px auto;
}
.btn-more {
border-radius: 4px;
font-size: 16px;
padding: 15px 45px;
background-color: var(--color-white);
color: var(--color-black);
border: none;
border: solid 2px var(--color-black);
}
.btn-more:hover {
cursor: pointer;
background-color: var(--color-black);
color: var(--color-white);
transition-duration: 0.5s;
}
.grid-item__skeleton {
background-color: var(--color-gray);
height: 250px;
position: relative;
flex-basis: 25%;
-ms-flex: auto;
width: 259px;
padding: 10px;
border: solid 5px #ffffff;
box-sizing: border-box;
overflow: hidden;
border-radius: 8px;
}
.grid-item__skeleton::after {
opacity: 0.2;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
to right,
var(--color-gray),
var(--color-white),
var(--color-gray)
);
animation: loading 1s ease-in-out infinite;
}
img {
width: 100%;
}
.app-footer {
margin-top: 30px;
clear: both;
padding: 15px 0;
background-color: var(--color-silver);
color: var(--color-white);
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
@keyframes loading {
0% {
transform: translate3d(-100%, 0, 0);
}
100% {
transform: translate3d(100%, 0, 0);
}
}
@media (max-width: 1120px) {
.grid-item {
flex-basis: 25%;
}
.grid-item__skeleton {
flex-basis: 25%;
}
}
@media (max-width: 860px) {
.app-navbar {
display: flex;
}
.grid-item {
flex-basis: 50%;
}
.grid-item__skeleton {
flex-basis: 50%;
}
}
@media (max-width: 720px) {
.container {
margin: 0 30px;
}
.grid-item {
flex-basis: 100%;
}
.grid-content {
height: auto;
}
.grid-item__skeleton {
flex-basis: 50%;
}
}
@media (max-width: 480px) {
.grid-item {
flex-basis: 100%;
}
.grid-content {
height: auto;
}
.grid-item__skeleton {
flex-basis: 100%;
}
} | src/App.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
:root {
--color-white: #ffffff;
--color-black: #2c3e50;
--color-gray: #dfe6e9;
--color-silver: #95a5a6;
--color-red: #eb4d4b;
--font-primary: 'Open Sans', sans-serif;
}
*,
*:before,
*:after {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: var(--font-primary);
}
a:visited {
color: inherit;
text-decoration: none;
}
html {
height: 100%;
box-sizing: border-box;
}
body {
position: relative;
min-height: 100%;
padding-bottom: 90px;
}
.App {
text-align: center;
min-height: 100%;
}
.app-navbar {
text-align: left;
padding: 20px 0;
border-bottom: solid 3px var(--color-gray);
margin: 0;
position: relative;
overflow: hidden;
}
.app-title__wrapper,
.app-menu__wrapper {
float: left;
}
.app-title,
.app-menu {
font-size: 24px;
}
.app-title:hover,
.app-menu:hover {
cursor: pointer;
}
.app-title {
border-right: solid 1px var(--color-black);
padding-right: 15px;
margin-right: 30px;
}
.app-menu {
float: left;
margin-right: 15px;
opacity: 0.25;
}
.app-menu.active {
opacity: 1;
}
.container {
clear: both;
max-width: 1120px;
margin: 0 auto;
}
.component-form {
padding: 15px;
width: 75%;
margin: 30px auto;
}
.component-searchbar {
width: 100%;
padding: 10px 6px;
font-size: 18px;
border: none;
border-bottom: solid 1px var(--color-silver);
}
.component-searchbar:focus {
outline: none;
border-bottom: solid 2px var(--color-black);
}
.grid-row {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}
.grid-item {
position: relative;
flex-basis: 25%;
-ms-flex: auto;
width: 250px;
box-sizing: border-box;
}
.grid-content {
position: relative;
height: 250px;
overflow: hidden;
margin: 10px;
}
.grid-item:hover .fav-btn {
opacity: 0.5;
transition-duration: 0.5s;
}
.grid-item:hover .fav-btn.fav-btn.favorited {
opacity: 1;
}
.grid-content:hover {
border-bottom: solid 1px var(--color-red);
}
.fav-btn__wrapper {
position: absolute;
bottom: 15px;
right: 15px;
}
.fav-btn {
opacity: 0;
position: relative;
top: 0;
background-color: var(--color-red);
height: 20px;
width: 20px;
transform: rotate(-45deg);
}
.fav-btn.favorited {
opacity: 1;
}
.fav-btn:before,
.fav-btn:after {
position: absolute;
border-radius: 100%;
content: '';
background-color: var(--color-red);
height: 20px;
width: 20px;
}
.fav-btn:before {
left: 0;
top: -10px;
}
.fav-btn:hover {
cursor: pointer;
}
.blank-data__wrapper {
width: 100%;
margin: 60px 0;
}
.blank-data__wrapper .blank-data {
text-align: center;
font-size: 18px;
}
.btn-more__wrapper {
margin: 30px auto;
}
.btn-more {
border-radius: 4px;
font-size: 16px;
padding: 15px 45px;
background-color: var(--color-white);
color: var(--color-black);
border: none;
border: solid 2px var(--color-black);
}
.btn-more:hover {
cursor: pointer;
background-color: var(--color-black);
color: var(--color-white);
transition-duration: 0.5s;
}
.grid-item__skeleton {
background-color: var(--color-gray);
height: 250px;
position: relative;
flex-basis: 25%;
-ms-flex: auto;
width: 259px;
padding: 10px;
border: solid 5px #ffffff;
box-sizing: border-box;
overflow: hidden;
border-radius: 8px;
}
.grid-item__skeleton::after {
opacity: 0.2;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
to right,
var(--color-gray),
var(--color-white),
var(--color-gray)
);
animation: loading 1s ease-in-out infinite;
}
img {
width: 100%;
}
.app-footer {
margin-top: 30px;
clear: both;
padding: 15px 0;
background-color: var(--color-silver);
color: var(--color-white);
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
@keyframes loading {
0% {
transform: translate3d(-100%, 0, 0);
}
100% {
transform: translate3d(100%, 0, 0);
}
}
@media (max-width: 1120px) {
.grid-item {
flex-basis: 25%;
}
.grid-item__skeleton {
flex-basis: 25%;
}
}
@media (max-width: 860px) {
.app-navbar {
display: flex;
}
.grid-item {
flex-basis: 50%;
}
.grid-item__skeleton {
flex-basis: 50%;
}
}
@media (max-width: 720px) {
.container {
margin: 0 30px;
}
.grid-item {
flex-basis: 100%;
}
.grid-content {
height: auto;
}
.grid-item__skeleton {
flex-basis: 50%;
}
}
@media (max-width: 480px) {
.grid-item {
flex-basis: 100%;
}
.grid-content {
height: auto;
}
.grid-item__skeleton {
flex-basis: 100%;
}
} | 0.529507 | 0.083441 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
}
html, body{
height: 100%;
}
.container{
width: 1024px;
width: 100%;
margin: 0 auto;
}
header{
display: flex;
justify-content: space-around;
background-color: #D6D6D6;
padding: 20px 0;
}
.logo-1{
width: 160px;
height: 60px;
background-image: url('./img/logo1.png');
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center;
margin-left: 60px;
/* usa background pra test */
/* background-color: purple; */
}
.logo-2{
width: 160px;
height: 60px;
background-image: url('./img/logo2.png');
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center;
margin-right: 60px;
/* usa background pra test */
/* background-color: green; */
}
@media (max-width:465px){
header{
display: flex;
flex-direction: column;
align-items: center;
}
.logo-1, .logo-2{
margin: 10px;
}
}
.cover-form{
display: flex;
justify-content: flex-end;
height: 580px;
background-image: url('./img/bg-form.jpg');
background-repeat: no-repeat;
background-size: cover;
background-size: 80% 100%;
background-position: bottom;
background-color: rgb(71, 66, 62);
}
.contan{
display: flex;
align-items: center;
padding: 10px;
}
.form-container{
background-color: #c0c0c0;
width: 400px;
height: 630px;
border-radius: 20px;
}
.form-container h2{
display: flex;
width: 400px;
margin-top: 20px;
padding: 0 20px;
font-size: 18px;
}
.form-container form{
padding: 40px 0;
height: 75%;
margin-top: 40px;
background-color: #FFFFFF;
}
.form-container .form-wraper{
padding: 10px;
}
.form-container form input[type=text]{
width: 100%;
border:1px solid #ccc;
height: 45px;
line-height: 45px;
padding-left: 10px;
}
.form-container form input[type=submit]{
background-color: #035033;
text-transform: uppercase;
color: white;
width: 100%;
font-size: 25px;
height: 50px;
cursor: pointer;
border:0;
border-radius: 20px;
}
.form-container form p{
font-size: 12px;
}
.icone-seta{
margin-left: 50%;
margin-top: -20px;
width: 64px;
height: 64px;
background-size: 100% 100%;
background-image: url('./img/arrow.png');
z-index: 1;
position: relative;
}
.chamada-empreendimento{
display: flex;
flex-direction: column;
text-align: center;
background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
align-items: center;
margin-left: 10%;
margin-right: 10%;
margin-top: -45px;
color: #FFFFFF;
padding:60px;
}
.mosaico .container .mosaico-um{
display: flex;
flex-direction: row;
margin-left: 10%;
margin-right: 10%;
}
.mosaico .container p{
background-color: #9a9ae1;
color: #FFFFFF;
padding: 50px 50px;
}
@media (max-width:1080px){
.mosaico .container .mosaico-um{
display: flex;
flex-direction: column;
}
.mosaico .container .mosaico-dois{
display: flex;
flex-wrap: wrap;
}
.mosaico .container .mosaico-tres{
display: flex;
flex-wrap: wrap;
}
.mosaico .container .mosaico-quatro{
display: flex;
flex-wrap: wrap;
}
.mosaico .container img{
width: 1200px;
}
}
.mosaico .container img{
max-width: 650px;
}
.mosaico .container .mosaico-dois{
display: flex;
flex-direction: row-reverse;
margin-left: 10%;
margin-right: 10%;
}
.mosaico .container .mosaico-tres{
display: flex;
flex-direction: row;
margin-left: 10%;
margin-right: 10%;
}
.mosaico .container .mosaico-quatro{
display: flex;
flex-direction: row-reverse;
margin-left: 10%;
margin-right: 10%;
}
footer div{
display: flex;
text-align: center;
justify-content: center;
align-items: center;
margin-left: 10%;
margin-right: 10%;
background-color: #D6D6D6;
padding: 20px;
}
footer div img{
width: 120px;
height: 40px;
} | styles.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
}
html, body{
height: 100%;
}
.container{
width: 1024px;
width: 100%;
margin: 0 auto;
}
header{
display: flex;
justify-content: space-around;
background-color: #D6D6D6;
padding: 20px 0;
}
.logo-1{
width: 160px;
height: 60px;
background-image: url('./img/logo1.png');
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center;
margin-left: 60px;
/* usa background pra test */
/* background-color: purple; */
}
.logo-2{
width: 160px;
height: 60px;
background-image: url('./img/logo2.png');
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center;
margin-right: 60px;
/* usa background pra test */
/* background-color: green; */
}
@media (max-width:465px){
header{
display: flex;
flex-direction: column;
align-items: center;
}
.logo-1, .logo-2{
margin: 10px;
}
}
.cover-form{
display: flex;
justify-content: flex-end;
height: 580px;
background-image: url('./img/bg-form.jpg');
background-repeat: no-repeat;
background-size: cover;
background-size: 80% 100%;
background-position: bottom;
background-color: rgb(71, 66, 62);
}
.contan{
display: flex;
align-items: center;
padding: 10px;
}
.form-container{
background-color: #c0c0c0;
width: 400px;
height: 630px;
border-radius: 20px;
}
.form-container h2{
display: flex;
width: 400px;
margin-top: 20px;
padding: 0 20px;
font-size: 18px;
}
.form-container form{
padding: 40px 0;
height: 75%;
margin-top: 40px;
background-color: #FFFFFF;
}
.form-container .form-wraper{
padding: 10px;
}
.form-container form input[type=text]{
width: 100%;
border:1px solid #ccc;
height: 45px;
line-height: 45px;
padding-left: 10px;
}
.form-container form input[type=submit]{
background-color: #035033;
text-transform: uppercase;
color: white;
width: 100%;
font-size: 25px;
height: 50px;
cursor: pointer;
border:0;
border-radius: 20px;
}
.form-container form p{
font-size: 12px;
}
.icone-seta{
margin-left: 50%;
margin-top: -20px;
width: 64px;
height: 64px;
background-size: 100% 100%;
background-image: url('./img/arrow.png');
z-index: 1;
position: relative;
}
.chamada-empreendimento{
display: flex;
flex-direction: column;
text-align: center;
background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
align-items: center;
margin-left: 10%;
margin-right: 10%;
margin-top: -45px;
color: #FFFFFF;
padding:60px;
}
.mosaico .container .mosaico-um{
display: flex;
flex-direction: row;
margin-left: 10%;
margin-right: 10%;
}
.mosaico .container p{
background-color: #9a9ae1;
color: #FFFFFF;
padding: 50px 50px;
}
@media (max-width:1080px){
.mosaico .container .mosaico-um{
display: flex;
flex-direction: column;
}
.mosaico .container .mosaico-dois{
display: flex;
flex-wrap: wrap;
}
.mosaico .container .mosaico-tres{
display: flex;
flex-wrap: wrap;
}
.mosaico .container .mosaico-quatro{
display: flex;
flex-wrap: wrap;
}
.mosaico .container img{
width: 1200px;
}
}
.mosaico .container img{
max-width: 650px;
}
.mosaico .container .mosaico-dois{
display: flex;
flex-direction: row-reverse;
margin-left: 10%;
margin-right: 10%;
}
.mosaico .container .mosaico-tres{
display: flex;
flex-direction: row;
margin-left: 10%;
margin-right: 10%;
}
.mosaico .container .mosaico-quatro{
display: flex;
flex-direction: row-reverse;
margin-left: 10%;
margin-right: 10%;
}
footer div{
display: flex;
text-align: center;
justify-content: center;
align-items: center;
margin-left: 10%;
margin-right: 10%;
background-color: #D6D6D6;
padding: 20px;
}
footer div img{
width: 120px;
height: 40px;
} | 0.230227 | 0.075176 |
body {
background-color: #efefef;
color: #424242;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
text-align: left;
}
.content {
margin: 54px auto 5px;
min-height: 500px;
padding: 15px 0;
width: 940px;
}
.hidden {
display: none;
visibility: none;
}
/* Header ================================================================================== */
header {
overflow: visible;
margin-bottom: 18px;
background-color: #584838;
background-image: -webkit-gradient(linear, left top, left bottom, from(#5a493f), to(#584838));
background-image: -webkit-linear-gradient(top, #5a493f, #584838);
background-image: -moz-linear-gradient(top, #5a493f, #584838);
background-image: -ms-linear-gradient(top, #5a493f, #584838);
background-image: -o-linear-gradient(top, #5a493f, #584838);
background-image: linear-gradient(top, #5a493f, #584838);
border-bottom: 1px solid #dedede;
border-top: 2px solid #E7A86B;
height: 35px;
width: 100%;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
header nav {
margin: 0 auto;
width: 940px;
}
header nav img {
padding: 2px 0;
}
header .navbar-text {
margin-bottom: 0;
line-height: 40px;
color: #999999;
}
header .navbar-text a:hover {
color: #ffffff;
background-color: transparent;
}
header .btn {
margin-top: 5px;
}
header .btn-group {
margin-top: 5px;
}
header .btn-group .btn {
margin-top: 0;
}
header .nav {
position: relative;
left: 0;
display: block;
float: left;
margin: 0 10px 0 0;
}
header .nav > li {
display: block;
float: left;
}
header .nav > li > a {
color: #FFFFFF;
float: none;
line-height: 23px;
padding: 4px 10px;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.125);
}
header .nav > li > a:hover {
background-color: transparent;
color: #ffffff;
text-decoration: none;
}
header .nav .active > a {
color: #ffffff;
text-decoration: none;
background-color: #222222;
background-color: rgba(0, 0, 0, 0.5);
}
header .header-tabs li {
background-color: #EC943C;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ec943c), to(#e68b2b));
background-image: -webkit-linear-gradient(top, #ec943c, #e68b2b);
background-image: -moz-linear-gradient(top, #ec943c, #e68b2b);
background-image: -ms-linear-gradient(top, #ec943c, #e68b2b);
background-image: -o-linear-gradient(top, #ec943c, #e68b2b);
background-image: linear-gradient(top, #ec943c, #e68b2b);
border-bottom: 1px solid #cf7d2b;
border-left: 1px solid #cf7d2b;
border-right: 1px solid #cf7d2b;
cursor: pointer;
display: inline-block;
float: left;
font-weight: normal;
margin: 0;
text-align: right;
}
header .header-tabs li:hover {
background-color: #AF7223;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ec943c), to(#d47e26));
background-image: -webkit-linear-gradient(top, #ec943c, #d47e26);
background-image: -moz-linear-gradient(top, #ec943c, #d47e26);
background-image: -ms-linear-gradient(top, #ec943c, #d47e26);
background-image: -o-linear-gradient(top, #ec943c, #d47e26);
background-image: linear-gradient(top, #ec943c, #d47e26);
border-color: #AF7223;
}
/* Thumbnails ============================================================================== */
.thumbnails {
margin-left: -20px;
list-style: none;
*zoom: 1;
}
.thumbnails:before {
display: table;
content: "";
}
.thumbnails:after {
display: table;
content: "";
clear: both;
}
.thumbnail {
display: block;
padding: 3px;
line-height: 1;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
border-color: #0088cc;
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
display: block;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
/* Content ================================================================================= */
.box {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DDDDDD;
font-weight: normal;
padding: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
/* Hash Table ============================================================================== */
.hash_table_tools .legend {
border-bottom: 1px solid #dedede;
}
.hash_table_tools .legend span {
display: inline-block;
}
.hash_table_tools .legend span:first-child {
display: inline-block;
margin: 0 4px 0 0;
}
.hash_table_tools .form-actions {
background-color: #F5F5F5;
border-top: 1px solid #DDDDDD;
margin-bottom: 18px;
margin-top: 18px;
padding: 17px 20px 18px;
}
.hash_table_tools .help-block {
margin-top: 49px;
margin-left: 187px;
margin-bottom: 0;
width: 49%;
}
.hash_add_label {
margin-left: 20px;
}
.hash_remove_label {
float: right !important;
padding: 0;
}
/* Pages =================================================================================== */
.pages_table_tools .legend {
border-bottom: 1px solid #dedede;
}
.pages_table_tools .legend span {
display: inline-block;
}
.pages_table_tools .legend span:first-child {
display: inline-block;
margin: 0 4px 0 0;
}
.pages_table_tools .input-little {
margin: 0 18px 0 2px;
}
.pages_add_label {
margin-left: 20px;
}
.pages_table_tools .pages_remove_label {
float: right;
margin: 0 21px 0 0;
padding: 0;
}
.pages_table_tools .form-actions {
background-color: #F5F5F5;
border-top: 1px solid #DDDDDD;
margin-bottom: 18px;
margin-top: 18px;
padding: 17px 20px 18px;
}
.pages_table_tools .pages_tool {
margin: 10px 0 0 0;
display: none;
}
.pages_table_tools .pages_tool.show {
display: inherit;
}
.pages_table_tools .pages_field select {
float: right;
margin: 10px 21px 0 0;
width: 14.8936%;
}
.pages_table_tools .pages_field .control-group {
border-right: 3px solid #DDDDDD;
padding: 0 0 0 2px;
width: 99.9%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.pages_table_tools .pages_field .help-block {
margin-top: 0;
margin-left: 2px;
margin-bottom: 0;
width: 75%;
display: inline-block;
}
.label_pages {
margin-bottom: 20px;
}
.pages_table_tools .control-group input {
margin-bottom: 0;
}
/* Settings ================================================================================ */
.settings, .content_right {
background-color: #FCFCFC;
border: 1px solid #DEDEDE;
padding: 5px 10px;
width: 97%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.settings .form-actions {
background-color: #F5F5F5;
border-top: 1px solid #DDDDDD;
margin-bottom: 18px;
margin-top: 18px;
padding: 17px 20px 18px 130px;
}
/* Footer ================================================================================== */
footer {
border-top: 4px double #DEDEDE;
margin: 30px auto 0;
padding: 20px;
text-align: center;
width: 940px;
}
footer p {
opacity: 0.6;
filter: alpha(opacity=60);
}
/* =============================================================================
Login style
============================================================================= */
.login {
min-height: 260px;
padding: 5px 0 28px;
text-align: center;
}
.login h1 {
color: #363636;
font-size: 2em;
margin: 4px 0 8px 0;
}
.login section.login_social {
text-align: left;
float: left;
height: 160px;
margin: 0 0 0 100px;
padding: 0 30px;
width: 290px;
}
.login section.login_classic {
text-align: left;
float: left;
height: 160px;
margin: 0 0 0 100px;
padding: 0 30px;
width: 290px;
border-left: 4px double rgba(0, 0, 0, 0.1);
margin: 0 0 0 0;
}
.login .submit {
float: right;
} | bombolone/static/css/bombolone/admin.css | body {
background-color: #efefef;
color: #424242;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
text-align: left;
}
.content {
margin: 54px auto 5px;
min-height: 500px;
padding: 15px 0;
width: 940px;
}
.hidden {
display: none;
visibility: none;
}
/* Header ================================================================================== */
header {
overflow: visible;
margin-bottom: 18px;
background-color: #584838;
background-image: -webkit-gradient(linear, left top, left bottom, from(#5a493f), to(#584838));
background-image: -webkit-linear-gradient(top, #5a493f, #584838);
background-image: -moz-linear-gradient(top, #5a493f, #584838);
background-image: -ms-linear-gradient(top, #5a493f, #584838);
background-image: -o-linear-gradient(top, #5a493f, #584838);
background-image: linear-gradient(top, #5a493f, #584838);
border-bottom: 1px solid #dedede;
border-top: 2px solid #E7A86B;
height: 35px;
width: 100%;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
header nav {
margin: 0 auto;
width: 940px;
}
header nav img {
padding: 2px 0;
}
header .navbar-text {
margin-bottom: 0;
line-height: 40px;
color: #999999;
}
header .navbar-text a:hover {
color: #ffffff;
background-color: transparent;
}
header .btn {
margin-top: 5px;
}
header .btn-group {
margin-top: 5px;
}
header .btn-group .btn {
margin-top: 0;
}
header .nav {
position: relative;
left: 0;
display: block;
float: left;
margin: 0 10px 0 0;
}
header .nav > li {
display: block;
float: left;
}
header .nav > li > a {
color: #FFFFFF;
float: none;
line-height: 23px;
padding: 4px 10px;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.125);
}
header .nav > li > a:hover {
background-color: transparent;
color: #ffffff;
text-decoration: none;
}
header .nav .active > a {
color: #ffffff;
text-decoration: none;
background-color: #222222;
background-color: rgba(0, 0, 0, 0.5);
}
header .header-tabs li {
background-color: #EC943C;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ec943c), to(#e68b2b));
background-image: -webkit-linear-gradient(top, #ec943c, #e68b2b);
background-image: -moz-linear-gradient(top, #ec943c, #e68b2b);
background-image: -ms-linear-gradient(top, #ec943c, #e68b2b);
background-image: -o-linear-gradient(top, #ec943c, #e68b2b);
background-image: linear-gradient(top, #ec943c, #e68b2b);
border-bottom: 1px solid #cf7d2b;
border-left: 1px solid #cf7d2b;
border-right: 1px solid #cf7d2b;
cursor: pointer;
display: inline-block;
float: left;
font-weight: normal;
margin: 0;
text-align: right;
}
header .header-tabs li:hover {
background-color: #AF7223;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ec943c), to(#d47e26));
background-image: -webkit-linear-gradient(top, #ec943c, #d47e26);
background-image: -moz-linear-gradient(top, #ec943c, #d47e26);
background-image: -ms-linear-gradient(top, #ec943c, #d47e26);
background-image: -o-linear-gradient(top, #ec943c, #d47e26);
background-image: linear-gradient(top, #ec943c, #d47e26);
border-color: #AF7223;
}
/* Thumbnails ============================================================================== */
.thumbnails {
margin-left: -20px;
list-style: none;
*zoom: 1;
}
.thumbnails:before {
display: table;
content: "";
}
.thumbnails:after {
display: table;
content: "";
clear: both;
}
.thumbnail {
display: block;
padding: 3px;
line-height: 1;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
border-color: #0088cc;
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
display: block;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
/* Content ================================================================================= */
.box {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DDDDDD;
font-weight: normal;
padding: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
/* Hash Table ============================================================================== */
.hash_table_tools .legend {
border-bottom: 1px solid #dedede;
}
.hash_table_tools .legend span {
display: inline-block;
}
.hash_table_tools .legend span:first-child {
display: inline-block;
margin: 0 4px 0 0;
}
.hash_table_tools .form-actions {
background-color: #F5F5F5;
border-top: 1px solid #DDDDDD;
margin-bottom: 18px;
margin-top: 18px;
padding: 17px 20px 18px;
}
.hash_table_tools .help-block {
margin-top: 49px;
margin-left: 187px;
margin-bottom: 0;
width: 49%;
}
.hash_add_label {
margin-left: 20px;
}
.hash_remove_label {
float: right !important;
padding: 0;
}
/* Pages =================================================================================== */
.pages_table_tools .legend {
border-bottom: 1px solid #dedede;
}
.pages_table_tools .legend span {
display: inline-block;
}
.pages_table_tools .legend span:first-child {
display: inline-block;
margin: 0 4px 0 0;
}
.pages_table_tools .input-little {
margin: 0 18px 0 2px;
}
.pages_add_label {
margin-left: 20px;
}
.pages_table_tools .pages_remove_label {
float: right;
margin: 0 21px 0 0;
padding: 0;
}
.pages_table_tools .form-actions {
background-color: #F5F5F5;
border-top: 1px solid #DDDDDD;
margin-bottom: 18px;
margin-top: 18px;
padding: 17px 20px 18px;
}
.pages_table_tools .pages_tool {
margin: 10px 0 0 0;
display: none;
}
.pages_table_tools .pages_tool.show {
display: inherit;
}
.pages_table_tools .pages_field select {
float: right;
margin: 10px 21px 0 0;
width: 14.8936%;
}
.pages_table_tools .pages_field .control-group {
border-right: 3px solid #DDDDDD;
padding: 0 0 0 2px;
width: 99.9%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.pages_table_tools .pages_field .help-block {
margin-top: 0;
margin-left: 2px;
margin-bottom: 0;
width: 75%;
display: inline-block;
}
.label_pages {
margin-bottom: 20px;
}
.pages_table_tools .control-group input {
margin-bottom: 0;
}
/* Settings ================================================================================ */
.settings, .content_right {
background-color: #FCFCFC;
border: 1px solid #DEDEDE;
padding: 5px 10px;
width: 97%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.settings .form-actions {
background-color: #F5F5F5;
border-top: 1px solid #DDDDDD;
margin-bottom: 18px;
margin-top: 18px;
padding: 17px 20px 18px 130px;
}
/* Footer ================================================================================== */
footer {
border-top: 4px double #DEDEDE;
margin: 30px auto 0;
padding: 20px;
text-align: center;
width: 940px;
}
footer p {
opacity: 0.6;
filter: alpha(opacity=60);
}
/* =============================================================================
Login style
============================================================================= */
.login {
min-height: 260px;
padding: 5px 0 28px;
text-align: center;
}
.login h1 {
color: #363636;
font-size: 2em;
margin: 4px 0 8px 0;
}
.login section.login_social {
text-align: left;
float: left;
height: 160px;
margin: 0 0 0 100px;
padding: 0 30px;
width: 290px;
}
.login section.login_classic {
text-align: left;
float: left;
height: 160px;
margin: 0 0 0 100px;
padding: 0 30px;
width: 290px;
border-left: 4px double rgba(0, 0, 0, 0.1);
margin: 0 0 0 0;
}
.login .submit {
float: right;
} | 0.36625 | 0.116286 |
@media (max-width: 992px) {
*{
width: 100%
height: 100%;
}
.titulo{
margin-right: 0;
}
.mobileMenu {
position: fixed;
bottom: 0;
width: 240px;
height: 100%;
margin: auto;
left: -250px;
z-index: 999;
background: #FFAD03;
top: 15px;
}
.mobileMenu.active {
left: 0;
}
.mobileMenu ul a{
height: 100%;
width: 100%
line-height: 65px;
font-size: 22px;
padding-left: 40px;
box-sizing: border-box;
border: 0;
transition: .4s;
padding: 10px
}
.mobileMenu ul li:hover a{
padding-left: 50px;
}
.overlay {
position: fixed;
display: none;
width: 100%; /
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 2;
cursor: pointer;
}
.overlay.active {
display: block;
opacity: 1;
}
#sfc{
color: white;
margin-top: 10px;
background: none;
border: none;
outline: none;
}
#sfc1{
margin-left: 35px;
}
#sfc:hover {
outline: none;
border: none;
}
.servicos{
padding-bottom: 140px !important;
padding-top: 30px !important;
height: auto !important;
padding-bottom: 20px !important;
padding-top: 20px;
}
.rodape{
width: 100%;
height: auto !important;
}
.lista-rodape li a{
text-decoration: none;
color: #fff;
padding-right: 40px!important;
font-size: 20px !important;
display: block!important;
}
.lista-rodape{
display: block!important;
list-style-type: none;
}
.noticias-d{
display: block !important;
width: 350px !important;
}
.noticias-image{
height: 300px!important;
width: 350px !important;
margin-top: 0px !important;
margin-left: -15px !important;
margin-bottom: 0px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 20px !important;
border-top-left-radius: 20px !important;
box-shadow: none !important;
}
.noticias-txt i{
margin-top: 0px !important;
}
.btn-noticias{
margin-top: 10px !important;
margin-bottom: 10px !important;
margin-left: -20px !important;
}
.welcome-content{
display: block !important;
height: auto!important;
}
.welcome-img{
margin-top: 10px !important;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 50px;
border-bottom-left-radius: 50px;
padding-left: 0px;
}
.welcome-txt .btn-wel{
margin-top: -50px !important;
}
}
/* Para pc */
.container{
font-family: josefin-sans;
}
.mobileMenu ul a i {
margin-right: 5px;
}
.menu{
background-color: #FFD300;
z-index: 999;
font-size: 20px;
font-family: josefins-sans;
}
.menu a:hover{
color: #F45D09;
}
.menu a{
color: white;
}
.fade .header{
background: orange;
}
.image-central{
padding: 20px;
display: flex;
flex-direction: column;
text-align: justify;
height: 100vh;
justify-content: center;
align-items: center;
position: relative;
color: white;
}
.image-central * {
position: relative;
z-index: 2;
}
.image-central:nth-of-type(1){
background-image: url(../img/pizza.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.image-central:nth-of-type(1):after{
content: '';
position: absolute;
left: 0; top: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,.4);
z-index: 1;
}
.servicos, .servicos .card{
background: #242426;
color: #fff;
height: auto;
width: 100%;
padding-bottom: 20px;
padding-top: 20px;
margin-bottom: 0rem !important;
}
.servicos i{
font-size: 30px;
margin-right: 15px;
}
.servicos a {
font-size: 22px;
}
.servicos a i:hover{
color: red;
padding-left: 20px;
}
.welcome{
background: orange;
}
.welcome-content{
display: flex;
height: 500px;
width: auto;
text-align: center;
margin-left: 20px;
margin-right: 20px;
border-radius: 50px;
bottom: 200px;
background: white;
}
.welcome-txt h3{
padding-top: 30px;
font-family: josefin-sans;
font-size: 80px;
color: orange;
margin-bottom: 20px;
}
.welcome-txt h4{
font-size: 40px;
margin-bottom: 40px;
}
.welcome-txt h5{
font-size: 20px;
padding-left: 40px;
padding-right: 40px;
text-align: justify;
margin-bottom: 80px;
}
.welcome-txt .btn-wel{
background: #FFD300;
border-radius: 20px;
font-size: 20px;
color: white;
}
.welcome-txt .btn-wel:hover{
background: orange;
border: none;
outline: none;
}
.welcome-txt .btn-wel:focus{
box-shadow: 0 0 0 0;
border: 0 none;
outline: 0;
}
.welcome-txt .btn-wel i{
padding-left: 10px;
}
.welcome-img{
display: flex;
position: relative;
background-image: url(../img/pessoas1.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 500px;
width: 100%;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
padding-left: 150px;
}
.card-img{
width: 200PX;
height: 200px;
margin: auto;
}
.cardapio {
border: none;
outline: none;
}
.cardapio .card{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-img:hover{
transform: scale(1.1);
}
.btn-cardapio, .btn-cardapio:focus{
box-shadow: 0 0 0 0;
border: 0 none;
outline: 0;
background: white;
}
.cardapio .card{
color: black;
}
.noticias{
background: #FF8E06;
border: none;
outline: none;
}
.noticias-d{
display: flex;
height: 500px auto;
width: 100% auto;
background: white;
border-radius: 20px;
box-shadow: 7px 7px 7px 0px rgba(0,0,0, 0.7);
}
.noticias-img img{
padding: none;
height: 400px;
width: 600px ;
margin-left: -50PX;
margin-top: -50PX;
border-radius: 50px;
box-shadow: 7px 7px 7px 0px rgba(0,0,0, 0.7);
}
.noticias-txt{
margin-left: 20px
}
.noticias-txt i{
font-size: 60px;
margin-top: 20px;
margin-bottom: 20px;
color: #DB3E07;
}
.btn-noticias{
background: #FFAD03;
color: white;
border-radius: 50px;
}
.testemunhos{
color: black;
background: white;
text-align: center;
padding: 30px 30px 50px;
margin: 0 15px 100px;
position: relative;
margin-bottom: 140px;
border-radius: 40px;
}
.testemunhos:before,
.testemunhos:after{
content: "";
border-top: 40px solid white;
position: absolute;
left: 0;
}
.testemunhos:after{
border-right: none;
left: auto;
right: 0;
}
.testemunhos i{
display: inline-block;
font-size: 80px;
color: #f28a0b;
margin-bottom: 20px;
opacity: 0.6;
}
.testemunhos .descricao{
font-size: 16px;
color: #777;
text-align: justify;
margin-bottom: 30px;
opacity: 0.9;
letter-spacing: -1px;
}
.testemunhos .testemunhos-conteudo{
width: 100%;
position: absolute;
left: 0;
}
.testemunhos .pic{
display: inline-block;
border: 6px solid white;
border-radius: 70%;
box-shadow: 0 0 2px #f4770b;
overflow: hidden;
position: relative;
}
.testemunhos .pic img{
width: 100%;
height: 120px;
}
.testemunhos .title{
font-size: 15px;
font-weight: bold;
color: black;
text-transform: capitalize;
margin: 0 0 5px 0;
}
.pic img{
width: 100px !important;
height: 50px;
}
.testemunhos-inicio{
background: orange;
}
.rodape{
width: 100%;
height: auto;
bottom: 0;
margin: 0;
top: 0;
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
background-color: #F45D09;
padding-top: 20px;
padding-bottom: 0;
}
.lista-rodape{
display: flex;
list-style-type: none;
}
.lista-rodape li a{
text-decoration: none;
color: #fff;
font-size: 20px;
font-weight: bold;
margin-top: 0;
}
.lista-rodape li a i{
margin-right: 10px;
}
.lista-rodape li a:hover{
color: orange;
}
.social-media .button-media i{
line-height: 60px;
font-size: 25px;
}
.social-media .button-media i{
display: inline-block;
height: 60px;
width: 60px;
text-align: center;
border-radius: 50px;
box-sizing: border-box;
line-height: 60px;
transition: all 0.3s ease-out;
}
.social-media .button-media{
display: inline-block;
height: 60px;
width: 60px;
float: left;
margin: 0 5px;
background: #fff;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease-out;
}
.social-media .button-media:nth-child(1) i {
color: #4267B2;
}
.social-media .button-media:nth-child(2) i{
color:#E1306C;
}
.social-media .button-media:nth-child(3) i{
color: #1DA1F2;
}
.social-media .button-media:nth-child(4) i{
color: #333;
}
.social-media .button-media:hover i {
color: #fff;
border: none;
}
.social-media .button-media:nth-child(1):hover i{
background: #4267B2;
}
.social-media .button-media:nth-child(2):hover i{
background: #E1306C;
}
.social-media .button-media:nth-child(3):hover i{
background: #1DA1F2;
}
.social-media .button-media:nth-child(4):hover i{
background: #333;
}
.whatsapp {
position:fixed;
width:60px;
height:60px;
bottom:20px;
right:20px;
padding: 10px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 1px 1px 2px #888;
z-index:1000;
}
#sfc2{
display: none;
}
#sfc1.active{
display: none;
}
#sfc2.active{
display: block;
} | public/css/style.css | @media (max-width: 992px) {
*{
width: 100%
height: 100%;
}
.titulo{
margin-right: 0;
}
.mobileMenu {
position: fixed;
bottom: 0;
width: 240px;
height: 100%;
margin: auto;
left: -250px;
z-index: 999;
background: #FFAD03;
top: 15px;
}
.mobileMenu.active {
left: 0;
}
.mobileMenu ul a{
height: 100%;
width: 100%
line-height: 65px;
font-size: 22px;
padding-left: 40px;
box-sizing: border-box;
border: 0;
transition: .4s;
padding: 10px
}
.mobileMenu ul li:hover a{
padding-left: 50px;
}
.overlay {
position: fixed;
display: none;
width: 100%; /
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 2;
cursor: pointer;
}
.overlay.active {
display: block;
opacity: 1;
}
#sfc{
color: white;
margin-top: 10px;
background: none;
border: none;
outline: none;
}
#sfc1{
margin-left: 35px;
}
#sfc:hover {
outline: none;
border: none;
}
.servicos{
padding-bottom: 140px !important;
padding-top: 30px !important;
height: auto !important;
padding-bottom: 20px !important;
padding-top: 20px;
}
.rodape{
width: 100%;
height: auto !important;
}
.lista-rodape li a{
text-decoration: none;
color: #fff;
padding-right: 40px!important;
font-size: 20px !important;
display: block!important;
}
.lista-rodape{
display: block!important;
list-style-type: none;
}
.noticias-d{
display: block !important;
width: 350px !important;
}
.noticias-image{
height: 300px!important;
width: 350px !important;
margin-top: 0px !important;
margin-left: -15px !important;
margin-bottom: 0px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 20px !important;
border-top-left-radius: 20px !important;
box-shadow: none !important;
}
.noticias-txt i{
margin-top: 0px !important;
}
.btn-noticias{
margin-top: 10px !important;
margin-bottom: 10px !important;
margin-left: -20px !important;
}
.welcome-content{
display: block !important;
height: auto!important;
}
.welcome-img{
margin-top: 10px !important;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 50px;
border-bottom-left-radius: 50px;
padding-left: 0px;
}
.welcome-txt .btn-wel{
margin-top: -50px !important;
}
}
/* Para pc */
.container{
font-family: josefin-sans;
}
.mobileMenu ul a i {
margin-right: 5px;
}
.menu{
background-color: #FFD300;
z-index: 999;
font-size: 20px;
font-family: josefins-sans;
}
.menu a:hover{
color: #F45D09;
}
.menu a{
color: white;
}
.fade .header{
background: orange;
}
.image-central{
padding: 20px;
display: flex;
flex-direction: column;
text-align: justify;
height: 100vh;
justify-content: center;
align-items: center;
position: relative;
color: white;
}
.image-central * {
position: relative;
z-index: 2;
}
.image-central:nth-of-type(1){
background-image: url(../img/pizza.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.image-central:nth-of-type(1):after{
content: '';
position: absolute;
left: 0; top: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,.4);
z-index: 1;
}
.servicos, .servicos .card{
background: #242426;
color: #fff;
height: auto;
width: 100%;
padding-bottom: 20px;
padding-top: 20px;
margin-bottom: 0rem !important;
}
.servicos i{
font-size: 30px;
margin-right: 15px;
}
.servicos a {
font-size: 22px;
}
.servicos a i:hover{
color: red;
padding-left: 20px;
}
.welcome{
background: orange;
}
.welcome-content{
display: flex;
height: 500px;
width: auto;
text-align: center;
margin-left: 20px;
margin-right: 20px;
border-radius: 50px;
bottom: 200px;
background: white;
}
.welcome-txt h3{
padding-top: 30px;
font-family: josefin-sans;
font-size: 80px;
color: orange;
margin-bottom: 20px;
}
.welcome-txt h4{
font-size: 40px;
margin-bottom: 40px;
}
.welcome-txt h5{
font-size: 20px;
padding-left: 40px;
padding-right: 40px;
text-align: justify;
margin-bottom: 80px;
}
.welcome-txt .btn-wel{
background: #FFD300;
border-radius: 20px;
font-size: 20px;
color: white;
}
.welcome-txt .btn-wel:hover{
background: orange;
border: none;
outline: none;
}
.welcome-txt .btn-wel:focus{
box-shadow: 0 0 0 0;
border: 0 none;
outline: 0;
}
.welcome-txt .btn-wel i{
padding-left: 10px;
}
.welcome-img{
display: flex;
position: relative;
background-image: url(../img/pessoas1.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 500px;
width: 100%;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
padding-left: 150px;
}
.card-img{
width: 200PX;
height: 200px;
margin: auto;
}
.cardapio {
border: none;
outline: none;
}
.cardapio .card{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-img:hover{
transform: scale(1.1);
}
.btn-cardapio, .btn-cardapio:focus{
box-shadow: 0 0 0 0;
border: 0 none;
outline: 0;
background: white;
}
.cardapio .card{
color: black;
}
.noticias{
background: #FF8E06;
border: none;
outline: none;
}
.noticias-d{
display: flex;
height: 500px auto;
width: 100% auto;
background: white;
border-radius: 20px;
box-shadow: 7px 7px 7px 0px rgba(0,0,0, 0.7);
}
.noticias-img img{
padding: none;
height: 400px;
width: 600px ;
margin-left: -50PX;
margin-top: -50PX;
border-radius: 50px;
box-shadow: 7px 7px 7px 0px rgba(0,0,0, 0.7);
}
.noticias-txt{
margin-left: 20px
}
.noticias-txt i{
font-size: 60px;
margin-top: 20px;
margin-bottom: 20px;
color: #DB3E07;
}
.btn-noticias{
background: #FFAD03;
color: white;
border-radius: 50px;
}
.testemunhos{
color: black;
background: white;
text-align: center;
padding: 30px 30px 50px;
margin: 0 15px 100px;
position: relative;
margin-bottom: 140px;
border-radius: 40px;
}
.testemunhos:before,
.testemunhos:after{
content: "";
border-top: 40px solid white;
position: absolute;
left: 0;
}
.testemunhos:after{
border-right: none;
left: auto;
right: 0;
}
.testemunhos i{
display: inline-block;
font-size: 80px;
color: #f28a0b;
margin-bottom: 20px;
opacity: 0.6;
}
.testemunhos .descricao{
font-size: 16px;
color: #777;
text-align: justify;
margin-bottom: 30px;
opacity: 0.9;
letter-spacing: -1px;
}
.testemunhos .testemunhos-conteudo{
width: 100%;
position: absolute;
left: 0;
}
.testemunhos .pic{
display: inline-block;
border: 6px solid white;
border-radius: 70%;
box-shadow: 0 0 2px #f4770b;
overflow: hidden;
position: relative;
}
.testemunhos .pic img{
width: 100%;
height: 120px;
}
.testemunhos .title{
font-size: 15px;
font-weight: bold;
color: black;
text-transform: capitalize;
margin: 0 0 5px 0;
}
.pic img{
width: 100px !important;
height: 50px;
}
.testemunhos-inicio{
background: orange;
}
.rodape{
width: 100%;
height: auto;
bottom: 0;
margin: 0;
top: 0;
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
background-color: #F45D09;
padding-top: 20px;
padding-bottom: 0;
}
.lista-rodape{
display: flex;
list-style-type: none;
}
.lista-rodape li a{
text-decoration: none;
color: #fff;
font-size: 20px;
font-weight: bold;
margin-top: 0;
}
.lista-rodape li a i{
margin-right: 10px;
}
.lista-rodape li a:hover{
color: orange;
}
.social-media .button-media i{
line-height: 60px;
font-size: 25px;
}
.social-media .button-media i{
display: inline-block;
height: 60px;
width: 60px;
text-align: center;
border-radius: 50px;
box-sizing: border-box;
line-height: 60px;
transition: all 0.3s ease-out;
}
.social-media .button-media{
display: inline-block;
height: 60px;
width: 60px;
float: left;
margin: 0 5px;
background: #fff;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease-out;
}
.social-media .button-media:nth-child(1) i {
color: #4267B2;
}
.social-media .button-media:nth-child(2) i{
color:#E1306C;
}
.social-media .button-media:nth-child(3) i{
color: #1DA1F2;
}
.social-media .button-media:nth-child(4) i{
color: #333;
}
.social-media .button-media:hover i {
color: #fff;
border: none;
}
.social-media .button-media:nth-child(1):hover i{
background: #4267B2;
}
.social-media .button-media:nth-child(2):hover i{
background: #E1306C;
}
.social-media .button-media:nth-child(3):hover i{
background: #1DA1F2;
}
.social-media .button-media:nth-child(4):hover i{
background: #333;
}
.whatsapp {
position:fixed;
width:60px;
height:60px;
bottom:20px;
right:20px;
padding: 10px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 1px 1px 2px #888;
z-index:1000;
}
#sfc2{
display: none;
}
#sfc1.active{
display: none;
}
#sfc2.active{
display: block;
} | 0.157299 | 0.056783 |
@import url('https://fonts.googleapis.com/css2?family=Keania+One&display=swap');
.empty {
padding-top: var(--header-height);
}
.empty + * {
min-height: calc(100vh - var(--header-height));
}
.isHome {
background-color: rgba(0, 0, 0, 0) !important;
color: rgba(255, 255, 255, 0.85) !important;
border: none !important;
}
.isHome .logo a,
.isHome .member {
color: rgba(255, 255, 255, 0.85) !important;
}
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: var(--header-height);
z-index: 10;
background-color: var(--header-background);
border-bottom: 1px solid rgba(200, 200, 200, 0.7);
box-sizing: border-box;
}
.container {
box-sizing: border-box;
margin-top: 6px;
margin: 0 auto;
width: 100%;
height: 60px;
max-width: calc(var(--header-maxWidth) + 6rem);
padding: 0 3rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.logo a {
font-family: var(--logo-font);
font-size: 3.5rem;
text-decoration: none;
color: var(--header-mainColor);
}
.menu {
display: flex;
align-items: center;
justify-content: center;
min-width: 550px;
width: 100%;
height: 60px;
line-height: 60px;
}
.menu a {
color: black;
font-weight: bold;
text-decoration: none;
}
.member {
color: var(--header-subColor);
}
.member ul {
display: flex;
align-items: center;
justify-content: center;
}
.member ul li {
margin: 0 0.5rem;
}
.member .cart,
.member .drawer {
margin-right: 0;
}
.member ul li:hover {
cursor: pointer;
}
.member ul li svg {
width: 2rem;
height: 2rem;
}
.member .drawer {
display: none;
}
/* Medium Devices, Desktops : ~ 992px */
@media only screen and (max-width: 992px) {
.main {
padding-top: var(--header-height);
}
.header {
height: var(--header-height);
}
.menu {
display: none;
}
.member .search-wrapper {
min-width: 0;
background-color: var(--header-background);
}
.member .search-wrapper .search-input {
display: none;
}
.member .wishlist {
display: none;
}
.member .cart {
margin-right: 0.5rem;
}
.member .drawer {
display: block;
}
} | components/Navbar/Navbar.module.css | @import url('https://fonts.googleapis.com/css2?family=Keania+One&display=swap');
.empty {
padding-top: var(--header-height);
}
.empty + * {
min-height: calc(100vh - var(--header-height));
}
.isHome {
background-color: rgba(0, 0, 0, 0) !important;
color: rgba(255, 255, 255, 0.85) !important;
border: none !important;
}
.isHome .logo a,
.isHome .member {
color: rgba(255, 255, 255, 0.85) !important;
}
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: var(--header-height);
z-index: 10;
background-color: var(--header-background);
border-bottom: 1px solid rgba(200, 200, 200, 0.7);
box-sizing: border-box;
}
.container {
box-sizing: border-box;
margin-top: 6px;
margin: 0 auto;
width: 100%;
height: 60px;
max-width: calc(var(--header-maxWidth) + 6rem);
padding: 0 3rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.logo a {
font-family: var(--logo-font);
font-size: 3.5rem;
text-decoration: none;
color: var(--header-mainColor);
}
.menu {
display: flex;
align-items: center;
justify-content: center;
min-width: 550px;
width: 100%;
height: 60px;
line-height: 60px;
}
.menu a {
color: black;
font-weight: bold;
text-decoration: none;
}
.member {
color: var(--header-subColor);
}
.member ul {
display: flex;
align-items: center;
justify-content: center;
}
.member ul li {
margin: 0 0.5rem;
}
.member .cart,
.member .drawer {
margin-right: 0;
}
.member ul li:hover {
cursor: pointer;
}
.member ul li svg {
width: 2rem;
height: 2rem;
}
.member .drawer {
display: none;
}
/* Medium Devices, Desktops : ~ 992px */
@media only screen and (max-width: 992px) {
.main {
padding-top: var(--header-height);
}
.header {
height: var(--header-height);
}
.menu {
display: none;
}
.member .search-wrapper {
min-width: 0;
background-color: var(--header-background);
}
.member .search-wrapper .search-input {
display: none;
}
.member .wishlist {
display: none;
}
.member .cart {
margin-right: 0.5rem;
}
.member .drawer {
display: block;
}
} | 0.420481 | 0.103522 |
@media screen and (max-width: 481px){
body {
background-color: #F37373;
font-family:"Helvetica",Arial;
}
#content {
width: 100%;
text-align: center;
}
h1 {
color: #ffffff;
font-family: 'Russo One', sans-serif;
}
p {
color: #ffffff;
font-family: 'Russo One', sans-serif;
}
header {
position: absolute;
/*background-image: url("imgs/headerWeb.png");*/
/*background-color: #cccccc;*/
text-align: center;
background-color: rgb(231, 119, 119);
top: 0px;
left: 0px;
width: 100%;
height: 90px;
}
header a img {
padding-top: 10px;
width: 300px;
height: 40px;
}
#socialButtons {
position: absolute;
left: 0%;
top: 70%;
width: 100%;
}
#socialButtons img {
display: inline-block;
color: #ffffff;
width: 60px;
height: 60px;
margin: 5px;
border-radius: 50%;
}
nav ul {
font-size: 60%;
background-color: #1d1d1d;
}
nav ul li
{
display: inline-block;
color: #1d1d1d;
}
nav ul li a {
text-decoration: none;
}
#textoPr
{
width: 85%;
height: 100%;
/*background-color: #1d1d1d;*/
color: #ffffff;
margin: 55% auto;
text-align: center;
border-radius: 20px;
padding: 20px;
/*box-shadow: 0px 0px 20px rgba(0,0,0,0.5);*/
}
a
{
color: #ffffff;
/*font-weight: bold;*/
}
footer {
width: 90%;
position: absolute;
bottom: 0%;
left: 0%;
background-color: #1d1d1d;
text-align: center;
}
footer p {
color: #ffffff;
}
meter {
background-color: #ffffff;
padding: 5px;
border-radius: 5px;
color: #e44e2d;
margin-left: 20px;
width: 200px;
}
label {
display: block;
}
#btnSubmit {
border: none;
background-color: #ffffff;
color: #e44e2d;
padding: 4px;
cursor: pointer;
font-family: 'Russo One', sans-serif;
}
#calificacion {
width: 150px;
-webkit-appearance: none;
background-color: #ffffff;
height: 20px;
border-radius: 5px;
cursor: pointer;
}
#calificacion::-webkit-slider-thumb {
-webkit-appearance: none;
background-color: #e44e2d;
border-radius: 10px;
height: 15px;
width: 10px;
}
#media {
box-sizing:border-box;
}
.partition {
display: inline-block;
width: 45%;
}
#media audio {
width: 200px;
}
#media video {
height: 180px;
}
} | mobileStyle.css | @media screen and (max-width: 481px){
body {
background-color: #F37373;
font-family:"Helvetica",Arial;
}
#content {
width: 100%;
text-align: center;
}
h1 {
color: #ffffff;
font-family: 'Russo One', sans-serif;
}
p {
color: #ffffff;
font-family: 'Russo One', sans-serif;
}
header {
position: absolute;
/*background-image: url("imgs/headerWeb.png");*/
/*background-color: #cccccc;*/
text-align: center;
background-color: rgb(231, 119, 119);
top: 0px;
left: 0px;
width: 100%;
height: 90px;
}
header a img {
padding-top: 10px;
width: 300px;
height: 40px;
}
#socialButtons {
position: absolute;
left: 0%;
top: 70%;
width: 100%;
}
#socialButtons img {
display: inline-block;
color: #ffffff;
width: 60px;
height: 60px;
margin: 5px;
border-radius: 50%;
}
nav ul {
font-size: 60%;
background-color: #1d1d1d;
}
nav ul li
{
display: inline-block;
color: #1d1d1d;
}
nav ul li a {
text-decoration: none;
}
#textoPr
{
width: 85%;
height: 100%;
/*background-color: #1d1d1d;*/
color: #ffffff;
margin: 55% auto;
text-align: center;
border-radius: 20px;
padding: 20px;
/*box-shadow: 0px 0px 20px rgba(0,0,0,0.5);*/
}
a
{
color: #ffffff;
/*font-weight: bold;*/
}
footer {
width: 90%;
position: absolute;
bottom: 0%;
left: 0%;
background-color: #1d1d1d;
text-align: center;
}
footer p {
color: #ffffff;
}
meter {
background-color: #ffffff;
padding: 5px;
border-radius: 5px;
color: #e44e2d;
margin-left: 20px;
width: 200px;
}
label {
display: block;
}
#btnSubmit {
border: none;
background-color: #ffffff;
color: #e44e2d;
padding: 4px;
cursor: pointer;
font-family: 'Russo One', sans-serif;
}
#calificacion {
width: 150px;
-webkit-appearance: none;
background-color: #ffffff;
height: 20px;
border-radius: 5px;
cursor: pointer;
}
#calificacion::-webkit-slider-thumb {
-webkit-appearance: none;
background-color: #e44e2d;
border-radius: 10px;
height: 15px;
width: 10px;
}
#media {
box-sizing:border-box;
}
.partition {
display: inline-block;
width: 45%;
}
#media audio {
width: 200px;
}
#media video {
height: 180px;
}
} | 0.239083 | 0.085978 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-size: 25px;
text-align: center;
}
h2 {
margin: 10px 0px;
color: rgb(100,100,100);
font-size: 19px;
}
h3 {
font-size: 20px;
}
a {
color: black;
}
p.author {
text-align: center;
color: rgb(100,100,100);
}
.description {
text-align: justify;
}
.logo-container {
width: 100%;
border-bottom: 1px solid rgb(215,215,215);
}
.logo {
padding-top: 20px;
margin: 0 auto;
max-width: 300px;
}
.logo > img {
width: 100%;
}
.logo > img:hover {
cursor: pointer;
}
nav {
display: flex;
flex-direction: column;
font-size: 18px;
}
nav > div {
width: 100%;
text-align: center;
border-bottom: 1px solid black;
padding: 10px 0px;
}
nav > div:hover {
background: black;
color: white;
cursor:pointer;
}
nav > div.on {
background: black;
color: white;
}
footer {
width: 100%;
padding: 10px;
border-top: 1px solid rgb(215,215,215);
}
footer p {
font-size: 13px;
text-align: center;
color: rgb(95,95,95);
}
a:hover {
text-decoration: none;
}
footer p a {
color: rgb(95,95,95);
}
main {
padding: 10px;
margin: 20px auto;
max-width: 980px;
}
main ul {
font-size: 20px;
list-style-type: none;
}
main ul li {
padding: 10px 0px;
border-bottom: 1px solid rgb(100,100,100);
}
main ul li button {
margin-left: 5px;
}
main ul li:hover {
text-decoration: underline;
background: rgb(240,240,240);
cursor: pointer;
}
main ul li.load-button {
text-align: center;
border-bottom: 0px none;
}
main ul li.load-button:hover {
background: initial;
cursor: initial;
}
button {
cursor: pointer;
padding: 10px;
border-radius: 5px;
border: 0px none;
font-size: 16px;
background: black;
color: white;
}
button:hover {
opacity: 0.5;
}
button.secondary {
background: rgb(210, 210, 210);
color: black;
}
.breadcrumbs {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 10px 0px;
}
.breadcrumbs .link {
text-decoration: underline;
}
.breadcrumbs .link:hover {
text-decoration: none;
cursor: pointer;
}
.breadcrumbs .arrow {
padding: 0px 10px;
}
.title {
display: flex;
flex-direction: column;
text-align: center;
padding: 10px;
border-bottom: 1px solid black;
}
.title .headline h1 {
margin-top: 10px;
text-align: left;
}
.title .date-input {
padding-top: 10px;
}
input[type="text"], select {
padding: 10px;
font-size: 16px;
border-radius: 5px;
border: 1px solid rgb(215,215,215);
}
.books {
display: flex;
flex-direction: column;
margin: 20px 0px;
}
.books .book {
margin-top: 10px;
padding: 10px 0px;
border-bottom: 1px solid rgb(215,215,215);
}
.books .book:last-of-type {
border-bottom: 0px none;
}
.books .book h3 {
padding: 10px 0px;
text-align: center;
}
.books .book .book-image {
max-width: 350px;
}
.books .book .book-image img {
width: 100%;
}
.books .book p.description {
padding: 10px 0px;
}
.books .book .review-button {
text-align: center;
}
.search-section {
border-bottom: 1px solid rgb(215,215,215);
}
.search-section h1 {
text-align: center;
margin-bottom: 15px;
}
.search-form {
display:flex;
flex-direction: column;
}
.search-form input, .search-form select {
width: 100%;
}
.search-form > div {
padding: 10px;
}
.search-form .button {
text-align: center;
}
.reviews {
margin: 20px 10px;
}
.reviews .review {
text-align: center;
border-bottom: 1px solid rgb(215,215,215);
padding: 15px 0px;
}
.reviews .review:last-child {
border: 0px none;
}
.reviews .review h3 {
text-align: center;
}
.reviews .review .author {
padding: 10px 0px;
}
.reviews .review .description {
padding: 10px 0px;
}
.reviews .review button {
margin-top: 10px;
text-align: center;
}
.error {
text-align: center;
}
.error p {
text-align: center;
margin-top: 20px;
font-size: 18px;
font-weight: bold;
padding-bottom: 10px;
}
@keyframes spin {
from {
transform: rotate(0deg)
}
to {
transform: rotate(360deg);
}
}
.loader {
border: 5px solid rgb(49,49,49);
border-top: 5px solid #ccc;
width: 50px;
height: 50px;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 10px auto;
}
@media screen and (min-width: 600px) {
.reviews .review {
text-align: left;
}
.reviews .review .author {
text-align: left;
}
.reviews .review button {
text-align: left;
}
.reviews .review h3 {
text-align: left;
}
.search-form {
flex-direction: row;
}
.search-form .input {
width: 60%;
}
.search-form .input.next-button {
width: 80%;
}
.search-form .select {
width: 20%;
}
.search-form .button {
width: 20%;
}
.search-form .button button {
width: 100%;
}
nav {
flex-direction: row;
flex-wrap: wrap;
}
nav > div {
width: calc(100% / 2);
border-bottom: 1px solid black;
}
.title {
flex-direction: row;
}
.title .headline {
width: 70%;
text-align: left;
}
.title .headline.only {
width: 100%;
}
.title .date-input {
width: 30%;
text-align: right;
}
.title .date-input input[type="text"] {
width: 100%;
}
.books .book {
width: 50%;
padding: 15px;
border: 0px none;
display: flex;
flex-direction: column;
}
.books {
flex-direction: row;
flex-wrap: wrap;
}
.books .book .review-button {
flex-grow: 100;
display:flex;
align-items:flex-end;
}
.books .book .review-button button {
display:inline-block;
margin: 0 auto;
}
}
@media screen and (min-width: 900px) {
.books .book {
width: calc(100% / 3);
}
nav {
flex-direction: row;
flex-wrap: nowrap;
}
nav > div {
width: calc(100% / 4);
border-bottom: 2px solid black;
}
} | www/zabj01/sp2/assets/main.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-size: 25px;
text-align: center;
}
h2 {
margin: 10px 0px;
color: rgb(100,100,100);
font-size: 19px;
}
h3 {
font-size: 20px;
}
a {
color: black;
}
p.author {
text-align: center;
color: rgb(100,100,100);
}
.description {
text-align: justify;
}
.logo-container {
width: 100%;
border-bottom: 1px solid rgb(215,215,215);
}
.logo {
padding-top: 20px;
margin: 0 auto;
max-width: 300px;
}
.logo > img {
width: 100%;
}
.logo > img:hover {
cursor: pointer;
}
nav {
display: flex;
flex-direction: column;
font-size: 18px;
}
nav > div {
width: 100%;
text-align: center;
border-bottom: 1px solid black;
padding: 10px 0px;
}
nav > div:hover {
background: black;
color: white;
cursor:pointer;
}
nav > div.on {
background: black;
color: white;
}
footer {
width: 100%;
padding: 10px;
border-top: 1px solid rgb(215,215,215);
}
footer p {
font-size: 13px;
text-align: center;
color: rgb(95,95,95);
}
a:hover {
text-decoration: none;
}
footer p a {
color: rgb(95,95,95);
}
main {
padding: 10px;
margin: 20px auto;
max-width: 980px;
}
main ul {
font-size: 20px;
list-style-type: none;
}
main ul li {
padding: 10px 0px;
border-bottom: 1px solid rgb(100,100,100);
}
main ul li button {
margin-left: 5px;
}
main ul li:hover {
text-decoration: underline;
background: rgb(240,240,240);
cursor: pointer;
}
main ul li.load-button {
text-align: center;
border-bottom: 0px none;
}
main ul li.load-button:hover {
background: initial;
cursor: initial;
}
button {
cursor: pointer;
padding: 10px;
border-radius: 5px;
border: 0px none;
font-size: 16px;
background: black;
color: white;
}
button:hover {
opacity: 0.5;
}
button.secondary {
background: rgb(210, 210, 210);
color: black;
}
.breadcrumbs {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 10px 0px;
}
.breadcrumbs .link {
text-decoration: underline;
}
.breadcrumbs .link:hover {
text-decoration: none;
cursor: pointer;
}
.breadcrumbs .arrow {
padding: 0px 10px;
}
.title {
display: flex;
flex-direction: column;
text-align: center;
padding: 10px;
border-bottom: 1px solid black;
}
.title .headline h1 {
margin-top: 10px;
text-align: left;
}
.title .date-input {
padding-top: 10px;
}
input[type="text"], select {
padding: 10px;
font-size: 16px;
border-radius: 5px;
border: 1px solid rgb(215,215,215);
}
.books {
display: flex;
flex-direction: column;
margin: 20px 0px;
}
.books .book {
margin-top: 10px;
padding: 10px 0px;
border-bottom: 1px solid rgb(215,215,215);
}
.books .book:last-of-type {
border-bottom: 0px none;
}
.books .book h3 {
padding: 10px 0px;
text-align: center;
}
.books .book .book-image {
max-width: 350px;
}
.books .book .book-image img {
width: 100%;
}
.books .book p.description {
padding: 10px 0px;
}
.books .book .review-button {
text-align: center;
}
.search-section {
border-bottom: 1px solid rgb(215,215,215);
}
.search-section h1 {
text-align: center;
margin-bottom: 15px;
}
.search-form {
display:flex;
flex-direction: column;
}
.search-form input, .search-form select {
width: 100%;
}
.search-form > div {
padding: 10px;
}
.search-form .button {
text-align: center;
}
.reviews {
margin: 20px 10px;
}
.reviews .review {
text-align: center;
border-bottom: 1px solid rgb(215,215,215);
padding: 15px 0px;
}
.reviews .review:last-child {
border: 0px none;
}
.reviews .review h3 {
text-align: center;
}
.reviews .review .author {
padding: 10px 0px;
}
.reviews .review .description {
padding: 10px 0px;
}
.reviews .review button {
margin-top: 10px;
text-align: center;
}
.error {
text-align: center;
}
.error p {
text-align: center;
margin-top: 20px;
font-size: 18px;
font-weight: bold;
padding-bottom: 10px;
}
@keyframes spin {
from {
transform: rotate(0deg)
}
to {
transform: rotate(360deg);
}
}
.loader {
border: 5px solid rgb(49,49,49);
border-top: 5px solid #ccc;
width: 50px;
height: 50px;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 10px auto;
}
@media screen and (min-width: 600px) {
.reviews .review {
text-align: left;
}
.reviews .review .author {
text-align: left;
}
.reviews .review button {
text-align: left;
}
.reviews .review h3 {
text-align: left;
}
.search-form {
flex-direction: row;
}
.search-form .input {
width: 60%;
}
.search-form .input.next-button {
width: 80%;
}
.search-form .select {
width: 20%;
}
.search-form .button {
width: 20%;
}
.search-form .button button {
width: 100%;
}
nav {
flex-direction: row;
flex-wrap: wrap;
}
nav > div {
width: calc(100% / 2);
border-bottom: 1px solid black;
}
.title {
flex-direction: row;
}
.title .headline {
width: 70%;
text-align: left;
}
.title .headline.only {
width: 100%;
}
.title .date-input {
width: 30%;
text-align: right;
}
.title .date-input input[type="text"] {
width: 100%;
}
.books .book {
width: 50%;
padding: 15px;
border: 0px none;
display: flex;
flex-direction: column;
}
.books {
flex-direction: row;
flex-wrap: wrap;
}
.books .book .review-button {
flex-grow: 100;
display:flex;
align-items:flex-end;
}
.books .book .review-button button {
display:inline-block;
margin: 0 auto;
}
}
@media screen and (min-width: 900px) {
.books .book {
width: calc(100% / 3);
}
nav {
flex-direction: row;
flex-wrap: nowrap;
}
nav > div {
width: calc(100% / 4);
border-bottom: 2px solid black;
}
} | 0.411347 | 0.114443 |
.bricks-container{
position: relative;
margin: 0 auto;
height: 100vh;
width: 100%;
border: black solid;
display: grid;
grid-template-columns: auto auto auto auto;
box-sizing: border-box;
}
.brick{
transition: 1s;
height: 100%;
width: 100%;
box-sizing: border-box;
}
.brick:nth-child(1){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 1s;
will-change: margin;
}
.brick:nth-child(2){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(3){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(4){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(5){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(6){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(7){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(8){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(9){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(10){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(11){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(12){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(13){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(14){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(15){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(16){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
} | WallpaperBricksFading/style.css | .bricks-container{
position: relative;
margin: 0 auto;
height: 100vh;
width: 100%;
border: black solid;
display: grid;
grid-template-columns: auto auto auto auto;
box-sizing: border-box;
}
.brick{
transition: 1s;
height: 100%;
width: 100%;
box-sizing: border-box;
}
.brick:nth-child(1){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 1s;
will-change: margin;
}
.brick:nth-child(2){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(3){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(4){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(5){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(6){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(7){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(8){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(9){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(10){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(11){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(12){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(13){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(14){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(15){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
}
.brick:nth-child(16){
background-image: url("./fa5636e57996a29097c6ff7e5b8b9b06.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
transition: 0.8s;
will-change: margin;
} | 0.319865 | 0.211885 |
@font-face{
font-family: 'Cloud';
font-weight: normal;
src: url('../fonts/Cloud-Light.otf');
}
@font-face{
font-family: 'Cloud Bold';
font-weight: bold;
src: url('../fonts/Cloud-Bold.otf');
}
html, body{
height: 100%;
}
body{
margin: 0;
min-height: 100%;
width: 100%;
background: #2b4256;
font-family: Cloud;
font-size: 24px;
color: white;
position: relative;
}
a{
color: white;
}
b{
font-family: 'Cloud Bold';
}
.loading{
position: absolute;
width: 100%;
height: 100%;
background: black;
z-index: 20000;
display: table;
}
.loading-logo{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.loading-logo img{
max-width: 100%;
}
.screen{
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.screen img{
position: absolute;
max-height: 100%;
max-width: 100%;
cursor: pointer;
}
img.img-logo{
position: absolute;
max-height: none;
margin-top: -32px;
margin-left: -48px;
height: 74px;
padding: 10px;
padding-top: 20px;
background: rgba(0,0,0,0.9);
border-radius: 0 0 47px 47px;
border: 2px solid rgba(0,0,0,0);
transition: border, margin-top;
transition-duration: 0.3s;
transition-timing-function: ease-out;
box-shadow: 0 3px 5px #333;
}
img.img-logo:hover{
margin-top: -27px;
border: 2px solid rgba(239,196,45,0.7);
}
.menu-logo{
background: none !important;
width: 36px;
border: none;
}
li.menu-logo.active img.img-logo{
border: 2px solid rgba(239,196,45,0.7);
}
#sky{
width: 100%;
height: 75%;
z-index: 0;
}
#mountain{
max-width: 200%;
width: 200%;
height: 65%;
bottom: 25%;
z-index: 10;
left: -50%;
transition: left 1s ease-out;
}
#mountain-back{
max-width: 200%;
width: 200%;
height: 65%;
bottom: 30%;
z-index: 10;
left: -50%;
/*top: 15%;*/
transition: left 1s ease-out;
}
.menu{
position: absolute;
margin: auto;
left: 0;
right: 0;
width: 100%;
text-align: center;
z-index: 10000;
/*padding-top: 20px;*/
/*border-bottom: 1px solid rgba(255,255,255,0.3);*/
}
.menu ul{
padding: 0;
margin: 0;
}
.menu ul li, .menu div{
list-style-type: none;
display: inline-block;
padding: 15px 30px;
padding-bottom: 13px;
font-size: 18px;
margin: 0px;
transition: background, border;
transition-duration: 0.2s;
transition-timing-function: ease-out;
/*border-radius: 5px;*/
border-bottom: 2px solid rgba(255,255,255,0);
}
div.menu-center{
background: rgba(0,0,0,0.2);
display: table;
margin: auto;
/*padding: 0 15px;*/
border-radius: 0 0 10px 10px;
padding: 0;
border: 2px solid rgba(0,0,0,0.3);
width: 640px;
}
.menu a{
margin: -3px;
}
.menu-main{
background: rgba(255,255,255,0.1);
}
.menu ul li.active{
/*background: rgba(255,255,255,0.1);*/
background: rgba(0,0,0,0.5);
}
.menu ul li:hover{
background: rgba(0,0,0,0.2);
border-bottom: 2px solid rgba(0,0,0,0);
}
.menu ul li#menu-gallery{
border-radius: 0 0 0 10px;
}
.menu ul li#menu-contact{
border-radius: 0 0 8px 0;
}
.menu ul a{
color: white;
text-decoration: none;
}
div.menu-side-container{
top: 0;
position: absolute;
}
.menu div.menu-list-container{
position: relative;
}
.menu-list-left{
position: absolute;
}
.menu-list-right{
position: absolute;
}
.cloud{
/*top: -15%;*/
width:80%;
z-index: 20;
bottom: 45%;
}
.cloud-left{
animation: cloud-left-move 180s linear infinite;
}
.cloud-right{
animation: cloud-right-move 180s linear infinite;
}
.cloud-static-left{
left: -20px;
z-index: 15;
opacity: 0.1;
bottom: 5%;
}
.cloud-static-right{
right: -20px;
z-index: 15;
opacity: 0.1;
bottom: 5%;
}
.cloud-animation{
opacity: 0.05;
top: auto;
width: 100%;
}
#ship{
z-index: 29;
bottom: 24%;
/*top: 300px;*/
margin: auto;
left: 0;
right: 0;
max-width: 43%;
animation: ship-sailing 6s linear infinite;
}
div.menu-mobile{
display: none;
}
@media all and (min-width: 1580px){
#ship{
bottom: 24%;
}
}
@media all and (max-width: 750px){
#ship{
top: -10%;
max-width: 100%;
}
#menu{
width: 300%;
left: -100%;
position: absolute;
}
}
@media all and (max-width: 768px){
#ship{
top: -7%;
max-width: 100%;
}
}
@media all and (max-width: 568px; min-width: 481px){
div.menu-center{
height: 55px;
width: 563px;
}
.menu ul li{
padding: 15px 23px;
}
}
@media all and (max-width: 480px){
#ship{
top: -4%;
max-width: 100%;
}
#menu{
width: 300%;
left: -99%;
position: absolute;
}
#menu li{
display: none;
}
#menu li#menu-main{
/*display: inline-block;*/
display: none;
padding: 0;
}
div.menu-mobile{
display: block;
background: rgba(0,0,0,1);
border-bottom: 2px solid rgba(239,196,45,0.7);
margin-top: -265px;
transition: margin-top;
transition-duration: 0.6s;
transition-timing-function: ease-in-out;
}
#menu-slide li{
display: block;
padding: 10px 0;
}
#menu-slide li:hover{
display: block;
padding: 10px 0;
background: rgba(255,255,255,0.3);
}
img.img-logo-mobile{
max-height: none;
margin-top: 12px;
margin-left: -48px;
height: 74px;
padding: 10px;
padding-top: 20px;
background: rgba(0,0,0,1);
border-radius: 0 0 47px 47px;
border: 2px solid rgba(0,0,0,0);
box-shadow: 0 3px 5px #333;
border: 2px solid rgba(239,196,45,0.7);
border-top: 2px solid rgba(0,0,0,1);
}
img.img-logo-mobile:hover{
border: 2px solid rgba(239,196,45,0.7);
border-top: 2px solid rgba(0,0,0,1);
background: black;
}
}
@keyframes ship-sailing{
0% {transform: rotate(0deg)}
25% {transform: rotate(-8deg)}
50% {transform: rotate(0deg)}
75% {transform: rotate(-8deg)}
100% {transform: rotate(0deg)}
}
#ocean{
z-index: 30;
bottom: 0;
height: 62%;
width: 140%;
max-width: 140%;
animation: wave-move 2s linear infinite;
}
@keyframes wave-move {
0% {left: -30%;}
100% {left: 0px;}
}
@keyframes cloud-left-move {
0% {left: -45%;}
100% {left: 100%;}
}
@keyframes cloud-right-move {
0% {right: -25%;}
35% {right: -100%;}
100% {right: -100%;}
}
.screen .island.island-main{
z-index: 190;
margin: auto;
left: 0;
right: 0;
max-width: 50%;
bottom: -10%;
}
@keyframes island-movement-left {
0% {left: 0}
25% {left: 3px}
50% {left: -3px}
75% {left: 3px}
100% {left: 0}
}
@keyframes island-movement-right {
0% {right: 0}
25% {right: 3px}
50% {right: -3px}
75% {right: 3px}
100% {right: 0}
}
.screen-light{
z-index: 40px;
position: absolute;
}
.screen-light-right{
right: 0;
}
.screen .island{
z-index: 190;
bottom: 0;
max-width: 50%;
transition: max-width, right, margin, left, bottom, max-height, transform;
transition-timing-function: ease-in-out;
transition-duration: 1s;
}
.screen .island:hover{
animation: helloworld 2s linear infinite;
}
.ellipse-light{
z-index: 189 !important;
}
@keyframes helloworld{
0% {transform: scale(1)}
50% {transform: scale(1.02)}
100% {transform: scale(1)}
}
/*.island-photo-container{
position: relative;
bottom: 35%;
height: 100%;
max-height: 200px;
}*/
.screen .island-gallery{
/*bottom: 35%;*/
right: 150%;
}
.screen .island-faq{
left: 90%;
/*right: -500px;*/
/*bottom: 27%;*/
}
.screen .island-schedule{
/*left: -460px;*/
right: 90%;
}
.screen .island-contact{
left: 150%;
bottom: 10%;
}
@media all and (max-width: 480px){
.screen .island{
/*max-width: 90%;
left: 5%;*/
max-width: 100%;
bottom: 10%;
}
.screen .island.island-main{
max-width: 100%;
bottom: 5%;
}
.screen .island-schedule{
right: 100%;
}
.screen .island-faq{
left: 100%;
}
.screen .island-contact{
left: 200%;
}
}
img.compass{
z-index: 50;
position: absolute;
top: 20px;
right: 20px;
width: 100px;
}
.popup{
background: rgba(39, 47, 56, 0.6);
margin: auto;
left: 0;
right: 0;
bottom: 20px;
z-index: 200;
max-width: 800px;
max-height: 134px;
position: absolute;
padding: 30px;
transition: opacity, bottom, visibility;
transition-duration: 1s;
transition-timing-function: ease-out;
z-index: 191;
opacity: 0;
overflow: auto;
visibility: hidden;
cursor: pointer;
font-size: 20px;
}
.popup p{
padding: 0;
margin: 0;
}
.popup.popup-faq{
max-height: 300px;
visibility: hidden;
}
@media all and (max-width: 480px){
.popup{
font-size: 16px;
max-height: none;
}
.popup.popup-faq{
max-height: 200px;
}
}
#gallery-screen{
position: absolute;
width: 100%;
height: 100%;
z-index: 900;
background: rgba(0,0,0,0.5);
opacity: 0;
transition: opacity 1s ease;
visibility: hidden;
}
#gallery-container{
margin: auto;
width: 100%;
margin-top: 100px;
font-size: 0;
position: relative;
z-index: 1000;
}
#gallery-stage{
max-width: 612px;
margin: auto;
position: relative;
background: rgba(0,0,0,0.5);
box-shadow: 0 1px 60px #111;
}
#gallery-images{
width: 612px;
margin: auto;
box-shadow: 0 1px 60px #111;
}
@media all and (max-width: 480px){
#gallery-container{
margin-top: 80px;
}
#gallery-images{
width: 100%;
margin: auto;
box-shadow: 0 1px 60px #111;
}
}
@media all and (min-width: 1400px){
#gallery-stage{
max-width: 818px;
}
#gallery-images{
width: 818px;
}
}
@media all and (min-width: 1900px){
#gallery-stage{
max-width: 919px; /* n + (10n+1) */
}
#gallery-images{
width: 919px;
}
}
#gallery-stage img{
position: relative;
max-width: 100%;
z-index: 1000;
}
#gallery-images{
position: relative;
padding-top: 1px;
background: black;
z-index: 1000;
}
#gallery-images img{
position: static;
width: 49px;
margin: 1px;
opacity: 0.4;
transition: opacity 0.5s ease;
}
@media all and (max-width: 480px){
#gallery-images img{
width: 43px;
}
}
@media all and (min-width: 1600px){
#gallery-images img{
position: static;
width: 72.25px;
margin: 1px;
opacity: 0.4;
transition: opacity 0.5s ease;
}
}
@media all and (min-width: 1900px){
#gallery-images img{
position: static;
width: 100px;
margin: 1px;
opacity: 0.4;
transition: opacity 0.5s ease;
}
}
#gallery-images img:hover{
opacity: 1;
}
img#gallery-image-large-back{
position: static;
}
img#gallery-image-large-front{
position: absolute;
top: 0;
left: 0;
}
img#gallery-previous, img#gallery-next{
position: absolute;
top: 40%;
z-index: 3000;
width: 100px;
opacity: 0;
}
img#gallery-previous:hover, img#gallery-next:hover{
transition: opacity 0.5s ease-out;
opacity: 1;
}
img#gallery-previous{
left: 0;
transform: rotate(180deg);
}
img#gallery-next{
right: 0;
}
@media all and (max-width: 480px){
img#gallery-previous, img#gallery-next{
top: 40%;
width: 50px;
}
}
img#gallery-close{
position: absolute;
top: 5px;
right: 5px;
width: 30px;
}
#register{
background: rgba(0,0,0,0.3);
position: absolute;
bottom: -2px;
z-index: 700;
margin: auto;
left: 0;
right: 0;
padding: 10px 0;
display: block;
width: 170px;
text-align: center;
border: 2px solid rgba(0,0,0,0.4);
border-radius: 10px 10px 0 0;
cursor: pointer;
transition: background 0.3s ease-out;
}
#register:hover{
background: rgba(0,0,0,0.6);
} | css/mainland.css |
@font-face{
font-family: 'Cloud';
font-weight: normal;
src: url('../fonts/Cloud-Light.otf');
}
@font-face{
font-family: 'Cloud Bold';
font-weight: bold;
src: url('../fonts/Cloud-Bold.otf');
}
html, body{
height: 100%;
}
body{
margin: 0;
min-height: 100%;
width: 100%;
background: #2b4256;
font-family: Cloud;
font-size: 24px;
color: white;
position: relative;
}
a{
color: white;
}
b{
font-family: 'Cloud Bold';
}
.loading{
position: absolute;
width: 100%;
height: 100%;
background: black;
z-index: 20000;
display: table;
}
.loading-logo{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.loading-logo img{
max-width: 100%;
}
.screen{
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.screen img{
position: absolute;
max-height: 100%;
max-width: 100%;
cursor: pointer;
}
img.img-logo{
position: absolute;
max-height: none;
margin-top: -32px;
margin-left: -48px;
height: 74px;
padding: 10px;
padding-top: 20px;
background: rgba(0,0,0,0.9);
border-radius: 0 0 47px 47px;
border: 2px solid rgba(0,0,0,0);
transition: border, margin-top;
transition-duration: 0.3s;
transition-timing-function: ease-out;
box-shadow: 0 3px 5px #333;
}
img.img-logo:hover{
margin-top: -27px;
border: 2px solid rgba(239,196,45,0.7);
}
.menu-logo{
background: none !important;
width: 36px;
border: none;
}
li.menu-logo.active img.img-logo{
border: 2px solid rgba(239,196,45,0.7);
}
#sky{
width: 100%;
height: 75%;
z-index: 0;
}
#mountain{
max-width: 200%;
width: 200%;
height: 65%;
bottom: 25%;
z-index: 10;
left: -50%;
transition: left 1s ease-out;
}
#mountain-back{
max-width: 200%;
width: 200%;
height: 65%;
bottom: 30%;
z-index: 10;
left: -50%;
/*top: 15%;*/
transition: left 1s ease-out;
}
.menu{
position: absolute;
margin: auto;
left: 0;
right: 0;
width: 100%;
text-align: center;
z-index: 10000;
/*padding-top: 20px;*/
/*border-bottom: 1px solid rgba(255,255,255,0.3);*/
}
.menu ul{
padding: 0;
margin: 0;
}
.menu ul li, .menu div{
list-style-type: none;
display: inline-block;
padding: 15px 30px;
padding-bottom: 13px;
font-size: 18px;
margin: 0px;
transition: background, border;
transition-duration: 0.2s;
transition-timing-function: ease-out;
/*border-radius: 5px;*/
border-bottom: 2px solid rgba(255,255,255,0);
}
div.menu-center{
background: rgba(0,0,0,0.2);
display: table;
margin: auto;
/*padding: 0 15px;*/
border-radius: 0 0 10px 10px;
padding: 0;
border: 2px solid rgba(0,0,0,0.3);
width: 640px;
}
.menu a{
margin: -3px;
}
.menu-main{
background: rgba(255,255,255,0.1);
}
.menu ul li.active{
/*background: rgba(255,255,255,0.1);*/
background: rgba(0,0,0,0.5);
}
.menu ul li:hover{
background: rgba(0,0,0,0.2);
border-bottom: 2px solid rgba(0,0,0,0);
}
.menu ul li#menu-gallery{
border-radius: 0 0 0 10px;
}
.menu ul li#menu-contact{
border-radius: 0 0 8px 0;
}
.menu ul a{
color: white;
text-decoration: none;
}
div.menu-side-container{
top: 0;
position: absolute;
}
.menu div.menu-list-container{
position: relative;
}
.menu-list-left{
position: absolute;
}
.menu-list-right{
position: absolute;
}
.cloud{
/*top: -15%;*/
width:80%;
z-index: 20;
bottom: 45%;
}
.cloud-left{
animation: cloud-left-move 180s linear infinite;
}
.cloud-right{
animation: cloud-right-move 180s linear infinite;
}
.cloud-static-left{
left: -20px;
z-index: 15;
opacity: 0.1;
bottom: 5%;
}
.cloud-static-right{
right: -20px;
z-index: 15;
opacity: 0.1;
bottom: 5%;
}
.cloud-animation{
opacity: 0.05;
top: auto;
width: 100%;
}
#ship{
z-index: 29;
bottom: 24%;
/*top: 300px;*/
margin: auto;
left: 0;
right: 0;
max-width: 43%;
animation: ship-sailing 6s linear infinite;
}
div.menu-mobile{
display: none;
}
@media all and (min-width: 1580px){
#ship{
bottom: 24%;
}
}
@media all and (max-width: 750px){
#ship{
top: -10%;
max-width: 100%;
}
#menu{
width: 300%;
left: -100%;
position: absolute;
}
}
@media all and (max-width: 768px){
#ship{
top: -7%;
max-width: 100%;
}
}
@media all and (max-width: 568px; min-width: 481px){
div.menu-center{
height: 55px;
width: 563px;
}
.menu ul li{
padding: 15px 23px;
}
}
@media all and (max-width: 480px){
#ship{
top: -4%;
max-width: 100%;
}
#menu{
width: 300%;
left: -99%;
position: absolute;
}
#menu li{
display: none;
}
#menu li#menu-main{
/*display: inline-block;*/
display: none;
padding: 0;
}
div.menu-mobile{
display: block;
background: rgba(0,0,0,1);
border-bottom: 2px solid rgba(239,196,45,0.7);
margin-top: -265px;
transition: margin-top;
transition-duration: 0.6s;
transition-timing-function: ease-in-out;
}
#menu-slide li{
display: block;
padding: 10px 0;
}
#menu-slide li:hover{
display: block;
padding: 10px 0;
background: rgba(255,255,255,0.3);
}
img.img-logo-mobile{
max-height: none;
margin-top: 12px;
margin-left: -48px;
height: 74px;
padding: 10px;
padding-top: 20px;
background: rgba(0,0,0,1);
border-radius: 0 0 47px 47px;
border: 2px solid rgba(0,0,0,0);
box-shadow: 0 3px 5px #333;
border: 2px solid rgba(239,196,45,0.7);
border-top: 2px solid rgba(0,0,0,1);
}
img.img-logo-mobile:hover{
border: 2px solid rgba(239,196,45,0.7);
border-top: 2px solid rgba(0,0,0,1);
background: black;
}
}
@keyframes ship-sailing{
0% {transform: rotate(0deg)}
25% {transform: rotate(-8deg)}
50% {transform: rotate(0deg)}
75% {transform: rotate(-8deg)}
100% {transform: rotate(0deg)}
}
#ocean{
z-index: 30;
bottom: 0;
height: 62%;
width: 140%;
max-width: 140%;
animation: wave-move 2s linear infinite;
}
@keyframes wave-move {
0% {left: -30%;}
100% {left: 0px;}
}
@keyframes cloud-left-move {
0% {left: -45%;}
100% {left: 100%;}
}
@keyframes cloud-right-move {
0% {right: -25%;}
35% {right: -100%;}
100% {right: -100%;}
}
.screen .island.island-main{
z-index: 190;
margin: auto;
left: 0;
right: 0;
max-width: 50%;
bottom: -10%;
}
@keyframes island-movement-left {
0% {left: 0}
25% {left: 3px}
50% {left: -3px}
75% {left: 3px}
100% {left: 0}
}
@keyframes island-movement-right {
0% {right: 0}
25% {right: 3px}
50% {right: -3px}
75% {right: 3px}
100% {right: 0}
}
.screen-light{
z-index: 40px;
position: absolute;
}
.screen-light-right{
right: 0;
}
.screen .island{
z-index: 190;
bottom: 0;
max-width: 50%;
transition: max-width, right, margin, left, bottom, max-height, transform;
transition-timing-function: ease-in-out;
transition-duration: 1s;
}
.screen .island:hover{
animation: helloworld 2s linear infinite;
}
.ellipse-light{
z-index: 189 !important;
}
@keyframes helloworld{
0% {transform: scale(1)}
50% {transform: scale(1.02)}
100% {transform: scale(1)}
}
/*.island-photo-container{
position: relative;
bottom: 35%;
height: 100%;
max-height: 200px;
}*/
.screen .island-gallery{
/*bottom: 35%;*/
right: 150%;
}
.screen .island-faq{
left: 90%;
/*right: -500px;*/
/*bottom: 27%;*/
}
.screen .island-schedule{
/*left: -460px;*/
right: 90%;
}
.screen .island-contact{
left: 150%;
bottom: 10%;
}
@media all and (max-width: 480px){
.screen .island{
/*max-width: 90%;
left: 5%;*/
max-width: 100%;
bottom: 10%;
}
.screen .island.island-main{
max-width: 100%;
bottom: 5%;
}
.screen .island-schedule{
right: 100%;
}
.screen .island-faq{
left: 100%;
}
.screen .island-contact{
left: 200%;
}
}
img.compass{
z-index: 50;
position: absolute;
top: 20px;
right: 20px;
width: 100px;
}
.popup{
background: rgba(39, 47, 56, 0.6);
margin: auto;
left: 0;
right: 0;
bottom: 20px;
z-index: 200;
max-width: 800px;
max-height: 134px;
position: absolute;
padding: 30px;
transition: opacity, bottom, visibility;
transition-duration: 1s;
transition-timing-function: ease-out;
z-index: 191;
opacity: 0;
overflow: auto;
visibility: hidden;
cursor: pointer;
font-size: 20px;
}
.popup p{
padding: 0;
margin: 0;
}
.popup.popup-faq{
max-height: 300px;
visibility: hidden;
}
@media all and (max-width: 480px){
.popup{
font-size: 16px;
max-height: none;
}
.popup.popup-faq{
max-height: 200px;
}
}
#gallery-screen{
position: absolute;
width: 100%;
height: 100%;
z-index: 900;
background: rgba(0,0,0,0.5);
opacity: 0;
transition: opacity 1s ease;
visibility: hidden;
}
#gallery-container{
margin: auto;
width: 100%;
margin-top: 100px;
font-size: 0;
position: relative;
z-index: 1000;
}
#gallery-stage{
max-width: 612px;
margin: auto;
position: relative;
background: rgba(0,0,0,0.5);
box-shadow: 0 1px 60px #111;
}
#gallery-images{
width: 612px;
margin: auto;
box-shadow: 0 1px 60px #111;
}
@media all and (max-width: 480px){
#gallery-container{
margin-top: 80px;
}
#gallery-images{
width: 100%;
margin: auto;
box-shadow: 0 1px 60px #111;
}
}
@media all and (min-width: 1400px){
#gallery-stage{
max-width: 818px;
}
#gallery-images{
width: 818px;
}
}
@media all and (min-width: 1900px){
#gallery-stage{
max-width: 919px; /* n + (10n+1) */
}
#gallery-images{
width: 919px;
}
}
#gallery-stage img{
position: relative;
max-width: 100%;
z-index: 1000;
}
#gallery-images{
position: relative;
padding-top: 1px;
background: black;
z-index: 1000;
}
#gallery-images img{
position: static;
width: 49px;
margin: 1px;
opacity: 0.4;
transition: opacity 0.5s ease;
}
@media all and (max-width: 480px){
#gallery-images img{
width: 43px;
}
}
@media all and (min-width: 1600px){
#gallery-images img{
position: static;
width: 72.25px;
margin: 1px;
opacity: 0.4;
transition: opacity 0.5s ease;
}
}
@media all and (min-width: 1900px){
#gallery-images img{
position: static;
width: 100px;
margin: 1px;
opacity: 0.4;
transition: opacity 0.5s ease;
}
}
#gallery-images img:hover{
opacity: 1;
}
img#gallery-image-large-back{
position: static;
}
img#gallery-image-large-front{
position: absolute;
top: 0;
left: 0;
}
img#gallery-previous, img#gallery-next{
position: absolute;
top: 40%;
z-index: 3000;
width: 100px;
opacity: 0;
}
img#gallery-previous:hover, img#gallery-next:hover{
transition: opacity 0.5s ease-out;
opacity: 1;
}
img#gallery-previous{
left: 0;
transform: rotate(180deg);
}
img#gallery-next{
right: 0;
}
@media all and (max-width: 480px){
img#gallery-previous, img#gallery-next{
top: 40%;
width: 50px;
}
}
img#gallery-close{
position: absolute;
top: 5px;
right: 5px;
width: 30px;
}
#register{
background: rgba(0,0,0,0.3);
position: absolute;
bottom: -2px;
z-index: 700;
margin: auto;
left: 0;
right: 0;
padding: 10px 0;
display: block;
width: 170px;
text-align: center;
border: 2px solid rgba(0,0,0,0.4);
border-radius: 10px 10px 0 0;
cursor: pointer;
transition: background 0.3s ease-out;
}
#register:hover{
background: rgba(0,0,0,0.6);
} | 0.316898 | 0.071332 |
::-webkit-scrollbar {
display: none;
}
@font-face {
font-family: roboto;
src: url(roboto/Roboto-Light.ttf);
}
#can {
position: absolute;
top: 0px;
left: 0px;
z-index: 3;
}
.eyecursor {
pointer-events: none;
position: fixed;
border-radius: 10%;
z-index: 1000;
width: 125px;
height: 125px;
background-color: #f1c40f;
opacity: 0;
transform: translate(-50%, -50%);
}
.eyelocation {
pointer-events: none;
position: fixed;
border-radius: 10%;
z-index: 1000;
width: 50px;
height: 50px;
background-color: #f1c40f;
opacity: 0.5;
transform: translate(-50%, -50%);
}
img {
max-width: 100%;
max-height: 100%;
}
.containerblock {
width:100%;
min-height: 1080px;
}
html,
body {
background: #263238;
-webkit-app-region: drag;
-webkit-user-select: none;
width: 100%;
}
.textboxtext {
position: absolute
display: inline-block;
margin-left: 1%;
font-family: roboto;
font-size: 55spx;
color: #ecf0f1;
transform: translateY(-100%);
vertical-align: top;
}
.textbox {
margin-top: 10px;
background-color: #263238;
width: 100%;
border-radius: 10px;
position: relative;
font-family: roboto;
font-size: 55px;
color: #ecf0f1;
-webkit-app-region: no-drag;
}
.movehalf {
transform: translate(-100px, 0px);
}
.keycap_progress {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -48%);
width: 100%;
color: #ecf0f1;
/*padding-left: 0px;
padding-right: 0px;*/
z-index: 3;
}
.keycap_psleep {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -48%);
width: 100%;
/*padding-left: 0px;
padding-right: 0px;*/
z-index: 3;
}
.keycap {
background-color: #404B50;
border-radius: 15px;
width: 100%;
position: relative;
padding-left: 10px;
padding-right: 10px;
padding-top: 100%;
/*box-shadow: 5px 5px;*/
margin-top: 10px;
-webkit-app-region: no-drag;
}
.keycap_sleep {
background-color: #404B50;
border-radius: 15px;
width: 100%;
position: relative;
padding-left: 10px;
padding-right: 10px;
padding-top: 100%;
/*box-shadow: 5px 5px;*/
margin-top: 10px;
-webkit-app-region: no-drag;
}
.keycap-wide {
background-color: #404B50;
border-radius: 15px;
width: 100%;
position: relative;
padding-left: 10px;
padding-right: 10px;
padding-top: 11%;
/*box-shadow: 5px 5px;*/
margin-top: 10px;
-webkit-app-region: no-drag;
}
keycap-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: inline-block;
font-family: roboto;
font-size: 55px;
text-align: center;
}
keycap-text-small {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: inline-block;
font-family: roboto;
font-size: 25px;
text-align: center;
}
.close {
cursor: pointer;
display: inline-block;
height: 32px;
position: absolute;
text-indent: -10000px;
top: 6px;
right: 6px;
width: 32px;
z-index: 1;
background: transparent url('../img/close.png') no-repeat 4px 4px;
background-size: 24px 24px;
-webkit-app-region: no-drag;
}
/*Custom 10 grid*/
.cuscol-1 {
width: 10%;
}
.cuscol-2 {
width: 20%;
}
.cuscol-3 {
width: 30%;
}
.cuscol-4 {
width: 40%;
}
.cuscol-5 {
width: 50%;
}
.cuscol-6 {
width: 60%;
}
.cuscol-7 {
width: 70%;
}
.cuscol-8 {
width: 80%;
}
.cuscol-9 {
width: 90%;
}
.cuscol-10 {
width: 100%;
}
[class*="cuscol-"] {
float: left;
padding: 10px;
}
.cusrow::after {
content: "";
clear: both;
display: table;
}
/*Custom 4 blocks grid*/
.cusblock-block {
width: 22%;
}
.cusblock-space {
width: 4%;
}
.cusblock-blockbig {
width: 44%;
}
.cusblock-spacebig {
width: 4%;
}
[class*="cusblock-"] {
float: left;
padding: 10px;
}
.cusrowblock::after {
content: "";
clear: both;
display: table;
} | app/css/index.css | ::-webkit-scrollbar {
display: none;
}
@font-face {
font-family: roboto;
src: url(roboto/Roboto-Light.ttf);
}
#can {
position: absolute;
top: 0px;
left: 0px;
z-index: 3;
}
.eyecursor {
pointer-events: none;
position: fixed;
border-radius: 10%;
z-index: 1000;
width: 125px;
height: 125px;
background-color: #f1c40f;
opacity: 0;
transform: translate(-50%, -50%);
}
.eyelocation {
pointer-events: none;
position: fixed;
border-radius: 10%;
z-index: 1000;
width: 50px;
height: 50px;
background-color: #f1c40f;
opacity: 0.5;
transform: translate(-50%, -50%);
}
img {
max-width: 100%;
max-height: 100%;
}
.containerblock {
width:100%;
min-height: 1080px;
}
html,
body {
background: #263238;
-webkit-app-region: drag;
-webkit-user-select: none;
width: 100%;
}
.textboxtext {
position: absolute
display: inline-block;
margin-left: 1%;
font-family: roboto;
font-size: 55spx;
color: #ecf0f1;
transform: translateY(-100%);
vertical-align: top;
}
.textbox {
margin-top: 10px;
background-color: #263238;
width: 100%;
border-radius: 10px;
position: relative;
font-family: roboto;
font-size: 55px;
color: #ecf0f1;
-webkit-app-region: no-drag;
}
.movehalf {
transform: translate(-100px, 0px);
}
.keycap_progress {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -48%);
width: 100%;
color: #ecf0f1;
/*padding-left: 0px;
padding-right: 0px;*/
z-index: 3;
}
.keycap_psleep {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -48%);
width: 100%;
/*padding-left: 0px;
padding-right: 0px;*/
z-index: 3;
}
.keycap {
background-color: #404B50;
border-radius: 15px;
width: 100%;
position: relative;
padding-left: 10px;
padding-right: 10px;
padding-top: 100%;
/*box-shadow: 5px 5px;*/
margin-top: 10px;
-webkit-app-region: no-drag;
}
.keycap_sleep {
background-color: #404B50;
border-radius: 15px;
width: 100%;
position: relative;
padding-left: 10px;
padding-right: 10px;
padding-top: 100%;
/*box-shadow: 5px 5px;*/
margin-top: 10px;
-webkit-app-region: no-drag;
}
.keycap-wide {
background-color: #404B50;
border-radius: 15px;
width: 100%;
position: relative;
padding-left: 10px;
padding-right: 10px;
padding-top: 11%;
/*box-shadow: 5px 5px;*/
margin-top: 10px;
-webkit-app-region: no-drag;
}
keycap-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: inline-block;
font-family: roboto;
font-size: 55px;
text-align: center;
}
keycap-text-small {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: inline-block;
font-family: roboto;
font-size: 25px;
text-align: center;
}
.close {
cursor: pointer;
display: inline-block;
height: 32px;
position: absolute;
text-indent: -10000px;
top: 6px;
right: 6px;
width: 32px;
z-index: 1;
background: transparent url('../img/close.png') no-repeat 4px 4px;
background-size: 24px 24px;
-webkit-app-region: no-drag;
}
/*Custom 10 grid*/
.cuscol-1 {
width: 10%;
}
.cuscol-2 {
width: 20%;
}
.cuscol-3 {
width: 30%;
}
.cuscol-4 {
width: 40%;
}
.cuscol-5 {
width: 50%;
}
.cuscol-6 {
width: 60%;
}
.cuscol-7 {
width: 70%;
}
.cuscol-8 {
width: 80%;
}
.cuscol-9 {
width: 90%;
}
.cuscol-10 {
width: 100%;
}
[class*="cuscol-"] {
float: left;
padding: 10px;
}
.cusrow::after {
content: "";
clear: both;
display: table;
}
/*Custom 4 blocks grid*/
.cusblock-block {
width: 22%;
}
.cusblock-space {
width: 4%;
}
.cusblock-blockbig {
width: 44%;
}
.cusblock-spacebig {
width: 4%;
}
[class*="cusblock-"] {
float: left;
padding: 10px;
}
.cusrowblock::after {
content: "";
clear: both;
display: table;
} | 0.294824 | 0.050823 |
.programs-page .sub-menu {
position: fixed;
z-index: 9999;
top: 0;
display: block!important;
}
.programs-page .sub-menu .prg-logo {
max-width: 179px!important;
float: left!important;
margin-top: 11px!important;
display: block!important;
}
.programs-page .sub-menu ul {
float: right!important;
}
.programs-page .sub-menu ul li {
margin: 0 10px!important;
padding: 20px 20px!important;
}
.programs-page.programs-page-10-12.admission-page .programs-page-header {
background: url(../../../../../mindlerimages.imgix.net/home/admission-cover.png) no-repeat center bottom;
background-size: 90%;
background-position: center bottom -40px;
}
.programs-page.admission-page .programs-page-header h2 {
font-size: 34px;
line-height: normal;
margin-top: 70px;
}
.programs-page.admission-page .programs-page-header p {
font-size: 20px;
}
.programs-page.admission-page .programs-page-header .btn-row {
margin-top: 40px;
}
.programs-page.admission-page .programs-page-header .btn-row a {
font-size: 15px;
line-height: 20px;
color: #007fb6;
}
.programs-page.admission-page .programs-page-header .btn-row .fa {
display: inline-block;
font-size: 20px;
margin-top: -8px;
}
.programs-page.admission-page .sub-menu {
background: #fff;
text-align: center;
-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}
.programs-page.admission-page .sub-menu.shadow {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.admission-nav {
text-align: center;
}
.help-box p {
font-size: 14px;
text-align: center;
}
.programs-page.admission-page .help-box.fixed {
margin-top: 0px;
}
.programs-page.admission-page .sec-padding {
padding: 60px 0!important;
}
.programs-page.college-duniya-page .testimonials-section {
padding: 60px 0!important;
}
.help-box .admission-nav strong {
font-size: 15px;
margin-bottom: 10px;
display: block;
}
.help-box .admission-nav .icon {
margin-bottom: 15px;
}
.help-box .admission-nav .icon img {
max-width: 70px;
}
.help-box .admission-nav .col-md-4 {
margin-top: 35px;
}
.programs-page.admission-page .sub-menu .mobile {
display: none;
}
.admission-text-mobile {
display: none;
}
.admission-buynow {
display: none;
}
.ad-call {
display: none;
}
.admission-block{
background: #0000008c;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 999999;
display: none
}
.admission-modal{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 999999;
display: none
}
.admission-modal .admission-modal-body{
width: 100%;
max-width: 600px;
padding: 25px 60px;
background: #fff;
border-radius: 2px;
margin: auto;
margin-top: 50px;
position: relative
}
.admission-modal .admission-modal-body .ad-close{
position: absolute;
right: 0px;
top: 0px;
padding: 15px 15px;
cursor: pointer;
}
.admission-modal .admission-modal-body .ad-close .fa{
font-size: 18px;
color: #666;
}
.admission-modal .admission-modal-body .ad-close:hover .fa {
color: #484848;
}
.admission-modal .admission-modal-body .admission-modal-content .form-group {
margin-top: 35px;
position: relative;
}
.admission-modal .admission-modal-body .admission-modal-content .form-group .alert{
font-size: 10px;
color: red;
padding: 0;
margin: 0;
}
.admission-modal .admission-modal-body .admission-modal-content .form-group .snff-name {
border: 0;
border-radius: 0;
padding: 0;
border-bottom: 1px #e9e9e9 solid;
padding-bottom: 5px;
width: 100%;
font-size: 14px;
margin-bottom: 0;
color: #484848!important
}
.admission-modal .admission-modal-body .admission-modal-content .form-group .snff-name:focus {
border-bottom: 1px #007fb6 solid;
}
.admission-modal .admission-modal-body .admission-modal-content .form-group.un-focused .animated-label {
position: absolute;
top: -6px;
left: 0px;
font-size: 14px;
color: #aaa;
text-transform: none;
transition-duration: .3s;
transition-timing-function: cubic-bezier(0.4,0,.2,1);
letter-spacing: normal;
pointer-events: none;
font-weight: 300;
}
.admission-modal .admission-modal-body .admission-modal-content .form-group.focused label.animated-label {
position: absolute;
top: 0px;
left: 0px;
top: -22px;
transition-duration: .3s;
transition-timing-function: cubic-bezier(0.4,0,.2,1);
}
.admission-modal .admission-modal-body .admission-modal-content label {
color: #007fb6;
font-size: 11px;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 1px;
margin-bottom: 10px;
}
.admission-modal .admission-modal-body h4 {
font-size: 20px;
font-weight: 300;
margin: 0;
margin-bottom:30px;
text-align: center;
}
.admission-modal .admission-modal-body .btn-continue {
color: #fff;
border-radius: 2px;
padding: 7px 20px;
font-size: 14px;
margin-top:10px;
display: inline-block;
font-weight: 600;
background: #ea6915;
border: 1px #d45c0e solid;
}
.admission-modal .admission-modal-body .btn-continue .fa{
font-size: 18px;
float: right;
margin-top: 1px;
margin-left: 10px;
}
.admission-modal .admission-modal-body .text-capi{
text-transform: capitalize
}
.body-block {
overflow: hidden;
position: fixed;
}
.admission-btn{background: #ccc;
color: #fff!important;
border-radius: 2px;
padding: 8px 25px;
font-size: 14px;
display: inline-block;
font-weight: 600;
background: #ea6915;
border: 1px #d45c0e solid;
}
.programs-page.college-duniya-page.admission-page .testimonials-section #content-slider li .testi-img {
width: 90px;
height: 90px
}
.admission-modal .admission-modal-content.thankyou-box{
text-align: center;
}
.admission-modal .admission-modal-content.thankyou-box h4{
margin-bottom: 15px
}
.admission-modal .admission-modal-content.thankyou-box p{
font-size: 14px
}
@media only screen and (max-width: 667px) {
.admission-modal {
padding: 15px;
}
.admission-modal .admission-modal-body {
padding: 25px 25px;
margin-top:30px;
}
.admission-modal .admission-modal-body h4 {
font-size: 18px;
font-weight: 400;
}
.admission-modal .admission-modal-body .ad-close {
padding: 10px 10px;
}
.programs-page.admission-page .call-banner {
display: none;
}
.adimission-navigate {
font-size: 14px!important;
padding: 8px 16px!important;
}
.ad-call {
display: block;
}
.admission-btn {
font-size: 14px!important;
font-weight: 600!important;
padding: 7px 18px!important;
}
.programs-page.college-duniya-page .ad-news-college .col-md-3 p br {
display: none;
}
.admission-buynow {
display: block;
}
.admission-text-desk {
display: none;
}
.admission-text-mobile {
display: block;
}
.programs-page.programs-page-10-12.admission-page .programs-page-header {
background: url(../../../../../mindlerimages.imgix.net/home/admission-cover-2.png) no-repeat center bottom;
background-size: 95%;
background-position: center bottom 0px;
}
.programs-page .sub-menu ul li.why-mindler {
display: inline-block;
}
.programs-page.admission-page .sec-padding {
padding: 30px 15px!important;
}
.programs-page.college-duniya-page .testimonials-section {
padding: 30px 0px!important;
}
.programs-page.admission-page .faq-section.sec-padding, .programs-page.admission-page .form-box.sec-padding {
padding: 30px 0px!important;
}
.programs-page.admission-page .sub-menu.fixed {
top: 0px!important;
}
.programs-page.college-duniya-page.admission-page .sub-menu ul li {
margin: 0 0px!important;
padding: 15px 5px!important;
}
.programs-page.college-duniya-page.admission-page .sub-menu .sub-menu.fixed ul li {
margin: 0 0px!important;
padding: 15px 5px!important;
}
.programs-page.college-duniya-page.admission-page .programs-page-header h2 {
font-size: 26px!important;
max-width: 100%!important;
}
.programs-page.admission-page .programs-page-header p {
font-size: 18px!important;
}
.programs-page.admission-page .h3-title {
font-size: 22px;
margin-bottom: 5px;
}
.programs-page.admission-page .sub-menu {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.programs-page.admission-page .sub-menu .why-mindler {
display: none;
}
.programs-page.admission-page .sub-menu .mobile {
display: inline-block;
}
.programs-page.admission-page .sub-menu .desk {
display: none;
}
.programs-page .sub-menu .prg-logo {
max-width: 140px!important;
}
.help-box p {
font-size: 13px;
text-align: center;
}
.help-box .admission-nav strong {
font-size: 14px;
margin-bottom: 10px;
display: block;
}
.help-box .admission-nav .icon img {
max-width: 55px;
}
.programs-page.programs-page-10-12.admission-page .programs-page-header {
height: 420px!important;
}
.programs-page.admission-page .programs-page-header h2 {
margin-top: 45px;
padding: 0 15px;
}
.programs-page .sub-menu ul {
float: left!important;
width: 100%;
}
}
@media only screen and (max-width:320px) {
.programs-page.college-duniya-page.admission-page .sub-menu ul li {
margin: 0 0px!important;
padding: 15px 3px!important;
}
.programs-page.college-duniya-page.admission-page .sub-menu .sub-menu.fixed ul li {
margin: 0 0px!important;
padding: 15px 3px!important;
}
.programs-page.college-duniya-page .sub-menu ul li a {
font-size: 12px;
}
.programs-page.college-duniya-page .sub-menu.fixed ul li a {
font-size: 12px;
}
} | mentorhtml/assets/all-css/my-sets/css/admissionb3dc.css | .programs-page .sub-menu {
position: fixed;
z-index: 9999;
top: 0;
display: block!important;
}
.programs-page .sub-menu .prg-logo {
max-width: 179px!important;
float: left!important;
margin-top: 11px!important;
display: block!important;
}
.programs-page .sub-menu ul {
float: right!important;
}
.programs-page .sub-menu ul li {
margin: 0 10px!important;
padding: 20px 20px!important;
}
.programs-page.programs-page-10-12.admission-page .programs-page-header {
background: url(../../../../../mindlerimages.imgix.net/home/admission-cover.png) no-repeat center bottom;
background-size: 90%;
background-position: center bottom -40px;
}
.programs-page.admission-page .programs-page-header h2 {
font-size: 34px;
line-height: normal;
margin-top: 70px;
}
.programs-page.admission-page .programs-page-header p {
font-size: 20px;
}
.programs-page.admission-page .programs-page-header .btn-row {
margin-top: 40px;
}
.programs-page.admission-page .programs-page-header .btn-row a {
font-size: 15px;
line-height: 20px;
color: #007fb6;
}
.programs-page.admission-page .programs-page-header .btn-row .fa {
display: inline-block;
font-size: 20px;
margin-top: -8px;
}
.programs-page.admission-page .sub-menu {
background: #fff;
text-align: center;
-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}
.programs-page.admission-page .sub-menu.shadow {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.admission-nav {
text-align: center;
}
.help-box p {
font-size: 14px;
text-align: center;
}
.programs-page.admission-page .help-box.fixed {
margin-top: 0px;
}
.programs-page.admission-page .sec-padding {
padding: 60px 0!important;
}
.programs-page.college-duniya-page .testimonials-section {
padding: 60px 0!important;
}
.help-box .admission-nav strong {
font-size: 15px;
margin-bottom: 10px;
display: block;
}
.help-box .admission-nav .icon {
margin-bottom: 15px;
}
.help-box .admission-nav .icon img {
max-width: 70px;
}
.help-box .admission-nav .col-md-4 {
margin-top: 35px;
}
.programs-page.admission-page .sub-menu .mobile {
display: none;
}
.admission-text-mobile {
display: none;
}
.admission-buynow {
display: none;
}
.ad-call {
display: none;
}
.admission-block{
background: #0000008c;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 999999;
display: none
}
.admission-modal{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 999999;
display: none
}
.admission-modal .admission-modal-body{
width: 100%;
max-width: 600px;
padding: 25px 60px;
background: #fff;
border-radius: 2px;
margin: auto;
margin-top: 50px;
position: relative
}
.admission-modal .admission-modal-body .ad-close{
position: absolute;
right: 0px;
top: 0px;
padding: 15px 15px;
cursor: pointer;
}
.admission-modal .admission-modal-body .ad-close .fa{
font-size: 18px;
color: #666;
}
.admission-modal .admission-modal-body .ad-close:hover .fa {
color: #484848;
}
.admission-modal .admission-modal-body .admission-modal-content .form-group {
margin-top: 35px;
position: relative;
}
.admission-modal .admission-modal-body .admission-modal-content .form-group .alert{
font-size: 10px;
color: red;
padding: 0;
margin: 0;
}
.admission-modal .admission-modal-body .admission-modal-content .form-group .snff-name {
border: 0;
border-radius: 0;
padding: 0;
border-bottom: 1px #e9e9e9 solid;
padding-bottom: 5px;
width: 100%;
font-size: 14px;
margin-bottom: 0;
color: #484848!important
}
.admission-modal .admission-modal-body .admission-modal-content .form-group .snff-name:focus {
border-bottom: 1px #007fb6 solid;
}
.admission-modal .admission-modal-body .admission-modal-content .form-group.un-focused .animated-label {
position: absolute;
top: -6px;
left: 0px;
font-size: 14px;
color: #aaa;
text-transform: none;
transition-duration: .3s;
transition-timing-function: cubic-bezier(0.4,0,.2,1);
letter-spacing: normal;
pointer-events: none;
font-weight: 300;
}
.admission-modal .admission-modal-body .admission-modal-content .form-group.focused label.animated-label {
position: absolute;
top: 0px;
left: 0px;
top: -22px;
transition-duration: .3s;
transition-timing-function: cubic-bezier(0.4,0,.2,1);
}
.admission-modal .admission-modal-body .admission-modal-content label {
color: #007fb6;
font-size: 11px;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 1px;
margin-bottom: 10px;
}
.admission-modal .admission-modal-body h4 {
font-size: 20px;
font-weight: 300;
margin: 0;
margin-bottom:30px;
text-align: center;
}
.admission-modal .admission-modal-body .btn-continue {
color: #fff;
border-radius: 2px;
padding: 7px 20px;
font-size: 14px;
margin-top:10px;
display: inline-block;
font-weight: 600;
background: #ea6915;
border: 1px #d45c0e solid;
}
.admission-modal .admission-modal-body .btn-continue .fa{
font-size: 18px;
float: right;
margin-top: 1px;
margin-left: 10px;
}
.admission-modal .admission-modal-body .text-capi{
text-transform: capitalize
}
.body-block {
overflow: hidden;
position: fixed;
}
.admission-btn{background: #ccc;
color: #fff!important;
border-radius: 2px;
padding: 8px 25px;
font-size: 14px;
display: inline-block;
font-weight: 600;
background: #ea6915;
border: 1px #d45c0e solid;
}
.programs-page.college-duniya-page.admission-page .testimonials-section #content-slider li .testi-img {
width: 90px;
height: 90px
}
.admission-modal .admission-modal-content.thankyou-box{
text-align: center;
}
.admission-modal .admission-modal-content.thankyou-box h4{
margin-bottom: 15px
}
.admission-modal .admission-modal-content.thankyou-box p{
font-size: 14px
}
@media only screen and (max-width: 667px) {
.admission-modal {
padding: 15px;
}
.admission-modal .admission-modal-body {
padding: 25px 25px;
margin-top:30px;
}
.admission-modal .admission-modal-body h4 {
font-size: 18px;
font-weight: 400;
}
.admission-modal .admission-modal-body .ad-close {
padding: 10px 10px;
}
.programs-page.admission-page .call-banner {
display: none;
}
.adimission-navigate {
font-size: 14px!important;
padding: 8px 16px!important;
}
.ad-call {
display: block;
}
.admission-btn {
font-size: 14px!important;
font-weight: 600!important;
padding: 7px 18px!important;
}
.programs-page.college-duniya-page .ad-news-college .col-md-3 p br {
display: none;
}
.admission-buynow {
display: block;
}
.admission-text-desk {
display: none;
}
.admission-text-mobile {
display: block;
}
.programs-page.programs-page-10-12.admission-page .programs-page-header {
background: url(../../../../../mindlerimages.imgix.net/home/admission-cover-2.png) no-repeat center bottom;
background-size: 95%;
background-position: center bottom 0px;
}
.programs-page .sub-menu ul li.why-mindler {
display: inline-block;
}
.programs-page.admission-page .sec-padding {
padding: 30px 15px!important;
}
.programs-page.college-duniya-page .testimonials-section {
padding: 30px 0px!important;
}
.programs-page.admission-page .faq-section.sec-padding, .programs-page.admission-page .form-box.sec-padding {
padding: 30px 0px!important;
}
.programs-page.admission-page .sub-menu.fixed {
top: 0px!important;
}
.programs-page.college-duniya-page.admission-page .sub-menu ul li {
margin: 0 0px!important;
padding: 15px 5px!important;
}
.programs-page.college-duniya-page.admission-page .sub-menu .sub-menu.fixed ul li {
margin: 0 0px!important;
padding: 15px 5px!important;
}
.programs-page.college-duniya-page.admission-page .programs-page-header h2 {
font-size: 26px!important;
max-width: 100%!important;
}
.programs-page.admission-page .programs-page-header p {
font-size: 18px!important;
}
.programs-page.admission-page .h3-title {
font-size: 22px;
margin-bottom: 5px;
}
.programs-page.admission-page .sub-menu {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.programs-page.admission-page .sub-menu .why-mindler {
display: none;
}
.programs-page.admission-page .sub-menu .mobile {
display: inline-block;
}
.programs-page.admission-page .sub-menu .desk {
display: none;
}
.programs-page .sub-menu .prg-logo {
max-width: 140px!important;
}
.help-box p {
font-size: 13px;
text-align: center;
}
.help-box .admission-nav strong {
font-size: 14px;
margin-bottom: 10px;
display: block;
}
.help-box .admission-nav .icon img {
max-width: 55px;
}
.programs-page.programs-page-10-12.admission-page .programs-page-header {
height: 420px!important;
}
.programs-page.admission-page .programs-page-header h2 {
margin-top: 45px;
padding: 0 15px;
}
.programs-page .sub-menu ul {
float: left!important;
width: 100%;
}
}
@media only screen and (max-width:320px) {
.programs-page.college-duniya-page.admission-page .sub-menu ul li {
margin: 0 0px!important;
padding: 15px 3px!important;
}
.programs-page.college-duniya-page.admission-page .sub-menu .sub-menu.fixed ul li {
margin: 0 0px!important;
padding: 15px 3px!important;
}
.programs-page.college-duniya-page .sub-menu ul li a {
font-size: 12px;
}
.programs-page.college-duniya-page .sub-menu.fixed ul li a {
font-size: 12px;
}
} | 0.357231 | 0.058051 |
.register-container {
/* border: 1px solid red; */
max-width: 800px;
margin: auto;
margin-top: 130px;
margin-bottom: 150px;
/* padding: 100px; */
}
.register-title {
font-size: 40px;
/* padding-left: 125px; */
text-align: center;
font-weight: 700;
}
.register-form {
/* border: 1px solid blue; */
max-width: 400px;
margin: auto;
}
.register-form-row {
margin-top: 40px;
}
.register-form-label {
padding-left: 12px;
}
.register-form-info-icon {
margin-left: 3px;
margin-bottom: 3px;
}
.register-form-input {
width: 100%;
border-radius: 10px;
/* background-color: #f4f4f4; */
border: 3px solid #f4f4f4;
outline: none;
padding: 10px 15px;
-webkit-box-shadow: 0px 15px 50px -15px rgba(233,233,233,0.9);
box-shadow: 0px 15px 50px -15px rgba(233,233,233,0.9);
-webkit-appearance: none !important;
}
/* Tooltips */
.username label:hover::before {
content: attr(value);
font-size: 14px;
position: absolute;
top: 65.5%;
left: 42%;
right: auto;
opacity: 1;
background-color: white;
/* border: 2px solid lightgray; */
color: black;
padding: 10px;
border-radius: 3px;
display: block;
border-radius: 10px;
-webkit-box-shadow: 0px 20px 50px 20px rgba(223,223,223,0.5);
box-shadow: 0px 20px 50px 20px rgba(223,223,223,0.5);
}
.password label:hover::before {
content: attr(value);
font-size: 14px;
position: absolute;
top: 143%;
left: 42%;
right: auto;
opacity: 1;
background-color: white;
/* border: 2px solid lightgray; */
color: black;
padding: 10px;
border-radius: 3px;
display: block;
border-radius: 10px;
-webkit-box-shadow: 0px 20px 50px 20px rgba(223,223,223,0.5);
box-shadow: 0px 20px 50px 20px rgba(223,223,223,0.5);
}
.recheck-password label:hover::before {
content: attr(value);
font-size: 14px;
position: absolute;
top: 160%;
left: 47%;
right: auto;
opacity: 1;
background-color: white;
/* border: 2px solid lightgray; */
color: black;
padding: 10px;
border-radius: 3px;
display: block;
border-radius: 10px;
-webkit-box-shadow: 0px 20px 50px 20px rgba(223,223,223,0.5);
box-shadow: 0px 20px 50px 20px rgba(223,223,223,0.5);
}
/* Button */
.form-buttons {
display: flex;
justify-content: space-between;
}
.register-now-button {
background-color: #006fa5!important;
color: white!important;
border-radius: 10px!important;
margin-top: 60px!important;
}
.register-now-button h6 {
margin: auto;
padding: 5px;
}
.register-now-button:hover {
background-color: #006ea5dc!important;
color: white!important;
}
.login-now-button {
background-color: white!important;
color: #006fa5!important;
/* border: 3px solid #006fa5; */
border-radius: 10px!important;
margin-top: 60px!important;
}
.login-now-button h6 {
margin: auto;
padding: 5px;
}
.login-now-button:hover {
/* background-color: rgb(240, 240, 240); */
color: #006ea5dc!important;
}
.login-now-button a {
color: #006fa5!important;
text-decoration: none!important;
}
@media screen and (max-width: 450px) {
.register-container {
padding: 20px;
}
}
@media screen and (max-width: 320px) {
.register-container {
padding: 10px;
}
.radio-text {
font-size: 14px;
}
}
@media screen and (max-width: 280px) {
.register-container {
padding: 5px;
}
.register-form-label {
font-size: 14px;
}
.register-form-input {
padding: 8px 12px;
}
.forgot-password p {
font-size: 10px;
}
.register-now-button h6 {
font-size: 14px;
}
.login-now-button h6 {
font-size: 14px;
}
.radio-text {
font-size: 14px;
}
} | public/css/register-style.css | .register-container {
/* border: 1px solid red; */
max-width: 800px;
margin: auto;
margin-top: 130px;
margin-bottom: 150px;
/* padding: 100px; */
}
.register-title {
font-size: 40px;
/* padding-left: 125px; */
text-align: center;
font-weight: 700;
}
.register-form {
/* border: 1px solid blue; */
max-width: 400px;
margin: auto;
}
.register-form-row {
margin-top: 40px;
}
.register-form-label {
padding-left: 12px;
}
.register-form-info-icon {
margin-left: 3px;
margin-bottom: 3px;
}
.register-form-input {
width: 100%;
border-radius: 10px;
/* background-color: #f4f4f4; */
border: 3px solid #f4f4f4;
outline: none;
padding: 10px 15px;
-webkit-box-shadow: 0px 15px 50px -15px rgba(233,233,233,0.9);
box-shadow: 0px 15px 50px -15px rgba(233,233,233,0.9);
-webkit-appearance: none !important;
}
/* Tooltips */
.username label:hover::before {
content: attr(value);
font-size: 14px;
position: absolute;
top: 65.5%;
left: 42%;
right: auto;
opacity: 1;
background-color: white;
/* border: 2px solid lightgray; */
color: black;
padding: 10px;
border-radius: 3px;
display: block;
border-radius: 10px;
-webkit-box-shadow: 0px 20px 50px 20px rgba(223,223,223,0.5);
box-shadow: 0px 20px 50px 20px rgba(223,223,223,0.5);
}
.password label:hover::before {
content: attr(value);
font-size: 14px;
position: absolute;
top: 143%;
left: 42%;
right: auto;
opacity: 1;
background-color: white;
/* border: 2px solid lightgray; */
color: black;
padding: 10px;
border-radius: 3px;
display: block;
border-radius: 10px;
-webkit-box-shadow: 0px 20px 50px 20px rgba(223,223,223,0.5);
box-shadow: 0px 20px 50px 20px rgba(223,223,223,0.5);
}
.recheck-password label:hover::before {
content: attr(value);
font-size: 14px;
position: absolute;
top: 160%;
left: 47%;
right: auto;
opacity: 1;
background-color: white;
/* border: 2px solid lightgray; */
color: black;
padding: 10px;
border-radius: 3px;
display: block;
border-radius: 10px;
-webkit-box-shadow: 0px 20px 50px 20px rgba(223,223,223,0.5);
box-shadow: 0px 20px 50px 20px rgba(223,223,223,0.5);
}
/* Button */
.form-buttons {
display: flex;
justify-content: space-between;
}
.register-now-button {
background-color: #006fa5!important;
color: white!important;
border-radius: 10px!important;
margin-top: 60px!important;
}
.register-now-button h6 {
margin: auto;
padding: 5px;
}
.register-now-button:hover {
background-color: #006ea5dc!important;
color: white!important;
}
.login-now-button {
background-color: white!important;
color: #006fa5!important;
/* border: 3px solid #006fa5; */
border-radius: 10px!important;
margin-top: 60px!important;
}
.login-now-button h6 {
margin: auto;
padding: 5px;
}
.login-now-button:hover {
/* background-color: rgb(240, 240, 240); */
color: #006ea5dc!important;
}
.login-now-button a {
color: #006fa5!important;
text-decoration: none!important;
}
@media screen and (max-width: 450px) {
.register-container {
padding: 20px;
}
}
@media screen and (max-width: 320px) {
.register-container {
padding: 10px;
}
.radio-text {
font-size: 14px;
}
}
@media screen and (max-width: 280px) {
.register-container {
padding: 5px;
}
.register-form-label {
font-size: 14px;
}
.register-form-input {
padding: 8px 12px;
}
.forgot-password p {
font-size: 10px;
}
.register-now-button h6 {
font-size: 14px;
}
.login-now-button h6 {
font-size: 14px;
}
.radio-text {
font-size: 14px;
}
} | 0.276886 | 0.068257 |
html {
--primary: #47A6BC;
--dark: #222222;
--background-light: #EEEEEE;
--card: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
--accent: #EEEEEE;
}
.home-title {
text-align: center;
}
.home-subtitle {
color: firebrick;
text-align: center;
}
.home-banner {
margin-top: 5rem;
box-sizing: border-box;
display: flex;
justify-content: center;
}
.home-banner-image {
width: 100%;
max-width: 60em;
}
.header {
position: fixed;
top: 0;
width: 100%;
z-index: 10;
}
.header>nav>.container {
margin-top: 0;
}
.container {
margin-top: 5rem;
}
nav {
overflow: auto;
background-color: white;
box-shadow: var(--card);
}
nav a {
float: left;
padding: 15px;
height: 100%;
text-align: center;
text-decoration: none;
box-sizing: border-box;
color: var(--dark);
}
nav a:hover {
background-color: var(--background-light);
}
nav a#logo {
font-size: 15px;
text-shadow: 1px 1px 2px #c4c4c4;
padding-left: 1rem;
}
@media (min-width: 400px) {
/* Larger than mobile */
nav a#logo {
font-size: 18px;
}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
nav a#logo {
font-size: 22px;
}
}
/* Larger than tablet */
@media (min-width: 750px) {
nav a#logo {
font-size: 26px;
}
}
/* Larger than desktop */
@media (min-width: 1000px) {
nav a#logo {
font-size: 28px;
}
}
/* Larger than Desktop HD */
@media (min-width: 1200px) {
nav a#logo {
font-size: 30px;
}
}
}
.footer {
width: 100%;
text-align: center;
line-height: 2rem;
margin-bottom: 1rem;
}
.layered-paper {
background-color: var(--accent);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), /* The top layer shadow */
0 10px 0 -5px var(--accent), /* The second layer */
0 10px 1px -4px rgba(0, 0, 0, 0.15), /* The second layer shadow */
0 20px 0 -10px var(--accent), /* The third layer */
0 20px 1px -9px rgba(0, 0, 0, 0.15);
/* The third layer shadow */
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), /* The top layer shadow */
0 10px 0 -5px var(--accent), /* The second layer */
0 10px 1px -4px rgba(0, 0, 0, 0.15), /* The second layer shadow */
0 20px 0 -10px var(--accent), /* The third layer */
0 20px 1px -9px rgba(0, 0, 0, 0.15);
/* The third layer shadow */
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), /* The top layer shadow */
0 10px 0 -5px var(--accent), /* The second layer */
0 10px 1px -4px rgba(0, 0, 0, 0.15), /* The second layer shadow */
0 20px 0 -10px var(--accent), /* The third layer */
0 20px 1px -9px rgba(0, 0, 0, 0.15);
/* The third layer shadow */
}
section.project {
margin-top: -5px;
}
.project-article {
box-sizing: border-box;
}
.project-article-header {
background-color: var(--primary);
box-shadow: var(--card);
padding: 1.5rem 1rem;
}
.project-meta {
text-align: left;
margin-top: 2rem;
}
.project-tags {
/* float: right; */
margin-bottom: 1rem;
}
.project-tags > a {
text-transform: capitalize;
}
a.badge {
color: white;
background-color: var(--dark);
padding: 1px 4px;
border-radius: 2px;
text-align: center;
margin-left: 1px;
margin-right: 1px;
text-decoration: none;
}
a.badge:hover {
color: var(--primary);
}
.project-title {
font-weight: lighter;
margin-bottom: 0;
}
.project-publish-date {
font-size: 16px;
margin-bottom: 1rem;
}
.project-author {
margin-bottom: 1rem;
}
.project-author > a {
font-size: 14px;
color: white;
text-decoration: none;
text-transform: capitalize;
}
.project-author:hover {
color: var(--dark);
}
.project-article-content {
padding: 1.5rem 1rem;
text-align: justify;
}
.project-article-content>p {
line-height: 2.5rem;
}
.project-comments {
/* margin-top: 2rem; */
/* border: 1px solid red; */
}
.project-list {
list-style: none;
}
.list-item-banner {
object-fit: cover;
object-position: center;
height: 20rem;
width: 100%;
background-color: var(--white);
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.navigation {
margin-top: 2rem;
width: 100%;
clear: both;
overflow: auto;
}
.navigation>.navigators {
overflow: auto;
clear: both;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
height: 40px;
padding: 0 10px;
color: white;
font-size: inherit;
font-weight: inherit;
line-height: 40px;
letter-spacing: 0;
background-color: var(--primary);
border-radius: 2px;
/* border: 1px solid #bbb; */
border: none;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
color: var(--dark);
}
.button-navigator {
margin-bottom: 0;
}
button#scrollToTop {
position: fixed;
display: none;
right: 25px;
bottom: 15px;
width: 40px;
height: 40px;
padding: 0;
}
/* Larger than mobile */
@media (min-width: 400px) {}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}
/* Larger than tablet */
@media (min-width: 750px) {}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {} | static/styles/index.css | html {
--primary: #47A6BC;
--dark: #222222;
--background-light: #EEEEEE;
--card: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
--accent: #EEEEEE;
}
.home-title {
text-align: center;
}
.home-subtitle {
color: firebrick;
text-align: center;
}
.home-banner {
margin-top: 5rem;
box-sizing: border-box;
display: flex;
justify-content: center;
}
.home-banner-image {
width: 100%;
max-width: 60em;
}
.header {
position: fixed;
top: 0;
width: 100%;
z-index: 10;
}
.header>nav>.container {
margin-top: 0;
}
.container {
margin-top: 5rem;
}
nav {
overflow: auto;
background-color: white;
box-shadow: var(--card);
}
nav a {
float: left;
padding: 15px;
height: 100%;
text-align: center;
text-decoration: none;
box-sizing: border-box;
color: var(--dark);
}
nav a:hover {
background-color: var(--background-light);
}
nav a#logo {
font-size: 15px;
text-shadow: 1px 1px 2px #c4c4c4;
padding-left: 1rem;
}
@media (min-width: 400px) {
/* Larger than mobile */
nav a#logo {
font-size: 18px;
}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
nav a#logo {
font-size: 22px;
}
}
/* Larger than tablet */
@media (min-width: 750px) {
nav a#logo {
font-size: 26px;
}
}
/* Larger than desktop */
@media (min-width: 1000px) {
nav a#logo {
font-size: 28px;
}
}
/* Larger than Desktop HD */
@media (min-width: 1200px) {
nav a#logo {
font-size: 30px;
}
}
}
.footer {
width: 100%;
text-align: center;
line-height: 2rem;
margin-bottom: 1rem;
}
.layered-paper {
background-color: var(--accent);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), /* The top layer shadow */
0 10px 0 -5px var(--accent), /* The second layer */
0 10px 1px -4px rgba(0, 0, 0, 0.15), /* The second layer shadow */
0 20px 0 -10px var(--accent), /* The third layer */
0 20px 1px -9px rgba(0, 0, 0, 0.15);
/* The third layer shadow */
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), /* The top layer shadow */
0 10px 0 -5px var(--accent), /* The second layer */
0 10px 1px -4px rgba(0, 0, 0, 0.15), /* The second layer shadow */
0 20px 0 -10px var(--accent), /* The third layer */
0 20px 1px -9px rgba(0, 0, 0, 0.15);
/* The third layer shadow */
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), /* The top layer shadow */
0 10px 0 -5px var(--accent), /* The second layer */
0 10px 1px -4px rgba(0, 0, 0, 0.15), /* The second layer shadow */
0 20px 0 -10px var(--accent), /* The third layer */
0 20px 1px -9px rgba(0, 0, 0, 0.15);
/* The third layer shadow */
}
section.project {
margin-top: -5px;
}
.project-article {
box-sizing: border-box;
}
.project-article-header {
background-color: var(--primary);
box-shadow: var(--card);
padding: 1.5rem 1rem;
}
.project-meta {
text-align: left;
margin-top: 2rem;
}
.project-tags {
/* float: right; */
margin-bottom: 1rem;
}
.project-tags > a {
text-transform: capitalize;
}
a.badge {
color: white;
background-color: var(--dark);
padding: 1px 4px;
border-radius: 2px;
text-align: center;
margin-left: 1px;
margin-right: 1px;
text-decoration: none;
}
a.badge:hover {
color: var(--primary);
}
.project-title {
font-weight: lighter;
margin-bottom: 0;
}
.project-publish-date {
font-size: 16px;
margin-bottom: 1rem;
}
.project-author {
margin-bottom: 1rem;
}
.project-author > a {
font-size: 14px;
color: white;
text-decoration: none;
text-transform: capitalize;
}
.project-author:hover {
color: var(--dark);
}
.project-article-content {
padding: 1.5rem 1rem;
text-align: justify;
}
.project-article-content>p {
line-height: 2.5rem;
}
.project-comments {
/* margin-top: 2rem; */
/* border: 1px solid red; */
}
.project-list {
list-style: none;
}
.list-item-banner {
object-fit: cover;
object-position: center;
height: 20rem;
width: 100%;
background-color: var(--white);
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.navigation {
margin-top: 2rem;
width: 100%;
clear: both;
overflow: auto;
}
.navigation>.navigators {
overflow: auto;
clear: both;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
height: 40px;
padding: 0 10px;
color: white;
font-size: inherit;
font-weight: inherit;
line-height: 40px;
letter-spacing: 0;
background-color: var(--primary);
border-radius: 2px;
/* border: 1px solid #bbb; */
border: none;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
color: var(--dark);
}
.button-navigator {
margin-bottom: 0;
}
button#scrollToTop {
position: fixed;
display: none;
right: 25px;
bottom: 15px;
width: 40px;
height: 40px;
padding: 0;
}
/* Larger than mobile */
@media (min-width: 400px) {}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}
/* Larger than tablet */
@media (min-width: 750px) {}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {} | 0.484136 | 0.119691 |
body {
background: url(background_img.jpg);
background-size: cover;
font-size: 18px;
}
.headline {
box-sizing: border-box;
font-size: 5rem;
padding: 20px;
text-align: center;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:700&display=swap');
h1 {
color: white;
font-size: 70px;
width: 900px;
font-weight: bold;
text-align: center;
}
h2 {
color: white;
font-size: 50px;
font-weight: bold;
margin-top: 15px;
margin-bottom: 10px;
width: 885px;
text-align: center;
}
h3 {
color: white;
font-size: 20px;
font-weight: bold;
margin-top: 10px;
width: 885px;
text-align: center;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
padding: 20px 20px 20px
}
.buttons, .uploadbutton {
display: flex;
justify-content: center;
padding: 20px 20px 20px
}
.buttons button, .buttons label, .uploadbutton label {
text-align: center;
height: 50px;
line-height: 50px;
font-size: 20px;
width: 150px;
color: #ffffff;
background: dodgerblue;
outline: none;
cursor: pointer;
border: none;
border-radius: 15px;
opacity: 1;
transition: .4s;
text-align: center;
}
.buttons .btn2 {
margin-left: 25px;
}
.buttons .btn4, .buttons .btn5 {
background: rgb(61, 61, 61);
width: 150px;
}
.buttons .btn5 {
width: 150px;
margin-left: 25px;
}
.buttons .btn4:hover, .buttons .btn5:hover {
background: black
}
.uploadbutton label {
background: rgb(231, 130, 15);
width: 200px;
}
.upload2 label {
text-align: center;
height: 40px;
line-height: 40px;
width: 180px;
color: #ffffff;
background: rgb(231, 130, 15);
outline: none;
cursor: pointer;
border: none;
border-radius: 6px;
opacity: 1;
transition: .4s;
}
.uploadname label {
display: flex;
justify-content: center;
padding: 20px 20px 20px;
line-height: 50px;
font-size: 18px;
font-weight: 400;
color: #ffffff;
background: transparent;
outline: none;
}
.buttons button:hover, .buttons label:hover {
background: rgb(0, 128, 255);
}
.uploadbutton label:hover, .upload2 label:hover {
background: rgb(212, 106, 0);
}
input[type=text] {
border: none;
background-color: rgb(215, 236, 255);
border-radius: 4px;
opacity: 0.7;
}
.plotdata input[type=text] {
border: none;
background-color: rgb(255, 196, 108);
border-radius: 4px;
opacity: 1;
}
.plotdata .errortext input[type=text] {
border: none;
background-color: rgb(250, 173, 58);
border-radius: 4px;
opacity: 1;
}
input[type=color] {
width: 100%;
border: none;
}
.plotdata label {
font-weight: 600;
color: #ffffff;
}
input[type=number] {
background-color: rgb(215, 236, 255);
border-radius: 4px;
border: none;
opacity: 0.7;
}
.form-select {
background-color: rgb(215, 236, 255);
border: none;
opacity: 0.7;
}
.container {
padding: 20px;
background-color: #fffffffd;
border-radius: 10px;
}
.slider {
appearance: none;
height: 25px;
width: 100%;
box-sizing: border-box;
border: none;
background-color: rgb(215, 236, 255);
border-radius: 4px;
opacity: 0.7;
border: 0px;
resize: vertical;
}
.slider::-webkit-slider-thumb {
appearance: none;
width: 25px;
height: 25px;
background: dodgerblue;
cursor: pointer;
border-radius: 3px;
}
.form-check-input {
cursor: pointer;
position: absolute;
height: 20px;
width: 20px;
padding-right: 20px;
background-color: rgb(215, 236, 255);
opacity: 0.7;
border-radius: 3px;
border: none;
}
.form-check-input input:checked~.checkmark {
background-color: dodgerblue;
}
input[type=text]:focus, input[type=text]:hover, input[type=number]:hover, .slider:hover, .form-select:hover, .form-check-input:hover{
opacity: 1;
}
.pt-3-half {
padding-top: 1.4rem;
} | static/style.css | body {
background: url(background_img.jpg);
background-size: cover;
font-size: 18px;
}
.headline {
box-sizing: border-box;
font-size: 5rem;
padding: 20px;
text-align: center;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:700&display=swap');
h1 {
color: white;
font-size: 70px;
width: 900px;
font-weight: bold;
text-align: center;
}
h2 {
color: white;
font-size: 50px;
font-weight: bold;
margin-top: 15px;
margin-bottom: 10px;
width: 885px;
text-align: center;
}
h3 {
color: white;
font-size: 20px;
font-weight: bold;
margin-top: 10px;
width: 885px;
text-align: center;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
padding: 20px 20px 20px
}
.buttons, .uploadbutton {
display: flex;
justify-content: center;
padding: 20px 20px 20px
}
.buttons button, .buttons label, .uploadbutton label {
text-align: center;
height: 50px;
line-height: 50px;
font-size: 20px;
width: 150px;
color: #ffffff;
background: dodgerblue;
outline: none;
cursor: pointer;
border: none;
border-radius: 15px;
opacity: 1;
transition: .4s;
text-align: center;
}
.buttons .btn2 {
margin-left: 25px;
}
.buttons .btn4, .buttons .btn5 {
background: rgb(61, 61, 61);
width: 150px;
}
.buttons .btn5 {
width: 150px;
margin-left: 25px;
}
.buttons .btn4:hover, .buttons .btn5:hover {
background: black
}
.uploadbutton label {
background: rgb(231, 130, 15);
width: 200px;
}
.upload2 label {
text-align: center;
height: 40px;
line-height: 40px;
width: 180px;
color: #ffffff;
background: rgb(231, 130, 15);
outline: none;
cursor: pointer;
border: none;
border-radius: 6px;
opacity: 1;
transition: .4s;
}
.uploadname label {
display: flex;
justify-content: center;
padding: 20px 20px 20px;
line-height: 50px;
font-size: 18px;
font-weight: 400;
color: #ffffff;
background: transparent;
outline: none;
}
.buttons button:hover, .buttons label:hover {
background: rgb(0, 128, 255);
}
.uploadbutton label:hover, .upload2 label:hover {
background: rgb(212, 106, 0);
}
input[type=text] {
border: none;
background-color: rgb(215, 236, 255);
border-radius: 4px;
opacity: 0.7;
}
.plotdata input[type=text] {
border: none;
background-color: rgb(255, 196, 108);
border-radius: 4px;
opacity: 1;
}
.plotdata .errortext input[type=text] {
border: none;
background-color: rgb(250, 173, 58);
border-radius: 4px;
opacity: 1;
}
input[type=color] {
width: 100%;
border: none;
}
.plotdata label {
font-weight: 600;
color: #ffffff;
}
input[type=number] {
background-color: rgb(215, 236, 255);
border-radius: 4px;
border: none;
opacity: 0.7;
}
.form-select {
background-color: rgb(215, 236, 255);
border: none;
opacity: 0.7;
}
.container {
padding: 20px;
background-color: #fffffffd;
border-radius: 10px;
}
.slider {
appearance: none;
height: 25px;
width: 100%;
box-sizing: border-box;
border: none;
background-color: rgb(215, 236, 255);
border-radius: 4px;
opacity: 0.7;
border: 0px;
resize: vertical;
}
.slider::-webkit-slider-thumb {
appearance: none;
width: 25px;
height: 25px;
background: dodgerblue;
cursor: pointer;
border-radius: 3px;
}
.form-check-input {
cursor: pointer;
position: absolute;
height: 20px;
width: 20px;
padding-right: 20px;
background-color: rgb(215, 236, 255);
opacity: 0.7;
border-radius: 3px;
border: none;
}
.form-check-input input:checked~.checkmark {
background-color: dodgerblue;
}
input[type=text]:focus, input[type=text]:hover, input[type=number]:hover, .slider:hover, .form-select:hover, .form-check-input:hover{
opacity: 1;
}
.pt-3-half {
padding-top: 1.4rem;
} | 0.543348 | 0.124612 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Kumbh Sans", sans-serif;
}
html {
font-size: 100%;
min-height: 100%;
overflow-x: hidden;
}
body {
background-color: #70438a; /* fallback for old browsers */
background: -webkit-linear-gradient(
to right,
#70438a,
#48659c
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#70438a,
#48659c
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
overflow-x: hidden;
}
/* Navigation bar */
.navbar {
background-color: #03112c;
background: -webkit-linear-gradient(
to right,
#240b35,
#03112c
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#240b35,
#03112c
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
height: 3.8rem;
display: flex;
justify-content: center;
align-items: center;
position: sticky;
top: 0;
z-index: 999;
}
.navbar__container {
display: flex;
justify-content: space-between;
height: 3.8rem;
z-index: 1;
width: 100%;
max-width: 1300px;
margin: 0 auto;
padding: 0 3.5rem;
}
#navbar__logo {
background-color: #fafafa;
background-image: linear-gradient(to top, #b6b3b3 0%, #fdfdfd 100%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
display: flex;
align-items: center;
cursor: pointer;
text-decoration: none;
font-size: 1.7rem;
}
.fa-code-branch {
margin-right: 0.5rem;
}
.navbar__menu {
display: flex;
align-items: center;
list-style: none;
text-align: center;
}
.navbar__item {
height: 3.8rem;
}
.navbar__links {
color: #fff;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
padding: 0 1rem;
height: 100%;
font-size: 1rem;
}
.navbar__links.active {
background-color: #f58800;
}
.navbar__btn {
display: flex;
justify-content: center;
align-items: center;
padding: 0 1rem;
width: 100%;
cursor: pointer;
}
.button {
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
padding: 0.6rem 1.3rem;
height: 100%;
width: 100%;
border: 1px solid #fff;
border-radius: 4px;
background-color: transparent;
color: #fff;
font-size: 1rem;
font-weight: bold;
}
.button:hover {
background-color: #f58800;
transition: all 0.3s ease;
}
.fa-user-circle {
margin-right: 0.4rem;
font-size: 1.3rem;
}
.navbar__links:hover {
background-color: #2e2d2d;
}
/* Hero section */
.main__container {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
justify-self: center;
margin: 0 auto;
z-index: 1;
width: 100%;
max-width: 1300px;
padding: 3.5rem 3.5rem 3rem 3.5rem;
}
.main__content {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.main__content h1 {
font-size: 4rem;
background-color: #f58800;
background-image: linear-gradient(to bottom, #f58800 40%, #f7d0a0 100%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
.main__content h3 {
margin-top: 1rem;
font-size: 2.5rem;
font-weight: bold;
color: #fff;
}
.main__btn {
font-size: 1rem;
background-image: linear-gradient(to top, #240b35 30%, #03112c 100%);
padding: 0.9rem 2rem;
border: none;
border-radius: 4px;
color: #fff;
margin-top: 2rem;
cursor: pointer;
position: relative;
transition: all 0.35s;
outline: none;
}
.main__btn span {
position: relative;
z-index: 2;
color: #fff;
text-decoration: none;
}
.main__btn:after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: #f58800;
transition: all 0.35s;
border-radius: 4px;
}
.main__btn:hover {
color: #fff;
}
.main__btn:hover:after {
width: 100%;
}
.main__img--container {
background-image: url("https://res.cloudinary.com/drpcjt13x/image/upload/v1632246088/Proyectos/TechiesGIRLS-website/woman-tech-1_wj2cyy.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width: 450px;
height: 480px;
box-shadow: 0 0 20px 10px rgba(24, 24, 24, 0.3);
border-radius: 20px;
margin-left: 4rem;
}
/* Button scroll to top */
#myBtnScr {
display: none;
position: fixed;
bottom: 25px;
right: 30px;
font-size: 3rem;
font-weight: bold;
background-color: transparent;
color: rgba(99, 99, 99, 0.2);
cursor: pointer;
border: none;
}
.fa-chevron-circle-up {
background-color: rgba(255, 255, 255, 0.938);
border-radius: 100%;
}
.fa-chevron-circle-up:hover {
background-color: #f58800;
color: #fff;
border-radius: 100%;
}
/* technology Section */
.technology {
background-color: rgb(247, 247, 247);
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: 0 auto;
}
.technology__container {
display: flex;
flex-direction: column;
max-width: 1300px;
margin: 0 auto;
padding: 4rem 3.5rem;
text-align: left;
color: #636363;
}
.technology__container h2 {
margin: 2rem 0;
font-size: 3rem;
color: #f58800;
text-align: center;
}
.technology__container p {
font-size: 1.5rem;
padding: 0 6rem 4rem 6rem;
}
.technology__image {
margin: 2rem auto;
width: 100%;
box-shadow: 0 0 20px 10px rgba(24, 24, 24, 0.1);
}
.technology__image img {
width: 100%;
height: auto;
outline: 10px solid #fff;
border-radius: 5px;
}
.tech__container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.tech__container h3 {
margin: 3rem 0;
font-size: 2.5rem;
color: #f58800;
}
.tech__container--wrap {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0 2rem;
}
.reverse {
display: flex;
justify-content: center;
}
.tech--text {
width: 45%;
margin: 3rem 1.5rem;
}
.tech--text h4 {
font-size: 2rem;
margin: 1.5rem 0;
}
.tech--text p {
font-size: 1.2rem;
line-height: 1.6;
margin: 0;
padding: 0;
}
.tech--img {
width: 45%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
}
.tech--img img {
width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 0 20px 10px rgba(24, 24, 24, 0.1);
}
/* banner Section */
.banner {
width: 100%;
min-height: 600px;
background-image: linear-gradient(
to bottom,
rgba(56, 56, 56, 0.4) 0%,
rgba(56, 56, 56, 0.4) 100%
),
url("https://res.cloudinary.com/drpcjt13x/image/upload/v1632246417/Proyectos/TechiesGIRLS-website/bridges_yixhfy.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
}
.banner__logo {
font-size: 6.5rem;
}
.banner__slogan {
text-align: center;
margin: 2rem 0;
}
.banner__slogan h2 {
font-size: 3rem;
}
.banner__slogan p {
font-size: 2rem;
margin-top: 1rem;
}
.banner__more {
padding: 1.5rem 4.5rem;
border: 1px solid #fff;
color: #fff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
.banner__more:hover {
background-color: #f58800;
}
/* About us Section */
.us {
display: flex;
justify-content: center;
align-items: center;
background-color: #f58800;
margin: 0 auto;
}
.us__container {
display: flex;
flex-direction: column;
justify-content: center;
max-width: 1300px;
width: 100%;
margin: 0 auto;
padding: 4rem 3.5rem;
}
.us__container p {
font-size: 2rem;
line-height: 1.6;
color: rgb(255, 255, 255, 0.5);
}
.us__container p:nth-child(3) {
color: #fff;
}
.us__container--links {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 3rem 2.3rem 0 0;
}
#link__logo {
background-color: #fafafa;
background-image: linear-gradient(to top, #b6b3b3 0%, #fdfdfd 100%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
display: flex;
align-items: center;
cursor: pointer;
text-decoration: none;
font-size: 1.5rem;
}
.link__btn {
padding: 1.5rem 4.5rem;
border: 1px solid #fff;
color: #fff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
.link__btn:hover {
border: 1px solid #fff;
color: #f58800;
background-color: #fff;
}
/* Footer */
.footer__container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #03112c;
background: -webkit-linear-gradient(
to right,
#240b35,
#03112c
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#240b35,
#03112c
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
margin: 0 auto;
padding: 5rem 3.5rem 2rem 3.5rem;
}
.footer__links {
width: 100%;
max-width: 1300px;
display: flex;
justify-content: center;
margin-bottom: 1.7rem;
}
.footer__link--wrapper {
display: flex;
}
.footer__link--items {
display: flex;
flex-direction: column;
align-items: flex-start;
margin: 2.3rem;
text-align: left;
width: 160px;
}
.footer__link--items h2 {
margin-bottom: 1.1rem;
color: #fff;
}
.footer__link--items p {
color: #fff;
text-decoration: none;
margin-bottom: 0.5rem;
cursor: pointer;
}
.footer__link--items p:hover {
color: #f58800;
text-decoration: underline;
transition: 0.3s ease-out;
}
#footer__logo {
background-color: #fafafa;
background-image: linear-gradient(to top, #b6b3b3 0%, #fdfdfd 100%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
display: flex;
align-items: center;
cursor: pointer;
text-decoration: none;
font-size: 1rem;
}
/* Social Icons */
.social__media {
max-width: 1300px;
width: 100%;
}
.social__media--wrap {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
padding: 2rem 3.5rem 0 3.5rem;
}
.website__rights a {
text-decoration: none;
color: #fff;
}
.website__rights a:hover {
color: #f58800;
}
.social__icons {
display: flex;
justify-content: space-between;
align-items: center;
width: 240px;
}
.social__icons i {
color: #fff;
font-size: 24px;
cursor: pointer;
}
.social__icons i:hover {
color: #f58800;
}
.website__rights {
color: #fff;
font-size: 11px;
}
.website__rights span {
font-size: 20px;
}
/* Tablet Responsive */
@media screen and (max-width: 810px) {
.navbar__container {
padding: 0;
}
.navbar__container #navbar__logo {
margin-left: 50px;
}
.navbar__menu {
display: grid;
grid-template-columns: auto;
margin: 0;
width: 100%;
position: absolute;
top: -1000px;
opacity: 0;
transition: all 0.5s ease;
height: 50vh;
z-index: -1;
background-color: #131313;
}
.navbar__menu.active {
background-color: #131313;
top: 100%;
opacity: 1;
transition: all 0.5s ease;
z-index: 99;
height: 50vh;
font-size: 1.6rem;
}
.navbar__toggle .bar {
width: 25px;
height: 3px;
margin: 5px auto;
transition: all 0.3s ease-in-out;
background-color: #fff;
display: block;
cursor: pointer;
}
.navbar__item {
width: 100%;
}
.navbar__links {
text-align: center;
padding: 2rem;
width: 100%;
display: table;
}
#mobile-menu {
position: absolute;
top: 20%;
right: 5%;
transform: translate(5%, 20%);
}
.navbar__btn {
padding-bottom: 1.5rem;
}
.button {
display: flex;
justify-content: center;
align-items: center;
width: 80%;
height: 80px;
margin: 0;
}
#mobile-menu.is-active .bar:nth-child(2) {
opacity: 0;
}
#mobile-menu.is-active .bar:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}
#mobile-menu.is-active .bar:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}
/* Main Section */
.main__container {
display: grid;
grid-template-columns: auto;
align-items: center;
justify-self: center;
width: 100%;
padding-top: 3rem;
}
.main__content {
justify-content: center;
align-items: center;
margin-bottom: 6rem;
text-align: center;
}
.main__content h1 {
font-size: 3rem;
margin-top: 2rem;
}
.main__content h3 {
margin-top: 1rem;
font-size: 2rem;
}
.main__img--container {
margin: 0 auto;
}
/* technology Section */
.technology__container {
padding: 4rem 2.5rem;
}
.technology__container h2 {
font-size: 2.5rem;
text-align: center;
}
.technology__container p {
margin-right: 0;
padding: 0 1rem 4rem 1rem;
}
.tech__container h3 {
margin: 1.5rem 0;
font-size: 2rem;
}
.tech__container--wrap {
margin: 0;
padding: 0;
}
.tech--text {
margin: 2rem 1.5rem;
}
.tech--text h4 {
margin: 1rem 0;
font-size: 1.5rem;
}
.tech--text p {
font-size: 1rem;
line-height: 1.3;
padding: 0;
}
/* banner Section */
.banner {
min-height: 450px;
}
.banner__logo {
font-size: 5rem;
}
.banner__slogan h2 {
font-size: 2.5rem;
}
.banner__slogan p {
margin-top: 0;
font-size: 1.8rem;
}
/* About Section */
.us__container {
padding: 2rem 3.5rem;
}
.us__container p {
font-size: 1.8rem;
}
/* Footer Section */
.footer__container {
padding: 2rem 3.5rem;
}
.footer__links {
padding: 0;
}
.footer__link--wrapper {
flex-direction: column;
}
.social__media--wrap {
flex-direction: column;
padding-top: 3rem;
}
.website__rights {
margin-bottom: 2rem;
}
}
/* Mobile Responsive */
@media screen and (max-width: 480px) {
.navbar__container #navbar__logo {
margin-left: 25px;
font-size: 1.6rem;
}
.navbar__btn {
padding-top: 1.5rem;
}
.main__container {
padding: 2rem 0 4rem 0;
}
.main__content {
justify-content: center;
align-items: center;
margin-bottom: 3rem;
}
.main__content h1 {
font-size: 2.5rem;
margin-top: 1rem;
}
.main__content h3 {
margin-top: 2rem;
font-size: 1.5rem;
}
.main__btn {
padding: 0.8rem 2.3rem;
margin: 1.5rem 0;
}
.main__img--container {
width: 375px;
height: 425px;
border-radius: 0;
}
/* Button scroll up */
#myBtnScr {
font-size: 2.6rem;
right: 23px;
}
/* technology Section */
.technology__container {
padding: 0;
margin: 2.5rem 1rem;
}
.technology__container h2 {
font-size: 2rem;
margin: 1rem;
}
.technology__container p {
margin: 1rem;
font-size: 1.2rem;
padding: 0;
}
.technology__image img {
outline: none;
border-radius: 0;
}
.tech__container {
margin: 1rem;
}
.tech__container h3 {
margin: 1rem 0;
font-size: 1.5rem;
text-align: center;
}
.tech__container--wrap {
flex-direction: column;
margin: 0;
padding: 0;
}
.reverse {
flex-direction: column-reverse;
}
.tech--text {
width: 100%;
margin: 0;
}
.tech--text h4 {
font-size: 1rem;
margin: 1rem;
}
.tech--text p {
line-height: 1.3;
font-size: 0.9rem;
}
.tech--img {
width: 100%;
margin: 2.5rem 0;
}
.tech--img img {
width: 100%;
height: auto;
border-radius: 0;
}
/* banner Section */
.banner {
min-height: 430px;
}
.banner__logo {
font-size: 4.5rem;
}
.banner__slogan {
margin: 1rem 0 2rem 0;
}
.banner__slogan h2 {
font-size: 2rem;
}
.banner__slogan p {
font-size: 1.3rem;
}
/* About us Section */
.us__container {
padding: 2rem 1rem;
}
.us__container p {
font-size: 1.3rem;
}
.us__container--links {
flex-direction: column;
justify-content: flex-start;
align-items: center;
margin: 2rem 0;
}
.link__btn {
margin-top: 2.5rem;
}
.link__btn:hover {
border: 1px solid #636363;
color: #636363;
}
/* footer Section */
.footer__container {
padding: 2rem 0;
}
.footer__link--items {
margin: 0;
padding: 15px;
width: 100%;
}
.social__media--wrap {
padding: 3rem 0 0 0;
}
} | docs/style-tech.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Kumbh Sans", sans-serif;
}
html {
font-size: 100%;
min-height: 100%;
overflow-x: hidden;
}
body {
background-color: #70438a; /* fallback for old browsers */
background: -webkit-linear-gradient(
to right,
#70438a,
#48659c
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#70438a,
#48659c
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
overflow-x: hidden;
}
/* Navigation bar */
.navbar {
background-color: #03112c;
background: -webkit-linear-gradient(
to right,
#240b35,
#03112c
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#240b35,
#03112c
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
height: 3.8rem;
display: flex;
justify-content: center;
align-items: center;
position: sticky;
top: 0;
z-index: 999;
}
.navbar__container {
display: flex;
justify-content: space-between;
height: 3.8rem;
z-index: 1;
width: 100%;
max-width: 1300px;
margin: 0 auto;
padding: 0 3.5rem;
}
#navbar__logo {
background-color: #fafafa;
background-image: linear-gradient(to top, #b6b3b3 0%, #fdfdfd 100%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
display: flex;
align-items: center;
cursor: pointer;
text-decoration: none;
font-size: 1.7rem;
}
.fa-code-branch {
margin-right: 0.5rem;
}
.navbar__menu {
display: flex;
align-items: center;
list-style: none;
text-align: center;
}
.navbar__item {
height: 3.8rem;
}
.navbar__links {
color: #fff;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
padding: 0 1rem;
height: 100%;
font-size: 1rem;
}
.navbar__links.active {
background-color: #f58800;
}
.navbar__btn {
display: flex;
justify-content: center;
align-items: center;
padding: 0 1rem;
width: 100%;
cursor: pointer;
}
.button {
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
padding: 0.6rem 1.3rem;
height: 100%;
width: 100%;
border: 1px solid #fff;
border-radius: 4px;
background-color: transparent;
color: #fff;
font-size: 1rem;
font-weight: bold;
}
.button:hover {
background-color: #f58800;
transition: all 0.3s ease;
}
.fa-user-circle {
margin-right: 0.4rem;
font-size: 1.3rem;
}
.navbar__links:hover {
background-color: #2e2d2d;
}
/* Hero section */
.main__container {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
justify-self: center;
margin: 0 auto;
z-index: 1;
width: 100%;
max-width: 1300px;
padding: 3.5rem 3.5rem 3rem 3.5rem;
}
.main__content {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.main__content h1 {
font-size: 4rem;
background-color: #f58800;
background-image: linear-gradient(to bottom, #f58800 40%, #f7d0a0 100%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
.main__content h3 {
margin-top: 1rem;
font-size: 2.5rem;
font-weight: bold;
color: #fff;
}
.main__btn {
font-size: 1rem;
background-image: linear-gradient(to top, #240b35 30%, #03112c 100%);
padding: 0.9rem 2rem;
border: none;
border-radius: 4px;
color: #fff;
margin-top: 2rem;
cursor: pointer;
position: relative;
transition: all 0.35s;
outline: none;
}
.main__btn span {
position: relative;
z-index: 2;
color: #fff;
text-decoration: none;
}
.main__btn:after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: #f58800;
transition: all 0.35s;
border-radius: 4px;
}
.main__btn:hover {
color: #fff;
}
.main__btn:hover:after {
width: 100%;
}
.main__img--container {
background-image: url("https://res.cloudinary.com/drpcjt13x/image/upload/v1632246088/Proyectos/TechiesGIRLS-website/woman-tech-1_wj2cyy.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width: 450px;
height: 480px;
box-shadow: 0 0 20px 10px rgba(24, 24, 24, 0.3);
border-radius: 20px;
margin-left: 4rem;
}
/* Button scroll to top */
#myBtnScr {
display: none;
position: fixed;
bottom: 25px;
right: 30px;
font-size: 3rem;
font-weight: bold;
background-color: transparent;
color: rgba(99, 99, 99, 0.2);
cursor: pointer;
border: none;
}
.fa-chevron-circle-up {
background-color: rgba(255, 255, 255, 0.938);
border-radius: 100%;
}
.fa-chevron-circle-up:hover {
background-color: #f58800;
color: #fff;
border-radius: 100%;
}
/* technology Section */
.technology {
background-color: rgb(247, 247, 247);
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: 0 auto;
}
.technology__container {
display: flex;
flex-direction: column;
max-width: 1300px;
margin: 0 auto;
padding: 4rem 3.5rem;
text-align: left;
color: #636363;
}
.technology__container h2 {
margin: 2rem 0;
font-size: 3rem;
color: #f58800;
text-align: center;
}
.technology__container p {
font-size: 1.5rem;
padding: 0 6rem 4rem 6rem;
}
.technology__image {
margin: 2rem auto;
width: 100%;
box-shadow: 0 0 20px 10px rgba(24, 24, 24, 0.1);
}
.technology__image img {
width: 100%;
height: auto;
outline: 10px solid #fff;
border-radius: 5px;
}
.tech__container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.tech__container h3 {
margin: 3rem 0;
font-size: 2.5rem;
color: #f58800;
}
.tech__container--wrap {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0 2rem;
}
.reverse {
display: flex;
justify-content: center;
}
.tech--text {
width: 45%;
margin: 3rem 1.5rem;
}
.tech--text h4 {
font-size: 2rem;
margin: 1.5rem 0;
}
.tech--text p {
font-size: 1.2rem;
line-height: 1.6;
margin: 0;
padding: 0;
}
.tech--img {
width: 45%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
}
.tech--img img {
width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 0 20px 10px rgba(24, 24, 24, 0.1);
}
/* banner Section */
.banner {
width: 100%;
min-height: 600px;
background-image: linear-gradient(
to bottom,
rgba(56, 56, 56, 0.4) 0%,
rgba(56, 56, 56, 0.4) 100%
),
url("https://res.cloudinary.com/drpcjt13x/image/upload/v1632246417/Proyectos/TechiesGIRLS-website/bridges_yixhfy.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
}
.banner__logo {
font-size: 6.5rem;
}
.banner__slogan {
text-align: center;
margin: 2rem 0;
}
.banner__slogan h2 {
font-size: 3rem;
}
.banner__slogan p {
font-size: 2rem;
margin-top: 1rem;
}
.banner__more {
padding: 1.5rem 4.5rem;
border: 1px solid #fff;
color: #fff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
.banner__more:hover {
background-color: #f58800;
}
/* About us Section */
.us {
display: flex;
justify-content: center;
align-items: center;
background-color: #f58800;
margin: 0 auto;
}
.us__container {
display: flex;
flex-direction: column;
justify-content: center;
max-width: 1300px;
width: 100%;
margin: 0 auto;
padding: 4rem 3.5rem;
}
.us__container p {
font-size: 2rem;
line-height: 1.6;
color: rgb(255, 255, 255, 0.5);
}
.us__container p:nth-child(3) {
color: #fff;
}
.us__container--links {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 3rem 2.3rem 0 0;
}
#link__logo {
background-color: #fafafa;
background-image: linear-gradient(to top, #b6b3b3 0%, #fdfdfd 100%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
display: flex;
align-items: center;
cursor: pointer;
text-decoration: none;
font-size: 1.5rem;
}
.link__btn {
padding: 1.5rem 4.5rem;
border: 1px solid #fff;
color: #fff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
.link__btn:hover {
border: 1px solid #fff;
color: #f58800;
background-color: #fff;
}
/* Footer */
.footer__container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #03112c;
background: -webkit-linear-gradient(
to right,
#240b35,
#03112c
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#240b35,
#03112c
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
margin: 0 auto;
padding: 5rem 3.5rem 2rem 3.5rem;
}
.footer__links {
width: 100%;
max-width: 1300px;
display: flex;
justify-content: center;
margin-bottom: 1.7rem;
}
.footer__link--wrapper {
display: flex;
}
.footer__link--items {
display: flex;
flex-direction: column;
align-items: flex-start;
margin: 2.3rem;
text-align: left;
width: 160px;
}
.footer__link--items h2 {
margin-bottom: 1.1rem;
color: #fff;
}
.footer__link--items p {
color: #fff;
text-decoration: none;
margin-bottom: 0.5rem;
cursor: pointer;
}
.footer__link--items p:hover {
color: #f58800;
text-decoration: underline;
transition: 0.3s ease-out;
}
#footer__logo {
background-color: #fafafa;
background-image: linear-gradient(to top, #b6b3b3 0%, #fdfdfd 100%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
display: flex;
align-items: center;
cursor: pointer;
text-decoration: none;
font-size: 1rem;
}
/* Social Icons */
.social__media {
max-width: 1300px;
width: 100%;
}
.social__media--wrap {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
padding: 2rem 3.5rem 0 3.5rem;
}
.website__rights a {
text-decoration: none;
color: #fff;
}
.website__rights a:hover {
color: #f58800;
}
.social__icons {
display: flex;
justify-content: space-between;
align-items: center;
width: 240px;
}
.social__icons i {
color: #fff;
font-size: 24px;
cursor: pointer;
}
.social__icons i:hover {
color: #f58800;
}
.website__rights {
color: #fff;
font-size: 11px;
}
.website__rights span {
font-size: 20px;
}
/* Tablet Responsive */
@media screen and (max-width: 810px) {
.navbar__container {
padding: 0;
}
.navbar__container #navbar__logo {
margin-left: 50px;
}
.navbar__menu {
display: grid;
grid-template-columns: auto;
margin: 0;
width: 100%;
position: absolute;
top: -1000px;
opacity: 0;
transition: all 0.5s ease;
height: 50vh;
z-index: -1;
background-color: #131313;
}
.navbar__menu.active {
background-color: #131313;
top: 100%;
opacity: 1;
transition: all 0.5s ease;
z-index: 99;
height: 50vh;
font-size: 1.6rem;
}
.navbar__toggle .bar {
width: 25px;
height: 3px;
margin: 5px auto;
transition: all 0.3s ease-in-out;
background-color: #fff;
display: block;
cursor: pointer;
}
.navbar__item {
width: 100%;
}
.navbar__links {
text-align: center;
padding: 2rem;
width: 100%;
display: table;
}
#mobile-menu {
position: absolute;
top: 20%;
right: 5%;
transform: translate(5%, 20%);
}
.navbar__btn {
padding-bottom: 1.5rem;
}
.button {
display: flex;
justify-content: center;
align-items: center;
width: 80%;
height: 80px;
margin: 0;
}
#mobile-menu.is-active .bar:nth-child(2) {
opacity: 0;
}
#mobile-menu.is-active .bar:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}
#mobile-menu.is-active .bar:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}
/* Main Section */
.main__container {
display: grid;
grid-template-columns: auto;
align-items: center;
justify-self: center;
width: 100%;
padding-top: 3rem;
}
.main__content {
justify-content: center;
align-items: center;
margin-bottom: 6rem;
text-align: center;
}
.main__content h1 {
font-size: 3rem;
margin-top: 2rem;
}
.main__content h3 {
margin-top: 1rem;
font-size: 2rem;
}
.main__img--container {
margin: 0 auto;
}
/* technology Section */
.technology__container {
padding: 4rem 2.5rem;
}
.technology__container h2 {
font-size: 2.5rem;
text-align: center;
}
.technology__container p {
margin-right: 0;
padding: 0 1rem 4rem 1rem;
}
.tech__container h3 {
margin: 1.5rem 0;
font-size: 2rem;
}
.tech__container--wrap {
margin: 0;
padding: 0;
}
.tech--text {
margin: 2rem 1.5rem;
}
.tech--text h4 {
margin: 1rem 0;
font-size: 1.5rem;
}
.tech--text p {
font-size: 1rem;
line-height: 1.3;
padding: 0;
}
/* banner Section */
.banner {
min-height: 450px;
}
.banner__logo {
font-size: 5rem;
}
.banner__slogan h2 {
font-size: 2.5rem;
}
.banner__slogan p {
margin-top: 0;
font-size: 1.8rem;
}
/* About Section */
.us__container {
padding: 2rem 3.5rem;
}
.us__container p {
font-size: 1.8rem;
}
/* Footer Section */
.footer__container {
padding: 2rem 3.5rem;
}
.footer__links {
padding: 0;
}
.footer__link--wrapper {
flex-direction: column;
}
.social__media--wrap {
flex-direction: column;
padding-top: 3rem;
}
.website__rights {
margin-bottom: 2rem;
}
}
/* Mobile Responsive */
@media screen and (max-width: 480px) {
.navbar__container #navbar__logo {
margin-left: 25px;
font-size: 1.6rem;
}
.navbar__btn {
padding-top: 1.5rem;
}
.main__container {
padding: 2rem 0 4rem 0;
}
.main__content {
justify-content: center;
align-items: center;
margin-bottom: 3rem;
}
.main__content h1 {
font-size: 2.5rem;
margin-top: 1rem;
}
.main__content h3 {
margin-top: 2rem;
font-size: 1.5rem;
}
.main__btn {
padding: 0.8rem 2.3rem;
margin: 1.5rem 0;
}
.main__img--container {
width: 375px;
height: 425px;
border-radius: 0;
}
/* Button scroll up */
#myBtnScr {
font-size: 2.6rem;
right: 23px;
}
/* technology Section */
.technology__container {
padding: 0;
margin: 2.5rem 1rem;
}
.technology__container h2 {
font-size: 2rem;
margin: 1rem;
}
.technology__container p {
margin: 1rem;
font-size: 1.2rem;
padding: 0;
}
.technology__image img {
outline: none;
border-radius: 0;
}
.tech__container {
margin: 1rem;
}
.tech__container h3 {
margin: 1rem 0;
font-size: 1.5rem;
text-align: center;
}
.tech__container--wrap {
flex-direction: column;
margin: 0;
padding: 0;
}
.reverse {
flex-direction: column-reverse;
}
.tech--text {
width: 100%;
margin: 0;
}
.tech--text h4 {
font-size: 1rem;
margin: 1rem;
}
.tech--text p {
line-height: 1.3;
font-size: 0.9rem;
}
.tech--img {
width: 100%;
margin: 2.5rem 0;
}
.tech--img img {
width: 100%;
height: auto;
border-radius: 0;
}
/* banner Section */
.banner {
min-height: 430px;
}
.banner__logo {
font-size: 4.5rem;
}
.banner__slogan {
margin: 1rem 0 2rem 0;
}
.banner__slogan h2 {
font-size: 2rem;
}
.banner__slogan p {
font-size: 1.3rem;
}
/* About us Section */
.us__container {
padding: 2rem 1rem;
}
.us__container p {
font-size: 1.3rem;
}
.us__container--links {
flex-direction: column;
justify-content: flex-start;
align-items: center;
margin: 2rem 0;
}
.link__btn {
margin-top: 2.5rem;
}
.link__btn:hover {
border: 1px solid #636363;
color: #636363;
}
/* footer Section */
.footer__container {
padding: 2rem 0;
}
.footer__link--items {
margin: 0;
padding: 15px;
width: 100%;
}
.social__media--wrap {
padding: 3rem 0 0 0;
}
} | 0.297878 | 0.071138 |
main {
color: var(--third-color);
}
h1,
h2,
h3 {
color: var(--primary-color);
}
/* ================= IMAGES ================= */
main .highlight {
width: 100%;
height: 280px;
object-fit: cover;
cursor: pointer;
border-radius: 15px;
}
#images-wrapper {
display: flex;
align-items: center;
width: fit-content;
gap: 10px;
margin: 8px 0 50px auto;
margin-bottom: 50px;
}
#images-wrapper img {
width: 50px;
height: 50px;
border-radius: 4px;
cursor: pointer;
opacity: 0.6;
object-fit: cover;
transition: opacity 400ms;
}
#images-wrapper img.active,
#images-wrapper img:hover {
opacity: 1;
}
/* ================= LIGHTBOX ================= */
.lightbox-target {
position: fixed;
background-color: rgba(0, 0, 0, 0.7);
top: -100%;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
transition: all 200ms;
}
.lightbox-target > img {
margin: auto;
position: absolute;
inset: 0;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
width: 90%;
height: 90%;
background-color: #fff;
border-radius: 8px;
object-fit: contain;
}
.lightbox-target .lightbox-close {
position: absolute;
background-color: #fff;
width: 50px;
height: 50px;
right: 0;
top: -80px;
display: flex;
align-items: center;
justify-content: center;
transition: 400ms;
}
main .recipe-head {
margin: 50px auto;
text-align: center;
}
main .recipe-head h1 {
margin-bottom: 4px;
}
/* ================= RECIPE CONTAINER ================= */
.recipe-container-info {
display: grid;
gap: 40px;
margin-bottom: 50px;
}
.hide {
display: flex;
align-items: baseline;
margin-bottom: 20px;
}
.hide h2 {
font-size: 24px;
line-height: 28px;
margin-right: 8px;
}
.hide a {
color: #999999;
font-weight: bold;
font-size: 12px;
line-height: 14px;
cursor: pointer;
}
/* ================= INGREDIENTS and PREPARE ================= */
.recipe-info {
display: flex;
flex-direction: column;
align-items: left;
}
ul:not(:first-child) {
transition: all 400ms;
margin-left: 20px;
}
ul li {
font-size: 18px;
line-height: 28px;
}
/* ================= ADDITIONAL INFO ================= */
.additional-info p {
transition: all 400ms;
font-size: 18px;
line-height: 28px;
}
.hidden {
opacity: 0;
visibility: hidden;
height: 0;
overflow: hidden;
} | public/styles/recipe.css | main {
color: var(--third-color);
}
h1,
h2,
h3 {
color: var(--primary-color);
}
/* ================= IMAGES ================= */
main .highlight {
width: 100%;
height: 280px;
object-fit: cover;
cursor: pointer;
border-radius: 15px;
}
#images-wrapper {
display: flex;
align-items: center;
width: fit-content;
gap: 10px;
margin: 8px 0 50px auto;
margin-bottom: 50px;
}
#images-wrapper img {
width: 50px;
height: 50px;
border-radius: 4px;
cursor: pointer;
opacity: 0.6;
object-fit: cover;
transition: opacity 400ms;
}
#images-wrapper img.active,
#images-wrapper img:hover {
opacity: 1;
}
/* ================= LIGHTBOX ================= */
.lightbox-target {
position: fixed;
background-color: rgba(0, 0, 0, 0.7);
top: -100%;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
transition: all 200ms;
}
.lightbox-target > img {
margin: auto;
position: absolute;
inset: 0;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
width: 90%;
height: 90%;
background-color: #fff;
border-radius: 8px;
object-fit: contain;
}
.lightbox-target .lightbox-close {
position: absolute;
background-color: #fff;
width: 50px;
height: 50px;
right: 0;
top: -80px;
display: flex;
align-items: center;
justify-content: center;
transition: 400ms;
}
main .recipe-head {
margin: 50px auto;
text-align: center;
}
main .recipe-head h1 {
margin-bottom: 4px;
}
/* ================= RECIPE CONTAINER ================= */
.recipe-container-info {
display: grid;
gap: 40px;
margin-bottom: 50px;
}
.hide {
display: flex;
align-items: baseline;
margin-bottom: 20px;
}
.hide h2 {
font-size: 24px;
line-height: 28px;
margin-right: 8px;
}
.hide a {
color: #999999;
font-weight: bold;
font-size: 12px;
line-height: 14px;
cursor: pointer;
}
/* ================= INGREDIENTS and PREPARE ================= */
.recipe-info {
display: flex;
flex-direction: column;
align-items: left;
}
ul:not(:first-child) {
transition: all 400ms;
margin-left: 20px;
}
ul li {
font-size: 18px;
line-height: 28px;
}
/* ================= ADDITIONAL INFO ================= */
.additional-info p {
transition: all 400ms;
font-size: 18px;
line-height: 28px;
}
.hidden {
opacity: 0;
visibility: hidden;
height: 0;
overflow: hidden;
} | 0.375477 | 0.071009 |
color:#212f3f;
font-family:sans-serif;
font-size:12px;
z-index:10000000;
position:fixed;
top:0px;
right:20px;
border:1px solid #ccc;
border-top:0px;
border-radius:0px 0px 2px 2px;
background-color:#fff;
margin: 0;
padding:10px 10px 7px 10px;
}
#oabutton_popup.reset-this a {
font-weight:normal;
color:#212f3f;
text-decoration:none !important;
}
#oabutton_popup.reset-this a:hover {
color:#444 !important;
text-decoration:underline !important;
}
.reset-this {
background : 0;
border : 0;
border-style : none;
border-width : medium;
border-color : inherit;
border-bottom : 0;
border-bottom-color : inherit;
border-bottom-left-radius : 0;
border-bottom-right-radius : 0;
border-bottom-style : none;
border-bottom-width : medium;
border-collapse : separate;
border-image : none;
border-left : 0;
border-left-color : inherit;
border-left-style : none;
border-left-width : medium;
border-radius : 0;
border-right : 0;
border-right-color : inherit;
border-right-style : none;
border-right-width : medium;
border-spacing : 0;
border-top : 0;
border-top-color : inherit;
border-top-left-radius : 0;
border-top-right-radius : 0;
border-top-style : none;
border-top-width : medium;
bottom : auto;
box-shadow : none;
box-sizing : content-box;
caption-side : top;
clear : none;
clip : auto;
color : inherit;
content : normal;
cursor : auto;
direction : ltr;
display : inline;
float : none;
font : normal;
font-family : inherit;
font-size : medium;
font-style : normal;
font-variant : normal;
font-weight : normal;
height : auto;
left : auto;
letter-spacing : normal;
line-height : normal;
margin : 0;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
margin-top : 0;
max-height : none;
max-width : none;
min-height : 0;
min-width : 0;
opacity : 1;
overflow : visible;
overflow-x : visible;
overflow-y : visible;
padding : 0;
padding-bottom : 0;
padding-left : 0;
padding-right : 0;
padding-top : 0;
position : static;
right : auto;
tab-size : 8;
text-align : inherit;
text-align-last : auto;
text-decoration : none;
text-decoration-color : inherit;
text-decoration-line : none;
text-decoration-style : solid;
text-indent : 0;
text-shadow : none;
text-transform : none;
top : auto;
vertical-align : baseline;
visibility : visible;
width : auto;
word-spacing : normal;
z-index : auto;
} | static/bookmarklet/bookmarklet.css | color:#212f3f;
font-family:sans-serif;
font-size:12px;
z-index:10000000;
position:fixed;
top:0px;
right:20px;
border:1px solid #ccc;
border-top:0px;
border-radius:0px 0px 2px 2px;
background-color:#fff;
margin: 0;
padding:10px 10px 7px 10px;
}
#oabutton_popup.reset-this a {
font-weight:normal;
color:#212f3f;
text-decoration:none !important;
}
#oabutton_popup.reset-this a:hover {
color:#444 !important;
text-decoration:underline !important;
}
.reset-this {
background : 0;
border : 0;
border-style : none;
border-width : medium;
border-color : inherit;
border-bottom : 0;
border-bottom-color : inherit;
border-bottom-left-radius : 0;
border-bottom-right-radius : 0;
border-bottom-style : none;
border-bottom-width : medium;
border-collapse : separate;
border-image : none;
border-left : 0;
border-left-color : inherit;
border-left-style : none;
border-left-width : medium;
border-radius : 0;
border-right : 0;
border-right-color : inherit;
border-right-style : none;
border-right-width : medium;
border-spacing : 0;
border-top : 0;
border-top-color : inherit;
border-top-left-radius : 0;
border-top-right-radius : 0;
border-top-style : none;
border-top-width : medium;
bottom : auto;
box-shadow : none;
box-sizing : content-box;
caption-side : top;
clear : none;
clip : auto;
color : inherit;
content : normal;
cursor : auto;
direction : ltr;
display : inline;
float : none;
font : normal;
font-family : inherit;
font-size : medium;
font-style : normal;
font-variant : normal;
font-weight : normal;
height : auto;
left : auto;
letter-spacing : normal;
line-height : normal;
margin : 0;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
margin-top : 0;
max-height : none;
max-width : none;
min-height : 0;
min-width : 0;
opacity : 1;
overflow : visible;
overflow-x : visible;
overflow-y : visible;
padding : 0;
padding-bottom : 0;
padding-left : 0;
padding-right : 0;
padding-top : 0;
position : static;
right : auto;
tab-size : 8;
text-align : inherit;
text-align-last : auto;
text-decoration : none;
text-decoration-color : inherit;
text-decoration-line : none;
text-decoration-style : solid;
text-indent : 0;
text-shadow : none;
text-transform : none;
top : auto;
vertical-align : baseline;
visibility : visible;
width : auto;
word-spacing : normal;
z-index : auto;
} | 0.320715 | 0.115786 |
:root {
--container: 1134px;
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--font-serif: Georgia, Cambria, "Times New Roman", Times, serif;
--font-mono: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
monospace;
--text-xs: 12px;
--text-sm: 14px;
--text-md: 16px;
--text-lg: 18px;
--text-xl: 20px;
--text-2xl: 24px;
--text-3xl: 30px;
--text-4xl: 36px;
--text-5xl: 48px;
--text-6xl: 64px;
--color-accent: #4299e1;
--color-dark: #1a202c;
--color-base: #4a5568;
--color-gray: #a0aec0;
--color-light: #e2e8f0;
--color-lighter: #edf2f7;
--color-lightest: #f7fafc;
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
0 4px 6px -2px rgba(0, 0, 0, 0.05);
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--tracking-widest: 0.1em;
}
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
a {
background-color: transparent;
}
strong {
font-weight: bolder;
}
img {
border-style: none;
}
button,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button {
overflow: visible;
}
button {
text-transform: none;
}
[type="button"],
button {
-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="button"]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText;
}
textarea {
overflow: auto;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
body {
font-family: var(--font-sans);
line-height: 1.5;
color: var(--color-base);
}
a {
color: var(--color-accent);
text-decoration: none;
transition: all 0.25s;
}
a:hover {
text-decoration: underline;
}
body {
box-sizing: border-box;
word-break: break-word;
background: #fff;
overflow-x: hidden;
}
:focus {
outline: 1px dotted;
}
*,
:after,
:before {
box-sizing: inherit;
}
textarea {
border: 1px solid var(--color-light);
border-radius: 4px;
padding: 8px 12px;
line-height: 24px;
font-size: var(--text-md);
color: var(--color-base);
}
textarea {
width: 100%;
}
button {
background: var(--color-accent);
color: #fff;
border-radius: 4px;
border: 1px solid transparent;
padding: 8px 12px;
cursor: pointer;
line-height: 24px;
font-size: var(--text-md);
font-weight: 700;
transition: all 0.25s;
}
button:hover {
text-decoration: none;
opacity: 0.75;
}
p,
ul {
margin: 0 0 1.5em;
}
nav ul {
list-style: none;
padding: 0;
margin: 0;
}
ul {
padding-left: 2rem;
}
img,
svg {
height: auto;
}
img,
svg {
max-width: 100%;
}
.icon {
fill: none;
stroke: currentColor;
stroke-width: 2;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: var(--color-base);
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.container {
display: block;
}
.container {
max-width: var(--container);
margin-left: auto;
margin-right: auto;
padding-left: 12px;
padding-right: 12px;
}
.content {
padding-top: 48px;
padding-bottom: 48px;
}
.page-template-wide .content {
padding-top: 0;
padding-bottom: 0;
}
.has-drop-cap:not(:focus):first-letter {
font-size: 4em;
font-weight: 400;
margin: 6px 12px 0 0;
}
.header {
border-bottom: 1px solid var(--color-light);
}
.header-inner {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding-top: 8px;
padding-bottom: 8px;
}
.header-transparent .site-title a:hove {
opacity: 0.75;
}
.branding {
display: flex;
z-index: 1;
margin-right: auto;
}
.site-title {
font-size: var(--text-xl);
font-weight: 700;
line-height: 1;
text-transform: uppercase;
letter-spacing: var(--tracking-wide);
margin: 0;
}
.site-title a {
color: var(--color-dark);
text-decoration: none;
}
.header-icon {
padding: 8px 0 8px 12px;
background: none;
border: 0;
display: flex;
color: inherit;
position: relative;
}
.header-icon:hover {
opacity: 0.75;
}
.header-icon svg {
width: 18px;
height: 18px;
}
.nav {
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: var(--text-sm);
font-weight: 600;
z-index: 1;
}
.nav ul {
display: none;
}
.nav li {
border-top: 1px solid var(--color-light);
}
.nav a {
display: block;
padding: 12px;
color: inherit;
}
.nav a:hover {
text-decoration: none;
}
.nav .menu {
box-shadow: var(--shadow-md);
border-bottom: 1px solid var(--color-light);
}
.current-menu-item > a {
color: var(--color-accent);
}
.menu-toggle svg {
width: 24px;
height: 24px;
}
@media (min-width: 1024px) {
.menu-toggle {
display: none;
}
.nav .menu {
box-shadow: none;
display: flex;
align-items: center;
}
.nav li {
position: relative;
}
.nav .menu,
.nav .menu > li,
.nav li:first-child {
border: none;
}
.nav li:hover > a {
color: var(--color-accent);
}
}
.site-info {
background: #fff;
font-size: var(--text-sm);
text-align: center;
padding: 12px;
border-top: 1px solid var(--color-light);
}
*,
:before,
:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
a {
color: #005abe;
cursor: pointer;
text-decoration: none;
}
a:hover {
color: #1473e6;
text-decoration: underline;
}
p {
margin-top: 0;
margin-bottom: 1rem;
word-wrap: break-word;
line-height: 1.6;
}
ul {
margin-top: 0;
margin-bottom: 1rem;
}
img {
border: 0;
}
::selection {
background: #b3d5ff;
}
::-moz-selection {
background: #b3d5ff;
}
.wrapper {
width: 100%;
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
padding: 0 1rem;
margin-top: 1rem;
}
.box {
color: rgba(0, 0, 0, 0.8);
background: #fff;
border: 1px solid #dee1e6;
border-radius: 3px;
margin-bottom: 1.5rem;
padding: 1rem;
}
::-ms-clear {
display: none;
}
::-webkit-input-placeholder {
color: #000;
opacity: 0.6;
}
::-ms-input-placeholder {
color: #000;
opacity: 0.6;
}
textarea:focus::-webkit-input-placeholder {
visibility: hidden;
}
textarea:focus:-moz-placeholder {
visibility: hidden;
}
textarea:focus::-moz-placeholder {
visibility: hidden;
}
textarea:focus:-ms-input-placeholder {
visibility: hidden;
}
.form-group {
margin: 1rem 0;
}
.form-control {
font-weight: 400;
font-family: Arial;
padding: 0.375rem 0.75rem;
font-size: 0.9375rem;
line-height: 1.5;
color: #1c1c1c;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ddd;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
border-color: #2b9af3;
outline: 0;
z-index: 1000;
}
.form-control:disabled {
border-color: #ddd;
background: #fafafa;
}
textarea {
white-space: normal;
min-height: 72px;
resize: vertical;
overflow: auto;
}
.checkbox input:not(:checked) + label:after,
.radio input:not(:checked) + label:after {
opacity: 0;
}
.btn {
outline: 0;
font-family: Arial, sans-serif;
color: #fff;
background: #1473e6;
border: 1px solid rgba(0, 0, 0, 0.1);
display: inline-block;
font-weight: 400;
line-height: 1.25;
padding: 0.5rem 1rem;
font-size: 0.9375rem;
text-align: center;
border-radius: 3px;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
min-width: 36px;
}
.btn:hover,
.btn:disabled,
.btn:active {
background: #005abe;
}
.btn:disabled {
cursor: default;
}
.container {
position: relative;
}
.clearfix {
overflow: visible;
}
.clearfix::after {
content: "";
clear: both;
display: block;
}
.left {
float: left;
}
.w-100 {
width: 100%;
}
.align-center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.btn.min-wid {
min-width: 100px;
}
.btn {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (max-width: 640px) {
.wrapper {
padding: 0;
margin-top: 0;
}
.box {
border: 0;
border-radius: 0;
padding: 0.5rem;
}
.form-group {
margin-bottom: 1.25rem;
}
} | docs/playground/style.css | :root {
--container: 1134px;
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--font-serif: Georgia, Cambria, "Times New Roman", Times, serif;
--font-mono: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
monospace;
--text-xs: 12px;
--text-sm: 14px;
--text-md: 16px;
--text-lg: 18px;
--text-xl: 20px;
--text-2xl: 24px;
--text-3xl: 30px;
--text-4xl: 36px;
--text-5xl: 48px;
--text-6xl: 64px;
--color-accent: #4299e1;
--color-dark: #1a202c;
--color-base: #4a5568;
--color-gray: #a0aec0;
--color-light: #e2e8f0;
--color-lighter: #edf2f7;
--color-lightest: #f7fafc;
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
0 4px 6px -2px rgba(0, 0, 0, 0.05);
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--tracking-widest: 0.1em;
}
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
a {
background-color: transparent;
}
strong {
font-weight: bolder;
}
img {
border-style: none;
}
button,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button {
overflow: visible;
}
button {
text-transform: none;
}
[type="button"],
button {
-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="button"]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText;
}
textarea {
overflow: auto;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
body {
font-family: var(--font-sans);
line-height: 1.5;
color: var(--color-base);
}
a {
color: var(--color-accent);
text-decoration: none;
transition: all 0.25s;
}
a:hover {
text-decoration: underline;
}
body {
box-sizing: border-box;
word-break: break-word;
background: #fff;
overflow-x: hidden;
}
:focus {
outline: 1px dotted;
}
*,
:after,
:before {
box-sizing: inherit;
}
textarea {
border: 1px solid var(--color-light);
border-radius: 4px;
padding: 8px 12px;
line-height: 24px;
font-size: var(--text-md);
color: var(--color-base);
}
textarea {
width: 100%;
}
button {
background: var(--color-accent);
color: #fff;
border-radius: 4px;
border: 1px solid transparent;
padding: 8px 12px;
cursor: pointer;
line-height: 24px;
font-size: var(--text-md);
font-weight: 700;
transition: all 0.25s;
}
button:hover {
text-decoration: none;
opacity: 0.75;
}
p,
ul {
margin: 0 0 1.5em;
}
nav ul {
list-style: none;
padding: 0;
margin: 0;
}
ul {
padding-left: 2rem;
}
img,
svg {
height: auto;
}
img,
svg {
max-width: 100%;
}
.icon {
fill: none;
stroke: currentColor;
stroke-width: 2;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: var(--color-base);
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.container {
display: block;
}
.container {
max-width: var(--container);
margin-left: auto;
margin-right: auto;
padding-left: 12px;
padding-right: 12px;
}
.content {
padding-top: 48px;
padding-bottom: 48px;
}
.page-template-wide .content {
padding-top: 0;
padding-bottom: 0;
}
.has-drop-cap:not(:focus):first-letter {
font-size: 4em;
font-weight: 400;
margin: 6px 12px 0 0;
}
.header {
border-bottom: 1px solid var(--color-light);
}
.header-inner {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding-top: 8px;
padding-bottom: 8px;
}
.header-transparent .site-title a:hove {
opacity: 0.75;
}
.branding {
display: flex;
z-index: 1;
margin-right: auto;
}
.site-title {
font-size: var(--text-xl);
font-weight: 700;
line-height: 1;
text-transform: uppercase;
letter-spacing: var(--tracking-wide);
margin: 0;
}
.site-title a {
color: var(--color-dark);
text-decoration: none;
}
.header-icon {
padding: 8px 0 8px 12px;
background: none;
border: 0;
display: flex;
color: inherit;
position: relative;
}
.header-icon:hover {
opacity: 0.75;
}
.header-icon svg {
width: 18px;
height: 18px;
}
.nav {
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: var(--text-sm);
font-weight: 600;
z-index: 1;
}
.nav ul {
display: none;
}
.nav li {
border-top: 1px solid var(--color-light);
}
.nav a {
display: block;
padding: 12px;
color: inherit;
}
.nav a:hover {
text-decoration: none;
}
.nav .menu {
box-shadow: var(--shadow-md);
border-bottom: 1px solid var(--color-light);
}
.current-menu-item > a {
color: var(--color-accent);
}
.menu-toggle svg {
width: 24px;
height: 24px;
}
@media (min-width: 1024px) {
.menu-toggle {
display: none;
}
.nav .menu {
box-shadow: none;
display: flex;
align-items: center;
}
.nav li {
position: relative;
}
.nav .menu,
.nav .menu > li,
.nav li:first-child {
border: none;
}
.nav li:hover > a {
color: var(--color-accent);
}
}
.site-info {
background: #fff;
font-size: var(--text-sm);
text-align: center;
padding: 12px;
border-top: 1px solid var(--color-light);
}
*,
:before,
:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
a {
color: #005abe;
cursor: pointer;
text-decoration: none;
}
a:hover {
color: #1473e6;
text-decoration: underline;
}
p {
margin-top: 0;
margin-bottom: 1rem;
word-wrap: break-word;
line-height: 1.6;
}
ul {
margin-top: 0;
margin-bottom: 1rem;
}
img {
border: 0;
}
::selection {
background: #b3d5ff;
}
::-moz-selection {
background: #b3d5ff;
}
.wrapper {
width: 100%;
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
padding: 0 1rem;
margin-top: 1rem;
}
.box {
color: rgba(0, 0, 0, 0.8);
background: #fff;
border: 1px solid #dee1e6;
border-radius: 3px;
margin-bottom: 1.5rem;
padding: 1rem;
}
::-ms-clear {
display: none;
}
::-webkit-input-placeholder {
color: #000;
opacity: 0.6;
}
::-ms-input-placeholder {
color: #000;
opacity: 0.6;
}
textarea:focus::-webkit-input-placeholder {
visibility: hidden;
}
textarea:focus:-moz-placeholder {
visibility: hidden;
}
textarea:focus::-moz-placeholder {
visibility: hidden;
}
textarea:focus:-ms-input-placeholder {
visibility: hidden;
}
.form-group {
margin: 1rem 0;
}
.form-control {
font-weight: 400;
font-family: Arial;
padding: 0.375rem 0.75rem;
font-size: 0.9375rem;
line-height: 1.5;
color: #1c1c1c;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ddd;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
border-color: #2b9af3;
outline: 0;
z-index: 1000;
}
.form-control:disabled {
border-color: #ddd;
background: #fafafa;
}
textarea {
white-space: normal;
min-height: 72px;
resize: vertical;
overflow: auto;
}
.checkbox input:not(:checked) + label:after,
.radio input:not(:checked) + label:after {
opacity: 0;
}
.btn {
outline: 0;
font-family: Arial, sans-serif;
color: #fff;
background: #1473e6;
border: 1px solid rgba(0, 0, 0, 0.1);
display: inline-block;
font-weight: 400;
line-height: 1.25;
padding: 0.5rem 1rem;
font-size: 0.9375rem;
text-align: center;
border-radius: 3px;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
min-width: 36px;
}
.btn:hover,
.btn:disabled,
.btn:active {
background: #005abe;
}
.btn:disabled {
cursor: default;
}
.container {
position: relative;
}
.clearfix {
overflow: visible;
}
.clearfix::after {
content: "";
clear: both;
display: block;
}
.left {
float: left;
}
.w-100 {
width: 100%;
}
.align-center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.btn.min-wid {
min-width: 100px;
}
.btn {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (max-width: 640px) {
.wrapper {
padding: 0;
margin-top: 0;
}
.box {
border: 0;
border-radius: 0;
padding: 0.5rem;
}
.form-group {
margin-bottom: 1.25rem;
}
} | 0.434461 | 0.127218 |
* {
margin: 0;
padding: 0;
background-color: black;
color: white;
font-family: 'Ubuntu', sans-serif;
box-sizing: border-box;
scroll-behavior: smooth;
}
a{
text-decoration: none;
}
.navbar {
position: sticky;
top: 0;
padding: 10px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
z-index: 999;
width: 100%;
}
.navbar li{
list-style: none;
}
.about{
display: flex;
clear: both;
height: 100vh;
margin-top: 10vh;
}
.about-left {
max-width: 50%;
height: auto;
}
.about-right {
max-width: 50%;
height: auto;
}
.about-image {
/* max-height: 20px; */
display: block;
margin: 0 auto;
max-width: 60%;
}
.about-heading {
font-size: 65px;
}
.about-name {
color: rgb(140, 167, 240);
font-size: 120px;
}
.about-me {
margin-top: 20px;
font-size: 30px;
list-style: none;
line-height: 45px;
}
.about-social {
margin: 20px;
align-items: center;
}
.about-social ul{
display: flex;
flex-direction: row;
justify-content: right;
}
.about-social li{
list-style: none;
font-size: 50px;
}
.about-social hr{
color: rgb(140, 167, 240);
}
.skills {
display: flex;
flex-direction: column;
height: 100vh;
justify-content: center;
/* width: 100%; */
}
.skills ul{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
font-size: 40px;
margin: 20px;
}
.skills ul li {
list-style: none;
}
.skill-list i {
font-family: 'Ubuntu', sans-serif;
}
.skills-heading {
font-size: 65px;
display: flex;
justify-content: center;
}
@media (max-width : 500px){
.about{
margin-top: 25px;
display: block;
}
.about-left{
display: block;
max-width: 100%;
}
.about-right{
display: block;
max-width: 100%;
padding: 10px;
}
.about-image {
display: block;
margin: 0 auto;
max-width: 100%;
}
.about-heading {
margin-top: 15px;
font-size: 35px;
}
.about-name {
font-size: 45px;
}
.about-me {
font-size: 20px;
list-style: none;
line-height: 35px;
}
.skills ul{
flex-wrap: nowrap;
flex-direction: column;
font-size: 30px;
}
.skills ul li{
margin: 10px;
}
.skills-heading {
font-size: 35px;
}
.contact {
font-size: 19px;
}
} | Sudeep's Portfolio/css/style.css | * {
margin: 0;
padding: 0;
background-color: black;
color: white;
font-family: 'Ubuntu', sans-serif;
box-sizing: border-box;
scroll-behavior: smooth;
}
a{
text-decoration: none;
}
.navbar {
position: sticky;
top: 0;
padding: 10px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
z-index: 999;
width: 100%;
}
.navbar li{
list-style: none;
}
.about{
display: flex;
clear: both;
height: 100vh;
margin-top: 10vh;
}
.about-left {
max-width: 50%;
height: auto;
}
.about-right {
max-width: 50%;
height: auto;
}
.about-image {
/* max-height: 20px; */
display: block;
margin: 0 auto;
max-width: 60%;
}
.about-heading {
font-size: 65px;
}
.about-name {
color: rgb(140, 167, 240);
font-size: 120px;
}
.about-me {
margin-top: 20px;
font-size: 30px;
list-style: none;
line-height: 45px;
}
.about-social {
margin: 20px;
align-items: center;
}
.about-social ul{
display: flex;
flex-direction: row;
justify-content: right;
}
.about-social li{
list-style: none;
font-size: 50px;
}
.about-social hr{
color: rgb(140, 167, 240);
}
.skills {
display: flex;
flex-direction: column;
height: 100vh;
justify-content: center;
/* width: 100%; */
}
.skills ul{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
font-size: 40px;
margin: 20px;
}
.skills ul li {
list-style: none;
}
.skill-list i {
font-family: 'Ubuntu', sans-serif;
}
.skills-heading {
font-size: 65px;
display: flex;
justify-content: center;
}
@media (max-width : 500px){
.about{
margin-top: 25px;
display: block;
}
.about-left{
display: block;
max-width: 100%;
}
.about-right{
display: block;
max-width: 100%;
padding: 10px;
}
.about-image {
display: block;
margin: 0 auto;
max-width: 100%;
}
.about-heading {
margin-top: 15px;
font-size: 35px;
}
.about-name {
font-size: 45px;
}
.about-me {
font-size: 20px;
list-style: none;
line-height: 35px;
}
.skills ul{
flex-wrap: nowrap;
flex-direction: column;
font-size: 30px;
}
.skills ul li{
margin: 10px;
}
.skills-heading {
font-size: 35px;
}
.contact {
font-size: 19px;
}
} | 0.501221 | 0.091423 |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
/* add red asterisk to required form fields */
div.required label:after {
content: " *";
color: #e13431;
}
/* add arrows to sortable columns */
table > thead > tr > th > a:after {
content: " \2191\2193 ";
}
ul {
list-style: outside none none;
padding: 0;
margin: 0;
}
.breadcrumb {
background: transparent;
}
.table > thead > tr > th:last-child {
min-width: 50px;
}
.text-bold {
font-weight: bold;
}
a:focus {
outline: none;
outline-offset: 0;
}
body {
color: #212121;
}
h1 {
text-align: center;
margin-bottom: 60px;
}
h2 {
margin-bottom: 40px;
}
a {
color: #2196f3;
}
footer {
height: 60px;
background-color: #f6f6f6;
border-top: 1px solid #dcdcdc;
padding-top: 20px;
}
a:hover,
a:focus {
color: #51adf6;
text-decoration: none;
}
.btn-default,
.btn-primary {
border-radius: 3px;
border-width: 0;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
text-decoration: none;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
display: inline-block;
color: #ffffff;
background: #2196f3;
padding: 10px 20px;
font-weight: bold;
}
.btn-default:hover,
.btn-primary:hover,
.btn-default:active,
.btn-primary:active,
.btn-default:focus,
.btn-primary:focus {
color: #ffffff !important;
background: #51adf6 !important;
outline: none !important;
}
.well {
border: 1px solid #dcdcdc;
border-radius: 2px;
background: #ffffff;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
background-color: #ffffff;
border: 1px solid #dcdcdc;
border-radius: 2px;
height: 40px;
outline: medium none;
padding: 0 10px;
resize: none;
vertical-align: middle;
}
select.form-control {
max-width: 100%;
height: 40px;
-moz-appearance: none;
-webkit-appearance: none;
border-radius: 2px;
border: 1px solid #dcdcdc;
display: block;
font-size: 14px;
overflow: hidden;
padding: 8px 42px 8px 8px;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
background: #ffffff url(/images/select.png) no-repeat right center;
}
select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #212121;
}
select.form-control option {
padding: 8px;
}
.form-control:focus {
border-color: #2196f3;
}
.auth-clients {
width: 65px;
margin: 0 auto;
}
.profile-img-box img {
border-radius: 100%;
display: inline-block;
margin: 10px 0;
width: 30%;
background-color: #ffffff;
border: 1px solid #dcdcdc;
height: auto;
max-width: 100%;
padding: 3px;
}
.ui-datepicker .ui-widget-header {
background: #2196f3;
border: 0;
color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
color: #ffffff;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 2px;
top: 2px;
border: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 2px;
top: 2px;
border: 0;
}
.ui-datepicker .ui-state-default {
background: #ffffff;
}
.ui-datepicker .ui-state-highlight {
border-color: #2196f3;
}
.ui-datepicker .ui-state-hover {
background: #2196f3;
border-color: #2196f3;
color: #ffffff;
}
.form-group {
position: relative;
}
.app-help-block {
display: none;
margin-top: 0;
position: absolute;
top: 0;
right: 0;
padding: 9px 14px;
color: #ececec !important;
font-size: 14px;
white-space: normal;
z-index: 1060;
background: rgba(101, 101, 101, 0.9) none repeat scroll 0 0;
border: medium none;
border-radius: 2px;
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.help-block-error {
font-size: 12px;
margin: 0;
}
.pagination > li > a,
.pagination > li > span {
color: #2196f3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #2196f3;
border-color: #2196f3;
color: #ffffff;
}
/*############*/
/* SITE CSS */
/*############*/ | themes/advanced/css/site.css | html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
/* add red asterisk to required form fields */
div.required label:after {
content: " *";
color: #e13431;
}
/* add arrows to sortable columns */
table > thead > tr > th > a:after {
content: " \2191\2193 ";
}
ul {
list-style: outside none none;
padding: 0;
margin: 0;
}
.breadcrumb {
background: transparent;
}
.table > thead > tr > th:last-child {
min-width: 50px;
}
.text-bold {
font-weight: bold;
}
a:focus {
outline: none;
outline-offset: 0;
}
body {
color: #212121;
}
h1 {
text-align: center;
margin-bottom: 60px;
}
h2 {
margin-bottom: 40px;
}
a {
color: #2196f3;
}
footer {
height: 60px;
background-color: #f6f6f6;
border-top: 1px solid #dcdcdc;
padding-top: 20px;
}
a:hover,
a:focus {
color: #51adf6;
text-decoration: none;
}
.btn-default,
.btn-primary {
border-radius: 3px;
border-width: 0;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
text-decoration: none;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
display: inline-block;
color: #ffffff;
background: #2196f3;
padding: 10px 20px;
font-weight: bold;
}
.btn-default:hover,
.btn-primary:hover,
.btn-default:active,
.btn-primary:active,
.btn-default:focus,
.btn-primary:focus {
color: #ffffff !important;
background: #51adf6 !important;
outline: none !important;
}
.well {
border: 1px solid #dcdcdc;
border-radius: 2px;
background: #ffffff;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
background-color: #ffffff;
border: 1px solid #dcdcdc;
border-radius: 2px;
height: 40px;
outline: medium none;
padding: 0 10px;
resize: none;
vertical-align: middle;
}
select.form-control {
max-width: 100%;
height: 40px;
-moz-appearance: none;
-webkit-appearance: none;
border-radius: 2px;
border: 1px solid #dcdcdc;
display: block;
font-size: 14px;
overflow: hidden;
padding: 8px 42px 8px 8px;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
background: #ffffff url(/images/select.png) no-repeat right center;
}
select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #212121;
}
select.form-control option {
padding: 8px;
}
.form-control:focus {
border-color: #2196f3;
}
.auth-clients {
width: 65px;
margin: 0 auto;
}
.profile-img-box img {
border-radius: 100%;
display: inline-block;
margin: 10px 0;
width: 30%;
background-color: #ffffff;
border: 1px solid #dcdcdc;
height: auto;
max-width: 100%;
padding: 3px;
}
.ui-datepicker .ui-widget-header {
background: #2196f3;
border: 0;
color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
color: #ffffff;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 2px;
top: 2px;
border: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 2px;
top: 2px;
border: 0;
}
.ui-datepicker .ui-state-default {
background: #ffffff;
}
.ui-datepicker .ui-state-highlight {
border-color: #2196f3;
}
.ui-datepicker .ui-state-hover {
background: #2196f3;
border-color: #2196f3;
color: #ffffff;
}
.form-group {
position: relative;
}
.app-help-block {
display: none;
margin-top: 0;
position: absolute;
top: 0;
right: 0;
padding: 9px 14px;
color: #ececec !important;
font-size: 14px;
white-space: normal;
z-index: 1060;
background: rgba(101, 101, 101, 0.9) none repeat scroll 0 0;
border: medium none;
border-radius: 2px;
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.help-block-error {
font-size: 12px;
margin: 0;
}
.pagination > li > a,
.pagination > li > span {
color: #2196f3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #2196f3;
border-color: #2196f3;
color: #ffffff;
}
/*############*/
/* SITE CSS */
/*############*/ | 0.277963 | 0.060724 |
@-moz-document domain('neopets.com'){
#main #ban {border: none !important; background-image: url(http://i40.tinypic.com/2j2jaeh.jpg) !important;}
#main #header {border: none !important; background-image: url(http://25.media.tumblr.com/tumblr_m6f2qkOEdk1rogsvxo1_1280.png) !important;}
#main #footer {background-image: url(http://i43.tinypic.com/iwt4j6.png) !important;}
a:link, a:visited, a:active {color: #5d6469 !important;}
a:hover {color: #5d6469 !important;}
.eventIcon, #header td.user.medText {color: #ffffff !important;}
.eventIcon a:link, #header td.user.medText a:link {color: #ffffff !important;}
.eventIcon a:visited, #header td.user.medText a:visited {color: #ffffff !important;}
.eventIcon a:active, #header td.user.medText a:active {color: #ffffff !important;}
.eventIcon a:hover, #header td.user.medText a:hover {color: #ffffff !important;}
#nst {color: #5d6469 !important;}
ul.dropdown {background: #2c4762 !important; border: none !important; opacity: 0.9 !important; filter: alpha(opacity=90) !important;}
li:hover ul.dropdown a, li.over ul.dropdown a {color: #FFFFFF !important;}
li:hover ul.dropdown a:Hover, li.over ul.dropdown a:hover {color: #97a4b1 !important;}
.marqueeSlot, .marqueeSlot a:link, .marqueeSlot a:visited, .marqueeSlot a:active, .marqueeSlot a:hover {background-color: #37506a !important; color: #ffffff !important;}
.marqueeSlotOn, .marqueeSlotOn a:link, .marqueeSlotOn a:visited, .marqueeSlotOn a:active, .marqueeSlotOn a:hover {background-color: #49657c !important; color: #ffffff !important;}
.sidebarHeader {background: #37506a !important; color: #FFFFFF !important; border: none !important;}
.sidebarTable {border: #37506a 2px solid !important;}
.contentModuleHeader, .contentModuleHeaderAlt {background: #2c4762 !important; color: #FFFFFF !important; border: none !important;}
.contentModuleTable {border: #2c4762 2px solid !important;}
.eventIcon a img {width: 0px !important; height: 28px !important; padding-right: 30px !important; background: url(http://i41.tinypic.com/ir1f93.png) no-repeat !important;}
#footer .sf, #footer .sf a:link, #footer .sf a:active, #footer .sf a:visited, #footer .sf a:hover {color: #6395ac !important;}
.gamesRoomDarkModule .rcModuleHeader {background: #37506a !important; color: #FFFFFF !important;}
.gamesRoomDarkModule .rcModuleContent {border-color: #ffffff !important;}
.rcModuleHeader {background: #2c4762 !important; color: #FFFFFF !important;}
.rcModuleContent {border-color: #2c4762 !important;}
.footerNifty {display: none !important;}
.copyright .sf img {display: none !important;}
#template_nav img {opacity: 0 !important; filter: alpha(opacity=0) !important;}
.sidebarHeader a:link, .contentModuleHeader a:link, .contentModuleHeaderAlt a:link {color: #ffffff !important;}
.sidebarHeader a:visited, .contentModuleHeader a:visited, .contentModuleHeaderAlt a:visited {color: #ffffff !important;}
.sidebarHeader a:active, .contentModuleHeader a:active, .contentModuleHeaderAlt a:active {color: #ffffff !important;}
.sidebarHeader a:hover, .contentModuleHeader a:hover, .contentModuleHeaderAlt a:hover {color: #ffffff !important;}
.moreLink, .moreLinkAlt {border: #FFFFFF 1px solid !important;}
.sidebarModule, .contentModule {border: none !important;}
.eventIcon a img[alt~="Neomail"] {background-position: 0px 0px !important;}
.eventIcon a img[alt~="accepted"][alt~="NeoFriend"] {background-position: -30px 0px !important;}
.eventIcon a img[alt~="requesting"] {background-position: -60px 0px !important;}
.eventIcon a img[alt~="Battledome"][alt~="accepted"] {background-position: -90px 0px !important;}
.eventIcon a img[alt~="challenged"] {background-position: -120px 0px !important;}
.eventIcon a img[alt~="given"] {background-position: -150px 0px !important;}
.eventIcon a img[alt~="trade"] {background-position: -180px 0px !important;}
#main #footer a img[width="156"][height="46"] {display: none !important;}
#main #footer div[style="position:absolute;right:257px;top:52px;overflow:hidden;"] {display: none !important;}
#main #footer input, #main #footer select {color: #000000 !important;}
#gamesRoomContentWrap .rcModuleHeader a:link, #gamesRoomContentWrap .rcModuleHeader a:visited, #gamesRoomContentWrap .rcModuleHeader a:active, #gamesRoomContentWrap .rcModuleHeader a:hover {color: #ffffff !important;}
#gamesRoomContentWrap .moreLinkAlt a:link, #gamesRoomContentWrap .moreLinkAlt a:visited, #gamesRoomContentWrap .moreLinkAlt a:active, #gamesRoomContentWrap .moreLinkAlt a:hover {color: #ffffff !important;}
#gamesRoomContentWrap .btnCenter {color: #FFFFFF !important;}
#gamesRoomContentWrap .rcModuleTopLeft, #gamesRoomContentWrap .rcModuleTopRight, #gamesRoomContentWrap .rcModuleHeaderBg, #gamesRoomContentWrap .rcModuleBottomLeft, #gamesRoomContentWrap .rcModuleBottomRight {background-image: none !important; background: transparent !important;}
.rcModuleContentOuter {border: none !important;}
} | data/usercss/60722.user.css | @-moz-document domain('neopets.com'){
#main #ban {border: none !important; background-image: url(http://i40.tinypic.com/2j2jaeh.jpg) !important;}
#main #header {border: none !important; background-image: url(http://25.media.tumblr.com/tumblr_m6f2qkOEdk1rogsvxo1_1280.png) !important;}
#main #footer {background-image: url(http://i43.tinypic.com/iwt4j6.png) !important;}
a:link, a:visited, a:active {color: #5d6469 !important;}
a:hover {color: #5d6469 !important;}
.eventIcon, #header td.user.medText {color: #ffffff !important;}
.eventIcon a:link, #header td.user.medText a:link {color: #ffffff !important;}
.eventIcon a:visited, #header td.user.medText a:visited {color: #ffffff !important;}
.eventIcon a:active, #header td.user.medText a:active {color: #ffffff !important;}
.eventIcon a:hover, #header td.user.medText a:hover {color: #ffffff !important;}
#nst {color: #5d6469 !important;}
ul.dropdown {background: #2c4762 !important; border: none !important; opacity: 0.9 !important; filter: alpha(opacity=90) !important;}
li:hover ul.dropdown a, li.over ul.dropdown a {color: #FFFFFF !important;}
li:hover ul.dropdown a:Hover, li.over ul.dropdown a:hover {color: #97a4b1 !important;}
.marqueeSlot, .marqueeSlot a:link, .marqueeSlot a:visited, .marqueeSlot a:active, .marqueeSlot a:hover {background-color: #37506a !important; color: #ffffff !important;}
.marqueeSlotOn, .marqueeSlotOn a:link, .marqueeSlotOn a:visited, .marqueeSlotOn a:active, .marqueeSlotOn a:hover {background-color: #49657c !important; color: #ffffff !important;}
.sidebarHeader {background: #37506a !important; color: #FFFFFF !important; border: none !important;}
.sidebarTable {border: #37506a 2px solid !important;}
.contentModuleHeader, .contentModuleHeaderAlt {background: #2c4762 !important; color: #FFFFFF !important; border: none !important;}
.contentModuleTable {border: #2c4762 2px solid !important;}
.eventIcon a img {width: 0px !important; height: 28px !important; padding-right: 30px !important; background: url(http://i41.tinypic.com/ir1f93.png) no-repeat !important;}
#footer .sf, #footer .sf a:link, #footer .sf a:active, #footer .sf a:visited, #footer .sf a:hover {color: #6395ac !important;}
.gamesRoomDarkModule .rcModuleHeader {background: #37506a !important; color: #FFFFFF !important;}
.gamesRoomDarkModule .rcModuleContent {border-color: #ffffff !important;}
.rcModuleHeader {background: #2c4762 !important; color: #FFFFFF !important;}
.rcModuleContent {border-color: #2c4762 !important;}
.footerNifty {display: none !important;}
.copyright .sf img {display: none !important;}
#template_nav img {opacity: 0 !important; filter: alpha(opacity=0) !important;}
.sidebarHeader a:link, .contentModuleHeader a:link, .contentModuleHeaderAlt a:link {color: #ffffff !important;}
.sidebarHeader a:visited, .contentModuleHeader a:visited, .contentModuleHeaderAlt a:visited {color: #ffffff !important;}
.sidebarHeader a:active, .contentModuleHeader a:active, .contentModuleHeaderAlt a:active {color: #ffffff !important;}
.sidebarHeader a:hover, .contentModuleHeader a:hover, .contentModuleHeaderAlt a:hover {color: #ffffff !important;}
.moreLink, .moreLinkAlt {border: #FFFFFF 1px solid !important;}
.sidebarModule, .contentModule {border: none !important;}
.eventIcon a img[alt~="Neomail"] {background-position: 0px 0px !important;}
.eventIcon a img[alt~="accepted"][alt~="NeoFriend"] {background-position: -30px 0px !important;}
.eventIcon a img[alt~="requesting"] {background-position: -60px 0px !important;}
.eventIcon a img[alt~="Battledome"][alt~="accepted"] {background-position: -90px 0px !important;}
.eventIcon a img[alt~="challenged"] {background-position: -120px 0px !important;}
.eventIcon a img[alt~="given"] {background-position: -150px 0px !important;}
.eventIcon a img[alt~="trade"] {background-position: -180px 0px !important;}
#main #footer a img[width="156"][height="46"] {display: none !important;}
#main #footer div[style="position:absolute;right:257px;top:52px;overflow:hidden;"] {display: none !important;}
#main #footer input, #main #footer select {color: #000000 !important;}
#gamesRoomContentWrap .rcModuleHeader a:link, #gamesRoomContentWrap .rcModuleHeader a:visited, #gamesRoomContentWrap .rcModuleHeader a:active, #gamesRoomContentWrap .rcModuleHeader a:hover {color: #ffffff !important;}
#gamesRoomContentWrap .moreLinkAlt a:link, #gamesRoomContentWrap .moreLinkAlt a:visited, #gamesRoomContentWrap .moreLinkAlt a:active, #gamesRoomContentWrap .moreLinkAlt a:hover {color: #ffffff !important;}
#gamesRoomContentWrap .btnCenter {color: #FFFFFF !important;}
#gamesRoomContentWrap .rcModuleTopLeft, #gamesRoomContentWrap .rcModuleTopRight, #gamesRoomContentWrap .rcModuleHeaderBg, #gamesRoomContentWrap .rcModuleBottomLeft, #gamesRoomContentWrap .rcModuleBottomRight {background-image: none !important; background: transparent !important;}
.rcModuleContentOuter {border: none !important;}
} | 0.18769 | 0.139543 |
body {
margin: 0;
padding: 0;
color: #9ac1e3;
font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;
line-height: 1.7em;
background-color: #081e30;
background-image: url(images/tooplate_body.jpg);
background-repeat: no-repeat;
background-position: top center
}
a, a:link, a:visited {
color: #6eb5ff;
font-weight: normal;
text-decoration: underline;
font-size: 12px;
}
a:hover {
text-decoration: none;
}
a.more {
display: block;
width: 122px;
height: 26px;
padding: 2px 20px 0 0;
font-size: 12px;
text-align: center;
text-decoration: none;
font-weight: bold;
background: url(images/continue.png) no-repeat top center;
color: #7095b5;
}
a.more:hover {
color: #fff;
text-shadow: 1px 1px 1px #000;
}
p {
margin: 0 0 10px 0;
padding: 0;
}
img {
border: none;
}
blockquote {
font-style: italic;
margin: 0 0 0 10px;
}
cite {
font-weight: bold;
color:#3d8e7d;
}
cite span {
color: #3d8e7d;
}
em {
color: #000;
}
h1, h2, h3, h4, h5, h6 { color: #fff; font-weight: normal; }
h1 { font-size: 34px; margin: 0 0 20px; padding: 5px 0 }
h2 { font-size: 28px; margin: 0 0 15px; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }
.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }
.float_l { float: left }
.float_r { float: right }
.image_wrapper {
display: inline-block;
border: 1px solid #000;
padding: 3px;
background: none;
margin-bottom: 5px;
}
.image_fl {
float: left;
margin: 3px 30px 0 0;
}
.image_fr {
float: right;
margin: 3px 0 0 30px;
}
.tooplate_list {
margin: 20px 0 20px 10px;
padding: 0;
list-style: none;
}
.tooplate_list li {
color:#5093cd;
margin: 0;
padding: 0 0 5px 20px;
background: url(images/tooplate_list.png) no-repeat scroll 0 5px;
}
.tooplate_list li a {
color: #5093cd;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}
.tooplate_list li a:hover {
color: #fff;
}
#tooplate_wrapper {
margin: 0 auto;
width: 960px;
padding: 0 10px;
}
#tooplate_header {
width: 960px;
height: 95px;
background: url(images/tooplate_header.jpg) top center no-repeat;
}
#site_title {
float: left;
display: block;
}
#site_title h1 {
margin: 0;
padding: 30px 0 0 260px;
}
#site_title h1 a {
display: block;
width: 200px;
height: 42px;
color: #fff;
text-indent: -10000px;
background: url(images/tooplate_logo.png) no-repeat top left;
}
/* menu */
#tooplate_menu {
clear: both;
width: 960px;
height: 55px;
background: url(images/tooplate_menu.jpg);
}
#tooplate_menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#tooplate_menu ul li {
padding: 0;
margin: 0;
display: inline;
}
#tooplate_menu ul li a {
float: left;
display: block;
width: 115px;
line-height: 55px;
font-size: 14px;
color: #081e30;
text-align: center;
text-decoration: none;
font-weight: 700;
outline: none;
text-shadow: 1px 1px 1px #f5f5f5;
}
#tooplate_menu ul li a:hover, #tooplate_menu ul .current {
line-height: 49px;
text-shadow: 1px 1px 1px #86bce9;
background: url(images/tooplate_menu_hover.png) top center no-repeat
}
/* end of menu */
#tooplate_main {
clear: both;
width: 920px;
padding: 20px;
background: url(images/tooplate_main.jpg) top center no-repeat
}
#tooplate_content {
float: left;
width: 600px;
}
#homepage_slider {
width: 580px;
height: 300px;
padding: 10px;
background: #081e30;
margin-bottom: 30px;
overflow: hidden
}
.post_box {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #164a79;
}
.post_box_last {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.post_box .date_box {
float: left;
text-align: center;
width: 115px;
height: 115px;
background: url(images/tooplate_date.png) no-repeat top left;
}
.date {
padding: 20px 0 0 0;
font-size: 60px;
color: #fff;
margin-bottom: 10px;
}
.date span {
display: block;
clear: both;
margin-top: 10px;
font-size: 14px;
}
.post_comment {
color: #081e30;
font-weight: bold;
}
.post_box_right {
float: right;
width: 450px;
}
.post_box_right img {
width: 450px;
height: 180px;
margin-bottom: 10px;
}
.post_box h2 {
margin: 0;
padding: 10px 0 10px 0;
line-height: 30px;
}
.post_box .post_meta {
padding: 5px;
margin-bottom: 20px;
background: #051624;
}
.post_box p {
text-align: justify;
margin-bottom: 20px;
}
#comment_section {
clear: both;
margin-bottom: 60px;
width: 578px;
}
.first_level {
margin: 0; padding: 0;
}
.comments {
list-style: none;
}
.comments li {
margin-bottom: 10px;
list-style:none;
}
.comments li .commentbox1 {
border: 1px solid #000;
background: #021321;
}
.comments li .commentbox2 {
border: 1px solid #021321;
background: #072238;
}
.comments li .comment_box {
clear: both;
width:100%;
padding: 15px;
}
.comment_box .gravatar {
float: left;
width: 50px;
border: 1px solid #3c3735;
margin-right: 15px;
background: #3c3735;
}
.comment_box .gravatar img {
margin: 0;
width: 50px;
height: 50px;
}
.comment_box .comment_text {
margin: 0 0 0 65px;
}
.comment_box .comment_text p {
margin: 0;
}
.comment_text .comment_author {
font-size: 14px;
color: #fff;
margin-bottom: 10px;
}
.comment_text .date {
font-size: 12px;
font-weight: normal;
color: #9b8e79;
padding-left: 10px;
}
.comment_text .time {
font-size: 12px;
font-weight: normal;
color: #9b8e79;
padding-left: 10px;
}
.comment_text .reply a {
display: block;
clear: both;
float: right;
padding: 1px 10px;
height: 24px;
text-align: center;
background: #3694ab;
border: 1px solid #fff;
color: #fff;
}
#comment_form {
clear: both;
}
#comment_form h3 {
font-size: 20px;
border-bottom: 1px dotted #666;
margin-bottom: 10px;
padding-bottom: 10px;
}
#comment_form form {
padding: 20px;
background: #021321;
border: 1px solid #000;
}
#comment_form form label {
color: #fff;
}
#comment_form textarea {
background: #072238 none repeat fixed 0 0;
border: 1px solid #000;
display:block;
height:150px;
color: #fff;
margin-top: 5px;
padding: 5px;
width: 540px;
font-family: Verdana,Geneva,sans-serif;
font-size: 12px;
}
#comment_form .form_row {
width: 100%;
margin-bottom: 15px;
}
#comment_form form input {
margin-top: 5px;
padding: 5px;
width: 200px;
color: #fff;
background:#072238 none repeat fixed 0 0;
border: 1px solid #000;
font-family: Verdana,Geneva,sans-serif;
font-size: 12px;
}
#comment_form .submit_btn {
width: 90px;
font-weight: bold;
color: #FFF;
cursor: pointer;
}
#gallery {
margin: 0;
padding: 0;
}
#gallery .gallery_box {
clear: both;
margin-bottom: 30px;
padding-bottom: 30px;
background: url(images/tooplate_divider.jpg) bottom repeat-x;
}
#gallery .gallery_box img {
float: left;
width: 540px;
height: 200px;
border: 1px solid #ccc;
padding: 9px;
margin-right: 40px;
background: #fff;
}
#gallery h3 {
line-height: 30px;
}
#gallery p {
margin-bottom: 30px;
}
#gallery .last_box {
margin-bottom: 0;
padding-bottom: 0;
background: none;
}
#tooplate_sidebar {
float: right;
width: 278px;
border: 1px solid #000;
background: #081e30
}
.sidbar_box {
padding: 14px;
border-bottom: 1px solid #194569;
background: url(images/tooplate_sidebar_box.jpg) top no-repeat
}
.recent_comment_box {
padding: 0 0 15px;
margin: 0 0 15px;
border-bottom: 1px dashed #433d3a;
}
.recent_comment_box a {
color: #6eb5ff;
font-weight: bold;
}
.last_recent_comment_box {
margin: 0;
padding: 0;
border: none;
}
#contact_form {
padding: 0;
width: 400px;
}
#contact_form form {
margin: 0px;
padding: 0px;
}
#contact_form form .input_field {
width: 280px;
color: #fff;
padding: 5px;
border: 1px solid #102a61;
background: #021321;
font-family: Verdana,Geneva,sans-serif;
font-size: 12px;
margin-top: 5px;
}
#contact_form form label {
display: block;
width: 100px;
margin-right: 10px;
font-size: 14px;
color: #fff;
}
#contact_form form textarea {
width: 388px;
height: 200px;
padding: 5px;
color: #fff;
border: 1px solid #102a61;
background: #021321;
font-family: Verdana,Geneva,sans-serif;
font-size: 12px;
margin-top: 5px;
}
#contact_form form .submit_btn {
margin: 5px 0px;
padding: 5px 14px;
text-decoration: none;
border: 1px solid #102a61;
background: #021321;
font-size: 14px;
color: #fff;
}
#tooplate_footer_wrapper {
clear: both;
width: 960px;
background: url(images/tooplate_divider.jpg) repeat-x top
}
#tooplate_footer {
clear: both;
width: 900px;
padding: 30px;
background: url(images/tooplate_footer.jpg) bottom center no-repeat
}
#tooplate_footer .col_w280 {
float: left;
width: 280px;
margin-right: 30px;
}
#tooplate_footer .last_col {
margin: 0;
}
#tooplate_copyright {
clear: both;
width: 960px;
height: 35px;
padding: 15px 0 0;
text-align: center;
background: url(images/tooplate_copyright.jpg) no-repeat top
}
#tooplate_copyright a {
color: #fff;
} | assets/tooplate_style.css | body {
margin: 0;
padding: 0;
color: #9ac1e3;
font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;
line-height: 1.7em;
background-color: #081e30;
background-image: url(images/tooplate_body.jpg);
background-repeat: no-repeat;
background-position: top center
}
a, a:link, a:visited {
color: #6eb5ff;
font-weight: normal;
text-decoration: underline;
font-size: 12px;
}
a:hover {
text-decoration: none;
}
a.more {
display: block;
width: 122px;
height: 26px;
padding: 2px 20px 0 0;
font-size: 12px;
text-align: center;
text-decoration: none;
font-weight: bold;
background: url(images/continue.png) no-repeat top center;
color: #7095b5;
}
a.more:hover {
color: #fff;
text-shadow: 1px 1px 1px #000;
}
p {
margin: 0 0 10px 0;
padding: 0;
}
img {
border: none;
}
blockquote {
font-style: italic;
margin: 0 0 0 10px;
}
cite {
font-weight: bold;
color:#3d8e7d;
}
cite span {
color: #3d8e7d;
}
em {
color: #000;
}
h1, h2, h3, h4, h5, h6 { color: #fff; font-weight: normal; }
h1 { font-size: 34px; margin: 0 0 20px; padding: 5px 0 }
h2 { font-size: 28px; margin: 0 0 15px; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }
.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }
.float_l { float: left }
.float_r { float: right }
.image_wrapper {
display: inline-block;
border: 1px solid #000;
padding: 3px;
background: none;
margin-bottom: 5px;
}
.image_fl {
float: left;
margin: 3px 30px 0 0;
}
.image_fr {
float: right;
margin: 3px 0 0 30px;
}
.tooplate_list {
margin: 20px 0 20px 10px;
padding: 0;
list-style: none;
}
.tooplate_list li {
color:#5093cd;
margin: 0;
padding: 0 0 5px 20px;
background: url(images/tooplate_list.png) no-repeat scroll 0 5px;
}
.tooplate_list li a {
color: #5093cd;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}
.tooplate_list li a:hover {
color: #fff;
}
#tooplate_wrapper {
margin: 0 auto;
width: 960px;
padding: 0 10px;
}
#tooplate_header {
width: 960px;
height: 95px;
background: url(images/tooplate_header.jpg) top center no-repeat;
}
#site_title {
float: left;
display: block;
}
#site_title h1 {
margin: 0;
padding: 30px 0 0 260px;
}
#site_title h1 a {
display: block;
width: 200px;
height: 42px;
color: #fff;
text-indent: -10000px;
background: url(images/tooplate_logo.png) no-repeat top left;
}
/* menu */
#tooplate_menu {
clear: both;
width: 960px;
height: 55px;
background: url(images/tooplate_menu.jpg);
}
#tooplate_menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#tooplate_menu ul li {
padding: 0;
margin: 0;
display: inline;
}
#tooplate_menu ul li a {
float: left;
display: block;
width: 115px;
line-height: 55px;
font-size: 14px;
color: #081e30;
text-align: center;
text-decoration: none;
font-weight: 700;
outline: none;
text-shadow: 1px 1px 1px #f5f5f5;
}
#tooplate_menu ul li a:hover, #tooplate_menu ul .current {
line-height: 49px;
text-shadow: 1px 1px 1px #86bce9;
background: url(images/tooplate_menu_hover.png) top center no-repeat
}
/* end of menu */
#tooplate_main {
clear: both;
width: 920px;
padding: 20px;
background: url(images/tooplate_main.jpg) top center no-repeat
}
#tooplate_content {
float: left;
width: 600px;
}
#homepage_slider {
width: 580px;
height: 300px;
padding: 10px;
background: #081e30;
margin-bottom: 30px;
overflow: hidden
}
.post_box {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #164a79;
}
.post_box_last {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.post_box .date_box {
float: left;
text-align: center;
width: 115px;
height: 115px;
background: url(images/tooplate_date.png) no-repeat top left;
}
.date {
padding: 20px 0 0 0;
font-size: 60px;
color: #fff;
margin-bottom: 10px;
}
.date span {
display: block;
clear: both;
margin-top: 10px;
font-size: 14px;
}
.post_comment {
color: #081e30;
font-weight: bold;
}
.post_box_right {
float: right;
width: 450px;
}
.post_box_right img {
width: 450px;
height: 180px;
margin-bottom: 10px;
}
.post_box h2 {
margin: 0;
padding: 10px 0 10px 0;
line-height: 30px;
}
.post_box .post_meta {
padding: 5px;
margin-bottom: 20px;
background: #051624;
}
.post_box p {
text-align: justify;
margin-bottom: 20px;
}
#comment_section {
clear: both;
margin-bottom: 60px;
width: 578px;
}
.first_level {
margin: 0; padding: 0;
}
.comments {
list-style: none;
}
.comments li {
margin-bottom: 10px;
list-style:none;
}
.comments li .commentbox1 {
border: 1px solid #000;
background: #021321;
}
.comments li .commentbox2 {
border: 1px solid #021321;
background: #072238;
}
.comments li .comment_box {
clear: both;
width:100%;
padding: 15px;
}
.comment_box .gravatar {
float: left;
width: 50px;
border: 1px solid #3c3735;
margin-right: 15px;
background: #3c3735;
}
.comment_box .gravatar img {
margin: 0;
width: 50px;
height: 50px;
}
.comment_box .comment_text {
margin: 0 0 0 65px;
}
.comment_box .comment_text p {
margin: 0;
}
.comment_text .comment_author {
font-size: 14px;
color: #fff;
margin-bottom: 10px;
}
.comment_text .date {
font-size: 12px;
font-weight: normal;
color: #9b8e79;
padding-left: 10px;
}
.comment_text .time {
font-size: 12px;
font-weight: normal;
color: #9b8e79;
padding-left: 10px;
}
.comment_text .reply a {
display: block;
clear: both;
float: right;
padding: 1px 10px;
height: 24px;
text-align: center;
background: #3694ab;
border: 1px solid #fff;
color: #fff;
}
#comment_form {
clear: both;
}
#comment_form h3 {
font-size: 20px;
border-bottom: 1px dotted #666;
margin-bottom: 10px;
padding-bottom: 10px;
}
#comment_form form {
padding: 20px;
background: #021321;
border: 1px solid #000;
}
#comment_form form label {
color: #fff;
}
#comment_form textarea {
background: #072238 none repeat fixed 0 0;
border: 1px solid #000;
display:block;
height:150px;
color: #fff;
margin-top: 5px;
padding: 5px;
width: 540px;
font-family: Verdana,Geneva,sans-serif;
font-size: 12px;
}
#comment_form .form_row {
width: 100%;
margin-bottom: 15px;
}
#comment_form form input {
margin-top: 5px;
padding: 5px;
width: 200px;
color: #fff;
background:#072238 none repeat fixed 0 0;
border: 1px solid #000;
font-family: Verdana,Geneva,sans-serif;
font-size: 12px;
}
#comment_form .submit_btn {
width: 90px;
font-weight: bold;
color: #FFF;
cursor: pointer;
}
#gallery {
margin: 0;
padding: 0;
}
#gallery .gallery_box {
clear: both;
margin-bottom: 30px;
padding-bottom: 30px;
background: url(images/tooplate_divider.jpg) bottom repeat-x;
}
#gallery .gallery_box img {
float: left;
width: 540px;
height: 200px;
border: 1px solid #ccc;
padding: 9px;
margin-right: 40px;
background: #fff;
}
#gallery h3 {
line-height: 30px;
}
#gallery p {
margin-bottom: 30px;
}
#gallery .last_box {
margin-bottom: 0;
padding-bottom: 0;
background: none;
}
#tooplate_sidebar {
float: right;
width: 278px;
border: 1px solid #000;
background: #081e30
}
.sidbar_box {
padding: 14px;
border-bottom: 1px solid #194569;
background: url(images/tooplate_sidebar_box.jpg) top no-repeat
}
.recent_comment_box {
padding: 0 0 15px;
margin: 0 0 15px;
border-bottom: 1px dashed #433d3a;
}
.recent_comment_box a {
color: #6eb5ff;
font-weight: bold;
}
.last_recent_comment_box {
margin: 0;
padding: 0;
border: none;
}
#contact_form {
padding: 0;
width: 400px;
}
#contact_form form {
margin: 0px;
padding: 0px;
}
#contact_form form .input_field {
width: 280px;
color: #fff;
padding: 5px;
border: 1px solid #102a61;
background: #021321;
font-family: Verdana,Geneva,sans-serif;
font-size: 12px;
margin-top: 5px;
}
#contact_form form label {
display: block;
width: 100px;
margin-right: 10px;
font-size: 14px;
color: #fff;
}
#contact_form form textarea {
width: 388px;
height: 200px;
padding: 5px;
color: #fff;
border: 1px solid #102a61;
background: #021321;
font-family: Verdana,Geneva,sans-serif;
font-size: 12px;
margin-top: 5px;
}
#contact_form form .submit_btn {
margin: 5px 0px;
padding: 5px 14px;
text-decoration: none;
border: 1px solid #102a61;
background: #021321;
font-size: 14px;
color: #fff;
}
#tooplate_footer_wrapper {
clear: both;
width: 960px;
background: url(images/tooplate_divider.jpg) repeat-x top
}
#tooplate_footer {
clear: both;
width: 900px;
padding: 30px;
background: url(images/tooplate_footer.jpg) bottom center no-repeat
}
#tooplate_footer .col_w280 {
float: left;
width: 280px;
margin-right: 30px;
}
#tooplate_footer .last_col {
margin: 0;
}
#tooplate_copyright {
clear: both;
width: 960px;
height: 35px;
padding: 15px 0 0;
text-align: center;
background: url(images/tooplate_copyright.jpg) no-repeat top
}
#tooplate_copyright a {
color: #fff;
} | 0.131466 | 0.090253 |
.dd-layouts-wrap .theme-settings-wrap {
/*copied from: .dd-layouts-where-used */
padding: 16px 16px;
background: #fff;
border: 1px solid #dfdfdf;
font-size: 13px;
}
.dd-layouts-wrap .theme-settings-wrap-collapsed {
padding-bottom: 0;
}
.dd-layouts-wrap .theme-settings-title {
font-size: 14px;
margin: -6px -16px 0;
padding: 0 15px 10px;
border-bottom: 1px solid #dfdfdf;
}
.dd-layouts-wrap .theme-settings-toggle{
float: right;
width: 20px;
height: 20px;
border-radius: 50%;
text-align: center;
line-height: 20px;
margin-top: -9px;
margin-right: -9px;
cursor: pointer;
}
.dd-layouts-wrap .theme-settings-toggle:focus {
outline: none;
-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
}
.dd-layouts-wrap .theme-settings-section-title {
font-size: 1.15em;
margin: 1em 0 .7em 0;
}
.dd-layouts-wrap .toolset-theme-settings-single-option-wrap {
margin: .7em 0;
}
.theme-settings-section + .theme-settings-section {
margin-top: 1.1em;
}
.theme-option-label:not(:empty) {
display: inline-block;
min-width: 200px;
}
.theme-option-label + select,
.theme-option-label + input,
.theme-option-label span {
margin-start: 5px;
-webkit-margin-start: 5px;
min-width: 200px;
}
.theme-option-label:empty + select,
.theme-option-label:empty + input {
margin-start: 0;
-webkit-margin-start: 0;
min-width: 410px;
}
.theme-option-switch-container {
display: inline-block;
vertical-align: top;
margin: .3em 0;
position:relative;
}
.theme-option-switch-label {
display: block;
}
.theme-settings-option {
margin: 1em 0;
}
.toolset-theme-options-hint {
color: #CCC;
cursor: pointer;
vertical-align: 0.2em!important; /* Important for overwriting: [class^="icon-"]{} */
font-size: 12px;
margin-left: 4px;
}
.toolset-theme-options-hint:hover {
color: #348BB6;
}
.theme-settings-section-content{
clear:both;
}
.theme-settings-section-summary{
float:left;
}
.disabled-section{
color: #CCC;
}
.toolset-non-assigned-message {
padding: 0 10px 10px 20px;
background: #f6f6f6;
border-left: solid 3px #cdcdcd;
margin-top: 15px;
}
.theme-options-box-visibility-controls-wrap{padding-bottom: 4px;}
.theme-options-color-picker-wrap{
display: inline-block;
position: relative;
left: 6px;
top: -6px;
}
.theme-settings-colorpicker-label{
display: inline-block;
}
.theme-option-switch-container .wp-picker-container{position:relative;top:10px;}
.toolset-theme-settings-single-option-wrap{padding-bottom: 8px;} | dist/wp-content/plugins/toolset-blocks/vendor/toolset/toolset-theme-settings/res/css/toolset-theme-integration.css | .dd-layouts-wrap .theme-settings-wrap {
/*copied from: .dd-layouts-where-used */
padding: 16px 16px;
background: #fff;
border: 1px solid #dfdfdf;
font-size: 13px;
}
.dd-layouts-wrap .theme-settings-wrap-collapsed {
padding-bottom: 0;
}
.dd-layouts-wrap .theme-settings-title {
font-size: 14px;
margin: -6px -16px 0;
padding: 0 15px 10px;
border-bottom: 1px solid #dfdfdf;
}
.dd-layouts-wrap .theme-settings-toggle{
float: right;
width: 20px;
height: 20px;
border-radius: 50%;
text-align: center;
line-height: 20px;
margin-top: -9px;
margin-right: -9px;
cursor: pointer;
}
.dd-layouts-wrap .theme-settings-toggle:focus {
outline: none;
-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
}
.dd-layouts-wrap .theme-settings-section-title {
font-size: 1.15em;
margin: 1em 0 .7em 0;
}
.dd-layouts-wrap .toolset-theme-settings-single-option-wrap {
margin: .7em 0;
}
.theme-settings-section + .theme-settings-section {
margin-top: 1.1em;
}
.theme-option-label:not(:empty) {
display: inline-block;
min-width: 200px;
}
.theme-option-label + select,
.theme-option-label + input,
.theme-option-label span {
margin-start: 5px;
-webkit-margin-start: 5px;
min-width: 200px;
}
.theme-option-label:empty + select,
.theme-option-label:empty + input {
margin-start: 0;
-webkit-margin-start: 0;
min-width: 410px;
}
.theme-option-switch-container {
display: inline-block;
vertical-align: top;
margin: .3em 0;
position:relative;
}
.theme-option-switch-label {
display: block;
}
.theme-settings-option {
margin: 1em 0;
}
.toolset-theme-options-hint {
color: #CCC;
cursor: pointer;
vertical-align: 0.2em!important; /* Important for overwriting: [class^="icon-"]{} */
font-size: 12px;
margin-left: 4px;
}
.toolset-theme-options-hint:hover {
color: #348BB6;
}
.theme-settings-section-content{
clear:both;
}
.theme-settings-section-summary{
float:left;
}
.disabled-section{
color: #CCC;
}
.toolset-non-assigned-message {
padding: 0 10px 10px 20px;
background: #f6f6f6;
border-left: solid 3px #cdcdcd;
margin-top: 15px;
}
.theme-options-box-visibility-controls-wrap{padding-bottom: 4px;}
.theme-options-color-picker-wrap{
display: inline-block;
position: relative;
left: 6px;
top: -6px;
}
.theme-settings-colorpicker-label{
display: inline-block;
}
.theme-option-switch-container .wp-picker-container{position:relative;top:10px;}
.toolset-theme-settings-single-option-wrap{padding-bottom: 8px;} | 0.308503 | 0.058025 |
body::-webkit-scrollbar {
display: none;
-ms-overflow-style: none;
}
.form-control, .form-control:focus {
background-color: #f8fafc;
}
.form-group {
margin-bottom: 2rem;
}
.card {
color: black;
}
.cover {
width: 120px !important;
height: 164px !important;
background-color: darkgrey
}
#WTcontent {
padding-bottom: 30px;
overflow: hidden;
padding-top: 5px;
margin-top: -1px;
}
#WTplayer-box{ overflow: visible }
.WTcontent-box {
width: 980px;
background-color: #f4f4f4;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 10px -4px #000;
-webkit-box-shadow: 0 1px 10px -4px #000;
box-shadow: 0 1px 10px -4px #000;
overflow: hidden;
margin-top: 5px;
}
.WTbox-search {
float: right;
width: 170px;
height: 33px;
background-color: #fff;
border: 1px solid #b6b6b6;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
margin-top: 7px;
padding-left: 10px;
overflow: hidden;
margin-right: 10px;
}
.WTbox-search input{
outline: none;
float: left;
width: 140px;
height: 21px;
line-height: 21px;
border: 0;
font-family: Tahoma;
font-size: 13px;
font-style: italic;
color: #b6b6b6;
margin-top: 5px;
}
.WTbox-header {
height: 48px;
width: 979px;
background: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-sizing: unset;
}
.WTbox-caption {
float: left;
width: 190px;
height: 15px;
margin: 17px 18px 0 16px;
text-transform: uppercase;
font-family: 'AvenirLT Heavy Bold';
font-size: 14px;
color: #797777;
text-transform: uppercase;
}
.WTbox-content {
width: 970px;
overflow: hidden;
}
.WTbox-media {
float: left;
width: 950px;
overflow: hidden;
}
.WTlist-content {
overflow: hidden;
height: 460px;
width: 950px;
float: left;
position: relative;
}
.WTmovies-list {
overflow: hidden;
height: 832px;
width: 950px;
position: absolute;
}
.WTlist-aux {
position: absolute;
}
.WTitem {
float: left;
width: 136px;
height: 198px;
background-color: #fff;
border: 1px solid #d4d4d4;
border-bottom: 1px solid #a7a7a7;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 5px 10px -7px #000;
-webkit-box-shadow: 0 5px 10px -7px #000;
box-shadow: 0 5px 10px -7px #000;
padding: 3px;
margin-left: 18px;
margin-top: 20px;
}
.WTplayer-aux {
width: 930px;
padding: 25px;
overflow: hidden;
}
.WTthumb {
float: left;
width: 136px;
overflow: hidden;
margin-right: 15px;
}
.WTthumb-aux {
float: left;
width: 136px;
height: 198px;
overflow: hidden;
background-color: #fff;
border: 1px solid #D4D4D4;
border-bottom: 1px solid #A7A7A7;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 5px 10px -7px #000;
-webkit-box-shadow: 0 5px 10px -7px #000;
box-shadow: 0 5px 10px -7px #000;
padding: 3px;
}
.WT-info {
float: left;
width: 728px;
margin-top: 2px;
}
.WT-name {
font-family: 'PTSans Bold', Tahoma, serif;
font-size: 20px;
color: #4282A8;
text-decoration: none;
}
.WT-detailed-info {
float: left;
width: 400px;
overflow: hidden;
}
.WTdetailed-aux {
width: 400px;
overflow: hidden;
}
.WTgenre {
font-family: 'PTSans Bold', Tahoma;
font-size: 13px;
color: #7F7F82;
}
.WTyear {
font-family: Tahoma;
font-size: 14px;
color: #7f7f82;
}
.WTdirector-caption {
font-family: 'PTSansBoldItalic', Tahoma;
font-size: 13px;
color: #3c3c3c;
}
.WTdirector {
font-family: Tahoma;
font-size: 11px;
color: #545457;
}
.WTcenter {
margin: 0 auto;
width: 980px
}
.clear {
clear: both;
}
.WT-content-synopsis {
float: left;
font-family: Tahoma;
font-size: 13px;
color: #545457;
text-shadow: 0 1px #fff;
-moz-text-shadow: 0 1px #fff;
-webkit-text-shadow: 0 1px #fff;
line-height: 18px;
margin-bottom: 5px;
}
#WT-actions {
float: left;
width: 900px;
height: 45px;
overflow: hidden;
border: 1px solid #CFCFCF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 10px -1px #D9D9D9;
-webkit-box-shadow: 0 1px 10px -1px #D9D9D9;
box-shadow: 0 1px 10px -1px #D9D9D9;
background: #fff;
padding: 0 15px;
}
#WT-actions button {
float: left;
font-family: Tahoma;
font-size: 11px;
color: #9d9d9d;
text-decoration: none;
margin: 12px 13px 0 0;
overflow: hidden;
cursor: default;
-webkit-appearance: none;
-webkit-writing-mode: unset;
text-rendering: unset;
letter-spacing: unset;
word-spacing: unset;
text-transform: none;
text-indent: unset;
text-shadow: unset;
display: unset;
text-align: unset;
align-items: unset;
background-color: unset;
box-sizing: unset;
padding: unset;
border: unset;
}
/* Footer */
.site-footer
{
background-color:#26272b;
padding:15px 0 0px;
font-size:15px;
line-height:24px;
color:#737373;
margin-top: 85%;
}
.site-footer hr
{
border-top-color:#bbb;
opacity:0.5
}
.site-footer hr.small
{
margin:20px 0
}
.site-footer h6
{
color:#fff;
font-size:16px;
text-transform:uppercase;
margin-top:5px;
letter-spacing:2px
}
.site-footer a
{
color:#737373;
}
.site-footer a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links
{
padding-left:0;
list-style:none
}
.footer-links li
{
display:block
}
.footer-links a
{
color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links.inline li
{
display:inline-block
}
.site-footer .social-icons
{
text-align:right
}
.site-footer .social-icons a
{
width:40px;
height:40px;
line-height:40px;
margin-left:6px;
margin-right:0;
border-radius:100%;
background-color:#33353d
}
.copyright-text
{
margin:0
}
@media (max-width:991px)
{
.site-footer [class^=col-]
{
margin-bottom:30px
}
}
@media (max-width:767px)
{
.site-footer
{
padding-bottom:0
}
.site-footer .copyright-text,.site-footer .social-icons
{
text-align:center
}
}
.social-icons
{
padding-left:0;
margin-bottom:0;
list-style:none
}
.social-icons li
{
display:inline-block;
margin-bottom:4px
}
.social-icons li.title
{
margin-right:15px;
text-transform:uppercase;
color:#96a2b2;
font-weight:700;
font-size:13px
}
.social-icons a{
background-color:#eceeef;
color:#818a91;
font-size:16px;
display:inline-block;
line-height:44px;
width:44px;
height:44px;
text-align:center;
margin-right:8px;
border-radius:100%;
-webkit-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
color:#fff;
background-color:#29aafe
}
.social-icons.size-sm a
{
line-height:34px;
height:34px;
width:34px;
font-size:14px
}
.social-icons a.facebook:hover
{
background-color:#3b5998
}
.social-icons a.twitter:hover
{
background-color:#00aced
}
.social-icons a.linkedin:hover
{
background-color:#007bb6
}
.social-icons a.dribbble:hover
{
background-color:#ea4c89
}
@media (max-width:767px)
{
.social-icons li.title
{
display:block;
margin-right:0;
font-weight:600
}
}
/*CSS Historico*/
.image-parent {
max-width: 40px;
} | public/css/custom.css | body::-webkit-scrollbar {
display: none;
-ms-overflow-style: none;
}
.form-control, .form-control:focus {
background-color: #f8fafc;
}
.form-group {
margin-bottom: 2rem;
}
.card {
color: black;
}
.cover {
width: 120px !important;
height: 164px !important;
background-color: darkgrey
}
#WTcontent {
padding-bottom: 30px;
overflow: hidden;
padding-top: 5px;
margin-top: -1px;
}
#WTplayer-box{ overflow: visible }
.WTcontent-box {
width: 980px;
background-color: #f4f4f4;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 10px -4px #000;
-webkit-box-shadow: 0 1px 10px -4px #000;
box-shadow: 0 1px 10px -4px #000;
overflow: hidden;
margin-top: 5px;
}
.WTbox-search {
float: right;
width: 170px;
height: 33px;
background-color: #fff;
border: 1px solid #b6b6b6;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
margin-top: 7px;
padding-left: 10px;
overflow: hidden;
margin-right: 10px;
}
.WTbox-search input{
outline: none;
float: left;
width: 140px;
height: 21px;
line-height: 21px;
border: 0;
font-family: Tahoma;
font-size: 13px;
font-style: italic;
color: #b6b6b6;
margin-top: 5px;
}
.WTbox-header {
height: 48px;
width: 979px;
background: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-sizing: unset;
}
.WTbox-caption {
float: left;
width: 190px;
height: 15px;
margin: 17px 18px 0 16px;
text-transform: uppercase;
font-family: 'AvenirLT Heavy Bold';
font-size: 14px;
color: #797777;
text-transform: uppercase;
}
.WTbox-content {
width: 970px;
overflow: hidden;
}
.WTbox-media {
float: left;
width: 950px;
overflow: hidden;
}
.WTlist-content {
overflow: hidden;
height: 460px;
width: 950px;
float: left;
position: relative;
}
.WTmovies-list {
overflow: hidden;
height: 832px;
width: 950px;
position: absolute;
}
.WTlist-aux {
position: absolute;
}
.WTitem {
float: left;
width: 136px;
height: 198px;
background-color: #fff;
border: 1px solid #d4d4d4;
border-bottom: 1px solid #a7a7a7;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 5px 10px -7px #000;
-webkit-box-shadow: 0 5px 10px -7px #000;
box-shadow: 0 5px 10px -7px #000;
padding: 3px;
margin-left: 18px;
margin-top: 20px;
}
.WTplayer-aux {
width: 930px;
padding: 25px;
overflow: hidden;
}
.WTthumb {
float: left;
width: 136px;
overflow: hidden;
margin-right: 15px;
}
.WTthumb-aux {
float: left;
width: 136px;
height: 198px;
overflow: hidden;
background-color: #fff;
border: 1px solid #D4D4D4;
border-bottom: 1px solid #A7A7A7;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 5px 10px -7px #000;
-webkit-box-shadow: 0 5px 10px -7px #000;
box-shadow: 0 5px 10px -7px #000;
padding: 3px;
}
.WT-info {
float: left;
width: 728px;
margin-top: 2px;
}
.WT-name {
font-family: 'PTSans Bold', Tahoma, serif;
font-size: 20px;
color: #4282A8;
text-decoration: none;
}
.WT-detailed-info {
float: left;
width: 400px;
overflow: hidden;
}
.WTdetailed-aux {
width: 400px;
overflow: hidden;
}
.WTgenre {
font-family: 'PTSans Bold', Tahoma;
font-size: 13px;
color: #7F7F82;
}
.WTyear {
font-family: Tahoma;
font-size: 14px;
color: #7f7f82;
}
.WTdirector-caption {
font-family: 'PTSansBoldItalic', Tahoma;
font-size: 13px;
color: #3c3c3c;
}
.WTdirector {
font-family: Tahoma;
font-size: 11px;
color: #545457;
}
.WTcenter {
margin: 0 auto;
width: 980px
}
.clear {
clear: both;
}
.WT-content-synopsis {
float: left;
font-family: Tahoma;
font-size: 13px;
color: #545457;
text-shadow: 0 1px #fff;
-moz-text-shadow: 0 1px #fff;
-webkit-text-shadow: 0 1px #fff;
line-height: 18px;
margin-bottom: 5px;
}
#WT-actions {
float: left;
width: 900px;
height: 45px;
overflow: hidden;
border: 1px solid #CFCFCF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 10px -1px #D9D9D9;
-webkit-box-shadow: 0 1px 10px -1px #D9D9D9;
box-shadow: 0 1px 10px -1px #D9D9D9;
background: #fff;
padding: 0 15px;
}
#WT-actions button {
float: left;
font-family: Tahoma;
font-size: 11px;
color: #9d9d9d;
text-decoration: none;
margin: 12px 13px 0 0;
overflow: hidden;
cursor: default;
-webkit-appearance: none;
-webkit-writing-mode: unset;
text-rendering: unset;
letter-spacing: unset;
word-spacing: unset;
text-transform: none;
text-indent: unset;
text-shadow: unset;
display: unset;
text-align: unset;
align-items: unset;
background-color: unset;
box-sizing: unset;
padding: unset;
border: unset;
}
/* Footer */
.site-footer
{
background-color:#26272b;
padding:15px 0 0px;
font-size:15px;
line-height:24px;
color:#737373;
margin-top: 85%;
}
.site-footer hr
{
border-top-color:#bbb;
opacity:0.5
}
.site-footer hr.small
{
margin:20px 0
}
.site-footer h6
{
color:#fff;
font-size:16px;
text-transform:uppercase;
margin-top:5px;
letter-spacing:2px
}
.site-footer a
{
color:#737373;
}
.site-footer a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links
{
padding-left:0;
list-style:none
}
.footer-links li
{
display:block
}
.footer-links a
{
color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links.inline li
{
display:inline-block
}
.site-footer .social-icons
{
text-align:right
}
.site-footer .social-icons a
{
width:40px;
height:40px;
line-height:40px;
margin-left:6px;
margin-right:0;
border-radius:100%;
background-color:#33353d
}
.copyright-text
{
margin:0
}
@media (max-width:991px)
{
.site-footer [class^=col-]
{
margin-bottom:30px
}
}
@media (max-width:767px)
{
.site-footer
{
padding-bottom:0
}
.site-footer .copyright-text,.site-footer .social-icons
{
text-align:center
}
}
.social-icons
{
padding-left:0;
margin-bottom:0;
list-style:none
}
.social-icons li
{
display:inline-block;
margin-bottom:4px
}
.social-icons li.title
{
margin-right:15px;
text-transform:uppercase;
color:#96a2b2;
font-weight:700;
font-size:13px
}
.social-icons a{
background-color:#eceeef;
color:#818a91;
font-size:16px;
display:inline-block;
line-height:44px;
width:44px;
height:44px;
text-align:center;
margin-right:8px;
border-radius:100%;
-webkit-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
color:#fff;
background-color:#29aafe
}
.social-icons.size-sm a
{
line-height:34px;
height:34px;
width:34px;
font-size:14px
}
.social-icons a.facebook:hover
{
background-color:#3b5998
}
.social-icons a.twitter:hover
{
background-color:#00aced
}
.social-icons a.linkedin:hover
{
background-color:#007bb6
}
.social-icons a.dribbble:hover
{
background-color:#ea4c89
}
@media (max-width:767px)
{
.social-icons li.title
{
display:block;
margin-right:0;
font-weight:600
}
}
/*CSS Historico*/
.image-parent {
max-width: 40px;
} | 0.40698 | 0.086478 |
@font-face {
font-family: "Averta";
src: url("/TW-Averta-Regular.eot");
src: url("/TW-Averta-Regular.eot?#iefix") format("embedded-opentype"),
url("/TW-Averta-Regular.woff2") format("woff2"),
url("/TW-Averta-Regular.woff") format("woff"),
url("/TW-Averta-Regular.ttf") format("truetype");
font-weight: 500;
}
@font-face {
font-family: "Averta";
src: url("/TW-Averta-Bold.eot");
src: url("/TW-Averta-Bold.eot?#iefix") format("embedded-opentype"),
url("/TW-Averta-Bold.woff2") format("woff2"),
url("/TW-Averta-Bold.woff") format("woff"),
url("/TW-Averta-Bold.ttf") format("truetype");
font-weight: 800;
}
html,
body {
background: #f2f5f7;
padding: 0;
margin: 0;
font-family: Averta, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
--brand-white: #fff;
--text-color: #5d7079;
--link-color: #00b9ff;
--brand-pale-blue-minus-20: #77d9f7;
--brand-pale-blue-minus-10: #a7e2f9;
--brand-pale-blue: #dbf0fd;
--brand-navy-minus-20: #253655;
--brand-navy-minus-10: #2e4369;
--brand-navy: #37517e;
--brand-blue-minus-20: #111824;
--brand-blue-minus-10: #192439;
--brand-blue: #223049;
--brand-blue-plus-10: #283957;
--brand-blue-plus-20: #2f4366;
--brand-blue--rbg: 34, 48, 73;
--brand-light-blue-minus-20: #008ec0;
--brand-light-blue-minus-10: #00a4df;
--brand-light-blue: #00b9ff;
--brand-light-blue-wash: #d8f1fa;
--brand-grey-minus-20: #384347;
--brand-grey-minus-10: #4a5860;
--brand-grey: #5d7079;
--brand-grey-plus-10: #6f8691;
--brand-grey-plus-20: #829ca9;
--brand-smoke-minus-20: #7e7f81;
--brand-smoke-minus-10: #a8aaac;
--brand-smoke: #d3d5d8;
--brand-smoke-plus-10: #e2e6e8;
--brand-smoke-plus-20: #f2f5f7;
--brand-red-minus-20: #b62a18;
--brand-red-minus-10: #c22e2e;
--brand-red: #f53636;
--brand-red-wash: #ffdfdf;
--brand-red-alert: #c22e2e;
--brand-green-minus-20: #1b7940;
--brand-green-minus-10: #28b862;
--brand-green: #2ed06e;
--brand-green-wash: #d6f5e2;
--brand-green-alert: #1b7940;
--brand-orange-minus-20: #9e5f00;
--brand-orange-minus-10: #df8700;
--brand-orange: #ffa600;
--brand-orange-wash: #fff3dd;
--brand-orange-alert: #9e5f00;
--brand-yellow-minus-20: #c0ae10;
--brand-yellow-minus-10: #dfc912;
--brand-yellow: #ffe714;
--gray-base: var(--brand-smoke-plus-20);
--gray-darker: var(--brand-grey-minus-20);
--gray-dark: var(--brand-grey-minus-10);
}
* {
box-sizing: border-box;
}
h1 {
color: var(--brand-navy)
}
h1 > span.dot {
color: var(--brand-light-blue)
}
.app {
margin: 32px auto 32px auto;
}
@media (min-width: 930px) {
.app {
width: 930px;
}
}
svg {
display: block;
}
.hue-picker,
.circle-picker {
margin: 8px 0px;
}
/* btn-group from tw bootstrap */
.btn-group {
position: relative;
display: inline-block;
}
.btn-group > .btn:first-child:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn.default {
color: #00b9ff;
background-color: transparent;
border-color: #00b9ff;
-webkit-transition: all .15s ease-in-out;
-o-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
}
.btn-default:active,
.btn-default.active,
.btn-default:hover {
background-color: var(--brand-light-blue);
color: white;
}
.btn {
color: var(--text-color);
display: inline-block;
padding: 8px 16px 8px;
margin-bottom: 0;
font-size: 14px;
font-weight: 600;
line-height: 24px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 3px;
}
.btn:focus{
outline: none;
}
.circle-picker {
width: auto !important;
} | src-demo/styles/global.css | @font-face {
font-family: "Averta";
src: url("/TW-Averta-Regular.eot");
src: url("/TW-Averta-Regular.eot?#iefix") format("embedded-opentype"),
url("/TW-Averta-Regular.woff2") format("woff2"),
url("/TW-Averta-Regular.woff") format("woff"),
url("/TW-Averta-Regular.ttf") format("truetype");
font-weight: 500;
}
@font-face {
font-family: "Averta";
src: url("/TW-Averta-Bold.eot");
src: url("/TW-Averta-Bold.eot?#iefix") format("embedded-opentype"),
url("/TW-Averta-Bold.woff2") format("woff2"),
url("/TW-Averta-Bold.woff") format("woff"),
url("/TW-Averta-Bold.ttf") format("truetype");
font-weight: 800;
}
html,
body {
background: #f2f5f7;
padding: 0;
margin: 0;
font-family: Averta, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
--brand-white: #fff;
--text-color: #5d7079;
--link-color: #00b9ff;
--brand-pale-blue-minus-20: #77d9f7;
--brand-pale-blue-minus-10: #a7e2f9;
--brand-pale-blue: #dbf0fd;
--brand-navy-minus-20: #253655;
--brand-navy-minus-10: #2e4369;
--brand-navy: #37517e;
--brand-blue-minus-20: #111824;
--brand-blue-minus-10: #192439;
--brand-blue: #223049;
--brand-blue-plus-10: #283957;
--brand-blue-plus-20: #2f4366;
--brand-blue--rbg: 34, 48, 73;
--brand-light-blue-minus-20: #008ec0;
--brand-light-blue-minus-10: #00a4df;
--brand-light-blue: #00b9ff;
--brand-light-blue-wash: #d8f1fa;
--brand-grey-minus-20: #384347;
--brand-grey-minus-10: #4a5860;
--brand-grey: #5d7079;
--brand-grey-plus-10: #6f8691;
--brand-grey-plus-20: #829ca9;
--brand-smoke-minus-20: #7e7f81;
--brand-smoke-minus-10: #a8aaac;
--brand-smoke: #d3d5d8;
--brand-smoke-plus-10: #e2e6e8;
--brand-smoke-plus-20: #f2f5f7;
--brand-red-minus-20: #b62a18;
--brand-red-minus-10: #c22e2e;
--brand-red: #f53636;
--brand-red-wash: #ffdfdf;
--brand-red-alert: #c22e2e;
--brand-green-minus-20: #1b7940;
--brand-green-minus-10: #28b862;
--brand-green: #2ed06e;
--brand-green-wash: #d6f5e2;
--brand-green-alert: #1b7940;
--brand-orange-minus-20: #9e5f00;
--brand-orange-minus-10: #df8700;
--brand-orange: #ffa600;
--brand-orange-wash: #fff3dd;
--brand-orange-alert: #9e5f00;
--brand-yellow-minus-20: #c0ae10;
--brand-yellow-minus-10: #dfc912;
--brand-yellow: #ffe714;
--gray-base: var(--brand-smoke-plus-20);
--gray-darker: var(--brand-grey-minus-20);
--gray-dark: var(--brand-grey-minus-10);
}
* {
box-sizing: border-box;
}
h1 {
color: var(--brand-navy)
}
h1 > span.dot {
color: var(--brand-light-blue)
}
.app {
margin: 32px auto 32px auto;
}
@media (min-width: 930px) {
.app {
width: 930px;
}
}
svg {
display: block;
}
.hue-picker,
.circle-picker {
margin: 8px 0px;
}
/* btn-group from tw bootstrap */
.btn-group {
position: relative;
display: inline-block;
}
.btn-group > .btn:first-child:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn.default {
color: #00b9ff;
background-color: transparent;
border-color: #00b9ff;
-webkit-transition: all .15s ease-in-out;
-o-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
}
.btn-default:active,
.btn-default.active,
.btn-default:hover {
background-color: var(--brand-light-blue);
color: white;
}
.btn {
color: var(--text-color);
display: inline-block;
padding: 8px 16px 8px;
margin-bottom: 0;
font-size: 14px;
font-weight: 600;
line-height: 24px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 3px;
}
.btn:focus{
outline: none;
}
.circle-picker {
width: auto !important;
} | 0.340376 | 0.099383 |
@charset "UTF-8";
/**
* Layout
*/
.ns-cloner-wrapper {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ns-cloner-form {
margin-bottom: 40px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0 15px;
}
.ns-cloner-sidebar {
width: 350px;
padding: 0 30px 0 15px;
}
/**
* Header
*/
.ns-cloner-header {
padding: 30px 40px;
background: #1f1f1f url(../images/bg-texture.png);
margin: 0 0 30px -20px;
}
.ns-cloner-header a {
text-decoration: none;
}
.ns-cloner-header h1,
.ns-cloner-header span {
display: inline-block;
position: relative;
left: 25px;
bottom: 35px;
color: #ab8718;
font-size: 24px;
font-weight: 400;
}
.ns-cloner-header span {
color: white;
font-size: 28px;
margin-right: 25px;
bottom: 36px;
}
.ns-cloner-header-pro {
float: right;
padding-top: 2px;
text-align: center;
line-height: 1.4em;
border-left: solid 1px #303030;
padding-left: 36px;
}
.ns-cloner-header-pro strong {
display: block;
color: #ccc;
font-weight: 300;
font-size: 17px;
}
.ns-cloner-header-pro a {
display: inline-block;
margin: 10px auto;
font-size: 13px;
padding: 10px 32px 12px !important;
height: 18px !important;
border-radius: 2px !important;
}
.ns-cloner-header-pro a:hover {
color: #ddd;
box-shadow: none !important;
}
/**
* Section boxes + sidebar widgets
*/
.ns-cloner-collapse-all,
.ns-cloner-expand-all {
font-size: 11px !important;
padding: 3px 8px !important;
margin-top: -4px;
cursor: pointer;
border: solid #393939 1px;
margin-left: 4px;
background: #303030;
border-radius: 2px;
color: #ddd;
float: right;
}
.ns-cloner-collapse-all small,
.ns-cloner-expand-all small {
padding: 0 3px;
}
.ns-cloner-collapse-all:hover,
.ns-cloner-expand-all:hover {
-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.ns-cloner-section,
.ns-cloner-sidebar .ns-side-widget {
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
border-radius: 2px;
margin: 0 0 20px;
background: #f8f8f8;
}
.ns-cloner-section-header {
cursor: pointer;
}
.ns-cloner-section-header {
margin: 0;
padding: 20px 25px;
height: 1.2em;
font-size: 16px;
color: white;
border: solid 1px #333;
border-radius: 2px 2px 0 0;
background-color: #1f1f1f;
font-weight: 400;
}
#ns-cloner-section-modes .ns-cloner-section-header {
cursor: default;
}
.ns-cloner-section-header h4 {
float: left;
margin: 0;
font-weight: normal;
}
.ns-cloner-section-collapse {
cursor: pointer;
}
.ns-cloner-section-collapse::before {
content: " ";
display: block;
float: right;
border-style: solid;
border-width: 6px 4px;
border-color: transparent transparent white;
margin: 0;
cursor: pointer;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s;
}
.ns-cloner-section.closed .ns-cloner-section-collapse::before {
margin-top: 0.4em;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
/**
* Section contents / children
*/
.ns-cloner-section-content {
padding: 20px 25px 25px;
background: #f8f8f8;
height: auto;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s;
border: solid 1px #fff;
border-radius: 0 0 4px 4px;
margin-top: -1px;
position: relative;
}
.ns-cloner-section.closed .ns-cloner-section-content {
height: 0;
padding: 0 25px;
border: 0;
overflow: hidden;
}
.ns-cloner-section-content *:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-color: #ddd !important;
}
.ns-cloner-section-content > *:first-child,
.ns-cloner-section-content > *:first-child > *:first-child {
margin-top: 0 !important;
}
.ns-cloner-section-content > *:last-child,
.ns-cloner-section-content > *:last-child > *:last-child {
margin-bottom: 0 !important;
}
.ns-cloner-section-content h5 {
font-size: 1.1em;
margin: 0 0 0.7em;
}
.ns-cloner-section-content label + h5,
.ns-cloner-section-content input + h5,
.ns-cloner-section-content .description + h5,
.ns-cloner-section-content .ns-cloner-input-group + h5 {
margin-top: 0.7em;
}
.ns-cloner-section-content h5 label {
margin-top: 0;
}
.ns-cloner-section-content p {
padding: 0.4em 0;
margin: 0;
border: 0;
}
.ns-cloner-section-content .description,
.ns-cloner-mode-description p {
font-style: italic;
}
.ns-cloner-section-content .description + .description {
padding-top: 0 !important;
}
.ns-cloner-section-content label {
display: block;
padding: 0.25em;
margin-top: 0.5em;
font-weight: 500;
clear: both;
}
.ns-cloner-section-content input[type=text],
.ns-cloner-section-content select,
.ns-cloner-section-content textarea {
padding: 0.5em 1em;
margin: 0;
height: auto;
width: 100%;
border-radius: 0;
border-color: #bbb;
}
.ns-cloner-section-content strong {
color: #be9719;
}
.ns-cloner-section-content table {
width: 100%;
border: solid 1px #eee;
margin-bottom: 0.5em;
}
.ns-cloner-section-content th {
padding: 10px;
border-bottom: solid 1px #eee;
text-align: left;
}
.ns-cloner-section-content th.date-col {
width: 15em;
}
.ns-cloner-section-content th.action-col {
width: 8em;
text-align: center;
}
.ns-cloner-section-content td {
padding: 5px 10px;
border-bottom: solid 1px #eee;
}
.ns-cloner-section-content tr:last-child td {
border-bottom: 0;
}
.ns-cloner-section-content td .button {
display: block;
margin: 0 auto;
text-align: center;
position: relative;
}
.ns-cloner-section-content td .button.working:after {
content: url(../images/loading.gif);
display: block;
position: absolute;
top: 3px;
right: -25px;
}
/**
* Input groups
*/
.ns-cloner-section-content .ns-cloner-input-group {
display: flex;
max-width: 100%;
}
.ns-cloner-section-content .ns-cloner-input-group label {
background-color: #eaeaea;
padding: 0.5em 1em;
border: solid 1px #ccc;
position: relative;
display: inline-block;
bottom: 0;
left: 1px;
height: 35px;
box-sizing: border-box;
color: #777;
margin: 0;
}
.ns-cloner-section-content .ns-cloner-input-group input {
flex: 1;
height: 35px;
}
.ns-cloner-section-content .ns-cloner-input-group input + label {
left: -2px;
}
.ns-cloner-section-content .ns-cloner-input-group > *:first-child {
border-radius: 2px 0 0 2px;
}
.ns-cloner-section-content .ns-cloner-input-group > *:last-child {
border-radius: 0 2px 2px 0;
}
.ns-cloner-section-content .ns-cloner-input-group + .ns-cloner-input-group {
margin-top: -1px;
}
/**
* Checkbox groups
*/
.ns-cloner-multi-checkbox-wrapper {
border: solid 1px #ddd;
border-radius: 2px;
background: #fff;
padding: 1em 1.4em;
overflow: auto;
min-height: 6em;
max-height: 12em;
margin: 1em 0;
}
.ns-cloner-multi-checkbox-wrapper.loading {
opacity: 0.75;
background: url(../images/spinner.gif) no-repeat center center;
}
.ns-cloner-multi-checkbox-wrapper label {
margin-top: 0.35em;
font-weight: normal;
}
.ns-cloner-multi-checkbox-wrapper .description {
font-size: 0.9em;
color: #999;
}
/**
* Chosen (select elements)
*/
.ns-cloner-section .chosen-container {
margin-bottom: 0.5em !important;
}
.ns-cloner-section .chosen-single {
padding: 5px 12px !important;
height: 36px !important;
border-color: #ccc !important;
border-radius: 2px !important;
background: white !important;
}
.ns-cloner-section .chosen-single b {
background-position: 0 7px !important;
}
.ns-cloner-section .chosen-choices {
border-color: #ccc !important;
}
.ns-cloner-section .chosen-choices .search-field {
padding: 5px 5px 2px !important;
}
.ns-cloner-section .chosen-choices .search-choice {
padding: 8px 22px 8px 10px !important;
}
.ns-cloner-section .chosen-choices .search-choice-close {
top: 10px !important;
right: 5px !important;
}
.ns-cloner-section .chosen-container .chosen-results li {
padding: 6px 8px !important;
}
.ns-cloner-section .chosen-container .chosen-results li.highlighted {
background: #ab8718 !important;
}
/**
* Repeaters
*/
.ns-repeater li {
display: flex !important;
}
C .ns-repeater li.invisible {
visibility: hidden;
height: 0;
overflow: hidden;
margin: 0;
}
.ns-repeater input[type=text] {
display: block;
flex: 1;
margin-right: -2px;
height: 35px;
}
.ns-repeater .chosen-container {
width: 100%;
flex-basis: 30%;
position: relative;
margin: 0 10px 0 15px;
bottom: 1px;
}
.ns-repeater-add {
margin: -0.35em 0 0.7em 0 !important;
}
.ns-repeater-remove {
background-color: #eaeaea;
padding: 8px 8px;
border: solid 1px #ccc;
position: relative;
display: inline-block;
bottom: 0;
left: 1px;
height: 35px;
box-sizing: border-box;
color: #777;
margin: 0;
cursor: pointer;
}
.ns-repeater-remove:after {
content: "";
font-size: 18px;
font-family: "dashicons";
}
/**
* Inline validation
*/
span.ns-cloner-validating-spinner, .ns-cloner-loader-icon {
margin-top: -30px;
display: inline-block;
float: right;
}
span.ns-cloner-validating-spinner:before, .ns-cloner-loader-icon:before {
content: url(../images/loading.gif);
padding: 0 0.5em;
display: inline-block;
position: relative;
top: 3px;
font-size: 18px;
font-family: dashicons;
}
span.ns-cloner-validating-spinner.valid:before, .ns-cloner-loader-icon.valid:before {
content: "";
color: #558855;
}
span.ns-cloner-validating-spinner:first-child, .ns-cloner-loader-icon:first-child {
float: none;
}
.ns-cloner-loader-icon {
float: none;
}
.ns-cloner-section-content .ns-cloner-input-group .ns-cloner-validating-spinner {
padding-top: 5px;
margin-top: 0;
}
/**
* Sidebar
*/
.ns-cloner-sidebar .ns-side-widget {
border: solid 1px #ddd;
text-align: center;
}
.ns-cloner-sidebar .ns-side-widget h5 {
margin: 0;
padding: 12px 25px;
height: 1.2em;
font-size: 14px;
color: white;
border: solid 1px #444;
border-radius: 2px 2px 0 0;
background-color: #4d4d4d;
font-weight: 400;
}
.ns-cloner-sidebar .ns-side-widget h5 a {
color: #ab8718;
text-decoration: none;
}
.ns-cloner-sidebar .ns-side-widget-content {
padding: 15px;
background: #f8f8f8;
}
.ns-side-widget-content p {
padding: 0;
margin: 0 0 10px;
}
.ns-side-widget-content p:last-child {
margin-bottom: 0;
}
.ns-featured-widget .ns-side-widget-content {
padding: 0;
}
.ns-random-widget .ns-side-widget-content {
padding: 30px;
}
.ns-links-widget .ns-side-widget-content {
text-align: left;
}
.ns-subscribe-widget form > * {
text-align: center;
}
.ns-subscribe-widget div#ns-subscribe-form > form button {
background: #ab8718 !important;
font-size: 13px;
border-radius: 2px !important;
text-transform: uppercase;
}
/**
* Clone button + bar
*/
.ns-cloner-button-wrapper {
padding: 15px 20px;
position: fixed;
left: 160px;
bottom: 0;
right: 0;
background: #1f1f1f;
z-index: 8999;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body.folded .ns-cloner-button-wrapper {
left: 36px;
}
.ns-cloner-button-steps {
margin: 10px 10px 0;
font-size: 18px;
position: relative;
height: 48px;
overflow: hidden;
z-index: 1;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ns-cloner-button-steps:before {
content: "";
border-bottom: dotted 2px #555;
height: 21px;
position: absolute;
width: calc( 100% - 10px );
left: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
top: 0;
}
.ns-cloner-button-steps:after {
content: " ";
display: inline-block;
border-style: solid;
border-color: transparent transparent transparent #555;
border-width: 6px 8px;
position: absolute;
top: 50%;
right: 0;
margin-top: -10px;
}
.ns-cloner-button-steps > span {
background: #1f1f1f;
-webkit-box-shadow: 0 0 20px #202020;
box-shadow: 0 0 20px #202020;
color: #555;
text-transform: uppercase;
margin-right: 25px;
padding: 10px 15px;
display: inline-block;
white-space: nowrap;
text-align: center;
-webkit-transition: all ease-in-out 0.75s;
-o-transition: all ease-in-out 0.75s;
transition: all ease-in-out 0.75s;
cursor: pointer;
position: relative;
}
.ns-cloner-button-steps > span.seen {
color: white;
}
.ns-cloner-button-steps > span:before,
.ns-cloner-button-steps > span:before {
content: "";
font-family: dashicons;
position: absolute;
left: 50%;
bottom: -1px;
margin-left: -5px;
opacity: 0;
-webkit-transition: opacity ease-in-out 0.75s;
-o-transition: opacity ease-in-out 0.75s;
transition: opacity ease-in-out 0.75s;
}
.ns-cloner-button-steps > span.invalid {
color: #c85340;
}
.ns-cloner-button-steps > span.invalid:before {
content: "";
color: #c85340;
opacity: 1;
}
.ns-cloner-button-steps > span:after {
content: " ";
display: inline-block;
border-style: solid;
border-color: transparent transparent transparent #555;
border-width: 6px 8px;
position: absolute;
top: 50%;
right: -33px;
margin-top: -10px;
}
.ns-cloner-button-steps > span:last-child:after {
display: none;
}
.ns-cloner-button {
float: right;
background: #ab8718;
padding: 16px 48px;
margin-right: 10px;
color: white;
text-transform: uppercase;
font-size: 18px;
cursor: pointer;
border: 0;
outline: 0 !important;
border-radius: 2px;
-webkit-transition: all ease-out 0.25s;
-o-transition: all ease-out 0.25s;
transition: all ease-out 0.25s;
position: relative;
z-index: 1;
}
.ns-cloner-button:hover {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
background: #be9719;
}
.ns-cloner-button.working {
background-image: url(../images/gold-loading.gif);
background-repeat: no-repeat;
background-position: right 20px center;
opacity: 0.5;
cursor: default;
}
.ns-cloner-button.working:hover {
-webkit-transform: none;
-ms-transform: none;
transform: none;
background-color: #ab8718;
}
.ns-cloner-scroll-progress {
background: #ab8718;
position: absolute;
left: 0;
bottom: 0;
height: 5px;
-webkit-transition: width ease-in-out 0.75s;
-o-transition: width ease-in-out 0.75s;
transition: width ease-in-out 0.75s;
}
.ns-cloner-disclaimer {
padding: 0.7em 0.35em 1.4em 0.35em;
}
.ns-cloner-disclaimer strong {
color: orangered;
}
/**
* Progress modal
*/
.ns-cloner-processes-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
background-color: rgba(0, 0, 0, 0.7);
}
.ns-cloner-processes-modal-wrapper {
max-width: 1024px;
width: 90%;
position: absolute;
top: 10%;
bottom: 10%;
left: 50%;
padding: 40px 60px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 9999;
background-color: #f3f3f3;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
overflow-y: scroll;
}
.ns-cloner-processes-done {
display: none;
}
.ns-modal-head {
margin-bottom: 30px;
}
.ns-process-wrapper {
display: block;
padding: 5px 30px 30px 30px;
margin-bottom: 15px;
background: #fff;
}
.ns-modal-body {
margin-bottom: 10px;
}
.ns-modal-refresh,
.ns-modal-cancel,
.ns-modal-close {
margin-top: -10px;
margin-left: 15px;
cursor: pointer;
float: right;
color: #fff;
outline: none;
background-color: #555;
padding: 10px 20px 12px;
text-transform: uppercase;
border-radius: 2px;
text-decoration: none;
text-align: center;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
height: auto;
line-height: 1;
}
.ns-modal-cancel {
background-color: #ddd;
color: #555;
}
.ns-cloner-progress-bar {
border: 1px solid #ab8718;
height: 30px;
background-color: #fff;
border-radius: 2px;
position: relative;
}
.ns-cloner-progress-bar-inner {
background-color: #ab8718;
width: 0;
max-width: 100%;
height: 32px;
margin-top: -1px;
-webkit-transition: all 2s ease-in-out;
-o-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
background-size: 30px 30px;
background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
animation: animate-stripes 3s linear infinite;
}
.ns-percents {
font-size: 14px;
line-height: 30px;
font-weight: 500;
text-align: center;
color: #fff;
position: absolute;
top: -10px;
width: 50px;
height: 50px;
z-index: 9999;
background: #ab8718;
left: 50%;
margin-left: -20px;
border-radius: 50%;
padding-top: 9px;
box-sizing: border-box;
}
.ns-cloner-progress-info {
padding-top: 8px;
}
.ns-cloner-progress-items {
display: flex;
margin-top: 20px;
}
.ns-cloner-progress-items > div {
flex: 1;
text-align: center;
font-size: 18px;
padding: 40px;
background: #f8f8f8;
color: #aaa;
border-right: solid 1px #ddd;
}
.ns-cloner-progress-items > div:last-child {
border-right: 0;
}
.ns-cloner-progress-items em {
font-style: normal;
font-size: 22px;
color: #333;
}
.ns-cloner-progress-items small {
display: block;
text-transform: uppercase;
padding: 8px;
color: #ab8718;
font-size: 16px;
}
.ns-cloner-loading-center {
position: absolute;
top: 50%;
left: 50%;
margin: -10px 0 0 -10px;
}
@keyframes animate-stripes {
0% {
background-position: 0 0;
}
100% {
background-position: 60px 0;
}
}
/**
* Report after cloning
*/
.ns-cloner-report {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
z-index: 300000;
}
.ns-cloner-report-content {
width: 50%;
background: white;
max-height: 75%;
overflow: auto;
position: relative;
left: 20%;
top: 32px;
padding: 3% 5% 5%;
border-radius: 0 0 0.7em 0.7em;
}
.ns-cloner-report-content h5 {
font-weight: bold;
font-size: 1.4em;
margin-top: 0;
}
.ns-cloner-report-item {
clear: both;
padding: 0.7em;
overflow: hidden;
}
.ns-cloner-report-item:nth-child(odd) {
background: #eee;
}
.ns-cloner-report-item-label {
float: left;
width: 20%;
min-width: 10em;
font-weight: bold;
}
/**
* Copy logs box before going to support
*/
.ns-cloner-extra-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
z-index: 300000;
display: none;
}
.ns-cloner-extra-modal-content {
background: white;
width: 30%;
padding: 1.5em 2.5%;
top: 10vh;
left: 35%;
position: absolute;
border-radius: 2px;
max-height: 70vh;
box-sizing: border-box;
overflow: auto;
}
.ns-cloner-extra-modal-content p {
margin-bottom: 1.2em !important;
}
.ns-cloner-extra-modal-content textarea {
width: 100%;
white-space: nowrap;
height: 8em;
font-size: 12px;
padding: 1em;
font-family: monospace;
}
/**
* Utility classes
*/
.ns-cloner-small {
font-size: 0.75em;
}
.ns-cloner-text-center {
text-align: center;
}
.ns-cloner-gold-link {
color: #ab8718;
border-bottom: dotted 1px;
font-size: smaller;
display: inline-block;
margin: 0 5px;
text-decoration: none;
cursor: pointer;
}
.ns-cloner-no-padding {
padding: 0;
}
.ns-cloner-clear {
clear: both;
}
.ns-cloner-info-message,
.ns-cloner-warning-message,
.ns-cloner-error-message,
.ns-cloner-success-message {
display: block;
line-height: 19px;
padding: 11px 15px;
font-size: 13px;
text-align: left;
margin: 0 0 15px;
background-color: #fff;
border-left: 4px solid #ffba00;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ns-cloner-info-message p,
.ns-cloner-warning-message p,
.ns-cloner-error-message p,
.ns-cloner-success-message p {
margin: 0;
}
.ns-cloner-info-message {
border-left-color: #00a0d2;
}
.ns-cloner-error-message {
border-left-color: #c85340;
}
.ns-cloner-success-message {
border-left-color: #46b450;
}
.ns-cloner-error-message + .ns-cloner-section,
.ns-cloner-warning-message + .ns-cloner-section {
margin-top: 0.7em;
}
.disabled-description {
display: none;
}
input[disabled] + .disabled-description {
display: inline;
color: #888;
font-size: smaller;
font-style: italic;
}
.ns-cloner-form-button,
.ns-cloner-sidebar .button {
background: #ab8718 !important;
border: 0 !important;
text-shadow: none !important;
box-shadow: none !important;
color: white !important;
padding: 0.5em 1.5em !important;
height: 3em !important;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
text-transform: uppercase;
cursor: pointer;
position: relative;
}
.ns-cloner-form-button:hover,
.ns-cloner-sidebar .button:hover {
box-shadow: 0 2px 6px #ccc !important;
transform: translateY(-2px);
}
.ns-cloner-form-button.large {
height: 40px !important;
padding-left: 2em !important;
padding-right: 2em !important;
}
.ns-cloner-checkbox-label input[type=checkbox] {
margin-right: 10px;
}
/**
* WordPress compatibility
*/
/* Hide update notices on cloner page */
body.toplevel_page_ns-cloner .update-nag,
body[class*=ns-cloner] .update-nag {
display: none;
}
/**
* Single site adaptations
*/
.ns-cloner-wrapper.disabled .ns-cloner-section,
.ns-cloner-wrapper.disabled .ns-cloner-disclaimer {
opacity: 0.4;
}
.ns-cloner-wrapper.disabled .ns-cloner-button-wrapper {
display: none;
}
/**
* Media Queries
*/
@media (min-width: 1700px) {
.ns-cloner-wrapper {
background: url(../images/big-bg.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: right 60px top 0px;
}
}
@media (min-width: 1600px) {
.ns-cloner-form {
flex: 0 1;
flex-basis: 1000px;
}
}
@media (max-width: 1200px) {
.ns-cloner-sidebar {
width: 275px;
}
.ns-cloner-button-steps {
display: none;
}
.ns-cloner-button {
width: 100%;
}
}
@media (max-width: 960px) {
.ns-cloner-wrapper {
flex-wrap: wrap;
}
.ns-cloner-sidebar {
width: 100%;
margin-top: -30px;
margin-left: 0;
padding-left: 0;
padding-bottom: 30px;
display: flex;
flex-wrap: wrap;
}
.ns-cloner-sidebar .ns-side-widget {
flex: 1 1 45%;
margin: 0 1% 20px !important;
}
body.auto-fold .ns-cloner-button-wrapper {
left: 36px;
}
.ns-cloner-report-content {
width: 90%;
left: 5%;
}
}
@media (max-width: 780px) {
.ns-cloner-sidebar .ns-side-widget {
flex-basis: 100%;
}
}
@media (max-width: 780px) {
.ns-cloner-button-wrapper {
left: 0 !important;
}
}
/**
* Project: https://github.com/svichas/jquery.digitScroller.js
* Author: <NAME>
* License: MIT
*/
.__digit_scroller_digit {
position: relative;
display: inline-block;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
width: 0.58em;
text-align: center;
}
.__digit_scroller_digit._digit_up {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.__digit_scroller_next_digit {
position: absolute;
top: 100%;
left: 0;
}
.__digit_scroller_wrap {
display: inline-block;
overflow: hidden;
}
/*=== Analytics === */
.ns-cloner-extra-modal#analytics-settings .ns-cloner-extra-modal-content {
width: 50%;
left: 25%;
}
.ns-cloner-extra-modal#analytics-settings .ns-cloner-form-button {
margin-bottom: 5px;
}
#analytics-settings .analytics-settings-label {
margin-top: 0.5em !important;
}
#analytics-settings .tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
#analytics-settings .tooltip .tooltip-text {
visibility: hidden;
width: 200px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -100px;
opacity: 0;
transition: opacity 0.3s;
white-space: initial;
text-transform: none;
line-height: initial;
}
#analytics-settings .tooltip .tooltip-text::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
#analytics-settings .tooltip:hover .tooltip-text {
visibility: visible;
opacity: 1;
}
#analytics-settings .tooltip.ns-cloner-form-button {
border-bottom: none;
}
#analytics-settings .tooltip.ns-cloner-form-button .tooltip-toggle {
border-bottom: 1px dotted black;
}
/*# sourceMappingURL=ns-cloner.css.map */ | cbc_wp/wp-content/plugins/ns-cloner-site-copier/css/ns-cloner.css | @charset "UTF-8";
/**
* Layout
*/
.ns-cloner-wrapper {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ns-cloner-form {
margin-bottom: 40px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0 15px;
}
.ns-cloner-sidebar {
width: 350px;
padding: 0 30px 0 15px;
}
/**
* Header
*/
.ns-cloner-header {
padding: 30px 40px;
background: #1f1f1f url(../images/bg-texture.png);
margin: 0 0 30px -20px;
}
.ns-cloner-header a {
text-decoration: none;
}
.ns-cloner-header h1,
.ns-cloner-header span {
display: inline-block;
position: relative;
left: 25px;
bottom: 35px;
color: #ab8718;
font-size: 24px;
font-weight: 400;
}
.ns-cloner-header span {
color: white;
font-size: 28px;
margin-right: 25px;
bottom: 36px;
}
.ns-cloner-header-pro {
float: right;
padding-top: 2px;
text-align: center;
line-height: 1.4em;
border-left: solid 1px #303030;
padding-left: 36px;
}
.ns-cloner-header-pro strong {
display: block;
color: #ccc;
font-weight: 300;
font-size: 17px;
}
.ns-cloner-header-pro a {
display: inline-block;
margin: 10px auto;
font-size: 13px;
padding: 10px 32px 12px !important;
height: 18px !important;
border-radius: 2px !important;
}
.ns-cloner-header-pro a:hover {
color: #ddd;
box-shadow: none !important;
}
/**
* Section boxes + sidebar widgets
*/
.ns-cloner-collapse-all,
.ns-cloner-expand-all {
font-size: 11px !important;
padding: 3px 8px !important;
margin-top: -4px;
cursor: pointer;
border: solid #393939 1px;
margin-left: 4px;
background: #303030;
border-radius: 2px;
color: #ddd;
float: right;
}
.ns-cloner-collapse-all small,
.ns-cloner-expand-all small {
padding: 0 3px;
}
.ns-cloner-collapse-all:hover,
.ns-cloner-expand-all:hover {
-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.ns-cloner-section,
.ns-cloner-sidebar .ns-side-widget {
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
border-radius: 2px;
margin: 0 0 20px;
background: #f8f8f8;
}
.ns-cloner-section-header {
cursor: pointer;
}
.ns-cloner-section-header {
margin: 0;
padding: 20px 25px;
height: 1.2em;
font-size: 16px;
color: white;
border: solid 1px #333;
border-radius: 2px 2px 0 0;
background-color: #1f1f1f;
font-weight: 400;
}
#ns-cloner-section-modes .ns-cloner-section-header {
cursor: default;
}
.ns-cloner-section-header h4 {
float: left;
margin: 0;
font-weight: normal;
}
.ns-cloner-section-collapse {
cursor: pointer;
}
.ns-cloner-section-collapse::before {
content: " ";
display: block;
float: right;
border-style: solid;
border-width: 6px 4px;
border-color: transparent transparent white;
margin: 0;
cursor: pointer;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s;
}
.ns-cloner-section.closed .ns-cloner-section-collapse::before {
margin-top: 0.4em;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
/**
* Section contents / children
*/
.ns-cloner-section-content {
padding: 20px 25px 25px;
background: #f8f8f8;
height: auto;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s;
border: solid 1px #fff;
border-radius: 0 0 4px 4px;
margin-top: -1px;
position: relative;
}
.ns-cloner-section.closed .ns-cloner-section-content {
height: 0;
padding: 0 25px;
border: 0;
overflow: hidden;
}
.ns-cloner-section-content *:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-color: #ddd !important;
}
.ns-cloner-section-content > *:first-child,
.ns-cloner-section-content > *:first-child > *:first-child {
margin-top: 0 !important;
}
.ns-cloner-section-content > *:last-child,
.ns-cloner-section-content > *:last-child > *:last-child {
margin-bottom: 0 !important;
}
.ns-cloner-section-content h5 {
font-size: 1.1em;
margin: 0 0 0.7em;
}
.ns-cloner-section-content label + h5,
.ns-cloner-section-content input + h5,
.ns-cloner-section-content .description + h5,
.ns-cloner-section-content .ns-cloner-input-group + h5 {
margin-top: 0.7em;
}
.ns-cloner-section-content h5 label {
margin-top: 0;
}
.ns-cloner-section-content p {
padding: 0.4em 0;
margin: 0;
border: 0;
}
.ns-cloner-section-content .description,
.ns-cloner-mode-description p {
font-style: italic;
}
.ns-cloner-section-content .description + .description {
padding-top: 0 !important;
}
.ns-cloner-section-content label {
display: block;
padding: 0.25em;
margin-top: 0.5em;
font-weight: 500;
clear: both;
}
.ns-cloner-section-content input[type=text],
.ns-cloner-section-content select,
.ns-cloner-section-content textarea {
padding: 0.5em 1em;
margin: 0;
height: auto;
width: 100%;
border-radius: 0;
border-color: #bbb;
}
.ns-cloner-section-content strong {
color: #be9719;
}
.ns-cloner-section-content table {
width: 100%;
border: solid 1px #eee;
margin-bottom: 0.5em;
}
.ns-cloner-section-content th {
padding: 10px;
border-bottom: solid 1px #eee;
text-align: left;
}
.ns-cloner-section-content th.date-col {
width: 15em;
}
.ns-cloner-section-content th.action-col {
width: 8em;
text-align: center;
}
.ns-cloner-section-content td {
padding: 5px 10px;
border-bottom: solid 1px #eee;
}
.ns-cloner-section-content tr:last-child td {
border-bottom: 0;
}
.ns-cloner-section-content td .button {
display: block;
margin: 0 auto;
text-align: center;
position: relative;
}
.ns-cloner-section-content td .button.working:after {
content: url(../images/loading.gif);
display: block;
position: absolute;
top: 3px;
right: -25px;
}
/**
* Input groups
*/
.ns-cloner-section-content .ns-cloner-input-group {
display: flex;
max-width: 100%;
}
.ns-cloner-section-content .ns-cloner-input-group label {
background-color: #eaeaea;
padding: 0.5em 1em;
border: solid 1px #ccc;
position: relative;
display: inline-block;
bottom: 0;
left: 1px;
height: 35px;
box-sizing: border-box;
color: #777;
margin: 0;
}
.ns-cloner-section-content .ns-cloner-input-group input {
flex: 1;
height: 35px;
}
.ns-cloner-section-content .ns-cloner-input-group input + label {
left: -2px;
}
.ns-cloner-section-content .ns-cloner-input-group > *:first-child {
border-radius: 2px 0 0 2px;
}
.ns-cloner-section-content .ns-cloner-input-group > *:last-child {
border-radius: 0 2px 2px 0;
}
.ns-cloner-section-content .ns-cloner-input-group + .ns-cloner-input-group {
margin-top: -1px;
}
/**
* Checkbox groups
*/
.ns-cloner-multi-checkbox-wrapper {
border: solid 1px #ddd;
border-radius: 2px;
background: #fff;
padding: 1em 1.4em;
overflow: auto;
min-height: 6em;
max-height: 12em;
margin: 1em 0;
}
.ns-cloner-multi-checkbox-wrapper.loading {
opacity: 0.75;
background: url(../images/spinner.gif) no-repeat center center;
}
.ns-cloner-multi-checkbox-wrapper label {
margin-top: 0.35em;
font-weight: normal;
}
.ns-cloner-multi-checkbox-wrapper .description {
font-size: 0.9em;
color: #999;
}
/**
* Chosen (select elements)
*/
.ns-cloner-section .chosen-container {
margin-bottom: 0.5em !important;
}
.ns-cloner-section .chosen-single {
padding: 5px 12px !important;
height: 36px !important;
border-color: #ccc !important;
border-radius: 2px !important;
background: white !important;
}
.ns-cloner-section .chosen-single b {
background-position: 0 7px !important;
}
.ns-cloner-section .chosen-choices {
border-color: #ccc !important;
}
.ns-cloner-section .chosen-choices .search-field {
padding: 5px 5px 2px !important;
}
.ns-cloner-section .chosen-choices .search-choice {
padding: 8px 22px 8px 10px !important;
}
.ns-cloner-section .chosen-choices .search-choice-close {
top: 10px !important;
right: 5px !important;
}
.ns-cloner-section .chosen-container .chosen-results li {
padding: 6px 8px !important;
}
.ns-cloner-section .chosen-container .chosen-results li.highlighted {
background: #ab8718 !important;
}
/**
* Repeaters
*/
.ns-repeater li {
display: flex !important;
}
C .ns-repeater li.invisible {
visibility: hidden;
height: 0;
overflow: hidden;
margin: 0;
}
.ns-repeater input[type=text] {
display: block;
flex: 1;
margin-right: -2px;
height: 35px;
}
.ns-repeater .chosen-container {
width: 100%;
flex-basis: 30%;
position: relative;
margin: 0 10px 0 15px;
bottom: 1px;
}
.ns-repeater-add {
margin: -0.35em 0 0.7em 0 !important;
}
.ns-repeater-remove {
background-color: #eaeaea;
padding: 8px 8px;
border: solid 1px #ccc;
position: relative;
display: inline-block;
bottom: 0;
left: 1px;
height: 35px;
box-sizing: border-box;
color: #777;
margin: 0;
cursor: pointer;
}
.ns-repeater-remove:after {
content: "";
font-size: 18px;
font-family: "dashicons";
}
/**
* Inline validation
*/
span.ns-cloner-validating-spinner, .ns-cloner-loader-icon {
margin-top: -30px;
display: inline-block;
float: right;
}
span.ns-cloner-validating-spinner:before, .ns-cloner-loader-icon:before {
content: url(../images/loading.gif);
padding: 0 0.5em;
display: inline-block;
position: relative;
top: 3px;
font-size: 18px;
font-family: dashicons;
}
span.ns-cloner-validating-spinner.valid:before, .ns-cloner-loader-icon.valid:before {
content: "";
color: #558855;
}
span.ns-cloner-validating-spinner:first-child, .ns-cloner-loader-icon:first-child {
float: none;
}
.ns-cloner-loader-icon {
float: none;
}
.ns-cloner-section-content .ns-cloner-input-group .ns-cloner-validating-spinner {
padding-top: 5px;
margin-top: 0;
}
/**
* Sidebar
*/
.ns-cloner-sidebar .ns-side-widget {
border: solid 1px #ddd;
text-align: center;
}
.ns-cloner-sidebar .ns-side-widget h5 {
margin: 0;
padding: 12px 25px;
height: 1.2em;
font-size: 14px;
color: white;
border: solid 1px #444;
border-radius: 2px 2px 0 0;
background-color: #4d4d4d;
font-weight: 400;
}
.ns-cloner-sidebar .ns-side-widget h5 a {
color: #ab8718;
text-decoration: none;
}
.ns-cloner-sidebar .ns-side-widget-content {
padding: 15px;
background: #f8f8f8;
}
.ns-side-widget-content p {
padding: 0;
margin: 0 0 10px;
}
.ns-side-widget-content p:last-child {
margin-bottom: 0;
}
.ns-featured-widget .ns-side-widget-content {
padding: 0;
}
.ns-random-widget .ns-side-widget-content {
padding: 30px;
}
.ns-links-widget .ns-side-widget-content {
text-align: left;
}
.ns-subscribe-widget form > * {
text-align: center;
}
.ns-subscribe-widget div#ns-subscribe-form > form button {
background: #ab8718 !important;
font-size: 13px;
border-radius: 2px !important;
text-transform: uppercase;
}
/**
* Clone button + bar
*/
.ns-cloner-button-wrapper {
padding: 15px 20px;
position: fixed;
left: 160px;
bottom: 0;
right: 0;
background: #1f1f1f;
z-index: 8999;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body.folded .ns-cloner-button-wrapper {
left: 36px;
}
.ns-cloner-button-steps {
margin: 10px 10px 0;
font-size: 18px;
position: relative;
height: 48px;
overflow: hidden;
z-index: 1;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ns-cloner-button-steps:before {
content: "";
border-bottom: dotted 2px #555;
height: 21px;
position: absolute;
width: calc( 100% - 10px );
left: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
top: 0;
}
.ns-cloner-button-steps:after {
content: " ";
display: inline-block;
border-style: solid;
border-color: transparent transparent transparent #555;
border-width: 6px 8px;
position: absolute;
top: 50%;
right: 0;
margin-top: -10px;
}
.ns-cloner-button-steps > span {
background: #1f1f1f;
-webkit-box-shadow: 0 0 20px #202020;
box-shadow: 0 0 20px #202020;
color: #555;
text-transform: uppercase;
margin-right: 25px;
padding: 10px 15px;
display: inline-block;
white-space: nowrap;
text-align: center;
-webkit-transition: all ease-in-out 0.75s;
-o-transition: all ease-in-out 0.75s;
transition: all ease-in-out 0.75s;
cursor: pointer;
position: relative;
}
.ns-cloner-button-steps > span.seen {
color: white;
}
.ns-cloner-button-steps > span:before,
.ns-cloner-button-steps > span:before {
content: "";
font-family: dashicons;
position: absolute;
left: 50%;
bottom: -1px;
margin-left: -5px;
opacity: 0;
-webkit-transition: opacity ease-in-out 0.75s;
-o-transition: opacity ease-in-out 0.75s;
transition: opacity ease-in-out 0.75s;
}
.ns-cloner-button-steps > span.invalid {
color: #c85340;
}
.ns-cloner-button-steps > span.invalid:before {
content: "";
color: #c85340;
opacity: 1;
}
.ns-cloner-button-steps > span:after {
content: " ";
display: inline-block;
border-style: solid;
border-color: transparent transparent transparent #555;
border-width: 6px 8px;
position: absolute;
top: 50%;
right: -33px;
margin-top: -10px;
}
.ns-cloner-button-steps > span:last-child:after {
display: none;
}
.ns-cloner-button {
float: right;
background: #ab8718;
padding: 16px 48px;
margin-right: 10px;
color: white;
text-transform: uppercase;
font-size: 18px;
cursor: pointer;
border: 0;
outline: 0 !important;
border-radius: 2px;
-webkit-transition: all ease-out 0.25s;
-o-transition: all ease-out 0.25s;
transition: all ease-out 0.25s;
position: relative;
z-index: 1;
}
.ns-cloner-button:hover {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
background: #be9719;
}
.ns-cloner-button.working {
background-image: url(../images/gold-loading.gif);
background-repeat: no-repeat;
background-position: right 20px center;
opacity: 0.5;
cursor: default;
}
.ns-cloner-button.working:hover {
-webkit-transform: none;
-ms-transform: none;
transform: none;
background-color: #ab8718;
}
.ns-cloner-scroll-progress {
background: #ab8718;
position: absolute;
left: 0;
bottom: 0;
height: 5px;
-webkit-transition: width ease-in-out 0.75s;
-o-transition: width ease-in-out 0.75s;
transition: width ease-in-out 0.75s;
}
.ns-cloner-disclaimer {
padding: 0.7em 0.35em 1.4em 0.35em;
}
.ns-cloner-disclaimer strong {
color: orangered;
}
/**
* Progress modal
*/
.ns-cloner-processes-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
background-color: rgba(0, 0, 0, 0.7);
}
.ns-cloner-processes-modal-wrapper {
max-width: 1024px;
width: 90%;
position: absolute;
top: 10%;
bottom: 10%;
left: 50%;
padding: 40px 60px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 9999;
background-color: #f3f3f3;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
overflow-y: scroll;
}
.ns-cloner-processes-done {
display: none;
}
.ns-modal-head {
margin-bottom: 30px;
}
.ns-process-wrapper {
display: block;
padding: 5px 30px 30px 30px;
margin-bottom: 15px;
background: #fff;
}
.ns-modal-body {
margin-bottom: 10px;
}
.ns-modal-refresh,
.ns-modal-cancel,
.ns-modal-close {
margin-top: -10px;
margin-left: 15px;
cursor: pointer;
float: right;
color: #fff;
outline: none;
background-color: #555;
padding: 10px 20px 12px;
text-transform: uppercase;
border-radius: 2px;
text-decoration: none;
text-align: center;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
height: auto;
line-height: 1;
}
.ns-modal-cancel {
background-color: #ddd;
color: #555;
}
.ns-cloner-progress-bar {
border: 1px solid #ab8718;
height: 30px;
background-color: #fff;
border-radius: 2px;
position: relative;
}
.ns-cloner-progress-bar-inner {
background-color: #ab8718;
width: 0;
max-width: 100%;
height: 32px;
margin-top: -1px;
-webkit-transition: all 2s ease-in-out;
-o-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
background-size: 30px 30px;
background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
animation: animate-stripes 3s linear infinite;
}
.ns-percents {
font-size: 14px;
line-height: 30px;
font-weight: 500;
text-align: center;
color: #fff;
position: absolute;
top: -10px;
width: 50px;
height: 50px;
z-index: 9999;
background: #ab8718;
left: 50%;
margin-left: -20px;
border-radius: 50%;
padding-top: 9px;
box-sizing: border-box;
}
.ns-cloner-progress-info {
padding-top: 8px;
}
.ns-cloner-progress-items {
display: flex;
margin-top: 20px;
}
.ns-cloner-progress-items > div {
flex: 1;
text-align: center;
font-size: 18px;
padding: 40px;
background: #f8f8f8;
color: #aaa;
border-right: solid 1px #ddd;
}
.ns-cloner-progress-items > div:last-child {
border-right: 0;
}
.ns-cloner-progress-items em {
font-style: normal;
font-size: 22px;
color: #333;
}
.ns-cloner-progress-items small {
display: block;
text-transform: uppercase;
padding: 8px;
color: #ab8718;
font-size: 16px;
}
.ns-cloner-loading-center {
position: absolute;
top: 50%;
left: 50%;
margin: -10px 0 0 -10px;
}
@keyframes animate-stripes {
0% {
background-position: 0 0;
}
100% {
background-position: 60px 0;
}
}
/**
* Report after cloning
*/
.ns-cloner-report {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
z-index: 300000;
}
.ns-cloner-report-content {
width: 50%;
background: white;
max-height: 75%;
overflow: auto;
position: relative;
left: 20%;
top: 32px;
padding: 3% 5% 5%;
border-radius: 0 0 0.7em 0.7em;
}
.ns-cloner-report-content h5 {
font-weight: bold;
font-size: 1.4em;
margin-top: 0;
}
.ns-cloner-report-item {
clear: both;
padding: 0.7em;
overflow: hidden;
}
.ns-cloner-report-item:nth-child(odd) {
background: #eee;
}
.ns-cloner-report-item-label {
float: left;
width: 20%;
min-width: 10em;
font-weight: bold;
}
/**
* Copy logs box before going to support
*/
.ns-cloner-extra-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
z-index: 300000;
display: none;
}
.ns-cloner-extra-modal-content {
background: white;
width: 30%;
padding: 1.5em 2.5%;
top: 10vh;
left: 35%;
position: absolute;
border-radius: 2px;
max-height: 70vh;
box-sizing: border-box;
overflow: auto;
}
.ns-cloner-extra-modal-content p {
margin-bottom: 1.2em !important;
}
.ns-cloner-extra-modal-content textarea {
width: 100%;
white-space: nowrap;
height: 8em;
font-size: 12px;
padding: 1em;
font-family: monospace;
}
/**
* Utility classes
*/
.ns-cloner-small {
font-size: 0.75em;
}
.ns-cloner-text-center {
text-align: center;
}
.ns-cloner-gold-link {
color: #ab8718;
border-bottom: dotted 1px;
font-size: smaller;
display: inline-block;
margin: 0 5px;
text-decoration: none;
cursor: pointer;
}
.ns-cloner-no-padding {
padding: 0;
}
.ns-cloner-clear {
clear: both;
}
.ns-cloner-info-message,
.ns-cloner-warning-message,
.ns-cloner-error-message,
.ns-cloner-success-message {
display: block;
line-height: 19px;
padding: 11px 15px;
font-size: 13px;
text-align: left;
margin: 0 0 15px;
background-color: #fff;
border-left: 4px solid #ffba00;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ns-cloner-info-message p,
.ns-cloner-warning-message p,
.ns-cloner-error-message p,
.ns-cloner-success-message p {
margin: 0;
}
.ns-cloner-info-message {
border-left-color: #00a0d2;
}
.ns-cloner-error-message {
border-left-color: #c85340;
}
.ns-cloner-success-message {
border-left-color: #46b450;
}
.ns-cloner-error-message + .ns-cloner-section,
.ns-cloner-warning-message + .ns-cloner-section {
margin-top: 0.7em;
}
.disabled-description {
display: none;
}
input[disabled] + .disabled-description {
display: inline;
color: #888;
font-size: smaller;
font-style: italic;
}
.ns-cloner-form-button,
.ns-cloner-sidebar .button {
background: #ab8718 !important;
border: 0 !important;
text-shadow: none !important;
box-shadow: none !important;
color: white !important;
padding: 0.5em 1.5em !important;
height: 3em !important;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
text-transform: uppercase;
cursor: pointer;
position: relative;
}
.ns-cloner-form-button:hover,
.ns-cloner-sidebar .button:hover {
box-shadow: 0 2px 6px #ccc !important;
transform: translateY(-2px);
}
.ns-cloner-form-button.large {
height: 40px !important;
padding-left: 2em !important;
padding-right: 2em !important;
}
.ns-cloner-checkbox-label input[type=checkbox] {
margin-right: 10px;
}
/**
* WordPress compatibility
*/
/* Hide update notices on cloner page */
body.toplevel_page_ns-cloner .update-nag,
body[class*=ns-cloner] .update-nag {
display: none;
}
/**
* Single site adaptations
*/
.ns-cloner-wrapper.disabled .ns-cloner-section,
.ns-cloner-wrapper.disabled .ns-cloner-disclaimer {
opacity: 0.4;
}
.ns-cloner-wrapper.disabled .ns-cloner-button-wrapper {
display: none;
}
/**
* Media Queries
*/
@media (min-width: 1700px) {
.ns-cloner-wrapper {
background: url(../images/big-bg.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: right 60px top 0px;
}
}
@media (min-width: 1600px) {
.ns-cloner-form {
flex: 0 1;
flex-basis: 1000px;
}
}
@media (max-width: 1200px) {
.ns-cloner-sidebar {
width: 275px;
}
.ns-cloner-button-steps {
display: none;
}
.ns-cloner-button {
width: 100%;
}
}
@media (max-width: 960px) {
.ns-cloner-wrapper {
flex-wrap: wrap;
}
.ns-cloner-sidebar {
width: 100%;
margin-top: -30px;
margin-left: 0;
padding-left: 0;
padding-bottom: 30px;
display: flex;
flex-wrap: wrap;
}
.ns-cloner-sidebar .ns-side-widget {
flex: 1 1 45%;
margin: 0 1% 20px !important;
}
body.auto-fold .ns-cloner-button-wrapper {
left: 36px;
}
.ns-cloner-report-content {
width: 90%;
left: 5%;
}
}
@media (max-width: 780px) {
.ns-cloner-sidebar .ns-side-widget {
flex-basis: 100%;
}
}
@media (max-width: 780px) {
.ns-cloner-button-wrapper {
left: 0 !important;
}
}
/**
* Project: https://github.com/svichas/jquery.digitScroller.js
* Author: <NAME>
* License: MIT
*/
.__digit_scroller_digit {
position: relative;
display: inline-block;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
width: 0.58em;
text-align: center;
}
.__digit_scroller_digit._digit_up {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.__digit_scroller_next_digit {
position: absolute;
top: 100%;
left: 0;
}
.__digit_scroller_wrap {
display: inline-block;
overflow: hidden;
}
/*=== Analytics === */
.ns-cloner-extra-modal#analytics-settings .ns-cloner-extra-modal-content {
width: 50%;
left: 25%;
}
.ns-cloner-extra-modal#analytics-settings .ns-cloner-form-button {
margin-bottom: 5px;
}
#analytics-settings .analytics-settings-label {
margin-top: 0.5em !important;
}
#analytics-settings .tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
#analytics-settings .tooltip .tooltip-text {
visibility: hidden;
width: 200px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -100px;
opacity: 0;
transition: opacity 0.3s;
white-space: initial;
text-transform: none;
line-height: initial;
}
#analytics-settings .tooltip .tooltip-text::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
#analytics-settings .tooltip:hover .tooltip-text {
visibility: visible;
opacity: 1;
}
#analytics-settings .tooltip.ns-cloner-form-button {
border-bottom: none;
}
#analytics-settings .tooltip.ns-cloner-form-button .tooltip-toggle {
border-bottom: 1px dotted black;
}
/*# sourceMappingURL=ns-cloner.css.map */ | 0.268366 | 0.08772 |
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none; text-decoration: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; backface-visibility: hidden; -ms-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -o-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {margin-top: 40px; background: #FFF; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 50px; height: 50px; margin: -25px 0 0; display: block; background: rgba(0,0,0,0.1); position: absolute; top: 50%; z-index: 10; cursor: pointer; opacity: 0; transition: all .3s ease; -ms-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; -o-transition: all .3s ease; color: #FFF; text-align: center; line-height: 50px;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -50px; }
.flex-direction-nav .flex-prev {left: -50px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 0;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 0;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {width: 100px; height: 100px; opacity: 1; margin-top: -50px; line-height: 100px; background: rgba(0,0,0,0.5);}
.flex-direction-nav .flex-disabled {opacity: .3 !important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 20px; text-align: center;}
.flex-control-nav li {margin: 0 1px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 10px; height: 10px; display: block; background: #666; background: rgba(0,0,0,0.25); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.75); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .flex-next {opacity: 1; right: 0;}
} | templates/admin/flexslider.css | .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none; text-decoration: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; backface-visibility: hidden; -ms-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -o-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {margin-top: 40px; background: #FFF; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 50px; height: 50px; margin: -25px 0 0; display: block; background: rgba(0,0,0,0.1); position: absolute; top: 50%; z-index: 10; cursor: pointer; opacity: 0; transition: all .3s ease; -ms-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; -o-transition: all .3s ease; color: #FFF; text-align: center; line-height: 50px;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -50px; }
.flex-direction-nav .flex-prev {left: -50px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 0;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 0;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {width: 100px; height: 100px; opacity: 1; margin-top: -50px; line-height: 100px; background: rgba(0,0,0,0.5);}
.flex-direction-nav .flex-disabled {opacity: .3 !important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 20px; text-align: center;}
.flex-control-nav li {margin: 0 1px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 10px; height: 10px; display: block; background: #666; background: rgba(0,0,0,0.25); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.75); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .flex-next {opacity: 1; right: 0;}
} | 0.359814 | 0.049359 |
padding-left: 5px;
padding-right: 5px;
margin-right: 10em;
width: 100%;
}
.svg{
float: left;
}
rect.pane {
cursor: move;
fill: none;
pointer-events: all;
}
.brush .extent {
stroke: gainsboro;
fill: dodgerblue;
/*stroke-width: 2px;*/
fill-opacity: .125;
shape-rendering: crispEdges;
}
.axis path,
.axis line{
fill: none;
stroke : #000;
shape-rendering: crispEdges;
}
.y.axis path
{
stroke-width : 0;
}
.y.axis line {
fill: none;
stroke: none;
opacity: 0.5;
}
.y.axis .tick
{
stroke : none;
stroke-width : 0;
}
.y.axis .tick > text {
font-family : sans-serif;
}
.axis2 path,
.axis2 line {
fill: none;
stroke: none;
shape-rendering: crispEdges;
}
.axis2 .tick > text {
font-family: sans-serif;
stroke: lightgrey;
stroke-width: 0.3;
}
.link{
stroke: lightgreen;
stroke-width: 1.5px;
fill: none;
opacity: 0.8;
}
.dot{
stroke:darkgrey;
stroke-width:2;
}
.mindot{
stroke:darkgrey;
stroke-width:1;
}
.keywordDot{
fill : blue;
}
.text{
position: relative;
font-family: sans-serif;
stroke: lightgrey;
stroke-width: 0.3px;
opacity: 0.7;
}
.keywordNode,
.legend {
cursor: pointer;
}
text.node_text {
stroke-width: 0.01em;
stroke: #888;
}
text.shadow {
stroke: #eee;
stroke-width: 0.3em;
opacity: 0.7;
}
#div-wrap-legends {
display: inline-block;
margin-top: .5em;
width: 8em;
}
.legend {
pointer-events: all;
margin-top: 0.5em;
width: 100%;
height: 1.5em;
display: inline-block;
text-align: right;
vertical-align: bottom;
text-shadow: 0.1em 0.1em 0.5em #aaa;
}
.legend > div{
margin-right: 0.1em;
float:right;
margin-left: 0.5em;
width: 1.5em;
height: 1.5em;
-webkit-border-radius: 0.2em;
box-shadow: 0.1em 0.1em 0.5em #555;
}
#tooltip {
position: absolute;
width: 15em;
height: auto;
padding: 0.5em;
/*background-color: #e6f0fa;*/
background-color: rgba( 97,132,172,1);
-webkit-border-radius: 1.3em;
border-radius: 0.4em;
-webkit-box-shadow: 0.2em 0.2em 1.3em rgba(0, 0, 0, 0.4);
box-shadow: 0.2em 0.2em 1.3em rgba(0, 0, 0, 0.4);
pointer-events: all;
z-index: 100;
}
#tooltip.hidden {
opacity: 0;
}
#tooltip a {
margin: 0;
font-family: sans-serif;
font-size: 1.05em;
line-height: 1.15em;
color: #ddd;
}
#tooltip p {
margin: 0.2em;
font-family: sans-serif;
font-size: 0.85em;
line-height: 0.95em;
color: #bbb;
}
#tabs,
#div-chart,
#div-list,
#div-span {
pointer-events: all;
display: block;
}
#div-list {
overflow: auto;
vertical-align: top;
height: 50%;/*30em;*/
width: 70%;
margin-left: 15%;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px #1d904e solid;
}
#select-list,
#div-list ul {
height: 100% !important;
list-style: none;
display:block;
width: 99%;
margin: 0px;
padding-right: 0px;
padding-left: 0px;
}
.ui-selected {
padding-left: 1px;
padding-top: 1px;
background: rgba(255,255,255,0.8);
border-bottom: 1px dotted green;
height: 1.1em;/*12px;*/
width: 100%;
}
#div-span {
margin-top: 10px;
}
#span-list{
color: blue;
font-size: 12px;
}
#div-button {
/*position: absolute;*/
text-align: center;
}
.message {
padding-top: 50em;
font-size: 1.2em;
font-weight: bold;
} | media/css/vis-template-chart-style-cecilia.css | padding-left: 5px;
padding-right: 5px;
margin-right: 10em;
width: 100%;
}
.svg{
float: left;
}
rect.pane {
cursor: move;
fill: none;
pointer-events: all;
}
.brush .extent {
stroke: gainsboro;
fill: dodgerblue;
/*stroke-width: 2px;*/
fill-opacity: .125;
shape-rendering: crispEdges;
}
.axis path,
.axis line{
fill: none;
stroke : #000;
shape-rendering: crispEdges;
}
.y.axis path
{
stroke-width : 0;
}
.y.axis line {
fill: none;
stroke: none;
opacity: 0.5;
}
.y.axis .tick
{
stroke : none;
stroke-width : 0;
}
.y.axis .tick > text {
font-family : sans-serif;
}
.axis2 path,
.axis2 line {
fill: none;
stroke: none;
shape-rendering: crispEdges;
}
.axis2 .tick > text {
font-family: sans-serif;
stroke: lightgrey;
stroke-width: 0.3;
}
.link{
stroke: lightgreen;
stroke-width: 1.5px;
fill: none;
opacity: 0.8;
}
.dot{
stroke:darkgrey;
stroke-width:2;
}
.mindot{
stroke:darkgrey;
stroke-width:1;
}
.keywordDot{
fill : blue;
}
.text{
position: relative;
font-family: sans-serif;
stroke: lightgrey;
stroke-width: 0.3px;
opacity: 0.7;
}
.keywordNode,
.legend {
cursor: pointer;
}
text.node_text {
stroke-width: 0.01em;
stroke: #888;
}
text.shadow {
stroke: #eee;
stroke-width: 0.3em;
opacity: 0.7;
}
#div-wrap-legends {
display: inline-block;
margin-top: .5em;
width: 8em;
}
.legend {
pointer-events: all;
margin-top: 0.5em;
width: 100%;
height: 1.5em;
display: inline-block;
text-align: right;
vertical-align: bottom;
text-shadow: 0.1em 0.1em 0.5em #aaa;
}
.legend > div{
margin-right: 0.1em;
float:right;
margin-left: 0.5em;
width: 1.5em;
height: 1.5em;
-webkit-border-radius: 0.2em;
box-shadow: 0.1em 0.1em 0.5em #555;
}
#tooltip {
position: absolute;
width: 15em;
height: auto;
padding: 0.5em;
/*background-color: #e6f0fa;*/
background-color: rgba( 97,132,172,1);
-webkit-border-radius: 1.3em;
border-radius: 0.4em;
-webkit-box-shadow: 0.2em 0.2em 1.3em rgba(0, 0, 0, 0.4);
box-shadow: 0.2em 0.2em 1.3em rgba(0, 0, 0, 0.4);
pointer-events: all;
z-index: 100;
}
#tooltip.hidden {
opacity: 0;
}
#tooltip a {
margin: 0;
font-family: sans-serif;
font-size: 1.05em;
line-height: 1.15em;
color: #ddd;
}
#tooltip p {
margin: 0.2em;
font-family: sans-serif;
font-size: 0.85em;
line-height: 0.95em;
color: #bbb;
}
#tabs,
#div-chart,
#div-list,
#div-span {
pointer-events: all;
display: block;
}
#div-list {
overflow: auto;
vertical-align: top;
height: 50%;/*30em;*/
width: 70%;
margin-left: 15%;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px #1d904e solid;
}
#select-list,
#div-list ul {
height: 100% !important;
list-style: none;
display:block;
width: 99%;
margin: 0px;
padding-right: 0px;
padding-left: 0px;
}
.ui-selected {
padding-left: 1px;
padding-top: 1px;
background: rgba(255,255,255,0.8);
border-bottom: 1px dotted green;
height: 1.1em;/*12px;*/
width: 100%;
}
#div-span {
margin-top: 10px;
}
#span-list{
color: blue;
font-size: 12px;
}
#div-button {
/*position: absolute;*/
text-align: center;
}
.message {
padding-top: 50em;
font-size: 1.2em;
font-weight: bold;
} | 0.214198 | 0.092852 |
html {
width: 100%;
height: 100%;
}
body {
padding: 0px;
margin: 0px;
overflow: hidden;
background: #444;
width: 100%;
height: 100%;
user-select: none;
-moz-user-select: none;
}
#canvas {
position: absolute;
left: 0px;
top: 0px;
}
#status {
position: absolute;
left: 0px;
right: 0px;
bottom: 8px;
color: #CCC;
font-size: 24px;
font-family: sans-serif;
text-align: center;
line-height: 2em;
}
#status > .key {
border-radius: 6px;
background: #888;
color: #222;
box-shadow: inset 1px 1px #FFF, 2px 2px 2px rgba(0,0,0,0.5);
padding: 2px;
padding-left: 8px;
padding-right: 8px;
font-weight: bold;
margin: 2px;
}
#btnbar {
position: absolute;
right: 0px;
top: 0px;
background: rgba(0,0,0,0.25);
}
#btnbar > button {
padding: 3px;
font-size: 16px;
font-weight: bold;
border-radius: 4px;
background: #CCC;
width: 120px;
display: block;
margin: 4px;
}
.palette {
text-align: center;
}
#btnbar > .space {
height: 8px;
}
.colbtn {
width: 40px;
height: 40px;
margin: 4px;
border-radius: 4px;
display: inline-block;
box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.5), inset -2px -2px 3px rgba(0, 0, 0, 0.5)
}
.menu {
position: absolute;
padding: 8px;
padding-top: 0px;
background: #888;
box-shadow: inset 1px 1px 1px #FFF, inset -1px -1px 1px #000, 4px 4px 4px rgba(0,0,0, 0.25);
border-radius: 4px;
color: #000;
font-size: 18px;
font-weight: bold;
font-family: sans-serif;
}
.menu > .title {
font-size: 20;
margin-top: 8px;
color: #FFF;
}
.menu > .option {
border-radius: 2px;
padding: 2px;
padding-bottom: 0px;
padding-left: 8px;
padding-right: 8px;
}
.menu > .option:hover {
background: #FFF;
}
.glass {
position: fixed;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
}
.dialog {
position: fixed;
left: 10%;
right: 10%;
top: 10%;
bottom: 10%;
background: #CCC;
border-radius: 8px;
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
padding: 2px;
}
.dialog > .title {
position: absolute;
left: 2px;
right: 2px;
top: 2px;
background: linear-gradient(90deg, #008, #00F, #008);
color: #FFF;
font-weight: bold;
font-size: 22px;
font-family: sans-serif;
padding: 4px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
text-align: center;
height: 28px;
}
.dialog > .client {
position: absolute;
left: 2px;
top: 40px;
bottom: 2px;
right: 2px;
padding: 16px;
background: #EEE;
box-shadow: inset 2 2 2px #000;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
overflow: auto;
}
.dialog > .client > .entry {
font-size: 16px;
font-family: sans-serif;
display: inline-block;
padding: 4px;
margin: 4px;
color: #000;
background: #FFF;
padding: 8px;
box-shadow: 2px 2px 2px rgba(0,0,0, 0.25);
border: solid 2px rgba(0,0,0,0);
width: 64px;
height: 64px;
}
.dialog > .client > .entry:hover {
border: solid 2px #F00;
transform: scale(1.25, 1.25);
}
.dialog > .closebox {
position: absolute;
top: 7px;
right: 8px;
font-size: 18px;
font-weight: bold;
color: #FFF;
background-color: #F00;
border-radius: 4px;
padding: 3px;
padding-left: 8px;
padding-right: 8px;
} | edraw.css | html {
width: 100%;
height: 100%;
}
body {
padding: 0px;
margin: 0px;
overflow: hidden;
background: #444;
width: 100%;
height: 100%;
user-select: none;
-moz-user-select: none;
}
#canvas {
position: absolute;
left: 0px;
top: 0px;
}
#status {
position: absolute;
left: 0px;
right: 0px;
bottom: 8px;
color: #CCC;
font-size: 24px;
font-family: sans-serif;
text-align: center;
line-height: 2em;
}
#status > .key {
border-radius: 6px;
background: #888;
color: #222;
box-shadow: inset 1px 1px #FFF, 2px 2px 2px rgba(0,0,0,0.5);
padding: 2px;
padding-left: 8px;
padding-right: 8px;
font-weight: bold;
margin: 2px;
}
#btnbar {
position: absolute;
right: 0px;
top: 0px;
background: rgba(0,0,0,0.25);
}
#btnbar > button {
padding: 3px;
font-size: 16px;
font-weight: bold;
border-radius: 4px;
background: #CCC;
width: 120px;
display: block;
margin: 4px;
}
.palette {
text-align: center;
}
#btnbar > .space {
height: 8px;
}
.colbtn {
width: 40px;
height: 40px;
margin: 4px;
border-radius: 4px;
display: inline-block;
box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.5), inset -2px -2px 3px rgba(0, 0, 0, 0.5)
}
.menu {
position: absolute;
padding: 8px;
padding-top: 0px;
background: #888;
box-shadow: inset 1px 1px 1px #FFF, inset -1px -1px 1px #000, 4px 4px 4px rgba(0,0,0, 0.25);
border-radius: 4px;
color: #000;
font-size: 18px;
font-weight: bold;
font-family: sans-serif;
}
.menu > .title {
font-size: 20;
margin-top: 8px;
color: #FFF;
}
.menu > .option {
border-radius: 2px;
padding: 2px;
padding-bottom: 0px;
padding-left: 8px;
padding-right: 8px;
}
.menu > .option:hover {
background: #FFF;
}
.glass {
position: fixed;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
}
.dialog {
position: fixed;
left: 10%;
right: 10%;
top: 10%;
bottom: 10%;
background: #CCC;
border-radius: 8px;
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
padding: 2px;
}
.dialog > .title {
position: absolute;
left: 2px;
right: 2px;
top: 2px;
background: linear-gradient(90deg, #008, #00F, #008);
color: #FFF;
font-weight: bold;
font-size: 22px;
font-family: sans-serif;
padding: 4px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
text-align: center;
height: 28px;
}
.dialog > .client {
position: absolute;
left: 2px;
top: 40px;
bottom: 2px;
right: 2px;
padding: 16px;
background: #EEE;
box-shadow: inset 2 2 2px #000;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
overflow: auto;
}
.dialog > .client > .entry {
font-size: 16px;
font-family: sans-serif;
display: inline-block;
padding: 4px;
margin: 4px;
color: #000;
background: #FFF;
padding: 8px;
box-shadow: 2px 2px 2px rgba(0,0,0, 0.25);
border: solid 2px rgba(0,0,0,0);
width: 64px;
height: 64px;
}
.dialog > .client > .entry:hover {
border: solid 2px #F00;
transform: scale(1.25, 1.25);
}
.dialog > .closebox {
position: absolute;
top: 7px;
right: 8px;
font-size: 18px;
font-weight: bold;
color: #FFF;
background-color: #F00;
border-radius: 4px;
padding: 3px;
padding-left: 8px;
padding-right: 8px;
} | 0.493164 | 0.120983 |
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cardTitle {
background-color: rgb(255, 255, 255);
border: 2px solid white;
}
.btn {
background: #237cb8;
background-image: -webkit-linear-gradient(top, #237cb8, #2980b9);
background-image: -moz-linear-gradient(top, #237cb8, #2980b9);
background-image: -ms-linear-gradient(top, #237cb8, #2980b9);
background-image: -o-linear-gradient(top, #237cb8, #2980b9);
background-image: linear-gradient(to bottom, #237cb8, #2980b9);
text-shadow: 1px 1px 3px #666666;
font-family: Arial;
color: #ffffff;
font-size: 14px;
padding: 6px 11px 3px 12px;
text-decoration: none;
}
.btn:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}
.itemNone{
display: none;
}
.removeIcon{
padding-left: 76%;
background-color: black;
color: white;
}
.cardContainer{
text-align: right;
}
#board {
width: 100%;
min-height: 500px;
display: inline;
position: relative;
}
.title {
background-color: #080808;
text-align: center;
color: white;
padding: 2px 0px;
}
.addTaskDiv {
margin-bottom: 10px;
}
input#addtask {
padding: 14px;
height: 16px;
}
#todo,
#inprogress,
#done {
background-color: #FDFDFD;
width: 32%;
float: left;
min-height: 500px;
border: 2px solid black;
display: inline-block;
}
*[draggable=true] {
float: left;
min-width: 50px;
min-height: 50px;
border: 2px solid black;
margin: 10px;
font-weight: bold;
min-height: 60px;
-webkit-background-size: 1px 8px;
-moz-background-size: 1px 8px;
background-size: 1px 8px;
background-repeat: repeat;
} | style.css | body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cardTitle {
background-color: rgb(255, 255, 255);
border: 2px solid white;
}
.btn {
background: #237cb8;
background-image: -webkit-linear-gradient(top, #237cb8, #2980b9);
background-image: -moz-linear-gradient(top, #237cb8, #2980b9);
background-image: -ms-linear-gradient(top, #237cb8, #2980b9);
background-image: -o-linear-gradient(top, #237cb8, #2980b9);
background-image: linear-gradient(to bottom, #237cb8, #2980b9);
text-shadow: 1px 1px 3px #666666;
font-family: Arial;
color: #ffffff;
font-size: 14px;
padding: 6px 11px 3px 12px;
text-decoration: none;
}
.btn:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}
.itemNone{
display: none;
}
.removeIcon{
padding-left: 76%;
background-color: black;
color: white;
}
.cardContainer{
text-align: right;
}
#board {
width: 100%;
min-height: 500px;
display: inline;
position: relative;
}
.title {
background-color: #080808;
text-align: center;
color: white;
padding: 2px 0px;
}
.addTaskDiv {
margin-bottom: 10px;
}
input#addtask {
padding: 14px;
height: 16px;
}
#todo,
#inprogress,
#done {
background-color: #FDFDFD;
width: 32%;
float: left;
min-height: 500px;
border: 2px solid black;
display: inline-block;
}
*[draggable=true] {
float: left;
min-width: 50px;
min-height: 50px;
border: 2px solid black;
margin: 10px;
font-weight: bold;
min-height: 60px;
-webkit-background-size: 1px 8px;
-moz-background-size: 1px 8px;
background-size: 1px 8px;
background-repeat: repeat;
} | 0.381335 | 0.099383 |
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Pirata+One&display=swap");
body {
background-color: #373737;
background-attachment: fixed;
color: #000;
font-family: "Libre Baskerville", serif;
font-size: 14px;
}
h1 {
font-size: 4rem;
display: block;
text-align: center;
font-family: "Pirata One", cursive;
margin: -2rem auto 0px;
padding: 0;
line-height: 0.9;
}
h2 {
text-align: center;
margin: 0;
padding: 0;
font-size: 1.2rem;
color: white;
}
h3 {
text-align: center;
color: white;
font-family: "Pirata One", cursive;
margin: 2rem auto 0.25em;
height: 1.2em;
font-size: 14vw;
margin: 1rem auto;
}
svg {
width: 70%;
height: auto;
}
p {
padding: 0 2rem;
}
ul {
column-count: 1;
font-size: 2rem;
line-height: 1.6;
margin: 0 auto;
list-style: none;
max-width: 640px;
text-align: center;
font-size: 1.5rem;
padding: 0;
}
.para {
display: block;
text-align: center;
font-size: 8em;
margin: 6rem auto;
}
figure {
margin: 5vh auto 2rem;
display: block;
text-align: center;
}
li {
font-size: inherit;
}
a {
color: inherit;
}
footer {
display: block;
text-align: center;
margin: 12vh 0 3vh;
color: #666;
font-size: 1rem;
line-height: 1.5;
}
del {
background: #111;
color: #333333;
padding: 0 6px;
}
del:hover {
background: darkred;
cursor: pointer;
color: black;
}
p {
max-width: 640px;
margin: 3rem auto 6rem;
font-size: 1.5rem;
text-align: center;
line-height: 2;
}
p em {
color: white;
}
.today {
color: white;
font-weight: bold;
font-style: italic;
}
.tomorrow {
font-weight: bold;
}
@media (min-width: 600px) {
h1 {
font-size: 6rem;
margin: -1rem auto -2rem;
}
h3 {
margin: -2rem auto 0;
}
h2 {
margin: 0 auto 0.25em;
}
ul {
column-count: 2;
}
svg {
width: 400px;
hieght: auto;
}
figure {
margin: 15vh auto -1rem;
}
} | styles.css | @import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Pirata+One&display=swap");
body {
background-color: #373737;
background-attachment: fixed;
color: #000;
font-family: "Libre Baskerville", serif;
font-size: 14px;
}
h1 {
font-size: 4rem;
display: block;
text-align: center;
font-family: "Pirata One", cursive;
margin: -2rem auto 0px;
padding: 0;
line-height: 0.9;
}
h2 {
text-align: center;
margin: 0;
padding: 0;
font-size: 1.2rem;
color: white;
}
h3 {
text-align: center;
color: white;
font-family: "Pirata One", cursive;
margin: 2rem auto 0.25em;
height: 1.2em;
font-size: 14vw;
margin: 1rem auto;
}
svg {
width: 70%;
height: auto;
}
p {
padding: 0 2rem;
}
ul {
column-count: 1;
font-size: 2rem;
line-height: 1.6;
margin: 0 auto;
list-style: none;
max-width: 640px;
text-align: center;
font-size: 1.5rem;
padding: 0;
}
.para {
display: block;
text-align: center;
font-size: 8em;
margin: 6rem auto;
}
figure {
margin: 5vh auto 2rem;
display: block;
text-align: center;
}
li {
font-size: inherit;
}
a {
color: inherit;
}
footer {
display: block;
text-align: center;
margin: 12vh 0 3vh;
color: #666;
font-size: 1rem;
line-height: 1.5;
}
del {
background: #111;
color: #333333;
padding: 0 6px;
}
del:hover {
background: darkred;
cursor: pointer;
color: black;
}
p {
max-width: 640px;
margin: 3rem auto 6rem;
font-size: 1.5rem;
text-align: center;
line-height: 2;
}
p em {
color: white;
}
.today {
color: white;
font-weight: bold;
font-style: italic;
}
.tomorrow {
font-weight: bold;
}
@media (min-width: 600px) {
h1 {
font-size: 6rem;
margin: -1rem auto -2rem;
}
h3 {
margin: -2rem auto 0;
}
h2 {
margin: 0 auto 0.25em;
}
ul {
column-count: 2;
}
svg {
width: 400px;
hieght: auto;
}
figure {
margin: 15vh auto -1rem;
}
} | 0.546012 | 0.178061 |
* {
margin: 0;
}
a {
text-decoration: none;
color: red;
}
body {
background-color: rgb(209, 203, 203);
}
/* cabeçalho */
.cabecalho {
padding-left: 550px;
}
.cabecalho p {
margin-top: 50px;
padding-left: 50px;
font-size: 20px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.cabecalho img {
position: relative;
right: 60px;
margin-top: 20px;
}
.container {
width: 860px;
margin-top: 70px;
display: flex;
margin-left: 200px;
}
.container img {
width: 420px;
height: 420px;
}
.container h3 {
font-size: 32px;
font-family: Georgia, 'Times New Roman', Times, serif;
margin-top: 60px;
font-weight: 600;
}
.container p {
font-size: 20px;
line-height: 30px;
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
color: rgb(75, 74, 74);
}
.texto {
margin-left: 50px;
}
.teepees {
margin: 0;
margin-top: 20px;
}
.paragrafo-textos-esquerda {
padding-right: 40px;
}
.info-rent {
margin-top: 80px;
padding-left: 380px;
}
.info-rent h4 {
font-size: 36px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: 300;
}
.info-rent p {
margin-top: 30px;
margin-left: 180px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
margin-bottom: 80px;
}
/* footer */
footer {
background-color: rgb(155, 202, 159);
}
.texto-contato {
margin-top: 20px;
font-size: 32px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: bold;
padding-left: 300px;
}
.texto-contato p {
color: black;
position: relative;
right: 15px;
top: 10px;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}
label {
font-size: 22px;
}
.label-email {
position: relative;
left: 370px;
}
.inputs{
border: none;
border-bottom: 4px solid gray;
width: 350px;
height: 30px;
background: none;
font-size: 18px;
outline: none;
margin-right: 70px;
}
.label-timeline {
position: relative;
top: -30px;
}
.input-timeline {
width: 100%;
margin-right: 0;
position: relative;
right: 78px;
}
.input-message {
width: 100%;
margin-right: 0;
position: relative;
right: 78px;
height: 40px;
}
.btn {
width: 100px;
height: 50px;
margin-top: -60px;
font-size: 18px;
text-transform: uppercase;
margin-left: 684px;
background: none;
border: 1px solid black;
}
.btn:hover {
background: gray;
border: none;
}
/* redes sociais */
.redes-sociais {
margin-top: 40px;
background-color: white;
padding-bottom: 50px;
}
.redes-sociais p {
padding-top: 20px;
text-align: center;
font-size: 22px;
font-family: Arial, Helvetica, sans-serif;
line-height: 15px;
}
.redes-sociais img {
margin-top: 20px;
width: 50px;
position: relative;
left: 580px;
margin-right: 10px;
}
.copy {
padding-top: 20px;
text-align: center;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
line-height: 15px;
color: rgb(75, 74, 74);
margin-top: 10px;
} | projeto-camp/style.css | * {
margin: 0;
}
a {
text-decoration: none;
color: red;
}
body {
background-color: rgb(209, 203, 203);
}
/* cabeçalho */
.cabecalho {
padding-left: 550px;
}
.cabecalho p {
margin-top: 50px;
padding-left: 50px;
font-size: 20px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.cabecalho img {
position: relative;
right: 60px;
margin-top: 20px;
}
.container {
width: 860px;
margin-top: 70px;
display: flex;
margin-left: 200px;
}
.container img {
width: 420px;
height: 420px;
}
.container h3 {
font-size: 32px;
font-family: Georgia, 'Times New Roman', Times, serif;
margin-top: 60px;
font-weight: 600;
}
.container p {
font-size: 20px;
line-height: 30px;
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
color: rgb(75, 74, 74);
}
.texto {
margin-left: 50px;
}
.teepees {
margin: 0;
margin-top: 20px;
}
.paragrafo-textos-esquerda {
padding-right: 40px;
}
.info-rent {
margin-top: 80px;
padding-left: 380px;
}
.info-rent h4 {
font-size: 36px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: 300;
}
.info-rent p {
margin-top: 30px;
margin-left: 180px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
margin-bottom: 80px;
}
/* footer */
footer {
background-color: rgb(155, 202, 159);
}
.texto-contato {
margin-top: 20px;
font-size: 32px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: bold;
padding-left: 300px;
}
.texto-contato p {
color: black;
position: relative;
right: 15px;
top: 10px;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}
label {
font-size: 22px;
}
.label-email {
position: relative;
left: 370px;
}
.inputs{
border: none;
border-bottom: 4px solid gray;
width: 350px;
height: 30px;
background: none;
font-size: 18px;
outline: none;
margin-right: 70px;
}
.label-timeline {
position: relative;
top: -30px;
}
.input-timeline {
width: 100%;
margin-right: 0;
position: relative;
right: 78px;
}
.input-message {
width: 100%;
margin-right: 0;
position: relative;
right: 78px;
height: 40px;
}
.btn {
width: 100px;
height: 50px;
margin-top: -60px;
font-size: 18px;
text-transform: uppercase;
margin-left: 684px;
background: none;
border: 1px solid black;
}
.btn:hover {
background: gray;
border: none;
}
/* redes sociais */
.redes-sociais {
margin-top: 40px;
background-color: white;
padding-bottom: 50px;
}
.redes-sociais p {
padding-top: 20px;
text-align: center;
font-size: 22px;
font-family: Arial, Helvetica, sans-serif;
line-height: 15px;
}
.redes-sociais img {
margin-top: 20px;
width: 50px;
position: relative;
left: 580px;
margin-right: 10px;
}
.copy {
padding-top: 20px;
text-align: center;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
line-height: 15px;
color: rgb(75, 74, 74);
margin-top: 10px;
} | 0.458591 | 0.093223 |
/* 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. */
body {
padding-top: 50px;
padding-bottom: 20px;
}
.scrollit {
height: 100px;
width: 200px;
overflow: scroll;
}
.scrollabletextbox {
height: 100px;
width: 200px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 82%;
overflow: scroll;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
.responsive {
width: 100%;
height: auto;
}
/* Carousel */
.carousel-caption p {
font-size: 20px;
line-height: 1.4;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
width: 100%;
}
/* QR code generator */
#qrCode {
margin: 15px;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
/* Hide captions */
.carousel-caption {
display: none;
}
}
.panel-shadow {
box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}
.panel-white {
border: 1px solid #dddddd;
}
.panel-white .panel-heading {
color: #333;
background-color: #fff;
border-color: #ddd;
}
.panel-white .panel-footer {
background-color: #fff;
border-color: #ddd;
}
.post .post-heading {
height: 95px;
padding: 20px 15px;
}
.post .post-heading .avatar {
width: 60px;
height: 60px;
display: block;
margin-right: 15px;
}
.post .post-heading .meta .title {
margin-bottom: 0;
}
.post .post-heading .meta .title a {
color: black;
}
.post .post-heading .meta .title a:hover {
color: #aaaaaa;
}
.post .post-heading .meta .time {
margin-top: 8px;
color: #999;
}
.post .post-image .image {
width: 100%;
height: auto;
}
.post .post-description {
padding: 15px;
}
.post .post-description p {
font-size: 14px;
}
.post .post-description .stats {
margin-top: 20px;
}
.post .post-description .stats .stat-item {
display: inline-block;
margin-right: 15px;
}
.post .post-description .stats .stat-item .icon {
margin-right: 8px;
}
.post .post-footer {
border-top: 1px solid #ddd;
padding: 15px;
}
.post .post-footer .input-group-addon a {
color: #454545;
}
.post .post-footer .comments-list {
padding: 0;
margin-top: 20px;
list-style-type: none;
}
.post .post-footer .comments-list .comment {
display: block;
width: 100%;
margin: 20px 0;
}
.post .post-footer .comments-list .comment .avatar {
width: 35px;
height: 35px;
}
.post .post-footer .comments-list .comment .comment-heading {
display: block;
width: 100%;
}
.post .post-footer .comments-list .comment .comment-heading .user {
font-size: 14px;
font-weight: bold;
display: inline;
margin-top: 0;
margin-right: 10px;
}
.post .post-footer .comments-list .comment .comment-heading .time {
font-size: 12px;
color: #aaa;
margin-top: 0;
display: inline;
}
.post .post-footer .comments-list .comment .comment-body {
margin-left: 50px;
}
.post .post-footer .comments-list .comment > .comments-list {
margin-left: 50px;
} | src/Web/FMCApp.Web/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. */
body {
padding-top: 50px;
padding-bottom: 20px;
}
.scrollit {
height: 100px;
width: 200px;
overflow: scroll;
}
.scrollabletextbox {
height: 100px;
width: 200px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 82%;
overflow: scroll;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
.responsive {
width: 100%;
height: auto;
}
/* Carousel */
.carousel-caption p {
font-size: 20px;
line-height: 1.4;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
width: 100%;
}
/* QR code generator */
#qrCode {
margin: 15px;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
/* Hide captions */
.carousel-caption {
display: none;
}
}
.panel-shadow {
box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}
.panel-white {
border: 1px solid #dddddd;
}
.panel-white .panel-heading {
color: #333;
background-color: #fff;
border-color: #ddd;
}
.panel-white .panel-footer {
background-color: #fff;
border-color: #ddd;
}
.post .post-heading {
height: 95px;
padding: 20px 15px;
}
.post .post-heading .avatar {
width: 60px;
height: 60px;
display: block;
margin-right: 15px;
}
.post .post-heading .meta .title {
margin-bottom: 0;
}
.post .post-heading .meta .title a {
color: black;
}
.post .post-heading .meta .title a:hover {
color: #aaaaaa;
}
.post .post-heading .meta .time {
margin-top: 8px;
color: #999;
}
.post .post-image .image {
width: 100%;
height: auto;
}
.post .post-description {
padding: 15px;
}
.post .post-description p {
font-size: 14px;
}
.post .post-description .stats {
margin-top: 20px;
}
.post .post-description .stats .stat-item {
display: inline-block;
margin-right: 15px;
}
.post .post-description .stats .stat-item .icon {
margin-right: 8px;
}
.post .post-footer {
border-top: 1px solid #ddd;
padding: 15px;
}
.post .post-footer .input-group-addon a {
color: #454545;
}
.post .post-footer .comments-list {
padding: 0;
margin-top: 20px;
list-style-type: none;
}
.post .post-footer .comments-list .comment {
display: block;
width: 100%;
margin: 20px 0;
}
.post .post-footer .comments-list .comment .avatar {
width: 35px;
height: 35px;
}
.post .post-footer .comments-list .comment .comment-heading {
display: block;
width: 100%;
}
.post .post-footer .comments-list .comment .comment-heading .user {
font-size: 14px;
font-weight: bold;
display: inline;
margin-top: 0;
margin-right: 10px;
}
.post .post-footer .comments-list .comment .comment-heading .time {
font-size: 12px;
color: #aaa;
margin-top: 0;
display: inline;
}
.post .post-footer .comments-list .comment .comment-body {
margin-left: 50px;
}
.post .post-footer .comments-list .comment > .comments-list {
margin-left: 50px;
} | 0.521715 | 0.075244 |
@media only screen and (min-width: 10px) and (max-width: 400px),
only screen and (min-device-width: 10px) and (max-device-width: 400px){
/*
================================================================================
| HEADER |
================================================================================
*/
#header{
min-width:240px;
width: 100%;
padding-top: 40px;
}
#header .top_info{
width: auto;
margin: 0 auto;
padding: 15px 0px 25px;
}
#header .top_info .logo{
width: auto;
float: none;
text-align: center;
padding: 0px 0 10px 0px;
}
#header .top_info .logo a{
font-size: 40px;
}
#header .top_info .header_contacts{
width: auto;
float: none;
padding: 8px 0 0 0px;
text-align: center;
}
#header .top_info .header_contacts .phone{
padding: 0 0 2px 0;
}
#header .top_info .socials{
float: none;
width: auto;
text-align: center;
padding: 14px 0 0 0;
}
#header .top_info .socials a{
display: inline-block;
margin: 0 0 0 2px;
}
#search_form{
float: none;
width: 100%;
position: absolute;
top:10px;
right: 0px;
padding: 10px 0 0 0;
text-align: center;
}
#search_form .txb_search{
border: 1px solid #D0D0D0;
display: inline-block;
vertical-align: top;
background: #FFFFFF;
border-radius: 4px;
width: 127px;
height: 26px;
margin: 0;
padding: 0;
padding: 1px 10px 0 10px;
line-height: 26px;
font-family: 'PTSansRegular',Arial,sans-serif;
color: #798FA1;
box-shadow: 0 1px 0 0 #FFFFFF;
}
/*
================================================================================
| NAVIGATION |
================================================================================
*/
.bg_navigation{
width: 100%;
min-width: 240px;
}
.navigation_wrapper{
width: auto;
padding: 15px 0 15px 0;
overflow: visible;
}
#navigation{
width: 200px;
float: none;
padding: 0 0 0 0;
background: url(../images/bg_small_navigation.jpg) repeat-x 0 0;
height: 29px;
margin: 0 auto;
border-radius: 5px;
position: relative;
}
#navigation span{
display: block;
}
#navigation ul{
display: none;
position: absolute;
top:29px;
left:0;
background: #283C4C;
width: 200px;
border-radius: 0 0 5px 5px;
}
#navigation ul li{
display: block;
width: 200px;
height: 29px;
margin-bottom: 3px
}
#navigation ul li a{
font-size: 15px;
height: 29px;
line-height: 28px;
display: block;
color: #FFFFFF;
padding:0 15px;
text-shadow:none;
}
/*
================================================================================
| CONTENT |
================================================================================
*/
h1{
margin-left: 10px;
margin-right: 10px;
}
cite{
display: block;
width: auto;
}
.breadcrumbs{
padding-left: 10px;
padding-right: 10px;
}
#content{
width:100%;
min-width: 240px;
margin: 0 auto;
}
.content{
width: auto;
margin: 0 auto;
padding: 20px 0 0;
}
.slider_wrapper{
float: none;
width: auto;
padding: 0 0px 0 0;
margin-bottom: 20px;
margin-right: 0;
}
.search_auto_wrapper{
width: 100%;
float: right;
}
.wrapper_2 .left,
.wrapper_3 .left,
.wrapper_4 .left{
width: auto;
float: none;
padding-top:13px;
}
.wrapper_2 .right,
.wrapper_3 .right,
.wrapper_4 .right{
width: auto;
float: none;
padding-left: 10px;
padding-right: 10px;
min-width: 220px;
margin: 0 auto;
}
.home_tabs .box.visible{
position:relative;
}
img.alignright {
float:none;
margin-left: 0;
width: 100%;
margin-bottom: 20px;
}
img.alignleft {
float:none;
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float:none;
margin-left: 0;
margin-bottom: 16px;
}
.alignleft {
float:none;
margin-right: 0;
margin-bottom: 16px;
}
/*
================================================================================
| TABS |
================================================================================
*/
.tabs_wrapper ul.tabs li{
float: none;
margin-right: 0;
width: auto;
height: 38px;
padding-left: 9px;
padding-right: 9px;
border-radius: 0;
}
.tabs_wrapper ul.tabs li.current{
padding-left: 10px;
padding-right: 10px;
}
.home_tabs .box{
padding-left: 9px;
padding-right: 9px;
min-width: 220px;
position: relative;
}
.home_tabs .box .all{
float: none;
margin-right: 0;
position:absolute;
top:35px;
left:10px;
}
.home_tabs .box .results{
padding: 0 0 35px 0;
}
.tabs_wrapper .bx-wrapper{
width: 150px;
margin: 0 auto;
min-width: 150px;
}
.tabs_wrapper .bx-controls{
right: -30px;
}
/*
================================================================================
| SLIDER |
================================================================================
*/
.home_slider .slider{
width: 100%;
height: auto;
}
.home_slider .slider .slide{
width: 100%;
height: auto;
padding-bottom: 100px;
}
.home_slider .slider .slide img{
width: 100%;
height: auto;
}
.home_slider .slider .slide .description{
width: 100%;
padding: 13px 0 20px;
}
.home_slider .slider .slide .description h2{
max-width: 180px;
overflow: hidden;
}
.home_slider .slider .slide .description p{
max-width: 180px;
overflow: hidden;
padding-bottom: 0;
}
.home_slider .slider .slide .description .price{
float: none;
position:relative;
right: auto;
padding-left: 20px;
margin: 0;
top:auto;
}
.page_slider {
margin-bottom: 7px;
position:relative;
}
.page_slider .slider{
width: 100%;
height: auto;
}
.page_slider .slider .slide{
width: 100%;
height: auto;
padding-bottom: 100px;
}
.page_slider .slider .slide img{
width: 100%;
height: auto;
}
.page_slider .slider .slide .description{
width: 100%;
padding: 13px 0px 20px 0px;
}
.page_slider .slider .slide .description .price{
float: none;
position:relative;
right: auto;
padding-left: 20px;
margin: 0;
top:auto;
}
.page_slider .bx-controls{
right:21px;
}
.side_banners{
float: none;
width: auto;
}
/*
================================================================================
| SEARCH AUTO |
================================================================================
*/
.search_auto{
width: auto;
border:1px solid #EBEBEB;
padding: 11px 19px 13px;
background: #F8F8F8;
min-width: 180px;
}
.catalog_sidebar .search_auto{
width: auto;
margin-bottom: 20px;
float: none;
margin-left: 10px;
margin-right: 10px;
min-width: 160px;
}
.catalog_sidebar .search_auto h3{
float: none;
}
.search_auto h3{
float: none;
}
.search_auto .categories{
float: none;
padding-top: 0;
margin-left: -5px;
}
.catalog_sidebar .search_auto .categories{
float: none;
padding-top: 0px;
margin-left: -5px;
}
.search_auto .select_box{
display: inline-block;
width: 45%;
}
.search_auto .select_box_1{
width: auto;
padding: 0 0 8px 0;
}
.catalog_sidebar .search_auto .select_box_1{
width: auto;
}
.search_auto .select_box_2{
width: auto;
padding: 0 0 8px 0;
}
.search_auto .chb_wrapper{
float: none;
}
.catalog_sidebar .search_auto .select_box_2{
width: auto;
padding: 0 0 8px 0;
}
.search_auto .select_box_2 .custom-select,
.catalog_sidebar .search_auto .select_box_2 .custom-select{
float: right;
width: 45%;
}
.search_auto .select_box_2 .custom-select:first-child,
.caltalog_sidebar .search_auto .select_box_2 .custom-select:first-child{
margin-right: 10px;
float: left;
}
.search_auto .btn_search{
float: none;
}
.catalog_sidebar .search_auto .btn_search{
float: none;
}
/*
================================================================================
| CUSTOM SELECT |
================================================================================
*/
.select_box_1 .select-list{
width: 100%;
}
.select_box_2 .select-list{
width: 100%;
}
.catalog_sidebar .select_box_1 .select-list,
.car_sidebar .select_box_1 .select-list{
width: 100%;
}
.catalog_sidebar .select_box_2 .select-list,
.car_sidebar .select_box_2 .select-list{
width: 100%;
}
.catalog_sidebar .search_auto .chb_wrapper{
float: none;
padding-top: 20px;
}
.catalog_sidebar .search_auto .btn_search{
float: none;
}
/*
================================================================================
| BANNERS |
================================================================================
*/
.banner a img{
width: 100%;
}
.banner_1{
margin: 0 auto 20px;
float: none;
width: auto;
}
.banner_2{
margin: 0 auto 20px;
float: none;
width: auto;
}
.main_banner a{
margin: 13px auto 0;
float: none;
}
.main_banner.banner_1 .text_wrapper,
.main_banner.banner_2 .text_wrapper{
background-position: center 0;
}
.main_banner .text_wrapper{
float: none;
width: auto;
padding: 60px 20px 0;
text-align: center;
}
/*
================================================================================
| RECENT BLOG |
================================================================================
*/
.recent_blog{
padding-left: 10px;
padding-right: 10px;
min-width: 220px;
padding-bottom: 35px;
}
.recent_blog h2{
margin-bottom: 21px;
}
.recent_blog .post_block{
float: none;
overflow: hidden;
width: auto;
margin: 0 0px 20px 0;
padding: 19px 19px 28px;
}
.recent_blog .post_block.last{
margin: 0;
}
.recent_blog .post_block a.thumb{
margin: 0 0px 20px 0;
float: none;
}
/*
================================================================================
| VIDEO |
================================================================================
*/
.video_box{
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}
.video_box .post_block{
float: none;
width: auto;
margin: 0 0 20px 0;
overflow: hidden;
}
/*
================================================================================
| HOME NEWS |
================================================================================
*/
.news {
overflow: hidden;
float: none;
min-width: 180px;
width: auto;
}
.news h2{
margin: 0 auto 20px;
}
.news_wrapper{
float: none;
width: auto;
overflow: hidden;
}
.news .news_box{
margin: 0;
width: auto;
float: none;
overflow: hidden;
padding-bottom:17px;
}
.news .news_box.bottom{
float: none;
}
.news .news_box .thumb{
width: 180px;
float: left;
margin-right: 15px;
}
.news .news_box .thumb img{
width: auto;
}
.news .all_wrapper{
width: 100%;
margin: 0;
clear: both;
}
/*
================================================================================
| SUBSCRIBE |
================================================================================
*/
.banners_wrapper{
float: none;
width: auto;
}
.get_news_box{
width: auto;
float: none;
margin: 0 0 20px;
}
.get_news_box h3{
max-width: 180px;
width: 100%;
margin: 0 auto 21px;
}
.get_news_box form{
max-width: 180px;
width: 100%;
margin: 0 auto;
}
.side_banners img{
width: 100%;
}
.get_news_box{
padding: 12px 0px 21px;
}
/*
================================================================================
| FOOTER |
================================================================================
*/
#footer{
min-width:240px;
width: 100%;
}
.bg_top_footer{
min-width:240px;
width: 100%;
}
.top_footer{
width:auto;
margin: 0 auto;
padding-bottom: 40px;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
.top_footer .f_widget{
width: auto;
float: none;
padding: 0 0px 40px 0;
}
.top_footer .f_widget iframe{
width: 100%;
}
.top_footer .fwidget_separator{
display: none;
}
.top_footer .f_widget.divide{
float: none;
}
.bottom_footer{
width: auto;
padding-bottom: 0;
padding-left: 10px;
padding-right: 10px;
}
.bottom_footer .f_widget{
width: auto;
padding: 0 0px 20px 0;
float: none;
}
.bottom_footer .f_widget.divide{
float: none;
}
.bottom_footer .fwidget_separator{
display: none;
}
#footer .frame_wrapper{
min-width: 220px;
width: auto;
overflow: hidden;
}
.copyright_wrapper{
width: 100%;
min-width: 240px;
}
.copyright{
width: auto;
}
/*
================================================================================
| 404 |
================================================================================
*/
.needs_wrapper {
padding-bottom: 0;
padding-left: 19px;
margin-left: 10px;
margin-right: 10px;
padding-right: 19px;
}
.needs_wrapper .post_block{
float: none;
width: auto;
padding: 0 0 20px;
}
.needs_wrapper .post_block.center{
padding:0 0 20px;
}
.newsletter{
padding-left: 10px;
padding-right: 10px;
}
.newsletter .txb{
width: 180px;
margin:0 0 15px;
}
.counter_heading,
.counter_wrapper{
padding-left:10px;
padding-right:10px;
}
#counter .countdown_section{
width: 50px;
margin: 0 2px;
font-size: 12px;
}
#counter .countdown_amount{
width: 50px;
height: 50px;
background: url(../images/digit_small.png) no-repeat 0 0;
font-size: 35px;
line-height: 50px;
padding: 0 0 0 0px;
}
/*
================================================================================
| CONTACTS |
================================================================================
*/
.contacts_box{
margin-left: 10px;
margin-right: 10px;
width: auto;
padding-left: 10px;
padding-right: 10px;
}
.contacts_box .left{
width: 100%;
float: none;
}
.contacts_box .map{
width: auto;
float: none;
overflow: hidden;
}
.contact_form{
padding: 0 10px 28px 10px;
}
.contact_form h2{
margin-bottom: 15px;
}
.contact_form .fld_box{
width: 100%;
float: none;
}
.contact_form .fld_box.last{
padding: 0 0px 0 0px;
float: right;
}
.contact_form .fld_box.center{
padding: 0 0px 0 0px;
}
.contact_form input{
width: 92%;
}
.contact_form textarea{
width: 96%;
}
.personal_box{
padding: 0 10px;
}
ul.personal_list{
overflow: hidden;
}
ul.personal_list li{
width: 100%;
float: none;
display: block;
margin: 0 0px 36px 0;
}
ul.personal_list li img.thumb{
float: none;
width: 100%;
height: auto;
margin: 0 0 10px 0;
}
ul.personal_list li .inner{
float: none;
padding: 0px 0 0 0px;
width: auto;
}
ul.personal_list li .grey_area span{
display: block;
}
ul.personal_list li .inner .fR,
ul.personal_list li .inner .fL{
float: none;
}
/*
================================================================================
| CATALOG |
================================================================================
*/
.main_catalog{
float:none;
width: auto;
padding: 15px 0 0 0;
}
.catalog_sidebar{
width: auto;
padding: 0 0px 0 0;
float: none;
}
.top_catalog_box .clear{
clear: right;
}
.top_catalog_box .pagination{
margin-top: 40px;
padding-left: 0;
padding-right: 0;
clear:both;
float: none;
}
.cars_categories, .steps{
position:relative;
top:0;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
min-width: 220px;
}
.cars_categories a,
.steps a,
.cars_categories span,
.steps span{
margin-right: 0px;
margin-left: 0;
padding-left: 7px;
padding-right: 7px;
}
.switch{
float: none;
padding: 0 0 0 0;
}
.top_catalog_box{
margin: 0 10px;
}
.drop_list{
padding: 1px 0 0 0;
float: none;
clear: both;
z-index: 1;
position: relative;
display: block;
}
.sorting.drop_list{
z-index: 2;
}
.view_on_page.drop_list{
z-index: 1;
}
.drop_list span{
z-index: 5;
}
.drop_list .active span{
z-index: 10;
}
.drop_list .active ul{
z-index: 9;
}
.pagination{
float: none;
padding-left: 10px;
padding-right: 10px;
}
/*
================================================================================
| CATALOG TABLE |
================================================================================
*/
.catalog_table,
.dealer_catalog{
padding-left: 10px;
padding-right: 10px;
}
.catalog_table li a.thumb,
.dealer_catalog li a.thumb{
float: none;
width: auto;
margin: 0;
height: auto;
}
.catalog_table li a.thumb img,
.dealer_catalog li a.thumb img{
width: 100%;
height: auto;
}
.catalog_table li .catalog_desc,
.dealer_catalog li .catalog_desc{
padding: 0 0 0 0;
width: auto;
float: none;
}
.catalog_table li .catalog_desc .location,
.dealer_catalog li .catalog_desc .location{
float: none;
padding-top: 10px;
}
.catalog_table li .catalog_desc .title_box,
.dealer_catalog li .catalog_desc .title_box{
float: none;
}
.catalog_table li .catalog_desc .clear,
.dealer_catalog li .catalog_desc .clear{
clear: right;
}
.catalog_table li .grey_area,
.dealer_catalog li .grey_area{
margin: 0px 0 0 0;
}
/*
================================================================================
| CATALOG LIST |
================================================================================
*/
.catalog_list {
padding-left: 10px;
padding-right: 10px;
width: 213px;
margin: 0 auto;
}
.catalog_list li{
width: auto;
float: none;
margin: 0 0 20px 0;
overflow: hidden;
}
.catalog_list li.last{
margin-right: 0;
float: none;
}
/*
================================================================================
| CAR |
================================================================================
*/
.cars_id{
position: relative;
top:0;
right: 0;
padding: 0 10px 10px;
text-align: left;
}
.car_image_wrapper{
width: auto;
margin-right: 10px;
margin-left: 10px;
float: none;
}
.car_characteristics{
width: auto;
float: none;
margin:0 10px 23px;
}
.car_image_wrapper .big_image{
width: 100%;
}
.car_image_wrapper .big_image a{
width: 100%;
}
.car_image_wrapper .big_image a img{
width: 100%;
}
.car_image_wrapper .small_img{
width: auto;
padding-left: 5px;
}
.car_image_wrapper .small_img a{
float: left;
margin: 0 2px 0 0;
}
.car_image_wrapper .small_img a{
width: 19%;
height: auto;
}
.car_image_wrapper .small_img a img{
width: 100%;
height: auto;
}
.features_table .line .left{
width: auto;
float: none;
}
.features_table .line .right{
width: auto;
float: none;
}
.wanted_line .left{
width: auto;
float: none;
}
.wanted_line .right{
width: auto;
float: none;
}
.info_box{
float: none;
width: auto;
padding: 10px 10px 16px 10px;
}
.car_sidebar{
width: 100%;
padding-bottom: 13px;
float: none;
}
.car_sidebar .calculator{
width: auto;
float: none;
}
.car_sidebar .banner{
float: right;
width: 40%;
}
.car_info .info_left{
float: none;
width: auto;
padding: 0 0px 20px 0;
}
.car_info .info_right{
float: none;
width: auto;
padding: 0 0px 20px 0;
}
.car_contacts .left{
float: none;
width: auto;
padding-right: 0;
}
.car_contacts .right{
float: none;
width: auto;
}
/*
================================================================================
| CALCULATOR |
================================================================================
*/
.calculator{
width: auto;
margin-left: 10px;
margin-right: 10px;
min-width: 160px;
}
.calculator .select_box_1{
width: auto;
}
/*
================================================================================
| SELL |
================================================================================
*/
.message{
margin: 0 10px 33px;
}
.sell_box{
margin-left: 10px;
margin-right: 10px;
}
.sell_submit_wrapper{
margin-left: 10px;
margin-right: 10px;
}
.sell_submit_wrapper .custom_chb_wrapper.fL{
float: none;
}
.sell_box .select_wrapper,
.sell_box .input_wrapper,
.sell_box .single_chb_wrapper{
width: auto;
float: none;
}
.sell_box .select_wrapper.last,
.sell_box .input_wrapper.last,
.sell_box .single_chb_wrapper.last{
width: auto;
float: none;
}
.sell_box .input_wrapper.large{
width: auto;
float: none;
}
.sell_box .input_wrapper.large input{
width: 183px;
}
.sell_box .chb_group{
float: none;
padding: 4px 0 20px 0;
width: auto;
}
.sell_box .chb_group.last{
width: auto;
float: none;
}
.chb_devider{
display: block;
clear: both;
}
.sell_box .foto_wrapper{
width: 40%;
margin: 6px 3% 20px 2%;
}
.sell_box .foto_wrapper a{
width: 98%;
}
.sell_submit_wrapper input.sell_submit{
float: none;
}
/*
================================================================================
| CHECKBOXES |
================================================================================
*/
.custom_chb_wrapper label{
float: none;
padding: 0 0 0 25px;
display: block;
}
/*
================================================================================
| BLOG |
================================================================================
*/
.blog{
width: auto;
margin: 0 10px;
float: none;
padding: 0 0px 0 0;
}
.blog_post .blog_desc{
float: none;
width: auto;
padding: 2px 0 0 0px;
}
.blog_post .thumb,
.blog_post .thumb img{
float: none;
width: 100%;
margin-right: 0;
margin-bottom: 10px;
}
.blog .pagination{
padding-left: 0;
padding-right: 0;
}
/*
================================================================================
| WIDGETS |
================================================================================
*/
.sidebar{
float: none;
width: auto;
margin:0 10px;
padding-bottom: 20px;
padding-top: 20px;
}
.sidebar .widget{
float: none;
width: auto;
margin-right: 0;
margin-left: 0;
}
.sidebar .widget .thumb{
width: auto;
display: block;
}
.sidebar .widget .thumb img{
width: 100%;
}
.sidebar .tabs_widget{
width: auto;
margin-right: 0;
margin-left: 0;
float: none;
}
.sidebar .tabs_widget .tab_post .desc{
float: none;
padding: 2px 0 0 71px;
}
.widget_divider{
display: block;
clear: both;
}
/*
================================================================================
| COMMENTS |
================================================================================
*/
.comment_form .fld_box{
width: 100%;
float: none;
}
.comment_form .fld_box.center{
padding: 0 0 0 0;
}
.comment_form input{
width: 89%;
}
.comment_form textarea{
width: 94%;
}
.comments ul li ul li .wrapper{
padding: 24px 0 25px 0px;
}
.comments ul li ul li ul li .wrapper{
padding: 24px 0 25px 0px;
}
/*
================================================================================
| SERVICES |
================================================================================
*/
.services{
padding-left: 9px;
padding-right: 9px;
}
.services .service{
width: auto;
float: none;
padding: 19px 19px 14px 19px;
height: auto;
overflow: hidden;
margin-bottom: 20px;
}
.services .service.center{
margin: 0 0 20px 0;
}
.services .service h2{
min-height: 39px;
font-size: 26px;
line-height: 32px;
padding: 3px 0 11px 53px;
}
/*
================================================================================
| RECENT |
================================================================================
*/
.recent{
padding-left:10px;
padding-right: 10px;
width: 220px;
margin: 0 auto;
}
.recent_cars{
min-width:220px;
width: auto;
padding-left: 10px;
padding-right: 10px;
}
.recent_cars ul{
width: 220px;
margin: 0 auto;
}
.recent_cars ul li.last{
margin-right: 0;
margin-left: 0;
}
.recent_cars ul li{
width: auto;
float: none;
margin-right: 0;
margin-left: 0;
overflow: hidden;
}
/*
================================================================================
| DEALER |
================================================================================
*/
.best_offer{
width: 100%;
height: auto;
position: relative;
padding-bottom: 100px;
}
.best_offer img{
width: 100%;
height: auto;
position:relative;
z-index: 1;
top:0;
left:0;
}
.best_offer .description{
width:100%;
padding: 13px 0 20px;
}
.best_offer .description h2{
padding: 0 20px 3px;
max-width: 160px;
overflow: hidden;
white-space: nowrap;
}
.best_offer .description p{
padding: 0 20px;
max-width: 140px;
white-space: nowrap;
}
.best_offer .description .price{
float: none;
position:relative;
right: auto;
padding-left: 20px;
margin: 0;
top:auto;
white-space: nowrap;
}
} | public/css1/style400.css | @media only screen and (min-width: 10px) and (max-width: 400px),
only screen and (min-device-width: 10px) and (max-device-width: 400px){
/*
================================================================================
| HEADER |
================================================================================
*/
#header{
min-width:240px;
width: 100%;
padding-top: 40px;
}
#header .top_info{
width: auto;
margin: 0 auto;
padding: 15px 0px 25px;
}
#header .top_info .logo{
width: auto;
float: none;
text-align: center;
padding: 0px 0 10px 0px;
}
#header .top_info .logo a{
font-size: 40px;
}
#header .top_info .header_contacts{
width: auto;
float: none;
padding: 8px 0 0 0px;
text-align: center;
}
#header .top_info .header_contacts .phone{
padding: 0 0 2px 0;
}
#header .top_info .socials{
float: none;
width: auto;
text-align: center;
padding: 14px 0 0 0;
}
#header .top_info .socials a{
display: inline-block;
margin: 0 0 0 2px;
}
#search_form{
float: none;
width: 100%;
position: absolute;
top:10px;
right: 0px;
padding: 10px 0 0 0;
text-align: center;
}
#search_form .txb_search{
border: 1px solid #D0D0D0;
display: inline-block;
vertical-align: top;
background: #FFFFFF;
border-radius: 4px;
width: 127px;
height: 26px;
margin: 0;
padding: 0;
padding: 1px 10px 0 10px;
line-height: 26px;
font-family: 'PTSansRegular',Arial,sans-serif;
color: #798FA1;
box-shadow: 0 1px 0 0 #FFFFFF;
}
/*
================================================================================
| NAVIGATION |
================================================================================
*/
.bg_navigation{
width: 100%;
min-width: 240px;
}
.navigation_wrapper{
width: auto;
padding: 15px 0 15px 0;
overflow: visible;
}
#navigation{
width: 200px;
float: none;
padding: 0 0 0 0;
background: url(../images/bg_small_navigation.jpg) repeat-x 0 0;
height: 29px;
margin: 0 auto;
border-radius: 5px;
position: relative;
}
#navigation span{
display: block;
}
#navigation ul{
display: none;
position: absolute;
top:29px;
left:0;
background: #283C4C;
width: 200px;
border-radius: 0 0 5px 5px;
}
#navigation ul li{
display: block;
width: 200px;
height: 29px;
margin-bottom: 3px
}
#navigation ul li a{
font-size: 15px;
height: 29px;
line-height: 28px;
display: block;
color: #FFFFFF;
padding:0 15px;
text-shadow:none;
}
/*
================================================================================
| CONTENT |
================================================================================
*/
h1{
margin-left: 10px;
margin-right: 10px;
}
cite{
display: block;
width: auto;
}
.breadcrumbs{
padding-left: 10px;
padding-right: 10px;
}
#content{
width:100%;
min-width: 240px;
margin: 0 auto;
}
.content{
width: auto;
margin: 0 auto;
padding: 20px 0 0;
}
.slider_wrapper{
float: none;
width: auto;
padding: 0 0px 0 0;
margin-bottom: 20px;
margin-right: 0;
}
.search_auto_wrapper{
width: 100%;
float: right;
}
.wrapper_2 .left,
.wrapper_3 .left,
.wrapper_4 .left{
width: auto;
float: none;
padding-top:13px;
}
.wrapper_2 .right,
.wrapper_3 .right,
.wrapper_4 .right{
width: auto;
float: none;
padding-left: 10px;
padding-right: 10px;
min-width: 220px;
margin: 0 auto;
}
.home_tabs .box.visible{
position:relative;
}
img.alignright {
float:none;
margin-left: 0;
width: 100%;
margin-bottom: 20px;
}
img.alignleft {
float:none;
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float:none;
margin-left: 0;
margin-bottom: 16px;
}
.alignleft {
float:none;
margin-right: 0;
margin-bottom: 16px;
}
/*
================================================================================
| TABS |
================================================================================
*/
.tabs_wrapper ul.tabs li{
float: none;
margin-right: 0;
width: auto;
height: 38px;
padding-left: 9px;
padding-right: 9px;
border-radius: 0;
}
.tabs_wrapper ul.tabs li.current{
padding-left: 10px;
padding-right: 10px;
}
.home_tabs .box{
padding-left: 9px;
padding-right: 9px;
min-width: 220px;
position: relative;
}
.home_tabs .box .all{
float: none;
margin-right: 0;
position:absolute;
top:35px;
left:10px;
}
.home_tabs .box .results{
padding: 0 0 35px 0;
}
.tabs_wrapper .bx-wrapper{
width: 150px;
margin: 0 auto;
min-width: 150px;
}
.tabs_wrapper .bx-controls{
right: -30px;
}
/*
================================================================================
| SLIDER |
================================================================================
*/
.home_slider .slider{
width: 100%;
height: auto;
}
.home_slider .slider .slide{
width: 100%;
height: auto;
padding-bottom: 100px;
}
.home_slider .slider .slide img{
width: 100%;
height: auto;
}
.home_slider .slider .slide .description{
width: 100%;
padding: 13px 0 20px;
}
.home_slider .slider .slide .description h2{
max-width: 180px;
overflow: hidden;
}
.home_slider .slider .slide .description p{
max-width: 180px;
overflow: hidden;
padding-bottom: 0;
}
.home_slider .slider .slide .description .price{
float: none;
position:relative;
right: auto;
padding-left: 20px;
margin: 0;
top:auto;
}
.page_slider {
margin-bottom: 7px;
position:relative;
}
.page_slider .slider{
width: 100%;
height: auto;
}
.page_slider .slider .slide{
width: 100%;
height: auto;
padding-bottom: 100px;
}
.page_slider .slider .slide img{
width: 100%;
height: auto;
}
.page_slider .slider .slide .description{
width: 100%;
padding: 13px 0px 20px 0px;
}
.page_slider .slider .slide .description .price{
float: none;
position:relative;
right: auto;
padding-left: 20px;
margin: 0;
top:auto;
}
.page_slider .bx-controls{
right:21px;
}
.side_banners{
float: none;
width: auto;
}
/*
================================================================================
| SEARCH AUTO |
================================================================================
*/
.search_auto{
width: auto;
border:1px solid #EBEBEB;
padding: 11px 19px 13px;
background: #F8F8F8;
min-width: 180px;
}
.catalog_sidebar .search_auto{
width: auto;
margin-bottom: 20px;
float: none;
margin-left: 10px;
margin-right: 10px;
min-width: 160px;
}
.catalog_sidebar .search_auto h3{
float: none;
}
.search_auto h3{
float: none;
}
.search_auto .categories{
float: none;
padding-top: 0;
margin-left: -5px;
}
.catalog_sidebar .search_auto .categories{
float: none;
padding-top: 0px;
margin-left: -5px;
}
.search_auto .select_box{
display: inline-block;
width: 45%;
}
.search_auto .select_box_1{
width: auto;
padding: 0 0 8px 0;
}
.catalog_sidebar .search_auto .select_box_1{
width: auto;
}
.search_auto .select_box_2{
width: auto;
padding: 0 0 8px 0;
}
.search_auto .chb_wrapper{
float: none;
}
.catalog_sidebar .search_auto .select_box_2{
width: auto;
padding: 0 0 8px 0;
}
.search_auto .select_box_2 .custom-select,
.catalog_sidebar .search_auto .select_box_2 .custom-select{
float: right;
width: 45%;
}
.search_auto .select_box_2 .custom-select:first-child,
.caltalog_sidebar .search_auto .select_box_2 .custom-select:first-child{
margin-right: 10px;
float: left;
}
.search_auto .btn_search{
float: none;
}
.catalog_sidebar .search_auto .btn_search{
float: none;
}
/*
================================================================================
| CUSTOM SELECT |
================================================================================
*/
.select_box_1 .select-list{
width: 100%;
}
.select_box_2 .select-list{
width: 100%;
}
.catalog_sidebar .select_box_1 .select-list,
.car_sidebar .select_box_1 .select-list{
width: 100%;
}
.catalog_sidebar .select_box_2 .select-list,
.car_sidebar .select_box_2 .select-list{
width: 100%;
}
.catalog_sidebar .search_auto .chb_wrapper{
float: none;
padding-top: 20px;
}
.catalog_sidebar .search_auto .btn_search{
float: none;
}
/*
================================================================================
| BANNERS |
================================================================================
*/
.banner a img{
width: 100%;
}
.banner_1{
margin: 0 auto 20px;
float: none;
width: auto;
}
.banner_2{
margin: 0 auto 20px;
float: none;
width: auto;
}
.main_banner a{
margin: 13px auto 0;
float: none;
}
.main_banner.banner_1 .text_wrapper,
.main_banner.banner_2 .text_wrapper{
background-position: center 0;
}
.main_banner .text_wrapper{
float: none;
width: auto;
padding: 60px 20px 0;
text-align: center;
}
/*
================================================================================
| RECENT BLOG |
================================================================================
*/
.recent_blog{
padding-left: 10px;
padding-right: 10px;
min-width: 220px;
padding-bottom: 35px;
}
.recent_blog h2{
margin-bottom: 21px;
}
.recent_blog .post_block{
float: none;
overflow: hidden;
width: auto;
margin: 0 0px 20px 0;
padding: 19px 19px 28px;
}
.recent_blog .post_block.last{
margin: 0;
}
.recent_blog .post_block a.thumb{
margin: 0 0px 20px 0;
float: none;
}
/*
================================================================================
| VIDEO |
================================================================================
*/
.video_box{
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}
.video_box .post_block{
float: none;
width: auto;
margin: 0 0 20px 0;
overflow: hidden;
}
/*
================================================================================
| HOME NEWS |
================================================================================
*/
.news {
overflow: hidden;
float: none;
min-width: 180px;
width: auto;
}
.news h2{
margin: 0 auto 20px;
}
.news_wrapper{
float: none;
width: auto;
overflow: hidden;
}
.news .news_box{
margin: 0;
width: auto;
float: none;
overflow: hidden;
padding-bottom:17px;
}
.news .news_box.bottom{
float: none;
}
.news .news_box .thumb{
width: 180px;
float: left;
margin-right: 15px;
}
.news .news_box .thumb img{
width: auto;
}
.news .all_wrapper{
width: 100%;
margin: 0;
clear: both;
}
/*
================================================================================
| SUBSCRIBE |
================================================================================
*/
.banners_wrapper{
float: none;
width: auto;
}
.get_news_box{
width: auto;
float: none;
margin: 0 0 20px;
}
.get_news_box h3{
max-width: 180px;
width: 100%;
margin: 0 auto 21px;
}
.get_news_box form{
max-width: 180px;
width: 100%;
margin: 0 auto;
}
.side_banners img{
width: 100%;
}
.get_news_box{
padding: 12px 0px 21px;
}
/*
================================================================================
| FOOTER |
================================================================================
*/
#footer{
min-width:240px;
width: 100%;
}
.bg_top_footer{
min-width:240px;
width: 100%;
}
.top_footer{
width:auto;
margin: 0 auto;
padding-bottom: 40px;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
.top_footer .f_widget{
width: auto;
float: none;
padding: 0 0px 40px 0;
}
.top_footer .f_widget iframe{
width: 100%;
}
.top_footer .fwidget_separator{
display: none;
}
.top_footer .f_widget.divide{
float: none;
}
.bottom_footer{
width: auto;
padding-bottom: 0;
padding-left: 10px;
padding-right: 10px;
}
.bottom_footer .f_widget{
width: auto;
padding: 0 0px 20px 0;
float: none;
}
.bottom_footer .f_widget.divide{
float: none;
}
.bottom_footer .fwidget_separator{
display: none;
}
#footer .frame_wrapper{
min-width: 220px;
width: auto;
overflow: hidden;
}
.copyright_wrapper{
width: 100%;
min-width: 240px;
}
.copyright{
width: auto;
}
/*
================================================================================
| 404 |
================================================================================
*/
.needs_wrapper {
padding-bottom: 0;
padding-left: 19px;
margin-left: 10px;
margin-right: 10px;
padding-right: 19px;
}
.needs_wrapper .post_block{
float: none;
width: auto;
padding: 0 0 20px;
}
.needs_wrapper .post_block.center{
padding:0 0 20px;
}
.newsletter{
padding-left: 10px;
padding-right: 10px;
}
.newsletter .txb{
width: 180px;
margin:0 0 15px;
}
.counter_heading,
.counter_wrapper{
padding-left:10px;
padding-right:10px;
}
#counter .countdown_section{
width: 50px;
margin: 0 2px;
font-size: 12px;
}
#counter .countdown_amount{
width: 50px;
height: 50px;
background: url(../images/digit_small.png) no-repeat 0 0;
font-size: 35px;
line-height: 50px;
padding: 0 0 0 0px;
}
/*
================================================================================
| CONTACTS |
================================================================================
*/
.contacts_box{
margin-left: 10px;
margin-right: 10px;
width: auto;
padding-left: 10px;
padding-right: 10px;
}
.contacts_box .left{
width: 100%;
float: none;
}
.contacts_box .map{
width: auto;
float: none;
overflow: hidden;
}
.contact_form{
padding: 0 10px 28px 10px;
}
.contact_form h2{
margin-bottom: 15px;
}
.contact_form .fld_box{
width: 100%;
float: none;
}
.contact_form .fld_box.last{
padding: 0 0px 0 0px;
float: right;
}
.contact_form .fld_box.center{
padding: 0 0px 0 0px;
}
.contact_form input{
width: 92%;
}
.contact_form textarea{
width: 96%;
}
.personal_box{
padding: 0 10px;
}
ul.personal_list{
overflow: hidden;
}
ul.personal_list li{
width: 100%;
float: none;
display: block;
margin: 0 0px 36px 0;
}
ul.personal_list li img.thumb{
float: none;
width: 100%;
height: auto;
margin: 0 0 10px 0;
}
ul.personal_list li .inner{
float: none;
padding: 0px 0 0 0px;
width: auto;
}
ul.personal_list li .grey_area span{
display: block;
}
ul.personal_list li .inner .fR,
ul.personal_list li .inner .fL{
float: none;
}
/*
================================================================================
| CATALOG |
================================================================================
*/
.main_catalog{
float:none;
width: auto;
padding: 15px 0 0 0;
}
.catalog_sidebar{
width: auto;
padding: 0 0px 0 0;
float: none;
}
.top_catalog_box .clear{
clear: right;
}
.top_catalog_box .pagination{
margin-top: 40px;
padding-left: 0;
padding-right: 0;
clear:both;
float: none;
}
.cars_categories, .steps{
position:relative;
top:0;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
min-width: 220px;
}
.cars_categories a,
.steps a,
.cars_categories span,
.steps span{
margin-right: 0px;
margin-left: 0;
padding-left: 7px;
padding-right: 7px;
}
.switch{
float: none;
padding: 0 0 0 0;
}
.top_catalog_box{
margin: 0 10px;
}
.drop_list{
padding: 1px 0 0 0;
float: none;
clear: both;
z-index: 1;
position: relative;
display: block;
}
.sorting.drop_list{
z-index: 2;
}
.view_on_page.drop_list{
z-index: 1;
}
.drop_list span{
z-index: 5;
}
.drop_list .active span{
z-index: 10;
}
.drop_list .active ul{
z-index: 9;
}
.pagination{
float: none;
padding-left: 10px;
padding-right: 10px;
}
/*
================================================================================
| CATALOG TABLE |
================================================================================
*/
.catalog_table,
.dealer_catalog{
padding-left: 10px;
padding-right: 10px;
}
.catalog_table li a.thumb,
.dealer_catalog li a.thumb{
float: none;
width: auto;
margin: 0;
height: auto;
}
.catalog_table li a.thumb img,
.dealer_catalog li a.thumb img{
width: 100%;
height: auto;
}
.catalog_table li .catalog_desc,
.dealer_catalog li .catalog_desc{
padding: 0 0 0 0;
width: auto;
float: none;
}
.catalog_table li .catalog_desc .location,
.dealer_catalog li .catalog_desc .location{
float: none;
padding-top: 10px;
}
.catalog_table li .catalog_desc .title_box,
.dealer_catalog li .catalog_desc .title_box{
float: none;
}
.catalog_table li .catalog_desc .clear,
.dealer_catalog li .catalog_desc .clear{
clear: right;
}
.catalog_table li .grey_area,
.dealer_catalog li .grey_area{
margin: 0px 0 0 0;
}
/*
================================================================================
| CATALOG LIST |
================================================================================
*/
.catalog_list {
padding-left: 10px;
padding-right: 10px;
width: 213px;
margin: 0 auto;
}
.catalog_list li{
width: auto;
float: none;
margin: 0 0 20px 0;
overflow: hidden;
}
.catalog_list li.last{
margin-right: 0;
float: none;
}
/*
================================================================================
| CAR |
================================================================================
*/
.cars_id{
position: relative;
top:0;
right: 0;
padding: 0 10px 10px;
text-align: left;
}
.car_image_wrapper{
width: auto;
margin-right: 10px;
margin-left: 10px;
float: none;
}
.car_characteristics{
width: auto;
float: none;
margin:0 10px 23px;
}
.car_image_wrapper .big_image{
width: 100%;
}
.car_image_wrapper .big_image a{
width: 100%;
}
.car_image_wrapper .big_image a img{
width: 100%;
}
.car_image_wrapper .small_img{
width: auto;
padding-left: 5px;
}
.car_image_wrapper .small_img a{
float: left;
margin: 0 2px 0 0;
}
.car_image_wrapper .small_img a{
width: 19%;
height: auto;
}
.car_image_wrapper .small_img a img{
width: 100%;
height: auto;
}
.features_table .line .left{
width: auto;
float: none;
}
.features_table .line .right{
width: auto;
float: none;
}
.wanted_line .left{
width: auto;
float: none;
}
.wanted_line .right{
width: auto;
float: none;
}
.info_box{
float: none;
width: auto;
padding: 10px 10px 16px 10px;
}
.car_sidebar{
width: 100%;
padding-bottom: 13px;
float: none;
}
.car_sidebar .calculator{
width: auto;
float: none;
}
.car_sidebar .banner{
float: right;
width: 40%;
}
.car_info .info_left{
float: none;
width: auto;
padding: 0 0px 20px 0;
}
.car_info .info_right{
float: none;
width: auto;
padding: 0 0px 20px 0;
}
.car_contacts .left{
float: none;
width: auto;
padding-right: 0;
}
.car_contacts .right{
float: none;
width: auto;
}
/*
================================================================================
| CALCULATOR |
================================================================================
*/
.calculator{
width: auto;
margin-left: 10px;
margin-right: 10px;
min-width: 160px;
}
.calculator .select_box_1{
width: auto;
}
/*
================================================================================
| SELL |
================================================================================
*/
.message{
margin: 0 10px 33px;
}
.sell_box{
margin-left: 10px;
margin-right: 10px;
}
.sell_submit_wrapper{
margin-left: 10px;
margin-right: 10px;
}
.sell_submit_wrapper .custom_chb_wrapper.fL{
float: none;
}
.sell_box .select_wrapper,
.sell_box .input_wrapper,
.sell_box .single_chb_wrapper{
width: auto;
float: none;
}
.sell_box .select_wrapper.last,
.sell_box .input_wrapper.last,
.sell_box .single_chb_wrapper.last{
width: auto;
float: none;
}
.sell_box .input_wrapper.large{
width: auto;
float: none;
}
.sell_box .input_wrapper.large input{
width: 183px;
}
.sell_box .chb_group{
float: none;
padding: 4px 0 20px 0;
width: auto;
}
.sell_box .chb_group.last{
width: auto;
float: none;
}
.chb_devider{
display: block;
clear: both;
}
.sell_box .foto_wrapper{
width: 40%;
margin: 6px 3% 20px 2%;
}
.sell_box .foto_wrapper a{
width: 98%;
}
.sell_submit_wrapper input.sell_submit{
float: none;
}
/*
================================================================================
| CHECKBOXES |
================================================================================
*/
.custom_chb_wrapper label{
float: none;
padding: 0 0 0 25px;
display: block;
}
/*
================================================================================
| BLOG |
================================================================================
*/
.blog{
width: auto;
margin: 0 10px;
float: none;
padding: 0 0px 0 0;
}
.blog_post .blog_desc{
float: none;
width: auto;
padding: 2px 0 0 0px;
}
.blog_post .thumb,
.blog_post .thumb img{
float: none;
width: 100%;
margin-right: 0;
margin-bottom: 10px;
}
.blog .pagination{
padding-left: 0;
padding-right: 0;
}
/*
================================================================================
| WIDGETS |
================================================================================
*/
.sidebar{
float: none;
width: auto;
margin:0 10px;
padding-bottom: 20px;
padding-top: 20px;
}
.sidebar .widget{
float: none;
width: auto;
margin-right: 0;
margin-left: 0;
}
.sidebar .widget .thumb{
width: auto;
display: block;
}
.sidebar .widget .thumb img{
width: 100%;
}
.sidebar .tabs_widget{
width: auto;
margin-right: 0;
margin-left: 0;
float: none;
}
.sidebar .tabs_widget .tab_post .desc{
float: none;
padding: 2px 0 0 71px;
}
.widget_divider{
display: block;
clear: both;
}
/*
================================================================================
| COMMENTS |
================================================================================
*/
.comment_form .fld_box{
width: 100%;
float: none;
}
.comment_form .fld_box.center{
padding: 0 0 0 0;
}
.comment_form input{
width: 89%;
}
.comment_form textarea{
width: 94%;
}
.comments ul li ul li .wrapper{
padding: 24px 0 25px 0px;
}
.comments ul li ul li ul li .wrapper{
padding: 24px 0 25px 0px;
}
/*
================================================================================
| SERVICES |
================================================================================
*/
.services{
padding-left: 9px;
padding-right: 9px;
}
.services .service{
width: auto;
float: none;
padding: 19px 19px 14px 19px;
height: auto;
overflow: hidden;
margin-bottom: 20px;
}
.services .service.center{
margin: 0 0 20px 0;
}
.services .service h2{
min-height: 39px;
font-size: 26px;
line-height: 32px;
padding: 3px 0 11px 53px;
}
/*
================================================================================
| RECENT |
================================================================================
*/
.recent{
padding-left:10px;
padding-right: 10px;
width: 220px;
margin: 0 auto;
}
.recent_cars{
min-width:220px;
width: auto;
padding-left: 10px;
padding-right: 10px;
}
.recent_cars ul{
width: 220px;
margin: 0 auto;
}
.recent_cars ul li.last{
margin-right: 0;
margin-left: 0;
}
.recent_cars ul li{
width: auto;
float: none;
margin-right: 0;
margin-left: 0;
overflow: hidden;
}
/*
================================================================================
| DEALER |
================================================================================
*/
.best_offer{
width: 100%;
height: auto;
position: relative;
padding-bottom: 100px;
}
.best_offer img{
width: 100%;
height: auto;
position:relative;
z-index: 1;
top:0;
left:0;
}
.best_offer .description{
width:100%;
padding: 13px 0 20px;
}
.best_offer .description h2{
padding: 0 20px 3px;
max-width: 160px;
overflow: hidden;
white-space: nowrap;
}
.best_offer .description p{
padding: 0 20px;
max-width: 140px;
white-space: nowrap;
}
.best_offer .description .price{
float: none;
position:relative;
right: auto;
padding-left: 20px;
margin: 0;
top:auto;
white-space: nowrap;
}
} | 0.25488 | 0.082623 |
@font-face {
font-family: OpenSansCondensed-Bold;
src: url("../fonts/OpenSansCondensed-Bold.ttf");
}
@font-face {
font-family: OpenSansCondensed-Light;
src: url("../fonts/OpenSansCondensed-Light.ttf");
}
@font-face {
font-family: OpenSansCondensed-LightItalic;
src: url("../fonts/OpenSansCondensed-LightItalic.ttf");
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
background: #fff;
color: #444;
font-family: OpenSansCondensed-Light;
font-weight: 400;
}
a {
color: #007bff;
transition: 0.5s;
}
a:hover,
a:active,
a:focus {
color: #000986;
outline: none;
text-decoration: none;
}
button:focus {
outline: none !important;
}
p {
padding: 0;
margin: 0 0 15px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
margin: 0 0 10px 0;
padding: 0;
}
.OpenSans-Bold {
font-family: OpenSansCondensed-Bold;
}
table {
border-collapse: collapse;
width: 100%;
}
.back-to-top {
position: fixed;
display: none;
background: #006738;
color: #fff;
width: 44px;
height: 44px;
text-align: center;
line-height: 1;
font-size: 16px;
border-radius: 50%;
left: 15px;
bottom: 15px;
z-index: 11;
box-shadow: 0px 0px 4px grey;
}
.back-to-top svg {
width: 66%;
margin-top: 5px;
fill: #fff;
}
.rm-margin {
margin-right: -30px;
margin-left: -30px;
}
/********top menu***************/
.main-nav,
.main-nav * {
margin: 0;
padding: 0;
list-style: none;
}
.main-nav {
margin: 0 5px;
flex-grow: 1;
}
.main-nav > ul > li {
flex-grow: 1;
}
.main-nav a {
color: #666 !important;
transition: all 0.4s ease-in-out;
font-size: 14px;
}
.main-nav .btn-english {
background-color: #f5f5f5;
border-radius: 20px;
border: #f5f5f5;
max-width: 105px;
}
.main-nav .btn-english p {
color: #666 !important;
border: none;
padding: 0;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
color: #006738 !important;
text-decoration: none;
}
.main-nav .drop-down {
color: #666;
position: relative;
}
.main-nav .drop-down ul {
color: #666;
display: block;
position: absolute;
top: calc(100% + 30px);
z-index: 99;
opacity: 0;
visibility: hidden;
padding: 0;
background: #fff;
box-shadow: 0px 0px 15px rgba(127, 137, 161, 0.2);
transition: all 0.4s ease-in-out;
border-radius: 4px;
overflow: hidden;
min-width: 170px;
max-width: 200px;
}
.main-nav .drop-down:hover > ul {
opacity: 1;
top: 100%;
visibility: visible;
}
.main-nav .drop-down li {
position: relative;
}
.main-nav .drop-down ul a {
padding: 10px 20px;
font-size: 13px;
color: #006738 !important;
display: block !important;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
color: #006738;
}
.main-nav .drop-down .fa-chevron-down {
font-size: 10px;
-webkit-margin-start: 10px;
margin-inline-start: 10px;
}
.main-nav .drop-down .drop-down > a {
-webkit-padding-end: 35px;
padding-inline-end: 35px;
}
.main-nav .drop-down .drop-down > a:after {
content: "\f105";
position: absolute;
inset-inline-end: 15px;
}
.main-nav .fa-sort-down {
-webkit-margin-end: 5px;
margin-inline-end: 5px;
}
/* Mobile Navigation */
.mobile-nav {
position: fixed;
top: 0;
bottom: 0;
z-index: 9999;
overflow-y: auto;
left: -260px;
width: 260px;
background: #fff;
transition: all 0.4s ease-in-out;
}
.mobile-nav * {
margin: 0;
padding: 0;
list-style: none;
}
.mobile-nav a {
display: flex;
position: relative;
color: rgb(41, 41, 41) !important;
padding: 8px 24px;
font-weight: 500;
align-items: center;
transition: all 0.4s ease-in-out;
}
.mobile-nav a:hover {
background-color: rgba(255, 255, 255, 0.3);
}
.mobile-nav .drop-down .drop-down a:hover {
background-color: inherit;
}
.mobile-nav a svg {
max-width: 15px;
max-height: 15px;
}
.mobile-nav a p {
/* text-align: right; */
flex-grow: 1;
font-size: 15px;
justify-content: flex-start;
align-items: center;
}
.mobile-nav .fa-angle-down {
display: none;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
color: #006738 !important;
text-decoration: none;
}
.activeMenuTab {
transform: scale(1.05);
color: rgb(221, 221, 221) !important;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
.activeMenuTab p {
color: #8cc63f !important;
}
.main-nav .activeMenuTab p {
color: #006738;
}
.main-nav2 .activeMenuTab p {
color: #fff !important;
}
.header-scrolled .main-nav2 .activeMenuTab p {
color: #006738 !important;
}
.mobile-nav .drop-down > a {
-webkit-padding-end: 25px;
padding-inline-end: 25px;
}
.mobile-nav .drop-down ul {
display: none;
overflow: hidden;
}
.mobile-nav li {
margin: 5px;
}
.mobile-nav .drop-down {
/* border: 1px solid #fff;
border-radius: 10px; */
overflow: hidden;
}
.mobile-nav .drop-down .drop-down {
margin: 0;
border-radius: 0;
border: none;
border-top: 1px solid #fff;
}
.mobile-nav .drop-down .drop-down li a {
-webkit-padding-end: 40px;
padding-inline-end: 40px;
}
.mobile-nav .drop-down.drop-down li ul {
background: rgba(46, 74, 98, 0.8);
}
.mobile-nav .drop-down.drop-down li ul li {
margin: 0;
}
.mobile-nav .drop-down.drop-down li ul li:hover {
background-color: rgba(255, 255, 255, 0.3);
}
.mobile-nav .drop-down .fa-chevron-down {
font-size: 10px;
}
.mobile-nav-toggle {
position: fixed;
inset-inline-end: 0;
top: -24px;
z-index: 9998;
border: 0;
background: none;
font-size: 24px;
transition: all 0.4s ease-in-out;
outline: none !important;
line-height: 1;
cursor: pointer;
text-align: right;
display: none;
}
.mobile-nav-toggle i {
margin: 41px 8px 0 0;
color: #006738;
}
.mobile-nav-overly {
width: 100%;
height: 100%;
z-index: 9997;
top: 0;
left: 0;
position: fixed;
background: rgba(52, 91, 126, 0.8);
overflow: hidden;
display: none;
}
.mobile-nav-active {
overflow: hidden;
}
.mobile-nav-active .mobile-nav {
left: 0;
overflow-x: hidden;
}
.mobile-nav-active .mobile-nav-toggle i {
color: #fff;
}
#header {
overflow: hidden;
height: 55px;
transition: all 0.4s ease-in-out;
display: flex;
align-items: center;
flex-direction: row-reverse;
background-color: white;
position: fixed;
top: 70px;
right: 0;
left: 0;
max-width: 1110px;
z-index: 1000;
margin: auto;
border-bottom: 1px solid #bbb;
}
.header-scrolled {
background: #fff;
box-shadow: 0px 0px 20px rgb(127 137 161 / 10%);
top: 0 !important;
}
.logo {
padding: 10px 43px;
height: 70px;
display: none;
transition: all ease-in-out 0.3s;
}
.logo-top {
margin-block: 20px;
}
.main-nav .show-mobile {
display: none;
}
#header .btn-search {
background-color: #f5f5f5;
width: 200px;
border-radius: 20px;
height: 40px;
border: #f5f5f5;
color: #b2b2b2;
text-align: right;
padding: 0 15px;
margin: 0 15px;
}
#header .btn-search i {
padding: 0 5px;
}
#header nav li a {
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
}
#header svg,
.mobile-nav svg {
/* max-width: 22px; */
/* max-height: 22px; */
/* margin: 16px 0 8px 0; */
transition: all 0.4s ease-in-out;
transform: scale(1);
}
#header svg {
height: 17px;
transform: rotateY(178deg);
}
.mobile-nav svg {
margin: 0;
}
#header .h-logo {
/* height: 50px; */
width: 175px;
}
#header nav .menu-list {
display: flex;
align-items: center;
align-content: space-between;
margin: 0 !important;
}
#header nav p {
font-size: 14px;
transition: all 0.4s ease-in-out;
transform: scale(1);
line-height: 14px;
display: flex;
align-items: center;
justify-content: flex-end;
font-family: "OpenSansCondensed-Bold";
color: #006738;
}
.main-nav .menu-p {
line-height: 70px !important;
}
.menu-p {
display: flex;
align-items: baseline;
}
.menu-p span {
flex-grow: 1;
}
.mobile-search {
padding: 8px 24px;
width: 100%;
}
.mobile-search input {
border: none;
}
.mobile-search .input-group-text {
background-color: transparent;
border: 0;
-webkit-margin-end: 15px;
margin-inline-end: 15px;
color: #ddd;
}
.mobile-search .form-control {
background-color: transparent;
}
.top-menu-btn,
.top-menu-btn2 {
/* width: 42px; */
flex-grow: 0 !important;
height: 70px;
display: flex;
align-items: center;
-webkit-margin-start: 7px;
margin-inline-start: 7px;
}
.top-menu-btn a {
padding: 5px 10px;
border: 1px solid #006738;
font-size: 11px;
border-radius: 5px;
color: #006738;
}
.top-menu-btn a p {
font-size: 11px !important;
}
.top-menu-btn2 {
display: none;
background: none;
border: none;
}
.signUp {
background-color: #006738;
}
.signUp p {
color: white !important;
}
.dropdown-menu {
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
transition: all ease-in-out 0.3s;
min-width: 120px;
padding: 0;
/* margin-top: 20px; */
box-shadow: 0px 1px 6px #e1e1e180;
border: #e1e1e1;
top: 28px;
}
.dropdown-menu .lang-choice {
margin: 0 !important;
}
.arabic-btn {
height: 25px;
}
.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
transition: ease-in-out 0.3s;
}
.dropdown:hover .dropdown-menu {
box-shadow: 2px 2px 8px #e1e1e1;
border: none;
text-align: right;
}
.hideLlogoSm {
display: none !important;
}
#btns-mob-menu .top-menu-btn a i {
font-size: 22px !important;
}
#btns-mob-menu .top-menu-btn a svg {
width: 27px;
height: 22px;
transform: rotateY(178deg);
}
#btns-mob-menu .top-menu-btn a i,
#btns-mob-menu .top-menu-btn a svg {
color: #006738;
transition: all ease-in-out 0.3s;
}
#btns-mob-menu .top-menu-btn a i :hover,
#btns-mob-menu .top-menu-btn a svg:hover {
color: #ffc637;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
@media (max-width: 1070px) {
.logo {
padding: 10px 1px;
}
}
@media (max-width: 992px) {
.activeMenuTab {
background-image: none;
}
.top-menu-btn2 {
display: flex;
}
#btns-mob-menu {
display: flex !important;
justify-content: space-between;
}
}
@media (max-width: 450px) {
#header {
padding: 0 0%;
}
#header .h-logo {
width: 110px;
margin-top: 10px;
}
.logo {
padding-top: 10px;
padding-bottom: 10px;
-webkit-padding-start: 70px;
padding-inline-start: 70px;
-webkit-padding-end: 0px;
padding-inline-end: 0px;
}
}
.top-menu-btn .fa-bell,
.top-menu-btn .fa-search,
.top-menu-btn2 .fa-bell,
.top-menu-btn2 .fa-search {
width: 32px;
height: 32px;
background: #fff;
border: 1px solid #eee;
border-radius: 4px;
margin: auto;
line-height: 32px;
padding: 0;
text-align: center;
color: #006738;
}
.lang-btn {
border: none;
padding: 0;
text-align: center;
color: white;
transition: all ease-in-out 0.3s;
margin-bottom: 0;
}
.lang-btn:hover {
color: #ffc637;
}
.lang-btn:hover .lang-btn i {
color: #ffc637 !important;
}
#header nav .lang-btn,
.lang-choice {
align-items: center;
justify-content: center !important;
display: flex;
transform: rotateY(178deg);
}
.lang-choice {
padding: 5px !important;
margin: 2px !important;
}
.menu-p img {
width: 32px;
height: 32px;
border-radius: 20px;
border: 1px solid #e1e1e1;
-webkit-margin-end: 5px;
margin-inline-end: 5px;
}
#header nav li:hover a p,
#header nav li:hover svg {
transform: scale(1.1);
}
.main-nav li:hover a p::after,
.main-nav li:active a p::after,
.main-nav li:focus a p::after,
.main-nav .active a p::after {
visibility: visible;
opacity: 1;
}
.main-nav li:hover a p {
color: #006738;
}
.main-nav .btn-english a p::after,
.main-nav .btn-english:hover a p::after {
display: none !important;
}
.main-nav .btn-english svg {
margin: 0 !important;
-webkit-margin-end: 10px !important;
margin-inline-end: 10px !important;
max-height: 18px !important;
max-width: 18px !important;
}
.main-nav .btn-english a {
flex-direction: row !important;
padding: 8px 0;
align-items: center !important;
align-content: center !important;
justify-content: center;
}
.mobile-nav .setting-dropmenu li {
margin: 2px 10px 2px;
}
.mobile-nav .setting-dropmenu li p {
font-size: 13px;
}
#header nav li:hover .iconWidth {
transform: scale(1.1);
}
.main-nav .drop-down ul li p {
color: #666 !important;
font-size: 12px !important;
text-align: right;
padding: 4px 6px;
}
.main-nav .drop-down ul li:hover p {
color: #006738 !important;
}
.main-nav .drop-down ul li {
transition: all 0.4s ease-in-out;
transform: scale(1);
text-align: right;
}
.main-nav .drop-down ul li:hover {
transform: scale(1.05);
background-color: #c7eeff;
}
@media (max-width: 992px) {
.mobile-nav-toggle {
display: block !important;
}
.main-nav {
display: none !important;
}
#header {
flex-direction: row;
}
}
/******common*******/
button,
a {
cursor: pointer;
}
.btn-group-toggle .active {
background-color: #006738 !important;
color: #fff !important;
}
.d-flex {
align-items: center;
display: flex;
flex-wrap: wrap;
align-content: center;
}
.one-line {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.hidden {
display: none;
}
ul {
list-style: none;
padding: 0;
}
.f-grow {
flex-grow: 1;
}
.align-base {
align-items: baseline;
}
.f-nowarp {
flex-wrap: nowrap;
}
/**************end of common**********/
/*************banner*************/
.donation-a {
padding: 5px 30px 10px 30px;
background-color: #006738;
color: white;
transition: all ease-in-out 0.3s;
}
.donation-a:hover {
background-color: #ffc637;
color: white;
}
.headerTop {
background-color: #fff;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 999;
height: 70px;
}
.headerTop .drop-down ul {
color: #666;
display: block;
position: absolute;
top: calc(100% + 30px);
z-index: 99;
opacity: 0;
visibility: hidden;
padding: 0;
background: #fff;
box-shadow: 0px 0px 15px rgb(127 137 161 / 20%);
transition: all 0.4s ease-in-out;
border-radius: 4px;
overflow: hidden;
min-width: 170px;
max-width: 200px;
}
.headerTop .dropdown button {
background-color: #033b4a;
border: none;
font-size: 12px;
}
.headerTop a {
font-size: 13px;
}
.headerTop .fa-chevron-down {
font-size: 8px;
-webkit-margin-end: 5px;
margin-inline-end: 5px;
}
.icon-menu {
border: none !important;
}
.icon-menu i {
font-size: 17px !important;
}
.icon-menu img {
width: 25px;
}
.headerTop i {
font-size: 16px;
color: white;
}
.headerTop .social-links a i {
transition: all ease-in-out 0.5s;
transform: translateY(0px);
}
.headerTop .social-links a:hover i {
transform: translateY(-2px);
color: #006738;
}
/*************end banner*************/
@media (max-width: 1200px) {
.mobile-nav.d-lg-none {
display: block !important;
}
.mobile-nav .top-menu-btn,
.mobile-nav .top-menu-btn2 {
height: 40px;
display: block;
margin: 5px 21px !important;
}
.top-menu-btn a p {
font-size: 14px !important;
}
.mobile-hide {
display: none !important;
}
.activeMenuTab {
background: none !important;
}
}
@media (max-width: 992px) {
.mobile-nav-toggle {
display: block !important;
}
.main-nav {
display: none !important;
}
.headerTop {
display: none;
}
.hideLlogoSm {
display: flex !important;
align-content: center;
flex-grow: 1;
}
#header {
top: 0;
}
.mainBanner {
margin-top: 55px !important;
}
.logo {
display: inline;
}
}
/********end menu***************/
/********footer***************/
footer {
background: #fff;
padding: 0;
color: gray;
position: relative;
border-top: 1px solid;
}
.footer-copy-rights {
background-color: #8e8d8d;
}
.footer-copy-rights .soical {
display: flex;
justify-content: center;
}
.footer-copy-rights .soical i {
color: white;
font-size: 30px;
margin-block: 11px;
transition: all ease-in-out 0.3s;
}
.footer-copy-rights .soical i:hover {
color: #006738;
transform: translateY(-4px);
}
.footer-copy-rights p {
color: white !important;
}
.footer-img {
width: 196px;
height: auto;
border-radius: 5px;
-webkit-margin-start: 10px;
margin-inline-start: 10px;
}
.footer-img img {
max-width: 100%;
max-height: 100%;
}
footer i {
color: #006738;
-webkit-margin-start: 10px;
margin-inline-start: 10px;
transition: all 0.3s ease-in-out;
transform: scale(1);
}
footer .social-links i:hover {
transform: scale(1.1);
color: #006738;
}
footer p {
font-size: 15px;
color: #a1aec1 !important;
margin-bottom: 0;
transition: all ease-in-out 0.3s;
}
footer p:hover {
color: #006738 !important;
font-weight: bold;
}
/* .footer-license {
font-size: 14px;
color: #b0bebe !important;
position: absolute;
bottom: 20px;
right: 42%;
} */
footer .text-orange {
color: #ffb921;
margin-bottom: 18px;
font-size: 16px;
font-family: NeoSansMedium;
}
footer .contact-us {
margin-bottom: 46px;
}
footer .contact-us div img {
width: auto;
height: 65px;
-webkit-margin-start: 10px;
margin-inline-start: 10px;
}
footer .contact-us div p {
padding-top: 10px;
color: white !important;
font-family: NeoSansMedium;
}
footer .credit-card {
display: flex;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-end;
}
footer .credit-card img {
width: 50px;
-webkit-margin-end: 5px;
margin-inline-end: 5px;
}
footer img {
width: 100%;
-o-object-fit: contain;
object-fit: contain;
height: 172.75px !important;
}
footer video {
width: 100%;
-o-object-fit: contain;
object-fit: contain;
max-height: 172.75px !important;
}
footer form {
display: flex;
flex-direction: column;
text-align: left;
align-items: stretch;
}
footer form .btn-submit {
background-color: #006738;
color: white;
transition: all ease-in-out 0.3s;
transform: translateY(0);
}
footer form .btn-submit:hover {
box-shadow: 1px 1px 4px rgba(128, 128, 128, 0.644);
color: white;
transform: translateY(-3px);
}
@media (min-width: 1200px) {
footer .row > .col-lg-6,
footer .row > .col-lg-4 {
padding: 0 0 0 100px;
}
}
@media (max-width: 992px) {
footer .row > div:not(:last-child) {
margin-bottom: 30px;
}
}
@media (max-width: 768px) {
.footer-link {
flex-basis: 50%;
}
footer .contact-us div p {
font-size: 11px;
padding-top: 3px;
}
footer .contact-us div img {
height: 45px;
}
.mrb-b-sm {
margin-bottom: 61px;
}
.footer-license {
inset-inline-end: 34%;
}
footer .credit-card img {
width: 42px;
}
footer .bg-footer {
padding-top: 15px;
}
}
/******common*******/
.text-orange {
color: #006738;
}
.p-rel {
position: relative;
}
button {
cursor: pointer;
}
.btn-group-toggle .active {
background-color: #006738 !important;
color: #fff !important;
}
.sec-p {
font-size: 18px;
}
.d-flex {
align-items: center;
display: flex;
flex-wrap: wrap;
align-content: center;
}
.flex-col {
flex-direction: column;
}
.f-rev {
flex-direction: row-reverse;
}
.one-line {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.hidden {
display: none;
}
ul {
list-style: none;
padding: 0;
}
.f-grow {
flex-grow: 1;
}
.align-base {
align-items: baseline;
}
.f-nowarp {
flex-wrap: nowrap;
}
/**************end of common**********/
/***************btn****************/
.btn {
padding: 5px 15px;
border: none;
text-align: center;
margin-bottom: 20px;
}
.btn-black {
background-color: transparent;
color: #666 !important;
transition: all 0.3s ease-in-out;
transform: scale(1);
border: 1px solid #666666;
border-radius: 50px;
-webkit-margin-end: 10px;
margin-inline-end: 10px;
min-width: 100px;
}
.btn-black.active {
background-color: #fff;
border: #fff;
color: #006738 !important;
}
.btn-black:hover {
transform: scale(1.02);
}
.website-container {
max-width: 1140px !important;
margin: auto;
padding-inline: 10px;
}
@media (max-width: 1200px) {
.website-container {
max-width: 1000px !important;
}
}
/*************scrollbar*************/
::-webkit-scrollbar-track {
box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
background-color: #f5f5f5;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
background-color: #e4e4e4;
border: 1px solid #f5f5f5;
}
/********************scrollbar end**************************/
/*************main banner*************/
.mainBanner {
background-image: url(../images/Capture.PNG);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
margin-top: 125px;
height: 472px;
text-align: center;
padding-top: 40px;
}
.mainBanner h1 {
font-size: 55px;
font-family: OpenSansCondensed-Bold;
text-align: center;
color: #033b4a;
}
.mainBanner h4 {
font-size: 50px;
font-family: "OpenSansCondensed-Light";
text-align: center;
color: #006738;
}
.mainBanner span {
font-size: 60px;
}
.mainBanner p {
font-size: 15px;
font-family: NeoSansMedium;
text-align: center;
color: #033b4a;
}
.social-links {
padding-top: 5px;
}
@media (max-width: 400px) {
.mainBanner h1 {
font-size: 45px;
}
.mainBanner h4 {
font-size: 33px;
}
}
/*************banner*************/
/*************about-us section*************/
#about-us {
margin-top: 30px;
margin-bottom: 20px;
display: flex;
}
#about-us a {
text-align: center;
width: 100%;
height: 132px;
background-color: #8cc63f;
box-shadow: 1px 3px 5px #80808040;
padding: 10px;
transition: all ease-in-out 0.4s;
transform: scaleY(0px);
margin-bottom: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
#about-us a:hover {
transform: translateY(-10px);
}
#about-us h6 {
color: white;
font-size: 32px;
font-family: "OpenSansCondensed-Bold";
}
/* about-us */
.our-story-new {
background-color: #e7e7e7 !important;
}
.our-story-new h6 {
color: #006738 !important;
}
.about-us-name {
color: white !important;
font-size: 16px !important;
}
.about-us-text {
-webkit-margin-end: 20px;
margin-inline-end: 20px;
padding: 20px;
background-color: #00cb9b;
}
.btn-about-us {
border-radius: 40px;
padding: 5px 19px;
}
.btn-about-us i {
-webkit-margin-start: 5px;
margin-inline-start: 5px;
}
/* end about-us */
@media (max-width: 768px) {
#about-us {
flex-wrap: wrap;
}
}
@media (max-width: 720px) {
#about-us div {
margin-top: 4px;
}
}
/*************end about-us section*************/
/*************products section*************/
#products {
margin-top: 20px;
margin-bottom: 20px;
}
#products a {
height: 100%;
}
#products .div-part-content {
text-align: center;
/* width: 250px; */
height: auto;
background-color: #fff;
/* margin: 0 6px; */
border-radius: 5px;
/* border-bottom: 4px solid #006738; */
margin-bottom: 15px;
padding-top: 10px;
}
#products .div-part-content p {
color: #006738;
font-size: 13px;
font-family: "OpenSansCondensed-Light";
-webkit-padding-end: 15px;
padding-inline-end: 15px;
}
#products .div-part-content:hover p {
transition: all ease-in-out 0.4s;
color: #033b4a;
}
#products h6 {
color: #006738;
font-family: "OpenSansCondensed-Light";
font-size: 15px;
margin: 15px 0;
-webkit-padding-end: 15px;
padding-inline-end: 15px;
}
#products .div-part-content img {
width: 100%;
height: 178px;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: top;
object-position: top;
border: 1px solid #006738;
margin: auto;
}
#products .div-part-content svg {
width: 17px;
height: 17px;
}
#products .header-parts h2 {
font-family: OpenSansCondensed-Bold;
font-size: 21px;
color: #006738;
}
#products .header-parts p {
font-size: 14px;
color: black;
}
#products .header-parts img {
width: 35px;
height: auto;
}
#products .red-more a {
font-size: 14px;
color: black;
transition: all ease-in-out 0.4s;
}
#products .red-more a:hover {
color: #006738;
}
#products .red-more svg {
width: 16px;
height: 16px;
border: 1px solid black;
border-radius: 100%;
padding: 2px;
}
#products .product-name {
/* display: inline-block;
background-color: #006738;
width: 2px;
height: 2px; */
position: relative;
}
#products .product-name::after {
content: "";
display: block;
position: absolute;
bottom: -10px;
inset-inline-start: 42.5%;
width: 15px;
height: 1px;
background-color: #006738;
}
/*************end products section*************/
/*************visit-us section*************/
#visit-us {
margin-top: 170px;
margin-bottom: 20px;
}
#visit-us h1 {
font-family: "OpenSansCondensed-Bold";
color: #006738;
font-size: 24px;
}
#visit-us .visit-us {
display: flex;
}
#visit-us .visit-us .visit-us-card {
text-align: center;
width: 99%;
background-color: #fff;
padding: 10px;
transition: all ease-in-out 0.4s;
transform: scaleY(0px);
margin-bottom: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
#visit-us .visit-us .visit-us-card:hover {
transform: translateY(-10px);
/* box-shadow:1px 3px 5px #80808040; */
}
#visit-us h2 {
color: black;
font-size: 17px;
font-family: "OpenSansCondensed-Bold";
}
.visit-us-name {
color: white !important;
font-size: 16px !important;
}
.visit-us-text {
-webkit-margin-end: 20px;
margin-inline-end: 20px;
padding: 20px;
background-color: #00cb9b;
}
.btn-visit-us {
border-radius: 40px;
padding: 5px 19px;
}
.btn-visit-us i {
-webkit-margin-start: 5px;
margin-inline-start: 5px;
}
@media (max-width: 768px) {
#visit-us {
flex-wrap: wrap;
}
#visit-us {
margin-top: 120px;
}
}
@media (max-width: 720px) {
#visit-us div {
margin-top: 4px;
}
}
/*************end about-us section*************/
/************* End message-us section*************/
#message-us form {
padding-inline: 20px;
margin-bottom: 30px;
}
#message-us form input,
#message-us form textarea {
display: block;
width: 100%;
margin-bottom: 10px;
}
#message-us form .btn-visti-us {
background-color: gray;
border: none;
color: white;
padding-block: 7px;
font-size: 22px;
transition: all ease-in-out 0.3s;
}
#message-us form .btn-visti-us:hover {
box-shadow: 1px 1px 4px gray;
}
#message-us iframe {
width: 100%;
height: 100%;
min-height: 400px;
}
@media (max-width: 768px) {
#message-us form {
padding-inline: 0;
}
#visit-us .visit-us {
flex-direction: column;
}
#message-us .row {
flex-direction: column;
}
}
/************* message-us section*************/
/*************freq-question section*************/
#freq-question {
margin-top: 170px;
margin-bottom: 80px;
}
#freq-question h1 {
font-family: "OpenSansCondensed-Bold";
color: #006738;
font-size: 24px;
}
.freq-question .freq-question .form-card #accordion .card-body {
color: #5d5d5d;
text-align: left;
padding-inline: 0;
}
.freq-question .form-card #accordion button {
margin-bottom: 0;
background-color: #fff;
text-align: right;
}
.freq-question .form-card #accordion .card {
border: none;
margin-bottom: 15px;
border-bottom: 1px solid gray;
border-radius: 0;
}
.freq-question .form-card #accordion .card-header {
border: none;
padding: 0;
}
.freq-question .form-card #accordion .btn-link {
color: gray;
padding: 15px 0 15px 0;
font-size: 15px;
width: 100%;
transition: all 0.4s ease-in-out;
transform: translateY(0);
letter-spacing: 1px;
direction: ltr;
text-align: left;
}
.freq-question .form-card #accordion .btn-link:hover {
text-decoration: none;
color: #006738;
transform: translateY(-5px);
}
.freq-question .form-card #accordion .btn-link:active,
.freq-question .form-card #accordion .btn-link:focus {
text-decoration: none;
}
.freq-question .form-card #accordion .card-body {
color: #989898;
font-size: 14px;
text-align: left;
}
.freq-question .form-card #accordion .btn::after {
content: "\f078";
color: #d3d3d3;
top: 15px;
inset-inline-end: 20px;
position: absolute;
font-weight: 900;
font-family: "Font Awesome 5 Free";
}
.freq-question .form-card #accordion .btn[aria-expanded="true"]::after {
content: "\f077";
}
.active-accordion {
margin-bottom: 15px !important;
padding: 1px !important;
color: white !important;
}
.freq-question .active-accordion .btn-link:hover {
transform: translateY(0px) !important;
}
.freq-question .faq-soical {
display: flex;
justify-content: flex-start;
}
.freq-question .faq-soical i {
color: gray;
font-size: 24px;
margin-block: 11px;
transition: all ease-in-out 0.3s;
margin-inline: 6px;
}
.freq-question .faq-soical i:hover {
color: #006738;
transform: translateY(-4px);
}
@media (max-width: 768px) {
.freq-question .form-card #accordion .card:last-child {
border-bottom: 0;
}
#freq-question {
margin-top: 90px;
margin-bottom: 0;
}
}
/************* freq-question section*************/
/* about us */
.product-thumbs .swiper-slide img {
border: 2px solid transparent;
-o-object-fit: cover;
object-fit: cover;
cursor: pointer;
}
.product-thumbs .swiper-slide-active img {
border-color: #006738;
}
.product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
font-size: 20px;
color: #000;
font-weight: bold;
}
/*************our-story section*************/
#our-story {
margin-top: 120px;
margin-bottom: 20px;
}
#our-story img {
width: 100%;
}
#our-story h1 {
font-family: "OpenSansCondensed-Bold";
color: gray;
font-size: 20px;
margin-top: 40px;
}
#our-story .visit-us {
display: flex;
}
#our-stor .p-our-story {
font-weight: bold;
color: gray;
}
/* slider */
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 40px;
color: #006738;
}
.swiper-button-next,
.swiper-button-prev {
bottom: 9% !important;
top: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
inset-inline-end: -15px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
left: -15px;
}
@media (max-width: 992px) {
#our-story {
margin-top: 67px;
}
}
@media (max-width: 768px) {
#our-story h1 {
margin-top: 10px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 20px;
}
.swiper-button-next,
.swiper-button-prev {
bottom: 5% !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
inset-inline-end: 15px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
left: 15px;
}
}
/* End story */
/* product */
#product {
margin-top: 170px;
}
.product-accordion .form-card #accordion .card-body {
color: #5d5d5d;
text-align: left;
padding-inline: 0;
}
.product-accordion.form-card #accordion button {
margin-bottom: 0;
background-color: #fff;
text-align: right;
}
.product-accordion .form-card #accordion .card {
border: none;
margin-bottom: 15px;
border-bottom: 1px solid gray;
border-radius: 0;
}
.product-accordion .form-card #accordion .card-header {
border: none;
padding: 0;
background: white;
}
.product-accordion .form-card #accordion .btn-link {
color: gray;
padding: 10px 0 8px 0;
font-size: 15px;
width: 100%;
transition: all 0.4s ease-in-out;
transform: translateY(0);
letter-spacing: 1px;
direction: ltr;
text-align: left;
margin-bottom: 10px;
}
.product-accordion .form-card #accordion .btn-link:hover {
text-decoration: none;
color: #006738;
transform: translateY(-5px);
}
.product-accordion .form-card #accordion .btn-link:active,
.product-accordion .form-card #accordion .btn-link:focus {
text-decoration: none;
}
.product-accordion .form-card #accordion .card-body {
color: #989898;
font-size: 14px;
text-align: right;
}
.product-accordion .card-body p {
text-align: left;
}
.product-accordion .form-card #accordion .btn::after {
content: "\f067";
color: #d3d3d3;
top: 15px;
inset-inline-end: 20px;
position: absolute;
font-weight: 900;
font-family: "Font Awesome 5 Free";
}
.product-accordion .form-card #accordion .btn[aria-expanded="true"]::after {
content: "\f2d1";
}
.active-accordion {
margin-bottom: 15px !important;
padding: 1px !important;
color: white !important;
}
.active-accordion .btn-link:hover {
transform: translateY(0px) !important;
}
#product .owl-theme .owl-nav [class*="owl-"] {
color: #cdcdcd;
font-size: 26px;
background: transparent;
}
#product .owl-theme .owl-nav .owl-next {
float: right;
-webkit-margin-end: -20px;
margin-inline-end: -20px;
position: absolute;
top: 25%;
inset-inline-end: 0;
}
#product .owl-theme .owl-nav .owl-prev {
float: left;
-webkit-margin-start: -20px;
margin-inline-start: -20px;
position: absolute;
top: 25%;
left: 0;
}
.product-carousel {
-webkit-margin-start: 10px;
margin-inline-start: 10px;
box-shadow: 1px 1px 4px rgba(128, 128, 128, 0) !important;
}
#products .owl-theme .owl-nav [class*="owl-"] {
color: #cdcdcd;
font-size: 26px;
background: transparent;
}
#products .owl-theme .owl-nav .owl-next {
float: right;
-webkit-margin-end: -20px;
margin-inline-end: -20px;
position: absolute;
top: 25%;
right: 0;
}
#products .owl-theme .owl-nav .owl-prev {
float: left;
-webkit-margin-start: -20px;
margin-inline-start: -20px;
position: absolute;
top: 25%;
left: 0;
}
#product .product-header {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
flex-wrap: wrap;
}
#product .product-header button {
font-family: OpenSansCondensed-Bold;
color: gray;
margin-bottom: 0;
transition: all ease-in-out 0.3s;
transform: translateY(0px);
}
#product .product-header button:hover {
transform: translateY(-5px);
}
#product h1 {
font-size: 20px;
}
#product img {
border: 1px solid;
}
#product .colors span {
color: green;
padding: 0px 10px;
margin: 3px;
border-radius: 100%;
}
#product .colors .color1 {
background-color: red;
}
#product .colors .color2 {
background-color: yellow;
}
#product .colors .color3 {
background-color: green;
}
#product .colors .color4 {
background-color: gray;
}
#product .colors .color5 {
background-color: black;
}
#product .Cart {
display: flex;
}
#product .Cart button {
border: 1px solid;
transition: all ease-in-out 0.3s;
}
#product .Cart button:hover,
#product .buy-btn:hover {
box-shadow: 1px 1px 4px gray;
}
#product .buy-btn {
background-color: gray;
transition: all ease-in-out 0.3s;
color: white;
}
@media (max-width: 768px) {
#product {
margin-top: 90px;
}
.product-carousel {
-webkit-margin-start: 20px;
margin-inline-start: 20px;
}
#products .owl-theme .owl-nav .owl-next {
inset-inline-end: 25px;
}
#products .owl-theme .owl-nav .owl-prev {
left: 35px !important;
}
/* #products .div-part-content img {
width: 80%;
} */
}
/******************** shop **********************/
#products-shop .div-part-content {
text-align: center;
/* width: 250px; */
height: auto;
background-color: #fff;
/* margin: 0 6px; */
border-radius: 5px;
/* border-bottom: 4px solid #006738; */
transition: all ease-in-out 0.4s;
transform: scale(1);
margin-bottom: 15px;
padding-top: 10px;
}
#products-shop .div-part-content:hover {
transform: scale(1.02);
box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.438);
}
#products-shop .div-part-content p {
color: #006738;
font-size: 13px;
font-family: "OpenSansCondensed-Light";
-webkit-padding-end: 15px;
padding-inline-end: 15px;
}
#products-shop .div-part-content:hover p {
transition: all ease-in-out 0.4s;
color: #033b4a;
}
#products-shop h6 {
color: #006738;
font-family: "OpenSansCondensed-Light";
font-size: 15px;
margin: 15px 0;
-webkit-padding-end: 15px;
padding-inline-end: 15px;
}
#products-shop .div-part-content img {
width: 80%;
height: 178px;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: top;
object-position: top;
border: 1px solid #ddd;
margin: auto;
}
.lable-slider {
display: flex;
justify-content: space-between;
margin-top: -8px;
}
.slidecontainer {
width: 100%;
}
.slider {
-webkit-appearance: none;
width: 100%;
height: 10px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
transition: opacity 0.2s;
border-radius: 10px;
-moz-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
}
.slider:hover {
opacity: 1;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 15px;
border-radius: 100%;
background: #006738;
cursor: pointer;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
}
.slider::-moz-range-thumb {
width: 25px;
height: 10px;
background: #006738;
cursor: pointer;
}
.store-by form {
width: 250px;
}
.product-accordion-shope .form-card #accordion .card {
margin-bottom: -1px !important;
border-block: 1px solid gray !important;
}
.product-shope .product-header {
margin-bottom: 0 !important;
}
.product-shope .product-header h1 {
font-family: OpenSansCondensed-Bold !important;
color: gray;
font-size: 25px !important;
}
.product-shope {
margin-top: 200px !important;
}
.page-item {
margin-inline: 2px;
}
.page-item.active .page-link {
background-color: #006738;
border-color: #006738;
}
.page-link {
color: #006738;
}
@media (max-width: 768px) {
.product-shope {
margin-top: 90px !important;
}
.product-shope .product-header {
margin-bottom: 10px !important;
}
}
/* shopModal */
#cartModal {
z-index: 9999;
}
#cartModal .modal-content {
height: 100vh;
}
#cartModal .modal-dialog {
max-width: 400px;
margin: 0 0 0 auto;
}
#cartModal .modal-body {
height: 100vh;
overflow: auto;
}
#cartModal .modal-header {
background: gray;
color: white;
/* font-size: 40px; */
text-align: center;
}
#cartModal .modal-header h4 {
font-family: OpenSansCondensed-Bold;
text-align: center;
margin: auto;
font-size: 33px;
}
#cartModal .modal-header .close {
margin: 0;
}
#cartModal .modal-header i {
color: white;
transition: all ease-in-out.3s;
-webkit-transition: all ease-in-out.3s;
-moz-transition: all ease-in-out.3s;
-ms-transition: all ease-in-out.3s;
-o-transition: all ease-in-out.3s;
}
#cartModal .modal-header button:hover {
transition: all ease-in-out.3s;
-webkit-transition: all ease-in-out.3s;
-moz-transition: all ease-in-out.3s;
-ms-transition: all ease-in-out.3s;
-o-transition: all ease-in-out.3s;
}
#cartModal .modal-header button:hover {
transform: translateX(5px);
-webkit-transform: translateX(5px);
-moz-transform: translateX(5px);
-ms-transform: translateX(5px);
-o-transform: translateX(5px);
}
#cartModal .btn-view-cart {
width: 100%;
background: gray;
color: white;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
transition: all ease-in-out 0.3s;
-webkit-transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-ms-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
}
#cartModal .modal-footer {
padding-inline: 0;
}
#cartModal .btn-view-cart:hover {
transform: translateY(-5px);
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
}
#cartModal .modal-body .cart-card {
display: flex;
border-bottom: 1px solid gray;
justify-content: space-around;
}
.cart-card .cart-img-wrap {
flex-basis: 50%;
}
.cart-card img {
height: auto;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
#cartModal .modal-body .cart-card .cart-product-desc {
flex-basis: 40%;
}
#cartModal .modal-body .cart-card h4,
#cartModal .modal-body .cart-card p {
font-size: 16px;
margin-bottom: 5px;
}
#cartModal .modal-body .cart-card .inputPluse {
border: 1px solid;
max-width: 95px;
}
#cartModal .modal-body .cart-card .inputPluse button {
border: none;
font-size: 12px;
background: white;
color: gray;
}
#cartModal .modal-body .cart-card .inputPluse input {
width: 35px;
text-align: center;
border: none;
}
@media (max-width: 425px) {
#cartModal .modal-dialog {
-webkit-margin-start: 10px;
margin-inline-start: 10px;
}
}
/* ************* view-cart *********** */
#view-cart {
padding-top: 185px;
}
#view-cart h1 {
font-size: 18px;
border-bottom: 1px solid gray;
padding-bottom: 10px;
color: gray;
}
#view-cart .cart-card {
display: flex;
justify-content: flex-start;
flex-basis: 50%;
padding-bottom: 10px;
}
#view-cart .cart-card .cart-img-wrap {
max-width: 200px;
-webkit-margin-end: 20px;
margin-inline-end: 20px;
}
/* #view-cart .cart-card img {
max-height: 115px;
width: auto;
} */
#view-cart .cart-card h4,
#view-cart .cart-card p {
font-size: 16px;
margin-bottom: 5px;
}
#view-cart .cart-card h4 {
font-family: OpenSansCondensed-Bold;
color: gray;
}
#view-cart .cart-card .inputPluse {
border: 1px solid;
max-width: 100px;
}
#view-cart .cart-card .inputPluse button {
border: none;
font-size: 12px;
background: white;
color: gray;
}
#view-cart .cart-card .inputPluse input {
width: 35px;
text-align: center;
border: none;
}
#view-cart .cart-row {
display: flex;
border-bottom: 1px solid gray;
justify-content: space-between;
padding-top: 5px;
margin-bottom: 10px;
}
@media (max-width: 992px) {
#view-cart {
padding-top: 120px;
}
#view-cart .cart-card .cart-img-wrap {
flex-basis: 65%;
}
}
@media (max-width: 768px) {
#view-cart {
margin-top: 90px;
}
#view-cart .cart-card {
flex-basis: 70%;
}
}
@media (max-width: 576px) {
#view-cart .cart-card {
flex-direction: column;
}
#view-cart .cart-card .cart-img-wrap {
flex-basis: 100%;
margin-bottom: 20px;
}
}
#view-cart .total-table {
border-bottom: 1px solid gray;
}
#view-cart .total-table div {
display: flex;
justify-content: space-between;
}
#view-cart .total {
padding: 10px;
}
#view-cart .total p {
font-family: OpenSansCondensed-Bold;
font-size: 20px;
}
#view-cart .total div {
display: flex;
justify-content: space-between;
}
#view-cart form .btn-aplly {
padding-inline: 23px;
padding-block: 7px;
border-radius: 0;
background: white;
border: 1px solid gray;
transition: all ease-in-out 0.3s;
cursor: pointer;
}
#view-cart form div {
display: flex;
justify-content: space-between;
}
#view-cart .note-form {
display: flex;
margin-block: 20px;
flex-direction: column;
max-width: 30%;
resize: none;
}
#view-cart .btn-checkout {
width: 100%;
background-color: gray;
color: white;
transition: all ease-in-out 0.3s;
transform: translateY(0px);
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-ms-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
}
#view-cart .btn-checkout:hover,
#view-cart .btn-aplly:hover {
transform: translateY(-2px);
box-shadow: 1px 1px 4px gray;
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
}
#view-cart .toast {
width: 100% !important;
max-width: 100% !important;
box-shadow: none !important;
border: none !important;
}
#view-cart .fa-tag {
transform: rotateY(180deg);
}
#view-cart i {
padding-inline: 3px;
}
.language {
color: #000;
font-size: 14px;
font-weight: bold;
-webkit-margin-start: 5px;
margin-inline-start: 5px;
margin-top: 1px;
}
.loadMore-btn {
border: 1px solid #ddd;
padding-top: 10px;
padding-bottom: 10px;
}
.loadMore-btn:hover {
background-color: transparent;
color: #006738;
}
/* slider range */
.ui-slider-horizontal {
height: 0.1em;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border-radius: 50%;
background: #81817d;
color: #454545;
}
.ui-slider-horizontal .ui-slider-handle {
top: -8px;
margin-left: -0.6em;
}
.ui-slider .ui-slider-handle {
width: 1em;
height: 1em;
}
.btn-final {
background: #006738;
color: white;
margin: auto;
transition: all ease-in-out 0.3s;
transform: scale(1);
}
.btn-final:hover {
box-shadow: 1px 1px 3px gray;
transform: scale(1.02);
}
.m-dir {
margin-right: 1rem !important;
}
.dir-collection {
text-align: left !important;
}
.error {
font-size: 13px;
color: red;
}
[v-cloak] > * {
display: none;
} | public/site/css/style.css | @font-face {
font-family: OpenSansCondensed-Bold;
src: url("../fonts/OpenSansCondensed-Bold.ttf");
}
@font-face {
font-family: OpenSansCondensed-Light;
src: url("../fonts/OpenSansCondensed-Light.ttf");
}
@font-face {
font-family: OpenSansCondensed-LightItalic;
src: url("../fonts/OpenSansCondensed-LightItalic.ttf");
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
background: #fff;
color: #444;
font-family: OpenSansCondensed-Light;
font-weight: 400;
}
a {
color: #007bff;
transition: 0.5s;
}
a:hover,
a:active,
a:focus {
color: #000986;
outline: none;
text-decoration: none;
}
button:focus {
outline: none !important;
}
p {
padding: 0;
margin: 0 0 15px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
margin: 0 0 10px 0;
padding: 0;
}
.OpenSans-Bold {
font-family: OpenSansCondensed-Bold;
}
table {
border-collapse: collapse;
width: 100%;
}
.back-to-top {
position: fixed;
display: none;
background: #006738;
color: #fff;
width: 44px;
height: 44px;
text-align: center;
line-height: 1;
font-size: 16px;
border-radius: 50%;
left: 15px;
bottom: 15px;
z-index: 11;
box-shadow: 0px 0px 4px grey;
}
.back-to-top svg {
width: 66%;
margin-top: 5px;
fill: #fff;
}
.rm-margin {
margin-right: -30px;
margin-left: -30px;
}
/********top menu***************/
.main-nav,
.main-nav * {
margin: 0;
padding: 0;
list-style: none;
}
.main-nav {
margin: 0 5px;
flex-grow: 1;
}
.main-nav > ul > li {
flex-grow: 1;
}
.main-nav a {
color: #666 !important;
transition: all 0.4s ease-in-out;
font-size: 14px;
}
.main-nav .btn-english {
background-color: #f5f5f5;
border-radius: 20px;
border: #f5f5f5;
max-width: 105px;
}
.main-nav .btn-english p {
color: #666 !important;
border: none;
padding: 0;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
color: #006738 !important;
text-decoration: none;
}
.main-nav .drop-down {
color: #666;
position: relative;
}
.main-nav .drop-down ul {
color: #666;
display: block;
position: absolute;
top: calc(100% + 30px);
z-index: 99;
opacity: 0;
visibility: hidden;
padding: 0;
background: #fff;
box-shadow: 0px 0px 15px rgba(127, 137, 161, 0.2);
transition: all 0.4s ease-in-out;
border-radius: 4px;
overflow: hidden;
min-width: 170px;
max-width: 200px;
}
.main-nav .drop-down:hover > ul {
opacity: 1;
top: 100%;
visibility: visible;
}
.main-nav .drop-down li {
position: relative;
}
.main-nav .drop-down ul a {
padding: 10px 20px;
font-size: 13px;
color: #006738 !important;
display: block !important;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
color: #006738;
}
.main-nav .drop-down .fa-chevron-down {
font-size: 10px;
-webkit-margin-start: 10px;
margin-inline-start: 10px;
}
.main-nav .drop-down .drop-down > a {
-webkit-padding-end: 35px;
padding-inline-end: 35px;
}
.main-nav .drop-down .drop-down > a:after {
content: "\f105";
position: absolute;
inset-inline-end: 15px;
}
.main-nav .fa-sort-down {
-webkit-margin-end: 5px;
margin-inline-end: 5px;
}
/* Mobile Navigation */
.mobile-nav {
position: fixed;
top: 0;
bottom: 0;
z-index: 9999;
overflow-y: auto;
left: -260px;
width: 260px;
background: #fff;
transition: all 0.4s ease-in-out;
}
.mobile-nav * {
margin: 0;
padding: 0;
list-style: none;
}
.mobile-nav a {
display: flex;
position: relative;
color: rgb(41, 41, 41) !important;
padding: 8px 24px;
font-weight: 500;
align-items: center;
transition: all 0.4s ease-in-out;
}
.mobile-nav a:hover {
background-color: rgba(255, 255, 255, 0.3);
}
.mobile-nav .drop-down .drop-down a:hover {
background-color: inherit;
}
.mobile-nav a svg {
max-width: 15px;
max-height: 15px;
}
.mobile-nav a p {
/* text-align: right; */
flex-grow: 1;
font-size: 15px;
justify-content: flex-start;
align-items: center;
}
.mobile-nav .fa-angle-down {
display: none;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
color: #006738 !important;
text-decoration: none;
}
.activeMenuTab {
transform: scale(1.05);
color: rgb(221, 221, 221) !important;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
.activeMenuTab p {
color: #8cc63f !important;
}
.main-nav .activeMenuTab p {
color: #006738;
}
.main-nav2 .activeMenuTab p {
color: #fff !important;
}
.header-scrolled .main-nav2 .activeMenuTab p {
color: #006738 !important;
}
.mobile-nav .drop-down > a {
-webkit-padding-end: 25px;
padding-inline-end: 25px;
}
.mobile-nav .drop-down ul {
display: none;
overflow: hidden;
}
.mobile-nav li {
margin: 5px;
}
.mobile-nav .drop-down {
/* border: 1px solid #fff;
border-radius: 10px; */
overflow: hidden;
}
.mobile-nav .drop-down .drop-down {
margin: 0;
border-radius: 0;
border: none;
border-top: 1px solid #fff;
}
.mobile-nav .drop-down .drop-down li a {
-webkit-padding-end: 40px;
padding-inline-end: 40px;
}
.mobile-nav .drop-down.drop-down li ul {
background: rgba(46, 74, 98, 0.8);
}
.mobile-nav .drop-down.drop-down li ul li {
margin: 0;
}
.mobile-nav .drop-down.drop-down li ul li:hover {
background-color: rgba(255, 255, 255, 0.3);
}
.mobile-nav .drop-down .fa-chevron-down {
font-size: 10px;
}
.mobile-nav-toggle {
position: fixed;
inset-inline-end: 0;
top: -24px;
z-index: 9998;
border: 0;
background: none;
font-size: 24px;
transition: all 0.4s ease-in-out;
outline: none !important;
line-height: 1;
cursor: pointer;
text-align: right;
display: none;
}
.mobile-nav-toggle i {
margin: 41px 8px 0 0;
color: #006738;
}
.mobile-nav-overly {
width: 100%;
height: 100%;
z-index: 9997;
top: 0;
left: 0;
position: fixed;
background: rgba(52, 91, 126, 0.8);
overflow: hidden;
display: none;
}
.mobile-nav-active {
overflow: hidden;
}
.mobile-nav-active .mobile-nav {
left: 0;
overflow-x: hidden;
}
.mobile-nav-active .mobile-nav-toggle i {
color: #fff;
}
#header {
overflow: hidden;
height: 55px;
transition: all 0.4s ease-in-out;
display: flex;
align-items: center;
flex-direction: row-reverse;
background-color: white;
position: fixed;
top: 70px;
right: 0;
left: 0;
max-width: 1110px;
z-index: 1000;
margin: auto;
border-bottom: 1px solid #bbb;
}
.header-scrolled {
background: #fff;
box-shadow: 0px 0px 20px rgb(127 137 161 / 10%);
top: 0 !important;
}
.logo {
padding: 10px 43px;
height: 70px;
display: none;
transition: all ease-in-out 0.3s;
}
.logo-top {
margin-block: 20px;
}
.main-nav .show-mobile {
display: none;
}
#header .btn-search {
background-color: #f5f5f5;
width: 200px;
border-radius: 20px;
height: 40px;
border: #f5f5f5;
color: #b2b2b2;
text-align: right;
padding: 0 15px;
margin: 0 15px;
}
#header .btn-search i {
padding: 0 5px;
}
#header nav li a {
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
}
#header svg,
.mobile-nav svg {
/* max-width: 22px; */
/* max-height: 22px; */
/* margin: 16px 0 8px 0; */
transition: all 0.4s ease-in-out;
transform: scale(1);
}
#header svg {
height: 17px;
transform: rotateY(178deg);
}
.mobile-nav svg {
margin: 0;
}
#header .h-logo {
/* height: 50px; */
width: 175px;
}
#header nav .menu-list {
display: flex;
align-items: center;
align-content: space-between;
margin: 0 !important;
}
#header nav p {
font-size: 14px;
transition: all 0.4s ease-in-out;
transform: scale(1);
line-height: 14px;
display: flex;
align-items: center;
justify-content: flex-end;
font-family: "OpenSansCondensed-Bold";
color: #006738;
}
.main-nav .menu-p {
line-height: 70px !important;
}
.menu-p {
display: flex;
align-items: baseline;
}
.menu-p span {
flex-grow: 1;
}
.mobile-search {
padding: 8px 24px;
width: 100%;
}
.mobile-search input {
border: none;
}
.mobile-search .input-group-text {
background-color: transparent;
border: 0;
-webkit-margin-end: 15px;
margin-inline-end: 15px;
color: #ddd;
}
.mobile-search .form-control {
background-color: transparent;
}
.top-menu-btn,
.top-menu-btn2 {
/* width: 42px; */
flex-grow: 0 !important;
height: 70px;
display: flex;
align-items: center;
-webkit-margin-start: 7px;
margin-inline-start: 7px;
}
.top-menu-btn a {
padding: 5px 10px;
border: 1px solid #006738;
font-size: 11px;
border-radius: 5px;
color: #006738;
}
.top-menu-btn a p {
font-size: 11px !important;
}
.top-menu-btn2 {
display: none;
background: none;
border: none;
}
.signUp {
background-color: #006738;
}
.signUp p {
color: white !important;
}
.dropdown-menu {
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
transition: all ease-in-out 0.3s;
min-width: 120px;
padding: 0;
/* margin-top: 20px; */
box-shadow: 0px 1px 6px #e1e1e180;
border: #e1e1e1;
top: 28px;
}
.dropdown-menu .lang-choice {
margin: 0 !important;
}
.arabic-btn {
height: 25px;
}
.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
transition: ease-in-out 0.3s;
}
.dropdown:hover .dropdown-menu {
box-shadow: 2px 2px 8px #e1e1e1;
border: none;
text-align: right;
}
.hideLlogoSm {
display: none !important;
}
#btns-mob-menu .top-menu-btn a i {
font-size: 22px !important;
}
#btns-mob-menu .top-menu-btn a svg {
width: 27px;
height: 22px;
transform: rotateY(178deg);
}
#btns-mob-menu .top-menu-btn a i,
#btns-mob-menu .top-menu-btn a svg {
color: #006738;
transition: all ease-in-out 0.3s;
}
#btns-mob-menu .top-menu-btn a i :hover,
#btns-mob-menu .top-menu-btn a svg:hover {
color: #ffc637;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
@media (max-width: 1070px) {
.logo {
padding: 10px 1px;
}
}
@media (max-width: 992px) {
.activeMenuTab {
background-image: none;
}
.top-menu-btn2 {
display: flex;
}
#btns-mob-menu {
display: flex !important;
justify-content: space-between;
}
}
@media (max-width: 450px) {
#header {
padding: 0 0%;
}
#header .h-logo {
width: 110px;
margin-top: 10px;
}
.logo {
padding-top: 10px;
padding-bottom: 10px;
-webkit-padding-start: 70px;
padding-inline-start: 70px;
-webkit-padding-end: 0px;
padding-inline-end: 0px;
}
}
.top-menu-btn .fa-bell,
.top-menu-btn .fa-search,
.top-menu-btn2 .fa-bell,
.top-menu-btn2 .fa-search {
width: 32px;
height: 32px;
background: #fff;
border: 1px solid #eee;
border-radius: 4px;
margin: auto;
line-height: 32px;
padding: 0;
text-align: center;
color: #006738;
}
.lang-btn {
border: none;
padding: 0;
text-align: center;
color: white;
transition: all ease-in-out 0.3s;
margin-bottom: 0;
}
.lang-btn:hover {
color: #ffc637;
}
.lang-btn:hover .lang-btn i {
color: #ffc637 !important;
}
#header nav .lang-btn,
.lang-choice {
align-items: center;
justify-content: center !important;
display: flex;
transform: rotateY(178deg);
}
.lang-choice {
padding: 5px !important;
margin: 2px !important;
}
.menu-p img {
width: 32px;
height: 32px;
border-radius: 20px;
border: 1px solid #e1e1e1;
-webkit-margin-end: 5px;
margin-inline-end: 5px;
}
#header nav li:hover a p,
#header nav li:hover svg {
transform: scale(1.1);
}
.main-nav li:hover a p::after,
.main-nav li:active a p::after,
.main-nav li:focus a p::after,
.main-nav .active a p::after {
visibility: visible;
opacity: 1;
}
.main-nav li:hover a p {
color: #006738;
}
.main-nav .btn-english a p::after,
.main-nav .btn-english:hover a p::after {
display: none !important;
}
.main-nav .btn-english svg {
margin: 0 !important;
-webkit-margin-end: 10px !important;
margin-inline-end: 10px !important;
max-height: 18px !important;
max-width: 18px !important;
}
.main-nav .btn-english a {
flex-direction: row !important;
padding: 8px 0;
align-items: center !important;
align-content: center !important;
justify-content: center;
}
.mobile-nav .setting-dropmenu li {
margin: 2px 10px 2px;
}
.mobile-nav .setting-dropmenu li p {
font-size: 13px;
}
#header nav li:hover .iconWidth {
transform: scale(1.1);
}
.main-nav .drop-down ul li p {
color: #666 !important;
font-size: 12px !important;
text-align: right;
padding: 4px 6px;
}
.main-nav .drop-down ul li:hover p {
color: #006738 !important;
}
.main-nav .drop-down ul li {
transition: all 0.4s ease-in-out;
transform: scale(1);
text-align: right;
}
.main-nav .drop-down ul li:hover {
transform: scale(1.05);
background-color: #c7eeff;
}
@media (max-width: 992px) {
.mobile-nav-toggle {
display: block !important;
}
.main-nav {
display: none !important;
}
#header {
flex-direction: row;
}
}
/******common*******/
button,
a {
cursor: pointer;
}
.btn-group-toggle .active {
background-color: #006738 !important;
color: #fff !important;
}
.d-flex {
align-items: center;
display: flex;
flex-wrap: wrap;
align-content: center;
}
.one-line {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.hidden {
display: none;
}
ul {
list-style: none;
padding: 0;
}
.f-grow {
flex-grow: 1;
}
.align-base {
align-items: baseline;
}
.f-nowarp {
flex-wrap: nowrap;
}
/**************end of common**********/
/*************banner*************/
.donation-a {
padding: 5px 30px 10px 30px;
background-color: #006738;
color: white;
transition: all ease-in-out 0.3s;
}
.donation-a:hover {
background-color: #ffc637;
color: white;
}
.headerTop {
background-color: #fff;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 999;
height: 70px;
}
.headerTop .drop-down ul {
color: #666;
display: block;
position: absolute;
top: calc(100% + 30px);
z-index: 99;
opacity: 0;
visibility: hidden;
padding: 0;
background: #fff;
box-shadow: 0px 0px 15px rgb(127 137 161 / 20%);
transition: all 0.4s ease-in-out;
border-radius: 4px;
overflow: hidden;
min-width: 170px;
max-width: 200px;
}
.headerTop .dropdown button {
background-color: #033b4a;
border: none;
font-size: 12px;
}
.headerTop a {
font-size: 13px;
}
.headerTop .fa-chevron-down {
font-size: 8px;
-webkit-margin-end: 5px;
margin-inline-end: 5px;
}
.icon-menu {
border: none !important;
}
.icon-menu i {
font-size: 17px !important;
}
.icon-menu img {
width: 25px;
}
.headerTop i {
font-size: 16px;
color: white;
}
.headerTop .social-links a i {
transition: all ease-in-out 0.5s;
transform: translateY(0px);
}
.headerTop .social-links a:hover i {
transform: translateY(-2px);
color: #006738;
}
/*************end banner*************/
@media (max-width: 1200px) {
.mobile-nav.d-lg-none {
display: block !important;
}
.mobile-nav .top-menu-btn,
.mobile-nav .top-menu-btn2 {
height: 40px;
display: block;
margin: 5px 21px !important;
}
.top-menu-btn a p {
font-size: 14px !important;
}
.mobile-hide {
display: none !important;
}
.activeMenuTab {
background: none !important;
}
}
@media (max-width: 992px) {
.mobile-nav-toggle {
display: block !important;
}
.main-nav {
display: none !important;
}
.headerTop {
display: none;
}
.hideLlogoSm {
display: flex !important;
align-content: center;
flex-grow: 1;
}
#header {
top: 0;
}
.mainBanner {
margin-top: 55px !important;
}
.logo {
display: inline;
}
}
/********end menu***************/
/********footer***************/
footer {
background: #fff;
padding: 0;
color: gray;
position: relative;
border-top: 1px solid;
}
.footer-copy-rights {
background-color: #8e8d8d;
}
.footer-copy-rights .soical {
display: flex;
justify-content: center;
}
.footer-copy-rights .soical i {
color: white;
font-size: 30px;
margin-block: 11px;
transition: all ease-in-out 0.3s;
}
.footer-copy-rights .soical i:hover {
color: #006738;
transform: translateY(-4px);
}
.footer-copy-rights p {
color: white !important;
}
.footer-img {
width: 196px;
height: auto;
border-radius: 5px;
-webkit-margin-start: 10px;
margin-inline-start: 10px;
}
.footer-img img {
max-width: 100%;
max-height: 100%;
}
footer i {
color: #006738;
-webkit-margin-start: 10px;
margin-inline-start: 10px;
transition: all 0.3s ease-in-out;
transform: scale(1);
}
footer .social-links i:hover {
transform: scale(1.1);
color: #006738;
}
footer p {
font-size: 15px;
color: #a1aec1 !important;
margin-bottom: 0;
transition: all ease-in-out 0.3s;
}
footer p:hover {
color: #006738 !important;
font-weight: bold;
}
/* .footer-license {
font-size: 14px;
color: #b0bebe !important;
position: absolute;
bottom: 20px;
right: 42%;
} */
footer .text-orange {
color: #ffb921;
margin-bottom: 18px;
font-size: 16px;
font-family: NeoSansMedium;
}
footer .contact-us {
margin-bottom: 46px;
}
footer .contact-us div img {
width: auto;
height: 65px;
-webkit-margin-start: 10px;
margin-inline-start: 10px;
}
footer .contact-us div p {
padding-top: 10px;
color: white !important;
font-family: NeoSansMedium;
}
footer .credit-card {
display: flex;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-end;
}
footer .credit-card img {
width: 50px;
-webkit-margin-end: 5px;
margin-inline-end: 5px;
}
footer img {
width: 100%;
-o-object-fit: contain;
object-fit: contain;
height: 172.75px !important;
}
footer video {
width: 100%;
-o-object-fit: contain;
object-fit: contain;
max-height: 172.75px !important;
}
footer form {
display: flex;
flex-direction: column;
text-align: left;
align-items: stretch;
}
footer form .btn-submit {
background-color: #006738;
color: white;
transition: all ease-in-out 0.3s;
transform: translateY(0);
}
footer form .btn-submit:hover {
box-shadow: 1px 1px 4px rgba(128, 128, 128, 0.644);
color: white;
transform: translateY(-3px);
}
@media (min-width: 1200px) {
footer .row > .col-lg-6,
footer .row > .col-lg-4 {
padding: 0 0 0 100px;
}
}
@media (max-width: 992px) {
footer .row > div:not(:last-child) {
margin-bottom: 30px;
}
}
@media (max-width: 768px) {
.footer-link {
flex-basis: 50%;
}
footer .contact-us div p {
font-size: 11px;
padding-top: 3px;
}
footer .contact-us div img {
height: 45px;
}
.mrb-b-sm {
margin-bottom: 61px;
}
.footer-license {
inset-inline-end: 34%;
}
footer .credit-card img {
width: 42px;
}
footer .bg-footer {
padding-top: 15px;
}
}
/******common*******/
.text-orange {
color: #006738;
}
.p-rel {
position: relative;
}
button {
cursor: pointer;
}
.btn-group-toggle .active {
background-color: #006738 !important;
color: #fff !important;
}
.sec-p {
font-size: 18px;
}
.d-flex {
align-items: center;
display: flex;
flex-wrap: wrap;
align-content: center;
}
.flex-col {
flex-direction: column;
}
.f-rev {
flex-direction: row-reverse;
}
.one-line {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.hidden {
display: none;
}
ul {
list-style: none;
padding: 0;
}
.f-grow {
flex-grow: 1;
}
.align-base {
align-items: baseline;
}
.f-nowarp {
flex-wrap: nowrap;
}
/**************end of common**********/
/***************btn****************/
.btn {
padding: 5px 15px;
border: none;
text-align: center;
margin-bottom: 20px;
}
.btn-black {
background-color: transparent;
color: #666 !important;
transition: all 0.3s ease-in-out;
transform: scale(1);
border: 1px solid #666666;
border-radius: 50px;
-webkit-margin-end: 10px;
margin-inline-end: 10px;
min-width: 100px;
}
.btn-black.active {
background-color: #fff;
border: #fff;
color: #006738 !important;
}
.btn-black:hover {
transform: scale(1.02);
}
.website-container {
max-width: 1140px !important;
margin: auto;
padding-inline: 10px;
}
@media (max-width: 1200px) {
.website-container {
max-width: 1000px !important;
}
}
/*************scrollbar*************/
::-webkit-scrollbar-track {
box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
background-color: #f5f5f5;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
background-color: #e4e4e4;
border: 1px solid #f5f5f5;
}
/********************scrollbar end**************************/
/*************main banner*************/
.mainBanner {
background-image: url(../images/Capture.PNG);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
margin-top: 125px;
height: 472px;
text-align: center;
padding-top: 40px;
}
.mainBanner h1 {
font-size: 55px;
font-family: OpenSansCondensed-Bold;
text-align: center;
color: #033b4a;
}
.mainBanner h4 {
font-size: 50px;
font-family: "OpenSansCondensed-Light";
text-align: center;
color: #006738;
}
.mainBanner span {
font-size: 60px;
}
.mainBanner p {
font-size: 15px;
font-family: NeoSansMedium;
text-align: center;
color: #033b4a;
}
.social-links {
padding-top: 5px;
}
@media (max-width: 400px) {
.mainBanner h1 {
font-size: 45px;
}
.mainBanner h4 {
font-size: 33px;
}
}
/*************banner*************/
/*************about-us section*************/
#about-us {
margin-top: 30px;
margin-bottom: 20px;
display: flex;
}
#about-us a {
text-align: center;
width: 100%;
height: 132px;
background-color: #8cc63f;
box-shadow: 1px 3px 5px #80808040;
padding: 10px;
transition: all ease-in-out 0.4s;
transform: scaleY(0px);
margin-bottom: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
#about-us a:hover {
transform: translateY(-10px);
}
#about-us h6 {
color: white;
font-size: 32px;
font-family: "OpenSansCondensed-Bold";
}
/* about-us */
.our-story-new {
background-color: #e7e7e7 !important;
}
.our-story-new h6 {
color: #006738 !important;
}
.about-us-name {
color: white !important;
font-size: 16px !important;
}
.about-us-text {
-webkit-margin-end: 20px;
margin-inline-end: 20px;
padding: 20px;
background-color: #00cb9b;
}
.btn-about-us {
border-radius: 40px;
padding: 5px 19px;
}
.btn-about-us i {
-webkit-margin-start: 5px;
margin-inline-start: 5px;
}
/* end about-us */
@media (max-width: 768px) {
#about-us {
flex-wrap: wrap;
}
}
@media (max-width: 720px) {
#about-us div {
margin-top: 4px;
}
}
/*************end about-us section*************/
/*************products section*************/
#products {
margin-top: 20px;
margin-bottom: 20px;
}
#products a {
height: 100%;
}
#products .div-part-content {
text-align: center;
/* width: 250px; */
height: auto;
background-color: #fff;
/* margin: 0 6px; */
border-radius: 5px;
/* border-bottom: 4px solid #006738; */
margin-bottom: 15px;
padding-top: 10px;
}
#products .div-part-content p {
color: #006738;
font-size: 13px;
font-family: "OpenSansCondensed-Light";
-webkit-padding-end: 15px;
padding-inline-end: 15px;
}
#products .div-part-content:hover p {
transition: all ease-in-out 0.4s;
color: #033b4a;
}
#products h6 {
color: #006738;
font-family: "OpenSansCondensed-Light";
font-size: 15px;
margin: 15px 0;
-webkit-padding-end: 15px;
padding-inline-end: 15px;
}
#products .div-part-content img {
width: 100%;
height: 178px;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: top;
object-position: top;
border: 1px solid #006738;
margin: auto;
}
#products .div-part-content svg {
width: 17px;
height: 17px;
}
#products .header-parts h2 {
font-family: OpenSansCondensed-Bold;
font-size: 21px;
color: #006738;
}
#products .header-parts p {
font-size: 14px;
color: black;
}
#products .header-parts img {
width: 35px;
height: auto;
}
#products .red-more a {
font-size: 14px;
color: black;
transition: all ease-in-out 0.4s;
}
#products .red-more a:hover {
color: #006738;
}
#products .red-more svg {
width: 16px;
height: 16px;
border: 1px solid black;
border-radius: 100%;
padding: 2px;
}
#products .product-name {
/* display: inline-block;
background-color: #006738;
width: 2px;
height: 2px; */
position: relative;
}
#products .product-name::after {
content: "";
display: block;
position: absolute;
bottom: -10px;
inset-inline-start: 42.5%;
width: 15px;
height: 1px;
background-color: #006738;
}
/*************end products section*************/
/*************visit-us section*************/
#visit-us {
margin-top: 170px;
margin-bottom: 20px;
}
#visit-us h1 {
font-family: "OpenSansCondensed-Bold";
color: #006738;
font-size: 24px;
}
#visit-us .visit-us {
display: flex;
}
#visit-us .visit-us .visit-us-card {
text-align: center;
width: 99%;
background-color: #fff;
padding: 10px;
transition: all ease-in-out 0.4s;
transform: scaleY(0px);
margin-bottom: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
#visit-us .visit-us .visit-us-card:hover {
transform: translateY(-10px);
/* box-shadow:1px 3px 5px #80808040; */
}
#visit-us h2 {
color: black;
font-size: 17px;
font-family: "OpenSansCondensed-Bold";
}
.visit-us-name {
color: white !important;
font-size: 16px !important;
}
.visit-us-text {
-webkit-margin-end: 20px;
margin-inline-end: 20px;
padding: 20px;
background-color: #00cb9b;
}
.btn-visit-us {
border-radius: 40px;
padding: 5px 19px;
}
.btn-visit-us i {
-webkit-margin-start: 5px;
margin-inline-start: 5px;
}
@media (max-width: 768px) {
#visit-us {
flex-wrap: wrap;
}
#visit-us {
margin-top: 120px;
}
}
@media (max-width: 720px) {
#visit-us div {
margin-top: 4px;
}
}
/*************end about-us section*************/
/************* End message-us section*************/
#message-us form {
padding-inline: 20px;
margin-bottom: 30px;
}
#message-us form input,
#message-us form textarea {
display: block;
width: 100%;
margin-bottom: 10px;
}
#message-us form .btn-visti-us {
background-color: gray;
border: none;
color: white;
padding-block: 7px;
font-size: 22px;
transition: all ease-in-out 0.3s;
}
#message-us form .btn-visti-us:hover {
box-shadow: 1px 1px 4px gray;
}
#message-us iframe {
width: 100%;
height: 100%;
min-height: 400px;
}
@media (max-width: 768px) {
#message-us form {
padding-inline: 0;
}
#visit-us .visit-us {
flex-direction: column;
}
#message-us .row {
flex-direction: column;
}
}
/************* message-us section*************/
/*************freq-question section*************/
#freq-question {
margin-top: 170px;
margin-bottom: 80px;
}
#freq-question h1 {
font-family: "OpenSansCondensed-Bold";
color: #006738;
font-size: 24px;
}
.freq-question .freq-question .form-card #accordion .card-body {
color: #5d5d5d;
text-align: left;
padding-inline: 0;
}
.freq-question .form-card #accordion button {
margin-bottom: 0;
background-color: #fff;
text-align: right;
}
.freq-question .form-card #accordion .card {
border: none;
margin-bottom: 15px;
border-bottom: 1px solid gray;
border-radius: 0;
}
.freq-question .form-card #accordion .card-header {
border: none;
padding: 0;
}
.freq-question .form-card #accordion .btn-link {
color: gray;
padding: 15px 0 15px 0;
font-size: 15px;
width: 100%;
transition: all 0.4s ease-in-out;
transform: translateY(0);
letter-spacing: 1px;
direction: ltr;
text-align: left;
}
.freq-question .form-card #accordion .btn-link:hover {
text-decoration: none;
color: #006738;
transform: translateY(-5px);
}
.freq-question .form-card #accordion .btn-link:active,
.freq-question .form-card #accordion .btn-link:focus {
text-decoration: none;
}
.freq-question .form-card #accordion .card-body {
color: #989898;
font-size: 14px;
text-align: left;
}
.freq-question .form-card #accordion .btn::after {
content: "\f078";
color: #d3d3d3;
top: 15px;
inset-inline-end: 20px;
position: absolute;
font-weight: 900;
font-family: "Font Awesome 5 Free";
}
.freq-question .form-card #accordion .btn[aria-expanded="true"]::after {
content: "\f077";
}
.active-accordion {
margin-bottom: 15px !important;
padding: 1px !important;
color: white !important;
}
.freq-question .active-accordion .btn-link:hover {
transform: translateY(0px) !important;
}
.freq-question .faq-soical {
display: flex;
justify-content: flex-start;
}
.freq-question .faq-soical i {
color: gray;
font-size: 24px;
margin-block: 11px;
transition: all ease-in-out 0.3s;
margin-inline: 6px;
}
.freq-question .faq-soical i:hover {
color: #006738;
transform: translateY(-4px);
}
@media (max-width: 768px) {
.freq-question .form-card #accordion .card:last-child {
border-bottom: 0;
}
#freq-question {
margin-top: 90px;
margin-bottom: 0;
}
}
/************* freq-question section*************/
/* about us */
.product-thumbs .swiper-slide img {
border: 2px solid transparent;
-o-object-fit: cover;
object-fit: cover;
cursor: pointer;
}
.product-thumbs .swiper-slide-active img {
border-color: #006738;
}
.product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
font-size: 20px;
color: #000;
font-weight: bold;
}
/*************our-story section*************/
#our-story {
margin-top: 120px;
margin-bottom: 20px;
}
#our-story img {
width: 100%;
}
#our-story h1 {
font-family: "OpenSansCondensed-Bold";
color: gray;
font-size: 20px;
margin-top: 40px;
}
#our-story .visit-us {
display: flex;
}
#our-stor .p-our-story {
font-weight: bold;
color: gray;
}
/* slider */
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 40px;
color: #006738;
}
.swiper-button-next,
.swiper-button-prev {
bottom: 9% !important;
top: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
inset-inline-end: -15px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
left: -15px;
}
@media (max-width: 992px) {
#our-story {
margin-top: 67px;
}
}
@media (max-width: 768px) {
#our-story h1 {
margin-top: 10px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 20px;
}
.swiper-button-next,
.swiper-button-prev {
bottom: 5% !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
inset-inline-end: 15px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
left: 15px;
}
}
/* End story */
/* product */
#product {
margin-top: 170px;
}
.product-accordion .form-card #accordion .card-body {
color: #5d5d5d;
text-align: left;
padding-inline: 0;
}
.product-accordion.form-card #accordion button {
margin-bottom: 0;
background-color: #fff;
text-align: right;
}
.product-accordion .form-card #accordion .card {
border: none;
margin-bottom: 15px;
border-bottom: 1px solid gray;
border-radius: 0;
}
.product-accordion .form-card #accordion .card-header {
border: none;
padding: 0;
background: white;
}
.product-accordion .form-card #accordion .btn-link {
color: gray;
padding: 10px 0 8px 0;
font-size: 15px;
width: 100%;
transition: all 0.4s ease-in-out;
transform: translateY(0);
letter-spacing: 1px;
direction: ltr;
text-align: left;
margin-bottom: 10px;
}
.product-accordion .form-card #accordion .btn-link:hover {
text-decoration: none;
color: #006738;
transform: translateY(-5px);
}
.product-accordion .form-card #accordion .btn-link:active,
.product-accordion .form-card #accordion .btn-link:focus {
text-decoration: none;
}
.product-accordion .form-card #accordion .card-body {
color: #989898;
font-size: 14px;
text-align: right;
}
.product-accordion .card-body p {
text-align: left;
}
.product-accordion .form-card #accordion .btn::after {
content: "\f067";
color: #d3d3d3;
top: 15px;
inset-inline-end: 20px;
position: absolute;
font-weight: 900;
font-family: "Font Awesome 5 Free";
}
.product-accordion .form-card #accordion .btn[aria-expanded="true"]::after {
content: "\f2d1";
}
.active-accordion {
margin-bottom: 15px !important;
padding: 1px !important;
color: white !important;
}
.active-accordion .btn-link:hover {
transform: translateY(0px) !important;
}
#product .owl-theme .owl-nav [class*="owl-"] {
color: #cdcdcd;
font-size: 26px;
background: transparent;
}
#product .owl-theme .owl-nav .owl-next {
float: right;
-webkit-margin-end: -20px;
margin-inline-end: -20px;
position: absolute;
top: 25%;
inset-inline-end: 0;
}
#product .owl-theme .owl-nav .owl-prev {
float: left;
-webkit-margin-start: -20px;
margin-inline-start: -20px;
position: absolute;
top: 25%;
left: 0;
}
.product-carousel {
-webkit-margin-start: 10px;
margin-inline-start: 10px;
box-shadow: 1px 1px 4px rgba(128, 128, 128, 0) !important;
}
#products .owl-theme .owl-nav [class*="owl-"] {
color: #cdcdcd;
font-size: 26px;
background: transparent;
}
#products .owl-theme .owl-nav .owl-next {
float: right;
-webkit-margin-end: -20px;
margin-inline-end: -20px;
position: absolute;
top: 25%;
right: 0;
}
#products .owl-theme .owl-nav .owl-prev {
float: left;
-webkit-margin-start: -20px;
margin-inline-start: -20px;
position: absolute;
top: 25%;
left: 0;
}
#product .product-header {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
flex-wrap: wrap;
}
#product .product-header button {
font-family: OpenSansCondensed-Bold;
color: gray;
margin-bottom: 0;
transition: all ease-in-out 0.3s;
transform: translateY(0px);
}
#product .product-header button:hover {
transform: translateY(-5px);
}
#product h1 {
font-size: 20px;
}
#product img {
border: 1px solid;
}
#product .colors span {
color: green;
padding: 0px 10px;
margin: 3px;
border-radius: 100%;
}
#product .colors .color1 {
background-color: red;
}
#product .colors .color2 {
background-color: yellow;
}
#product .colors .color3 {
background-color: green;
}
#product .colors .color4 {
background-color: gray;
}
#product .colors .color5 {
background-color: black;
}
#product .Cart {
display: flex;
}
#product .Cart button {
border: 1px solid;
transition: all ease-in-out 0.3s;
}
#product .Cart button:hover,
#product .buy-btn:hover {
box-shadow: 1px 1px 4px gray;
}
#product .buy-btn {
background-color: gray;
transition: all ease-in-out 0.3s;
color: white;
}
@media (max-width: 768px) {
#product {
margin-top: 90px;
}
.product-carousel {
-webkit-margin-start: 20px;
margin-inline-start: 20px;
}
#products .owl-theme .owl-nav .owl-next {
inset-inline-end: 25px;
}
#products .owl-theme .owl-nav .owl-prev {
left: 35px !important;
}
/* #products .div-part-content img {
width: 80%;
} */
}
/******************** shop **********************/
#products-shop .div-part-content {
text-align: center;
/* width: 250px; */
height: auto;
background-color: #fff;
/* margin: 0 6px; */
border-radius: 5px;
/* border-bottom: 4px solid #006738; */
transition: all ease-in-out 0.4s;
transform: scale(1);
margin-bottom: 15px;
padding-top: 10px;
}
#products-shop .div-part-content:hover {
transform: scale(1.02);
box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.438);
}
#products-shop .div-part-content p {
color: #006738;
font-size: 13px;
font-family: "OpenSansCondensed-Light";
-webkit-padding-end: 15px;
padding-inline-end: 15px;
}
#products-shop .div-part-content:hover p {
transition: all ease-in-out 0.4s;
color: #033b4a;
}
#products-shop h6 {
color: #006738;
font-family: "OpenSansCondensed-Light";
font-size: 15px;
margin: 15px 0;
-webkit-padding-end: 15px;
padding-inline-end: 15px;
}
#products-shop .div-part-content img {
width: 80%;
height: 178px;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: top;
object-position: top;
border: 1px solid #ddd;
margin: auto;
}
.lable-slider {
display: flex;
justify-content: space-between;
margin-top: -8px;
}
.slidecontainer {
width: 100%;
}
.slider {
-webkit-appearance: none;
width: 100%;
height: 10px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
transition: opacity 0.2s;
border-radius: 10px;
-moz-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
}
.slider:hover {
opacity: 1;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 15px;
border-radius: 100%;
background: #006738;
cursor: pointer;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
}
.slider::-moz-range-thumb {
width: 25px;
height: 10px;
background: #006738;
cursor: pointer;
}
.store-by form {
width: 250px;
}
.product-accordion-shope .form-card #accordion .card {
margin-bottom: -1px !important;
border-block: 1px solid gray !important;
}
.product-shope .product-header {
margin-bottom: 0 !important;
}
.product-shope .product-header h1 {
font-family: OpenSansCondensed-Bold !important;
color: gray;
font-size: 25px !important;
}
.product-shope {
margin-top: 200px !important;
}
.page-item {
margin-inline: 2px;
}
.page-item.active .page-link {
background-color: #006738;
border-color: #006738;
}
.page-link {
color: #006738;
}
@media (max-width: 768px) {
.product-shope {
margin-top: 90px !important;
}
.product-shope .product-header {
margin-bottom: 10px !important;
}
}
/* shopModal */
#cartModal {
z-index: 9999;
}
#cartModal .modal-content {
height: 100vh;
}
#cartModal .modal-dialog {
max-width: 400px;
margin: 0 0 0 auto;
}
#cartModal .modal-body {
height: 100vh;
overflow: auto;
}
#cartModal .modal-header {
background: gray;
color: white;
/* font-size: 40px; */
text-align: center;
}
#cartModal .modal-header h4 {
font-family: OpenSansCondensed-Bold;
text-align: center;
margin: auto;
font-size: 33px;
}
#cartModal .modal-header .close {
margin: 0;
}
#cartModal .modal-header i {
color: white;
transition: all ease-in-out.3s;
-webkit-transition: all ease-in-out.3s;
-moz-transition: all ease-in-out.3s;
-ms-transition: all ease-in-out.3s;
-o-transition: all ease-in-out.3s;
}
#cartModal .modal-header button:hover {
transition: all ease-in-out.3s;
-webkit-transition: all ease-in-out.3s;
-moz-transition: all ease-in-out.3s;
-ms-transition: all ease-in-out.3s;
-o-transition: all ease-in-out.3s;
}
#cartModal .modal-header button:hover {
transform: translateX(5px);
-webkit-transform: translateX(5px);
-moz-transform: translateX(5px);
-ms-transform: translateX(5px);
-o-transform: translateX(5px);
}
#cartModal .btn-view-cart {
width: 100%;
background: gray;
color: white;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
transition: all ease-in-out 0.3s;
-webkit-transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-ms-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
}
#cartModal .modal-footer {
padding-inline: 0;
}
#cartModal .btn-view-cart:hover {
transform: translateY(-5px);
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
}
#cartModal .modal-body .cart-card {
display: flex;
border-bottom: 1px solid gray;
justify-content: space-around;
}
.cart-card .cart-img-wrap {
flex-basis: 50%;
}
.cart-card img {
height: auto;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
#cartModal .modal-body .cart-card .cart-product-desc {
flex-basis: 40%;
}
#cartModal .modal-body .cart-card h4,
#cartModal .modal-body .cart-card p {
font-size: 16px;
margin-bottom: 5px;
}
#cartModal .modal-body .cart-card .inputPluse {
border: 1px solid;
max-width: 95px;
}
#cartModal .modal-body .cart-card .inputPluse button {
border: none;
font-size: 12px;
background: white;
color: gray;
}
#cartModal .modal-body .cart-card .inputPluse input {
width: 35px;
text-align: center;
border: none;
}
@media (max-width: 425px) {
#cartModal .modal-dialog {
-webkit-margin-start: 10px;
margin-inline-start: 10px;
}
}
/* ************* view-cart *********** */
#view-cart {
padding-top: 185px;
}
#view-cart h1 {
font-size: 18px;
border-bottom: 1px solid gray;
padding-bottom: 10px;
color: gray;
}
#view-cart .cart-card {
display: flex;
justify-content: flex-start;
flex-basis: 50%;
padding-bottom: 10px;
}
#view-cart .cart-card .cart-img-wrap {
max-width: 200px;
-webkit-margin-end: 20px;
margin-inline-end: 20px;
}
/* #view-cart .cart-card img {
max-height: 115px;
width: auto;
} */
#view-cart .cart-card h4,
#view-cart .cart-card p {
font-size: 16px;
margin-bottom: 5px;
}
#view-cart .cart-card h4 {
font-family: OpenSansCondensed-Bold;
color: gray;
}
#view-cart .cart-card .inputPluse {
border: 1px solid;
max-width: 100px;
}
#view-cart .cart-card .inputPluse button {
border: none;
font-size: 12px;
background: white;
color: gray;
}
#view-cart .cart-card .inputPluse input {
width: 35px;
text-align: center;
border: none;
}
#view-cart .cart-row {
display: flex;
border-bottom: 1px solid gray;
justify-content: space-between;
padding-top: 5px;
margin-bottom: 10px;
}
@media (max-width: 992px) {
#view-cart {
padding-top: 120px;
}
#view-cart .cart-card .cart-img-wrap {
flex-basis: 65%;
}
}
@media (max-width: 768px) {
#view-cart {
margin-top: 90px;
}
#view-cart .cart-card {
flex-basis: 70%;
}
}
@media (max-width: 576px) {
#view-cart .cart-card {
flex-direction: column;
}
#view-cart .cart-card .cart-img-wrap {
flex-basis: 100%;
margin-bottom: 20px;
}
}
#view-cart .total-table {
border-bottom: 1px solid gray;
}
#view-cart .total-table div {
display: flex;
justify-content: space-between;
}
#view-cart .total {
padding: 10px;
}
#view-cart .total p {
font-family: OpenSansCondensed-Bold;
font-size: 20px;
}
#view-cart .total div {
display: flex;
justify-content: space-between;
}
#view-cart form .btn-aplly {
padding-inline: 23px;
padding-block: 7px;
border-radius: 0;
background: white;
border: 1px solid gray;
transition: all ease-in-out 0.3s;
cursor: pointer;
}
#view-cart form div {
display: flex;
justify-content: space-between;
}
#view-cart .note-form {
display: flex;
margin-block: 20px;
flex-direction: column;
max-width: 30%;
resize: none;
}
#view-cart .btn-checkout {
width: 100%;
background-color: gray;
color: white;
transition: all ease-in-out 0.3s;
transform: translateY(0px);
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-ms-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
}
#view-cart .btn-checkout:hover,
#view-cart .btn-aplly:hover {
transform: translateY(-2px);
box-shadow: 1px 1px 4px gray;
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
}
#view-cart .toast {
width: 100% !important;
max-width: 100% !important;
box-shadow: none !important;
border: none !important;
}
#view-cart .fa-tag {
transform: rotateY(180deg);
}
#view-cart i {
padding-inline: 3px;
}
.language {
color: #000;
font-size: 14px;
font-weight: bold;
-webkit-margin-start: 5px;
margin-inline-start: 5px;
margin-top: 1px;
}
.loadMore-btn {
border: 1px solid #ddd;
padding-top: 10px;
padding-bottom: 10px;
}
.loadMore-btn:hover {
background-color: transparent;
color: #006738;
}
/* slider range */
.ui-slider-horizontal {
height: 0.1em;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border-radius: 50%;
background: #81817d;
color: #454545;
}
.ui-slider-horizontal .ui-slider-handle {
top: -8px;
margin-left: -0.6em;
}
.ui-slider .ui-slider-handle {
width: 1em;
height: 1em;
}
.btn-final {
background: #006738;
color: white;
margin: auto;
transition: all ease-in-out 0.3s;
transform: scale(1);
}
.btn-final:hover {
box-shadow: 1px 1px 3px gray;
transform: scale(1.02);
}
.m-dir {
margin-right: 1rem !important;
}
.dir-collection {
text-align: left !important;
}
.error {
font-size: 13px;
color: red;
}
[v-cloak] > * {
display: none;
} | 0.38885 | 0.072014 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*, *::after, *::before{
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
line-height: 1.2;
font-size: 16px;
}
:root {
--primary: #9AB3FF;
--secondary: #fff;
--bg: #181818;
}
.bg-img{
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%) scaleX(1.3);
width: 100%;
height: 100%;
z-index: -1;
}
img{
max-height: 100%;
}
body{
background: var(--bg);
height: 100vh;
overflow: hidden;
}
header{
width: 70%;
margin: 0 auto;
display: flex;
justify-content: space-between;
height: 5vh;
align-items: center;
}
header .logo{
font-size: 1rem;
font-weight: 700;
color: var(--secondary);
}
header ul {
display: flex;
}
a{
text-decoration: none;
color: inherit;
}
header ul .nav-link{
color: var(--secondary);
list-style: none;
margin-left: 1em;
font-weight: 700;
font-size: 0.875rem;
transition: color .1s ease-out;
}
header ul .nav-link:hover{
color: var(--primary);
}
main{
width: 100%;
height: 90%;
display: flex;
align-items: center;
justify-content: center;
}
main .inner{
display: flex;
flex-direction: column;
height: max-content;
align-items: center;
text-align: center;
width: 100%;
background: rgba(17, 17, 17, 0.6);
padding: 5em;
}
main .inner .sub-headline{
font-size: 1rem;
color: var(--secondary);
}
main .inner .paragraph{
font-weight: 400;
color: var(--secondary);
font-size: 0.875rem;
}
main .inner .headline{
color: var(--primary);
font-size: 6rem;
}
main .inner .btn-cta img{
width: 20px;
margin-right: .5em;
}
main .inner .btn-cta{
padding: 1em;
font-size: 1.125rem;
font-weight: 700;
display: flex;
align-items: center;
width: 20em;
border-radius: 3px;
justify-content: center;
transition: transform 0.1s ease-out;
}
main .inner .btn-cta.fill{
background-color: var(--secondary);
border: 2px solid var(--secondary);
color: var(--bg);
margin-bottom: 1em;
margin-top: 1em;
}
main .inner .btn-cta.outline{
border: 2px solid var(--secondary);
color: var(--secondary);
}
main .inner .btn-cta:hover{
transform: scale(1.1);
}
@media screen and (max-width: 500px){
*{
font-size: 13px;
}
header{
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: .5em;
}
main{
height: 80%;
}
header ul{
margin-top: .5em;
}
main .inner .headline{
font-size: 4rem;
}
.bg-img{
display: none;
}
}
@media screen and (max-width: 330px){
*{
font-size: 10px;
}
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*, *::after, *::before{
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
line-height: 1.2;
font-size: 16px;
}
:root {
--primary: #9AB3FF;
--secondary: #fff;
--bg: #181818;
}
.bg-img{
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%) scaleX(1.3);
width: 100%;
height: 100%;
z-index: -1;
}
img{
max-height: 100%;
}
body{
background: var(--bg);
height: 100vh;
overflow: hidden;
}
header{
width: 70%;
margin: 0 auto;
display: flex;
justify-content: space-between;
height: 5vh;
align-items: center;
}
header .logo{
font-size: 1rem;
font-weight: 700;
color: var(--secondary);
}
header ul {
display: flex;
}
a{
text-decoration: none;
color: inherit;
}
header ul .nav-link{
color: var(--secondary);
list-style: none;
margin-left: 1em;
font-weight: 700;
font-size: 0.875rem;
transition: color .1s ease-out;
}
header ul .nav-link:hover{
color: var(--primary);
}
main{
width: 100%;
height: 90%;
display: flex;
align-items: center;
justify-content: center;
}
main .inner{
display: flex;
flex-direction: column;
height: max-content;
align-items: center;
text-align: center;
width: 100%;
background: rgba(17, 17, 17, 0.6);
padding: 5em;
}
main .inner .sub-headline{
font-size: 1rem;
color: var(--secondary);
}
main .inner .paragraph{
font-weight: 400;
color: var(--secondary);
font-size: 0.875rem;
}
main .inner .headline{
color: var(--primary);
font-size: 6rem;
}
main .inner .btn-cta img{
width: 20px;
margin-right: .5em;
}
main .inner .btn-cta{
padding: 1em;
font-size: 1.125rem;
font-weight: 700;
display: flex;
align-items: center;
width: 20em;
border-radius: 3px;
justify-content: center;
transition: transform 0.1s ease-out;
}
main .inner .btn-cta.fill{
background-color: var(--secondary);
border: 2px solid var(--secondary);
color: var(--bg);
margin-bottom: 1em;
margin-top: 1em;
}
main .inner .btn-cta.outline{
border: 2px solid var(--secondary);
color: var(--secondary);
}
main .inner .btn-cta:hover{
transform: scale(1.1);
}
@media screen and (max-width: 500px){
*{
font-size: 13px;
}
header{
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: .5em;
}
main{
height: 80%;
}
header ul{
margin-top: .5em;
}
main .inner .headline{
font-size: 4rem;
}
.bg-img{
display: none;
}
}
@media screen and (max-width: 330px){
*{
font-size: 10px;
}
} | 0.42477 | 0.054224 |
* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
/*transition: all 0.3s ease;*/
}
body {
margin:0;
padding:0;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-weight: 300;
font-size: 14px;
color: #000;
background: url(../images/header.jpeg);
}
h1, h2, h3 {
font-weight: 300;
margin: 0;
}
span {
opacity: 0.5;
}
.sticky {
position: sticky;
top: 0;
z-index: 1;
}
.common_heading {
display: block;
background: #564634;
padding: 10px 20px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
color: #BAADA0;
}
.flex_parent_level1 {
max-width: 1170px;
margin: 0 auto;
border-top: solid 5px #BCE623;
}
.flex_child_level1 {
flex: 0 0 auto;
position: relative;
}
.flex_child_level1:before {
content: attr(data-label);
display: block;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
font-size: 11px;
font-weight: bold;
position: absolute;
right: 0;
top: 0;
background: #9fcb00;
color: #fff;
border-radius: 50%;
z-index: 100
}
.aside1 {
background-color: #fff;
}
.aside2 {
background-color: #FCB4E6;
color: #fff;
}
.aside3 {
background-color: #F1F1E6;
}
.aside4 {
background-color: #fff;
}
.aside5 {
background-color: #F1F1E6;
}
.aside6 {
background-color: #e5d7bb;
}
.aside7 {
background-color: #fff;
}
.aside1,
.aside2,
.aside6,
.aside7 {
flex-basis: 100%;
}
.aside3,
.aside5 {
flex-basis: 200px;
min-height: 600px;
}
.aside4 {
flex-basis: calc(100% - 200px);
}
.product_listing {
margin: 10px 0;
padding: 0;
list-style: none;
}
.product_listing li {
display: block;
background: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
width: 200px;
height: 300px;
align-items: flex-start;
margin:10px;
position: relative;
}
.product_listing li:before {
content: "";
display: block;
background: #F1F1E6;
height: 150px;
}
.product_listing li:after {
content: "";
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
background: #F1F1E6;
background: #a19677;
position: absolute;
left: 50%;
top: 50%;
margin: -25px 0 0 -25px;
}
.header {
padding: 10px;
}
.header .logo {
padding: 10px;
}
.header .menu {
display: none;
}
.header .menu a {
display: inline-block;
width: 20px;
height: 10px;
border: solid transparent;
border-width: 10px 10px 0 10px;
border-top-color: #564634;
}
.navigation {
margin: 0;
padding: 0;
list-style: none;
}
.navigation > li {
position: relative;
}
.navigation > li > a {
display: block;
padding: 5px 20px;
color: #564634;
text-decoration: none;
}
.navigation > li:hover > a {
background-color: #564634;
color: #fff;
}
.navigation > li > ul {
display: none;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
z-index: 11;
right: 0;
top: 100%;
background-color: #564634;
}
.navigation > li:hover > ul {
display: block;
}
.navigation > li > ul > li {
display: block;
width: 200px;
}
.navigation > li > ul > li > a {
display: block;
background-color: #564634;
color: #fff;
text-decoration: none;
padding: 5px 15px;
}
.navigation > li > ul > li > a:hover {
background-color: #F1F1E6;
color: #564634;
}
.main_banner {
background-color: #fff;
}
.main_banner img {
display: block;
margin: 0 auto;
max-width: 100%;
}
.left_links,
.right_links {
display: block;
margin: 0;
padding: 0;
list-style: none;
}
.left_links li,
.right_links li {
display: block;
border-bottom: solid 1px rgba(0,0,0,0.1);
}
.left_links li a,
.right_links li a {
display: block;
padding: 10px 15px;
border-left: solid 3px #a19677;
color: #564634;
font-size: 11px;
letter-spacing: 0.025em;
text-transform: uppercase;
font-weight: 400;
text-decoration: none;
}
.left_links li a:hover,
.right_links li a:hover {
background-color: #fff;
border-color: #bce623;
color: #000;
}
.right_links li a{
background-color: #fff;
border-color: #bce623;
color: #000;
}
.right_links li a:hover{
color: #bce623;
border-color: #a19677;
}
.footer {
padding: 20px;
color: #6b5f53;
}
.footer_banners .item {
padding: 10px;
}
.footer_banners .item img {
max-width: 100%;
display: block;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.header .menu {
display: block;
}
.navigation > li > ul {
display: block;
position: static;
background: #fff;
padding-left: 20px;
width: auto;
}
.navigation > li > ul > li {
width: auto;
}
.navigation > li:hover > a {
color: #000;
background-color: #fff;
}
.navigation > li > ul > li > a {
color: #000;
background-color: #fff;
}
.nav_area {
padding: 0;
}
.footer {
border-top: solid 5px #F1F1E6;
}
} | example/css/style.css | * {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
/*transition: all 0.3s ease;*/
}
body {
margin:0;
padding:0;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-weight: 300;
font-size: 14px;
color: #000;
background: url(../images/header.jpeg);
}
h1, h2, h3 {
font-weight: 300;
margin: 0;
}
span {
opacity: 0.5;
}
.sticky {
position: sticky;
top: 0;
z-index: 1;
}
.common_heading {
display: block;
background: #564634;
padding: 10px 20px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
color: #BAADA0;
}
.flex_parent_level1 {
max-width: 1170px;
margin: 0 auto;
border-top: solid 5px #BCE623;
}
.flex_child_level1 {
flex: 0 0 auto;
position: relative;
}
.flex_child_level1:before {
content: attr(data-label);
display: block;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
font-size: 11px;
font-weight: bold;
position: absolute;
right: 0;
top: 0;
background: #9fcb00;
color: #fff;
border-radius: 50%;
z-index: 100
}
.aside1 {
background-color: #fff;
}
.aside2 {
background-color: #FCB4E6;
color: #fff;
}
.aside3 {
background-color: #F1F1E6;
}
.aside4 {
background-color: #fff;
}
.aside5 {
background-color: #F1F1E6;
}
.aside6 {
background-color: #e5d7bb;
}
.aside7 {
background-color: #fff;
}
.aside1,
.aside2,
.aside6,
.aside7 {
flex-basis: 100%;
}
.aside3,
.aside5 {
flex-basis: 200px;
min-height: 600px;
}
.aside4 {
flex-basis: calc(100% - 200px);
}
.product_listing {
margin: 10px 0;
padding: 0;
list-style: none;
}
.product_listing li {
display: block;
background: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
width: 200px;
height: 300px;
align-items: flex-start;
margin:10px;
position: relative;
}
.product_listing li:before {
content: "";
display: block;
background: #F1F1E6;
height: 150px;
}
.product_listing li:after {
content: "";
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
background: #F1F1E6;
background: #a19677;
position: absolute;
left: 50%;
top: 50%;
margin: -25px 0 0 -25px;
}
.header {
padding: 10px;
}
.header .logo {
padding: 10px;
}
.header .menu {
display: none;
}
.header .menu a {
display: inline-block;
width: 20px;
height: 10px;
border: solid transparent;
border-width: 10px 10px 0 10px;
border-top-color: #564634;
}
.navigation {
margin: 0;
padding: 0;
list-style: none;
}
.navigation > li {
position: relative;
}
.navigation > li > a {
display: block;
padding: 5px 20px;
color: #564634;
text-decoration: none;
}
.navigation > li:hover > a {
background-color: #564634;
color: #fff;
}
.navigation > li > ul {
display: none;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
z-index: 11;
right: 0;
top: 100%;
background-color: #564634;
}
.navigation > li:hover > ul {
display: block;
}
.navigation > li > ul > li {
display: block;
width: 200px;
}
.navigation > li > ul > li > a {
display: block;
background-color: #564634;
color: #fff;
text-decoration: none;
padding: 5px 15px;
}
.navigation > li > ul > li > a:hover {
background-color: #F1F1E6;
color: #564634;
}
.main_banner {
background-color: #fff;
}
.main_banner img {
display: block;
margin: 0 auto;
max-width: 100%;
}
.left_links,
.right_links {
display: block;
margin: 0;
padding: 0;
list-style: none;
}
.left_links li,
.right_links li {
display: block;
border-bottom: solid 1px rgba(0,0,0,0.1);
}
.left_links li a,
.right_links li a {
display: block;
padding: 10px 15px;
border-left: solid 3px #a19677;
color: #564634;
font-size: 11px;
letter-spacing: 0.025em;
text-transform: uppercase;
font-weight: 400;
text-decoration: none;
}
.left_links li a:hover,
.right_links li a:hover {
background-color: #fff;
border-color: #bce623;
color: #000;
}
.right_links li a{
background-color: #fff;
border-color: #bce623;
color: #000;
}
.right_links li a:hover{
color: #bce623;
border-color: #a19677;
}
.footer {
padding: 20px;
color: #6b5f53;
}
.footer_banners .item {
padding: 10px;
}
.footer_banners .item img {
max-width: 100%;
display: block;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.header .menu {
display: block;
}
.navigation > li > ul {
display: block;
position: static;
background: #fff;
padding-left: 20px;
width: auto;
}
.navigation > li > ul > li {
width: auto;
}
.navigation > li:hover > a {
color: #000;
background-color: #fff;
}
.navigation > li > ul > li > a {
color: #000;
background-color: #fff;
}
.nav_area {
padding: 0;
}
.footer {
border-top: solid 5px #F1F1E6;
}
} | 0.30819 | 0.078501 |
body {
font-family: 'Noto Serif', serif;
font-size: 15px;
color: #4c4c4c;
word-wrap: break-word;
background-color: #f7f3f0;
line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #1c1c1c;
font-family: 'Playfair Display', serif;
font-weight: 700;
}
h1 {
font-size: 38px;
}
a,
a:hover {
color: #618EBA;
}
/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/
table {
width: 100%;
margin-bottom: 20px;
border: 1px solid #e0e0e0;
}
th {
background-color: #f5f5f5;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
padding: 10px;
line-height: 1.42857143;
vertical-align: top;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
border: 1px solid #dddddd;
}
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
font-size: 100%; /* Corrects font size not being inherited in all browsers */
margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
padding: 15px;
border: 0;
color: #fff;
font-weight: 700;
background-color: #618EBA;
-webkit-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
input[type="submit"] {
margin-top: 5px;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #17191B;
color: #fff;
text-decoration: none;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #e0e0e0;
border-radius: 3px;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 14px;
}
textarea {
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 8px;
vertical-align: top; /* Improves readability and alignment in all browsers */
width: 100%;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.menu-above {
border-top: 0;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
text-align: center;
}
.main-navigation li {
display: inline-block;
position: relative;
padding: 15px;
text-transform: uppercase;
border-right: 1px solid #e0e0e0;
position: relative;
font-weight: 700;
font-size: 14px;
}
.main-navigation li:last-of-type {
border-right: 0;
}
.main-navigation a {
display: block;
text-decoration: none;
color: #1c1c1c;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.main-navigation a:hover {
color: #618EBA;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul::before {
margin-left: 10px;
content: '\f0de';
font-family: Fontawesome;
color: #1c1c1c;
font-size: 28px;
height: 10px;
display: block;
line-height: 1;
text-align: left;
}
.main-navigation ul ul ul::before {
content: '';
height: 0;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
color: #fff;
}
.main-navigation ul ul li {
text-align: left;
text-transform: none;
border-right: 0;
background-color: #1c1c1c;
border-bottom: 1px solid #2f2f2f;
font-weight: 400;
}
.main-navigation ul ul li:last-of-type {
border-bottom: 0;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}
/* Menu icons */
.main-navigation li::before {
font-family: Fontawesome;
color: #1E262D;
margin-right: 5px;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.slicknav_nav li:hover {
background-color: transparent;
}
.slicknav_nav li::before {
display: none;
}
.main-navigation a {
display: inline-block;
}
.main-navigation ul ul a {
float: none;
}
.main-navigation ul ul li::before {
content: '';
}
/* Posts nav */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 45px;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
max-width: 50%;
background-color: #fff;
border: 1px solid #e0e0e0;
padding: 15px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
max-width: 50%;
background-color: #fff;
border: 1px solid #e0e0e0;
padding: 15px;
}
.nav-next a,
.nav-previous a {
color: #1c1c1c;
text-decoration: none;
-webkit-transition: color 0.4s;
transition: color 0.4s;
text-transform: uppercase;
}
.nav-next a:hover,
.nav-previous a:hover {
color: #618EBA;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/*--------------------------------------------------------------
# Social Menu
--------------------------------------------------------------*/
.social-navigation {
padding: 10px 0;
border-bottom: 1px solid #e0e0e0;
}
.social-navigation ul {
margin: 0;
padding: 0;
text-align: center;
}
.social-navigation li {
position: relative;
display: inline-block;
list-style: none;
line-height: 1;
}
.menu-social-container {
overflow: hidden;
}
.social-navigation li a {
text-decoration: none;
display: block;
padding: 5px 10px;
color: #fff;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.social-navigation li a::before {
font-family: FontAwesome;
font-size: 18px;
display: block;
width: 34px;
height: 34px;
border-radius: 50%;
line-height: 34px;
background-color: #1c1c1c;
}
.social-navigation li a:hover {
color: #618EBA;
}
.social-navigation li a[href*="twitter.com"]::before {
content: '\f099';
}
.social-navigation li a[href*="facebook.com"]::before {
content: '\f09a';
}
.social-navigation li a[href*="plus.google.com"]::before {
content: '\f0d5';
}
.social-navigation li a[href*="dribbble.com"]::before {
content: '\f17d';
}
.social-navigation li a[href*="pinterest.com"]::before {
content: '\f0d2';
}
.social-navigation li a[href*="youtube.com"]::before {
content: '\f167';
}
.social-navigation li a[href*="flickr.com"]::before {
content: '\f16e';
}
.social-navigation li a[href*="vimeo.com"]::before {
content: '\f194';
}
.social-navigation li a[href*="instagram.com"]::before {
content: '\f16d';
}
.social-navigation li a[href*="linkedin.com"]::before {
content: '\f0e1';
}
.social-navigation li a[href*="foursquare.com"]::before {
content: '\f180';
}
.social-navigation li a[href*="tumblr.com"]::before {
content: '\f173';
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
margin: 0 0 45px;
padding: 30px;
background-color: #fff;
border: 1px solid #e0e0e0;
}
.widget a {
color: #4C4C4C;
text-decoration: none;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.widget a:hover {
color: #618EBA;;
}
.widget ul {
padding: 0 0 0 20px;
}
.widget li {
padding-top: 2px;
padding-bottom: 2px;
}
.widget .children {
padding-left: 30px;
}
.widget-area .widget-title {
position: relative;
margin: 0 0 15px;
padding-bottom: 15px;
}
.widget-area .widget-title::after {
position: absolute;
left: 0;
bottom: 0;
height: 2px;
width: 30px;
background-color: #1c1c1c;
content: '';
}
/* Make sure select elements fit in widgets. */
.widget select {
max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
display: none;
}
/* Footer widget area */
.footer-widget-area {
background-color: #fff;
border-top: 1px solid #e0e0e0;
padding: 30px 0 40px;
}
.footer-widget-area .widget {
margin: 15px 0;
}
.footer-widget-area .widget-title {
margin: 0 0 30px;
}
/* Default widgets */
.widget_recent_entries ul,
.widget_archive ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_categories ul {
list-style: none;
padding: 0;
}
.widget_recent_entries li::before,
.widget_archive li::before,
.widget_pages li::before,
.widget_recent_comments li::before,
.widget_categories li::before {
font-family: Fontawesome;
font-size: 15px;
}
.widget_recent_entries li::before {
content: '\f040';
margin-right: 5px;
}
.widget_archive li::before {
content: '\f133';
margin-right: 8px;
}
.widget_pages li::before {
content: '\f016';
margin-right: 8px;
}
.widget_recent_comments li::before {
content: '\f0e5';
margin-right: 8px;
}
.widget_categories li::before {
content: '\f114';
margin-right: 8px;
}
.tagcloud a {
border: 1px solid #41474F;
padding: 5px;
font-size: 13px !important;
display: inline-block;
margin-bottom: 8px;
margin-right: 4px;
}
.bcwp_recent_posts_widget ul,
.bcwp_recent_comments ul {
list-style: none;
padding: 0;
}
.recent-comment img {
margin-right: 15px;
float: left;
}
.bcwp_recent_posts_widget .recent-thumb {
padding-left: 0;
}
.bcwp_recent_posts_widget .col-md-9,
.bcwp_recent_posts_widget .col-md-12 {
padding: 0;
}
.bcwp_recent_posts_widget .post-date,
.widget_recent_entries .post-date {
color: #9d9d9d;
font-size: 12px;
}
.bcwp_recent_posts_widget h4 {
margin: 0 0 8px;
}
.bcwp_recent_comments .list-group-item,
.bcwp_recent_posts_widget .list-group-item {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #eaeaea;
}
.bcwp_recent_comments .list-group-item:last-of-type,
.bcwp_recent_posts_widget .list-group-item:last-of-type {
border-bottom: 0;
}
/* About me widget */
.bcwp_about {
margin-top: 120px !important;
}
.photo-wrapper {
display: table;
margin: -120px auto 30px;
background-color: #fff;
border: 1px solid #e0e0e0;
padding: 5px;
border-radius: 50%;
}
.photo-wrapper img {
max-height: 180px;
border-radius: 50%;
max-width: auto;
height: auto;
}
.bcwp_about .next{
font-weight: bold;
margin-top: 5px;
}
.entry-social{
margin: 30px 0 0 0;
position: relative;
}
.entry-social .share{
margin-bottom: 20px;
}
.entry-social .share span{
margin-right: 10px;
}
iframe.twitter-share-button{
position: relative !important;
margin-bottom: -6px;
}
.fb_iframe_widget_fluid span, iframe.fb_ltr { width: 100% !important; }
.entry-social .share > a{
margin-bottom: -6px;
margin-left: 7px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
}
.hentry {
margin: 0 0 45px;
background-color: #fff;
border: 1px solid #e0e0e0;
}
.post-inner {
padding: 45px;
}
.updated:not(.published) {
display: none;
}
.page .hentry {
padding: 45px;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.entry-meta .posted-on:after,
.entry-meta .author:after {
content: '/';
margin: 0 15px;
}
.entry-meta .author {
margin-left: -2px;
}
.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a {
color: #9d9d9d;
text-decoration: none;
}
.entry-meta a,
.entry-footer a {
-webkit-transition: color 0.3s;
transition: 0.3s;
}
.entry-meta a:hover,
.entry-footer a:hover {
color: #618EBA;
}
.entry-footer {
margin-top: 20px;
clear: left;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.entry-header {
margin-bottom: 30px;
}
.entry-title {
margin: 0 0 20px;
}
.entry-title a {
color: #1c1c1c;
-webkit-transition: color 0.3s;
transition: 0.3s;
text-decoration: none;
}
.entry-title a:hover {
color: #618EBA;
}
.single-thumb,
.entry-thumb {
text-align: center;
position: relative;
}
.page-header {
margin: 0 0 45px;
padding: 0;
border: 0;
}
.archive .page-header h1{
text-transform: capitalize;
}
.page-title {
margin: 0;
padding: 30px;
background-color: #fff;
border: 1px solid #e0e0e0;
}
.single img.size-large{
margin: 30px 0;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
margin-bottom: 60px;
}
.comments-title {
margin: 0;
font-size: 24px;
padding: 30px;
border-bottom: 1px solid #e0e0e0;
background-color: #fff;
}
.comments-area ol {
list-style: none;
}
.comments-area ol {
padding: 0;
}
.comments-area .children {
padding-left: 20px;
}
.comments-area .fn {
}
.comment-author .avatar {
position: absolute;
}
.comment-author .fn,
.comment-metadata {
margin-left: 80px;
}
.comment-metadata {
font-size: 12px;
margin-bottom: 30px;
}
.comment-body {
padding: 30px;
border: 1px solid #e0e0e0;
background-color: #fff;
margin-bottom: 15px;
}
.reply {
text-align: right;
}
.comment-reply-link {
padding: 5px;
background-color: #fff;
font-size: 12px;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
a.comment-reply-link {
text-decoration: none;
}
a.comment-reply-link:hover {
color: #000;
box-shadow: 0 0 1px #505050;
}
.comments-area a.url {
text-decoration: underline;
}
.comment-metadata a,
.comments-area a.url {
color: #444;
}
.bypostauthor {
}
.comment-respond {
margin-top: 60px;
}
.comment-form .form-submit {
margin-top: 30px;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto; /* Make sure images are scaled correctly. */
max-width: 100%; /* Adhere to container width. */
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
/*--------------------------------------------------------------
## Metaslider integration
--------------------------------------------------------------*/
.header-slider {
overflow: hidden;
}
.flex-direction-nav a {
background: none !important;
text-indent: 0 !important;
width: 40px !important;
height: 40px !important;
overflow: hidden;
color: #fff;
text-decoration: none;
}
.flex-prev::before {
font-family: Fontawesome;
content: '\f104';
font-size: 40px;
margin-left: 20px;
}
.flex-next::before {
font-family: Fontawesome;
content: '\f105';
font-size: 40px;
margin-right: 20px;
}
.metaslider .caption-wrap {
top: 0;
bottom: auto !important;
text-align: center;
padding: 25px 15px;
font-size: 18px;
color: #fff !important;
}
/*--------------------------------------------------------------
## Mobile menu
--------------------------------------------------------------*/
.slicknav_menu .slicknav_menutxt { display: block; font-size: 30px; }
.slicknav_menu .slicknav_icon { display: none; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block; border: 0; }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }
.mobile-nav {
display: none;
}
/* Button */
.slicknav_btn {
margin: 5px 5px 6px;
text-decoration:none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: block;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
color: #FFF;
font-weight: bold;
text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
background-color: #f5f5f5;
}
.slicknav_menu {
text-align: center;
}
.slicknav_nav {
color:#fff;
margin:0;
padding:0;
}
.slicknav_nav, .slicknav_nav ul {
list-style: none;
overflow:hidden;
}
.slicknav_nav {
position: absolute;
left: 0;
background-color: #1c1c1c;
width: 100%;
z-index: 999;
}
.slicknav_nav ul {
padding:0;
margin: 0;
}
.slicknav_nav .slicknav_row {
padding:5px 10px;
margin:2px 5px;
}
.slicknav_nav a{
padding:5px 10px;
margin:2px 5px;
text-decoration:none;
color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
padding:0;
margin:0;
}
.slicknav_nav .slicknav_row:hover {
color:#fff;
}
.slicknav_nav .slicknav_txtnode {
margin-left:15px;
}
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.site-header {
text-align: center;
background-color: #fff;
}
.site-branding {
padding: 60px 0;
}
.site-logo {
max-width: 200px;
width: 100%;
}
.show-title {
margin-bottom: 15px;
}
.site-title {
font-size: 62px;
margin: 0;
}
.site-title a {
color: #1c1c1c;
text-decoration: none;
}
.header-image {
position: relative;
height: 300px;
border-bottom: 1px solid #e0e0e0;
}
.header-scroll {
text-align: center;
width: 100%;
position: absolute;
top: 35%;
font-size: 90px;
-webkit-animation: scroll-anim 1s infinite;
-moz-animation: scroll-anim 1s infinite;
-o-animation: scroll-anim 1s infinite;
animation: scroll-anim 1s infinite;
}
@-webkit-keyframes scroll-anim {
0% { top: 35%; }
100% { top: 40%; }
}
@-moz-keyframes scroll-anim {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-o-keyframes scroll-anim {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes scroll-anim {
0% { top: 35%; }
100% { top: 40%; }
}
.scroll-icon,
.scroll-icon:hover {
color: #fff;
}
.scroll-icon {
text-shadow: 0 0 1px #1c1c1c;
}
.content-area {
width: 740px;
float: left;
}
.fullwidth {
width: 100%;
}
.widget-area {
width: 360px;
float: right;
}
.site-content {
margin-top: 60px;
}
.site-footer {
padding: 40px 0 30px;
background-color: #fff;
border-top: 1px solid #e0e0e0;
font-size: 14px;
position: relative;
text-align: center;
}
.site-footer,
.site-footer a {
color: #4c4c4c;
}
.scroll-container {
position: absolute;
top: -25px;
width: 100%;
text-align: center;
}
.scroll-container a {
display: inline-block;
padding: 10px;
line-height: 1;
font-size: 24px;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #fff;
border: 1px solid #1c1c1c;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.scroll-container a:hover {
background-color: #1c1c1c;
color: #fff;
}
/* 404 page */
.error404 .content-area {
width: 100%;
text-align: center;
margin-bottom: 45px;
}
/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
.content-area {
width: 540px;
float: left;
}
}
@media (max-width: 1024px) {
.main-navigation {
display: none;
}
.mobile-nav {
display: block;
background-color: #1c1c1c;
}
}
@media only screen and (max-width: 1024px) {
.header-image {
background-attachment: scroll !important;
background-position: center !important;
}
}
@media only screen and (max-width: 991px) {
.content-area,
.widget-area {
width: 100%;
}
}
@media only screen and (max-width: 600px) {
.post-inner {
padding: 15px;
}
h1 {
font-size: 28px;
}
.entry-header {
margin-bottom: 15px;
}
.site-title {
font-size: 42px !important;
}
.site-description {
font-size: 16px !important;
}
.entry-meta,
.entry-footer {
font-size: 13px;
}
.entry-meta .posted-on:after,
.entry-meta .author:after {
margin: 0 5px;
}
.entry-meta span {
display: inline-block;
}
.entry-social .share > span{
display: block;
width:
}
}
@media only screen and (max-width: 380px) {
.site-content,
.footer-widget-area .container {
padding: 0;
}
.hentry,
.widget-area .widget {
margin-bottom: 30px;
}
.site-title {
font-size: 24px !important;
}
.site-description {
font-size: 14px !important;
display: none;
}
.site-branding{
padding: 30px !important;
}
} | wp-app-content/themes/bcwp/style.css | body {
font-family: 'Noto Serif', serif;
font-size: 15px;
color: #4c4c4c;
word-wrap: break-word;
background-color: #f7f3f0;
line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #1c1c1c;
font-family: 'Playfair Display', serif;
font-weight: 700;
}
h1 {
font-size: 38px;
}
a,
a:hover {
color: #618EBA;
}
/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/
table {
width: 100%;
margin-bottom: 20px;
border: 1px solid #e0e0e0;
}
th {
background-color: #f5f5f5;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
padding: 10px;
line-height: 1.42857143;
vertical-align: top;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
border: 1px solid #dddddd;
}
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
font-size: 100%; /* Corrects font size not being inherited in all browsers */
margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
padding: 15px;
border: 0;
color: #fff;
font-weight: 700;
background-color: #618EBA;
-webkit-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
input[type="submit"] {
margin-top: 5px;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #17191B;
color: #fff;
text-decoration: none;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #e0e0e0;
border-radius: 3px;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 14px;
}
textarea {
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 8px;
vertical-align: top; /* Improves readability and alignment in all browsers */
width: 100%;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.menu-above {
border-top: 0;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
text-align: center;
}
.main-navigation li {
display: inline-block;
position: relative;
padding: 15px;
text-transform: uppercase;
border-right: 1px solid #e0e0e0;
position: relative;
font-weight: 700;
font-size: 14px;
}
.main-navigation li:last-of-type {
border-right: 0;
}
.main-navigation a {
display: block;
text-decoration: none;
color: #1c1c1c;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.main-navigation a:hover {
color: #618EBA;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul::before {
margin-left: 10px;
content: '\f0de';
font-family: Fontawesome;
color: #1c1c1c;
font-size: 28px;
height: 10px;
display: block;
line-height: 1;
text-align: left;
}
.main-navigation ul ul ul::before {
content: '';
height: 0;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
color: #fff;
}
.main-navigation ul ul li {
text-align: left;
text-transform: none;
border-right: 0;
background-color: #1c1c1c;
border-bottom: 1px solid #2f2f2f;
font-weight: 400;
}
.main-navigation ul ul li:last-of-type {
border-bottom: 0;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}
/* Menu icons */
.main-navigation li::before {
font-family: Fontawesome;
color: #1E262D;
margin-right: 5px;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.slicknav_nav li:hover {
background-color: transparent;
}
.slicknav_nav li::before {
display: none;
}
.main-navigation a {
display: inline-block;
}
.main-navigation ul ul a {
float: none;
}
.main-navigation ul ul li::before {
content: '';
}
/* Posts nav */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 45px;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
max-width: 50%;
background-color: #fff;
border: 1px solid #e0e0e0;
padding: 15px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
max-width: 50%;
background-color: #fff;
border: 1px solid #e0e0e0;
padding: 15px;
}
.nav-next a,
.nav-previous a {
color: #1c1c1c;
text-decoration: none;
-webkit-transition: color 0.4s;
transition: color 0.4s;
text-transform: uppercase;
}
.nav-next a:hover,
.nav-previous a:hover {
color: #618EBA;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/*--------------------------------------------------------------
# Social Menu
--------------------------------------------------------------*/
.social-navigation {
padding: 10px 0;
border-bottom: 1px solid #e0e0e0;
}
.social-navigation ul {
margin: 0;
padding: 0;
text-align: center;
}
.social-navigation li {
position: relative;
display: inline-block;
list-style: none;
line-height: 1;
}
.menu-social-container {
overflow: hidden;
}
.social-navigation li a {
text-decoration: none;
display: block;
padding: 5px 10px;
color: #fff;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.social-navigation li a::before {
font-family: FontAwesome;
font-size: 18px;
display: block;
width: 34px;
height: 34px;
border-radius: 50%;
line-height: 34px;
background-color: #1c1c1c;
}
.social-navigation li a:hover {
color: #618EBA;
}
.social-navigation li a[href*="twitter.com"]::before {
content: '\f099';
}
.social-navigation li a[href*="facebook.com"]::before {
content: '\f09a';
}
.social-navigation li a[href*="plus.google.com"]::before {
content: '\f0d5';
}
.social-navigation li a[href*="dribbble.com"]::before {
content: '\f17d';
}
.social-navigation li a[href*="pinterest.com"]::before {
content: '\f0d2';
}
.social-navigation li a[href*="youtube.com"]::before {
content: '\f167';
}
.social-navigation li a[href*="flickr.com"]::before {
content: '\f16e';
}
.social-navigation li a[href*="vimeo.com"]::before {
content: '\f194';
}
.social-navigation li a[href*="instagram.com"]::before {
content: '\f16d';
}
.social-navigation li a[href*="linkedin.com"]::before {
content: '\f0e1';
}
.social-navigation li a[href*="foursquare.com"]::before {
content: '\f180';
}
.social-navigation li a[href*="tumblr.com"]::before {
content: '\f173';
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
margin: 0 0 45px;
padding: 30px;
background-color: #fff;
border: 1px solid #e0e0e0;
}
.widget a {
color: #4C4C4C;
text-decoration: none;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.widget a:hover {
color: #618EBA;;
}
.widget ul {
padding: 0 0 0 20px;
}
.widget li {
padding-top: 2px;
padding-bottom: 2px;
}
.widget .children {
padding-left: 30px;
}
.widget-area .widget-title {
position: relative;
margin: 0 0 15px;
padding-bottom: 15px;
}
.widget-area .widget-title::after {
position: absolute;
left: 0;
bottom: 0;
height: 2px;
width: 30px;
background-color: #1c1c1c;
content: '';
}
/* Make sure select elements fit in widgets. */
.widget select {
max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
display: none;
}
/* Footer widget area */
.footer-widget-area {
background-color: #fff;
border-top: 1px solid #e0e0e0;
padding: 30px 0 40px;
}
.footer-widget-area .widget {
margin: 15px 0;
}
.footer-widget-area .widget-title {
margin: 0 0 30px;
}
/* Default widgets */
.widget_recent_entries ul,
.widget_archive ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_categories ul {
list-style: none;
padding: 0;
}
.widget_recent_entries li::before,
.widget_archive li::before,
.widget_pages li::before,
.widget_recent_comments li::before,
.widget_categories li::before {
font-family: Fontawesome;
font-size: 15px;
}
.widget_recent_entries li::before {
content: '\f040';
margin-right: 5px;
}
.widget_archive li::before {
content: '\f133';
margin-right: 8px;
}
.widget_pages li::before {
content: '\f016';
margin-right: 8px;
}
.widget_recent_comments li::before {
content: '\f0e5';
margin-right: 8px;
}
.widget_categories li::before {
content: '\f114';
margin-right: 8px;
}
.tagcloud a {
border: 1px solid #41474F;
padding: 5px;
font-size: 13px !important;
display: inline-block;
margin-bottom: 8px;
margin-right: 4px;
}
.bcwp_recent_posts_widget ul,
.bcwp_recent_comments ul {
list-style: none;
padding: 0;
}
.recent-comment img {
margin-right: 15px;
float: left;
}
.bcwp_recent_posts_widget .recent-thumb {
padding-left: 0;
}
.bcwp_recent_posts_widget .col-md-9,
.bcwp_recent_posts_widget .col-md-12 {
padding: 0;
}
.bcwp_recent_posts_widget .post-date,
.widget_recent_entries .post-date {
color: #9d9d9d;
font-size: 12px;
}
.bcwp_recent_posts_widget h4 {
margin: 0 0 8px;
}
.bcwp_recent_comments .list-group-item,
.bcwp_recent_posts_widget .list-group-item {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #eaeaea;
}
.bcwp_recent_comments .list-group-item:last-of-type,
.bcwp_recent_posts_widget .list-group-item:last-of-type {
border-bottom: 0;
}
/* About me widget */
.bcwp_about {
margin-top: 120px !important;
}
.photo-wrapper {
display: table;
margin: -120px auto 30px;
background-color: #fff;
border: 1px solid #e0e0e0;
padding: 5px;
border-radius: 50%;
}
.photo-wrapper img {
max-height: 180px;
border-radius: 50%;
max-width: auto;
height: auto;
}
.bcwp_about .next{
font-weight: bold;
margin-top: 5px;
}
.entry-social{
margin: 30px 0 0 0;
position: relative;
}
.entry-social .share{
margin-bottom: 20px;
}
.entry-social .share span{
margin-right: 10px;
}
iframe.twitter-share-button{
position: relative !important;
margin-bottom: -6px;
}
.fb_iframe_widget_fluid span, iframe.fb_ltr { width: 100% !important; }
.entry-social .share > a{
margin-bottom: -6px;
margin-left: 7px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
}
.hentry {
margin: 0 0 45px;
background-color: #fff;
border: 1px solid #e0e0e0;
}
.post-inner {
padding: 45px;
}
.updated:not(.published) {
display: none;
}
.page .hentry {
padding: 45px;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.entry-meta .posted-on:after,
.entry-meta .author:after {
content: '/';
margin: 0 15px;
}
.entry-meta .author {
margin-left: -2px;
}
.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a {
color: #9d9d9d;
text-decoration: none;
}
.entry-meta a,
.entry-footer a {
-webkit-transition: color 0.3s;
transition: 0.3s;
}
.entry-meta a:hover,
.entry-footer a:hover {
color: #618EBA;
}
.entry-footer {
margin-top: 20px;
clear: left;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.entry-header {
margin-bottom: 30px;
}
.entry-title {
margin: 0 0 20px;
}
.entry-title a {
color: #1c1c1c;
-webkit-transition: color 0.3s;
transition: 0.3s;
text-decoration: none;
}
.entry-title a:hover {
color: #618EBA;
}
.single-thumb,
.entry-thumb {
text-align: center;
position: relative;
}
.page-header {
margin: 0 0 45px;
padding: 0;
border: 0;
}
.archive .page-header h1{
text-transform: capitalize;
}
.page-title {
margin: 0;
padding: 30px;
background-color: #fff;
border: 1px solid #e0e0e0;
}
.single img.size-large{
margin: 30px 0;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
margin-bottom: 60px;
}
.comments-title {
margin: 0;
font-size: 24px;
padding: 30px;
border-bottom: 1px solid #e0e0e0;
background-color: #fff;
}
.comments-area ol {
list-style: none;
}
.comments-area ol {
padding: 0;
}
.comments-area .children {
padding-left: 20px;
}
.comments-area .fn {
}
.comment-author .avatar {
position: absolute;
}
.comment-author .fn,
.comment-metadata {
margin-left: 80px;
}
.comment-metadata {
font-size: 12px;
margin-bottom: 30px;
}
.comment-body {
padding: 30px;
border: 1px solid #e0e0e0;
background-color: #fff;
margin-bottom: 15px;
}
.reply {
text-align: right;
}
.comment-reply-link {
padding: 5px;
background-color: #fff;
font-size: 12px;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
a.comment-reply-link {
text-decoration: none;
}
a.comment-reply-link:hover {
color: #000;
box-shadow: 0 0 1px #505050;
}
.comments-area a.url {
text-decoration: underline;
}
.comment-metadata a,
.comments-area a.url {
color: #444;
}
.bypostauthor {
}
.comment-respond {
margin-top: 60px;
}
.comment-form .form-submit {
margin-top: 30px;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto; /* Make sure images are scaled correctly. */
max-width: 100%; /* Adhere to container width. */
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
/*--------------------------------------------------------------
## Metaslider integration
--------------------------------------------------------------*/
.header-slider {
overflow: hidden;
}
.flex-direction-nav a {
background: none !important;
text-indent: 0 !important;
width: 40px !important;
height: 40px !important;
overflow: hidden;
color: #fff;
text-decoration: none;
}
.flex-prev::before {
font-family: Fontawesome;
content: '\f104';
font-size: 40px;
margin-left: 20px;
}
.flex-next::before {
font-family: Fontawesome;
content: '\f105';
font-size: 40px;
margin-right: 20px;
}
.metaslider .caption-wrap {
top: 0;
bottom: auto !important;
text-align: center;
padding: 25px 15px;
font-size: 18px;
color: #fff !important;
}
/*--------------------------------------------------------------
## Mobile menu
--------------------------------------------------------------*/
.slicknav_menu .slicknav_menutxt { display: block; font-size: 30px; }
.slicknav_menu .slicknav_icon { display: none; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block; border: 0; }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }
.mobile-nav {
display: none;
}
/* Button */
.slicknav_btn {
margin: 5px 5px 6px;
text-decoration:none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: block;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
color: #FFF;
font-weight: bold;
text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
background-color: #f5f5f5;
}
.slicknav_menu {
text-align: center;
}
.slicknav_nav {
color:#fff;
margin:0;
padding:0;
}
.slicknav_nav, .slicknav_nav ul {
list-style: none;
overflow:hidden;
}
.slicknav_nav {
position: absolute;
left: 0;
background-color: #1c1c1c;
width: 100%;
z-index: 999;
}
.slicknav_nav ul {
padding:0;
margin: 0;
}
.slicknav_nav .slicknav_row {
padding:5px 10px;
margin:2px 5px;
}
.slicknav_nav a{
padding:5px 10px;
margin:2px 5px;
text-decoration:none;
color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
padding:0;
margin:0;
}
.slicknav_nav .slicknav_row:hover {
color:#fff;
}
.slicknav_nav .slicknav_txtnode {
margin-left:15px;
}
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.site-header {
text-align: center;
background-color: #fff;
}
.site-branding {
padding: 60px 0;
}
.site-logo {
max-width: 200px;
width: 100%;
}
.show-title {
margin-bottom: 15px;
}
.site-title {
font-size: 62px;
margin: 0;
}
.site-title a {
color: #1c1c1c;
text-decoration: none;
}
.header-image {
position: relative;
height: 300px;
border-bottom: 1px solid #e0e0e0;
}
.header-scroll {
text-align: center;
width: 100%;
position: absolute;
top: 35%;
font-size: 90px;
-webkit-animation: scroll-anim 1s infinite;
-moz-animation: scroll-anim 1s infinite;
-o-animation: scroll-anim 1s infinite;
animation: scroll-anim 1s infinite;
}
@-webkit-keyframes scroll-anim {
0% { top: 35%; }
100% { top: 40%; }
}
@-moz-keyframes scroll-anim {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-o-keyframes scroll-anim {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes scroll-anim {
0% { top: 35%; }
100% { top: 40%; }
}
.scroll-icon,
.scroll-icon:hover {
color: #fff;
}
.scroll-icon {
text-shadow: 0 0 1px #1c1c1c;
}
.content-area {
width: 740px;
float: left;
}
.fullwidth {
width: 100%;
}
.widget-area {
width: 360px;
float: right;
}
.site-content {
margin-top: 60px;
}
.site-footer {
padding: 40px 0 30px;
background-color: #fff;
border-top: 1px solid #e0e0e0;
font-size: 14px;
position: relative;
text-align: center;
}
.site-footer,
.site-footer a {
color: #4c4c4c;
}
.scroll-container {
position: absolute;
top: -25px;
width: 100%;
text-align: center;
}
.scroll-container a {
display: inline-block;
padding: 10px;
line-height: 1;
font-size: 24px;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #fff;
border: 1px solid #1c1c1c;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.scroll-container a:hover {
background-color: #1c1c1c;
color: #fff;
}
/* 404 page */
.error404 .content-area {
width: 100%;
text-align: center;
margin-bottom: 45px;
}
/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
.content-area {
width: 540px;
float: left;
}
}
@media (max-width: 1024px) {
.main-navigation {
display: none;
}
.mobile-nav {
display: block;
background-color: #1c1c1c;
}
}
@media only screen and (max-width: 1024px) {
.header-image {
background-attachment: scroll !important;
background-position: center !important;
}
}
@media only screen and (max-width: 991px) {
.content-area,
.widget-area {
width: 100%;
}
}
@media only screen and (max-width: 600px) {
.post-inner {
padding: 15px;
}
h1 {
font-size: 28px;
}
.entry-header {
margin-bottom: 15px;
}
.site-title {
font-size: 42px !important;
}
.site-description {
font-size: 16px !important;
}
.entry-meta,
.entry-footer {
font-size: 13px;
}
.entry-meta .posted-on:after,
.entry-meta .author:after {
margin: 0 5px;
}
.entry-meta span {
display: inline-block;
}
.entry-social .share > span{
display: block;
width:
}
}
@media only screen and (max-width: 380px) {
.site-content,
.footer-widget-area .container {
padding: 0;
}
.hentry,
.widget-area .widget {
margin-bottom: 30px;
}
.site-title {
font-size: 24px !important;
}
.site-description {
font-size: 14px !important;
display: none;
}
.site-branding{
padding: 30px !important;
}
} | 0.293202 | 0.076236 |
:root {
--primary-text-color: #212121;
--secondary-text-color: #757575;
--accent: #2196f3;
--white: #ffffff;
--primary-bg-color: #2f303a;
--secondary-bg-color: #f5f4fa;
}
* {
text-decoration: none;
color: inherit;
margin: 0;
padding: 0;
}
body {
color: var(--primary-text-color);
font-family: "Roboto", sans-serif;
background-color: var(--white);
}
ul {
list-style-type: none;
}
header {
font-weight: 500;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.02em;
}
.nav-list {
text-transform: capitalize;
}
.logo-first-part,
.logo-second-part,
.logo-footer-second-part {
font-family: "Raleway", sans-serif;
font-size: 26px;
line-height: 1.19;
font-weight: 700;
text-transform: capitalize;
letter-spacing: 0.03em;
}
.logo-footer-second-part {
color: var(--white);
}
.logo-first-part {
color: var(--accent);
}
.current-page {
color: var(--accent);
}
.hero-title {
font-weight: 900;
font-size: 44px;
line-height: 1.4;
color: var(--white);
text-transform: uppercase;
}
.hero {
background-color: var(--primary-bg-color);
}
.hero-link {
color: var(--white);
background-color: var(--accent);
font-size: 16px;
font-weight: 700;
line-height: 1.9;
}
.advantages h3 {
font-weight: 700;
font-size: 14px;
line-height: 1.14;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.advantages p {
color: var(--secondary-text-color);
font-size: 14px;
font-weight: 400;
line-height: 1.7;
letter-spacing: 0.03em;
}
.advantages p::first-letter {
text-transform: capitalize;
}
.section-title {
font-size: 36px;
font-weight: 700;
line-height: 1.17;
letter-spacing: 0.03em;
}
.section-title::first-letter {
text-transform: capitalize;
}
.team h3 {
font-size: 16px;
font-weight: 500;
line-height: 1.19;
letter-spacing: 0.03em;
}
.team p {
font-size: 16px;
font-weight: 400;
line-height: 1.19;
letter-spacing: 0.03em;
color: var(--secondary-text-color);
}
footer {
background-color: var(--primary-bg-color);
}
.contacts {
font-style: normal;
color: var(--secondary-text-color);
font-weight: 400;
font-size: 14px;
line-height: 1.71;
}
.address-place {
color: var(--white);
}
.buttons button:hover,
.buttons button:focus {
color: var(--white);
background-color: var(--accent);
}
.buttons button {
background-color: var(--secondary-bg-color);
font-weight: 500;
font-size: 16px;
line-height: 1.62;
letter-spacing: 0.03em;
}
.buttons button::first-letter {
text-transform: capitalize;
}
.cards h2 {
font-size: 18px;
font-weight: 700;
line-height: 2;
letter-spacing: 0.06em;
text-transform: capitalize;
}
.lowercase {
text-transform: lowercase;
}
.uppercase {
text-transform: uppercase;
}
.cards p {
font-size: 16px;
color: var(--secondary-text-color);
font-weight: 400;
line-height: 1.87;
letter-spacing: 0.03em;
}
.header-contacts {
color: var(--secondary-text-color);
}
.nav-list a:hover,
.nav-list a:focus,
.header-contacts a:hover,
.header-contacts a:focus {
color: var(--accent);
} | css/styles.css | :root {
--primary-text-color: #212121;
--secondary-text-color: #757575;
--accent: #2196f3;
--white: #ffffff;
--primary-bg-color: #2f303a;
--secondary-bg-color: #f5f4fa;
}
* {
text-decoration: none;
color: inherit;
margin: 0;
padding: 0;
}
body {
color: var(--primary-text-color);
font-family: "Roboto", sans-serif;
background-color: var(--white);
}
ul {
list-style-type: none;
}
header {
font-weight: 500;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.02em;
}
.nav-list {
text-transform: capitalize;
}
.logo-first-part,
.logo-second-part,
.logo-footer-second-part {
font-family: "Raleway", sans-serif;
font-size: 26px;
line-height: 1.19;
font-weight: 700;
text-transform: capitalize;
letter-spacing: 0.03em;
}
.logo-footer-second-part {
color: var(--white);
}
.logo-first-part {
color: var(--accent);
}
.current-page {
color: var(--accent);
}
.hero-title {
font-weight: 900;
font-size: 44px;
line-height: 1.4;
color: var(--white);
text-transform: uppercase;
}
.hero {
background-color: var(--primary-bg-color);
}
.hero-link {
color: var(--white);
background-color: var(--accent);
font-size: 16px;
font-weight: 700;
line-height: 1.9;
}
.advantages h3 {
font-weight: 700;
font-size: 14px;
line-height: 1.14;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.advantages p {
color: var(--secondary-text-color);
font-size: 14px;
font-weight: 400;
line-height: 1.7;
letter-spacing: 0.03em;
}
.advantages p::first-letter {
text-transform: capitalize;
}
.section-title {
font-size: 36px;
font-weight: 700;
line-height: 1.17;
letter-spacing: 0.03em;
}
.section-title::first-letter {
text-transform: capitalize;
}
.team h3 {
font-size: 16px;
font-weight: 500;
line-height: 1.19;
letter-spacing: 0.03em;
}
.team p {
font-size: 16px;
font-weight: 400;
line-height: 1.19;
letter-spacing: 0.03em;
color: var(--secondary-text-color);
}
footer {
background-color: var(--primary-bg-color);
}
.contacts {
font-style: normal;
color: var(--secondary-text-color);
font-weight: 400;
font-size: 14px;
line-height: 1.71;
}
.address-place {
color: var(--white);
}
.buttons button:hover,
.buttons button:focus {
color: var(--white);
background-color: var(--accent);
}
.buttons button {
background-color: var(--secondary-bg-color);
font-weight: 500;
font-size: 16px;
line-height: 1.62;
letter-spacing: 0.03em;
}
.buttons button::first-letter {
text-transform: capitalize;
}
.cards h2 {
font-size: 18px;
font-weight: 700;
line-height: 2;
letter-spacing: 0.06em;
text-transform: capitalize;
}
.lowercase {
text-transform: lowercase;
}
.uppercase {
text-transform: uppercase;
}
.cards p {
font-size: 16px;
color: var(--secondary-text-color);
font-weight: 400;
line-height: 1.87;
letter-spacing: 0.03em;
}
.header-contacts {
color: var(--secondary-text-color);
}
.nav-list a:hover,
.nav-list a:focus,
.header-contacts a:hover,
.header-contacts a:focus {
color: var(--accent);
} | 0.499512 | 0.141459 |
.ace--propeller .ace_gutter {
background: rgba(33,33,33,1);
color: rgb(133,123,113)
}
.ace--propeller .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--propeller {
background-color: rgba(33,33,33,1);
color: rgba(232,212,192,1)
}
.ace--propeller .ace_constant.ace_character,
.ace--propeller .ace_constant.ace_language,
.ace--propeller .ace_constant.ace_other,
.ace--propeller .ace_cursor,
.ace--propeller .ace_entity.ace_other.ace_attribute-name,
.ace--propeller .ace_keyword,
.ace--propeller .ace_storage,
.ace--propeller .ace_support.ace_constant {
color: rgba(219,120,77,1)
}
.ace--propeller .ace_marker-layer .ace_selection {
background: rgba(54,54,54,1)
}
.ace--propeller.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(33,33,33,1);
border-radius: 2px
}
.ace--propeller .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--propeller .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(59,58,50,1)
}
.ace--propeller .ace_marker-layer .ace_active-line {
background: rgba(69,64,59,1)
}
.ace--propeller .ace_gutter-active-line {
background-color: rgba(69,64,59,1)
}
.ace--propeller .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(54,54,54,1)
}
.ace--propeller .ace_fold {
background-color: rgba(100,139,162,1);
border-color: rgba(232,212,192,1)
}
.ace--propeller .ace_keyword.ace_other.ace_unit,
.ace--propeller .ace_storage.ace_type,
.ace--propeller .ace_support.ace_function {
color: rgba(132,193,200,1)
}
.ace--propeller .ace_constant.ace_numeric,
.ace--propeller .ace_string {
color: rgba(232,178,118,1)
}
.ace--propeller .ace_support.ace_constant.ace_property-value {
color: rgba(234,174,46,1)
}
.ace--propeller .ace_support.ace_class,
.ace--propeller .ace_support.ace_type {
font-style: italic;
color: rgba(219,120,77,1)
}
.ace--propeller .ace_invalid {
color: rgba(248,248,240,1);
background-color: rgba(219,120,77,1)
}
.ace--propeller .ace_invalid.ace_deprecated {
color: rgba(248,248,240,1);
background-color: rgba(0,168,198,1)
}
.ace--propeller .ace_comment {
color: rgba(122,114,103,1)
}
.ace--propeller .ace_entity.ace_name.ace_tag,
.ace--propeller .ace_variable {
color: rgba(85,110,132,1)
}
.ace--propeller .ace_variable.ace_parameter {
font-style: italic;
color: rgba(86,103,135,1)
}
.ace--propeller .ace_entity.ace_name.ace_function {
color: rgba(100,139,162,1)
} | ace/lib/ace/theme/Propeller.css | .ace--propeller .ace_gutter {
background: rgba(33,33,33,1);
color: rgb(133,123,113)
}
.ace--propeller .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--propeller {
background-color: rgba(33,33,33,1);
color: rgba(232,212,192,1)
}
.ace--propeller .ace_constant.ace_character,
.ace--propeller .ace_constant.ace_language,
.ace--propeller .ace_constant.ace_other,
.ace--propeller .ace_cursor,
.ace--propeller .ace_entity.ace_other.ace_attribute-name,
.ace--propeller .ace_keyword,
.ace--propeller .ace_storage,
.ace--propeller .ace_support.ace_constant {
color: rgba(219,120,77,1)
}
.ace--propeller .ace_marker-layer .ace_selection {
background: rgba(54,54,54,1)
}
.ace--propeller.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(33,33,33,1);
border-radius: 2px
}
.ace--propeller .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--propeller .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(59,58,50,1)
}
.ace--propeller .ace_marker-layer .ace_active-line {
background: rgba(69,64,59,1)
}
.ace--propeller .ace_gutter-active-line {
background-color: rgba(69,64,59,1)
}
.ace--propeller .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(54,54,54,1)
}
.ace--propeller .ace_fold {
background-color: rgba(100,139,162,1);
border-color: rgba(232,212,192,1)
}
.ace--propeller .ace_keyword.ace_other.ace_unit,
.ace--propeller .ace_storage.ace_type,
.ace--propeller .ace_support.ace_function {
color: rgba(132,193,200,1)
}
.ace--propeller .ace_constant.ace_numeric,
.ace--propeller .ace_string {
color: rgba(232,178,118,1)
}
.ace--propeller .ace_support.ace_constant.ace_property-value {
color: rgba(234,174,46,1)
}
.ace--propeller .ace_support.ace_class,
.ace--propeller .ace_support.ace_type {
font-style: italic;
color: rgba(219,120,77,1)
}
.ace--propeller .ace_invalid {
color: rgba(248,248,240,1);
background-color: rgba(219,120,77,1)
}
.ace--propeller .ace_invalid.ace_deprecated {
color: rgba(248,248,240,1);
background-color: rgba(0,168,198,1)
}
.ace--propeller .ace_comment {
color: rgba(122,114,103,1)
}
.ace--propeller .ace_entity.ace_name.ace_tag,
.ace--propeller .ace_variable {
color: rgba(85,110,132,1)
}
.ace--propeller .ace_variable.ace_parameter {
font-style: italic;
color: rgba(86,103,135,1)
}
.ace--propeller .ace_entity.ace_name.ace_function {
color: rgba(100,139,162,1)
} | 0.63341 | 0.232539 |
#product-image-box img {
max-width: 360px;
text-align: center;
}
#product-image-box .thumbnail {
margin-bottom: 0;
}
#carousel a img {
width: 50px;
height: 50px;
}
#gallery .elastislide-wrapper {
box-shadow: none;
}
#gallery .elastislide-carousel ul li a img {
border: 1px solid #ddd;
}
#gallery .elastislide-horizontal ul li {
margin-right: 5px;
}
#product-name h1 {
margin: 0;
}
#product-shop {
clear: both;
vertical-align: middle;
margin: 20px 0 20px 0;
}
#product-shop:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
#product-extended-info {
text-align: left;
}
#product-extended-info:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#add-to-cart-box {
margin: 20px 0;
}
#add-to-cart-box .form-control {
width: 4em;
}
#social {
clear: both;
}
#product-details {
margin-top: 20px;
}
.nav-product-filter {
margin-bottom: 40px;
}
#product-rating {
margin: 10px 10px 0 0;
margin-bottom: 5px;
}
#product-rating div.rateit {
height: 16px;
}
#product-rating .rating-info {
line-height: 16px;
padding: 0 10px 0 10px;
position: absolute;
}
#product-rating .rating-info span {
padding-right: 10px;
}
/* Reviews */
#create-review-box {
margin-bottom: 15px;
}
.review {
margin: 0 0 20px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #eeeeee;
}
.review:last-child {
margin-bottom: 0;
border-bottom: none;
}
.review .content {
margin: 15px 0 0 0;
}
.validation-summary-valid {
display: none;
}
.nav-list a .rateit {
vertical-align: text-top;
}
#cancel-review:disabled {
color: gold;
font-weight: bold;
}
/* Product Grid
------------------------------------------------------------*/
.product-grid {
margin-bottom: 0;
}
.product-grid .thumbnail:hover {
text-decoration: none;
}
.product-grid .product-price {
font-weight: bold;
}
@media (min-width: 768px) {
.product-grid .product-name {
line-height: 20px;
height: 40px;
overflow: hidden;
}
.product-grid .product-price {
line-height: 20px;
height: 20px;
overflow: hidden;
}
.product-grid .thumbnail > img {
height: 100px;
width: 100px;
}
.product-grid-lg .thumbnail > img {
height: 200px;
width: 200px;
}
} | Samples/MasterPortal/Areas/Products/css/products.css | #product-image-box img {
max-width: 360px;
text-align: center;
}
#product-image-box .thumbnail {
margin-bottom: 0;
}
#carousel a img {
width: 50px;
height: 50px;
}
#gallery .elastislide-wrapper {
box-shadow: none;
}
#gallery .elastislide-carousel ul li a img {
border: 1px solid #ddd;
}
#gallery .elastislide-horizontal ul li {
margin-right: 5px;
}
#product-name h1 {
margin: 0;
}
#product-shop {
clear: both;
vertical-align: middle;
margin: 20px 0 20px 0;
}
#product-shop:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
#product-extended-info {
text-align: left;
}
#product-extended-info:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#add-to-cart-box {
margin: 20px 0;
}
#add-to-cart-box .form-control {
width: 4em;
}
#social {
clear: both;
}
#product-details {
margin-top: 20px;
}
.nav-product-filter {
margin-bottom: 40px;
}
#product-rating {
margin: 10px 10px 0 0;
margin-bottom: 5px;
}
#product-rating div.rateit {
height: 16px;
}
#product-rating .rating-info {
line-height: 16px;
padding: 0 10px 0 10px;
position: absolute;
}
#product-rating .rating-info span {
padding-right: 10px;
}
/* Reviews */
#create-review-box {
margin-bottom: 15px;
}
.review {
margin: 0 0 20px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #eeeeee;
}
.review:last-child {
margin-bottom: 0;
border-bottom: none;
}
.review .content {
margin: 15px 0 0 0;
}
.validation-summary-valid {
display: none;
}
.nav-list a .rateit {
vertical-align: text-top;
}
#cancel-review:disabled {
color: gold;
font-weight: bold;
}
/* Product Grid
------------------------------------------------------------*/
.product-grid {
margin-bottom: 0;
}
.product-grid .thumbnail:hover {
text-decoration: none;
}
.product-grid .product-price {
font-weight: bold;
}
@media (min-width: 768px) {
.product-grid .product-name {
line-height: 20px;
height: 40px;
overflow: hidden;
}
.product-grid .product-price {
line-height: 20px;
height: 20px;
overflow: hidden;
}
.product-grid .thumbnail > img {
height: 100px;
width: 100px;
}
.product-grid-lg .thumbnail > img {
height: 200px;
width: 200px;
}
} | 0.382372 | 0.066266 |
.button_2_Prod button {
border: none;
padding: 0.6em 1.2em;
background: #c0392b;
color: #fff;
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: .8em;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
margin: 3px 2px;
margin-top:20px;
border-radius: 2px;
FLOAT:RIGHT;
}
.button_2_Prod button:hover {
background: #A5281B;
}
.lolo{
border: none;
padding: 0.6em 1.2em;
background: #c0392b;
color: #fff;
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: .8em;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
margin: 3px 2px;
margin-top:20px;
border-radius: 2px;
}
.lolo:hover {
background: #A5281B;
}
/*
Styles for the html/body for special modal where we want 3d effects
Note that we need a container_open_info wrapping all content on the page for the
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
height: 100%;
overflow: hidden;
}
.md-perspective body {
background: #222;
-webkit-perspective: 600px;
-moz-perspective: 600px;
perspective: 600px;
}
.container_open_info {
font-family: 'Lato', Calibri, Arial, sans-serif;
color: #fff;
min-height: 100%;
}
.md-modal {
position: fixed;
top: 50%;
left: 50%;
width: 60%;
max-width: 930px;
min-width: 320px;
height: auto;
z-index: 2000;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.md-show {
visibility: visible;
}
.md-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show ~ .md-overlay {
opacity: 1;
visibility: visible;
}
div.hover_pic{
width:217px;
height:216px;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-left:-10px;
padding: 0px;
float: left;
}
.hover_pic img {
max-width: 100%;
display: block;
margin: 0 auto;
height:100%;
}
div.info_hover{
width:510px;
min-height:216px;
margin-left:10px;
float: left;
}
/* Content styles */
.md-content {
color: #fff;
background: #3594cb;
position: relative;
border-radius: 3px;
margin: 0 auto;
min-height:350px;
}
.md-content h3 {
margin: 0;
padding: 0.4em;
text-align: center;
font-size: 2.4em;
font-weight: 300;
opacity: 0.8;
background: rgba(0,0,0,0.1);
border-radius: 3px 3px 0 0;
}
.md-content > div {
padding: 15px 40px 30px;
margin: 0;
font-weight: 300;
font-size: 1.15em;
}
.md-content > div p {
margin: 0;
padding: 10px 0;
}
.md-content > div ul {
margin: 0;
padding: 0 0 30px 20px;
}
.md-content > div ul li {
padding: 5px 0;
}
.md-content button {
display: block;
margin: 0 auto;
font-size: 0.8em;
}
/* Individual modal styles with animations/transitions */
/* Effect 5: fall */
.md-effect-5.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-5 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(600px) rotateX(20deg);
-moz-transform: translateZ(600px) rotateX(20deg);
-ms-transform: translateZ(600px) rotateX(20deg);
transform: translateZ(600px) rotateX(20deg);
opacity: 0;
}
.md-show.md-effect-5 .md-content {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateZ(0px) rotateX(0deg);
-moz-transform: translateZ(0px) rotateX(0deg);
-ms-transform: translateZ(0px) rotateX(0deg);
transform: translateZ(0px) rotateX(0deg);
opacity: 1;
} | css/market/component_parts.css | .button_2_Prod button {
border: none;
padding: 0.6em 1.2em;
background: #c0392b;
color: #fff;
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: .8em;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
margin: 3px 2px;
margin-top:20px;
border-radius: 2px;
FLOAT:RIGHT;
}
.button_2_Prod button:hover {
background: #A5281B;
}
.lolo{
border: none;
padding: 0.6em 1.2em;
background: #c0392b;
color: #fff;
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: .8em;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
margin: 3px 2px;
margin-top:20px;
border-radius: 2px;
}
.lolo:hover {
background: #A5281B;
}
/*
Styles for the html/body for special modal where we want 3d effects
Note that we need a container_open_info wrapping all content on the page for the
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
height: 100%;
overflow: hidden;
}
.md-perspective body {
background: #222;
-webkit-perspective: 600px;
-moz-perspective: 600px;
perspective: 600px;
}
.container_open_info {
font-family: 'Lato', Calibri, Arial, sans-serif;
color: #fff;
min-height: 100%;
}
.md-modal {
position: fixed;
top: 50%;
left: 50%;
width: 60%;
max-width: 930px;
min-width: 320px;
height: auto;
z-index: 2000;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.md-show {
visibility: visible;
}
.md-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show ~ .md-overlay {
opacity: 1;
visibility: visible;
}
div.hover_pic{
width:217px;
height:216px;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-left:-10px;
padding: 0px;
float: left;
}
.hover_pic img {
max-width: 100%;
display: block;
margin: 0 auto;
height:100%;
}
div.info_hover{
width:510px;
min-height:216px;
margin-left:10px;
float: left;
}
/* Content styles */
.md-content {
color: #fff;
background: #3594cb;
position: relative;
border-radius: 3px;
margin: 0 auto;
min-height:350px;
}
.md-content h3 {
margin: 0;
padding: 0.4em;
text-align: center;
font-size: 2.4em;
font-weight: 300;
opacity: 0.8;
background: rgba(0,0,0,0.1);
border-radius: 3px 3px 0 0;
}
.md-content > div {
padding: 15px 40px 30px;
margin: 0;
font-weight: 300;
font-size: 1.15em;
}
.md-content > div p {
margin: 0;
padding: 10px 0;
}
.md-content > div ul {
margin: 0;
padding: 0 0 30px 20px;
}
.md-content > div ul li {
padding: 5px 0;
}
.md-content button {
display: block;
margin: 0 auto;
font-size: 0.8em;
}
/* Individual modal styles with animations/transitions */
/* Effect 5: fall */
.md-effect-5.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-5 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(600px) rotateX(20deg);
-moz-transform: translateZ(600px) rotateX(20deg);
-ms-transform: translateZ(600px) rotateX(20deg);
transform: translateZ(600px) rotateX(20deg);
opacity: 0;
}
.md-show.md-effect-5 .md-content {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateZ(0px) rotateX(0deg);
-moz-transform: translateZ(0px) rotateX(0deg);
-ms-transform: translateZ(0px) rotateX(0deg);
transform: translateZ(0px) rotateX(0deg);
opacity: 1;
} | 0.241221 | 0.086787 |
* {
margin: 0;
padding: 0;
font-family: "Almarai", sans-serif;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}
/*Social round */
#social {
margin: 20px 10px;
text-align: center;
}
.smGlobalBtn {
/* global button class */
display: inline-block;
position: relative;
cursor: pointer;
width: 50px;
height: 50px;
border: 2px solid #ddd; /* add border to the buttons */
box-shadow: 0 3px 3px #999;
padding: 0px;
text-decoration: none;
text-align: center;
color: #fff;
font-size: 20px !important;
font-weight: normal;
line-height: 2em;
border-radius: 27px;
-moz-border-radius: 27px;
-webkit-border-radius: 27px;
}
/*Social round*/
.input-group {
display: flex;
flex-direction: row;
padding: 8px 10px;
vertical-align: middle;
font-size: 0.8em;
line-height: 0.8em;
}
.input-group input {
flex-grow: 1;
border: none;
cursor: pointer;
vertical-align: middle;
}
.input-group input:focus {
outline: none;
}
#dorar {
padding: 5px;
text-align: right !important;
width: fit-content;
height: fit-content;
}
.hadith {
text-align: right !important;
}
.hadith {
text-align: right !important;
}
.hadith-info {
text-align: right !important;
}
.search-keys {
color: red;
}
.info-subtitle {
color: rgb(155, 35, 61);
text-decoration: underline;
}
.inner-width {
max-width: 80%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 20px;
margin: auto;
}
.menu-icon {
width: 50px;
height: 50px;
background: #2c3a47;
color: #fff;
text-align: center;
line-height: 50px;
font-size: 20px;
z-index: 2;
border-radius: 10px;
cursor: pointer;
transition: 0.2s linear;
}
.menu-icon:hover {
opacity: 0.9;
transform: scale(1.1);
}
.navigation-menu {
position: fixed;
width: 100%;
height: 100vh;
background: #2c3a47;
top: 0;
right: -100%;
display: flex;
align-items: center;
justify-content: center;
transition: 0.6s;
}
.navigation-menu nav {
display: grid;
}
.navigation-menu li {
margin: 20px 0;
overflow: hidden;
direction: rtl;
}
.navigation-menu a {
color: #fff;
font-size: 40px;
font-weight: 700;
position: relative;
display: inline-block;
transform: translateY(40px);
}
.navigation-menu a::before {
content: "";
position: absolute;
width: 0;
height: 15px;
background: #fd7474;
bottom: 0;
left: 0;
border-radius: 15px;
z-index: -1;
transition: 0.2s linear;
}
.navigation-menu a:hover::before {
width: 100%;
}
p {
max-width: 80%;
margin: auto;
padding: 40px 0;
font-size: 18px;
line-height: 1.4em;
text-align: justify;
}
.menu-icon.active {
background: #f1f1f1;
color: #2c3a47;
}
.navigation-menu.active {
right: 0;
}
.navigation-menu.active a {
transform: translateY(0);
transition: 0.6s linear;
}
.navigation-menu.active li:nth-child(1) a {
transition-delay: 0.2s;
}
.navigation-menu.active li:nth-child(2) a {
transition-delay: 0.4s;
}
.navigation-menu.active li:nth-child(3) a {
transition-delay: 0.6s;
}
.navigation-menu.active li:nth-child(4) a {
transition-delay: 0.8s;
}
.navigation-menu.active li:nth-child(5) a {
transition-delay: 1s;
}
/*nav menu */
*,
*::after,
*::before {
box-sizing: border-box;
}
main {
position: relative;
z-index: 1;
height: 100vh;
overflow: auto;
box-shadow: 0 0 50px #ffffff;
transition: transform 0.5s;
direction: rtl;
}
.nav-open main {
transform: scale(0.8);
}
.intro {
height: 100vh+10px;
width: 100%;
display: table;
background-size: cover;
}
.nav-trigger {
position: fixed;
z-index: 4;
top: 40px;
right: 40px;
height: 44px;
width: 44px;
overflow: hidden;
color: transparent;
white-space: nowrap;
text-indent: 100%;
}
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
position: absolute;
height: 4px;
width: 36px;
background: #4d4a4a;
}
.nav-trigger span {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: background 0.3s;
}
.nav-trigger span::before,
.nav-trigger span::after {
content: "";
top: 0;
left: 0;
transition: background 0.3s, transform 0.3s;
}
.nav-trigger span::before {
transform: translateY(-12px);
}
.nav-trigger span::after {
transform: translateY(12px);
}
.nav-trigger:hover span,
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
background: rgb(189, 187, 187);
}
.nav-open .nav-trigger span {
background: transparent;
}
.nav-open .nav-trigger span::before,
.nav-open .nav-trigger span::after {
background: #1f2b3d;
}
.nav-open .nav-trigger span::before {
transform: rotate(-45deg);
}
.nav-open .nav-trigger span::after {
transform: rotate(45deg);
}
.overlay {
position: fixed;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #1c1d21;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
}
.nav-open .overlay {
opacity: 0.6;
visibility: visible;
}
.nav-container {
position: fixed;
z-index: 3;
top: 0;
right: 0;
height: 100%;
width: 90%;
max-width: 460px;
padding: 2em 3.5em;
background: #f3f3f3;
overflow: auto;
transform: translateZ(0);
transform: translateX(100%);
transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
white-space: nowrap;
}
.nav-open .nav-container {
transform: translateX(0);
}
.nav-container h2 {
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
color: #aaaaaa;
margin: 1.5em 0;
}
.nav {
list-style: none;
padding: 0;
}
.nav a {
padding: 0.4em 0;
font-weight: bold;
text-decoration: none;
color: #1f2b3d;
transform: translateZ(0);
font-size: 7vw;
font-family: "Almarai", sans-serif;
display: inline-block;
}
@media screen and (min-width: 1200px) {
.nav a {
font-size: 40px;
}
}
.nav-open .nav a {
animation: slide-in 0.4s 0.2s backwards;
}
.nav-open .nav li:nth-of-type(2) a {
animation-delay: 0.3s;
}
.nav-open .nav li:nth-of-type(3) a {
animation-delay: 0.4s;
}
.nav-open .nav li:nth-of-type(4) a {
animation-delay: 0.5s;
}
.nav-open .nav li:nth-of-type(5) a {
animation-delay: 0.6s;
}
@keyframes slide-in {
0% {
opacity: 0;
transform: translateX(80px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
/*nav menu*/
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #aaaaaa;
color: white;
text-align: center;
} | style.css | * {
margin: 0;
padding: 0;
font-family: "Almarai", sans-serif;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}
/*Social round */
#social {
margin: 20px 10px;
text-align: center;
}
.smGlobalBtn {
/* global button class */
display: inline-block;
position: relative;
cursor: pointer;
width: 50px;
height: 50px;
border: 2px solid #ddd; /* add border to the buttons */
box-shadow: 0 3px 3px #999;
padding: 0px;
text-decoration: none;
text-align: center;
color: #fff;
font-size: 20px !important;
font-weight: normal;
line-height: 2em;
border-radius: 27px;
-moz-border-radius: 27px;
-webkit-border-radius: 27px;
}
/*Social round*/
.input-group {
display: flex;
flex-direction: row;
padding: 8px 10px;
vertical-align: middle;
font-size: 0.8em;
line-height: 0.8em;
}
.input-group input {
flex-grow: 1;
border: none;
cursor: pointer;
vertical-align: middle;
}
.input-group input:focus {
outline: none;
}
#dorar {
padding: 5px;
text-align: right !important;
width: fit-content;
height: fit-content;
}
.hadith {
text-align: right !important;
}
.hadith {
text-align: right !important;
}
.hadith-info {
text-align: right !important;
}
.search-keys {
color: red;
}
.info-subtitle {
color: rgb(155, 35, 61);
text-decoration: underline;
}
.inner-width {
max-width: 80%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 20px;
margin: auto;
}
.menu-icon {
width: 50px;
height: 50px;
background: #2c3a47;
color: #fff;
text-align: center;
line-height: 50px;
font-size: 20px;
z-index: 2;
border-radius: 10px;
cursor: pointer;
transition: 0.2s linear;
}
.menu-icon:hover {
opacity: 0.9;
transform: scale(1.1);
}
.navigation-menu {
position: fixed;
width: 100%;
height: 100vh;
background: #2c3a47;
top: 0;
right: -100%;
display: flex;
align-items: center;
justify-content: center;
transition: 0.6s;
}
.navigation-menu nav {
display: grid;
}
.navigation-menu li {
margin: 20px 0;
overflow: hidden;
direction: rtl;
}
.navigation-menu a {
color: #fff;
font-size: 40px;
font-weight: 700;
position: relative;
display: inline-block;
transform: translateY(40px);
}
.navigation-menu a::before {
content: "";
position: absolute;
width: 0;
height: 15px;
background: #fd7474;
bottom: 0;
left: 0;
border-radius: 15px;
z-index: -1;
transition: 0.2s linear;
}
.navigation-menu a:hover::before {
width: 100%;
}
p {
max-width: 80%;
margin: auto;
padding: 40px 0;
font-size: 18px;
line-height: 1.4em;
text-align: justify;
}
.menu-icon.active {
background: #f1f1f1;
color: #2c3a47;
}
.navigation-menu.active {
right: 0;
}
.navigation-menu.active a {
transform: translateY(0);
transition: 0.6s linear;
}
.navigation-menu.active li:nth-child(1) a {
transition-delay: 0.2s;
}
.navigation-menu.active li:nth-child(2) a {
transition-delay: 0.4s;
}
.navigation-menu.active li:nth-child(3) a {
transition-delay: 0.6s;
}
.navigation-menu.active li:nth-child(4) a {
transition-delay: 0.8s;
}
.navigation-menu.active li:nth-child(5) a {
transition-delay: 1s;
}
/*nav menu */
*,
*::after,
*::before {
box-sizing: border-box;
}
main {
position: relative;
z-index: 1;
height: 100vh;
overflow: auto;
box-shadow: 0 0 50px #ffffff;
transition: transform 0.5s;
direction: rtl;
}
.nav-open main {
transform: scale(0.8);
}
.intro {
height: 100vh+10px;
width: 100%;
display: table;
background-size: cover;
}
.nav-trigger {
position: fixed;
z-index: 4;
top: 40px;
right: 40px;
height: 44px;
width: 44px;
overflow: hidden;
color: transparent;
white-space: nowrap;
text-indent: 100%;
}
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
position: absolute;
height: 4px;
width: 36px;
background: #4d4a4a;
}
.nav-trigger span {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: background 0.3s;
}
.nav-trigger span::before,
.nav-trigger span::after {
content: "";
top: 0;
left: 0;
transition: background 0.3s, transform 0.3s;
}
.nav-trigger span::before {
transform: translateY(-12px);
}
.nav-trigger span::after {
transform: translateY(12px);
}
.nav-trigger:hover span,
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
background: rgb(189, 187, 187);
}
.nav-open .nav-trigger span {
background: transparent;
}
.nav-open .nav-trigger span::before,
.nav-open .nav-trigger span::after {
background: #1f2b3d;
}
.nav-open .nav-trigger span::before {
transform: rotate(-45deg);
}
.nav-open .nav-trigger span::after {
transform: rotate(45deg);
}
.overlay {
position: fixed;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #1c1d21;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
}
.nav-open .overlay {
opacity: 0.6;
visibility: visible;
}
.nav-container {
position: fixed;
z-index: 3;
top: 0;
right: 0;
height: 100%;
width: 90%;
max-width: 460px;
padding: 2em 3.5em;
background: #f3f3f3;
overflow: auto;
transform: translateZ(0);
transform: translateX(100%);
transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
white-space: nowrap;
}
.nav-open .nav-container {
transform: translateX(0);
}
.nav-container h2 {
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
color: #aaaaaa;
margin: 1.5em 0;
}
.nav {
list-style: none;
padding: 0;
}
.nav a {
padding: 0.4em 0;
font-weight: bold;
text-decoration: none;
color: #1f2b3d;
transform: translateZ(0);
font-size: 7vw;
font-family: "Almarai", sans-serif;
display: inline-block;
}
@media screen and (min-width: 1200px) {
.nav a {
font-size: 40px;
}
}
.nav-open .nav a {
animation: slide-in 0.4s 0.2s backwards;
}
.nav-open .nav li:nth-of-type(2) a {
animation-delay: 0.3s;
}
.nav-open .nav li:nth-of-type(3) a {
animation-delay: 0.4s;
}
.nav-open .nav li:nth-of-type(4) a {
animation-delay: 0.5s;
}
.nav-open .nav li:nth-of-type(5) a {
animation-delay: 0.6s;
}
@keyframes slide-in {
0% {
opacity: 0;
transform: translateX(80px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
/*nav menu*/
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #aaaaaa;
color: white;
text-align: center;
} | 0.357007 | 0.057918 |
@import "assets/css/ionicons.min.css";
@import "assets/css/open-iconic-bootstrap.min.css";
@import "http://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css";
@import "http://cdn.jsdelivr.net/jquery.slick/1.6.0/slick-theme.css";
@import "assets/css/ng2-select.css";
@import "../node_modules/ngx-bootstrap/datepicker/bs-datepicker.css";
@import "assets/css/font-awesome.min.css";
.slick-prev:before, .slick-next:before{
color: black!important;
}
.main-body{
min-height: 600px;
}
.event-image{
width: 100%;
height: 200px;
background-size: cover;
background-position: center;
}
.custom-card{
margin: 20px;
border: 1px solid #cecece;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.custom-card:hover{
-webkit-box-shadow: 0px 0px 10px 0px rgba(87,97,171,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(87,97,171,1);
box-shadow: 0px 0px 10px 0px rgba(87,97,171,1);
}
.custom-card p{
padding: 10px;
margin-bottom: 0;
color: black;
}
.ion-ios-calendar-outline{
font-size: 25px;
position: relative;
top: 3px;
}
.dropdown-menu {
display: block;
}
.dropdown-menu > *{
transition: none;
}
.ui-select-match .btn-secondary {
background: white;
color: black;
}
.btn-secondary .pull-right{
float: right;
}
.text-muted{
font-size: 14px;
}
.checkbox {
padding-left: 20px; }
.checkbox label {
display: inline-block;
position: relative;
padding-left: 5px; }
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555; }
.checkbox input[type="checkbox"] {
opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eeeeee;
cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
border-radius: 50%; }
.checkbox.checkbox-inline {
margin-top: 0; }
.checkbox-primary input[type="checkbox"]:checked + label::before {
background-color: #428bca;
border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-danger input[type="checkbox"]:checked + label::before {
background-color: #d9534f;
border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-info input[type="checkbox"]:checked + label::before {
background-color: #5bc0de;
border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-warning input[type="checkbox"]:checked + label::before {
background-color: #f0ad4e;
border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-success input[type="checkbox"]:checked + label::before {
background-color: #5cb85c;
border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
color: #fff; }
.radio {
padding-left: 20px; }
.radio label {
display: inline-block;
position: relative;
padding-left: 5px; }
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out; }
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
margin-left: -20px;
border-radius: 50%;
background-color: #555555;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
opacity: 0; }
.radio input[type="radio"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
cursor: not-allowed; }
.radio.radio-inline {
margin-top: 0; }
.radio-primary input[type="radio"] + label::after {
background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
background-color: #428bca; }
.radio-danger input[type="radio"] + label::after {
background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
background-color: #d9534f; }
.radio-info input[type="radio"] + label::after {
background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
background-color: #5bc0de; }
.radio-warning input[type="radio"] + label::after {
background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
background-color: #f0ad4e; }
.radio-success input[type="radio"] + label::after {
background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
background-color: #5cb85c; } | src/styles.css | @import "assets/css/ionicons.min.css";
@import "assets/css/open-iconic-bootstrap.min.css";
@import "http://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css";
@import "http://cdn.jsdelivr.net/jquery.slick/1.6.0/slick-theme.css";
@import "assets/css/ng2-select.css";
@import "../node_modules/ngx-bootstrap/datepicker/bs-datepicker.css";
@import "assets/css/font-awesome.min.css";
.slick-prev:before, .slick-next:before{
color: black!important;
}
.main-body{
min-height: 600px;
}
.event-image{
width: 100%;
height: 200px;
background-size: cover;
background-position: center;
}
.custom-card{
margin: 20px;
border: 1px solid #cecece;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.custom-card:hover{
-webkit-box-shadow: 0px 0px 10px 0px rgba(87,97,171,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(87,97,171,1);
box-shadow: 0px 0px 10px 0px rgba(87,97,171,1);
}
.custom-card p{
padding: 10px;
margin-bottom: 0;
color: black;
}
.ion-ios-calendar-outline{
font-size: 25px;
position: relative;
top: 3px;
}
.dropdown-menu {
display: block;
}
.dropdown-menu > *{
transition: none;
}
.ui-select-match .btn-secondary {
background: white;
color: black;
}
.btn-secondary .pull-right{
float: right;
}
.text-muted{
font-size: 14px;
}
.checkbox {
padding-left: 20px; }
.checkbox label {
display: inline-block;
position: relative;
padding-left: 5px; }
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555; }
.checkbox input[type="checkbox"] {
opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eeeeee;
cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
border-radius: 50%; }
.checkbox.checkbox-inline {
margin-top: 0; }
.checkbox-primary input[type="checkbox"]:checked + label::before {
background-color: #428bca;
border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-danger input[type="checkbox"]:checked + label::before {
background-color: #d9534f;
border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-info input[type="checkbox"]:checked + label::before {
background-color: #5bc0de;
border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-warning input[type="checkbox"]:checked + label::before {
background-color: #f0ad4e;
border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
color: #fff; }
.checkbox-success input[type="checkbox"]:checked + label::before {
background-color: #5cb85c;
border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
color: #fff; }
.radio {
padding-left: 20px; }
.radio label {
display: inline-block;
position: relative;
padding-left: 5px; }
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out; }
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
margin-left: -20px;
border-radius: 50%;
background-color: #555555;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
opacity: 0; }
.radio input[type="radio"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
cursor: not-allowed; }
.radio.radio-inline {
margin-top: 0; }
.radio-primary input[type="radio"] + label::after {
background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
background-color: #428bca; }
.radio-danger input[type="radio"] + label::after {
background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
background-color: #d9534f; }
.radio-info input[type="radio"] + label::after {
background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
background-color: #5bc0de; }
.radio-warning input[type="radio"] + label::after {
background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
background-color: #f0ad4e; }
.radio-success input[type="radio"] + label::after {
background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
background-color: #5cb85c; } | 0.321673 | 0.047691 |
@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
q{
font-style: italic;
}
abbr.era{
font-variant: all-small-caps;
}
[epub|type~="z3998:letter"] header{
text-align: right;
}
footer{
margin-top: 1em;
text-align: right;
}
figure{
break-inside: avoid;
margin: 1em auto;
text-align: center;
}
figure img{
display: block;
margin: auto;
max-width: 100%;
}
[epub|type~="se:letter.dateline"]{
font-style: italic;
}
[epub|type~="z3998:salutation"]{
font-variant: small-caps;
}
[epub|type~="z3998:salutation"] + p{
text-indent: 0;
}
[epub|type~="z3998:valediction"] span:nth-of-type(1){
padding-right: 2em;
}
[epub|type~="z3998:valediction"] span:nth-of-type(2){
padding-right: 1em;
}
[epub|type~="z3998:signature"]{
font-variant: small-caps;
}
[epub|type~="z3998:postscript"]{
margin-top: 1em;
text-align: initial;
text-indent: 0;
}
[epub|type~="z3998:poem"] p,
[epub|type~="z3998:song"] p,
[epub|type~="z3998:verse"] p{
text-align: initial;
text-indent: 0;
}
[epub|type~="z3998:poem"] p > span,
[epub|type~="z3998:song"] p > span,
[epub|type~="z3998:verse"] p > span{
display: block;
padding-left: 1em;
text-indent: -1em;
}
[epub|type~="z3998:poem"] p > span + br,
[epub|type~="z3998:song"] p > span + br,
[epub|type~="z3998:verse"] p > span + br{
display: none;
}
p span.i1{
padding-left: 2em;
text-indent: -1em;
}
p span.i2{
padding-left: 3em;
text-indent: -1em;
}
#casting-the-runes [epub|type~="z3998:signature"]{
font-style: italic;
font-variant: normal;
}
#canon-alerics-scrapbook blockquote:nth-of-type(3),
#an-episode-of-cathedral-history blockquote:nth-of-type(1){
text-align: center;
}
/* Martin's Close features numerous long excerpts from a court transcript which should not have margins */
#martins-close blockquote{
margin-left: 0;
margin-right: 0;
}
#martins-close blockquote p:first-child,
#count-magnus blockquote p:first-child{
text-indent: 1em;
}
#illustration-1 img{
width: 45%;
}
#illustration-2 img{
width: 95%;
}
.cyphertext p,
.cyphertext td{
text-indent: 0;
vertical-align: top;
word-break: break-all;
}
.cyphertext td:first-child{
font-style: italic;
width: 5em;
word-break: normal;
}
#the-story-of-a-disappearance-and-an-appearance [epub|type~="se:letter.dateline"] span{
font-style: normal;
font-variant: small-caps;
}
[epub|type~="z3998:diary"] p:first-child{
text-indent: 1em;
} | src/epub/css/local.css | @charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
q{
font-style: italic;
}
abbr.era{
font-variant: all-small-caps;
}
[epub|type~="z3998:letter"] header{
text-align: right;
}
footer{
margin-top: 1em;
text-align: right;
}
figure{
break-inside: avoid;
margin: 1em auto;
text-align: center;
}
figure img{
display: block;
margin: auto;
max-width: 100%;
}
[epub|type~="se:letter.dateline"]{
font-style: italic;
}
[epub|type~="z3998:salutation"]{
font-variant: small-caps;
}
[epub|type~="z3998:salutation"] + p{
text-indent: 0;
}
[epub|type~="z3998:valediction"] span:nth-of-type(1){
padding-right: 2em;
}
[epub|type~="z3998:valediction"] span:nth-of-type(2){
padding-right: 1em;
}
[epub|type~="z3998:signature"]{
font-variant: small-caps;
}
[epub|type~="z3998:postscript"]{
margin-top: 1em;
text-align: initial;
text-indent: 0;
}
[epub|type~="z3998:poem"] p,
[epub|type~="z3998:song"] p,
[epub|type~="z3998:verse"] p{
text-align: initial;
text-indent: 0;
}
[epub|type~="z3998:poem"] p > span,
[epub|type~="z3998:song"] p > span,
[epub|type~="z3998:verse"] p > span{
display: block;
padding-left: 1em;
text-indent: -1em;
}
[epub|type~="z3998:poem"] p > span + br,
[epub|type~="z3998:song"] p > span + br,
[epub|type~="z3998:verse"] p > span + br{
display: none;
}
p span.i1{
padding-left: 2em;
text-indent: -1em;
}
p span.i2{
padding-left: 3em;
text-indent: -1em;
}
#casting-the-runes [epub|type~="z3998:signature"]{
font-style: italic;
font-variant: normal;
}
#canon-alerics-scrapbook blockquote:nth-of-type(3),
#an-episode-of-cathedral-history blockquote:nth-of-type(1){
text-align: center;
}
/* Martin's Close features numerous long excerpts from a court transcript which should not have margins */
#martins-close blockquote{
margin-left: 0;
margin-right: 0;
}
#martins-close blockquote p:first-child,
#count-magnus blockquote p:first-child{
text-indent: 1em;
}
#illustration-1 img{
width: 45%;
}
#illustration-2 img{
width: 95%;
}
.cyphertext p,
.cyphertext td{
text-indent: 0;
vertical-align: top;
word-break: break-all;
}
.cyphertext td:first-child{
font-style: italic;
width: 5em;
word-break: normal;
}
#the-story-of-a-disappearance-and-an-appearance [epub|type~="se:letter.dateline"] span{
font-style: normal;
font-variant: small-caps;
}
[epub|type~="z3998:diary"] p:first-child{
text-indent: 1em;
} | 0.335677 | 0.16238 |
.smpscss-actions-menu {
color: rgba(0,0,0,.7);
background: #fff;
box-shadow: 0 1px 4px rgba(0,0,0,.04);
border: 1px solid rgba(0,0,0,.09);
border-radius: 3px;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
box-sizing: border-box;
user-select: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
letter-spacing: 0;
font-weight: 400;
font-style: normal;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-font-feature-settings: "liga" on;
outline: none;
position: fixed;
bottom: 10px;
right: 10px;
z-index: 9000000000 !important;
width: fit-content;
}
.smpscss-actions-badge,
.smpscss-actions-badge * {
cursor: pointer;
outline: none;
position: static;
left: auto;
top: auto;
right: auto;
bottom: auto;
z-index: auto;
display: block;
visibility: visible;
overflow: visible;
overflow-x: visible;
overflow-y: visible;
box-sizing: border-box;
width: auto;
height: auto;
max-height: none;
max-width: none;
min-height: 0;
min-width: 0;
margin: 0;
padding: 0;
float: none;
clear: none;
border: 0 none transparent;
border-radius: 0;
background: none;
background-image: none;
background-position: 0% 0%;
background-size: auto auto;
background-repeat: repeat;
background-origin: padding-box;
background-clip: border-box;
background-attachment: scroll;
background-color: transparent;
box-shadow: none;
opacity: 1.0;
transform: none;
transition: none;
direction: ltr;
font-family: inherit;
font-weight: inherit;
color: inherit;
font-size: inherit;
line-height: inherit;
font-style: inherit;
font-variant: inherit;
text-align: inherit;
letter-spacing: inherit;
text-decoration: inherit;
text-indent: 0;
text-transform: inherit;
list-style-type: disc;
text-shadow: none;
font-smoothing: auto;
vertical-align: baseline;
cursor: inherit;
white-space: inherit;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
}
.smpscss-actions-badge {
position: fixed !important;
display: inline-block !important;
visibility: visible !important;
opacity: 1 !important;
z-index: 800000000 !important;
top: auto !important;
right: 12px !important;
bottom: 12px !important;
left: auto !important;
color: #AAADB0 !important;
background-color: #fff !important;
border-radius: 3px !important;
padding: 6px 8px 0px 6px !important;
font-size: 12px !important;
opacity: 1.0 !important;
line-height: 14px !important;
text-decoration: none !important;
transform: none !important;
margin: 0 !important;
width: auto !important;
height: auto !important;
overflow: visible !important;
white-space: nowrap;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.smpscss-actions-badge > img {
display: inline-block !important;
visibility: visible !important;
opacity: 1 !important;
vertical-align: middle !important;
} | shared/css/actions-badge.css | .smpscss-actions-menu {
color: rgba(0,0,0,.7);
background: #fff;
box-shadow: 0 1px 4px rgba(0,0,0,.04);
border: 1px solid rgba(0,0,0,.09);
border-radius: 3px;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
box-sizing: border-box;
user-select: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
letter-spacing: 0;
font-weight: 400;
font-style: normal;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-font-feature-settings: "liga" on;
outline: none;
position: fixed;
bottom: 10px;
right: 10px;
z-index: 9000000000 !important;
width: fit-content;
}
.smpscss-actions-badge,
.smpscss-actions-badge * {
cursor: pointer;
outline: none;
position: static;
left: auto;
top: auto;
right: auto;
bottom: auto;
z-index: auto;
display: block;
visibility: visible;
overflow: visible;
overflow-x: visible;
overflow-y: visible;
box-sizing: border-box;
width: auto;
height: auto;
max-height: none;
max-width: none;
min-height: 0;
min-width: 0;
margin: 0;
padding: 0;
float: none;
clear: none;
border: 0 none transparent;
border-radius: 0;
background: none;
background-image: none;
background-position: 0% 0%;
background-size: auto auto;
background-repeat: repeat;
background-origin: padding-box;
background-clip: border-box;
background-attachment: scroll;
background-color: transparent;
box-shadow: none;
opacity: 1.0;
transform: none;
transition: none;
direction: ltr;
font-family: inherit;
font-weight: inherit;
color: inherit;
font-size: inherit;
line-height: inherit;
font-style: inherit;
font-variant: inherit;
text-align: inherit;
letter-spacing: inherit;
text-decoration: inherit;
text-indent: 0;
text-transform: inherit;
list-style-type: disc;
text-shadow: none;
font-smoothing: auto;
vertical-align: baseline;
cursor: inherit;
white-space: inherit;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
}
.smpscss-actions-badge {
position: fixed !important;
display: inline-block !important;
visibility: visible !important;
opacity: 1 !important;
z-index: 800000000 !important;
top: auto !important;
right: 12px !important;
bottom: 12px !important;
left: auto !important;
color: #AAADB0 !important;
background-color: #fff !important;
border-radius: 3px !important;
padding: 6px 8px 0px 6px !important;
font-size: 12px !important;
opacity: 1.0 !important;
line-height: 14px !important;
text-decoration: none !important;
transform: none !important;
margin: 0 !important;
width: auto !important;
height: auto !important;
overflow: visible !important;
white-space: nowrap;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.smpscss-actions-badge > img {
display: inline-block !important;
visibility: visible !important;
opacity: 1 !important;
vertical-align: middle !important;
} | 0.388618 | 0.07403 |
html {
background: rgb(252,252,252);
background: linear-gradient(0deg, rgba(252,252,252,1) 0%, rgba(241,241,241,1) 100%);
}
#root {
min-height: 100%;
}
#App {
min-height: 100%;
}
#bannerImg {
width: 100%;
}
/*big navbar stuff */
#fullNavBarContainer {
display: flex;
position: sticky;
margin-top: -4px;
justify-content: space-between;
padding-right: 25px;
background-color: #f7f7f7;
z-index: 99;
border-bottom: 1px solid #d1d1d1;
}
#fullNavLeft {
display: flex;
}
#fullNavRight {
display: flex;
margin-right: 15px;
}
.navBarNavLink {
text-decoration: none;
}
#titleContainer {
background-color: #1c1c1c;
color: rgb(255, 69, 0);
border: 1px solid #1c1c1c;
border-radius: 1px;
padding-left: 10px;
padding-right: 10px;
margin-right: 0px;
transition: .5s ease;
font-size: 28px;
font-weight: bold;
height: 66px;
width: 60px;
display: flex;
justify-content: center;
align-items: center;
/*the following was an attempt to fix a small aesthetic issue with fullnavbar's border. causes more problems than it solves*/
margin-bottom: -1px;
}
#titleContainer:hover {
background-color: #e62222;
color: #1c1c1c;
}
#socialWrapper {
display: flex;
flex-direction: row;
}
#fullNavTitle {
}
.fullNavTextContainer {
font-size: 20px;
width: 85px;
padding-left: 9px;
padding-right: 9px;
transition: .5s ease;
border-radius: 1px;
display: flex;
justify-content: center;
align-items: center;
color: #333333;
}
.fullNavTextContainer:hover {
background-color: #333333;
color: #faf7f7;
}
.fullNavSocialContainer {
margin-left: 6px;
margin-right: 6px;
display: flex;
justify-content: center;
align-items: center;
/*width: 50px;*/
}
.faNavIcon {
font-size: 31px;
}
.faNavIconContainer {
border-radius: 100px;
height: 44px;
width: 44px;
display: flex;
justify-content: center;
align-items: center;
}
#androidContainer {
background-color: lightgreen;
}
#appleContainer {
background-color: #333333;
}
/*small navbar stuff*/
#smallNavBarContainer {
display: flex;
position: sticky;
margin-top: -4px;
justify-content: space-between;
height: 50px;
padding-right: 25px;
background-color: #f7f7f7;
border-bottom: 1px solid #d1d1d1;
z-index: 99;
}
/*old navbar stuff */
#navBar {
position: sticky;
top: 0px;
display: grid;
grid-template-columns: 2fr 2fr 4fr 2fr 2fr;
grid-template-rows: 1fr;
align-items: center;
/*color: white;*/
color: black;
z-index: 99;
box-shadow: 0px 0px 5px black;
}
.searchIcon {
font-size: 18px;
}
#title {
margin: 0 auto;
font-size: 28px;
line-height: 28px;
grid-column: 3;
grid-row: 1;
}
.navButtons {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
}
.navTextWrapper {
display: flex;
justify-content: center;
align-items: center;
padding: 12px;
background-color: #e3e3e3;
color: black;
transition: background .5s ease;
border: 1px solid black;
border-right: none;
text-decoration: none;
}
.navTextWrapper:hover {
background-color: #333333;
color: white;
}
#navTitleWrapper {
/*background-color: #ff4747;*/
}
#navTitleWrapper:hover {
background-color: #333333;
color: white;
}
.navText {
font-size: 28px;
line-height: 28px;
text-decoration: none;
justify-self: center;
color: inherit;
text-decoration: none;
margin: 0px;
}
.navText:hover {
}
/*#navRight {
grid-column: 4;
grid-row: 1;
}
#navLeft {
grid-column: 2;
grid-row: 1;
}*/
#aboutLink {
grid-column: 1;
grid-row: 1;
}
#donateLink {
grid-column: 2;
grid-row: 1;
}
#volunteer {
grid-column: 4;
grid-row: 1;
}
#contactLink {
grid-column: 5;
grid-row: 1;
}
/*homepage stuff*/
#homepageWrapper {
min-height: 100%;
}
#homepageContent {
display: grid;
grid-template-columns: 1fr 4fr;
}
#homepageImg {
grid-column: 1;
width: '100%';
}
#homepageText {
grid-column: 2;
background-color: #fafafa;
color: #333333;
}
#eventOfTheDayWrapper {
grid-column: 1 / 3;
display: flex;
flex-direction: column;
justify-content: center;
border-top: 1px solid #d1d1d1;
background-color: #f5f5f5;
}
#eventOTDTextWrapper {
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
#eventOfTheDay {
display: inline-block;
padding: 3px;
color: #333333;
font-size: 36px;
margin: 0px;
}
#homepageTextWrapper {
position: absolute;
top: 115px;
right: 80px;
}
#homepageHeader {
text-align: center;
font-size: 42px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 15px;
}
#homepageDescription {
font-size: 22px;
margin-top: 15px;
margin-bottom: 20px;
margin-left: 25px;
margin-right: 15px;
}
#toTheCalendarOuterWrapper {
color: #333333;
border: 1px solid #8e8e8e;
padding: 18px;
padding-top: 12px;
padding-bottom: 12px;
font-size: 28px;
display: table;
border-radius: 10px;
margin: auto;
margin-bottom: 10px;
transition: .5s ease;
text-decoration: none;
}
#toTheCalendarWrapper {
display: flex;
flex-direction: row;
align-items: center;
}
#toTheCalendarOuterWrapper:hover {
color: #ededed;
background-color: #333333;
}
#toTheCalendar {
margin-top: 0px;
margin-right: 8px;
margin-bottom: 0px;
}
@media (max-width: 1330px) {
#homepageHeader {
font-size: 36px;
margin-bottom: 10px;
}
#homepageDescription {
font-size: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
}
@media (max-width: 1140px) {
#homepageHeader {
font-size: 30px;
margin-bottom: 5px;
}
#homepageDescription {
font-size: 18px;
margin-bottom: 5px;
}
#toTheCalendarOuterWrapper {
font-size: 24px;
}
}
@media (max-width: 1040px) {
#homepageHeader {
font-size: 24px;
}
#homepageDescription {
font-size: 16px;
}
#toTheCalendarOuterWrapper {
margin-top: 10px;
font-size: 20px;
}
}
@media (max-width: 950px) {
#homepageHeader {
font-size: 20px;
}
#homepageDescription {
font-size: 15px;
}
#toTheCalendarOuterWrapper {
font-size: 18px;
}
}
@media (max-width: 850px) {
#fullNavBarContainer {
/*flex-direction: column;*/
}
.faNavIconContainer {
border-radius: 100px;
height: 35px;
width: 35px;
display: flex;
justify-content: center;
align-items: center;
}
.faNavIcon {
font-size: 22px;
}
#homepageHeader {
margin-top: 5px;
margin-bottom: 5px;
}
#homepageDescription {
margin-top: 5px;
margin-bottom: 5px;
}
#toTheCalendarOuterWrapper {
margin-top: 6px;
padding: 8px;
}
}
@media (max-width: 800px) {
.fullNavTextContainer {
width: 65px;
font-size: 18px;
}
#titleContainer {
width: 47px;
font-size: 24px;
}
}
@media (max-width: 780px) {
#homepageContent {
display: grid;
grid-template-columns: 1fr;
padding-top: 0px;
}
#homepageImg {
display: none;
}
#homepageImgSmall {
width: 32%;
margin: auto;
}
#homepageText {
padding-top: 5px;
grid-column: 1;
}
#homepageDescription {
margin-bottom: 8px;
font-size: 17px;
}
#socialWrapper {
display: flex;
flex-direction: row;
}
#titleContainer {
height: 48px;
width: 35px;
font-size: 20px;
}
}
@media (max-width: 515px) {
#homepageWrapper {
padding-bottom: 15px;
background-color: #f5f5f5;
}
}
/*calendar stuff*/
#settings {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 0px;
margin-bottom: 25px;
}
#datePicker {
font-size: 17px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-weight: bold;
height: 52px;
border-color: black;
border-width: 1px;
border-radius: 5px;
box-shadow: 2px 2px 5px;
margin-right: 10px;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
}
#datePickerWrapper:hover {
cursor: pointer;
}
#onThisDayWrapper {
display: flex;
justify-content: center;
}
#onThisDay {
font-size: 32px;
text-align: center;
border-bottom: 1px solid black;
display: inline-block;
padding: 5px;
padding-left: 12px;
padding-right: 12px;
margin-bottom: 20px;
margin-top: 15px;
}
#searchWrapper {
border: 1px solid black;
border-radius: 5px;
box-shadow: 2px 2px 5px;
margin-left: 10px;
padding: 1px;
}
#searchField {
font-size: 17px;
font-weight: bold;
width: 175px;
height: 52px;
padding: 0px;
padding-left: 12px;
border: 0px;
}
#searchButton {
width: 52px;
height: 52px;
background-color: white;
color: grey;
border: 0px;
}
#searchButton:hover {
cursor: pointer;
}
.categoryEvents {
border: 1px solid black;
border-radius: 8px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
margin-bottom: 20px;
background-color: #333333;
color: white;
box-shadow: 3px 3px 5px black;
}
.headerWrapper {
padding-top: 9px;
padding-bottom: 15px;
}
.headerWrapper {
cursor: pointer;
}
.categoryHeaderWrapper {
}
.categoryHeader {
text-align: center;
font-size: 34px;
margin: 0px;
}
#eventDisplay {
width: 60%;
margin: auto;
}
.eventWrapper {
background-color: white;
color: black;
border: 1px solid black;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
border-radius: 0px;
padding: 0px;
margin-top: 0px;
}
.homepageEventWrapper{
width: 75%;
margin: auto;
background-color: #333333;
color: black;
border: 1px solid black;
border-radius: 8px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
padding: 0px;
margin-top: 0px;
margin-bottom: 15px;
}
.eventHeaderWrapper {
border-bottom: 1px solid black;
}
.homepageEventHeaderWrapper {
border-bottom: 1px solid black;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
background-color: #333333;
color: white;
}
.headerEvent {
margin-left: 30px;
margin-right: 10px;
}
.eventHeaderWrapper:hover {
cursor: pointer;
}
.eventButton {
position: absolute;
margin-left: 9px;
margin-top: 5px;
}
.eventHeader {
text-align: center;
font-size: 23px;
margin-bottom: 0px;
padding-bottom: 17px;
}
.homepageEventHeader {
text-align: center;
font-size: 23px;
margin-bottom: 0px;
margin-top: 0px;
padding-top: 17px;
padding-bottom: 17px;
}
.expandedEventHeader {
background-color: white;
}
.eventFull {
background-color: #f7f7f7;
}
.homepageEventFull {
background-color: #f7f7f7;
}
.homepageEventDescription {
margin-left: 20px;
margin-right: 20px;
}
.eventDate {
text-align: center;
font-size: 20px;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
}
.homepageEventDate {
text-align: center;
font-size: 20px;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
}
.eventImg {
display: block;
margin: 0 auto;
}
.homepageEventImg {
display: block;
margin: 0 auto;
}
.eventDescription {
margin-left: 30px;
margin-right: 30px;
}
.sourcesWrapper {
text-align: center;
border-top: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.homepageSourcesWrapper {
text-align: center;
border-top: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.links {
font-size: 22px;
text-decoration: none;
color: white;
padding-bottom: 8px;
padding-top: 7px;
background: #333333;
}
.links:hover {
background: #f0f0f0;
color: black;
cursor: pointer;
}
.emptyLink {
/*same as .links, but no color change on hover*/
font-size: 22px;
text-decoration: none;
color: black;
border-right: 1px solid white;
padding-bottom: 8px;
padding-top: 7px;
background: #333333;
}
.source {
grid-column: 1;
border-right: 1px solid #e6e6e6;
}
.more {
grid-column: 2;
border-right: 1px solid #e6e6e6;
}
/*items only rendered at 780px width or below*/
#hamburgerOpen {
position: absolute;
/*top defined dynamically in code due to banner image height shifting with resize*/
left: 95px;
display: flex;
flex-direction: column;
background: linear-gradient(0deg, rgba(37,37,37,1) 0%, #333333 100%);
z-index: 100;
border: 1px solid #333333;
};
.hamburgerIcon {
position: absolute;
left: 90px;
top: 15px;
}
.hamburgerText {
border-bottom: 1px solid grey;
padding: 10px;
transition: background .5s ease;
background-color: #333333;
color: white;
}
.hamburgerText:hover {
background-color: #e3e3e3;
color: black;
}
.copyWrapper {
display: flex;
flex-direction: row;
margin: auto;
justify-content: center;
align-items: center;
}
.copyText {
margin: 0px;
margin-left: 8px;
}
#emptyPromptWrapper {
margin-left: 10px;
margin-right: 10px;
}
#emptyDayMessageWrapper {
display: flex;
flex-direction: column;
}
.emptyPrompt {
margin: auto;
font-size: 24px;
/*
background-color: #e3e3e3;
border: 1px solid black;
border-radius: 5px;
box-shadow: 2px 2px 4px black;*/
display: inline-block;
padding: 10px;
margin-bottom: 8px;
text-align: center;
}
#emptyDayLinkWrapper {
display: inline-block;
width: fit-content;
margin: auto;
background-color: inherit;
border: 1px solid black;
box-shadow: 2px 2px 4px black;
border-radius: 5px;
padding: 10px;
color: black;
transition: background .75s ease;
}
.emptyPromptLink {
text-decoration: none;
color: inherit;
}
#emptyDayLinkWrapper:hover {
background-color: #333333;
color: white;
}
.emptyPromptLink:hover {
color: inherit;
}
#emptyLinkWrapper {
margin-bottom: 0px;
}
/*media queries*/
@media (max-width: 1000px) {
#eventDisplay {
width: 70%;
}
#title {
font-size: 25px;
}
.navText {
font-size: 25px;
}
}
/*this is where hamburger menu starts*/
@media (max-width: 800px) {
#navBar {
position: sticky;
top: 0px;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
align-items: center;
background-color: #e3e3e3;
padding: 10px;
color: black;
border: 1px solid #333333;
}
#title {
margin: 0 auto;
padding: 4px 10px 4px 10px;
font-size: 26px;
grid-column: 1;
grid-row: 1;
transition: background .5s ease;
}
#title:hover {
cursor: pointer;
}
#eventDisplay {
width: 80%;
}
}
@media (max-width: 700px) {
#eventDisplay {
width: 92%;
}
.emptyPrompt {
font-size: 18px;
padding: 7px;
}
.homepageEventWrapper {
width: 95%;
}
}
@media (max-width: 570px) {
.links {
font-size: 20px;
}
}
@media (max-width: 500px) {
#datePicker {
}
#searchField {
width: 85px;
}
#onThisDay {
font-size: 26px;
text-align: center;
border-bottom: 1px solid black;
display: inline-block;
padding: 5px;
padding-left: 12px;
padding-right: 12px;
margin-top: 0px;
margin-bottom: 15px;
}
.headerWrapper {
padding-top: 8px;
padding-bottom: 8px;
}
.categoryHeader {
text-align: center;
font-size: 26px;
margin: 0px;
}
.eventHeader {
text-align: center;
font-size: 20px;
margin-bottom: 0px;
padding-bottom: 15px;
}
.eventDate {
text-align: center;
font-size: 18px;
margin-top: 0px;
margin-bottom: 8px;
padding-top: 12px;
}
.eventDescription {
margin-left: 23px;
margin-right: 23px;
font-size: 15px;
}
.sourcesWrapper {
display: flex;
flex-direction: column;
}
.homepageSourcesWrapper {
display: flex;
flex-direction: column;
}
.source {
border-right: 0px;
border-bottom: 1px solid #e6e6e6;
}
.more {
border-right: 0px;
border-bottom: 1px solid #e6e6e6;
}
.emptyPrompt {
font-size: 15px;
}
#hamburgerOpen {
left: 82px;
}
}
@media (max-width: 410px) {
#emptyDayLinkWrapper {
padding: 6px;
}
}
@media (max-width: 375px) {
#searchField {
width: 50px;
}
#searchButton {
width: 35px;
}
#datePicker {
width: 160px;
}
.emptyPrompt {
font-size: 14px;
padding: 2px;
margin-bottom: 15px;
}
} | src/App.css | html {
background: rgb(252,252,252);
background: linear-gradient(0deg, rgba(252,252,252,1) 0%, rgba(241,241,241,1) 100%);
}
#root {
min-height: 100%;
}
#App {
min-height: 100%;
}
#bannerImg {
width: 100%;
}
/*big navbar stuff */
#fullNavBarContainer {
display: flex;
position: sticky;
margin-top: -4px;
justify-content: space-between;
padding-right: 25px;
background-color: #f7f7f7;
z-index: 99;
border-bottom: 1px solid #d1d1d1;
}
#fullNavLeft {
display: flex;
}
#fullNavRight {
display: flex;
margin-right: 15px;
}
.navBarNavLink {
text-decoration: none;
}
#titleContainer {
background-color: #1c1c1c;
color: rgb(255, 69, 0);
border: 1px solid #1c1c1c;
border-radius: 1px;
padding-left: 10px;
padding-right: 10px;
margin-right: 0px;
transition: .5s ease;
font-size: 28px;
font-weight: bold;
height: 66px;
width: 60px;
display: flex;
justify-content: center;
align-items: center;
/*the following was an attempt to fix a small aesthetic issue with fullnavbar's border. causes more problems than it solves*/
margin-bottom: -1px;
}
#titleContainer:hover {
background-color: #e62222;
color: #1c1c1c;
}
#socialWrapper {
display: flex;
flex-direction: row;
}
#fullNavTitle {
}
.fullNavTextContainer {
font-size: 20px;
width: 85px;
padding-left: 9px;
padding-right: 9px;
transition: .5s ease;
border-radius: 1px;
display: flex;
justify-content: center;
align-items: center;
color: #333333;
}
.fullNavTextContainer:hover {
background-color: #333333;
color: #faf7f7;
}
.fullNavSocialContainer {
margin-left: 6px;
margin-right: 6px;
display: flex;
justify-content: center;
align-items: center;
/*width: 50px;*/
}
.faNavIcon {
font-size: 31px;
}
.faNavIconContainer {
border-radius: 100px;
height: 44px;
width: 44px;
display: flex;
justify-content: center;
align-items: center;
}
#androidContainer {
background-color: lightgreen;
}
#appleContainer {
background-color: #333333;
}
/*small navbar stuff*/
#smallNavBarContainer {
display: flex;
position: sticky;
margin-top: -4px;
justify-content: space-between;
height: 50px;
padding-right: 25px;
background-color: #f7f7f7;
border-bottom: 1px solid #d1d1d1;
z-index: 99;
}
/*old navbar stuff */
#navBar {
position: sticky;
top: 0px;
display: grid;
grid-template-columns: 2fr 2fr 4fr 2fr 2fr;
grid-template-rows: 1fr;
align-items: center;
/*color: white;*/
color: black;
z-index: 99;
box-shadow: 0px 0px 5px black;
}
.searchIcon {
font-size: 18px;
}
#title {
margin: 0 auto;
font-size: 28px;
line-height: 28px;
grid-column: 3;
grid-row: 1;
}
.navButtons {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
}
.navTextWrapper {
display: flex;
justify-content: center;
align-items: center;
padding: 12px;
background-color: #e3e3e3;
color: black;
transition: background .5s ease;
border: 1px solid black;
border-right: none;
text-decoration: none;
}
.navTextWrapper:hover {
background-color: #333333;
color: white;
}
#navTitleWrapper {
/*background-color: #ff4747;*/
}
#navTitleWrapper:hover {
background-color: #333333;
color: white;
}
.navText {
font-size: 28px;
line-height: 28px;
text-decoration: none;
justify-self: center;
color: inherit;
text-decoration: none;
margin: 0px;
}
.navText:hover {
}
/*#navRight {
grid-column: 4;
grid-row: 1;
}
#navLeft {
grid-column: 2;
grid-row: 1;
}*/
#aboutLink {
grid-column: 1;
grid-row: 1;
}
#donateLink {
grid-column: 2;
grid-row: 1;
}
#volunteer {
grid-column: 4;
grid-row: 1;
}
#contactLink {
grid-column: 5;
grid-row: 1;
}
/*homepage stuff*/
#homepageWrapper {
min-height: 100%;
}
#homepageContent {
display: grid;
grid-template-columns: 1fr 4fr;
}
#homepageImg {
grid-column: 1;
width: '100%';
}
#homepageText {
grid-column: 2;
background-color: #fafafa;
color: #333333;
}
#eventOfTheDayWrapper {
grid-column: 1 / 3;
display: flex;
flex-direction: column;
justify-content: center;
border-top: 1px solid #d1d1d1;
background-color: #f5f5f5;
}
#eventOTDTextWrapper {
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
#eventOfTheDay {
display: inline-block;
padding: 3px;
color: #333333;
font-size: 36px;
margin: 0px;
}
#homepageTextWrapper {
position: absolute;
top: 115px;
right: 80px;
}
#homepageHeader {
text-align: center;
font-size: 42px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 15px;
}
#homepageDescription {
font-size: 22px;
margin-top: 15px;
margin-bottom: 20px;
margin-left: 25px;
margin-right: 15px;
}
#toTheCalendarOuterWrapper {
color: #333333;
border: 1px solid #8e8e8e;
padding: 18px;
padding-top: 12px;
padding-bottom: 12px;
font-size: 28px;
display: table;
border-radius: 10px;
margin: auto;
margin-bottom: 10px;
transition: .5s ease;
text-decoration: none;
}
#toTheCalendarWrapper {
display: flex;
flex-direction: row;
align-items: center;
}
#toTheCalendarOuterWrapper:hover {
color: #ededed;
background-color: #333333;
}
#toTheCalendar {
margin-top: 0px;
margin-right: 8px;
margin-bottom: 0px;
}
@media (max-width: 1330px) {
#homepageHeader {
font-size: 36px;
margin-bottom: 10px;
}
#homepageDescription {
font-size: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
}
@media (max-width: 1140px) {
#homepageHeader {
font-size: 30px;
margin-bottom: 5px;
}
#homepageDescription {
font-size: 18px;
margin-bottom: 5px;
}
#toTheCalendarOuterWrapper {
font-size: 24px;
}
}
@media (max-width: 1040px) {
#homepageHeader {
font-size: 24px;
}
#homepageDescription {
font-size: 16px;
}
#toTheCalendarOuterWrapper {
margin-top: 10px;
font-size: 20px;
}
}
@media (max-width: 950px) {
#homepageHeader {
font-size: 20px;
}
#homepageDescription {
font-size: 15px;
}
#toTheCalendarOuterWrapper {
font-size: 18px;
}
}
@media (max-width: 850px) {
#fullNavBarContainer {
/*flex-direction: column;*/
}
.faNavIconContainer {
border-radius: 100px;
height: 35px;
width: 35px;
display: flex;
justify-content: center;
align-items: center;
}
.faNavIcon {
font-size: 22px;
}
#homepageHeader {
margin-top: 5px;
margin-bottom: 5px;
}
#homepageDescription {
margin-top: 5px;
margin-bottom: 5px;
}
#toTheCalendarOuterWrapper {
margin-top: 6px;
padding: 8px;
}
}
@media (max-width: 800px) {
.fullNavTextContainer {
width: 65px;
font-size: 18px;
}
#titleContainer {
width: 47px;
font-size: 24px;
}
}
@media (max-width: 780px) {
#homepageContent {
display: grid;
grid-template-columns: 1fr;
padding-top: 0px;
}
#homepageImg {
display: none;
}
#homepageImgSmall {
width: 32%;
margin: auto;
}
#homepageText {
padding-top: 5px;
grid-column: 1;
}
#homepageDescription {
margin-bottom: 8px;
font-size: 17px;
}
#socialWrapper {
display: flex;
flex-direction: row;
}
#titleContainer {
height: 48px;
width: 35px;
font-size: 20px;
}
}
@media (max-width: 515px) {
#homepageWrapper {
padding-bottom: 15px;
background-color: #f5f5f5;
}
}
/*calendar stuff*/
#settings {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 0px;
margin-bottom: 25px;
}
#datePicker {
font-size: 17px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-weight: bold;
height: 52px;
border-color: black;
border-width: 1px;
border-radius: 5px;
box-shadow: 2px 2px 5px;
margin-right: 10px;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
}
#datePickerWrapper:hover {
cursor: pointer;
}
#onThisDayWrapper {
display: flex;
justify-content: center;
}
#onThisDay {
font-size: 32px;
text-align: center;
border-bottom: 1px solid black;
display: inline-block;
padding: 5px;
padding-left: 12px;
padding-right: 12px;
margin-bottom: 20px;
margin-top: 15px;
}
#searchWrapper {
border: 1px solid black;
border-radius: 5px;
box-shadow: 2px 2px 5px;
margin-left: 10px;
padding: 1px;
}
#searchField {
font-size: 17px;
font-weight: bold;
width: 175px;
height: 52px;
padding: 0px;
padding-left: 12px;
border: 0px;
}
#searchButton {
width: 52px;
height: 52px;
background-color: white;
color: grey;
border: 0px;
}
#searchButton:hover {
cursor: pointer;
}
.categoryEvents {
border: 1px solid black;
border-radius: 8px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
margin-bottom: 20px;
background-color: #333333;
color: white;
box-shadow: 3px 3px 5px black;
}
.headerWrapper {
padding-top: 9px;
padding-bottom: 15px;
}
.headerWrapper {
cursor: pointer;
}
.categoryHeaderWrapper {
}
.categoryHeader {
text-align: center;
font-size: 34px;
margin: 0px;
}
#eventDisplay {
width: 60%;
margin: auto;
}
.eventWrapper {
background-color: white;
color: black;
border: 1px solid black;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
border-radius: 0px;
padding: 0px;
margin-top: 0px;
}
.homepageEventWrapper{
width: 75%;
margin: auto;
background-color: #333333;
color: black;
border: 1px solid black;
border-radius: 8px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
padding: 0px;
margin-top: 0px;
margin-bottom: 15px;
}
.eventHeaderWrapper {
border-bottom: 1px solid black;
}
.homepageEventHeaderWrapper {
border-bottom: 1px solid black;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
background-color: #333333;
color: white;
}
.headerEvent {
margin-left: 30px;
margin-right: 10px;
}
.eventHeaderWrapper:hover {
cursor: pointer;
}
.eventButton {
position: absolute;
margin-left: 9px;
margin-top: 5px;
}
.eventHeader {
text-align: center;
font-size: 23px;
margin-bottom: 0px;
padding-bottom: 17px;
}
.homepageEventHeader {
text-align: center;
font-size: 23px;
margin-bottom: 0px;
margin-top: 0px;
padding-top: 17px;
padding-bottom: 17px;
}
.expandedEventHeader {
background-color: white;
}
.eventFull {
background-color: #f7f7f7;
}
.homepageEventFull {
background-color: #f7f7f7;
}
.homepageEventDescription {
margin-left: 20px;
margin-right: 20px;
}
.eventDate {
text-align: center;
font-size: 20px;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
}
.homepageEventDate {
text-align: center;
font-size: 20px;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
}
.eventImg {
display: block;
margin: 0 auto;
}
.homepageEventImg {
display: block;
margin: 0 auto;
}
.eventDescription {
margin-left: 30px;
margin-right: 30px;
}
.sourcesWrapper {
text-align: center;
border-top: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.homepageSourcesWrapper {
text-align: center;
border-top: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.links {
font-size: 22px;
text-decoration: none;
color: white;
padding-bottom: 8px;
padding-top: 7px;
background: #333333;
}
.links:hover {
background: #f0f0f0;
color: black;
cursor: pointer;
}
.emptyLink {
/*same as .links, but no color change on hover*/
font-size: 22px;
text-decoration: none;
color: black;
border-right: 1px solid white;
padding-bottom: 8px;
padding-top: 7px;
background: #333333;
}
.source {
grid-column: 1;
border-right: 1px solid #e6e6e6;
}
.more {
grid-column: 2;
border-right: 1px solid #e6e6e6;
}
/*items only rendered at 780px width or below*/
#hamburgerOpen {
position: absolute;
/*top defined dynamically in code due to banner image height shifting with resize*/
left: 95px;
display: flex;
flex-direction: column;
background: linear-gradient(0deg, rgba(37,37,37,1) 0%, #333333 100%);
z-index: 100;
border: 1px solid #333333;
};
.hamburgerIcon {
position: absolute;
left: 90px;
top: 15px;
}
.hamburgerText {
border-bottom: 1px solid grey;
padding: 10px;
transition: background .5s ease;
background-color: #333333;
color: white;
}
.hamburgerText:hover {
background-color: #e3e3e3;
color: black;
}
.copyWrapper {
display: flex;
flex-direction: row;
margin: auto;
justify-content: center;
align-items: center;
}
.copyText {
margin: 0px;
margin-left: 8px;
}
#emptyPromptWrapper {
margin-left: 10px;
margin-right: 10px;
}
#emptyDayMessageWrapper {
display: flex;
flex-direction: column;
}
.emptyPrompt {
margin: auto;
font-size: 24px;
/*
background-color: #e3e3e3;
border: 1px solid black;
border-radius: 5px;
box-shadow: 2px 2px 4px black;*/
display: inline-block;
padding: 10px;
margin-bottom: 8px;
text-align: center;
}
#emptyDayLinkWrapper {
display: inline-block;
width: fit-content;
margin: auto;
background-color: inherit;
border: 1px solid black;
box-shadow: 2px 2px 4px black;
border-radius: 5px;
padding: 10px;
color: black;
transition: background .75s ease;
}
.emptyPromptLink {
text-decoration: none;
color: inherit;
}
#emptyDayLinkWrapper:hover {
background-color: #333333;
color: white;
}
.emptyPromptLink:hover {
color: inherit;
}
#emptyLinkWrapper {
margin-bottom: 0px;
}
/*media queries*/
@media (max-width: 1000px) {
#eventDisplay {
width: 70%;
}
#title {
font-size: 25px;
}
.navText {
font-size: 25px;
}
}
/*this is where hamburger menu starts*/
@media (max-width: 800px) {
#navBar {
position: sticky;
top: 0px;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
align-items: center;
background-color: #e3e3e3;
padding: 10px;
color: black;
border: 1px solid #333333;
}
#title {
margin: 0 auto;
padding: 4px 10px 4px 10px;
font-size: 26px;
grid-column: 1;
grid-row: 1;
transition: background .5s ease;
}
#title:hover {
cursor: pointer;
}
#eventDisplay {
width: 80%;
}
}
@media (max-width: 700px) {
#eventDisplay {
width: 92%;
}
.emptyPrompt {
font-size: 18px;
padding: 7px;
}
.homepageEventWrapper {
width: 95%;
}
}
@media (max-width: 570px) {
.links {
font-size: 20px;
}
}
@media (max-width: 500px) {
#datePicker {
}
#searchField {
width: 85px;
}
#onThisDay {
font-size: 26px;
text-align: center;
border-bottom: 1px solid black;
display: inline-block;
padding: 5px;
padding-left: 12px;
padding-right: 12px;
margin-top: 0px;
margin-bottom: 15px;
}
.headerWrapper {
padding-top: 8px;
padding-bottom: 8px;
}
.categoryHeader {
text-align: center;
font-size: 26px;
margin: 0px;
}
.eventHeader {
text-align: center;
font-size: 20px;
margin-bottom: 0px;
padding-bottom: 15px;
}
.eventDate {
text-align: center;
font-size: 18px;
margin-top: 0px;
margin-bottom: 8px;
padding-top: 12px;
}
.eventDescription {
margin-left: 23px;
margin-right: 23px;
font-size: 15px;
}
.sourcesWrapper {
display: flex;
flex-direction: column;
}
.homepageSourcesWrapper {
display: flex;
flex-direction: column;
}
.source {
border-right: 0px;
border-bottom: 1px solid #e6e6e6;
}
.more {
border-right: 0px;
border-bottom: 1px solid #e6e6e6;
}
.emptyPrompt {
font-size: 15px;
}
#hamburgerOpen {
left: 82px;
}
}
@media (max-width: 410px) {
#emptyDayLinkWrapper {
padding: 6px;
}
}
@media (max-width: 375px) {
#searchField {
width: 50px;
}
#searchButton {
width: 35px;
}
#datePicker {
width: 160px;
}
.emptyPrompt {
font-size: 14px;
padding: 2px;
margin-bottom: 15px;
}
} | 0.341912 | 0.082254 |
body {
font-family: helvetica, arial, verdana, sans-serif;
background-color: #EDF3FE;
margin: 0 auto;
}
.stripe-button-inner
{
margin-top: 20px;
}
#secure_area_wrapper{
display: block;
overflow: hidden;
}
.todays-rate {
width:100%;
display: block;
text-align: center;
margin-right: -20px;
margin-right: -2rem;
height: 38px;
height: 3.8rem;
line-height: 35px;
line-height: 3.5rem;
width: 100%;
background-color: #1A90BC;
box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
border-radius: .3rem;
border: 1px solid #1A90BC;
}
.todays-rate .title {
font-weight: 400;
}
.todays-rate .rate {
border: 1px solid #cccccc;
float: right;
color: #99C42A;
color: #52B355;
text-shadow: 0 1px 1px rgba(0, 0, 0, .05);
background-color: whiteSmoke;
border-top-right-radius: 2px;
border-top-right-radius: .2rem;
border-bottom-right-radius: 2px;
border-bottom-right-radius: .2rem;
width:98%;
margin-right: 2px;
}
#mobile_reason
{
width:99%;
padding: 0 !important;
height: 50px;
}
#secure_area_wrapper label
{
margin-right: 15px;
}
#secure_area_wrapper label.error {
width:auto !important;
float: left;
}
#secure_area_message
{
margin: 5px;
}
#your_charge
{
width: 280px;
padding: 8px;
display:none;
}
#your_charge span
{
font-weight: bold;
margin-bottom: 5px;
width: 100%;
display: block;
overflow: hidden;
height:20px;
}
#bannernotice
{
font-weight: bold;
line-height: 42px;
margin-top: 10px;
margin-bottom: 10px;
text-shadow: 0 1px #CCC;
color: #2E4457;
font-size: 25px;
padding: 10px !important;
}
#header
{
width:100%;
position: relative;
height: auto;
display:block;
overflow:hidden;
background-color: #000;
}
#header_out_new
{
display:block;
overflow:hidden;
width:100%;
background: whiteSmoke;
min-height: inherit;
position: relative;
z-index: 5;
border-bottom: 1px solid #E5E5E5;
margin-bottom: 5px;
}
#header_out
{
position: fixed;
right: 0;
left: 0;
z-index: 1030;
margin-bottom: 0;
padding-left: 20px;
padding-right: 20px;
background-color: #fafafa;
background-image: -moz-linear-gradient(top, #f6f6f6, #ffffff);
background-image: -ms-linear-gradient(top, #f6f6f6, #ffffff);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#ffffff));
background-image: -webkit-linear-gradient(top, #f6f6f6, #ffffff);
background-image: -o-linear-gradient(top, #f6f6f6, #ffffff);
background-image: linear-gradient(top, #f6f6f6, #ffffff);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
}
#header_out .logo a
{
float: left;
display: block;
padding: 8px 20px 12px;
margin-left: -20px;
color: #ffffff;
font-size:25px;
font-weight:bold;
line-height: 1;
}
#home_header
{
background-color: #222;
background-color: #222;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#333), to(#222));
background-image: -moz-linear-gradient(top, #333, #222);
background-image: -ms-linear-gradient(top, #333, #222);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #222));
background-image: -webkit-linear-gradient(top, #333, #222);
background-image: -o-linear-gradient(top, #333, #222);
background-image: linear-gradient(top, #333, #222);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
#home_header img
{
padding:5px;
height:40px;
}
.inner_logo
{
padding:20px;
height:55px;
}
.header_out_links
{
display:block;
overflow:hidden;
width:auto;
float:right;
font-size:15px;
}
.header_out_links a
{
text-align: right;
padding-top:16px;
color: #fff;
}
.header_out_links nav
{
text-align: right;
float: right:!important;
right:0;
}
.header_out_links a:hover{
background-color: #333;
background-color: rgba(255, 255, 255, 0.05);
text-decoration: underline;
}
.home_content_wrapper
{
margin-top:20px;
padding:0 10px 0 10px;
}
#home_container
{
padding:0;
z-index:1;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
-webkit-box-shadow: 2px 5px 8px #e0dbdb;
-moz-box-shadow: 2px 5px 8px #e0dbdb;
box-shadow:2px 5px 8px #e0dbdb;
background-color:#FFFFFF;
padding-bottom:10px;
min-height:400px;
margin-bottom:10px;
width: 980px;
}
#loading
{
display:none;
padding-left:20px;
padding-right:20px;
padding-top:10px;
padding-bottom:10px;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
margin-top: 160px;
margin-left: 35%;
position: absolute;
z-index: 9000;
background: #7F7F7F;
-moz-border-radius: 6px 6px 6px 6px;
border-bottom-left-radius: 6px 6px;
border-bottom-right-radius: 6px 6px;
border-top-left-radius: 6px 6px;
border-top-right-radius: 6px 6px;
-webkit-border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
}
.logo a:hover
{
}
#topbarnav_tabs
{
font-size:15px;
font-weight:bold;
}
#topbarnav_tabs li a
{
background-color: #FEFBF3;
}
#homewrapper
{
width:940px;
display: block;
overflow:hidden;
margin:auto 0px;
}
#introhome span {
cursor: pointer;
color: #3B5998;
}
.phonenumber
{
display: inline-block;
float: none;
width: 155px;
margin-left: 0;
}
.home_content_img
{
float:left;
width:25%;
display:block;
overflow:hidden;
}
.home_content_form
{
width:50%;
display:block;
overflow:hidden;
float:left;
}
.home_content_features
{
float:left;
width:50%;
display:block;
overflow:hidden;
}
.home_content_form label
{
float:left;
width:auto;
}
.error
{
color: #B94A48 !important;
border-color: #EE5F5B !important;
}
.home_content_features ul li
{
font-size:14px;
line-height:28px;
font-weight:bold;
margin-bottom:5px;
}
#call_to_action
{
float:left;
font-weight:normal;
text-align:center;
width:250px;
height:40px;
}
#call_to_action_primary
{
margin-top:60px;
margin-left:15px;
padding-top:10px;
padding-bottom:10px;
float:left;
font-size:17px;
font-weight:bold;
text-align:center;
width:95%;
}
#home_sidebar_form
{
padding:23px 10px 10px 30px;
}
.phone
{
background: url(../images/sms.png) no-repeat;
height: 485px;
margin-left: 10px;
width: 211px;
}
.screen
{
font-size:14px;
width: 137px;
height: 169px;
margin-left: 38px;
padding-top: 79px;
display:block;
overflow:hidden;
}
.screen div
{
margin-top:10px;
width: 100%;
height: 100%;
}
.screens
{
height: 169px;
font-weight:bold;
text-align:center;
}
.hero-unit {
background-color: whiteSmoke;
margin-bottom: 10px;
padding: 20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.nav_tabs
{
display:block;
list-style:none;
float: left;
position: relative;
left: 0;
margin:0;
border:1px solid #cccccc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.nav_tabs > li {
z-index:10;
border-left:1px solid #cccccc;
display: block;
float: left;
position: relative;
background-color: #EDF3FE;
}
.nav_tabs > li.selected {
position: relative;
margin-bottom: -1px;
background: white !important;
border-bottom: 1px solid #fff;
}
.nav_tabs > li > a {
font-size:15px;
height:100%;
padding: 0 10px;
margin-right: 2px;
line-height: 24px;
}
.home_container_content
{
width:65%;
margin-right:1%;
float:left;
display:block;
}
.home_container_sidebar
{
width:32%;
float:left;
display:block;
}
.home_container_sidebar .alert-message
{
border: 1px solid #CCC;
border-top-right-radius: 2px;
border-top-right-radius: .2rem;
border-bottom-right-radius: 2px;
border-bottom-right-radius: .2rem;
}
.home_container_sidebar h3
{
font-size: 12px;
line-height: 16px;
}
#introhome_container{
margin-top:10px;
border-bottom:1px solid #cccccc;
}
#introhome_container h2{
font-size: 20px;
line-height: 10px;
}
#sms_messenger
{
width:100%;
display:block;
overflow:hidden;
}
#sms_messenger textarea {
width: 75%;
float:right;
}
#sms_messenger label {
width: 20%;
font-size: 14px;
text-align:left;
}
#sms_messenger .clearfix
{
margin-bottom:30px;
}
.form_section
{
width:100%;
}
.form_section label
{
margin-bottom:5px;
font-size:15px;
font-weight:normal;
}
.table_detail
{
width:80%;
}
#num_ads_perday
{
width:100%;
margin-bottom:40px;
}
#num_ads_perday label
{
width:auto;
font-size:14px;
margin-right:30px;
margin-left:10px;
}
#ad_type_preferences
{
font-size:15px;
width:100%;
margin-left:10px;
}
#ad_types
{
width:100%;
display:block;
overflow:hidden;
margin-bottom:30px;
}
#ad_types li
{
width:25% !important;
float:left;
}
#login_section
{
display:block;
overflow:hidden;
margin-right:10px;
}
#login_section form
{
margin-bottom:0;
}
#login_section a
{
color:#ffffff;
}
#login_section label {
padding-top: 2px;
font-size: 11px;
line-height: 18px;
width: 160px;
text-align: left;
}
#login_section input{
color:#000000;
}
#profile_settings
{
font-size:15px;
width:100%;
margin-left:10px;
}
#profile_settings .clearfix
{
font-size:15px;
width:100%;
margin-bottom:10px;
}
#profile_settings label
{
margin-right:10px;
}
#profile_settings label.error {
width:100% !important;
text-align: left !important;
clear: both;
display: block;
}
#footer
{
margin-left: auto;
margin-right: auto;
text-align:center;
padding:10px 0 10px 0;
text-align:center;
}
#footer a
{
text-decoration:none;
margin-right:30px;
font-weight:normal;
}
.crop_image_up {
cursor:pointer;
background-image: url("../images/all_services_up.png");
border: none;
display: block;
height: 90px;
margin: 0;
padding: 0;
width: 162px;
border-image: initial;
}
#network_invite
{
width:100%;
display:block;
overflow:hidden;
}
#network_invite .link_holder
{
background-color:#f4f3ef;
width:96%;
padding:4%;
display:block;
overflow:hidden;
}
#network_invite .action_box
{
background-color:#f4f3ef;
width:98%;
padding:1%;
display:block;
overflow:hidden;
}
#network_invite .action_box label
{
margin-right:20px;
}
#network_invite .clearfix
{
margin-bottom:20px;
}
#network_invite a
{
float:left;
}
#send_invites_form
{
width:100%;
display:block;
overflow:hidden;
}
#send_invites_form .inputs-list
{
width:100% !important;
float:left !important;
}
#send_invites_form .inputs-list li
{
width:50% !important;
float:left !important;
}
#extra_default_intrests li
{
margin-top: 10px;
}
.oWidget {
width: 100%;
margin-bottom: 10px;
overflow-x: hidden;
border: 1px solid #B9BCC3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.warning_widget
{
background-color: #FDDFDE !important;
border-color: #BBB193 !important;
}
.warning_widget > header {
background-color: #FDF5D9 !important;
border-color: #BBB193 !important;
padding: 10px;
}
.warning_widget > footer {
background-color: #FDF5D9 !important;
border-top: 1px solid #BBB193 !important;
}
.success_widget
{
background-color: #E8EFF1 !important;
border-color: #BFE7BF !important;
}
.success_widget > header {
background-color: #D1EED1 !important;
border-color: #BFE7BF !important;
padding: 10px;
}
.success_widget > footer {
background-color: #D1EED1 !important;
border-top: 1px solid #BFE7BF !important;
}
.oTip {
padding: 5px 5px 5px 35px;
position: relative;
}
.oTip::before {
position: absolute;
content: "";
left: 5px;
top: 5px;
}
.oTipIcon, .oTip::before {
width: 18px;
height: 26px;
}
.oIcon, .oErrorIcon, .oMsgError::before, .oSuccessIcon, .oMsgSuccess::before, .oInfoIcon, .oMsgInfo::before, .oWarningIcon, .oMsgWarning::before, .oMsgLegacyWarning::before, .oCloseIcon, .oRepostIcon, .oEditIcon, .oPrivacyIcon, .oAttachmentIcon, .oTipIcon, .oTip::before, .oRssIcon, .oAddIcon, .oBulbIcon, .oSavedIcon, .oBrowseIcon, .oManageHomeIcon, .oManageHomeHiredIcon, .oManageHomeClosedIcon, .oManageHomeSavedIcon, .oManageHomeMessagedIcon, .oBrowseContractorsIcon, .oDownloadIcon, .oVideoIcon, .oTimelogsIcon, .oTimelogsLink::before, .oArchiveIcon, .oArchiveLink::before {
width: 16px;
height: 16px;
vertical-align: middle;
display: inline-block;
margin-right: 5px;
}
.smf-tip, .oTipIcon, .oTip::before {
background-position: 0 -36px;
}
.smf-sprite, .smf-add, .oAddIcon, .smf-attach, .oAttachmentIcon, .smf-clearSearch, .oClearSearchIcon, .oClearSearch, .smf-close, .oCloseIcon, .smf-edit, .oEditIcon, .smf-error, .oErrorIcon, .oMsgError::before, .smf-info, .oInfoIcon, .oMsgInfo::before, .smf-privacy, .oPrivacyIcon, .smf-repost, .oRepostIcon, .smf-rss, .oRssIcon, .smf-search, .oSearchIcon, [type="search"], .smf-success, .oSuccessIcon, .oMsgSuccess::before, .smf-thumbs-down, .oThumbsDownIcon, .smf-thumbs-up, .oThumbsUpIcon, .smf-tip, .oTipIcon, .oTip::before, .smf-warning, .oWarningIcon, .oMsgWarning::before, .oMsgLegacyWarning::before {
background: url("../images/sprite.png") no-repeat;
}
.oWidget > .oBd {
padding: 10px;
}
.passport_image_upload{
margin-left: 5px;
height: 30px;
}
.oWidget span {
padding: 10px;
line-height: 30px;
}
.oWidget > footer {
background-color: #F8F8F8;
}
.oFilterCollapse, .oWidget > footer {
border-top: 1px solid #D2D6DE;
padding: 10px;
margin-top: 1px !important;
}
.oWidget > header {
background-color: #F8F8F8;
border-bottom: 1px solid #D2D6DE;
padding: 10px;
}
.oH3, .oH2Low, h3 {
color: #444;
margin-bottom: 6px;
font-size: 14px;
line-height: 20px !important;
}
.transaction_notice
{
width:97%;
margin: 1%;
}
#noscript-warning {
background-color: #F83737;
padding: 20px;
text-align: center;
font-size: 15px;
color: #ffffff;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
label.error{
width: 100%;
float: left;
}
.last_signup_step_wrapper{
width: 790px !important;
left: 40% !important;
}
.last_signup_step_wrapper .modal-footer{
display: block;
overflow: hidden;
}
.last_signup_step_wrapper .input-prepend .add-on, .input-append .add-on {
width: 120px;
text-align: left;
font-weight: bold;
}
.last_signup_step_wrapper .date_picker{
}
.last_signup_step_wrapper .clearfix {
width: 50% !important;
float: left;
}
.last_signup_step_wrapper label.error {
width: 100%;
float: left;
}
#admin-user-searchbar{
height: 50px;
float: right;
}
#admin-user-searchbar .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
#profile_settings .input-prepend .add-on, .input-append .add-on {
width: 135px;
text-align: left;
}
.updateprofile_form .input-prepend .add-on, .input-append .add-on {
font-weight: bold;
width: 75px;
text-align: left;
}
.updateprofile_form .clearfix{
width: 48%;
float: left;
margin-left: 1%;
display: block;
overflow: hidden;
}
.updateaccount_wrapper{
width: 80%;
}
.updateaccount_wrapper section{
width: 100%;
display: block;
overflow: hidden;
}
.updateaccount_wrapper .actions{
width: 70%;
display: block;
overflow: hidden;
float: left;
}
.errorlist{
width: 95%;
padding: 1%;
margin: 1px;
color: red;
}
.errorlist li{
text-decoration: none;
list-style: none;
color: red;
}
.header{
background-color: #222;
}
.mobile_header{
display: none;
}
body {
padding-top: 50px;
}
.highlighted_link , .highlighted_link:hover {
background: #e4ecec !important;
color: #333 !important;
text-decoration: none !important;
pointer-events: none;
cursor: default;
}
.teddy_navbar{
background: #d5dad4;
position: fixed;
right: 0;
left: 0;
z-index: 1030;
margin-bottom: 0;
top:40px;
padding: 10px 50px 10px 110px;
-webkit-box-shadow: 0px 1px 1px #cccccc;
-moz-box-shadow: 0px 1px 1px #cccccc;
box-shadow: 0px 1px 1px #cccccc;
}
.teddy_title{
font-family: "alternate-gothic-no-1-d",sans-serif;
font-style: normal;
font-weight: 400;
color: #000;
font-size: 55px;
}
.social-icons a{
padding: 5px 5px 5px !important;
}
.buttons{
list-style: none;
}
.buttons>li {
float: left;
text-decoration: none;
margin-left:5px;
}
.buttons.btn{
}
.web_header{
width: 100%;
display: block;
overflow: hidden;
height: 50px;
}
@media (max-width: 992px) {
.web_header{
display: none;
}
.mobile_header{
display: block;
}
body {
padding-top: 56px;
}
}
@media (max-width: 767px) {
.background_image {
width: auto !important;
height: 100% !important;
}
}
@media (max-width: 767px) {
.landing_inner_wrapper{
width:90% !important;
min-height: auto !important;
}
}
.background_image{
width: 100%;
background-repeat:no-repeat;
background-size:100% auto;
padding: 0px;
}
.home_content_wrapper {
width: 100%;
}
.home_content_wrapper {
width: 100%;
}
@media (max-width: 767px) {
.landing_inner_wrapper{
width:90% !important;
}
}
.landing_inner_wrapper{
width: 80%;
background: 0 none;
z-index: 2;
min-height: 480px;
}
#home_container {
width: 100% !important;
display: block;
overflow: hidden;
border: 0 none !important;
margin: 0 auto !important;
}
.remit_tagline_wrapper{
width: 50%;
float:left;
text-align: center !important;
margin-top: 10px;
margin-left: 5%;
}
.remit_tagline{
text-align: left !important;
color: #ffffff !important;
font-size: 24px;
line-height: 38px;
margin: 0;
font-weight: bold;
text-align: center;
}
#home_header{
padding-top: 5px;
padding-bottom: 5px;
}
#ht-secure {
float: left;
width: 260px;
margin-top: 20px;
padding-left: 45px;
min-height: 47px;
background: url(../images/shield.png) 0 -2px no-repeat;
}
#ht-secure .row {
display: block;
font-size: 22px;
font-family: Georgia,"Times New Roman",Times,serif;
margin-left: 0 !important;
}
#ht-secure .disclosure {
display: block;
font-size: 12px;
}
.logo a
{
float: left;
display: block;
padding: 8px 20px 12px;
margin-left: -20px;
color: white !important;
font-size:25px;
font-weight: 200;
line-height: 1;
}
.error_msg
{
width:auto;
display:block;
overflow:hidden;
}
.home_content_wrapper
{
margin-top:0 !important;
padding:0 !important;
}
.send_now
{
margin-left: 30%;
}
.send_now h2 {
margin-top: 10px;
margin-bottom: 40px;
}
.cards {
background: url(../images/types.png) 0 0 no-repeat;
height: 18px;
float: left;
right: 0px;
top: 52px;
}
div.cards div.visa {
width: 39px;
background-position: -1px 0;
}
div.cards div.mastercard {
width: 30px;
background-position: -49px 0;
margin-left: 9px;
}
div.cards div.amex {
width: 52px;
background-position: -88px 0;
margin-left: 9px;
}
div.cards div.jcb {
width: 16px;
background-position: -240px 0;
margin-left: 10px;
}
div.cards div.discover {
width: 77px;
background-position: -153px 0;
margin-left: 13px;
}
.home_content {
margin-top: 0px !important;
}
.home_content_form
{
width:90% !important;
margin: 3%;
}
#start_btn
{
text-align:left;
margin-bottom:10px;
width:100%;
display: block;
overflow: hidden;
}
#start_btn a
{
margin-left:5px;
}
.home_login_form input
{
width: 305px !important;
}
.home_content_header
{
width:100%;
display:block;
overflow:hidden;
margin-bottom:0px;
}
#call_to_action {
float: left;
font-weight: normal;
text-align: center;
width: 343px !important;
}
.rate_calculator_wrapper .tease-block {
text-align: center;
font-size: 13px;
}
.rate_calculator_wrapper
{
float:left;
margin-bottom: 40px;
width: 40%;
}
.rate_calculator
{
width: 90%;
margin-top:20px;
right: 0;
border-radius: 5px 5px 5px 5px;
border: 1px solid #B1BDBD;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
padding: 0px;
overflow: hidden;
background-color: #FAFAFA;
height:auto;
margin-right: auto ;
margin-left: auto;
}
@media (max-width: 767px) {
.rate_calculator_wrapper{
width:100% !important;
margin-left: 0 !important;
}
.rate_calculator
{
width:100%;
}
}
.howtoimg{
height: 250px;
}
@media (max-width: 767px) {
.howtoimg{
height: auto;
}
}
.rate_calculator_head {
background-color: #E9EDF0;
border-bottom: 1px solid #DCE5E6;
color: #3B545A;
padding: 15px 0 10px 0;
text-align: center;
}
.rate_calculator_head .heading {
font-weight: bold;
font-size: 19px;
}
.rate_calculator_body
{
background-color: #FAFAFA;
border-top: 1px solid white;
border-bottom: 1px solid #DCE5E6;
padding: 10px 0 20px 0;
text-align: center;
color: #7C8D8F;
font-weight: 700;
}
.rate_calculator_body .clearfix
{
margin-bottom: 0px;
}
.rate_calculator_body .clearfix label
{
}
.rate_calculator_body .input
{
margin-top: 10px;
margin-left: 0px !important;
}
.currency_input, .currency_select
{
width:50%;
float:left;
}
.currency_input input
{
width: 75%;
border: 1px solid #C7CFDE;
background-color: white;
padding: 0 12px;
text-align: right;
display: block;
float: right;
margin-right: 5px;
}
.rate_calculator_body input
{
font-weight: 500;
font-size: 16px;
color: #172A33;
height: 25px;
}
.rate_calculator_body select
{
height: 27px;
font-weight: 500;
font-size: 15px;
color: #172A33;
}
.currency_select select
{
width: 90%;
border: 1px solid #C7CFDE;
text-align: right;
display: block;
float: left;
}
.phone_input, .phone_select
{
width:50%;
float:left;
}
.phone_input input
{
width: 77%;
border: 1px solid #C7CFDE;
background-color: white;
padding: 0 12px;
display: block;
float: left;
}
.phone_select select
{
margin-right: 5px;
width: 90%;
border: 1px solid #C7CFDE;
text-align: right;
color: #172A33;
display: block;
float: right;
}
@media (max-width: 767px) {
.phone_select select
{
width: 85% ;
}
.phone_input input {
width:76% !important;
}
}
#introhome {
font-weight: bold;
line-height: 32px;
margin-bottom: 10px;
text-shadow: 0 1px #CCC;
color: #2E4457;
font-size: 23px;
}
.rate_calculator_footer
{
display: block;
overflow: hidden;
padding: 10px 0 7px 0;
color: #667B80;
background-color: #FAFAFA;
text-align: center;
border-top: 1px solid white;
font-weight: 600;
font-size: 15px;
}
.godaddy-seal{
width: 100%;
display: block;
overflow: hidden;
margin: 0 auto;
}
.godaddy-seal img{
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 15px;
}
.rate_calculator_footer span
{
}
.remit_how_to
{
margin-top: 30px;
overflow: hidden;
background: #F9FAFA;
background: -moz-linear-gradient(white 50%, #E4ECEC);
background: -webkit-gradient(linear, 0 50%, 0 100%, from(white), to(#E4ECEC));
color: #172A33;
font-weight: 500;
margin-bottom: 20px;
}
.remit_quote , .how_remit_works
{
border-top: 1px solid #DFDFDF;
font-size: 16px;
color: #25566F;
margin-bottom: 0px;
}
.how_remit_works h4 {
padding-bottom: 30px;
padding-top: 15px;
font-size: 18px;
font-weight: 600;
text-align: center;
color: #91A4A6;
}
.how_remit_works .slides li {
list-style: none;
font-size: 13px;
color: #25566F;
float: left;
margin: 0 1.5%;
text-align: center;
width: 30%;
float: left;
}
.image_slides h3 {
font-weight: 600;
line-height: 22px;
font-size: 24px;
color: #709D00;
margin: 10px 0px;
}
.quote
{
font-size: 30px;
line-height: 38px;
margin: 0;
color: #25566F;
font-weight: 700;
min-height: 94px;
text-align: center;
padding-top: 10px;
}
.blocks
{
padding-bottom: 10px;
width: 100%;
display: block;
overflow: hidden;
}
.make_payment_button
{
background-color: #FAFAFA;
padding: 10px 0 10px 0;
text-align: center;
border-top: 1px solid white;
border-bottom: 1px solid #DCE5E6;
}
#rate_call_to_action
{
float: left;
text-align: center;
width: 90%;
margin-left: 4%;
height: 40px;
color: #ffffff;
}
.recover_password_wrapper
{
margin: 40px 15px;
width:50%;
float:left;
padding: 20px;
margin-bottom: 30px;
background-color: #eee;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #B1BDBD;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
}
.recover_password_wrapper .add-on{
width: 110px;
}
.recover_password_wrapper .span4{
}
@media (max-width: 767px) {
.recover_password_wrapper
{
width:95%;
margin: 0;
margin-top: 5px;
}
#recover_email{
width: 90% !important;
}
}
.login_signup_wrapper
{
margin: 40px 15px;
width:60%;
float:left;
padding: 20px;
margin-bottom: 30px;
background-color: #eee;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #B1BDBD;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
}
@media (max-width: 767px) {
.newlogin_signup_wrapper{
width:90% !important;
margin-left: 0 !important;
}
}
.newlogin_signup_wrapper{
width:40%;
}
.newlogin_signup_wrapper input.span4 {
width: 65% !important;
margin-left: 0;
}
.newlogin_signup_wrapper .clearfix {
width: 100% !important;
float: left;
}
.newlogin_signup_wrapper .input-prepend{
width: 100%;
}
.newlogin_signup_wrapper .input-prepend .add-on, .input-append .add-on {
font-weight: bold;
width: 30%;
text-align: left;
}
.newlogin_signup_wrapper #new_call_to_action{
margin-left: 0% !important;
float: left;
font-weight: normal;
text-align: center;
width: 100%;
height: 40px;
}
.newlogin_signup_wrapper #introhome {
font-size: 19px !important;
}
.login_signup_wrapper #call_to_action{
margin-left: 80px;
}
#call_to_action_wrapper
{
width: 100%;
display: block;
overflow: hidden;
}
.login_signup_wrapper .clearfix
{
width:50%;
float: left;
}
.login_login_wrapper
{
width:50%;
float:left;
margin:10px 15px;
width:460px;
}
label.error {
margin-bottom: 0 !important;
padding: 0 !important;
font-weight: normal !important;
font-size: 11px !important;
width: 100%;
display: block;
overflow: hidden;
color: red;
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
font-size: 12px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
visibility: visible;
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
right: 5px;
bottom: 0;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-right-color: #000000;
border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-left-color: #000000;
border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.checkout_our_rates{
width: 360px;
margin: 12px 0px 0px 20px;
border-radius: 5px 5px 0px 0px;
border: 1px solid #B1BDBD;
border-bottom: none !important;
padding: 0px;
overflow: hidden;
background-color: #FAFAFA;
height: auto;
right: 5px;
position: absolute;
bottom: 90px;
}
#loading{
display: none;
}
.landing_rates{
width: 98%;
margin-left: 1%;
font-size: 14px;
font-weight: normal;
color: #3B545A;
margin-top: 10px;
}
@media (max-width: 767px) {
.landing_rates{
width: 98%;
margin-left: 1%;
}
.landing_rates section{
}
}
.landing_rates hr {
margin: 5px !important;
}
.landing_rates section{
clear: both;
width: 100%;
display: block;
overflow: hidden;
}
.landing_rates .span3{
width: 35% !important;
float: left;
text-align: left;
margin-left: 10px !important;
}
.landing_rates .span4{
width: 45% !important;
float: right;
text-align: right;
margin-left: 0px !important;
margin-right: 10px;
}
.col-md-3 {
width: 35%;
float: right;
}
.col-md-9 {
width: 64%;
float: left;
}
@media (max-width: 767px) {
.col-md-3 ,.col-md-9 {
width: 100% !important;
}
}
.send_money_form_wrapper{
width: 100%;
padding-bottom: 8%;
}
@media (max-width: 767px) {
/* CSS goes here */
.sendmoney_sidebar{
display: none;
}
}
.tos{
width: 50%;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.tos p,h1,h2 {
font-family: 'Roboto', Helvetica, sans-serif !important;
}
@media (max-width: 767px) {
.tos{
width: 98%;
}
}
.tos h2 {
font-size: 20px;
margin-top: 10px;
}
.ssl-badge{
margin-top: 5px;
}
.blocked_passport_details{
width: 100%;
margin-bottom: 10px !important;
display: block;
overflow: hidden;
}
.blocked_passport_details .clearfix{
width: 100%;
text-align: left;
float: left;
}
.blocked_passport_details label{
width: 20%;
text-align: left;
float: left;
}
.blocked_passport_details select {
width: 70px;
}
.add_passport_form{
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.passport_upload_form_wrapper abel.error {
width: 100% !important;
float: left;
}
.passport_upload_form .modal.fade.in {
top: 2% !important;
left:35%;
width:70%;
height:auto;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
float: left;
}
.col-xs-1 {
width: 8.333333333333332%;
}
.col-xs-2 {
width: 16.666666666666664%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.33333333333333%;
}
.col-xs-5 {
width: 41.66666666666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.333333333333336%;
}
.col-xs-8 {
width: 66.66666666666666%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.33333333333334%;
}
.col-xs-11 {
width: 91.66666666666666%;
}
.col-xs-12 {
width: 100%;
}
@media (min-width: 768px) {
.container {
max-width: 750px;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 {
float: left;
}
.col-sm-1 {
width: 8.333333333333332%;
}
.col-sm-2 {
width: 16.666666666666664%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.33333333333333%;
}
.col-sm-5 {
width: 41.66666666666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.333333333333336%;
}
.col-sm-8 {
width: 66.66666666666666%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.33333333333334%;
}
.col-sm-11 {
width: 91.66666666666666%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-push-1 {
left: 8.333333333333332%;
}
.col-sm-push-2 {
left: 16.666666666666664%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.33333333333333%;
}
.col-sm-push-5 {
left: 41.66666666666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.333333333333336%;
}
.col-sm-push-8 {
left: 66.66666666666666%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.33333333333334%;
}
.col-sm-push-11 {
left: 91.66666666666666%;
}
.col-sm-pull-1 {
right: 8.333333333333332%;
}
.col-sm-pull-2 {
right: 16.666666666666664%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.33333333333333%;
}
.col-sm-pull-5 {
right: 41.66666666666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.333333333333336%;
}
.col-sm-pull-8 {
right: 66.66666666666666%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.33333333333334%;
}
.col-sm-pull-11 {
right: 91.66666666666666%;
}
.col-sm-offset-1 {
margin-left: 8.333333333333332%;
}
.col-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.col-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.col-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.col-sm-offset-11 {
margin-left: 91.66666666666666%;
}
}
@media (min-width: 992px) {
.container {
max-width: 970px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
float: left;
}
.col-md-1 {
width: 8.333333333333332%;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333333333333%;
}
.col-md-5 {
width: 41.66666666666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.333333333333336%;
}
.col-md-8 {
width: 66.66666666666666%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-md-11 {
width: 91.66666666666666%;
}
.col-md-12 {
width: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.333333333333332%;
}
.col-md-push-2 {
left: 16.666666666666664%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.33333333333333%;
}
.col-md-push-5 {
left: 41.66666666666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.333333333333336%;
}
.col-md-push-8 {
left: 66.66666666666666%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.33333333333334%;
}
.col-md-push-11 {
left: 91.66666666666666%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.333333333333332%;
}
.col-md-pull-2 {
right: 16.666666666666664%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.33333333333333%;
}
.col-md-pull-5 {
right: 41.66666666666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.333333333333336%;
}
.col-md-pull-8 {
right: 66.66666666666666%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.33333333333334%;
}
.col-md-pull-11 {
right: 91.66666666666666%;
}
.col-md-offset-0 {
margin-left: 0;
}
.col-md-offset-1 {
margin-left: 8.333333333333332%;
}
.col-md-offset-2 {
margin-left: 16.666666666666664%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.33333333333333%;
}
.col-md-offset-5 {
margin-left: 41.66666666666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.333333333333336%;
}
.col-md-offset-8 {
margin-left: 66.66666666666666%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.33333333333334%;
}
.col-md-offset-11 {
margin-left: 91.66666666666666%;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11 {
float: left;
}
.col-lg-1 {
width: 8.333333333333332%;
}
.col-lg-2 {
width: 16.666666666666664%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.33333333333333%;
}
.col-lg-5 {
width: 41.66666666666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.333333333333336%;
}
.col-lg-8 {
width: 66.66666666666666%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.33333333333334%;
}
.col-lg-11 {
width: 91.66666666666666%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.333333333333332%;
}
.col-lg-push-2 {
left: 16.666666666666664%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.33333333333333%;
}
.col-lg-push-5 {
left: 41.66666666666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.333333333333336%;
}
.col-lg-push-8 {
left: 66.66666666666666%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.33333333333334%;
}
.col-lg-push-11 {
left: 91.66666666666666%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.333333333333332%;
}
.col-lg-pull-2 {
right: 16.666666666666664%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.33333333333333%;
}
.col-lg-pull-5 {
right: 41.66666666666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.333333333333336%;
}
.col-lg-pull-8 {
right: 66.66666666666666%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.33333333333334%;
}
.col-lg-pull-11 {
right: 91.66666666666666%;
}
.col-lg-offset-0 {
margin-left: 0;
}
.col-lg-offset-1 {
margin-left: 8.333333333333332%;
}
.col-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.col-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.col-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.col-lg-offset-11 {
margin-left: 91.66666666666666%;
}
}
.home_container{
width: 100% !important;
padding-bottom: 2%;
}
#sending_add_to_phonebook input[type="checkbox"] {
padding: 10px !important;
margin: 10px;
}
#sending_add_to_phonebook{
display:none;
float:left;
width:100%;
overflow:hidden;
margin-top:5px;
margin-bottom:20px;
}
#sending_add_to_phonebook a{
background-color: #d9edf7 !important;
border-color: #bce8f1 !important;
color: #000;
}
.support_num{
color: #fff;
font-size: 12px;
}
.jumio {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
padding-left:5px;
padding-right:5px;
margin-left: 1px;
margin-right: 1px;
margin-top: 60px;
height: 0;
/*overflow: auto;*/
overflow: hidden;
-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY
border: solid black 1px;
}
.jumio iframe, object, embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.jumio img {
display: block;
margin-left: auto;
margin-right: auto;
}
#id_message p {
font-size: 17px;
padding:10px;
margin: 10px;
text-align: center;
}
#jumio_load {
display: inline-block;
height: 100%;
vertical-align: middle;
/*position:absolute;*/
width:100%;
height:100%;
}
/*
.model {
left:35%;
width:70%;
}
*/ | static/css/remit.css | body {
font-family: helvetica, arial, verdana, sans-serif;
background-color: #EDF3FE;
margin: 0 auto;
}
.stripe-button-inner
{
margin-top: 20px;
}
#secure_area_wrapper{
display: block;
overflow: hidden;
}
.todays-rate {
width:100%;
display: block;
text-align: center;
margin-right: -20px;
margin-right: -2rem;
height: 38px;
height: 3.8rem;
line-height: 35px;
line-height: 3.5rem;
width: 100%;
background-color: #1A90BC;
box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
border-radius: .3rem;
border: 1px solid #1A90BC;
}
.todays-rate .title {
font-weight: 400;
}
.todays-rate .rate {
border: 1px solid #cccccc;
float: right;
color: #99C42A;
color: #52B355;
text-shadow: 0 1px 1px rgba(0, 0, 0, .05);
background-color: whiteSmoke;
border-top-right-radius: 2px;
border-top-right-radius: .2rem;
border-bottom-right-radius: 2px;
border-bottom-right-radius: .2rem;
width:98%;
margin-right: 2px;
}
#mobile_reason
{
width:99%;
padding: 0 !important;
height: 50px;
}
#secure_area_wrapper label
{
margin-right: 15px;
}
#secure_area_wrapper label.error {
width:auto !important;
float: left;
}
#secure_area_message
{
margin: 5px;
}
#your_charge
{
width: 280px;
padding: 8px;
display:none;
}
#your_charge span
{
font-weight: bold;
margin-bottom: 5px;
width: 100%;
display: block;
overflow: hidden;
height:20px;
}
#bannernotice
{
font-weight: bold;
line-height: 42px;
margin-top: 10px;
margin-bottom: 10px;
text-shadow: 0 1px #CCC;
color: #2E4457;
font-size: 25px;
padding: 10px !important;
}
#header
{
width:100%;
position: relative;
height: auto;
display:block;
overflow:hidden;
background-color: #000;
}
#header_out_new
{
display:block;
overflow:hidden;
width:100%;
background: whiteSmoke;
min-height: inherit;
position: relative;
z-index: 5;
border-bottom: 1px solid #E5E5E5;
margin-bottom: 5px;
}
#header_out
{
position: fixed;
right: 0;
left: 0;
z-index: 1030;
margin-bottom: 0;
padding-left: 20px;
padding-right: 20px;
background-color: #fafafa;
background-image: -moz-linear-gradient(top, #f6f6f6, #ffffff);
background-image: -ms-linear-gradient(top, #f6f6f6, #ffffff);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#ffffff));
background-image: -webkit-linear-gradient(top, #f6f6f6, #ffffff);
background-image: -o-linear-gradient(top, #f6f6f6, #ffffff);
background-image: linear-gradient(top, #f6f6f6, #ffffff);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
}
#header_out .logo a
{
float: left;
display: block;
padding: 8px 20px 12px;
margin-left: -20px;
color: #ffffff;
font-size:25px;
font-weight:bold;
line-height: 1;
}
#home_header
{
background-color: #222;
background-color: #222;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#333), to(#222));
background-image: -moz-linear-gradient(top, #333, #222);
background-image: -ms-linear-gradient(top, #333, #222);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #222));
background-image: -webkit-linear-gradient(top, #333, #222);
background-image: -o-linear-gradient(top, #333, #222);
background-image: linear-gradient(top, #333, #222);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
#home_header img
{
padding:5px;
height:40px;
}
.inner_logo
{
padding:20px;
height:55px;
}
.header_out_links
{
display:block;
overflow:hidden;
width:auto;
float:right;
font-size:15px;
}
.header_out_links a
{
text-align: right;
padding-top:16px;
color: #fff;
}
.header_out_links nav
{
text-align: right;
float: right:!important;
right:0;
}
.header_out_links a:hover{
background-color: #333;
background-color: rgba(255, 255, 255, 0.05);
text-decoration: underline;
}
.home_content_wrapper
{
margin-top:20px;
padding:0 10px 0 10px;
}
#home_container
{
padding:0;
z-index:1;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
-webkit-box-shadow: 2px 5px 8px #e0dbdb;
-moz-box-shadow: 2px 5px 8px #e0dbdb;
box-shadow:2px 5px 8px #e0dbdb;
background-color:#FFFFFF;
padding-bottom:10px;
min-height:400px;
margin-bottom:10px;
width: 980px;
}
#loading
{
display:none;
padding-left:20px;
padding-right:20px;
padding-top:10px;
padding-bottom:10px;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
margin-top: 160px;
margin-left: 35%;
position: absolute;
z-index: 9000;
background: #7F7F7F;
-moz-border-radius: 6px 6px 6px 6px;
border-bottom-left-radius: 6px 6px;
border-bottom-right-radius: 6px 6px;
border-top-left-radius: 6px 6px;
border-top-right-radius: 6px 6px;
-webkit-border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
}
.logo a:hover
{
}
#topbarnav_tabs
{
font-size:15px;
font-weight:bold;
}
#topbarnav_tabs li a
{
background-color: #FEFBF3;
}
#homewrapper
{
width:940px;
display: block;
overflow:hidden;
margin:auto 0px;
}
#introhome span {
cursor: pointer;
color: #3B5998;
}
.phonenumber
{
display: inline-block;
float: none;
width: 155px;
margin-left: 0;
}
.home_content_img
{
float:left;
width:25%;
display:block;
overflow:hidden;
}
.home_content_form
{
width:50%;
display:block;
overflow:hidden;
float:left;
}
.home_content_features
{
float:left;
width:50%;
display:block;
overflow:hidden;
}
.home_content_form label
{
float:left;
width:auto;
}
.error
{
color: #B94A48 !important;
border-color: #EE5F5B !important;
}
.home_content_features ul li
{
font-size:14px;
line-height:28px;
font-weight:bold;
margin-bottom:5px;
}
#call_to_action
{
float:left;
font-weight:normal;
text-align:center;
width:250px;
height:40px;
}
#call_to_action_primary
{
margin-top:60px;
margin-left:15px;
padding-top:10px;
padding-bottom:10px;
float:left;
font-size:17px;
font-weight:bold;
text-align:center;
width:95%;
}
#home_sidebar_form
{
padding:23px 10px 10px 30px;
}
.phone
{
background: url(../images/sms.png) no-repeat;
height: 485px;
margin-left: 10px;
width: 211px;
}
.screen
{
font-size:14px;
width: 137px;
height: 169px;
margin-left: 38px;
padding-top: 79px;
display:block;
overflow:hidden;
}
.screen div
{
margin-top:10px;
width: 100%;
height: 100%;
}
.screens
{
height: 169px;
font-weight:bold;
text-align:center;
}
.hero-unit {
background-color: whiteSmoke;
margin-bottom: 10px;
padding: 20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.nav_tabs
{
display:block;
list-style:none;
float: left;
position: relative;
left: 0;
margin:0;
border:1px solid #cccccc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.nav_tabs > li {
z-index:10;
border-left:1px solid #cccccc;
display: block;
float: left;
position: relative;
background-color: #EDF3FE;
}
.nav_tabs > li.selected {
position: relative;
margin-bottom: -1px;
background: white !important;
border-bottom: 1px solid #fff;
}
.nav_tabs > li > a {
font-size:15px;
height:100%;
padding: 0 10px;
margin-right: 2px;
line-height: 24px;
}
.home_container_content
{
width:65%;
margin-right:1%;
float:left;
display:block;
}
.home_container_sidebar
{
width:32%;
float:left;
display:block;
}
.home_container_sidebar .alert-message
{
border: 1px solid #CCC;
border-top-right-radius: 2px;
border-top-right-radius: .2rem;
border-bottom-right-radius: 2px;
border-bottom-right-radius: .2rem;
}
.home_container_sidebar h3
{
font-size: 12px;
line-height: 16px;
}
#introhome_container{
margin-top:10px;
border-bottom:1px solid #cccccc;
}
#introhome_container h2{
font-size: 20px;
line-height: 10px;
}
#sms_messenger
{
width:100%;
display:block;
overflow:hidden;
}
#sms_messenger textarea {
width: 75%;
float:right;
}
#sms_messenger label {
width: 20%;
font-size: 14px;
text-align:left;
}
#sms_messenger .clearfix
{
margin-bottom:30px;
}
.form_section
{
width:100%;
}
.form_section label
{
margin-bottom:5px;
font-size:15px;
font-weight:normal;
}
.table_detail
{
width:80%;
}
#num_ads_perday
{
width:100%;
margin-bottom:40px;
}
#num_ads_perday label
{
width:auto;
font-size:14px;
margin-right:30px;
margin-left:10px;
}
#ad_type_preferences
{
font-size:15px;
width:100%;
margin-left:10px;
}
#ad_types
{
width:100%;
display:block;
overflow:hidden;
margin-bottom:30px;
}
#ad_types li
{
width:25% !important;
float:left;
}
#login_section
{
display:block;
overflow:hidden;
margin-right:10px;
}
#login_section form
{
margin-bottom:0;
}
#login_section a
{
color:#ffffff;
}
#login_section label {
padding-top: 2px;
font-size: 11px;
line-height: 18px;
width: 160px;
text-align: left;
}
#login_section input{
color:#000000;
}
#profile_settings
{
font-size:15px;
width:100%;
margin-left:10px;
}
#profile_settings .clearfix
{
font-size:15px;
width:100%;
margin-bottom:10px;
}
#profile_settings label
{
margin-right:10px;
}
#profile_settings label.error {
width:100% !important;
text-align: left !important;
clear: both;
display: block;
}
#footer
{
margin-left: auto;
margin-right: auto;
text-align:center;
padding:10px 0 10px 0;
text-align:center;
}
#footer a
{
text-decoration:none;
margin-right:30px;
font-weight:normal;
}
.crop_image_up {
cursor:pointer;
background-image: url("../images/all_services_up.png");
border: none;
display: block;
height: 90px;
margin: 0;
padding: 0;
width: 162px;
border-image: initial;
}
#network_invite
{
width:100%;
display:block;
overflow:hidden;
}
#network_invite .link_holder
{
background-color:#f4f3ef;
width:96%;
padding:4%;
display:block;
overflow:hidden;
}
#network_invite .action_box
{
background-color:#f4f3ef;
width:98%;
padding:1%;
display:block;
overflow:hidden;
}
#network_invite .action_box label
{
margin-right:20px;
}
#network_invite .clearfix
{
margin-bottom:20px;
}
#network_invite a
{
float:left;
}
#send_invites_form
{
width:100%;
display:block;
overflow:hidden;
}
#send_invites_form .inputs-list
{
width:100% !important;
float:left !important;
}
#send_invites_form .inputs-list li
{
width:50% !important;
float:left !important;
}
#extra_default_intrests li
{
margin-top: 10px;
}
.oWidget {
width: 100%;
margin-bottom: 10px;
overflow-x: hidden;
border: 1px solid #B9BCC3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.warning_widget
{
background-color: #FDDFDE !important;
border-color: #BBB193 !important;
}
.warning_widget > header {
background-color: #FDF5D9 !important;
border-color: #BBB193 !important;
padding: 10px;
}
.warning_widget > footer {
background-color: #FDF5D9 !important;
border-top: 1px solid #BBB193 !important;
}
.success_widget
{
background-color: #E8EFF1 !important;
border-color: #BFE7BF !important;
}
.success_widget > header {
background-color: #D1EED1 !important;
border-color: #BFE7BF !important;
padding: 10px;
}
.success_widget > footer {
background-color: #D1EED1 !important;
border-top: 1px solid #BFE7BF !important;
}
.oTip {
padding: 5px 5px 5px 35px;
position: relative;
}
.oTip::before {
position: absolute;
content: "";
left: 5px;
top: 5px;
}
.oTipIcon, .oTip::before {
width: 18px;
height: 26px;
}
.oIcon, .oErrorIcon, .oMsgError::before, .oSuccessIcon, .oMsgSuccess::before, .oInfoIcon, .oMsgInfo::before, .oWarningIcon, .oMsgWarning::before, .oMsgLegacyWarning::before, .oCloseIcon, .oRepostIcon, .oEditIcon, .oPrivacyIcon, .oAttachmentIcon, .oTipIcon, .oTip::before, .oRssIcon, .oAddIcon, .oBulbIcon, .oSavedIcon, .oBrowseIcon, .oManageHomeIcon, .oManageHomeHiredIcon, .oManageHomeClosedIcon, .oManageHomeSavedIcon, .oManageHomeMessagedIcon, .oBrowseContractorsIcon, .oDownloadIcon, .oVideoIcon, .oTimelogsIcon, .oTimelogsLink::before, .oArchiveIcon, .oArchiveLink::before {
width: 16px;
height: 16px;
vertical-align: middle;
display: inline-block;
margin-right: 5px;
}
.smf-tip, .oTipIcon, .oTip::before {
background-position: 0 -36px;
}
.smf-sprite, .smf-add, .oAddIcon, .smf-attach, .oAttachmentIcon, .smf-clearSearch, .oClearSearchIcon, .oClearSearch, .smf-close, .oCloseIcon, .smf-edit, .oEditIcon, .smf-error, .oErrorIcon, .oMsgError::before, .smf-info, .oInfoIcon, .oMsgInfo::before, .smf-privacy, .oPrivacyIcon, .smf-repost, .oRepostIcon, .smf-rss, .oRssIcon, .smf-search, .oSearchIcon, [type="search"], .smf-success, .oSuccessIcon, .oMsgSuccess::before, .smf-thumbs-down, .oThumbsDownIcon, .smf-thumbs-up, .oThumbsUpIcon, .smf-tip, .oTipIcon, .oTip::before, .smf-warning, .oWarningIcon, .oMsgWarning::before, .oMsgLegacyWarning::before {
background: url("../images/sprite.png") no-repeat;
}
.oWidget > .oBd {
padding: 10px;
}
.passport_image_upload{
margin-left: 5px;
height: 30px;
}
.oWidget span {
padding: 10px;
line-height: 30px;
}
.oWidget > footer {
background-color: #F8F8F8;
}
.oFilterCollapse, .oWidget > footer {
border-top: 1px solid #D2D6DE;
padding: 10px;
margin-top: 1px !important;
}
.oWidget > header {
background-color: #F8F8F8;
border-bottom: 1px solid #D2D6DE;
padding: 10px;
}
.oH3, .oH2Low, h3 {
color: #444;
margin-bottom: 6px;
font-size: 14px;
line-height: 20px !important;
}
.transaction_notice
{
width:97%;
margin: 1%;
}
#noscript-warning {
background-color: #F83737;
padding: 20px;
text-align: center;
font-size: 15px;
color: #ffffff;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
label.error{
width: 100%;
float: left;
}
.last_signup_step_wrapper{
width: 790px !important;
left: 40% !important;
}
.last_signup_step_wrapper .modal-footer{
display: block;
overflow: hidden;
}
.last_signup_step_wrapper .input-prepend .add-on, .input-append .add-on {
width: 120px;
text-align: left;
font-weight: bold;
}
.last_signup_step_wrapper .date_picker{
}
.last_signup_step_wrapper .clearfix {
width: 50% !important;
float: left;
}
.last_signup_step_wrapper label.error {
width: 100%;
float: left;
}
#admin-user-searchbar{
height: 50px;
float: right;
}
#admin-user-searchbar .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
#profile_settings .input-prepend .add-on, .input-append .add-on {
width: 135px;
text-align: left;
}
.updateprofile_form .input-prepend .add-on, .input-append .add-on {
font-weight: bold;
width: 75px;
text-align: left;
}
.updateprofile_form .clearfix{
width: 48%;
float: left;
margin-left: 1%;
display: block;
overflow: hidden;
}
.updateaccount_wrapper{
width: 80%;
}
.updateaccount_wrapper section{
width: 100%;
display: block;
overflow: hidden;
}
.updateaccount_wrapper .actions{
width: 70%;
display: block;
overflow: hidden;
float: left;
}
.errorlist{
width: 95%;
padding: 1%;
margin: 1px;
color: red;
}
.errorlist li{
text-decoration: none;
list-style: none;
color: red;
}
.header{
background-color: #222;
}
.mobile_header{
display: none;
}
body {
padding-top: 50px;
}
.highlighted_link , .highlighted_link:hover {
background: #e4ecec !important;
color: #333 !important;
text-decoration: none !important;
pointer-events: none;
cursor: default;
}
.teddy_navbar{
background: #d5dad4;
position: fixed;
right: 0;
left: 0;
z-index: 1030;
margin-bottom: 0;
top:40px;
padding: 10px 50px 10px 110px;
-webkit-box-shadow: 0px 1px 1px #cccccc;
-moz-box-shadow: 0px 1px 1px #cccccc;
box-shadow: 0px 1px 1px #cccccc;
}
.teddy_title{
font-family: "alternate-gothic-no-1-d",sans-serif;
font-style: normal;
font-weight: 400;
color: #000;
font-size: 55px;
}
.social-icons a{
padding: 5px 5px 5px !important;
}
.buttons{
list-style: none;
}
.buttons>li {
float: left;
text-decoration: none;
margin-left:5px;
}
.buttons.btn{
}
.web_header{
width: 100%;
display: block;
overflow: hidden;
height: 50px;
}
@media (max-width: 992px) {
.web_header{
display: none;
}
.mobile_header{
display: block;
}
body {
padding-top: 56px;
}
}
@media (max-width: 767px) {
.background_image {
width: auto !important;
height: 100% !important;
}
}
@media (max-width: 767px) {
.landing_inner_wrapper{
width:90% !important;
min-height: auto !important;
}
}
.background_image{
width: 100%;
background-repeat:no-repeat;
background-size:100% auto;
padding: 0px;
}
.home_content_wrapper {
width: 100%;
}
.home_content_wrapper {
width: 100%;
}
@media (max-width: 767px) {
.landing_inner_wrapper{
width:90% !important;
}
}
.landing_inner_wrapper{
width: 80%;
background: 0 none;
z-index: 2;
min-height: 480px;
}
#home_container {
width: 100% !important;
display: block;
overflow: hidden;
border: 0 none !important;
margin: 0 auto !important;
}
.remit_tagline_wrapper{
width: 50%;
float:left;
text-align: center !important;
margin-top: 10px;
margin-left: 5%;
}
.remit_tagline{
text-align: left !important;
color: #ffffff !important;
font-size: 24px;
line-height: 38px;
margin: 0;
font-weight: bold;
text-align: center;
}
#home_header{
padding-top: 5px;
padding-bottom: 5px;
}
#ht-secure {
float: left;
width: 260px;
margin-top: 20px;
padding-left: 45px;
min-height: 47px;
background: url(../images/shield.png) 0 -2px no-repeat;
}
#ht-secure .row {
display: block;
font-size: 22px;
font-family: Georgia,"Times New Roman",Times,serif;
margin-left: 0 !important;
}
#ht-secure .disclosure {
display: block;
font-size: 12px;
}
.logo a
{
float: left;
display: block;
padding: 8px 20px 12px;
margin-left: -20px;
color: white !important;
font-size:25px;
font-weight: 200;
line-height: 1;
}
.error_msg
{
width:auto;
display:block;
overflow:hidden;
}
.home_content_wrapper
{
margin-top:0 !important;
padding:0 !important;
}
.send_now
{
margin-left: 30%;
}
.send_now h2 {
margin-top: 10px;
margin-bottom: 40px;
}
.cards {
background: url(../images/types.png) 0 0 no-repeat;
height: 18px;
float: left;
right: 0px;
top: 52px;
}
div.cards div.visa {
width: 39px;
background-position: -1px 0;
}
div.cards div.mastercard {
width: 30px;
background-position: -49px 0;
margin-left: 9px;
}
div.cards div.amex {
width: 52px;
background-position: -88px 0;
margin-left: 9px;
}
div.cards div.jcb {
width: 16px;
background-position: -240px 0;
margin-left: 10px;
}
div.cards div.discover {
width: 77px;
background-position: -153px 0;
margin-left: 13px;
}
.home_content {
margin-top: 0px !important;
}
.home_content_form
{
width:90% !important;
margin: 3%;
}
#start_btn
{
text-align:left;
margin-bottom:10px;
width:100%;
display: block;
overflow: hidden;
}
#start_btn a
{
margin-left:5px;
}
.home_login_form input
{
width: 305px !important;
}
.home_content_header
{
width:100%;
display:block;
overflow:hidden;
margin-bottom:0px;
}
#call_to_action {
float: left;
font-weight: normal;
text-align: center;
width: 343px !important;
}
.rate_calculator_wrapper .tease-block {
text-align: center;
font-size: 13px;
}
.rate_calculator_wrapper
{
float:left;
margin-bottom: 40px;
width: 40%;
}
.rate_calculator
{
width: 90%;
margin-top:20px;
right: 0;
border-radius: 5px 5px 5px 5px;
border: 1px solid #B1BDBD;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
padding: 0px;
overflow: hidden;
background-color: #FAFAFA;
height:auto;
margin-right: auto ;
margin-left: auto;
}
@media (max-width: 767px) {
.rate_calculator_wrapper{
width:100% !important;
margin-left: 0 !important;
}
.rate_calculator
{
width:100%;
}
}
.howtoimg{
height: 250px;
}
@media (max-width: 767px) {
.howtoimg{
height: auto;
}
}
.rate_calculator_head {
background-color: #E9EDF0;
border-bottom: 1px solid #DCE5E6;
color: #3B545A;
padding: 15px 0 10px 0;
text-align: center;
}
.rate_calculator_head .heading {
font-weight: bold;
font-size: 19px;
}
.rate_calculator_body
{
background-color: #FAFAFA;
border-top: 1px solid white;
border-bottom: 1px solid #DCE5E6;
padding: 10px 0 20px 0;
text-align: center;
color: #7C8D8F;
font-weight: 700;
}
.rate_calculator_body .clearfix
{
margin-bottom: 0px;
}
.rate_calculator_body .clearfix label
{
}
.rate_calculator_body .input
{
margin-top: 10px;
margin-left: 0px !important;
}
.currency_input, .currency_select
{
width:50%;
float:left;
}
.currency_input input
{
width: 75%;
border: 1px solid #C7CFDE;
background-color: white;
padding: 0 12px;
text-align: right;
display: block;
float: right;
margin-right: 5px;
}
.rate_calculator_body input
{
font-weight: 500;
font-size: 16px;
color: #172A33;
height: 25px;
}
.rate_calculator_body select
{
height: 27px;
font-weight: 500;
font-size: 15px;
color: #172A33;
}
.currency_select select
{
width: 90%;
border: 1px solid #C7CFDE;
text-align: right;
display: block;
float: left;
}
.phone_input, .phone_select
{
width:50%;
float:left;
}
.phone_input input
{
width: 77%;
border: 1px solid #C7CFDE;
background-color: white;
padding: 0 12px;
display: block;
float: left;
}
.phone_select select
{
margin-right: 5px;
width: 90%;
border: 1px solid #C7CFDE;
text-align: right;
color: #172A33;
display: block;
float: right;
}
@media (max-width: 767px) {
.phone_select select
{
width: 85% ;
}
.phone_input input {
width:76% !important;
}
}
#introhome {
font-weight: bold;
line-height: 32px;
margin-bottom: 10px;
text-shadow: 0 1px #CCC;
color: #2E4457;
font-size: 23px;
}
.rate_calculator_footer
{
display: block;
overflow: hidden;
padding: 10px 0 7px 0;
color: #667B80;
background-color: #FAFAFA;
text-align: center;
border-top: 1px solid white;
font-weight: 600;
font-size: 15px;
}
.godaddy-seal{
width: 100%;
display: block;
overflow: hidden;
margin: 0 auto;
}
.godaddy-seal img{
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 15px;
}
.rate_calculator_footer span
{
}
.remit_how_to
{
margin-top: 30px;
overflow: hidden;
background: #F9FAFA;
background: -moz-linear-gradient(white 50%, #E4ECEC);
background: -webkit-gradient(linear, 0 50%, 0 100%, from(white), to(#E4ECEC));
color: #172A33;
font-weight: 500;
margin-bottom: 20px;
}
.remit_quote , .how_remit_works
{
border-top: 1px solid #DFDFDF;
font-size: 16px;
color: #25566F;
margin-bottom: 0px;
}
.how_remit_works h4 {
padding-bottom: 30px;
padding-top: 15px;
font-size: 18px;
font-weight: 600;
text-align: center;
color: #91A4A6;
}
.how_remit_works .slides li {
list-style: none;
font-size: 13px;
color: #25566F;
float: left;
margin: 0 1.5%;
text-align: center;
width: 30%;
float: left;
}
.image_slides h3 {
font-weight: 600;
line-height: 22px;
font-size: 24px;
color: #709D00;
margin: 10px 0px;
}
.quote
{
font-size: 30px;
line-height: 38px;
margin: 0;
color: #25566F;
font-weight: 700;
min-height: 94px;
text-align: center;
padding-top: 10px;
}
.blocks
{
padding-bottom: 10px;
width: 100%;
display: block;
overflow: hidden;
}
.make_payment_button
{
background-color: #FAFAFA;
padding: 10px 0 10px 0;
text-align: center;
border-top: 1px solid white;
border-bottom: 1px solid #DCE5E6;
}
#rate_call_to_action
{
float: left;
text-align: center;
width: 90%;
margin-left: 4%;
height: 40px;
color: #ffffff;
}
.recover_password_wrapper
{
margin: 40px 15px;
width:50%;
float:left;
padding: 20px;
margin-bottom: 30px;
background-color: #eee;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #B1BDBD;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
}
.recover_password_wrapper .add-on{
width: 110px;
}
.recover_password_wrapper .span4{
}
@media (max-width: 767px) {
.recover_password_wrapper
{
width:95%;
margin: 0;
margin-top: 5px;
}
#recover_email{
width: 90% !important;
}
}
.login_signup_wrapper
{
margin: 40px 15px;
width:60%;
float:left;
padding: 20px;
margin-bottom: 30px;
background-color: #eee;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #B1BDBD;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
}
@media (max-width: 767px) {
.newlogin_signup_wrapper{
width:90% !important;
margin-left: 0 !important;
}
}
.newlogin_signup_wrapper{
width:40%;
}
.newlogin_signup_wrapper input.span4 {
width: 65% !important;
margin-left: 0;
}
.newlogin_signup_wrapper .clearfix {
width: 100% !important;
float: left;
}
.newlogin_signup_wrapper .input-prepend{
width: 100%;
}
.newlogin_signup_wrapper .input-prepend .add-on, .input-append .add-on {
font-weight: bold;
width: 30%;
text-align: left;
}
.newlogin_signup_wrapper #new_call_to_action{
margin-left: 0% !important;
float: left;
font-weight: normal;
text-align: center;
width: 100%;
height: 40px;
}
.newlogin_signup_wrapper #introhome {
font-size: 19px !important;
}
.login_signup_wrapper #call_to_action{
margin-left: 80px;
}
#call_to_action_wrapper
{
width: 100%;
display: block;
overflow: hidden;
}
.login_signup_wrapper .clearfix
{
width:50%;
float: left;
}
.login_login_wrapper
{
width:50%;
float:left;
margin:10px 15px;
width:460px;
}
label.error {
margin-bottom: 0 !important;
padding: 0 !important;
font-weight: normal !important;
font-size: 11px !important;
width: 100%;
display: block;
overflow: hidden;
color: red;
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
font-size: 12px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
visibility: visible;
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
right: 5px;
bottom: 0;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-right-color: #000000;
border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-left-color: #000000;
border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.checkout_our_rates{
width: 360px;
margin: 12px 0px 0px 20px;
border-radius: 5px 5px 0px 0px;
border: 1px solid #B1BDBD;
border-bottom: none !important;
padding: 0px;
overflow: hidden;
background-color: #FAFAFA;
height: auto;
right: 5px;
position: absolute;
bottom: 90px;
}
#loading{
display: none;
}
.landing_rates{
width: 98%;
margin-left: 1%;
font-size: 14px;
font-weight: normal;
color: #3B545A;
margin-top: 10px;
}
@media (max-width: 767px) {
.landing_rates{
width: 98%;
margin-left: 1%;
}
.landing_rates section{
}
}
.landing_rates hr {
margin: 5px !important;
}
.landing_rates section{
clear: both;
width: 100%;
display: block;
overflow: hidden;
}
.landing_rates .span3{
width: 35% !important;
float: left;
text-align: left;
margin-left: 10px !important;
}
.landing_rates .span4{
width: 45% !important;
float: right;
text-align: right;
margin-left: 0px !important;
margin-right: 10px;
}
.col-md-3 {
width: 35%;
float: right;
}
.col-md-9 {
width: 64%;
float: left;
}
@media (max-width: 767px) {
.col-md-3 ,.col-md-9 {
width: 100% !important;
}
}
.send_money_form_wrapper{
width: 100%;
padding-bottom: 8%;
}
@media (max-width: 767px) {
/* CSS goes here */
.sendmoney_sidebar{
display: none;
}
}
.tos{
width: 50%;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.tos p,h1,h2 {
font-family: 'Roboto', Helvetica, sans-serif !important;
}
@media (max-width: 767px) {
.tos{
width: 98%;
}
}
.tos h2 {
font-size: 20px;
margin-top: 10px;
}
.ssl-badge{
margin-top: 5px;
}
.blocked_passport_details{
width: 100%;
margin-bottom: 10px !important;
display: block;
overflow: hidden;
}
.blocked_passport_details .clearfix{
width: 100%;
text-align: left;
float: left;
}
.blocked_passport_details label{
width: 20%;
text-align: left;
float: left;
}
.blocked_passport_details select {
width: 70px;
}
.add_passport_form{
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.passport_upload_form_wrapper abel.error {
width: 100% !important;
float: left;
}
.passport_upload_form .modal.fade.in {
top: 2% !important;
left:35%;
width:70%;
height:auto;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
float: left;
}
.col-xs-1 {
width: 8.333333333333332%;
}
.col-xs-2 {
width: 16.666666666666664%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.33333333333333%;
}
.col-xs-5 {
width: 41.66666666666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.333333333333336%;
}
.col-xs-8 {
width: 66.66666666666666%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.33333333333334%;
}
.col-xs-11 {
width: 91.66666666666666%;
}
.col-xs-12 {
width: 100%;
}
@media (min-width: 768px) {
.container {
max-width: 750px;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 {
float: left;
}
.col-sm-1 {
width: 8.333333333333332%;
}
.col-sm-2 {
width: 16.666666666666664%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.33333333333333%;
}
.col-sm-5 {
width: 41.66666666666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.333333333333336%;
}
.col-sm-8 {
width: 66.66666666666666%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.33333333333334%;
}
.col-sm-11 {
width: 91.66666666666666%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-push-1 {
left: 8.333333333333332%;
}
.col-sm-push-2 {
left: 16.666666666666664%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.33333333333333%;
}
.col-sm-push-5 {
left: 41.66666666666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.333333333333336%;
}
.col-sm-push-8 {
left: 66.66666666666666%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.33333333333334%;
}
.col-sm-push-11 {
left: 91.66666666666666%;
}
.col-sm-pull-1 {
right: 8.333333333333332%;
}
.col-sm-pull-2 {
right: 16.666666666666664%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.33333333333333%;
}
.col-sm-pull-5 {
right: 41.66666666666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.333333333333336%;
}
.col-sm-pull-8 {
right: 66.66666666666666%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.33333333333334%;
}
.col-sm-pull-11 {
right: 91.66666666666666%;
}
.col-sm-offset-1 {
margin-left: 8.333333333333332%;
}
.col-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.col-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.col-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.col-sm-offset-11 {
margin-left: 91.66666666666666%;
}
}
@media (min-width: 992px) {
.container {
max-width: 970px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
float: left;
}
.col-md-1 {
width: 8.333333333333332%;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333333333333%;
}
.col-md-5 {
width: 41.66666666666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.333333333333336%;
}
.col-md-8 {
width: 66.66666666666666%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-md-11 {
width: 91.66666666666666%;
}
.col-md-12 {
width: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.333333333333332%;
}
.col-md-push-2 {
left: 16.666666666666664%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.33333333333333%;
}
.col-md-push-5 {
left: 41.66666666666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.333333333333336%;
}
.col-md-push-8 {
left: 66.66666666666666%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.33333333333334%;
}
.col-md-push-11 {
left: 91.66666666666666%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.333333333333332%;
}
.col-md-pull-2 {
right: 16.666666666666664%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.33333333333333%;
}
.col-md-pull-5 {
right: 41.66666666666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.333333333333336%;
}
.col-md-pull-8 {
right: 66.66666666666666%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.33333333333334%;
}
.col-md-pull-11 {
right: 91.66666666666666%;
}
.col-md-offset-0 {
margin-left: 0;
}
.col-md-offset-1 {
margin-left: 8.333333333333332%;
}
.col-md-offset-2 {
margin-left: 16.666666666666664%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.33333333333333%;
}
.col-md-offset-5 {
margin-left: 41.66666666666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.333333333333336%;
}
.col-md-offset-8 {
margin-left: 66.66666666666666%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.33333333333334%;
}
.col-md-offset-11 {
margin-left: 91.66666666666666%;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11 {
float: left;
}
.col-lg-1 {
width: 8.333333333333332%;
}
.col-lg-2 {
width: 16.666666666666664%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.33333333333333%;
}
.col-lg-5 {
width: 41.66666666666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.333333333333336%;
}
.col-lg-8 {
width: 66.66666666666666%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.33333333333334%;
}
.col-lg-11 {
width: 91.66666666666666%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.333333333333332%;
}
.col-lg-push-2 {
left: 16.666666666666664%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.33333333333333%;
}
.col-lg-push-5 {
left: 41.66666666666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.333333333333336%;
}
.col-lg-push-8 {
left: 66.66666666666666%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.33333333333334%;
}
.col-lg-push-11 {
left: 91.66666666666666%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.333333333333332%;
}
.col-lg-pull-2 {
right: 16.666666666666664%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.33333333333333%;
}
.col-lg-pull-5 {
right: 41.66666666666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.333333333333336%;
}
.col-lg-pull-8 {
right: 66.66666666666666%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.33333333333334%;
}
.col-lg-pull-11 {
right: 91.66666666666666%;
}
.col-lg-offset-0 {
margin-left: 0;
}
.col-lg-offset-1 {
margin-left: 8.333333333333332%;
}
.col-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.col-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.col-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.col-lg-offset-11 {
margin-left: 91.66666666666666%;
}
}
.home_container{
width: 100% !important;
padding-bottom: 2%;
}
#sending_add_to_phonebook input[type="checkbox"] {
padding: 10px !important;
margin: 10px;
}
#sending_add_to_phonebook{
display:none;
float:left;
width:100%;
overflow:hidden;
margin-top:5px;
margin-bottom:20px;
}
#sending_add_to_phonebook a{
background-color: #d9edf7 !important;
border-color: #bce8f1 !important;
color: #000;
}
.support_num{
color: #fff;
font-size: 12px;
}
.jumio {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
padding-left:5px;
padding-right:5px;
margin-left: 1px;
margin-right: 1px;
margin-top: 60px;
height: 0;
/*overflow: auto;*/
overflow: hidden;
-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY
border: solid black 1px;
}
.jumio iframe, object, embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.jumio img {
display: block;
margin-left: auto;
margin-right: auto;
}
#id_message p {
font-size: 17px;
padding:10px;
margin: 10px;
text-align: center;
}
#jumio_load {
display: inline-block;
height: 100%;
vertical-align: middle;
/*position:absolute;*/
width:100%;
height:100%;
}
/*
.model {
left:35%;
width:70%;
}
*/ | 0.25128 | 0.099034 |