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
|
---|---|---|---|---|
.gm-btn,
a.gm-btn,
button.gm-btn {
display: inline-block;
line-height: normal;
white-space: nowrap;
vertical-align: middle;
text-align: center;
cursor: pointer;
-webkit-user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
}
.gm-btn::-moz-focus-inner {
padding: 0;
border: 0;
}
.gm-btn-group {
letter-spacing: -.31em;
text-rendering: optimizespeed;
}
.opera-only :-o-prefocus,
.gm-btn-group {
word-spacing: -.43em;
}
.gm-btn-group .gm-btn {
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.gm-btn,
a.gm-btn,
button.gm-btn {
font-family: inherit;
font-size: 100%;
padding: .5em 1em;
transition-duration: 0.4s;
text-decoration: none;
border-radius: 2px;
background-color: var(--gray-lighter);
color: var(--dark);
border-style: solid;
border-width: 1px;
border-color: var(--gray-light);
}
.gm-btn:focus,
.gm-btn:hover {
box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.3);
background: var(--gray-light);
border-color: var(--dark);
}
.gm-btn:focus {
outline: 0;
}
.gm-btn:active {
border-color: var(--black);
box-shadow: inset 1px 1px 8px 1px rgba(0, 0, 0, 0.3);
}
.gm-btn.disabled,
.gm-btn.disabled:active,
.gm-btn.disabled:focus,
.gm-btn.disabled:hover,
.gm-btn[disabled] {
border: none;
background-image: none;
opacity: .4;
cursor: not-allowed;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
pointer-events: none;
}
.gm-btn-group .gm-btn {
margin: 0;
border-radius: 0;
border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.gm-btn-group .gm-btn:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.gm-btn-group .gm-btn:last-child {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-right: none;
}
|
src/css/buttons.css
|
.gm-btn,
a.gm-btn,
button.gm-btn {
display: inline-block;
line-height: normal;
white-space: nowrap;
vertical-align: middle;
text-align: center;
cursor: pointer;
-webkit-user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
}
.gm-btn::-moz-focus-inner {
padding: 0;
border: 0;
}
.gm-btn-group {
letter-spacing: -.31em;
text-rendering: optimizespeed;
}
.opera-only :-o-prefocus,
.gm-btn-group {
word-spacing: -.43em;
}
.gm-btn-group .gm-btn {
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.gm-btn,
a.gm-btn,
button.gm-btn {
font-family: inherit;
font-size: 100%;
padding: .5em 1em;
transition-duration: 0.4s;
text-decoration: none;
border-radius: 2px;
background-color: var(--gray-lighter);
color: var(--dark);
border-style: solid;
border-width: 1px;
border-color: var(--gray-light);
}
.gm-btn:focus,
.gm-btn:hover {
box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.3);
background: var(--gray-light);
border-color: var(--dark);
}
.gm-btn:focus {
outline: 0;
}
.gm-btn:active {
border-color: var(--black);
box-shadow: inset 1px 1px 8px 1px rgba(0, 0, 0, 0.3);
}
.gm-btn.disabled,
.gm-btn.disabled:active,
.gm-btn.disabled:focus,
.gm-btn.disabled:hover,
.gm-btn[disabled] {
border: none;
background-image: none;
opacity: .4;
cursor: not-allowed;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
pointer-events: none;
}
.gm-btn-group .gm-btn {
margin: 0;
border-radius: 0;
border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.gm-btn-group .gm-btn:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.gm-btn-group .gm-btn:last-child {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-right: none;
}
| 0.240329 | 0.052158 |
body *{
margin: 0vw;
padding: 1vh 0 1vh 0vh;
border: 0;
font-family: 'Indie Flower', cursive;
}
body *:focus{
outline: none;
}
body{
font-size: 20px;
max-width: 100vw;
min-height: 100vh;
margin: 0;
padding: 0;
color: #308A30;
}
hr{
margin: 1vh 0vw 1vh 0vw;
padding: 0 0;
border-bottom: .1rem solid #351510;
}
h1{
text-align: center;
width: 100vw;
max-height: 5vh;
font-weight: 600;
}
h2{
text-align: center;
margin:0;
padding: 1vh 0 0vh 0;
}
p{
font-size: 1.4rem;
font-weight: 500;
}
button{
border: .1rem solid #351510;
box-shadow: inset 0rem -.05rem .4rem .01rem #351510 ;
border-radius: .4rem .1rem .4rem .1rem;
background-color: #308A30;
color: #351510;
padding: .6vh .4vw .6vh .4vw;
margin: 1vh 0;
font-size: 1.2rem;
font-weight: 700;
}
input[type=text]{
border: .1rem solid black;
padding: .3vh .2vw .3vh .2vw;
font-size: 1rem;
font-weight: 100;
}
input[type=checkbox]{
margin: .3vh .8vw .3vh .8vw;
transform: scale(1.8);
}
label{
font-family: Arial;
font-size: 1rem;
}
ul{
margin: .3vh .8vw .3vh .8vw;
}
/* Jogo */
#jogo-monstro{
max-width: 100vw;
min-height: 97vh;
padding: 3vh 0vw 0vw 0vw;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
text-align: center;
background-color: #663311;
}
#start-menu{
width: 90vw;
min-height: 80vh;
margin: 1vh 2vw;
padding: 0vh 1vw 0vh 1vw;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
#start-menu .caixa h2{
margin: 0 0 2vh 0;
}
#finish-menu{
width: 80vw;
max-height: 60vh;
min-height: 40vh;
margin: 1vh 2vw;
padding: 0vh 1vw 0vh 1vw;
font-size: 5rem;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
#start-menu .caixa, #finish-menu .caixa{
min-width: 20vw;
max-height: 20vh;
}
#start-menu .caixa button, #finish-menu .caixa button{
margin: 0 0 1vh 0;
}
.caixa{
box-shadow: inset 0rem -.05rem 1rem .05rem #251005,inset 0rem -.05rem 2rem .01rem #153015 ;
border-radius: 1.5rem .5rem 1.5rem .5rem;
background-color: #704018;
}
.preparando{
background-color: #00000000;
}
.vitoria{
color: #AAAA05;
}
.derrota{
color: #222222;
}
/* Grupos */
#personagens{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: 90vw;
min-height: 10vh;
margin: 0vh 0vw 0 2vw;
}
.grupo{
width: 35vw;
margin: 2vh 2vw 0vh 2vw;
padding: 0;
text-align: center;
}
.grupo p{
font-size: 1.5rem;
padding: 1vh 0;
}
.barra{
background-color: #350585;
min-height: .9vh;
}
.vazia{
background-color: #A52211;
}
/* Habilidades */
#acoes{
width: 80vw;
min-height: 15vh;
margin: 1vh 2vw;
padding: 0vh 1vw 0vh 1vw;
}
#iniciarTurno{
min-width: 12vw;
min-height: 6vh;
margin: 0 0 3vh 0;
font-size: 1.5rem;
}
.desistir{
min-width: 12vw;
min-height: 6vh;
margin: 0 0 3vh 0;
font-size: 1.5rem;
color: #222222;
background-color: #AAAAAA;
}
.acaoPersonagem{
padding: 0;
}
.acaoPersonagem .habilidades {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.acaoPersonagem .habilidades button{
min-width: 12vw;
min-height: 6vh;
}
.ataque{
color: #BBBBBB;
background-color: #FF000077;
}
.assistencia{
color: #BBBBBB;
background-color: #0000FF77;
}
.defesa{
color: #BBBBBB;
background-color: #DDDD0077;
}
/* Log */
#log-jogo{
width: 80vw;
min-height: 10vh;
margin: 1vh 2vw;
padding: 0vh 1vw 0vh 1vw;
display: flex;
flex-wrap: wrap-reverse;
justify-content: center;
}
#log-jogo div{
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 80vw;
}
#log-jogo div *{
margin: 1vh 0 1vh 0;
box-shadow: inset 0rem -.05rem .4rem .01rem #221510;
border-radius: .4rem .1rem .4rem .1rem;
}
#log-jogo div h2{
width: 70vw;
background-color: #502211;
}
#log-jogo div p{
width: 55vw;
}
|
desafioMonstro/estilo-monstro.css
|
body *{
margin: 0vw;
padding: 1vh 0 1vh 0vh;
border: 0;
font-family: 'Indie Flower', cursive;
}
body *:focus{
outline: none;
}
body{
font-size: 20px;
max-width: 100vw;
min-height: 100vh;
margin: 0;
padding: 0;
color: #308A30;
}
hr{
margin: 1vh 0vw 1vh 0vw;
padding: 0 0;
border-bottom: .1rem solid #351510;
}
h1{
text-align: center;
width: 100vw;
max-height: 5vh;
font-weight: 600;
}
h2{
text-align: center;
margin:0;
padding: 1vh 0 0vh 0;
}
p{
font-size: 1.4rem;
font-weight: 500;
}
button{
border: .1rem solid #351510;
box-shadow: inset 0rem -.05rem .4rem .01rem #351510 ;
border-radius: .4rem .1rem .4rem .1rem;
background-color: #308A30;
color: #351510;
padding: .6vh .4vw .6vh .4vw;
margin: 1vh 0;
font-size: 1.2rem;
font-weight: 700;
}
input[type=text]{
border: .1rem solid black;
padding: .3vh .2vw .3vh .2vw;
font-size: 1rem;
font-weight: 100;
}
input[type=checkbox]{
margin: .3vh .8vw .3vh .8vw;
transform: scale(1.8);
}
label{
font-family: Arial;
font-size: 1rem;
}
ul{
margin: .3vh .8vw .3vh .8vw;
}
/* Jogo */
#jogo-monstro{
max-width: 100vw;
min-height: 97vh;
padding: 3vh 0vw 0vw 0vw;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
text-align: center;
background-color: #663311;
}
#start-menu{
width: 90vw;
min-height: 80vh;
margin: 1vh 2vw;
padding: 0vh 1vw 0vh 1vw;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
#start-menu .caixa h2{
margin: 0 0 2vh 0;
}
#finish-menu{
width: 80vw;
max-height: 60vh;
min-height: 40vh;
margin: 1vh 2vw;
padding: 0vh 1vw 0vh 1vw;
font-size: 5rem;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
#start-menu .caixa, #finish-menu .caixa{
min-width: 20vw;
max-height: 20vh;
}
#start-menu .caixa button, #finish-menu .caixa button{
margin: 0 0 1vh 0;
}
.caixa{
box-shadow: inset 0rem -.05rem 1rem .05rem #251005,inset 0rem -.05rem 2rem .01rem #153015 ;
border-radius: 1.5rem .5rem 1.5rem .5rem;
background-color: #704018;
}
.preparando{
background-color: #00000000;
}
.vitoria{
color: #AAAA05;
}
.derrota{
color: #222222;
}
/* Grupos */
#personagens{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: 90vw;
min-height: 10vh;
margin: 0vh 0vw 0 2vw;
}
.grupo{
width: 35vw;
margin: 2vh 2vw 0vh 2vw;
padding: 0;
text-align: center;
}
.grupo p{
font-size: 1.5rem;
padding: 1vh 0;
}
.barra{
background-color: #350585;
min-height: .9vh;
}
.vazia{
background-color: #A52211;
}
/* Habilidades */
#acoes{
width: 80vw;
min-height: 15vh;
margin: 1vh 2vw;
padding: 0vh 1vw 0vh 1vw;
}
#iniciarTurno{
min-width: 12vw;
min-height: 6vh;
margin: 0 0 3vh 0;
font-size: 1.5rem;
}
.desistir{
min-width: 12vw;
min-height: 6vh;
margin: 0 0 3vh 0;
font-size: 1.5rem;
color: #222222;
background-color: #AAAAAA;
}
.acaoPersonagem{
padding: 0;
}
.acaoPersonagem .habilidades {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.acaoPersonagem .habilidades button{
min-width: 12vw;
min-height: 6vh;
}
.ataque{
color: #BBBBBB;
background-color: #FF000077;
}
.assistencia{
color: #BBBBBB;
background-color: #0000FF77;
}
.defesa{
color: #BBBBBB;
background-color: #DDDD0077;
}
/* Log */
#log-jogo{
width: 80vw;
min-height: 10vh;
margin: 1vh 2vw;
padding: 0vh 1vw 0vh 1vw;
display: flex;
flex-wrap: wrap-reverse;
justify-content: center;
}
#log-jogo div{
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 80vw;
}
#log-jogo div *{
margin: 1vh 0 1vh 0;
box-shadow: inset 0rem -.05rem .4rem .01rem #221510;
border-radius: .4rem .1rem .4rem .1rem;
}
#log-jogo div h2{
width: 70vw;
background-color: #502211;
}
#log-jogo div p{
width: 55vw;
}
| 0.236208 | 0.049773 |
.section {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-x: hidden;
overflow-y: auto;
color: var(--color-accent);
/* Hide */
pointer-events: none;
visibility: hidden;
opacity: 0;
transform: translateX(-20px);
transition: visibility 0s .12s linear , opacity .12s ease-in, transform .12s ease-in;
}
.section.is-shown {
pointer-events: auto;
visibility: visible;
opacity: 1;
transform: translateX(0);
transition: visibility 0s 0s linear , opacity .36s ease-out, transform .36s ease-out;
}
.section h3,
.section p {
color: var(--color);
}
.section-wrapper {
position: relative;
max-width: 740px;
margin: 0 auto;
padding: 2rem 2rem 1rem 2rem;
border-bottom: 1px solid var(--color-border);
}
@media (min-width: 940px) {
.section-wrapper {
padding-top: 4rem;
}
}
.section-icon {
width: 32px;
height: 32px;
vertical-align: middle;
margin-right: .5em;
}
.twoToneCenter {
text-align:center;
margin:1em 0;
}
.twoToneButton {
display: inline-block;
border:1px solid darken(#d11616,50%);
outline:none;
padding:10px 20px;
line-height: 1.4;
background: #d11616;
background: linear-gradient(to bottom, lighten(#d11616,20%) 0%,lighten(#d11616,15%) 50%,darken(#d11616,5%) 51%,darken(#d11616,2.5%) 100%);
border-radius: 4px;
border: 1px solid darken(#d11616,30%);
color:lighten(silver,10%);
text-shadow: darken(silver,80%) -1px -1px 0px;
position: relative;
transition: padding-right .3s ease;
font-weight:700;
box-shadow:0 1px 0 lighten(#d11616,30%) inset, 0px 1px 0 lighten(#d11616,10%);
}
.twoToneButton:hover {
box-shadow:0 0 10px darken(#d11616,10%) inset, 0px 1px 0 lighten(#d11616,10%);
color:lighten(silver,20%);
}
.twoToneButton:active{
box-shadow:0 0 10px darken(#d11616,10%) inset, 0px 1px 0 lighten(#d11616,10%);
color:lighten(silver,30%);
background: darken(#d11616,10%);
background: linear-gradient(to bottom, lighten(#d11616,10%) 0%,lighten(#d11616,5%) 50%,darken(#d11616,5%) 51%,darken(#d11616,10%) 100%);
}
.twoToneButton.spinning {
background-color: #d11616;
padding-right: 40px;
}
.twoToneButton.spinning:after {
content: '';
position: absolute;
right: 6px;
top: 50%;
width: 0;
height: 0;
box-shadow: 0px 0px 0 1px darken(#d11616,10%);
position: absolute;
border-radius: 50%;
animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}
.twoToneButton.spinning:before {
content: "";
width: 0px;
height: 0px;
border-radius: 50%;
right: 6px;
top: 50%;
position: absolute;
border: 2px solid darken(#d11616,40%);
border-right: 3px solid t;
animation: rotate360 .5s infinite linear, exist .1s forwards ease ;
}
@keyframes rotate360 {
100% {
transform: rotate(360deg);
}
}
@keyframes exist {
100% {
width: 15px;
height: 15px;
margin: -8px 5px 0 0;
}
}
|
assets/css/section.css
|
.section {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-x: hidden;
overflow-y: auto;
color: var(--color-accent);
/* Hide */
pointer-events: none;
visibility: hidden;
opacity: 0;
transform: translateX(-20px);
transition: visibility 0s .12s linear , opacity .12s ease-in, transform .12s ease-in;
}
.section.is-shown {
pointer-events: auto;
visibility: visible;
opacity: 1;
transform: translateX(0);
transition: visibility 0s 0s linear , opacity .36s ease-out, transform .36s ease-out;
}
.section h3,
.section p {
color: var(--color);
}
.section-wrapper {
position: relative;
max-width: 740px;
margin: 0 auto;
padding: 2rem 2rem 1rem 2rem;
border-bottom: 1px solid var(--color-border);
}
@media (min-width: 940px) {
.section-wrapper {
padding-top: 4rem;
}
}
.section-icon {
width: 32px;
height: 32px;
vertical-align: middle;
margin-right: .5em;
}
.twoToneCenter {
text-align:center;
margin:1em 0;
}
.twoToneButton {
display: inline-block;
border:1px solid darken(#d11616,50%);
outline:none;
padding:10px 20px;
line-height: 1.4;
background: #d11616;
background: linear-gradient(to bottom, lighten(#d11616,20%) 0%,lighten(#d11616,15%) 50%,darken(#d11616,5%) 51%,darken(#d11616,2.5%) 100%);
border-radius: 4px;
border: 1px solid darken(#d11616,30%);
color:lighten(silver,10%);
text-shadow: darken(silver,80%) -1px -1px 0px;
position: relative;
transition: padding-right .3s ease;
font-weight:700;
box-shadow:0 1px 0 lighten(#d11616,30%) inset, 0px 1px 0 lighten(#d11616,10%);
}
.twoToneButton:hover {
box-shadow:0 0 10px darken(#d11616,10%) inset, 0px 1px 0 lighten(#d11616,10%);
color:lighten(silver,20%);
}
.twoToneButton:active{
box-shadow:0 0 10px darken(#d11616,10%) inset, 0px 1px 0 lighten(#d11616,10%);
color:lighten(silver,30%);
background: darken(#d11616,10%);
background: linear-gradient(to bottom, lighten(#d11616,10%) 0%,lighten(#d11616,5%) 50%,darken(#d11616,5%) 51%,darken(#d11616,10%) 100%);
}
.twoToneButton.spinning {
background-color: #d11616;
padding-right: 40px;
}
.twoToneButton.spinning:after {
content: '';
position: absolute;
right: 6px;
top: 50%;
width: 0;
height: 0;
box-shadow: 0px 0px 0 1px darken(#d11616,10%);
position: absolute;
border-radius: 50%;
animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}
.twoToneButton.spinning:before {
content: "";
width: 0px;
height: 0px;
border-radius: 50%;
right: 6px;
top: 50%;
position: absolute;
border: 2px solid darken(#d11616,40%);
border-right: 3px solid t;
animation: rotate360 .5s infinite linear, exist .1s forwards ease ;
}
@keyframes rotate360 {
100% {
transform: rotate(360deg);
}
}
@keyframes exist {
100% {
width: 15px;
height: 15px;
margin: -8px 5px 0 0;
}
}
| 0.525125 | 0.112844 |
html {
scroll-behavior: smooth;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
body {
background-color: #612e6d;
font-family: 'Montserrat', sans-serif;
scroll-behavior: smooth;
margin: 0;
}
/* Style the navigation menu */
nav {
overflow: hidden;
position: relative;
}
/* Hide the links inside the navigation menu (except for logo/home) */
#myLinks {
background: #612c6e;
width: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 100;
color: white;
display: none;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0;
}
#myLinks a {
font-size: 40px;
padding: 40px;
}
/* Style navigation menu links */
nav a {
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;
}
/* Style the hamburger menu */
nav a.icon {
display: none;
position: absolute;
right: 0;
top: 0;
padding: 20px;
font-size: 30px;
z-index: 200;
}
/* Add a grey background color on mouse-over */
nav a:hover {
/* color: black; */
}
/* Style the active link (or home/logo) */
.active {
background-color: #4caf50;
color: white;
}
img {
max-width: 100%;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
}
h1,
h2,
h3,
h4,
p,
span {
font-family: 'Montserrat', sans-serif;
}
h2,
h3 {
font-weight: 600;
line-height: 1.1;
}
h2 {
font-size: 1.73rem;
}
h3 {
font-size: 1.4rem;
}
p {
margin-bottom: 1.75rem;
}
.header-background {
position: absolute;
z-index: -10;
}
.header-container {
height: 150vh;
}
.first-page {
height: 100vh;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.down-arrow {
width: 30px;
text-decoration: none;
margin: 0;
}
.logo-container {
padding: 5px;
justify-content: center;
background: #fc899a;
flex-direction: column;
color: white;
text-align: center;
max-width: 450px;
margin-top: 150px;
border-radius: 0px;
}
.logo-container h2 {
margin: 10px;
}
.post-section {
text-align: center;
margin: 10px;
text-decoration: none;
color: black;
}
.post-section a {
box-shadow: none;
text-decoration: none;
}
.post-section p {
margin: 0px;
text-decoration: none;
color: black;
font-weight: 500;
}
.logo-container h3 {
margin-top: 10px;
margin-bottom: 20px;
}
.logo-container p:last-child {
margin-bottom: 10px;
line-height: 25px;
}
.header-logo {
width: 200px;
position: absolute;
top: 50px;
}
.iframe-container {
overflow: hidden;
padding-top: 56.25%;
position: relative;
margin: 100px 0;
width: 100%;
}
.iframe-container iframe {
border: 0;
height: 70%;
left: 0;
right: 0;
position: absolute;
top: 0;
bottom: 0;
width: 70%;
margin: auto;
}
.about {
margin: auto;
max-width: 800px;
font-size: 16px;
color: white;
padding: 0 40px;
position: relative;
}
.header-container nav {
color: #612c6e;
}
nav {
position: absolute;
right: 0;
padding: 50px;
color: white;
}
nav a {
text-decoration: none;
}
.article-list {
padding: 20px;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.article-list h3 a {
color: black;
}
.article-preview {
padding: 20px;
background: #fcc8d6;
margin: 20px;
border-radius: 5px;
width: 300px;
}
.page-header {
height: 250px;
text-align: center;
width: 100%;
display: flex;
justify-content: center;
}
.page-header img {
width: 200px;
object-fit: contain;
}
.blog-container {
max-width: 800px;
background: #ffd5d5;
padding: 20px;
border-radius: 5px;
margin: auto;
}
footer {
position: relative;
}
.cloud {
position: absolute;
z-index: -10;
}
.cloud1 {
left: 100px;
bottom: 0px;
width: 300px;
}
.cloud2 {
left: -300px;
bottom: -800px;
width: 300px;
}
.cloud3 {
right: 0px;
bottom: -500px;
width: 300px;
}
.cloud4 {
right: 0px;
bottom: -900px;
width: 300px;
}
.cloud5 {
left: 100px;
bottom: -400px;
width: 300px;
}
.cloud6 {
left: 100px;
bottom: -500px;
}
.cloud7 {
left: 200px;
top: 50px;
width: 300px;
}
.cloud8 {
left: 200px;
top: -800px;
width: 250px;
}
.cloud9 {
right: 130px;
bottom: 0;
width: 250px;
}
.cloud10 {
left: 400px;
bottom: -200px;
width: 350px;
}
.about a {
color: palevioletred;
}
footer {
height: 300px;
}
@media only screen and (max-width: 600px) {
.header-logo {
width: 175px;
}
#desktopLinks {
display: none;
}
nav a.icon {
display: block;
}
.iframe-container iframe {
border: 0;
height: 100%;
left: 0;
right: 0;
position: absolute;
top: 0;
bottom: 0;
width: 100%;
margin: auto;
}
.about {
text-align: justify;
}
.header-container {
height: 100vh;
}
footer {
height: 300px;
overflow: hidden;
}
.post-section,
.post-section a,
.post-section p {
color: white;
}
.cloud10 {
left: 200px;
}
.cloud4,
.cloud7,
.cloud8 {
display: none;
}
}
|
src/styles/global.css
|
html {
scroll-behavior: smooth;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
body {
background-color: #612e6d;
font-family: 'Montserrat', sans-serif;
scroll-behavior: smooth;
margin: 0;
}
/* Style the navigation menu */
nav {
overflow: hidden;
position: relative;
}
/* Hide the links inside the navigation menu (except for logo/home) */
#myLinks {
background: #612c6e;
width: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 100;
color: white;
display: none;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0;
}
#myLinks a {
font-size: 40px;
padding: 40px;
}
/* Style navigation menu links */
nav a {
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;
}
/* Style the hamburger menu */
nav a.icon {
display: none;
position: absolute;
right: 0;
top: 0;
padding: 20px;
font-size: 30px;
z-index: 200;
}
/* Add a grey background color on mouse-over */
nav a:hover {
/* color: black; */
}
/* Style the active link (or home/logo) */
.active {
background-color: #4caf50;
color: white;
}
img {
max-width: 100%;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
}
h1,
h2,
h3,
h4,
p,
span {
font-family: 'Montserrat', sans-serif;
}
h2,
h3 {
font-weight: 600;
line-height: 1.1;
}
h2 {
font-size: 1.73rem;
}
h3 {
font-size: 1.4rem;
}
p {
margin-bottom: 1.75rem;
}
.header-background {
position: absolute;
z-index: -10;
}
.header-container {
height: 150vh;
}
.first-page {
height: 100vh;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.down-arrow {
width: 30px;
text-decoration: none;
margin: 0;
}
.logo-container {
padding: 5px;
justify-content: center;
background: #fc899a;
flex-direction: column;
color: white;
text-align: center;
max-width: 450px;
margin-top: 150px;
border-radius: 0px;
}
.logo-container h2 {
margin: 10px;
}
.post-section {
text-align: center;
margin: 10px;
text-decoration: none;
color: black;
}
.post-section a {
box-shadow: none;
text-decoration: none;
}
.post-section p {
margin: 0px;
text-decoration: none;
color: black;
font-weight: 500;
}
.logo-container h3 {
margin-top: 10px;
margin-bottom: 20px;
}
.logo-container p:last-child {
margin-bottom: 10px;
line-height: 25px;
}
.header-logo {
width: 200px;
position: absolute;
top: 50px;
}
.iframe-container {
overflow: hidden;
padding-top: 56.25%;
position: relative;
margin: 100px 0;
width: 100%;
}
.iframe-container iframe {
border: 0;
height: 70%;
left: 0;
right: 0;
position: absolute;
top: 0;
bottom: 0;
width: 70%;
margin: auto;
}
.about {
margin: auto;
max-width: 800px;
font-size: 16px;
color: white;
padding: 0 40px;
position: relative;
}
.header-container nav {
color: #612c6e;
}
nav {
position: absolute;
right: 0;
padding: 50px;
color: white;
}
nav a {
text-decoration: none;
}
.article-list {
padding: 20px;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.article-list h3 a {
color: black;
}
.article-preview {
padding: 20px;
background: #fcc8d6;
margin: 20px;
border-radius: 5px;
width: 300px;
}
.page-header {
height: 250px;
text-align: center;
width: 100%;
display: flex;
justify-content: center;
}
.page-header img {
width: 200px;
object-fit: contain;
}
.blog-container {
max-width: 800px;
background: #ffd5d5;
padding: 20px;
border-radius: 5px;
margin: auto;
}
footer {
position: relative;
}
.cloud {
position: absolute;
z-index: -10;
}
.cloud1 {
left: 100px;
bottom: 0px;
width: 300px;
}
.cloud2 {
left: -300px;
bottom: -800px;
width: 300px;
}
.cloud3 {
right: 0px;
bottom: -500px;
width: 300px;
}
.cloud4 {
right: 0px;
bottom: -900px;
width: 300px;
}
.cloud5 {
left: 100px;
bottom: -400px;
width: 300px;
}
.cloud6 {
left: 100px;
bottom: -500px;
}
.cloud7 {
left: 200px;
top: 50px;
width: 300px;
}
.cloud8 {
left: 200px;
top: -800px;
width: 250px;
}
.cloud9 {
right: 130px;
bottom: 0;
width: 250px;
}
.cloud10 {
left: 400px;
bottom: -200px;
width: 350px;
}
.about a {
color: palevioletred;
}
footer {
height: 300px;
}
@media only screen and (max-width: 600px) {
.header-logo {
width: 175px;
}
#desktopLinks {
display: none;
}
nav a.icon {
display: block;
}
.iframe-container iframe {
border: 0;
height: 100%;
left: 0;
right: 0;
position: absolute;
top: 0;
bottom: 0;
width: 100%;
margin: auto;
}
.about {
text-align: justify;
}
.header-container {
height: 100vh;
}
footer {
height: 300px;
overflow: hidden;
}
.post-section,
.post-section a,
.post-section p {
color: white;
}
.cloud10 {
left: 200px;
}
.cloud4,
.cloud7,
.cloud8 {
display: none;
}
}
| 0.474631 | 0.07056 |
@-moz-document domain("pikabu.ru") {
/*[[BackgroundMode]]*/
/*[[GroupRules]]*/
html[data-theme-dark] {
--color--green: #264812;
--color--text_green: #469109;
--color--selection: rgba(44, 72, 28, 0.99);
--color--toast_default__bg: #5a9828;
--color--bg_contrast-50: rgba(17, 17, 17, 0.5);
--color--bg_80: rgba(17, 17, 17, 0.8);
--color--bg_90: rgba(17, 17, 17, 0.9);
--color--border: #222222;
--color--header__bg: #0a0a0a;
--color--social_bg: #1a1a1a;
--color--social_vk: #1c5ec1;
--color--social_facebook: #2b66e6;
--color--social_twitter: #1<PASSWORD>;
--color--social_google: #c71e0c;
--color--social_viber: #7332a5;
--color--app__bg: #000000;
--color--section_gray__bg: #0a0a0a;
--color--popup_default__bg: #1a1a1a;
--color--popup_gray__bg: #0a0a0a;
--color--gray: #444444;
--color--gray_light: #666666;
--color--gray_dark: #333333;
--color--award__bg: #222222;
--color--award__bg_hover: #333333;
--color--button-small_success__bg: #214307;
--color--button_default__bg: #222222;
--color--button-small_default__bg: #202020;
--color--button_danger__bg: #d12811;
}
html[data-theme-dark] .header-menu__item:hover,
html[data-theme-dark] .header-menu__item_current {
box-shadow: inset 0 -2px 0 0 var(--color--gray);
}
html[data-theme-dark] .scroll-up-button:hover {
background: linear-gradient(to top, #000000, #111111);
}
html[data-theme-dark] .scroll-up-button_active:hover,
html[data-theme-dark] .story__scroll-next-btn::before {
background: linear-gradient(to bottom, #000000, #111111)!important;
}
html[data-theme-dark] .image-viewer__background {
background-color: var(--color--section__bg);
}
.theme-picker__button {
border: none;
}
html[data-theme-dark] .theme-picker__button[data-type=default] {
background: #264812;
}
html[data-theme-dark][data-theme=sky] {
--color--green: #154b48;
--color--text_green: #31aca2;
--color--selection: rgba(27, 65, 64, 0.99);
--color--toast_default__bg: #226361;
--color--highlight_green__bg: rgba(29, 84, 81, 0.1);
--color--button-small_success__bg: #296a66;
--color--slider__quantity: rgba(36, 107, 104, 0.7);
}
html[data-theme-dark] .theme-picker__button[data-type=sky] {
background: #154b48;
}
html[data-theme-dark][data-theme=purple] {
--color--green: #552654;
--color--text_green: #762d6c;
--color--selection: rgba(73, 32, 73, 0.99);
--color--toast_default__bg: #4b234b;
--color--highlight_green__bg: rgba(79, 33, 77, 0.1);
--color--button-small_success__bg: #4d244b;
--color--slider__quantity: rgba(55, 25, 54, 0.7);
}
html[data-theme-dark] .theme-picker__button[data-type=purple] {
background: #552654;
}
html[data-theme-dark][data-theme=orange] {
--color--header__bg: #0a0a0a;
--color--green: /*[[UserTheme]]*/;
--color--text_green: /*[[UserTheme]]*/;
--color--selection: /*[[UserTheme]]*/60;
--color--toast_default__bg: /*[[UserTheme]]*/;
--color--highlight_green__bg: /*[[UserTheme]]*/20;
--color--button-small_success__bg: /*[[UserTheme]]*/da;
--color--slider__quantity: /*[[UserTheme]]*/5a;
}
html[data-theme-dark] .theme-picker__button[data-type=orange] {
background: /*[[UserTheme]]*/;
}
}
|
data/usercss/199659.user.css
|
@-moz-document domain("pikabu.ru") {
/*[[BackgroundMode]]*/
/*[[GroupRules]]*/
html[data-theme-dark] {
--color--green: #264812;
--color--text_green: #469109;
--color--selection: rgba(44, 72, 28, 0.99);
--color--toast_default__bg: #5a9828;
--color--bg_contrast-50: rgba(17, 17, 17, 0.5);
--color--bg_80: rgba(17, 17, 17, 0.8);
--color--bg_90: rgba(17, 17, 17, 0.9);
--color--border: #222222;
--color--header__bg: #0a0a0a;
--color--social_bg: #1a1a1a;
--color--social_vk: #1c5ec1;
--color--social_facebook: #2b66e6;
--color--social_twitter: #1<PASSWORD>;
--color--social_google: #c71e0c;
--color--social_viber: #7332a5;
--color--app__bg: #000000;
--color--section_gray__bg: #0a0a0a;
--color--popup_default__bg: #1a1a1a;
--color--popup_gray__bg: #0a0a0a;
--color--gray: #444444;
--color--gray_light: #666666;
--color--gray_dark: #333333;
--color--award__bg: #222222;
--color--award__bg_hover: #333333;
--color--button-small_success__bg: #214307;
--color--button_default__bg: #222222;
--color--button-small_default__bg: #202020;
--color--button_danger__bg: #d12811;
}
html[data-theme-dark] .header-menu__item:hover,
html[data-theme-dark] .header-menu__item_current {
box-shadow: inset 0 -2px 0 0 var(--color--gray);
}
html[data-theme-dark] .scroll-up-button:hover {
background: linear-gradient(to top, #000000, #111111);
}
html[data-theme-dark] .scroll-up-button_active:hover,
html[data-theme-dark] .story__scroll-next-btn::before {
background: linear-gradient(to bottom, #000000, #111111)!important;
}
html[data-theme-dark] .image-viewer__background {
background-color: var(--color--section__bg);
}
.theme-picker__button {
border: none;
}
html[data-theme-dark] .theme-picker__button[data-type=default] {
background: #264812;
}
html[data-theme-dark][data-theme=sky] {
--color--green: #154b48;
--color--text_green: #31aca2;
--color--selection: rgba(27, 65, 64, 0.99);
--color--toast_default__bg: #226361;
--color--highlight_green__bg: rgba(29, 84, 81, 0.1);
--color--button-small_success__bg: #296a66;
--color--slider__quantity: rgba(36, 107, 104, 0.7);
}
html[data-theme-dark] .theme-picker__button[data-type=sky] {
background: #154b48;
}
html[data-theme-dark][data-theme=purple] {
--color--green: #552654;
--color--text_green: #762d6c;
--color--selection: rgba(73, 32, 73, 0.99);
--color--toast_default__bg: #4b234b;
--color--highlight_green__bg: rgba(79, 33, 77, 0.1);
--color--button-small_success__bg: #4d244b;
--color--slider__quantity: rgba(55, 25, 54, 0.7);
}
html[data-theme-dark] .theme-picker__button[data-type=purple] {
background: #552654;
}
html[data-theme-dark][data-theme=orange] {
--color--header__bg: #0a0a0a;
--color--green: /*[[UserTheme]]*/;
--color--text_green: /*[[UserTheme]]*/;
--color--selection: /*[[UserTheme]]*/60;
--color--toast_default__bg: /*[[UserTheme]]*/;
--color--highlight_green__bg: /*[[UserTheme]]*/20;
--color--button-small_success__bg: /*[[UserTheme]]*/da;
--color--slider__quantity: /*[[UserTheme]]*/5a;
}
html[data-theme-dark] .theme-picker__button[data-type=orange] {
background: /*[[UserTheme]]*/;
}
}
| 0.256832 | 0.055005 |
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.title-section {
text-transform: uppercase;
padding-top: 5px;
font-weight: bolder;
}
.modal-header>h5 {
font-weight: bold;
font-size: 0.95em !important;
}
.content-header {
padding: 10px !important;
}
.invalid-feedback {
text-transform: uppercase;
font-size: 0.70em !important;
font-weight: bold;
display:block !important;
}
.custom-control {
margin-top: 15px !important;
margin-left: 15px !important;
}
.line {
border-top: 2px dashed #5e575766 !important;
}
.sweet-alert h2 {
padding: 0 20px !important;
line-height: 25px !important;
}
.breadcrumb {
text-transform: uppercase !important;
font-size: 0.8em !important;
padding-top: 5px !important;
}
.title-report {
color: #6c757d;
margin-left: 20px;
text-transform: uppercase;
font-size: 0.95em;
font-weight: bold;
display: inline-flex;
}
.icons-report {
color: #6c757d;
font-size: 1.8em !important;
margin-right: 20px;
}
.list-reportes {
margin-right: 20px;
text-transform: uppercase;
font-size: 0.85em;
}
.list-reportes li {
padding: 10px;
border-bottom: 1px solid #ccc;
}
.list-reportes ul {
margin-left: -23px;
}
.list-reportes>ul {
list-style: none;
}
.list-reportes li::before {
color: #6c757d;
font-size: 1.8em;
content:"-";
margin-right: 12px;
font-weight: bold;
}
.reportes-link, .reportes-link:hover {
//color: #212529;
}
.bootstrap-dialog-header {
background-color: #efefef !important;
}
.bootstrap-dialog, .bootstrap-dialog-title {
color: #333 !important;
text-transform: uppercase;
}
.bootstrap-dialog {
font-size: 0.85em !important;
}
.bootstrap-dialog-title {
font-size: 1.1em !important;
font-weight: bold;
}
.bootstrap-dialog-footer-buttons>button {
text-transform: uppercase !important;
font-size: 0.95em !important;
}
.glyphicon {
font-family: "Font Awesome 5 Free";
}
.glyphicon-eye-open:before {
content: "\f06e";
color: var(--success);
}
.glyphicon-pencil:before {
content: "\f044";
color: var(--primary);
}
.glyphicon-trash:before {
content: "\f2ed";
color: var(--danger);
}
.img-grid {
margin-top: -5px;
margin-bottom: -5px;
width: 40px !important;
height: 40px !important;
}
.title-crud {
text-transform: uppercase;
font-size: 1em;
border-bottom: 2px dashed #c3c3c3;
margin-bottom: 35px;
padding-bottom: 10px;
}
.summary {
margin-bottom: 15px;
}
.lista {
font-size: 5em !important;
display: grid;
}
.pagination {
margin-top: 1.5rem!important;
}
.lbl-create-venta {
float: right;
margin-top: 0.85em;
font-size: 0.85em !important;
}
.lbl-search {
margin-top: 0.85em;
font-size: 0.85em !important;
text-transform: uppercase;
}
.lbl-modal {
font-size: 1em !important;
text-transform: uppercase;
font-weight: bold;
}
.lbl-cat {
position: absolute;
top: 15px;
margin-left: 10px;
font-size: 0.8em !important;
text-transform: uppercase;
}
.fs7 {
font-size: 0.7em !important;
}
.lbl-disponible {
position: absolute;
top: 5px;
margin-left: 10px;
font-size: 0.8em !important;
text-transform: uppercase;
}
.lbl-view-title {
font-size: 0.95em !important;
text-transform: uppercase;
border-bottom: 2px dashed #ccc;
padding-bottom: 5px;
margin-bottom: 20px !important;
}
.lbl-view {
font-size: 0.8em !important;
text-transform: uppercase;
}
.content-info-view {
text-transform: uppercase;
font-size: 0.85em !important;
line-height: 25px;
background-color: #e9ecef;
opacity: 1;
padding: .375rem .75rem;
border: 1px solid #ced4da;
border-radius: .25rem;
}
.bt {
border-top: 1px dashed #ccc;
padding-top: 8px;
margin-right: 20px;
}
.lbl-view1 {
font-size: 0.95em !important;
text-transform: uppercase;
font-weight: normal !important;
}
.header-top {
margin-top: 0px !important;
margin-bottom: 5px !important;
border: 0;
border-top: 2px solid #efefef;
}
.header-bottom {
margin-top: 0px !important;
margin-bottom: 0px !important;
border: 0;
border-top: 2px solid #efefef;
}
.uppercase {
text-transform: uppercase !important;
}
.btn-producto {
position: absolute;
top: 20px;
margin-left: 93px;
font-size: 0.8em !important;
text-transform: uppercase;
}
.btn-dis {
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.btn-aum {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
.input-prod {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.cat-selector {
margin: 10px 0 15px 0;
padding: 10px;
border-radius: .25rem;
cursor: pointer;
border: 1px solid #CCC;
width: 120px !important;
height: 120px !important;
}
.prod-selector {
margin: 10px 0 15px 0;
padding: 10px;
border-radius: .25rem;
border: 1px solid #CCC;
width: 120px !important;
height: 120px !important;
}
.img-cat {
margin-left: auto;
margin-right: auto;
display: block;
}
#lista-productos .form-control {
text-transform: uppercase;
font-weight: bold;
font-size: 0.7em;
}
#mycard .btn {
text-transform: uppercase;
font-size: 0.9em;
}
#mycard .lbl-create-venta {
text-transform: uppercase;
font-size: 0.8em;
}
#mycard label {
text-transform: uppercase;
font-size: 0.8em;
}
.modal-dialog {
min-height: calc(100vh - 60px);
display: flex;
flex-direction: column;
justify-content: center;
overflow: auto;
}
@media(max-width: 768px) {
.modal-dialog {
min-height: calc(100vh - 20px);
}
}
.sweet-alert h2 {
font-family: "Source Sans Pro" !important;
font-weight: bold !important;
font-size: 14px !important;
margin: 0px !important;
text-transform: uppercase !important;
color: #333 !important;
}
.sweet-alert p {
font-family: "Source Sans Pro" !important;
font-weight: bold !important;
font-size: 14px !important;
margin-top: 15px !important;
margin-bottom: 15px !important;
font-weight: bold !important;
color: #333 !important;
}
.sweet-alert button {
font-family: "Source Sans Pro" !important;
margin: 15px 5px !important;
color: #fff !important;
background-color: #007bff !important;
border-color: #007bff !important;
padding: .375rem .75rem !important;
}
.input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.btn-circle {
border-radius: 50% !important;
}
.ml-custom {
margin-left: 144px;
}
.btn-outline-wac {
padding: 7px 12px !important;
text-transform: uppercase;
font-size: 0.9em !important;
color: #007bff !important;
border-color: #007bff;
font-weight: bold !important;
}
.btn-outline-wac>img {
width: 22px;
margin-right: 15px;
}
.btn-outline-wac:hover, .btn-outline-wac:focus, .btn-outline-wac:active {
color: #007bff;
background-color: #FFF;
border-color: #007bff;
}
.btn-outline-wac:not(:disabled):not(.disabled).active, .btn-outline-wac:not(:disabled):not(.disabled):active, .show>.btn-outline-wac.dropdown-toggle {
color: #007bff;
background-color: transparent;
border-color: #16B494;
}
.img-coupon {
opacity: 0.3;
}
.table-cupones {
font-size: 0.85em !important;
}
.content-cupon {
background-color: #28a745;
color: #FFF;
letter-spacing: 1.2px;
width: 105px;
padding: 3px 0;
border-radius: 8px;
}
.content-alert {
padding: 8px 12px 6px 12px;
border-radius: 6px;
margin-bottom: 15px;
}
.x-small {
font-size: 65%;
font-weight: bold;
text-transform: uppercase;
}
.lbl-points {
width: 100%;
padding: 10px !important;
}
.input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0rem !important;
border-bottom-right-radius: 0rem !important;
}
.card-cupon {
-webkit-box-shadow: 0px 0px 10px 6px rgba(219,219,219,1) !important;
-moz-box-shadow: 0px 0px 10px 6px rgba(219,219,219,1) !important;
box-shadow: 0px 0px 10px 6px rgba(219,219,219,1) !important;
border-radius: 6px !important;
}
.card-graph {
border: 1px solid #1f2d3d3d !important;
}
|
web/css/custom.css
|
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.title-section {
text-transform: uppercase;
padding-top: 5px;
font-weight: bolder;
}
.modal-header>h5 {
font-weight: bold;
font-size: 0.95em !important;
}
.content-header {
padding: 10px !important;
}
.invalid-feedback {
text-transform: uppercase;
font-size: 0.70em !important;
font-weight: bold;
display:block !important;
}
.custom-control {
margin-top: 15px !important;
margin-left: 15px !important;
}
.line {
border-top: 2px dashed #5e575766 !important;
}
.sweet-alert h2 {
padding: 0 20px !important;
line-height: 25px !important;
}
.breadcrumb {
text-transform: uppercase !important;
font-size: 0.8em !important;
padding-top: 5px !important;
}
.title-report {
color: #6c757d;
margin-left: 20px;
text-transform: uppercase;
font-size: 0.95em;
font-weight: bold;
display: inline-flex;
}
.icons-report {
color: #6c757d;
font-size: 1.8em !important;
margin-right: 20px;
}
.list-reportes {
margin-right: 20px;
text-transform: uppercase;
font-size: 0.85em;
}
.list-reportes li {
padding: 10px;
border-bottom: 1px solid #ccc;
}
.list-reportes ul {
margin-left: -23px;
}
.list-reportes>ul {
list-style: none;
}
.list-reportes li::before {
color: #6c757d;
font-size: 1.8em;
content:"-";
margin-right: 12px;
font-weight: bold;
}
.reportes-link, .reportes-link:hover {
//color: #212529;
}
.bootstrap-dialog-header {
background-color: #efefef !important;
}
.bootstrap-dialog, .bootstrap-dialog-title {
color: #333 !important;
text-transform: uppercase;
}
.bootstrap-dialog {
font-size: 0.85em !important;
}
.bootstrap-dialog-title {
font-size: 1.1em !important;
font-weight: bold;
}
.bootstrap-dialog-footer-buttons>button {
text-transform: uppercase !important;
font-size: 0.95em !important;
}
.glyphicon {
font-family: "Font Awesome 5 Free";
}
.glyphicon-eye-open:before {
content: "\f06e";
color: var(--success);
}
.glyphicon-pencil:before {
content: "\f044";
color: var(--primary);
}
.glyphicon-trash:before {
content: "\f2ed";
color: var(--danger);
}
.img-grid {
margin-top: -5px;
margin-bottom: -5px;
width: 40px !important;
height: 40px !important;
}
.title-crud {
text-transform: uppercase;
font-size: 1em;
border-bottom: 2px dashed #c3c3c3;
margin-bottom: 35px;
padding-bottom: 10px;
}
.summary {
margin-bottom: 15px;
}
.lista {
font-size: 5em !important;
display: grid;
}
.pagination {
margin-top: 1.5rem!important;
}
.lbl-create-venta {
float: right;
margin-top: 0.85em;
font-size: 0.85em !important;
}
.lbl-search {
margin-top: 0.85em;
font-size: 0.85em !important;
text-transform: uppercase;
}
.lbl-modal {
font-size: 1em !important;
text-transform: uppercase;
font-weight: bold;
}
.lbl-cat {
position: absolute;
top: 15px;
margin-left: 10px;
font-size: 0.8em !important;
text-transform: uppercase;
}
.fs7 {
font-size: 0.7em !important;
}
.lbl-disponible {
position: absolute;
top: 5px;
margin-left: 10px;
font-size: 0.8em !important;
text-transform: uppercase;
}
.lbl-view-title {
font-size: 0.95em !important;
text-transform: uppercase;
border-bottom: 2px dashed #ccc;
padding-bottom: 5px;
margin-bottom: 20px !important;
}
.lbl-view {
font-size: 0.8em !important;
text-transform: uppercase;
}
.content-info-view {
text-transform: uppercase;
font-size: 0.85em !important;
line-height: 25px;
background-color: #e9ecef;
opacity: 1;
padding: .375rem .75rem;
border: 1px solid #ced4da;
border-radius: .25rem;
}
.bt {
border-top: 1px dashed #ccc;
padding-top: 8px;
margin-right: 20px;
}
.lbl-view1 {
font-size: 0.95em !important;
text-transform: uppercase;
font-weight: normal !important;
}
.header-top {
margin-top: 0px !important;
margin-bottom: 5px !important;
border: 0;
border-top: 2px solid #efefef;
}
.header-bottom {
margin-top: 0px !important;
margin-bottom: 0px !important;
border: 0;
border-top: 2px solid #efefef;
}
.uppercase {
text-transform: uppercase !important;
}
.btn-producto {
position: absolute;
top: 20px;
margin-left: 93px;
font-size: 0.8em !important;
text-transform: uppercase;
}
.btn-dis {
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.btn-aum {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
.input-prod {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.cat-selector {
margin: 10px 0 15px 0;
padding: 10px;
border-radius: .25rem;
cursor: pointer;
border: 1px solid #CCC;
width: 120px !important;
height: 120px !important;
}
.prod-selector {
margin: 10px 0 15px 0;
padding: 10px;
border-radius: .25rem;
border: 1px solid #CCC;
width: 120px !important;
height: 120px !important;
}
.img-cat {
margin-left: auto;
margin-right: auto;
display: block;
}
#lista-productos .form-control {
text-transform: uppercase;
font-weight: bold;
font-size: 0.7em;
}
#mycard .btn {
text-transform: uppercase;
font-size: 0.9em;
}
#mycard .lbl-create-venta {
text-transform: uppercase;
font-size: 0.8em;
}
#mycard label {
text-transform: uppercase;
font-size: 0.8em;
}
.modal-dialog {
min-height: calc(100vh - 60px);
display: flex;
flex-direction: column;
justify-content: center;
overflow: auto;
}
@media(max-width: 768px) {
.modal-dialog {
min-height: calc(100vh - 20px);
}
}
.sweet-alert h2 {
font-family: "Source Sans Pro" !important;
font-weight: bold !important;
font-size: 14px !important;
margin: 0px !important;
text-transform: uppercase !important;
color: #333 !important;
}
.sweet-alert p {
font-family: "Source Sans Pro" !important;
font-weight: bold !important;
font-size: 14px !important;
margin-top: 15px !important;
margin-bottom: 15px !important;
font-weight: bold !important;
color: #333 !important;
}
.sweet-alert button {
font-family: "Source Sans Pro" !important;
margin: 15px 5px !important;
color: #fff !important;
background-color: #007bff !important;
border-color: #007bff !important;
padding: .375rem .75rem !important;
}
.input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.btn-circle {
border-radius: 50% !important;
}
.ml-custom {
margin-left: 144px;
}
.btn-outline-wac {
padding: 7px 12px !important;
text-transform: uppercase;
font-size: 0.9em !important;
color: #007bff !important;
border-color: #007bff;
font-weight: bold !important;
}
.btn-outline-wac>img {
width: 22px;
margin-right: 15px;
}
.btn-outline-wac:hover, .btn-outline-wac:focus, .btn-outline-wac:active {
color: #007bff;
background-color: #FFF;
border-color: #007bff;
}
.btn-outline-wac:not(:disabled):not(.disabled).active, .btn-outline-wac:not(:disabled):not(.disabled):active, .show>.btn-outline-wac.dropdown-toggle {
color: #007bff;
background-color: transparent;
border-color: #16B494;
}
.img-coupon {
opacity: 0.3;
}
.table-cupones {
font-size: 0.85em !important;
}
.content-cupon {
background-color: #28a745;
color: #FFF;
letter-spacing: 1.2px;
width: 105px;
padding: 3px 0;
border-radius: 8px;
}
.content-alert {
padding: 8px 12px 6px 12px;
border-radius: 6px;
margin-bottom: 15px;
}
.x-small {
font-size: 65%;
font-weight: bold;
text-transform: uppercase;
}
.lbl-points {
width: 100%;
padding: 10px !important;
}
.input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0rem !important;
border-bottom-right-radius: 0rem !important;
}
.card-cupon {
-webkit-box-shadow: 0px 0px 10px 6px rgba(219,219,219,1) !important;
-moz-box-shadow: 0px 0px 10px 6px rgba(219,219,219,1) !important;
box-shadow: 0px 0px 10px 6px rgba(219,219,219,1) !important;
border-radius: 6px !important;
}
.card-graph {
border: 1px solid #1f2d3d3d !important;
}
| 0.325949 | 0.118436 |
.page {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: stretch;
}
.page__header {
padding-top: calc(var(--spacing-unit) * 8);
padding-bottom: calc(var(--spacing-unit) * 6);
border-bottom: 1px solid var(--color-gray-900);
}
.page__header-content {
width: 100%;
max-width: calc(var(--spacing-unit) * 140);
padding: 0 calc(var(--spacing-unit) * 8);
margin: 0 auto;
}
.page__title {
margin-top: calc(var(--spacing-unit) * 1);
margin-bottom: calc(var(--spacing-unit) * 8);
max-width: calc(var(--spacing-unit) * 85);
font-family: var(--font-family-sans);
font-size: var(--font-size-zeta);
line-height: 1.2em;
color: var(--color-black);
font-weight: 400;
}
.page__description {
font-size: var(--font-size-delta);
line-height: 1.5em;
color: var(--color-gray-200);
margin-bottom: calc(var(--spacing-unit) * 2);
max-width: calc(var(--spacing-unit) * 75);
}
.page__children-count {
color: var(--color-gray-700);
white-space: nowrap;
}
.page__meta {
margin-top: calc(var(--spacing-unit) * 4);
padding: calc(var(--spacing-unit) * 2) 0;
border-top: 1px dotted var(--color-gray-800);
}
.page__meta-items-container {
display: flex;
flex-wrap: wrap;
/* The negative margin makes sure that the margin-left of the
* first meta item of every row, as well as the margin-bottom
* of all meta items is the last row, are "ignored"
*/
margin-bottom: calc(var(--spacing-unit) * -4);
margin-left: calc(var(--spacing-unit) * -4);
}
.page__meta-item {
margin-left: calc(var(--spacing-unit) * 4);
margin-bottom: calc(var(--spacing-unit) * 4);
}
.page__author a,
.page__related a {
text-decoration: none;
color: inherit;
}
.page__component-demo {
border-bottom: 1px solid var(--color-gray-900);
}
.page__tabs {
width: 100%;
border-bottom: 1px solid var(--color-gray-900);
}
.page__tabs-content {
max-width: calc(var(--spacing-unit) * 140);
padding: 0 calc(var(--spacing-unit) * 8);
margin: 0 auto;
}
.page__docs {
width: 100%;
max-width: calc(var(--spacing-unit) * 140);
padding: 0 calc(var(--spacing-unit) * 8);
margin: 0 auto;
margin-top: calc(var(--spacing-unit) * 10);
margin-bottom: calc(var(--spacing-unit) * 16);
flex-grow: 1;
}
.page__footer {
width: 100%;
border-top: 1px solid var(--color-gray-800);
}
.page__footer-content {
max-width: calc(var(--spacing-unit) * 140);
padding: 0 calc(var(--spacing-unit) * 8);
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.page__node-nav {
text-decoration: none;
color: inherit;
transition: transform 0.3s;
width: 10%;
flex-grow: 1;
padding: calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 4);
}
.page__node-nav::before,
.page__node-nav::after {
position: absolute;
top: 50%;
transform: translateY(-65%);
color: var(--color-gray-800);
font-size: var(--font-size-delta);
width: calc(var(--spacing-unit) * 3);
transition: color 0.3s;
}
.page__node-nav:hover::before,
.page__node-nav:hover::after {
color: var(--color-blue);
}
.page__node-nav--prev {
margin-left: calc(var(--spacing-unit) * -4);
}
.page__node-nav--prev:hover {
transform: translateX(calc(var(--spacing-unit) * -2));
}
.page__node-nav--prev::before {
content: '←';
left: calc(var(--spacing-unit) * -1);
text-align: right;
}
.page__node-nav--next {
margin-right: calc(var(--spacing-unit) * -4);
text-align: right;
}
.page__node-nav--next:hover {
transform: translateX(calc(var(--spacing-unit) * 2));
}
.page__node-nav--next::after {
content: '→';
right: calc(var(--spacing-unit) * -1);
}
/* --- Responsive Mobile --- */
@media screen and (max-width: 600px) {
.page__header {
padding-top: calc(var(--spacing-unit) * 4);
padding-bottom: calc(var(--spacing-unit) * 4);
}
.page__header-content {
padding: 0 calc(var(--spacing-unit) * 3);
}
.page__title {
margin-bottom: calc(var(--spacing-unit) * 6);
}
.page__tabs-content {
padding: 0 calc(var(--spacing-unit) * 3);
}
.page__docs {
padding: 0 calc(var(--spacing-unit) * 3);
margin-top: calc(var(--spacing-unit) * 6);
margin-bottom: calc(var(--spacing-unit) * 8);
}
.page__footer-content {
padding: 0 calc(var(--spacing-unit) * 3);
}
.page__node-nav {
padding: calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2);
}
.page__node-nav--prev {
margin-left: calc(var(--spacing-unit) * -2);
}
.page__node-nav--next {
margin-right: calc(var(--spacing-unit) * -2);
}
.page__node-nav--prev:hover {
transform: translateX(0);
}
.page__node-nav--next:hover {
transform: translateX(0);
}
.page__node-nav::before,
.page__node-nav::after {
display: none;
}
}
|
frontend/src/Page/Page.css
|
.page {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: stretch;
}
.page__header {
padding-top: calc(var(--spacing-unit) * 8);
padding-bottom: calc(var(--spacing-unit) * 6);
border-bottom: 1px solid var(--color-gray-900);
}
.page__header-content {
width: 100%;
max-width: calc(var(--spacing-unit) * 140);
padding: 0 calc(var(--spacing-unit) * 8);
margin: 0 auto;
}
.page__title {
margin-top: calc(var(--spacing-unit) * 1);
margin-bottom: calc(var(--spacing-unit) * 8);
max-width: calc(var(--spacing-unit) * 85);
font-family: var(--font-family-sans);
font-size: var(--font-size-zeta);
line-height: 1.2em;
color: var(--color-black);
font-weight: 400;
}
.page__description {
font-size: var(--font-size-delta);
line-height: 1.5em;
color: var(--color-gray-200);
margin-bottom: calc(var(--spacing-unit) * 2);
max-width: calc(var(--spacing-unit) * 75);
}
.page__children-count {
color: var(--color-gray-700);
white-space: nowrap;
}
.page__meta {
margin-top: calc(var(--spacing-unit) * 4);
padding: calc(var(--spacing-unit) * 2) 0;
border-top: 1px dotted var(--color-gray-800);
}
.page__meta-items-container {
display: flex;
flex-wrap: wrap;
/* The negative margin makes sure that the margin-left of the
* first meta item of every row, as well as the margin-bottom
* of all meta items is the last row, are "ignored"
*/
margin-bottom: calc(var(--spacing-unit) * -4);
margin-left: calc(var(--spacing-unit) * -4);
}
.page__meta-item {
margin-left: calc(var(--spacing-unit) * 4);
margin-bottom: calc(var(--spacing-unit) * 4);
}
.page__author a,
.page__related a {
text-decoration: none;
color: inherit;
}
.page__component-demo {
border-bottom: 1px solid var(--color-gray-900);
}
.page__tabs {
width: 100%;
border-bottom: 1px solid var(--color-gray-900);
}
.page__tabs-content {
max-width: calc(var(--spacing-unit) * 140);
padding: 0 calc(var(--spacing-unit) * 8);
margin: 0 auto;
}
.page__docs {
width: 100%;
max-width: calc(var(--spacing-unit) * 140);
padding: 0 calc(var(--spacing-unit) * 8);
margin: 0 auto;
margin-top: calc(var(--spacing-unit) * 10);
margin-bottom: calc(var(--spacing-unit) * 16);
flex-grow: 1;
}
.page__footer {
width: 100%;
border-top: 1px solid var(--color-gray-800);
}
.page__footer-content {
max-width: calc(var(--spacing-unit) * 140);
padding: 0 calc(var(--spacing-unit) * 8);
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.page__node-nav {
text-decoration: none;
color: inherit;
transition: transform 0.3s;
width: 10%;
flex-grow: 1;
padding: calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 4);
}
.page__node-nav::before,
.page__node-nav::after {
position: absolute;
top: 50%;
transform: translateY(-65%);
color: var(--color-gray-800);
font-size: var(--font-size-delta);
width: calc(var(--spacing-unit) * 3);
transition: color 0.3s;
}
.page__node-nav:hover::before,
.page__node-nav:hover::after {
color: var(--color-blue);
}
.page__node-nav--prev {
margin-left: calc(var(--spacing-unit) * -4);
}
.page__node-nav--prev:hover {
transform: translateX(calc(var(--spacing-unit) * -2));
}
.page__node-nav--prev::before {
content: '←';
left: calc(var(--spacing-unit) * -1);
text-align: right;
}
.page__node-nav--next {
margin-right: calc(var(--spacing-unit) * -4);
text-align: right;
}
.page__node-nav--next:hover {
transform: translateX(calc(var(--spacing-unit) * 2));
}
.page__node-nav--next::after {
content: '→';
right: calc(var(--spacing-unit) * -1);
}
/* --- Responsive Mobile --- */
@media screen and (max-width: 600px) {
.page__header {
padding-top: calc(var(--spacing-unit) * 4);
padding-bottom: calc(var(--spacing-unit) * 4);
}
.page__header-content {
padding: 0 calc(var(--spacing-unit) * 3);
}
.page__title {
margin-bottom: calc(var(--spacing-unit) * 6);
}
.page__tabs-content {
padding: 0 calc(var(--spacing-unit) * 3);
}
.page__docs {
padding: 0 calc(var(--spacing-unit) * 3);
margin-top: calc(var(--spacing-unit) * 6);
margin-bottom: calc(var(--spacing-unit) * 8);
}
.page__footer-content {
padding: 0 calc(var(--spacing-unit) * 3);
}
.page__node-nav {
padding: calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2);
}
.page__node-nav--prev {
margin-left: calc(var(--spacing-unit) * -2);
}
.page__node-nav--next {
margin-right: calc(var(--spacing-unit) * -2);
}
.page__node-nav--prev:hover {
transform: translateX(0);
}
.page__node-nav--next:hover {
transform: translateX(0);
}
.page__node-nav::before,
.page__node-nav::after {
display: none;
}
}
| 0.705481 | 0.077343 |
.clear{clear:both;font-size:1px}
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.fb_all{background-color:#f2f2f2;border-radius:0px 0px 8px 8px;padding:5px 30px 20px 20px;box-shadow: 3px 3px 3px #494949;max-width: 530px;}
.fb_form{border-radius:0px 0px 8px 8px;padding:5px 0px 0px}
.red{color:#CB0000}
.fb_form label{clear:both;float:left;width:26.7%;margin-top:20px;margin-right:1.9%;text-align:right;color:#000}
.fb_form label span{font-size:0.6875rem;line-height:1;}
.el_input{float:left;width:70%}
.el_input div{font-size:0.6875rem;line-height:1;visibility:hidden;margin-top:5px}
.el_input a{font-size:0.75rem;padding-top:5px}
.fb_form input, .fb_form select, .fb_form textarea{display:block;margin-top:20px;padding:2px 3px;border-left:1px solid #9f9f9f;border-top:1px solid #9f9f9f;border-radius:3px;color:#4d4d4d;border-right:0px;border-bottom:0px}
.el_input div+input, .el_input div+select, .el_input div+textarea{margin-top:2px}
.fb_form input{height:25px;width:100%;}
.fb_form select{height:25px;width:100%;}
.fb_form textarea{width:100%;height:200px}
.input_file{height:auto!important;width:auto!important;border:1px solid #9f9f9f!important;}
.input_file_info{width:100%;display:block;font-size:0.6875rem}
.with_code{margin-left:28.6%}
.fb_form iframe{float:left;width:150px;height:50px;margin-top:5px;margin-right:2%}
.fb_form iframe img{width:150px;height:50px}
.code_info{font-size:0.75rem}
.code_input{width:42.7%!important;float:left;margin-top:0px!important}
.sendform{margin-left:28.6%;background-color:#2d47b0!important;color:#fff!important;text-transform:uppercase;margin-top:30px;padding:5px 10px !important; border-radius:3px;border:0px!important;font-weight:bold;cursor:pointer; font-size:1rem;width:auto!important;border-top:1px solid #507eec;height:auto!important;text-shadow:0px 1px #000;
background:-webkit-linear-gradient(top,#2d47b0 0%,#172663 100%);
background:-moz-linear-gradient(top,#2d47b0 0%,#172663 100%);
background:-o-linear-gradient(top,#2d47b0 0%,#172663 100%);
background:-ms-linear-gradient(top,#2d47b0 0%,#172663 100%);
background:linear-gradient(to bottom,#2d47b0 0%,#172663 100%);}
.sendform:hover{background-color:#172663!important;
background:-webkit-linear-gradient(bottom,#2d47b0 0%,#172663 100%);
background:-moz-linear-gradient(bottom,#2d47b0 0%,#172663 100%);
background:-o-linear-gradient(bottom,#2d47b0 0%,#172663 100%);
background:-ms-linear-gradient(bottom,#2d47b0 0%,#172663 100%);
background:linear-gradient(to top,#2d47b0 0%,#172663 100%);}
.fb_info{margin-top:15px;font-size:0.75rem;margin-left:28.6%;}
#fb_send_error{color:red;font-size:1rem;font-weight:bold;}
#fb_send_ok{color:green;font-size:1rem;font-weight:bold;}
|
Exemple/Sk_files/el_styles.css
|
.clear{clear:both;font-size:1px}
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.fb_all{background-color:#f2f2f2;border-radius:0px 0px 8px 8px;padding:5px 30px 20px 20px;box-shadow: 3px 3px 3px #494949;max-width: 530px;}
.fb_form{border-radius:0px 0px 8px 8px;padding:5px 0px 0px}
.red{color:#CB0000}
.fb_form label{clear:both;float:left;width:26.7%;margin-top:20px;margin-right:1.9%;text-align:right;color:#000}
.fb_form label span{font-size:0.6875rem;line-height:1;}
.el_input{float:left;width:70%}
.el_input div{font-size:0.6875rem;line-height:1;visibility:hidden;margin-top:5px}
.el_input a{font-size:0.75rem;padding-top:5px}
.fb_form input, .fb_form select, .fb_form textarea{display:block;margin-top:20px;padding:2px 3px;border-left:1px solid #9f9f9f;border-top:1px solid #9f9f9f;border-radius:3px;color:#4d4d4d;border-right:0px;border-bottom:0px}
.el_input div+input, .el_input div+select, .el_input div+textarea{margin-top:2px}
.fb_form input{height:25px;width:100%;}
.fb_form select{height:25px;width:100%;}
.fb_form textarea{width:100%;height:200px}
.input_file{height:auto!important;width:auto!important;border:1px solid #9f9f9f!important;}
.input_file_info{width:100%;display:block;font-size:0.6875rem}
.with_code{margin-left:28.6%}
.fb_form iframe{float:left;width:150px;height:50px;margin-top:5px;margin-right:2%}
.fb_form iframe img{width:150px;height:50px}
.code_info{font-size:0.75rem}
.code_input{width:42.7%!important;float:left;margin-top:0px!important}
.sendform{margin-left:28.6%;background-color:#2d47b0!important;color:#fff!important;text-transform:uppercase;margin-top:30px;padding:5px 10px !important; border-radius:3px;border:0px!important;font-weight:bold;cursor:pointer; font-size:1rem;width:auto!important;border-top:1px solid #507eec;height:auto!important;text-shadow:0px 1px #000;
background:-webkit-linear-gradient(top,#2d47b0 0%,#172663 100%);
background:-moz-linear-gradient(top,#2d47b0 0%,#172663 100%);
background:-o-linear-gradient(top,#2d47b0 0%,#172663 100%);
background:-ms-linear-gradient(top,#2d47b0 0%,#172663 100%);
background:linear-gradient(to bottom,#2d47b0 0%,#172663 100%);}
.sendform:hover{background-color:#172663!important;
background:-webkit-linear-gradient(bottom,#2d47b0 0%,#172663 100%);
background:-moz-linear-gradient(bottom,#2d47b0 0%,#172663 100%);
background:-o-linear-gradient(bottom,#2d47b0 0%,#172663 100%);
background:-ms-linear-gradient(bottom,#2d47b0 0%,#172663 100%);
background:linear-gradient(to top,#2d47b0 0%,#172663 100%);}
.fb_info{margin-top:15px;font-size:0.75rem;margin-left:28.6%;}
#fb_send_error{color:red;font-size:1rem;font-weight:bold;}
#fb_send_ok{color:green;font-size:1rem;font-weight:bold;}
| 0.213623 | 0.15034 |
Ticker
***************************/
span.ModulesBoxeBootstrapTickerNew {
font: 700 0.625rem/0.5rem Arial,Helvetica,sans-serif;
color: #000;
background: #B2D5EE none repeat scroll 0% 0%;
text-transform: uppercase;
padding: 0.375rem 0rem 0.4375rem;
text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
width: 5.5rem;
text-align: center;
display: block;
position: relative;
left: -0.3125rem;
top: -6rem;
z-index: 999999;
transform: rotate(-45deg);
}
span.ModulesBoxeBootstrapTickerSpecial {
font: 700 0.625rem/0.5rem Arial,Helvetica,sans-serif;
color: #FFF;
background: #E6290B none repeat scroll 0% 0%;
text-transform: uppercase;
padding: 0.375rem 0px 0.4375rem;
text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
width: 5.5rem;
text-align: center;
display: block;
position: relative;
left: -0.3125rem;
top: -6rem;
z-index: 999999;
transform: rotate(-45deg);
}
span.ModulesBoxeBootstrapTickerFavorite {
font: 700 0.625rem/0.5rem Arial,Helvetica,sans-serif;
color: #FFF;
background: #449D44 none repeat scroll 0% 0%;
text-transform: uppercase;
padding: 0.375rem 0px 0.4375rem;
text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
width: 5.5rem;
text-align: center;
display: block;
position: relative;
left: -0.3125rem;
top: -6rem;
z-index: 999999;
transform: rotate(-45deg);
}
span.ModulesBoxeBootstrapTickerFeatured {
font: 700 0.625rem/0.5rem Arial,Helvetica,sans-serif;
color: #FFF;
background: #025AA5 none repeat scroll 0% 0%;
text-transform: uppercase;
padding: 0.375rem 0px 0.4375rem;
text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
width: 5.5rem;
text-align: center;
display: block;
position: relative ;
left: -0.3125rem;
top: -6rem;
z-index: 999999;
transform: rotate(-45deg);
}
/********************************
// Ticker pourcenatge
********************************/
span.ModulesBoxeBootstrapTickerSpecialPourcentage {
font: 700 14px/12px Arial,Helvetica,sans-serif;
color: #FFF;
background: #FF6600 none repeat scroll 0% 0%;
text-transform: uppercase;
padding: 0.375rem 0px 0.4375rem;
text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
width: 3.125rem;
text-align: center;
display: block;
float: right;
position: relative;
top: 1rem;
z-index: 9999999;
}
|
shop/sources/template/Default/css/english/modules_boxes/modules_boxes_general.css
|
Ticker
***************************/
span.ModulesBoxeBootstrapTickerNew {
font: 700 0.625rem/0.5rem Arial,Helvetica,sans-serif;
color: #000;
background: #B2D5EE none repeat scroll 0% 0%;
text-transform: uppercase;
padding: 0.375rem 0rem 0.4375rem;
text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
width: 5.5rem;
text-align: center;
display: block;
position: relative;
left: -0.3125rem;
top: -6rem;
z-index: 999999;
transform: rotate(-45deg);
}
span.ModulesBoxeBootstrapTickerSpecial {
font: 700 0.625rem/0.5rem Arial,Helvetica,sans-serif;
color: #FFF;
background: #E6290B none repeat scroll 0% 0%;
text-transform: uppercase;
padding: 0.375rem 0px 0.4375rem;
text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
width: 5.5rem;
text-align: center;
display: block;
position: relative;
left: -0.3125rem;
top: -6rem;
z-index: 999999;
transform: rotate(-45deg);
}
span.ModulesBoxeBootstrapTickerFavorite {
font: 700 0.625rem/0.5rem Arial,Helvetica,sans-serif;
color: #FFF;
background: #449D44 none repeat scroll 0% 0%;
text-transform: uppercase;
padding: 0.375rem 0px 0.4375rem;
text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
width: 5.5rem;
text-align: center;
display: block;
position: relative;
left: -0.3125rem;
top: -6rem;
z-index: 999999;
transform: rotate(-45deg);
}
span.ModulesBoxeBootstrapTickerFeatured {
font: 700 0.625rem/0.5rem Arial,Helvetica,sans-serif;
color: #FFF;
background: #025AA5 none repeat scroll 0% 0%;
text-transform: uppercase;
padding: 0.375rem 0px 0.4375rem;
text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
width: 5.5rem;
text-align: center;
display: block;
position: relative ;
left: -0.3125rem;
top: -6rem;
z-index: 999999;
transform: rotate(-45deg);
}
/********************************
// Ticker pourcenatge
********************************/
span.ModulesBoxeBootstrapTickerSpecialPourcentage {
font: 700 14px/12px Arial,Helvetica,sans-serif;
color: #FFF;
background: #FF6600 none repeat scroll 0% 0%;
text-transform: uppercase;
padding: 0.375rem 0px 0.4375rem;
text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
width: 3.125rem;
text-align: center;
display: block;
float: right;
position: relative;
top: 1rem;
z-index: 9999999;
}
| 0.343232 | 0.072703 |
div#svd-index table td {
vertical-align: top;
}
div#svd-index table td li {
margin-left: -20px;
}
div#svd-index table th {
padding-right: 80px;
font-weight: normal;
}
/* "show" page new proposal dialog window */
div.svd-show-proposal-dialog {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #eeeeee;
position: absolute;
z-index: 5000;
display: none;
width: 780px;
height: 400px;
overflow: scroll;
}
div.svd-show-dialog-content {
padding: 30px;
overflow: scroll;
}
div.svd-show-dialog-content p {
margin: 15px 0px;
}
button.svd-show-dialog-close {
margin-right: 6px;
color: red;
font-size: 18px;
border: none;
background: transparent;
cursor: pointer;
float: right;
}
div.svd-show-dialog-mask {
background-color: black;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
position: absolute;
top: 0;
left: 0;
z-index: 4000;
display: none;
}
/* "show" page list */
div#svd-show {
width: 800px;
}
li.svd-show-li {
margin: 10px 0px;
}
span.svd-show-li-title {
font-weight: bold;
}
ul.svd-show-li-item {
margin: 10px 0px 0px -20px;
}
p.svd-show-li-info {
font-style: italic;
margin: 5px 0px 0px 0px;
}
p.svd-show-li-item-meta {
margin-left: 20px;
margin-bottom: 0px;
font-size: 11px;
}
.svd-show-li-item-link {
font-size: 11px;
/*font-weight: bold;*/
margin-left: 20px;
}
a.svd-show-li-item-delete-link {
text-decoration: underline;
cursor: pointer;
}
div#svd-show button {
margin-top: 10px;
}
li.svd-show-proposals {
list-style-type: none;
}
span.svd-show-proposals-expand {
cursor: pointer;
font-size: 10px;
}
ul#svd-show-description-proposals {
margin-left: -5px;
padding-left: 25px;
}
ul#svd-show-associated-scientific-names li {
display: inline;
}
/* "create" page input */
div#svd-create-input {
float: left;
margin-bottom: 50px;
}
div#svd-create-input table {
border-spacing: 10px;
}
div#svd-create-input input[type="text"] {
width: 160px;
}
div#svd-create-input select{
width: 165px;
height: 200px;
overflow: scroll;
}
/* "crate" page display */
div#svd-create-display {
float: right;
margin-right: 100px;
margin-bottom: 50px;
}
div#svd-create-display ul {
margin-top: 10px;
width: 500px;
overflow: scroll;
}
ul#svd-matched-svd-display {
height: 160px;
}
ul#svd-feature-value-display {
height: 240px;
}
div.svd-create-display-header {
display: none;
}
div.svd-create-display-header span {
font-size: 14px;
}
button.svd-remove-feature-value {
color: grey;
font-size: 10px;
background: transparent;
border: none;
cursor: pointer;
}
/* "show_feature" page */
span.feature-domain-item {
text-decoration: underline;
}
span.feature-show-value-expand {
cursor: pointer;
font-size: 10px;
}
div.feature-show-value-toggle {
width: 800px;
margin: 0px 0px 5px 0px;
font-size: 10px;
}
img.feature-show-value-img {
width: 96px;
height: 96px;
float: left;
margin-right: 20px;
}
/* navigation */
div.svd-navigation {
margin-bottom: 10px;
}
|
public/stylesheets/semantic_vernacular.css
|
div#svd-index table td {
vertical-align: top;
}
div#svd-index table td li {
margin-left: -20px;
}
div#svd-index table th {
padding-right: 80px;
font-weight: normal;
}
/* "show" page new proposal dialog window */
div.svd-show-proposal-dialog {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #eeeeee;
position: absolute;
z-index: 5000;
display: none;
width: 780px;
height: 400px;
overflow: scroll;
}
div.svd-show-dialog-content {
padding: 30px;
overflow: scroll;
}
div.svd-show-dialog-content p {
margin: 15px 0px;
}
button.svd-show-dialog-close {
margin-right: 6px;
color: red;
font-size: 18px;
border: none;
background: transparent;
cursor: pointer;
float: right;
}
div.svd-show-dialog-mask {
background-color: black;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
position: absolute;
top: 0;
left: 0;
z-index: 4000;
display: none;
}
/* "show" page list */
div#svd-show {
width: 800px;
}
li.svd-show-li {
margin: 10px 0px;
}
span.svd-show-li-title {
font-weight: bold;
}
ul.svd-show-li-item {
margin: 10px 0px 0px -20px;
}
p.svd-show-li-info {
font-style: italic;
margin: 5px 0px 0px 0px;
}
p.svd-show-li-item-meta {
margin-left: 20px;
margin-bottom: 0px;
font-size: 11px;
}
.svd-show-li-item-link {
font-size: 11px;
/*font-weight: bold;*/
margin-left: 20px;
}
a.svd-show-li-item-delete-link {
text-decoration: underline;
cursor: pointer;
}
div#svd-show button {
margin-top: 10px;
}
li.svd-show-proposals {
list-style-type: none;
}
span.svd-show-proposals-expand {
cursor: pointer;
font-size: 10px;
}
ul#svd-show-description-proposals {
margin-left: -5px;
padding-left: 25px;
}
ul#svd-show-associated-scientific-names li {
display: inline;
}
/* "create" page input */
div#svd-create-input {
float: left;
margin-bottom: 50px;
}
div#svd-create-input table {
border-spacing: 10px;
}
div#svd-create-input input[type="text"] {
width: 160px;
}
div#svd-create-input select{
width: 165px;
height: 200px;
overflow: scroll;
}
/* "crate" page display */
div#svd-create-display {
float: right;
margin-right: 100px;
margin-bottom: 50px;
}
div#svd-create-display ul {
margin-top: 10px;
width: 500px;
overflow: scroll;
}
ul#svd-matched-svd-display {
height: 160px;
}
ul#svd-feature-value-display {
height: 240px;
}
div.svd-create-display-header {
display: none;
}
div.svd-create-display-header span {
font-size: 14px;
}
button.svd-remove-feature-value {
color: grey;
font-size: 10px;
background: transparent;
border: none;
cursor: pointer;
}
/* "show_feature" page */
span.feature-domain-item {
text-decoration: underline;
}
span.feature-show-value-expand {
cursor: pointer;
font-size: 10px;
}
div.feature-show-value-toggle {
width: 800px;
margin: 0px 0px 5px 0px;
font-size: 10px;
}
img.feature-show-value-img {
width: 96px;
height: 96px;
float: left;
margin-right: 20px;
}
/* navigation */
div.svd-navigation {
margin-bottom: 10px;
}
| 0.231875 | 0.066327 |
.contentContainer {
display: flex;
flex-flow: row;
}
.largeItem {
flex: 0 0 33%;
border: 1px solid black;
}
.small {
display: flex;
flex-direction: column;
flex: 0 0 66%;
}
.smallItem {
display: flex;
flex: 1;
border: 1px solid black;
}
.userInfoContainer {
max-width: 316px;
text-align: center;
background-color: white;
margin: 24px auto;
padding-top: 50px;
padding-left: 27px;
padding-right: 27px;
padding-bottom: 32px;
border-radius: 8px;
box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
}
.userInfoImgContainer {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}
.userInfoPic {
width: 90px;
}
h1 {
font-size: 18px;
font-weight: 500;
color: #6b6b6b;
text-align: center;
margin-bottom: 2px;
}
h2 {
font-size: 14px;
font-weight: 500;
letter-spacing: 0.5px;
color: #b6b6b6;
text-align: center;
}
h3 {
font-size: 14px;
font-weight: 400;
letter-spacing: 0.5px;
color: #b6b6b6;
margin-bottom: 10px;
}
h4 {
font-size: 14px;
font-weight: 400;
letter-spacing: 0.4px;
color: #6b6b6b;
margin-left: 7px;
}
.userInfoBandwidthContainer {
margin-top: 26px;
text-align: left;
}
.userInfoBandwidthGrey {
width: 310.4px;
height: 11px;
border-radius: 9px;
background-color: #f4f4f4;
}
.userInfoBandwidthColor {
width: 177px;
height: 11px;
border-radius: 9px;
background-image: linear-gradient(271deg, #e8d500, #a9fcab);
}
.userInfoCurrentProjectsContainer {
margin-top: 15px;
text-align: left;
}
.userInfoCurrentProjectName {
max-width: 322px;
height: 45px;
border-radius: 4px;
background-color: #f4f4f4;
margin-bottom: 10px;
display: flex;
align-items: center;
position: relative;
}
.userInfoCurrentProjectLogo {
margin-left: 10px;
width: 48px;
}
.userInfoCurrentProjectIcon {
width: 8px;
text-align: right;
position: absolute;
right: 16px;
}
.userInfoSkilletsetContainer {
margin-top: 32px;
}
.skillChip {
border-radius: 15px;
background-color: #f4f4f4;
padding: 10px 15px;
display: inline-block;
margin: 5px;
}
.skillChipText {
font-size: 14px;
font-weight: 400;
letter-spacing: 0.4px;
color: #6b6b6b;
}
.userInfoGoalsContainer {
margin-top: 38px;
}
.userInfoGoalLabel {
max-width: 322px;
height: 45px;
border-radius: 4px;
background-color: #f4f4f4;
display: flex;
align-items: center;
margin-bottom: 10px;
position: relative;
}
.userInfoGoalText {
font-size: 12px;
font-weight: 400;
letter-spacing: 0.3px;
text-align: left;
color: #6b6b6b;
margin-bottom: 4px;
}
.userInfoGoalDaysLeft {
font-size: 10px;
font-weight: 500;
letter-spacing: 0.3px;
text-align: left;
color: rgba(107, 107, 107, 0.75);
}
.userInfoGoalPercentLeftGreen {
width: 52px;
height: 45px;
border-radius: 4px;
background-image: linear-gradient(132deg, #85de28, #ded428);
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 18px;
position: absolute;
right: 0;
}
.userInfoGoalPercentLeftYellow {
width: 52px;
height: 45px;
border-radius: 4px;
background-image: linear-gradient(132deg, #d9de28, #deba28);
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 18px;
position: absolute;
right: 0;
}
|
src/pages/index.module.css
|
.contentContainer {
display: flex;
flex-flow: row;
}
.largeItem {
flex: 0 0 33%;
border: 1px solid black;
}
.small {
display: flex;
flex-direction: column;
flex: 0 0 66%;
}
.smallItem {
display: flex;
flex: 1;
border: 1px solid black;
}
.userInfoContainer {
max-width: 316px;
text-align: center;
background-color: white;
margin: 24px auto;
padding-top: 50px;
padding-left: 27px;
padding-right: 27px;
padding-bottom: 32px;
border-radius: 8px;
box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
}
.userInfoImgContainer {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}
.userInfoPic {
width: 90px;
}
h1 {
font-size: 18px;
font-weight: 500;
color: #6b6b6b;
text-align: center;
margin-bottom: 2px;
}
h2 {
font-size: 14px;
font-weight: 500;
letter-spacing: 0.5px;
color: #b6b6b6;
text-align: center;
}
h3 {
font-size: 14px;
font-weight: 400;
letter-spacing: 0.5px;
color: #b6b6b6;
margin-bottom: 10px;
}
h4 {
font-size: 14px;
font-weight: 400;
letter-spacing: 0.4px;
color: #6b6b6b;
margin-left: 7px;
}
.userInfoBandwidthContainer {
margin-top: 26px;
text-align: left;
}
.userInfoBandwidthGrey {
width: 310.4px;
height: 11px;
border-radius: 9px;
background-color: #f4f4f4;
}
.userInfoBandwidthColor {
width: 177px;
height: 11px;
border-radius: 9px;
background-image: linear-gradient(271deg, #e8d500, #a9fcab);
}
.userInfoCurrentProjectsContainer {
margin-top: 15px;
text-align: left;
}
.userInfoCurrentProjectName {
max-width: 322px;
height: 45px;
border-radius: 4px;
background-color: #f4f4f4;
margin-bottom: 10px;
display: flex;
align-items: center;
position: relative;
}
.userInfoCurrentProjectLogo {
margin-left: 10px;
width: 48px;
}
.userInfoCurrentProjectIcon {
width: 8px;
text-align: right;
position: absolute;
right: 16px;
}
.userInfoSkilletsetContainer {
margin-top: 32px;
}
.skillChip {
border-radius: 15px;
background-color: #f4f4f4;
padding: 10px 15px;
display: inline-block;
margin: 5px;
}
.skillChipText {
font-size: 14px;
font-weight: 400;
letter-spacing: 0.4px;
color: #6b6b6b;
}
.userInfoGoalsContainer {
margin-top: 38px;
}
.userInfoGoalLabel {
max-width: 322px;
height: 45px;
border-radius: 4px;
background-color: #f4f4f4;
display: flex;
align-items: center;
margin-bottom: 10px;
position: relative;
}
.userInfoGoalText {
font-size: 12px;
font-weight: 400;
letter-spacing: 0.3px;
text-align: left;
color: #6b6b6b;
margin-bottom: 4px;
}
.userInfoGoalDaysLeft {
font-size: 10px;
font-weight: 500;
letter-spacing: 0.3px;
text-align: left;
color: rgba(107, 107, 107, 0.75);
}
.userInfoGoalPercentLeftGreen {
width: 52px;
height: 45px;
border-radius: 4px;
background-image: linear-gradient(132deg, #85de28, #ded428);
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 18px;
position: absolute;
right: 0;
}
.userInfoGoalPercentLeftYellow {
width: 52px;
height: 45px;
border-radius: 4px;
background-image: linear-gradient(132deg, #d9de28, #deba28);
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 18px;
position: absolute;
right: 0;
}
| 0.532911 | 0.103749 |
$breakpoint argument choices:
- phone
- tab-port
- tab-lans
- big-desktop
ORDER: Base + typography > general layout + grid > page layout > components
1em = 16px
*/
.text-green {
color: #819691;
}
.bg-color_lightGrey {
background-color: #F4F4F5;
}
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
/* default 16px */
/* font-size: 10px; */
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
box-sizing: border-box;
transition: all 0.4s;
overflow-x: hidden;
}
input,
textarea,
button,
select,
a {
-webkit-tap-highlight-color: transparent;
}
input:focus,
textarea:focus,
button:focus,
select:focus,
a:focus {
color: white;
}
button:focus {
outline: 0;
}
@media only screen and (max-width: 62em) {
main:not([page=home]) {
margin-top: unset;
}
}
p {
font-family: "HKGrotesk-Regular";
font-size: 1.4rem;
color: #222222;
}
@media only screen and (max-width: 62em) {
p {
font-size: 1.2rem;
}
}
h1, h2, h3, h4, h5, h6 {
font-family: "HKGrotesk-Bold";
}
li, a {
font-family: "HKGrotesk-Regular";
}
.forDesktop {
display: block !important;
}
@media only screen and (max-width: 62em) {
.forDesktop {
display: none !important;
}
}
.forDesktop-dflex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
@media only screen and (max-width: 62em) {
.forDesktop-dflex {
display: none !important;
}
}
.forMobile {
display: none !important;
}
@media only screen and (max-width: 62em) {
.forMobile {
display: block !important;
}
}
.forMobile-dflex {
display: none !important;
}
@media only screen and (max-width: 62em) {
.forMobile-dflex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@font-face {
font-family: "HKGrotesk-Bold";
src: url("/fonts/HKGrotesk-Bold.woff") format("woff");
}
@font-face {
font-family: "HKGrotesk-Light";
src: url("/fonts/HKGrotesk-Light.woff") format("woff");
}
@font-face {
font-family: "HKGrotesk-Regular";
src: url("/fonts/HKGrotesk-Regular.woff") format("woff");
}
header menu {
text-align: center;
padding: 2.5rem 0;
}
header menu ul {
padding: 0;
margin: 0;
}
header menu ul li {
list-style: none;
display: inline-block;
margin: 0 1.5rem;
}
header menu ul li a {
text-decoration: none;
font-size: 1.6rem;
color: #696969f8;
transition: 0.2s all linear;
}
header menu ul li a:hover {
color: #161616;
}
|
public/css/main.css
|
$breakpoint argument choices:
- phone
- tab-port
- tab-lans
- big-desktop
ORDER: Base + typography > general layout + grid > page layout > components
1em = 16px
*/
.text-green {
color: #819691;
}
.bg-color_lightGrey {
background-color: #F4F4F5;
}
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
/* default 16px */
/* font-size: 10px; */
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
box-sizing: border-box;
transition: all 0.4s;
overflow-x: hidden;
}
input,
textarea,
button,
select,
a {
-webkit-tap-highlight-color: transparent;
}
input:focus,
textarea:focus,
button:focus,
select:focus,
a:focus {
color: white;
}
button:focus {
outline: 0;
}
@media only screen and (max-width: 62em) {
main:not([page=home]) {
margin-top: unset;
}
}
p {
font-family: "HKGrotesk-Regular";
font-size: 1.4rem;
color: #222222;
}
@media only screen and (max-width: 62em) {
p {
font-size: 1.2rem;
}
}
h1, h2, h3, h4, h5, h6 {
font-family: "HKGrotesk-Bold";
}
li, a {
font-family: "HKGrotesk-Regular";
}
.forDesktop {
display: block !important;
}
@media only screen and (max-width: 62em) {
.forDesktop {
display: none !important;
}
}
.forDesktop-dflex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
@media only screen and (max-width: 62em) {
.forDesktop-dflex {
display: none !important;
}
}
.forMobile {
display: none !important;
}
@media only screen and (max-width: 62em) {
.forMobile {
display: block !important;
}
}
.forMobile-dflex {
display: none !important;
}
@media only screen and (max-width: 62em) {
.forMobile-dflex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@font-face {
font-family: "HKGrotesk-Bold";
src: url("/fonts/HKGrotesk-Bold.woff") format("woff");
}
@font-face {
font-family: "HKGrotesk-Light";
src: url("/fonts/HKGrotesk-Light.woff") format("woff");
}
@font-face {
font-family: "HKGrotesk-Regular";
src: url("/fonts/HKGrotesk-Regular.woff") format("woff");
}
header menu {
text-align: center;
padding: 2.5rem 0;
}
header menu ul {
padding: 0;
margin: 0;
}
header menu ul li {
list-style: none;
display: inline-block;
margin: 0 1.5rem;
}
header menu ul li a {
text-decoration: none;
font-size: 1.6rem;
color: #696969f8;
transition: 0.2s all linear;
}
header menu ul li a:hover {
color: #161616;
}
| 0.384681 | 0.075892 |
.searchinput{
line-height: 100%;
display: table;
margin: 0;
width: 100%;
position: absolute;
text-align: center;
top: -50%;
left: 50%;
transform: translate(-50%, -50%);
}
.text{
width: 60%;
padding: 9px;
color: green;
border: 1px solid green;
box-shadow: 1px 0px 3px green;
border-radius: 50px 0 0px 50px;
font-size: 15px;
text-transform: capitalize;
outline: none;
}
::-webkit-input-placeholder{
color: green;
}
::-moz-input-placeholder{
color: green;
}
::-ms-input-placeholder{
color: green;
}
.text:focus{
box-shadow: 1px 1px 8px green;
}
.submit{
padding: 10px;
height: 40px;
width: 40px;
font-size: 13px;
color: white;
background: green;
border: none;
margin: 0;
border-radius: 0px 50px 50px 0px;
box-shadow: 0px 0px 10px green;
outline: none;
}
.course_btn a button {
width: 100px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
border: 1px solid;
margin:5px 5px 0 0;
}
.submit:active{
box-shadow: 0px 0px 7px green;
}
.grid-content .grid-5 .grid-list {
text-align: center;
}
.grid-content .details h4 {
font-size: 15.1px;
color: #4f5767;
font-weight: 500;
margin-bottom: 8px;
letter-spacing: .5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.grid-content .details p {
font-size: 13.3px;
line-height: 1.6;
color: #7b7b7b;
font-weight: 600;
}
.grid-content .grid-5 .grid-list {
text-align: center;
}
.seaction_header h3 {
font-size: 35.6px;
color: #2a602e;
font-weight: 900;
margin-bottom: 5px;
}
.top-block .clg-name-address h3 {
color: white!important;
}
/**************** User Dashboard page **************/
.dash-shadow{
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.user-dashboard-panel .dash-left, .user-dashboard-panel .dash-left .avtar, .user-dashboard-panel .dash-right {
border-radius: 15px;
}
/* left panel */
.user-dashboard-panel .dash-left .avtar{
background-image: linear-gradient(rgba(255,121,0,.8),#FFCF04 100%);
}
.user-dashboard-panel .dash-left .avtar img{
position: relative;
left: 15px;
height: 115px;
width: 115px;
}
.user-dashboard-panel .dash-left .avtar input{
display: none;
}
.user-dashboard-panel .dash-left .avtar label{
background-color: white;
opacity: 0.7;
padding: 2px 6px;
border-radius: 50%;
position: relative;
top: 35px;
left: -15px;
cursor: pointer;
}
.user-dashboard-panel .dash-left .avtar h5{
color: white!important;
margin-bottom: 0;
margin-top: 10px;
}
.user-dashboard-panel .dash-left .avtar p{
/* color: rgb(240, 238, 238); */
color: white;
margin-bottom: 0;
}
.user-dashboard-panel .dash-left .dash-options a .row{
color: black;
margin: 1.5rem;
font-size: 20px;
}
.user-dashboard-panel .dash-left .dash-options a .row i{
margin-right: 20px;
margin-top: 3px;
}
.user-dashboard-panel .dash-left .dash-options a .row p{
margin-bottom: 0;
}
.user-dashboard-panel .dash-left .dash-options a:hover .row{
color: #FFCF04;
}
/* right panel */
.user-dashboard-panel .dash-right label{
width: 100%;
}
fieldset.scheduler-border {
border: 1px groove #0000004d ;
border-radius: 5px;
padding: 0 1.4em 0 1.4em !important;
margin: 0 0 .5em 0 !important;
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border{
font-size: 1.2em !important;
text-align: left !important;
width:auto;
padding:0 10px;
border-bottom:none;
color: rgb(173, 173, 173);
margin-bottom: 0;
}
.user-dashboard-panel .dash-right input{
border:none;
padding-bottom: .5rem;
font-size: 16px;
width: 100%;
}
.user-dashboard-panel .dash-right span{
font-size: 16px;
}
.user-dashboard-panel .dash-right input:focus{
box-shadow: none!important;
}
.user-dashboard-panel .dash-right input:focus legend.scheduler-border{
color: green!important;
}
.user-dashboard-panel .dash-right input[type="radio"]{
width:auto;
}
.user-dashboard-panel .dash-right .user-save{
background-color: green;
color: white;
font-size: 20px;
}
.user-dashboard-panel .dash-right .user-save:hover{
background-color: #FFCF04;
color: black;
}
/* Laptop only */
@media screen and (min-width:767px){
.user-dashboard-panel .col-md-3, .user-dashboard-panel .col-md-9{
padding: 1.5rem;
}
.user-dashboard-panel .dash-right .user-details{
padding: 1.5rem;
padding-top: .5rem;
padding-bottom: .5rem;
}
}
/* Mobile only */
@media screen and (max-width:767px){
fieldset.scheduler-border {
padding: 0 0.8em 0 0.8em !important;
}
}
/* Newly added */
.course-overview, .rd-more .float-right{
color: #fff!important;
background-color: #28a745;
border-color: #28a745;
margin-bottom: 10px!important;
}
.course-overview:hover, .rd-more .float-right:hover{
color: #28a745!important;
background-color: white;
border-color: #28a745;
}
.apply-now{
color: black;
background-color: #ffc107;
border-color: #ffc107;
margin-bottom: 10px!important;
}
.apply-now:hover{
color: #ffc107;
background-color: white;
border-color: #ffc107;
}
.rd-more .float-right{
margin-bottom: 0!important;
}
.explore-more{
width: 100%!important;
margin-bottom: 0!important;
}
|
assets/css/new.css
|
.searchinput{
line-height: 100%;
display: table;
margin: 0;
width: 100%;
position: absolute;
text-align: center;
top: -50%;
left: 50%;
transform: translate(-50%, -50%);
}
.text{
width: 60%;
padding: 9px;
color: green;
border: 1px solid green;
box-shadow: 1px 0px 3px green;
border-radius: 50px 0 0px 50px;
font-size: 15px;
text-transform: capitalize;
outline: none;
}
::-webkit-input-placeholder{
color: green;
}
::-moz-input-placeholder{
color: green;
}
::-ms-input-placeholder{
color: green;
}
.text:focus{
box-shadow: 1px 1px 8px green;
}
.submit{
padding: 10px;
height: 40px;
width: 40px;
font-size: 13px;
color: white;
background: green;
border: none;
margin: 0;
border-radius: 0px 50px 50px 0px;
box-shadow: 0px 0px 10px green;
outline: none;
}
.course_btn a button {
width: 100px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
border: 1px solid;
margin:5px 5px 0 0;
}
.submit:active{
box-shadow: 0px 0px 7px green;
}
.grid-content .grid-5 .grid-list {
text-align: center;
}
.grid-content .details h4 {
font-size: 15.1px;
color: #4f5767;
font-weight: 500;
margin-bottom: 8px;
letter-spacing: .5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.grid-content .details p {
font-size: 13.3px;
line-height: 1.6;
color: #7b7b7b;
font-weight: 600;
}
.grid-content .grid-5 .grid-list {
text-align: center;
}
.seaction_header h3 {
font-size: 35.6px;
color: #2a602e;
font-weight: 900;
margin-bottom: 5px;
}
.top-block .clg-name-address h3 {
color: white!important;
}
/**************** User Dashboard page **************/
.dash-shadow{
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.user-dashboard-panel .dash-left, .user-dashboard-panel .dash-left .avtar, .user-dashboard-panel .dash-right {
border-radius: 15px;
}
/* left panel */
.user-dashboard-panel .dash-left .avtar{
background-image: linear-gradient(rgba(255,121,0,.8),#FFCF04 100%);
}
.user-dashboard-panel .dash-left .avtar img{
position: relative;
left: 15px;
height: 115px;
width: 115px;
}
.user-dashboard-panel .dash-left .avtar input{
display: none;
}
.user-dashboard-panel .dash-left .avtar label{
background-color: white;
opacity: 0.7;
padding: 2px 6px;
border-radius: 50%;
position: relative;
top: 35px;
left: -15px;
cursor: pointer;
}
.user-dashboard-panel .dash-left .avtar h5{
color: white!important;
margin-bottom: 0;
margin-top: 10px;
}
.user-dashboard-panel .dash-left .avtar p{
/* color: rgb(240, 238, 238); */
color: white;
margin-bottom: 0;
}
.user-dashboard-panel .dash-left .dash-options a .row{
color: black;
margin: 1.5rem;
font-size: 20px;
}
.user-dashboard-panel .dash-left .dash-options a .row i{
margin-right: 20px;
margin-top: 3px;
}
.user-dashboard-panel .dash-left .dash-options a .row p{
margin-bottom: 0;
}
.user-dashboard-panel .dash-left .dash-options a:hover .row{
color: #FFCF04;
}
/* right panel */
.user-dashboard-panel .dash-right label{
width: 100%;
}
fieldset.scheduler-border {
border: 1px groove #0000004d ;
border-radius: 5px;
padding: 0 1.4em 0 1.4em !important;
margin: 0 0 .5em 0 !important;
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border{
font-size: 1.2em !important;
text-align: left !important;
width:auto;
padding:0 10px;
border-bottom:none;
color: rgb(173, 173, 173);
margin-bottom: 0;
}
.user-dashboard-panel .dash-right input{
border:none;
padding-bottom: .5rem;
font-size: 16px;
width: 100%;
}
.user-dashboard-panel .dash-right span{
font-size: 16px;
}
.user-dashboard-panel .dash-right input:focus{
box-shadow: none!important;
}
.user-dashboard-panel .dash-right input:focus legend.scheduler-border{
color: green!important;
}
.user-dashboard-panel .dash-right input[type="radio"]{
width:auto;
}
.user-dashboard-panel .dash-right .user-save{
background-color: green;
color: white;
font-size: 20px;
}
.user-dashboard-panel .dash-right .user-save:hover{
background-color: #FFCF04;
color: black;
}
/* Laptop only */
@media screen and (min-width:767px){
.user-dashboard-panel .col-md-3, .user-dashboard-panel .col-md-9{
padding: 1.5rem;
}
.user-dashboard-panel .dash-right .user-details{
padding: 1.5rem;
padding-top: .5rem;
padding-bottom: .5rem;
}
}
/* Mobile only */
@media screen and (max-width:767px){
fieldset.scheduler-border {
padding: 0 0.8em 0 0.8em !important;
}
}
/* Newly added */
.course-overview, .rd-more .float-right{
color: #fff!important;
background-color: #28a745;
border-color: #28a745;
margin-bottom: 10px!important;
}
.course-overview:hover, .rd-more .float-right:hover{
color: #28a745!important;
background-color: white;
border-color: #28a745;
}
.apply-now{
color: black;
background-color: #ffc107;
border-color: #ffc107;
margin-bottom: 10px!important;
}
.apply-now:hover{
color: #ffc107;
background-color: white;
border-color: #ffc107;
}
.rd-more .float-right{
margin-bottom: 0!important;
}
.explore-more{
width: 100%!important;
margin-bottom: 0!important;
}
| 0.37605 | 0.086016 |
.navbar-brand {
float: left;
height: 55px;
padding: 15px 15px;
font-size: 24px;
line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 10px;
line-height: 20px;
}
.green{
background-color: #33CC33;
}
.blue{
background-color: #195CBF;
}
.grey-blue{
background-color: #205B8D;
}
.navbar-default .navbar-brand {
color: #212929;
}
.navbar-default .navbar-nav>li>a {
color: #212929;
}
.navbar.navbar-default.navbar-fixed-top.topnav{
border-bottom: 20px solid #205B8D;
}
.hr{
}
.contact{
padding-top: 50px;
}
.btn-default {
color: #f8f8f8;
border-color: #fff;
border-width: medium;
width: 220px;
}
.btn-center{
margin-top: 40px;
align-content: center;
}
.arch-quote{
display:block;
margin-left:auto;
margin-right:auto;
}
.center-image{
display:block;
margin-left:auto;
margin-right:auto;
}
.message-received{
margin-top: 40px;
}
.intro-message {
padding-top: 5%;
padding-bottom: 20%;
}
.network-name{
font-weight: 800;
}
ul.list-inline.intro-social-buttons{
margin-bottom: 50px;
margin-top: 30px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (max-width: 400px){
.navbar-default .navbar-brand{
font-size: 98%;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.fb-like{
margin-right:20px;
}
.g-plus{
margin-top:-50px;
padding-top: 0px;
}
ul.share-buttons{
list-style: none;
padding: 0;
}
ul.share-buttons li{
display: inline;
}
.social-media-container{
margin-top: 50px;
margin-bottom: 20px;
}
*!
* Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
html,
body {
height: 100%;
}
.carousel,
.item,
.active {
height: 100%;
}
.carousel-inner {
height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */
.fill {
width: 100%;
height: 100%;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
footer {
background-color: #fff;
}
.home-page-image-1{
margin-top: 50px;
}
|
css/custom.css
|
.navbar-brand {
float: left;
height: 55px;
padding: 15px 15px;
font-size: 24px;
line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 10px;
line-height: 20px;
}
.green{
background-color: #33CC33;
}
.blue{
background-color: #195CBF;
}
.grey-blue{
background-color: #205B8D;
}
.navbar-default .navbar-brand {
color: #212929;
}
.navbar-default .navbar-nav>li>a {
color: #212929;
}
.navbar.navbar-default.navbar-fixed-top.topnav{
border-bottom: 20px solid #205B8D;
}
.hr{
}
.contact{
padding-top: 50px;
}
.btn-default {
color: #f8f8f8;
border-color: #fff;
border-width: medium;
width: 220px;
}
.btn-center{
margin-top: 40px;
align-content: center;
}
.arch-quote{
display:block;
margin-left:auto;
margin-right:auto;
}
.center-image{
display:block;
margin-left:auto;
margin-right:auto;
}
.message-received{
margin-top: 40px;
}
.intro-message {
padding-top: 5%;
padding-bottom: 20%;
}
.network-name{
font-weight: 800;
}
ul.list-inline.intro-social-buttons{
margin-bottom: 50px;
margin-top: 30px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (max-width: 400px){
.navbar-default .navbar-brand{
font-size: 98%;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.fb-like{
margin-right:20px;
}
.g-plus{
margin-top:-50px;
padding-top: 0px;
}
ul.share-buttons{
list-style: none;
padding: 0;
}
ul.share-buttons li{
display: inline;
}
.social-media-container{
margin-top: 50px;
margin-bottom: 20px;
}
*!
* Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
html,
body {
height: 100%;
}
.carousel,
.item,
.active {
height: 100%;
}
.carousel-inner {
height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */
.fill {
width: 100%;
height: 100%;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
footer {
background-color: #fff;
}
.home-page-image-1{
margin-top: 50px;
}
| 0.338077 | 0.058105 |
.ws {
width: 100%;
}
.ws-content {
width: 100%;
overflow: hidden;
}
.ws-side {
width: 230px;
flex-shrink: 0;
padding: 0 0 0 10px;
}
.ws-header img {
width: 100%;
margin-top: 0;
}
.ws-image-slider .glide {
padding: 0;
}
.ws-header {
width: 100%;
padding: 0.35em 0;
box-sizing: border-box;
}
.ws-tag {
margin-top: 3px;
}
.ws-tags {
color: #eee;
margin-top: 5px;
}
.ws-tag-name {
color: #999;
font-size: 14px;
}
.ws-block:not(:last-child) {
margin-bottom: 10px;
}
.ws-steam {
border-radius: 10px;
text-align: center;
color: #fff;
font-family: "TF2 Secondary", sans-serif;
line-height: 16px;
font-size: 14px;
}
.ws-steam:hover {
filter: brightness(1.1);
}
.ws-info-container {
margin-top: 5px;
}
.ws-statusbar {
margin: 3px 0 0;
border-radius: 5px;
color: #fff;
padding: 0.7em;
position: relative;
overflow: hidden;
z-index: 0;
}
.ws-preview-square {
padding-bottom: .125rem;
}
.ws-preview-square img {
height: 184.66px;
width: 184.66px;
}
.ws-sbar-icon {
text-align: center;
width: 50px;
height: 50px;
font-size: 2.5em;
flex-shrink: 0;
}
.ws-statusbar .ws-sbar-icon {
position: absolute;
right: 0;
top: 0;
font-size: 7em;
width: 100%;
height: 100%;
z-index: -1;
background: linear-gradient(270deg, rgba(255,255,255,0.2) 0%, transparent 100%);
}
.ws-statusbar .ws-sbar-icon i {
opacity: 0.2;
transform: rotate(10deg);
margin-left: 90px;
color: #999;
}
.ws-sbar-label {
margin: 0 0 3px 0;
font-size: 23px;
font-weight: 600;
line-height: 100%;
}
.ws-sbar-help {
font-size: 14px;
}
.ws-download {
background: #211f1d;
/* width: 100%; */
margin-bottom: 10px;
border-radius: 6px;
padding: 0.8em;
font-size: 1em;
}
.ws-link-menu {
line-height: 22px;
}
.ws-image-slider {
width: 600px;
/* height: 326px; */
}
ul.no-offsets {
padding-left: 0;
margin: 0;
}
.ws-feed-nav > li {
float: left;
list-style: none;
margin: 0 20px 0 0;
padding: 0;
}
.ws-feed-nav > li:last-child {
margin: 0;
}
.ws-statusbar.ws-statusbar-small .ws-sbar-icon {
font-size: 24px;
line-height: 40px;
height: 40px;
width: 40px;
}
.ws-statusbar.ws-statusbar-small {
min-height: 40px;
width: 40px;
}
.ws-grid-display {
grid-template-columns: 1fr 1fr 1fr;
}
.ws-grid-display-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ws-grid-display-5 {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.ws-grid-display, .ws-grid-display-4 {
box-sizing: border-box;
grid-column-gap: 8px;
grid-row-gap: 8px;
}
.ws-thumb-icon {
width: 26px;
height: 18px;
border-radius: 3px;
transition: opacity .2s ease;
text-align: center;
line-height: 18px;
color: #fff;
margin-top: 2px;
font-weight: bold;
}
@keyframes linkNotSet {
from {
background: #5C1011;
}
to {
background: #4D1110;
}
}
.link-not-set {
background-color: #4D1110;
animation-name: linkNotSet;
animation-duration: 2s;
animation-play-state: running;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
|
cdn/assets/styles/workshop.css
|
.ws {
width: 100%;
}
.ws-content {
width: 100%;
overflow: hidden;
}
.ws-side {
width: 230px;
flex-shrink: 0;
padding: 0 0 0 10px;
}
.ws-header img {
width: 100%;
margin-top: 0;
}
.ws-image-slider .glide {
padding: 0;
}
.ws-header {
width: 100%;
padding: 0.35em 0;
box-sizing: border-box;
}
.ws-tag {
margin-top: 3px;
}
.ws-tags {
color: #eee;
margin-top: 5px;
}
.ws-tag-name {
color: #999;
font-size: 14px;
}
.ws-block:not(:last-child) {
margin-bottom: 10px;
}
.ws-steam {
border-radius: 10px;
text-align: center;
color: #fff;
font-family: "TF2 Secondary", sans-serif;
line-height: 16px;
font-size: 14px;
}
.ws-steam:hover {
filter: brightness(1.1);
}
.ws-info-container {
margin-top: 5px;
}
.ws-statusbar {
margin: 3px 0 0;
border-radius: 5px;
color: #fff;
padding: 0.7em;
position: relative;
overflow: hidden;
z-index: 0;
}
.ws-preview-square {
padding-bottom: .125rem;
}
.ws-preview-square img {
height: 184.66px;
width: 184.66px;
}
.ws-sbar-icon {
text-align: center;
width: 50px;
height: 50px;
font-size: 2.5em;
flex-shrink: 0;
}
.ws-statusbar .ws-sbar-icon {
position: absolute;
right: 0;
top: 0;
font-size: 7em;
width: 100%;
height: 100%;
z-index: -1;
background: linear-gradient(270deg, rgba(255,255,255,0.2) 0%, transparent 100%);
}
.ws-statusbar .ws-sbar-icon i {
opacity: 0.2;
transform: rotate(10deg);
margin-left: 90px;
color: #999;
}
.ws-sbar-label {
margin: 0 0 3px 0;
font-size: 23px;
font-weight: 600;
line-height: 100%;
}
.ws-sbar-help {
font-size: 14px;
}
.ws-download {
background: #211f1d;
/* width: 100%; */
margin-bottom: 10px;
border-radius: 6px;
padding: 0.8em;
font-size: 1em;
}
.ws-link-menu {
line-height: 22px;
}
.ws-image-slider {
width: 600px;
/* height: 326px; */
}
ul.no-offsets {
padding-left: 0;
margin: 0;
}
.ws-feed-nav > li {
float: left;
list-style: none;
margin: 0 20px 0 0;
padding: 0;
}
.ws-feed-nav > li:last-child {
margin: 0;
}
.ws-statusbar.ws-statusbar-small .ws-sbar-icon {
font-size: 24px;
line-height: 40px;
height: 40px;
width: 40px;
}
.ws-statusbar.ws-statusbar-small {
min-height: 40px;
width: 40px;
}
.ws-grid-display {
grid-template-columns: 1fr 1fr 1fr;
}
.ws-grid-display-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ws-grid-display-5 {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.ws-grid-display, .ws-grid-display-4 {
box-sizing: border-box;
grid-column-gap: 8px;
grid-row-gap: 8px;
}
.ws-thumb-icon {
width: 26px;
height: 18px;
border-radius: 3px;
transition: opacity .2s ease;
text-align: center;
line-height: 18px;
color: #fff;
margin-top: 2px;
font-weight: bold;
}
@keyframes linkNotSet {
from {
background: #5C1011;
}
to {
background: #4D1110;
}
}
.link-not-set {
background-color: #4D1110;
animation-name: linkNotSet;
animation-duration: 2s;
animation-play-state: running;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
| 0.644449 | 0.13733 |
* {
font-family: "Roboto", "GenWeb", sans-serif;
}
h1,h2,h3,h4,p {
margin: 0;
}
body {
padding: 0;
margin: 0;
box-sizing: border-box;
}
ul,
ul li {
box-sizing: border-box;
list-style-type: none;
margin: 0;
padding: 0;
}
a {
color: rgb(24, 139, 233);
}
header {
box-sizing: border-box;
margin: 0;
padding: 16px;
width: 100%;
background: rgb(240,240,240);
color: rgb(50,50,50);
}
header h1 a {
color: inherit;
text-decoration: inherit;
}
article {
box-sizing: border-box;
color: rgb(50,50,50);
padding: 16px;
background: rgb(255,255,255);
}
article p,
article ul {
margin-bottom: .5em;
letter-spacing: 1px;
}
article ul li:before {
content: "-";
margin-right: 8px;
color: rgb(100,100,100);
}
article hr {
border: transparent solid 0;
background: rgb(240,240,240);
width: 100%;
height: 1px;
margin: 16px 0 16px 0;
display: block;
}
.p-members article ul li:before {
content: "";
}
.p-members article > ul > li {
border-bottom: rgb(240,240,240) solid 1px;
}
.p-members article ul li profile-card ul li.what:before {
content: "WHO";
}
.p-members article ul li profile-card ul li.twitter:before {
content: "TWITTER"
}
footer {
box-sizing: border-box;
color: rgb(50,50,50);
background: rgb(240,240,240);
text-align: center;
padding: 40vh 0 60vh 0;
}
/***p-prot***/
.p-prot article {
width: 320px;
margin: 0 auto;
}
.p-prot form * {
vertical-align: bottom;
-webkit-appearance: none;
appearance: none;
border-radius: 0;
border: transparent solid 0;
outline: none;
}
.p-prot form input[type=radio] {
width: 16px;
height: 16px;
background: none;
border: 2px solid rgb(0, 0, 0);
}
.p-prot form input:checked {
background: rgb(0, 0, 0);
}
.p-prot form label:nth-child(1) {
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 4px;
}
.p-prot form > div > label:nth-child(1),
.p-prot form .appName input,
.p-prot form .submit input {
display: block;
width: 100%;
}
.p-prot form .form-part {
width: 100%;
margin-bottom: 16px;
}
.p-prot form .form-part input[type=text] {
border-bottom: solid 2px rgb(0, 0, 0);
}
.p-prot form .form-part input[type=submit] {
background: rgb(0, 0, 0);
color: rgb(255, 255, 255);
}
|
css/index.css
|
* {
font-family: "Roboto", "GenWeb", sans-serif;
}
h1,h2,h3,h4,p {
margin: 0;
}
body {
padding: 0;
margin: 0;
box-sizing: border-box;
}
ul,
ul li {
box-sizing: border-box;
list-style-type: none;
margin: 0;
padding: 0;
}
a {
color: rgb(24, 139, 233);
}
header {
box-sizing: border-box;
margin: 0;
padding: 16px;
width: 100%;
background: rgb(240,240,240);
color: rgb(50,50,50);
}
header h1 a {
color: inherit;
text-decoration: inherit;
}
article {
box-sizing: border-box;
color: rgb(50,50,50);
padding: 16px;
background: rgb(255,255,255);
}
article p,
article ul {
margin-bottom: .5em;
letter-spacing: 1px;
}
article ul li:before {
content: "-";
margin-right: 8px;
color: rgb(100,100,100);
}
article hr {
border: transparent solid 0;
background: rgb(240,240,240);
width: 100%;
height: 1px;
margin: 16px 0 16px 0;
display: block;
}
.p-members article ul li:before {
content: "";
}
.p-members article > ul > li {
border-bottom: rgb(240,240,240) solid 1px;
}
.p-members article ul li profile-card ul li.what:before {
content: "WHO";
}
.p-members article ul li profile-card ul li.twitter:before {
content: "TWITTER"
}
footer {
box-sizing: border-box;
color: rgb(50,50,50);
background: rgb(240,240,240);
text-align: center;
padding: 40vh 0 60vh 0;
}
/***p-prot***/
.p-prot article {
width: 320px;
margin: 0 auto;
}
.p-prot form * {
vertical-align: bottom;
-webkit-appearance: none;
appearance: none;
border-radius: 0;
border: transparent solid 0;
outline: none;
}
.p-prot form input[type=radio] {
width: 16px;
height: 16px;
background: none;
border: 2px solid rgb(0, 0, 0);
}
.p-prot form input:checked {
background: rgb(0, 0, 0);
}
.p-prot form label:nth-child(1) {
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 4px;
}
.p-prot form > div > label:nth-child(1),
.p-prot form .appName input,
.p-prot form .submit input {
display: block;
width: 100%;
}
.p-prot form .form-part {
width: 100%;
margin-bottom: 16px;
}
.p-prot form .form-part input[type=text] {
border-bottom: solid 2px rgb(0, 0, 0);
}
.p-prot form .form-part input[type=submit] {
background: rgb(0, 0, 0);
color: rgb(255, 255, 255);
}
| 0.480235 | 0.09314 |
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:800');
body {
overflow-x: none;
}
#about {
background-color: #1d1d1d;
padding-bottom: 100px;
padding-top: 100px;
margin-top: -1vh;
}
#aboutCTA {
max-width: 1000px;
display: inline-block;
text-align: left;
padding-left: 75px;
}
#aboutCTA>div:last-child {
width: 50%;
float: left;
}
#aboutCTA>div:last-child>h3 {
font-size: 22px;
color: #fff;
line-height: 40px;
}
#aboutCTA>div:last-child>p>a {
padding-bottom: .15em;
color: #fc3;
font-weight: 100;
font-style: italic;
border-bottom: 1px solid #fc3;
text-decoration: none;
transition: 0.15s ease-in-out;
font-size: .9em;
}
#aboutCTA>div:last-child>p>a:hover {
padding-bottom: 0em;
}
#aboutCTA>div:first-child {
width: 50%;
float: right;
text-align: center;
}
#aboutCTA>div:last-child>h3>a {
padding-bottom: .1em;
color: #fff;
border-bottom: 1px solid #fff;
text-decoration: none;
transition: 0.15s ease-in-out;
font-size: 22px;
}
#aboutCTA>div:last-child>h3>a:hover {
padding-bottom: 0em;
color: #fc3;
border-bottom-color: #fc3;
}
#aboutCTA>div:last-child>p {
color: #fff;
font-size: 15px;
line-height: 23px;
}
.highlightColor {
color: #fc3;
}
#aboutCTA>div:first-child>div>img:first-child {
width: 250px;
margin-top: 75px;
border-radius: 50%;
transform: translateY(2px);
}
#aboutCTA>div:first-child>div>img:last-child {
width: 350px;
z-index: -999;
margin-top: -303px;
}
/* Responsiveness - I don't like the current way this is being done, but it will work for the time being. #TODO replace.*/
@media screen and (max-width: 980px) {
#aboutCTA>div:last-child {
width: 100%;
}
#aboutCTA>div:first-child {
width: 100%;
}
#aboutCTA {
padding-left: 5%;
padding-right: 5%;
}
#aboutCTA>div:first-child>div {
float: left;
}
#aboutCTA>div:first-child>div>img:first-child {
width: 150px;
margin-left: 20px;
margin-bottom: 5px;
transform: translateY(0px);
}
#aboutCTA>div:first-child>div>img:last-child {
width: 200px;
z-index: -999;
}
}
@media screen and (max-width: 980px) and (min-width: 401px) {
#aboutCTA>div:first-child>div>img:first-child {
width: 150px;
margin-bottom: 24px;
}
#aboutCTA>div:first-child>div>img:last-child {
width: 200px;
z-index: -999;
margin-left: -180px;
}
}
@media screen and (max-width: 400px) {
#aboutCTA>div:first-child>div>img:first-child {
float: left;
margin-left: 25px;
}
#aboutCTA>div:first-child>div>img:last-child {
float: left;
margin-top: -180px;
}
}
#accolades, #experiences, #projects {
width: 100%;
}
.scroller {
max-width: 1000px;
display: inline-block;
margin-left: calc((100vw - 1000px) /2);
margin-top: -7vw;
padding-bottom: 20px;
}
.accoladeItem {
background-color: #1d1d1d;
width: 260px;
height: 80px;
padding: 5px;
border-radius: 5px;
display: inline-block;
margin: 20px;
}
.accoladeItem>div:first-child {
width: calc(70% - 10px);
float: left;
height: 100%;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
text-align: left;
padding-left: 10px;
}
.accoladeItem>div:first-child>h4 {
color: #fff;
font-size: 1.2rem;
line-height: 0px;
padding-top: 5px;
}
.longAccoladeTitle {
font-size: 0.9rem !important;
margin-top: 29px;
}
.accoladeItem>div:first-child>p {
font-size: 0.9em;
color: #fc3;
line-height: 0px;
}
.accoladeItem>div:last-child {
width: 30%;
height: 100%;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
float: left;
}
.accoladeItem>div:last-child>img {
max-width: 60%;
height: auto;
margin-top: 20%;
margin-left: calc(20% - 10px);
}
.accoladeItem:hover {
background-color: #262626;
transition: 0.1s ease-in-out;
}
#accolades>h3 {
font-size: 10vw;
letter-spacing: 2px;
color: hsla(0, 0%, 95%, .1);
font-family: 'Open Sans', sans-serif;
display: inline-block;
margin-block-start: 10px;
margin-block-end: 0px;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
#accolades>p {
color: #fff;
margin-top: -20px;
line-height: 25px;
}
#experiences>h3 {
font-size: 10vw;
letter-spacing: 2px;
color: hsla(0, 0%, 95%, .1);
font-family: 'Open Sans', sans-serif;
display: inline-block;
margin-block-start: 10px;
margin-block-end: 0px;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
#experiences>p {
color: #fff;
margin-top: -20px;
line-height: 25px;
}
#projects>h3 {
font-size: 10vw;
letter-spacing: 2px;
color: hsla(0, 0%, 95%, .1);
font-family: 'Open Sans', sans-serif;
display: inline-block;
margin-block-start: 10px;
margin-block-end: 0px;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
#projects>p {
color: #fff;
margin-top: -20px;
line-height: 25px;
}
#scrollText {
color: #595959 !important;
}
#nybw {
border-radius: 50%;
margin-top: 27%;
}
#consensys {
max-width: 70%;
margin-top: 20%;
}
#apple {
max-width: 53%;
margin-top: 21%;
}
#googlecodein {
margin-top: 25%;
}
#metamask {
margin-top: 21%;
}
#htn {
margin-top: 25%;
}
#algorand {
margin-top: 25%;
}
.ethuoft {
margin-top: 15% !important; /* Overriding existing 20% style */
}
.penn {
margin-top: 24%;
border-radius: 25px;
}
#blockhack {
max-width: 80%;
margin-top: 35%;
margin-left: -7.5%;
}
#thacks {
max-width: 70%;
margin-top: 22%;
}
#legaltech {
max-width: 70%;
}
/*
#path-top {
transform: translateY(-99%);
padding-left: 2%;
}
#path-bottom {
transform: translateY(105%);
margin-left: -2%;
}
Responsive Queries */
@media screen and (max-width: 1000px) {
.scroller {
margin-left: 0;
}
}
body {
margin: 0;
padding: 0;
text-align: center;
font-family: 'Montserrat', sans-serif;
background-color: #171717;
overflow-x: hidden;
font-display: swap;
}
#subfooter {
background-color: #1d1d1d;
padding-bottom: 100px;
}
#ctaMini {
padding: 40px;
width: 475px;
display: inline-block;
}
#cta {
padding: 80px;
width: 475px;
display: inline-block;
}
#cta>p {
color: #ffffff;
font-size: 1.3rem;
line-height: 1.7em;
margin-bottom: .3em;
}
#cta>a {
padding-bottom: .1em;
color: #fc3;
font-weight: 100;
font-style: italic;
border-bottom: 1px solid #fc3;
text-decoration: none;
transition: 0.15s ease-in-out;
font-size: .9em;
}
#cta>a:hover {
padding-bottom: 0em;
}
#cta>p>a {
text-decoration: none;
color: #ffffff;
border-bottom: 1px solid #f0f0f0;
padding-bottom: .2em;
transition: padding-bottom .16s ease-in-out, color .16s, border-bottom-color .16s;
}
#cta>p>a:hover {
color: #fc3;
border-bottom-color: #fc3;
padding-bottom: 0em;
}
.link {
width: 230px;
height: 230px;
background-color: #171717;
display: inline-block;
border: 4px solid transparent;
text-align: center;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
background-size: contain;
background-repeat: no-repeat;
background-position: center 4px;
transition: 0.25s ease-in-out;
text-decoration: none;
}
.link>article {
margin-top: -1rem;
padding: 32px;
}
.link>article>h4 {
font-weight: 700;
line-height: 1em;
letter-spacing: .4em;
text-transform: uppercase;
color: #fff;
font-size: 1rem;
margin-bottom: -0.6em;
}
.link>article>p {
color: #fc3;
font-weight: 100;
font-style: italic;
margin-bottom: 1em;
font-size: .9em;
transition: 0.15s ease-in-out;
}
.link>article>img {
width: 75px;
height: 75px;
fill: #fff;
margin-top: .8rem;
}
.link>div {
height: 50%;
width: 100%;
z-index: -999;
margin-top: -43%;
background-position: center top;
background-size: 80%;
background-repeat: no-repeat;
}
.link:hover>article>p {
color: #fff;
}
#github:hover {
border: 4px solid #fff;
}
#github>div {
background-image: url("../images/github-dark.svg");
}
#dribbble:hover {
border: 4px solid #ea4c89;
}
#dribbble>div {
background-image: url("../images/dribbble-dark.svg");
}
#devpost:hover {
border: 4px solid #0057ff;
}
#devpost>div {
background-image: url("../images/devpost-dark.svg");
}
#gitcoin:hover {
border: 4px solid #0ECF7C;
}
#gitcoin>div {
background-image: url("../images/gitcoin-dark.svg");
}
.fullwidth {
background-color: #171717;
width: 100%;
display: inline-block;
padding-top: 40px;
padding-bottom: 40px;
}
#fixedFooter {
width: 90%;
margin-left: 5%;
}
.col-6 {
width: 90vw;
float: left;
text-align: left;
}
.col-3 {
width: 95%;
float: left;
text-align: left;
}
#fixedFooter>div>h4 {
color: #fff;
margin-bottom: 7px;
font-size: 0.95rem;
line-height: 26px;
}
#fixedFooter>div>p {
margin-bottom: 24px;
line-height: 24px;
color: #fff;
font-size: 15px;
}
.highlightColor {
color: #fc3;
}
#lowestFooter {
width: 100%;
display: inline-block;
background-color: #171717;
color: #fff;
padding-bottom: 85px;
margin-top: -5px;
line-height: 24px;
margin-bottom: 4px;
font-size: 16px;
}
#lowestFooter>p {
font-size: 12px;
line-height: 10px;
}
#fixedFooter>div>h5 {
font-size: 0.9rem;
line-height: 22px;
color: #fff;
line-height: 0px;
}
#fixedFooter>div:last-child>a {
font-size: 14px;
color: #fff;
text-decoration: none;
display: inline-block;
}
#fixedFooter>div:last-child>a:hover {
color: #fc3;
}
#fixedFooter>div:nth-child(2):first-child {
margin-top: 30px;
}
#fixedFooter>div:nth-child(2)>a {
font-size: 15px;
line-height: 24px;
color: #fff;
text-decoration: none;
display: inline-block;
padding-right: 30px;
margin-bottom: 13px;
}
#fixedFooter>div:nth-child(2)>a:hover {
color: #fc3;
}
.nohighlight {
color: hsla(0, 0%, 94%, .5);
}
.nohighlight:hover {
color: hsla(0, 0%, 94%, .5);
}
/* Responsiveness */
@media screen and (max-width: 600px) {
.link {
width: 90%;
}
.link>div {
height: 50%;
width: 70%;
margin-left: 15%;
z-index: -999;
margin-top: -100px;
background-position: center top;
background-size: 80%;
background-repeat: no-repeat;
}
#cta {
width: 90%;
padding: 10px;
padding-bottom: 50px;
}
#cta>p {
font-size: 1rem;
}
#subfooter {
padding-top: 75px;
}
#accolades>h3 {
font-size: 35px;
}
#experiences>h3 {
font-size: 35px;
}
#projects>h3 {
font-size: 35px;
}
.scroller {
margin-top: -10px;
}
}
@media screen and (min-width: 1060px) {
#fixedFooter {
max-width: 1000px;
text-align: left;
margin-left: calc((100% - 1000px) /2);
}
.col-6 {
width: 42%;
float: left;
text-align: left;
padding-right: 3%;
}
.col-3 {
width: 26.5%;
float: left;
text-align: left;
padding-right: 1%;
}
#accolades>h3 {
font-size: 100px;
}
#experiences>h3 {
font-size: 100px;
}
#projects>h3 {
font-size: 100px;
}
.scroller {
margin-top: -65px;
}
}
#header {
display: inline-block;
background-color: #171717;
width: 100%;
height: 100vh;
}
#header>div:first-child {
height: 100vh;
text-align: left;
margin-bottom: -16.5vh;
width: 100%;
}
.title {
margin-top: -16.5vw;
padding-left: 10%;
padding-right: 10%;
text-align: left;
z-index: 1000;
}
#header>div>h1 {
z-index: 5;
font-weight: 900;
font-size: 12.5vw;
color: hsla(0, 0%, 95%, .05);
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
letter-spacing: 0;
padding-left: 10%;
}
#header>div>h1>strong>span {
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
.title>h2 {
font-size: 2rem;
font-weight: 700;
line-height: 1.2em;
color: #fff;
}
.title>h5 {
margin-top: -1.5em;
margin-bottom: 1.2em;
color: #fc3;
font-size: 0.9rem;
font-weight: 700;
}
.title>p {
max-width: 450px;
font-size: 1.3rem;
line-height: 1.7em;
font-weight: 300;
color: #fff;
margin-top: 2em;
}
.title>p>a {
text-decoration: none;
color: #fc3;
border-bottom: 1px solid #fc3;
padding-bottom: .2em;
transition: padding-bottom .16s ease-in-out, color .16s, border-bottom-color .16s;
}
.title>p>a:hover {
color: #fc3;
border-bottom-color: #fc3;
padding-bottom: 0em;
}
.title>div {
margin-top: 2em;
}
.title>div>ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.title>div>ul>li {
float: left;
}
.title>div>ul>li>a {
display: block;
color: #fff;
padding-right: 40px;
text-decoration: none;
font-weight: 700;
font-size: 0.9em;
transition: color .16s;
padding-top: 15px;
}
.title>div>ul>li>a:hover {
color: #fc3;
}
.reach-link {
padding-bottom: 1px;
border-bottom: 1px dashed #fff;
transition: 100ms ease-in-out;
}
.reach-link:hover {
padding-bottom: 0px;
border-bottom-style: solid;
border-bottom-color: #fc3;
}
/* OWL Preload Import */
/*
* Core Owl Carousel CSS File
* v1.3.3
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
cursor:url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
/* Animation support via extracted Animate.css */
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
|
assets/styles/main.css
|
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:800');
body {
overflow-x: none;
}
#about {
background-color: #1d1d1d;
padding-bottom: 100px;
padding-top: 100px;
margin-top: -1vh;
}
#aboutCTA {
max-width: 1000px;
display: inline-block;
text-align: left;
padding-left: 75px;
}
#aboutCTA>div:last-child {
width: 50%;
float: left;
}
#aboutCTA>div:last-child>h3 {
font-size: 22px;
color: #fff;
line-height: 40px;
}
#aboutCTA>div:last-child>p>a {
padding-bottom: .15em;
color: #fc3;
font-weight: 100;
font-style: italic;
border-bottom: 1px solid #fc3;
text-decoration: none;
transition: 0.15s ease-in-out;
font-size: .9em;
}
#aboutCTA>div:last-child>p>a:hover {
padding-bottom: 0em;
}
#aboutCTA>div:first-child {
width: 50%;
float: right;
text-align: center;
}
#aboutCTA>div:last-child>h3>a {
padding-bottom: .1em;
color: #fff;
border-bottom: 1px solid #fff;
text-decoration: none;
transition: 0.15s ease-in-out;
font-size: 22px;
}
#aboutCTA>div:last-child>h3>a:hover {
padding-bottom: 0em;
color: #fc3;
border-bottom-color: #fc3;
}
#aboutCTA>div:last-child>p {
color: #fff;
font-size: 15px;
line-height: 23px;
}
.highlightColor {
color: #fc3;
}
#aboutCTA>div:first-child>div>img:first-child {
width: 250px;
margin-top: 75px;
border-radius: 50%;
transform: translateY(2px);
}
#aboutCTA>div:first-child>div>img:last-child {
width: 350px;
z-index: -999;
margin-top: -303px;
}
/* Responsiveness - I don't like the current way this is being done, but it will work for the time being. #TODO replace.*/
@media screen and (max-width: 980px) {
#aboutCTA>div:last-child {
width: 100%;
}
#aboutCTA>div:first-child {
width: 100%;
}
#aboutCTA {
padding-left: 5%;
padding-right: 5%;
}
#aboutCTA>div:first-child>div {
float: left;
}
#aboutCTA>div:first-child>div>img:first-child {
width: 150px;
margin-left: 20px;
margin-bottom: 5px;
transform: translateY(0px);
}
#aboutCTA>div:first-child>div>img:last-child {
width: 200px;
z-index: -999;
}
}
@media screen and (max-width: 980px) and (min-width: 401px) {
#aboutCTA>div:first-child>div>img:first-child {
width: 150px;
margin-bottom: 24px;
}
#aboutCTA>div:first-child>div>img:last-child {
width: 200px;
z-index: -999;
margin-left: -180px;
}
}
@media screen and (max-width: 400px) {
#aboutCTA>div:first-child>div>img:first-child {
float: left;
margin-left: 25px;
}
#aboutCTA>div:first-child>div>img:last-child {
float: left;
margin-top: -180px;
}
}
#accolades, #experiences, #projects {
width: 100%;
}
.scroller {
max-width: 1000px;
display: inline-block;
margin-left: calc((100vw - 1000px) /2);
margin-top: -7vw;
padding-bottom: 20px;
}
.accoladeItem {
background-color: #1d1d1d;
width: 260px;
height: 80px;
padding: 5px;
border-radius: 5px;
display: inline-block;
margin: 20px;
}
.accoladeItem>div:first-child {
width: calc(70% - 10px);
float: left;
height: 100%;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
text-align: left;
padding-left: 10px;
}
.accoladeItem>div:first-child>h4 {
color: #fff;
font-size: 1.2rem;
line-height: 0px;
padding-top: 5px;
}
.longAccoladeTitle {
font-size: 0.9rem !important;
margin-top: 29px;
}
.accoladeItem>div:first-child>p {
font-size: 0.9em;
color: #fc3;
line-height: 0px;
}
.accoladeItem>div:last-child {
width: 30%;
height: 100%;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
float: left;
}
.accoladeItem>div:last-child>img {
max-width: 60%;
height: auto;
margin-top: 20%;
margin-left: calc(20% - 10px);
}
.accoladeItem:hover {
background-color: #262626;
transition: 0.1s ease-in-out;
}
#accolades>h3 {
font-size: 10vw;
letter-spacing: 2px;
color: hsla(0, 0%, 95%, .1);
font-family: 'Open Sans', sans-serif;
display: inline-block;
margin-block-start: 10px;
margin-block-end: 0px;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
#accolades>p {
color: #fff;
margin-top: -20px;
line-height: 25px;
}
#experiences>h3 {
font-size: 10vw;
letter-spacing: 2px;
color: hsla(0, 0%, 95%, .1);
font-family: 'Open Sans', sans-serif;
display: inline-block;
margin-block-start: 10px;
margin-block-end: 0px;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
#experiences>p {
color: #fff;
margin-top: -20px;
line-height: 25px;
}
#projects>h3 {
font-size: 10vw;
letter-spacing: 2px;
color: hsla(0, 0%, 95%, .1);
font-family: 'Open Sans', sans-serif;
display: inline-block;
margin-block-start: 10px;
margin-block-end: 0px;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
#projects>p {
color: #fff;
margin-top: -20px;
line-height: 25px;
}
#scrollText {
color: #595959 !important;
}
#nybw {
border-radius: 50%;
margin-top: 27%;
}
#consensys {
max-width: 70%;
margin-top: 20%;
}
#apple {
max-width: 53%;
margin-top: 21%;
}
#googlecodein {
margin-top: 25%;
}
#metamask {
margin-top: 21%;
}
#htn {
margin-top: 25%;
}
#algorand {
margin-top: 25%;
}
.ethuoft {
margin-top: 15% !important; /* Overriding existing 20% style */
}
.penn {
margin-top: 24%;
border-radius: 25px;
}
#blockhack {
max-width: 80%;
margin-top: 35%;
margin-left: -7.5%;
}
#thacks {
max-width: 70%;
margin-top: 22%;
}
#legaltech {
max-width: 70%;
}
/*
#path-top {
transform: translateY(-99%);
padding-left: 2%;
}
#path-bottom {
transform: translateY(105%);
margin-left: -2%;
}
Responsive Queries */
@media screen and (max-width: 1000px) {
.scroller {
margin-left: 0;
}
}
body {
margin: 0;
padding: 0;
text-align: center;
font-family: 'Montserrat', sans-serif;
background-color: #171717;
overflow-x: hidden;
font-display: swap;
}
#subfooter {
background-color: #1d1d1d;
padding-bottom: 100px;
}
#ctaMini {
padding: 40px;
width: 475px;
display: inline-block;
}
#cta {
padding: 80px;
width: 475px;
display: inline-block;
}
#cta>p {
color: #ffffff;
font-size: 1.3rem;
line-height: 1.7em;
margin-bottom: .3em;
}
#cta>a {
padding-bottom: .1em;
color: #fc3;
font-weight: 100;
font-style: italic;
border-bottom: 1px solid #fc3;
text-decoration: none;
transition: 0.15s ease-in-out;
font-size: .9em;
}
#cta>a:hover {
padding-bottom: 0em;
}
#cta>p>a {
text-decoration: none;
color: #ffffff;
border-bottom: 1px solid #f0f0f0;
padding-bottom: .2em;
transition: padding-bottom .16s ease-in-out, color .16s, border-bottom-color .16s;
}
#cta>p>a:hover {
color: #fc3;
border-bottom-color: #fc3;
padding-bottom: 0em;
}
.link {
width: 230px;
height: 230px;
background-color: #171717;
display: inline-block;
border: 4px solid transparent;
text-align: center;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
background-size: contain;
background-repeat: no-repeat;
background-position: center 4px;
transition: 0.25s ease-in-out;
text-decoration: none;
}
.link>article {
margin-top: -1rem;
padding: 32px;
}
.link>article>h4 {
font-weight: 700;
line-height: 1em;
letter-spacing: .4em;
text-transform: uppercase;
color: #fff;
font-size: 1rem;
margin-bottom: -0.6em;
}
.link>article>p {
color: #fc3;
font-weight: 100;
font-style: italic;
margin-bottom: 1em;
font-size: .9em;
transition: 0.15s ease-in-out;
}
.link>article>img {
width: 75px;
height: 75px;
fill: #fff;
margin-top: .8rem;
}
.link>div {
height: 50%;
width: 100%;
z-index: -999;
margin-top: -43%;
background-position: center top;
background-size: 80%;
background-repeat: no-repeat;
}
.link:hover>article>p {
color: #fff;
}
#github:hover {
border: 4px solid #fff;
}
#github>div {
background-image: url("../images/github-dark.svg");
}
#dribbble:hover {
border: 4px solid #ea4c89;
}
#dribbble>div {
background-image: url("../images/dribbble-dark.svg");
}
#devpost:hover {
border: 4px solid #0057ff;
}
#devpost>div {
background-image: url("../images/devpost-dark.svg");
}
#gitcoin:hover {
border: 4px solid #0ECF7C;
}
#gitcoin>div {
background-image: url("../images/gitcoin-dark.svg");
}
.fullwidth {
background-color: #171717;
width: 100%;
display: inline-block;
padding-top: 40px;
padding-bottom: 40px;
}
#fixedFooter {
width: 90%;
margin-left: 5%;
}
.col-6 {
width: 90vw;
float: left;
text-align: left;
}
.col-3 {
width: 95%;
float: left;
text-align: left;
}
#fixedFooter>div>h4 {
color: #fff;
margin-bottom: 7px;
font-size: 0.95rem;
line-height: 26px;
}
#fixedFooter>div>p {
margin-bottom: 24px;
line-height: 24px;
color: #fff;
font-size: 15px;
}
.highlightColor {
color: #fc3;
}
#lowestFooter {
width: 100%;
display: inline-block;
background-color: #171717;
color: #fff;
padding-bottom: 85px;
margin-top: -5px;
line-height: 24px;
margin-bottom: 4px;
font-size: 16px;
}
#lowestFooter>p {
font-size: 12px;
line-height: 10px;
}
#fixedFooter>div>h5 {
font-size: 0.9rem;
line-height: 22px;
color: #fff;
line-height: 0px;
}
#fixedFooter>div:last-child>a {
font-size: 14px;
color: #fff;
text-decoration: none;
display: inline-block;
}
#fixedFooter>div:last-child>a:hover {
color: #fc3;
}
#fixedFooter>div:nth-child(2):first-child {
margin-top: 30px;
}
#fixedFooter>div:nth-child(2)>a {
font-size: 15px;
line-height: 24px;
color: #fff;
text-decoration: none;
display: inline-block;
padding-right: 30px;
margin-bottom: 13px;
}
#fixedFooter>div:nth-child(2)>a:hover {
color: #fc3;
}
.nohighlight {
color: hsla(0, 0%, 94%, .5);
}
.nohighlight:hover {
color: hsla(0, 0%, 94%, .5);
}
/* Responsiveness */
@media screen and (max-width: 600px) {
.link {
width: 90%;
}
.link>div {
height: 50%;
width: 70%;
margin-left: 15%;
z-index: -999;
margin-top: -100px;
background-position: center top;
background-size: 80%;
background-repeat: no-repeat;
}
#cta {
width: 90%;
padding: 10px;
padding-bottom: 50px;
}
#cta>p {
font-size: 1rem;
}
#subfooter {
padding-top: 75px;
}
#accolades>h3 {
font-size: 35px;
}
#experiences>h3 {
font-size: 35px;
}
#projects>h3 {
font-size: 35px;
}
.scroller {
margin-top: -10px;
}
}
@media screen and (min-width: 1060px) {
#fixedFooter {
max-width: 1000px;
text-align: left;
margin-left: calc((100% - 1000px) /2);
}
.col-6 {
width: 42%;
float: left;
text-align: left;
padding-right: 3%;
}
.col-3 {
width: 26.5%;
float: left;
text-align: left;
padding-right: 1%;
}
#accolades>h3 {
font-size: 100px;
}
#experiences>h3 {
font-size: 100px;
}
#projects>h3 {
font-size: 100px;
}
.scroller {
margin-top: -65px;
}
}
#header {
display: inline-block;
background-color: #171717;
width: 100%;
height: 100vh;
}
#header>div:first-child {
height: 100vh;
text-align: left;
margin-bottom: -16.5vh;
width: 100%;
}
.title {
margin-top: -16.5vw;
padding-left: 10%;
padding-right: 10%;
text-align: left;
z-index: 1000;
}
#header>div>h1 {
z-index: 5;
font-weight: 900;
font-size: 12.5vw;
color: hsla(0, 0%, 95%, .05);
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
letter-spacing: 0;
padding-left: 10%;
}
#header>div>h1>strong>span {
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
.title>h2 {
font-size: 2rem;
font-weight: 700;
line-height: 1.2em;
color: #fff;
}
.title>h5 {
margin-top: -1.5em;
margin-bottom: 1.2em;
color: #fc3;
font-size: 0.9rem;
font-weight: 700;
}
.title>p {
max-width: 450px;
font-size: 1.3rem;
line-height: 1.7em;
font-weight: 300;
color: #fff;
margin-top: 2em;
}
.title>p>a {
text-decoration: none;
color: #fc3;
border-bottom: 1px solid #fc3;
padding-bottom: .2em;
transition: padding-bottom .16s ease-in-out, color .16s, border-bottom-color .16s;
}
.title>p>a:hover {
color: #fc3;
border-bottom-color: #fc3;
padding-bottom: 0em;
}
.title>div {
margin-top: 2em;
}
.title>div>ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.title>div>ul>li {
float: left;
}
.title>div>ul>li>a {
display: block;
color: #fff;
padding-right: 40px;
text-decoration: none;
font-weight: 700;
font-size: 0.9em;
transition: color .16s;
padding-top: 15px;
}
.title>div>ul>li>a:hover {
color: #fc3;
}
.reach-link {
padding-bottom: 1px;
border-bottom: 1px dashed #fff;
transition: 100ms ease-in-out;
}
.reach-link:hover {
padding-bottom: 0px;
border-bottom-style: solid;
border-bottom-color: #fc3;
}
/* OWL Preload Import */
/*
* Core Owl Carousel CSS File
* v1.3.3
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
cursor:url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
/* Animation support via extracted Animate.css */
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
| 0.214198 | 0.111048 |
a {
text-decoration: none;
color: #000
}
* {
margin: 0;
padding: 0
}
body{
background: #f8f8f8;
}
/*主页*/
.app-sidebar {
position: absolute;
top: 60px;
left: 0;
bottom: 0;
width: 120px;
-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
z-index: 10000000;
background: #313131;
height: 100%;
}
.main-container .logo-wrap {
width: 120px;
height: 60px;
float: left;
background: #313131;
text-align: center;
}
.main-container .logo-wrap .logo {
width: 50px;
padding-top: 14px;
}
.nav_list li {
height: 48px;
width: 100px;
cursor: pointer;
padding-left: 20px;
}
.nav_list li.active {
background: #00a0ea;
}
.nav_list li a {
display: block;
width: 100px;
height: 48px;
line-height: 48px;
color: #fff;
cursor: pointer;
}
.nav_list li a span{
_margin-top: 16px;
display: inline;
zoom:1;
}
.nav_list li a span img {
position: relative;;
top: 2px;
}
.nav_list li a .text {
line-height: 14px;
margin-left: 5px
}
.container {
position: relative;
width: 100%;
}
.main-container{
height: auto;
width: 100%;
position: absolute;
z-index: 10000001;
left: 0;
}
/*内容部分的头部导航*/
.app-top-box {
height: 60px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
padding: 0 0 0 25px;
border-bottom: 1px solid #e5e5e5;
overflow: hidden;
z-index: 100000000000000;
top:0;
}
.app-top-box .mall-infor {
float: left;
line-height: 58px;
margin-right: 100px;
cursor: pointer;
}
.app-top-box .mall-list {
display: none;
position: fixed;
left: 145px;
top: 50px;
padding: 15px 10px;
width: 240px;
border-radius: 4px;
border: 1px solid #d2d2d2;
max-height: 300px;
overflow-y: auto;
background: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mall-list li {
line-height: 40px;
padding-left: 10px;
}
.mall-list li.active {
border-radius: 10px;
box-shadow: 5px 5px 10px 3px rgba(0,0,0,.025);
}
.mall-list li.active a {
color: #00a0ea;
}
.left-notice span {
line-height: 60px;
font-size: 14px;
margin-right: 8px;
}
.left-notice a{
zoom:1;
}
.left-notice span img {
position: relative;
top: 3px;
}
.right-nav {
position: absolute;
top: 0;
right: 22px;
line-height: 60px;
white-space: nowrap;
overflow: hidden;
height:60px;
}
.right_list li {
float: left;
margin-right:16px;
}
.right_list li a{
zoom:1
}
.right_list li a:nth-child(1){
margin-right:10px;
}
.right_list li a span img {
position: relative;
top: 4px;
}
.curn-blue {
color: #00a0e9;
}
.phone-text .curn-blue {
padding: 7px 18px;
border: 1px solid;
border-radius: 4px;
}
.num-notice {
position: relative;
}
.num-notice .num {
position: absolute;
top: -5px;
left: 10px;
width: 17px;
height: 17px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background: #fb8426;
color: #fff;
line-height: 17px;
text-align: center;
font-size:12px;
background:url('/images/admin/icon/notice-circle.png') no-repeat center;
-webkit-background-size: 17px;
background-size: 17px;
*top: 15px;
}
.right_list li.phone-text {
margin-right: 45px;
}
@media only screen and (max-width: 900px){
.right-nav { left:160px; }
}
.app-second-silder {
width: 120px;
position: absolute;
bottom: 0;
top: 1px;
left:120px;
border-right:1px solid #eee;
overflow-y: auto;
background: #fff;
}
.second_list li {
text-align: center;
margin: 10px 0;
}
.second_list li span{
display: inline-block;
width: 90px;
height: 32px;
line-height: 32px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #666;
cursor: pointer;
}
.second_list li.active span{
background: #fbfbfb;
font-weight: bold;
color: #313131;
}
.area-box {
background: #fff;
position: relative;
left: 241px;
height: 44px;
padding: 2px 20px;
}
.area-box span{
display: inline-block;
line-height: 42px;
border-bottom: 2px solid #5f8af7;
font-weight: bold;
color: #5f8af7;
}
.area-box .dc{
border: 1px solid #eee;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: inline-block;
position: absolute;
right: 260px;
top: 9px;
line-height: 20px;
padding:5px 10px;
cursor: pointer;
}
.right-sidebar{
position: relative;
height: 100%;
left: 0;
margin-left: 240px;
}
.right-sidebar .main-cont{
position: absolute;
top:60px;
bottom: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
background: #fbfbfb;
}
.order-notice-s {
padding-right: 10px;
}
.logo image {
width: 128px;
height: 128px;
}
|
public/css/admin/main.css
|
a {
text-decoration: none;
color: #000
}
* {
margin: 0;
padding: 0
}
body{
background: #f8f8f8;
}
/*主页*/
.app-sidebar {
position: absolute;
top: 60px;
left: 0;
bottom: 0;
width: 120px;
-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
z-index: 10000000;
background: #313131;
height: 100%;
}
.main-container .logo-wrap {
width: 120px;
height: 60px;
float: left;
background: #313131;
text-align: center;
}
.main-container .logo-wrap .logo {
width: 50px;
padding-top: 14px;
}
.nav_list li {
height: 48px;
width: 100px;
cursor: pointer;
padding-left: 20px;
}
.nav_list li.active {
background: #00a0ea;
}
.nav_list li a {
display: block;
width: 100px;
height: 48px;
line-height: 48px;
color: #fff;
cursor: pointer;
}
.nav_list li a span{
_margin-top: 16px;
display: inline;
zoom:1;
}
.nav_list li a span img {
position: relative;;
top: 2px;
}
.nav_list li a .text {
line-height: 14px;
margin-left: 5px
}
.container {
position: relative;
width: 100%;
}
.main-container{
height: auto;
width: 100%;
position: absolute;
z-index: 10000001;
left: 0;
}
/*内容部分的头部导航*/
.app-top-box {
height: 60px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
padding: 0 0 0 25px;
border-bottom: 1px solid #e5e5e5;
overflow: hidden;
z-index: 100000000000000;
top:0;
}
.app-top-box .mall-infor {
float: left;
line-height: 58px;
margin-right: 100px;
cursor: pointer;
}
.app-top-box .mall-list {
display: none;
position: fixed;
left: 145px;
top: 50px;
padding: 15px 10px;
width: 240px;
border-radius: 4px;
border: 1px solid #d2d2d2;
max-height: 300px;
overflow-y: auto;
background: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mall-list li {
line-height: 40px;
padding-left: 10px;
}
.mall-list li.active {
border-radius: 10px;
box-shadow: 5px 5px 10px 3px rgba(0,0,0,.025);
}
.mall-list li.active a {
color: #00a0ea;
}
.left-notice span {
line-height: 60px;
font-size: 14px;
margin-right: 8px;
}
.left-notice a{
zoom:1;
}
.left-notice span img {
position: relative;
top: 3px;
}
.right-nav {
position: absolute;
top: 0;
right: 22px;
line-height: 60px;
white-space: nowrap;
overflow: hidden;
height:60px;
}
.right_list li {
float: left;
margin-right:16px;
}
.right_list li a{
zoom:1
}
.right_list li a:nth-child(1){
margin-right:10px;
}
.right_list li a span img {
position: relative;
top: 4px;
}
.curn-blue {
color: #00a0e9;
}
.phone-text .curn-blue {
padding: 7px 18px;
border: 1px solid;
border-radius: 4px;
}
.num-notice {
position: relative;
}
.num-notice .num {
position: absolute;
top: -5px;
left: 10px;
width: 17px;
height: 17px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background: #fb8426;
color: #fff;
line-height: 17px;
text-align: center;
font-size:12px;
background:url('/images/admin/icon/notice-circle.png') no-repeat center;
-webkit-background-size: 17px;
background-size: 17px;
*top: 15px;
}
.right_list li.phone-text {
margin-right: 45px;
}
@media only screen and (max-width: 900px){
.right-nav { left:160px; }
}
.app-second-silder {
width: 120px;
position: absolute;
bottom: 0;
top: 1px;
left:120px;
border-right:1px solid #eee;
overflow-y: auto;
background: #fff;
}
.second_list li {
text-align: center;
margin: 10px 0;
}
.second_list li span{
display: inline-block;
width: 90px;
height: 32px;
line-height: 32px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #666;
cursor: pointer;
}
.second_list li.active span{
background: #fbfbfb;
font-weight: bold;
color: #313131;
}
.area-box {
background: #fff;
position: relative;
left: 241px;
height: 44px;
padding: 2px 20px;
}
.area-box span{
display: inline-block;
line-height: 42px;
border-bottom: 2px solid #5f8af7;
font-weight: bold;
color: #5f8af7;
}
.area-box .dc{
border: 1px solid #eee;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: inline-block;
position: absolute;
right: 260px;
top: 9px;
line-height: 20px;
padding:5px 10px;
cursor: pointer;
}
.right-sidebar{
position: relative;
height: 100%;
left: 0;
margin-left: 240px;
}
.right-sidebar .main-cont{
position: absolute;
top:60px;
bottom: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
background: #fbfbfb;
}
.order-notice-s {
padding-right: 10px;
}
.logo image {
width: 128px;
height: 128px;
}
| 0.408159 | 0.090977 |
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.main {
width: 100%;
height: 100%;
min-height: 100vh;
background-color: rgb(235, 235, 235);
display: flex;
flex-direction: column;
align-items: center;
}
.heading {
width: max-content;
height: max-content;
padding: 10px;
margin-top: 5%;
background-color: none;
color: rgb(52, 58, 64);
letter-spacing: 0.05rem;
}
.form-container {
width: 750px;
padding: 20px;
background-color: none;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.input-container {
width: 100%;
padding: 10px;
background-color: none;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.lables {
width: 30%;
background-color: none;
display: flex;
align-items: center;
justify-content: flex-end;
text-decoration: none;
font-size: 0.9rem;
font-weight: 600;
letter-spacing: 0.05rem;
color: rgb(52, 58, 64);
}
.inputs {
width: 100%;
margin-left: 40px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.icons {
height: 15px;
width: max-content;
display: flex;
align-items: center;
justify-content: center;
padding: 12px;
color: rgb(52, 58, 64);
border-bottom: 1px solid rgb(52, 58, 64);
border-left: 1px solid rgb(52, 58, 64);
border-top: 1px solid rgb(52, 58, 64);
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.input-fields {
width: 100%;
height: 15px;
padding: 12px;
border: 1px solid rgb(52, 58, 64);
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.input-fields:focus {
border: none;
outline: 0.5px solid #00b4d8;
box-shadow: 0 0 3px 1px #00b4d8;
}
.departmentSelector {
width: 100%;
height: auto;
padding: 11px 8px;
border: 1px solid rgb(52, 58, 64);
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.departmentSelector:focus {
border: none;
outline: 0.5px solid #00b4d8;
box-shadow: 0 0 3px 1px #00b4d8;
}
.submit {
width: 100%;
height: 100%;
padding: 10px;
background-color: none;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}
.submit button {
height: 100%;
width: 30%;
padding: 10px 10px;
background-color: #ff8800;
border: 1px solid #ff5400;
border-radius: 5px;
text-decoration: none;
font-size: 1rem;
font-weight: bold;
letter-spacing: 0.05rem;
color: white;
cursor: pointer;
}
.submit-icon {
margin-left: 3px;
}
@media (max-width:800px) {
.form-container {
width: 80%;
}
.input-container {
flex-wrap: wrap;
}
.lables {
width: 100%;
justify-content: flex-start;
font-size: 1.1rem;
}
.inputs {
margin-left: 0;
margin-top: 10px;
}
}
@media (max-width:400px) {
.heading h1 {
font-size: 8vw;
}
.lables {
font-size: 0.8rem;
}
.submit-icon {
margin-left: 0;
}
.submit button {
width: 60%;
font-size: 4vw;
}
}
|
Registration_Forms/Registration Form_01/code/style.css
|
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.main {
width: 100%;
height: 100%;
min-height: 100vh;
background-color: rgb(235, 235, 235);
display: flex;
flex-direction: column;
align-items: center;
}
.heading {
width: max-content;
height: max-content;
padding: 10px;
margin-top: 5%;
background-color: none;
color: rgb(52, 58, 64);
letter-spacing: 0.05rem;
}
.form-container {
width: 750px;
padding: 20px;
background-color: none;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.input-container {
width: 100%;
padding: 10px;
background-color: none;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.lables {
width: 30%;
background-color: none;
display: flex;
align-items: center;
justify-content: flex-end;
text-decoration: none;
font-size: 0.9rem;
font-weight: 600;
letter-spacing: 0.05rem;
color: rgb(52, 58, 64);
}
.inputs {
width: 100%;
margin-left: 40px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.icons {
height: 15px;
width: max-content;
display: flex;
align-items: center;
justify-content: center;
padding: 12px;
color: rgb(52, 58, 64);
border-bottom: 1px solid rgb(52, 58, 64);
border-left: 1px solid rgb(52, 58, 64);
border-top: 1px solid rgb(52, 58, 64);
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.input-fields {
width: 100%;
height: 15px;
padding: 12px;
border: 1px solid rgb(52, 58, 64);
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.input-fields:focus {
border: none;
outline: 0.5px solid #00b4d8;
box-shadow: 0 0 3px 1px #00b4d8;
}
.departmentSelector {
width: 100%;
height: auto;
padding: 11px 8px;
border: 1px solid rgb(52, 58, 64);
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.departmentSelector:focus {
border: none;
outline: 0.5px solid #00b4d8;
box-shadow: 0 0 3px 1px #00b4d8;
}
.submit {
width: 100%;
height: 100%;
padding: 10px;
background-color: none;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}
.submit button {
height: 100%;
width: 30%;
padding: 10px 10px;
background-color: #ff8800;
border: 1px solid #ff5400;
border-radius: 5px;
text-decoration: none;
font-size: 1rem;
font-weight: bold;
letter-spacing: 0.05rem;
color: white;
cursor: pointer;
}
.submit-icon {
margin-left: 3px;
}
@media (max-width:800px) {
.form-container {
width: 80%;
}
.input-container {
flex-wrap: wrap;
}
.lables {
width: 100%;
justify-content: flex-start;
font-size: 1.1rem;
}
.inputs {
margin-left: 0;
margin-top: 10px;
}
}
@media (max-width:400px) {
.heading h1 {
font-size: 8vw;
}
.lables {
font-size: 0.8rem;
}
.submit-icon {
margin-left: 0;
}
.submit button {
width: 60%;
font-size: 4vw;
}
}
| 0.459804 | 0.074399 |
body {
/* padding-top:70px; */
background-color:#006837;
color:white;
}
p, ul>li{
line-height:1.7;
margin-bottom:1.3rem;
}
ol>li{
line-height:1.3;
}
ol>ol>li{
line-height:1.6;
margin-bottom:1.3rem;
}
.bm, .eng{
opacity:0;
transition: opacity 0.6s;
}
.bm.show, .eng.show{
opacity:1;
}
#bm, #eng{
color: #fed501;
}
.disabled{
pointer-events:none;
color: #343a40 !important;
}
.disabled:hover{
cursor:not-allowed;
}
.nav-item{
text-align:right;
}
.navbar-header {
float: none;
}
.navbar {
min-height: 100px;
}
.navbar-brand {
height: 100px;
line-height: 100px;
}
.navbar-brand img{
margin-top:auto;
margin-bottom:auto;
}
.navbar-toggle {
/* (80px - button height 34px) / 2 = 23px */
margin-top: 33px;
padding: 9px 10px !important;
}
.navbar-inverse{
background-color:#006837;
border-color:#006837;
}
.hero-banner{
margin-top:100px;
padding:10px;
}
.hero-logo{
margin-left:auto;
margin-right:auto;
width:35%;
}
.hero-logo-full{
margin-left:auto;
margin-right:auto;
width:80%;
}
.hero-logo img{
width:100%;
}
.hero-panel{
margin-top:20px;
margin-left:auto;
margin-right:auto;
width:50%;
overflow:auto;
}
.hero-button{
width:14%;
margin-left:3%;
margin-right:3%;
float:left;
transition: opacity 0.5s;
}
.hero-button:hover{
opacity:0.5;
}
.hero-button img{
width:100%;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
background-color: #004927;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #004927;
}
.hangout-radio{
display:none;
}
.hangout-radio + div{
border-radius:5px;
cursor:pointer;
border:2px solid transparent;
transition: border-color 0.3s;
}
.hangout-radio:checked + div{
border:2px solid #fed501;
}
.ciptass-radio{
display:none;
}
.ciptass-radio + div{
border-radius:5px;
cursor:pointer;
border:2px solid transparent;
transition: border-color 0.3s;
}
.ciptass-radio:checked + div{
border:2px solid #fed501;
}
@media (min-width: 768px) {
.navbar-nav > li > a {
/* (80px - line-height of 27px) / 2 = 26.5px */
padding-top: 26.5px;
padding-bottom: 26.5px;
line-height: 27px;
}
}
@media (max-width: 768px) {
.hero-logo{
width:70%;
}
.hero-logo-full{
width:100%;
}
.hero-panel{
width:85%;
}
.rog-hero-button{
width:16% !important;
}
}
.footer-element{
font-size:13px;
padding-bottom:8px;
}
.pad-btm{
padding-bottom:8px;
}
.pad-btm-15{
padding-bottom:15px;
}
.pad-btm-30{
padding-bottom:30px;
}
.pad-btm-50{
padding-bottom:50px;
}
body{
font-family:'Lato',sans-serif;
}
h1,h2,h3,h4{
font-family:'Open Sans',sans-serif;
}
h5,h6{
font-family:'Montserrat',sans-serif;
}
a, a:hover, #contact{
color:#fed501;
cursor:pointer;
}
a:hover, #contact:hover{
color:#fed501;
text-decoration:underline;
}
ol,ul{
list-style-position: outside;
}
.checkin{
list-style-position: outside;
}
.checkin span{
font-size:13px;
}
.checkin li{
padding-bottom:15px;
}
.card-checkin{
border-color:#006837;
background-color:#006837;
margin-bottom:0;
}
.card-body-checkin{
background-color:#004d29;
}
.text-darker{
color:rgb(207, 207, 207);
}
.checkin-button{
padding:0;
margin:0;
border:none;
border-radius:5px;
}
.modal{
color:black;
}
.iframe-container{
overflow: hidden;
/* // Calculated from the aspect ration of the content (in case of 4:3 it is 75%) */
padding-top: 75%;
position: relative;
}
.iframe-container iframe{
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.superscript{
font-size:x-small;
vertical-align: super;
}
hr{
background-color:white;
}
.small-text{
font-size:small;
}
.text-just p{
text-align:justify;
line-height:2;
/* font-size:16 !important; */
}
.text-just h5{
font-size:1.6rem;
color:#fed501;
}
.text-just{
font-size:1.3rem;
}
.split-2{
columns:2;
}
@media (max-width: 768px) {
.split-2{
columns:1;
}
}
@media(max-width: 1200px){
#tab-navigate h4{
font-size:large;
}
}
.ftn-tab{
display:inline-block;
width:40px;
}
.trans{
background-color:transparent;
}
.card-download .card-footer{
color:white;
background-image:linear-gradient(#006837 70%, #006837, #004b28);
}
.download a:hover, #contactModal a:hover{
text-decoration:none;
}
.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#accordion .card-header, #accordion .card, #accordion2 .card-header, #accordion2 .card{
background-color:#762a40;
border-color:rgba(0,0,0,0);
transition: background-color 0.3s;
}
#accordion .card-header:hover, #accordion2 .card-header:hover{
background-color:#9e3956;
}
#accordion .card-body, #accordion2 .card-body{
background-color:#762a40;
}
#accordion .btn-link, #accordion2 .btn-link{
color:#fed501;
text-decoration:none;
}
.flex-column .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
}
.nav-link{
transition:border-color 0.3s;
}
.nav-link:hover{
border-color: #fff;
}
.flex-column .nav-item.show .nav-link, .flex-column .nav-link.active {
color: #762a40;
background-color:#f5eedc;
border-color:#dee2e6 #dee2e6#f5eedc;
}
#accordion li, #accordion2 li{
padding-bottom:0.5rem;
}
.rog h4, .rog h5, .rog h6{
font-family: 'CooperHewittMedium';
font-weight: normal;
font-style: normal;
color:#fbb040;
}
.rog .active h4{
color:#762a40;
}
.rog button{
background-color:#762a40;
}
button.video-delete, button.video-edit{
background-color:rgba(0,0,0,0);
}
.menu .modal-content{
background-color:rgba(0,0,0,0);
color:white;
border:none;
}
.tab-panel .nav-link,.tab-panel div{
padding:0;
}
.rog .nav-link{
padding:0;
}
.rog-hero-button{
width:10%;
opacity:0.5;
transition: opacity 0.5s;
}
.rog-hero-button:hover{
opacity:1;
}
#contactModal .modal-content{
background-color:rgba(0,0,0,0);
color:white;
border:1px solid rgba(0,0,0,0);
}
#contactModal .btn{
font-size:x-large;
}
.bg-trans{
background-color:rgba(0,0,0,0);
}
.bg-green{
background-image:linear-gradient(#006837 60%, #006837, #025c33);
background-color:#006837;
}
a.no-line, a.no-line:hover{
text-decoration:none;
}
.social-nav-panel{
position:fixed;
top:170px;
left:20px;
z-index:3;
}
.social-nav{
width:9rem;
position:absolute;
}
.social-nav-block{
width:3.2rem;
height:3.2rem;
overflow:hidden;
border:1px solid rgba(0,0,0,0);
border-radius:5px;
transition:width 0.2s linear, border-color 0.4s linear, height 0.2s linear, background-color 0.3s linear;
display:flex;
align-items:center;
transform:translate(0,-50%);
background-color:rgba(0,0,0,0);
margin-bottom:1rem;
}
.social-nav-details{
position:absolute;
width:17rem;
padding-left:0;
padding-right:0;
display:flex;
align-items:center;
justify-content:space-between;
transition: padding-left 0.2s linear, padding-right 0.2s linear;
}
/* social media */
.social-nav-details img{
flex: 0 0 3rem;
width:3rem;
}
.social-nav-details a{
flex: 0 0 10rem;
opacity:0;
transition: opacity 0.6s ease-out;
}
.social-nav-block:hover{
width:17rem;
height:5rem;
border-color:white;
background-color:#006837;
}
.social-nav-block:hover .social-nav-details a{
opacity:1;
}
.social-nav-block:hover .social-nav-details{
padding-left:1rem;
padding-right:1rem;
}
.category-nav a{
border:1px solid transparent;
transition:border 0.4s;
display:block;
}
.category-nav a:hover{
cursor:pointer;
border:1px solid #ccc;
}
.category-nav img{
width:100%;
}
@media (max-width: 768px) {
.social-nav-block{
height:2.4rem;
width:2.4rem;
margin-bottom:0.75rem;
}
.social-nav-details{
width:12.75rem;
}
.social-nav-details img{
flex: 0 0 2.25rem;
width:2.25rem;
}
.social-nav-details a{
flex: 0 0 7.5rem;
}
.social-nav-block:hover{
width:12.75rem;
height:3.75rem;
}
.social-nav-block:hover .social-nav-details{
padding-left:0.75rem;
padding-right:0.75rem;
}
.navbar-brand img{
height:50px !important;
}
}
.menu-icon-bar{
position: relative;
width: 30px;
height: 2px;
display: block;
background-color: #ccc;
border-radius: 5px;
transition: transform 0.5s ease-out, top 0.5s ease-out;
}
button:not(.collapsed) .top-bar{
top:7px;
transform:rotate(45deg);
}
button:not(.collapsed) .middle-bar{
top:5px;
transform:rotate(45deg);
}
button:not(.collapsed) .bottom-bar{
top:3.75px;
transform:rotate(-45deg);
}
button.collapsed .top-bar{
transform:rotate(360deg);
}
button.collapsed .middle-bar{
top:5px;
transform:rotate(720deg);
}
button.collapsed .bottom-bar{
top:10px;
transform:rotate(360deg);
}
.navbar-toggler{
height:50px;
padding-bottom:15px;
}
#navbarCollapse{
width: 100%;
position: fixed; /* Stay in place */
z-index: 1020; /* Sit on top */
left: 0;
top: 0;
background-color: rgba(52, 58, 64, 0.85);
overflow-y:auto;
/* Disable horizontal scroll */
transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
padding-top:116px;
padding-left:50px;
padding-right:50px;
}
#navbarCollapse:not(.show){
height: 0;
overflow-y: hidden;
}
#navbarCollapse.show{
height: 100%;
}
#navbarCollapse a{
display:block;
margin-bottom:5px;
}
#navbarCollapse a, #navbarCollapse h4{
text-align:center;
}
.web-map{
display:block;
}
.web-map a{
display:block;
}
/* .hero-logo img{
filter: drop-shadow(5px 5px 5px #00efff);
} */
.contact-modal{
height:0;
overflow-y:hidden;
opacity:0;
z-index:1031;
position:fixed;
top:0;
left:0;
width:0;
border-radius:0px 50% 50% 50%;
background-color:rgba(0,0,0,0.85);
transition: height 0.5s ease-out, width 0.6s ease-out, border-radius 0.5s ease-in, opacity 0.5s ease-out;
padding:50px;
}
.contact-modal-show{
height: 100%;
width:100%;
opacity:1;
border-radius:0;
}
.contact-close{
position:absolute;
top:25px;
right:40px;
}
.flex-table>div.row{
border:1px solid #fff;
}
|
public/css/myStyle.css
|
body {
/* padding-top:70px; */
background-color:#006837;
color:white;
}
p, ul>li{
line-height:1.7;
margin-bottom:1.3rem;
}
ol>li{
line-height:1.3;
}
ol>ol>li{
line-height:1.6;
margin-bottom:1.3rem;
}
.bm, .eng{
opacity:0;
transition: opacity 0.6s;
}
.bm.show, .eng.show{
opacity:1;
}
#bm, #eng{
color: #fed501;
}
.disabled{
pointer-events:none;
color: #343a40 !important;
}
.disabled:hover{
cursor:not-allowed;
}
.nav-item{
text-align:right;
}
.navbar-header {
float: none;
}
.navbar {
min-height: 100px;
}
.navbar-brand {
height: 100px;
line-height: 100px;
}
.navbar-brand img{
margin-top:auto;
margin-bottom:auto;
}
.navbar-toggle {
/* (80px - button height 34px) / 2 = 23px */
margin-top: 33px;
padding: 9px 10px !important;
}
.navbar-inverse{
background-color:#006837;
border-color:#006837;
}
.hero-banner{
margin-top:100px;
padding:10px;
}
.hero-logo{
margin-left:auto;
margin-right:auto;
width:35%;
}
.hero-logo-full{
margin-left:auto;
margin-right:auto;
width:80%;
}
.hero-logo img{
width:100%;
}
.hero-panel{
margin-top:20px;
margin-left:auto;
margin-right:auto;
width:50%;
overflow:auto;
}
.hero-button{
width:14%;
margin-left:3%;
margin-right:3%;
float:left;
transition: opacity 0.5s;
}
.hero-button:hover{
opacity:0.5;
}
.hero-button img{
width:100%;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
background-color: #004927;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #004927;
}
.hangout-radio{
display:none;
}
.hangout-radio + div{
border-radius:5px;
cursor:pointer;
border:2px solid transparent;
transition: border-color 0.3s;
}
.hangout-radio:checked + div{
border:2px solid #fed501;
}
.ciptass-radio{
display:none;
}
.ciptass-radio + div{
border-radius:5px;
cursor:pointer;
border:2px solid transparent;
transition: border-color 0.3s;
}
.ciptass-radio:checked + div{
border:2px solid #fed501;
}
@media (min-width: 768px) {
.navbar-nav > li > a {
/* (80px - line-height of 27px) / 2 = 26.5px */
padding-top: 26.5px;
padding-bottom: 26.5px;
line-height: 27px;
}
}
@media (max-width: 768px) {
.hero-logo{
width:70%;
}
.hero-logo-full{
width:100%;
}
.hero-panel{
width:85%;
}
.rog-hero-button{
width:16% !important;
}
}
.footer-element{
font-size:13px;
padding-bottom:8px;
}
.pad-btm{
padding-bottom:8px;
}
.pad-btm-15{
padding-bottom:15px;
}
.pad-btm-30{
padding-bottom:30px;
}
.pad-btm-50{
padding-bottom:50px;
}
body{
font-family:'Lato',sans-serif;
}
h1,h2,h3,h4{
font-family:'Open Sans',sans-serif;
}
h5,h6{
font-family:'Montserrat',sans-serif;
}
a, a:hover, #contact{
color:#fed501;
cursor:pointer;
}
a:hover, #contact:hover{
color:#fed501;
text-decoration:underline;
}
ol,ul{
list-style-position: outside;
}
.checkin{
list-style-position: outside;
}
.checkin span{
font-size:13px;
}
.checkin li{
padding-bottom:15px;
}
.card-checkin{
border-color:#006837;
background-color:#006837;
margin-bottom:0;
}
.card-body-checkin{
background-color:#004d29;
}
.text-darker{
color:rgb(207, 207, 207);
}
.checkin-button{
padding:0;
margin:0;
border:none;
border-radius:5px;
}
.modal{
color:black;
}
.iframe-container{
overflow: hidden;
/* // Calculated from the aspect ration of the content (in case of 4:3 it is 75%) */
padding-top: 75%;
position: relative;
}
.iframe-container iframe{
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.superscript{
font-size:x-small;
vertical-align: super;
}
hr{
background-color:white;
}
.small-text{
font-size:small;
}
.text-just p{
text-align:justify;
line-height:2;
/* font-size:16 !important; */
}
.text-just h5{
font-size:1.6rem;
color:#fed501;
}
.text-just{
font-size:1.3rem;
}
.split-2{
columns:2;
}
@media (max-width: 768px) {
.split-2{
columns:1;
}
}
@media(max-width: 1200px){
#tab-navigate h4{
font-size:large;
}
}
.ftn-tab{
display:inline-block;
width:40px;
}
.trans{
background-color:transparent;
}
.card-download .card-footer{
color:white;
background-image:linear-gradient(#006837 70%, #006837, #004b28);
}
.download a:hover, #contactModal a:hover{
text-decoration:none;
}
.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#accordion .card-header, #accordion .card, #accordion2 .card-header, #accordion2 .card{
background-color:#762a40;
border-color:rgba(0,0,0,0);
transition: background-color 0.3s;
}
#accordion .card-header:hover, #accordion2 .card-header:hover{
background-color:#9e3956;
}
#accordion .card-body, #accordion2 .card-body{
background-color:#762a40;
}
#accordion .btn-link, #accordion2 .btn-link{
color:#fed501;
text-decoration:none;
}
.flex-column .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
}
.nav-link{
transition:border-color 0.3s;
}
.nav-link:hover{
border-color: #fff;
}
.flex-column .nav-item.show .nav-link, .flex-column .nav-link.active {
color: #762a40;
background-color:#f5eedc;
border-color:#dee2e6 #dee2e6#f5eedc;
}
#accordion li, #accordion2 li{
padding-bottom:0.5rem;
}
.rog h4, .rog h5, .rog h6{
font-family: 'CooperHewittMedium';
font-weight: normal;
font-style: normal;
color:#fbb040;
}
.rog .active h4{
color:#762a40;
}
.rog button{
background-color:#762a40;
}
button.video-delete, button.video-edit{
background-color:rgba(0,0,0,0);
}
.menu .modal-content{
background-color:rgba(0,0,0,0);
color:white;
border:none;
}
.tab-panel .nav-link,.tab-panel div{
padding:0;
}
.rog .nav-link{
padding:0;
}
.rog-hero-button{
width:10%;
opacity:0.5;
transition: opacity 0.5s;
}
.rog-hero-button:hover{
opacity:1;
}
#contactModal .modal-content{
background-color:rgba(0,0,0,0);
color:white;
border:1px solid rgba(0,0,0,0);
}
#contactModal .btn{
font-size:x-large;
}
.bg-trans{
background-color:rgba(0,0,0,0);
}
.bg-green{
background-image:linear-gradient(#006837 60%, #006837, #025c33);
background-color:#006837;
}
a.no-line, a.no-line:hover{
text-decoration:none;
}
.social-nav-panel{
position:fixed;
top:170px;
left:20px;
z-index:3;
}
.social-nav{
width:9rem;
position:absolute;
}
.social-nav-block{
width:3.2rem;
height:3.2rem;
overflow:hidden;
border:1px solid rgba(0,0,0,0);
border-radius:5px;
transition:width 0.2s linear, border-color 0.4s linear, height 0.2s linear, background-color 0.3s linear;
display:flex;
align-items:center;
transform:translate(0,-50%);
background-color:rgba(0,0,0,0);
margin-bottom:1rem;
}
.social-nav-details{
position:absolute;
width:17rem;
padding-left:0;
padding-right:0;
display:flex;
align-items:center;
justify-content:space-between;
transition: padding-left 0.2s linear, padding-right 0.2s linear;
}
/* social media */
.social-nav-details img{
flex: 0 0 3rem;
width:3rem;
}
.social-nav-details a{
flex: 0 0 10rem;
opacity:0;
transition: opacity 0.6s ease-out;
}
.social-nav-block:hover{
width:17rem;
height:5rem;
border-color:white;
background-color:#006837;
}
.social-nav-block:hover .social-nav-details a{
opacity:1;
}
.social-nav-block:hover .social-nav-details{
padding-left:1rem;
padding-right:1rem;
}
.category-nav a{
border:1px solid transparent;
transition:border 0.4s;
display:block;
}
.category-nav a:hover{
cursor:pointer;
border:1px solid #ccc;
}
.category-nav img{
width:100%;
}
@media (max-width: 768px) {
.social-nav-block{
height:2.4rem;
width:2.4rem;
margin-bottom:0.75rem;
}
.social-nav-details{
width:12.75rem;
}
.social-nav-details img{
flex: 0 0 2.25rem;
width:2.25rem;
}
.social-nav-details a{
flex: 0 0 7.5rem;
}
.social-nav-block:hover{
width:12.75rem;
height:3.75rem;
}
.social-nav-block:hover .social-nav-details{
padding-left:0.75rem;
padding-right:0.75rem;
}
.navbar-brand img{
height:50px !important;
}
}
.menu-icon-bar{
position: relative;
width: 30px;
height: 2px;
display: block;
background-color: #ccc;
border-radius: 5px;
transition: transform 0.5s ease-out, top 0.5s ease-out;
}
button:not(.collapsed) .top-bar{
top:7px;
transform:rotate(45deg);
}
button:not(.collapsed) .middle-bar{
top:5px;
transform:rotate(45deg);
}
button:not(.collapsed) .bottom-bar{
top:3.75px;
transform:rotate(-45deg);
}
button.collapsed .top-bar{
transform:rotate(360deg);
}
button.collapsed .middle-bar{
top:5px;
transform:rotate(720deg);
}
button.collapsed .bottom-bar{
top:10px;
transform:rotate(360deg);
}
.navbar-toggler{
height:50px;
padding-bottom:15px;
}
#navbarCollapse{
width: 100%;
position: fixed; /* Stay in place */
z-index: 1020; /* Sit on top */
left: 0;
top: 0;
background-color: rgba(52, 58, 64, 0.85);
overflow-y:auto;
/* Disable horizontal scroll */
transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
padding-top:116px;
padding-left:50px;
padding-right:50px;
}
#navbarCollapse:not(.show){
height: 0;
overflow-y: hidden;
}
#navbarCollapse.show{
height: 100%;
}
#navbarCollapse a{
display:block;
margin-bottom:5px;
}
#navbarCollapse a, #navbarCollapse h4{
text-align:center;
}
.web-map{
display:block;
}
.web-map a{
display:block;
}
/* .hero-logo img{
filter: drop-shadow(5px 5px 5px #00efff);
} */
.contact-modal{
height:0;
overflow-y:hidden;
opacity:0;
z-index:1031;
position:fixed;
top:0;
left:0;
width:0;
border-radius:0px 50% 50% 50%;
background-color:rgba(0,0,0,0.85);
transition: height 0.5s ease-out, width 0.6s ease-out, border-radius 0.5s ease-in, opacity 0.5s ease-out;
padding:50px;
}
.contact-modal-show{
height: 100%;
width:100%;
opacity:1;
border-radius:0;
}
.contact-close{
position:absolute;
top:25px;
right:40px;
}
.flex-table>div.row{
border:1px solid #fff;
}
| 0.456894 | 0.062217 |
@import url("https://fonts.googleapis.com/css2?family=Alata&family=Poppins:wght@500&display=swap");
body {
background-color: #282c34;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Internet Explorer */
@-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.App {
text-align: center;
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
font-size: calc(10px + 2vmin);
color: white;
}
#centered {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -40%);
}
#rules-button {
flex: 1;
border: none;
padding: 0.5em;
background: #fff;
color: #282c34;
margin-top: 15px;
margin-right: 10px;
border-radius: 10px;
position: absolute;
right: 1em;
font-family: "Poppins", Arial, sans-serif;
font-size: 0.5em;
cursor: pointer;
}
#rules-button:hover {
background: #999;
}
#rules-button:hover {
background: #999;
}
#back {
padding: 0 0 0 0;
align-self: baseline;
margin-top: -20px;
margin-left: -10px;
margin-bottom: 1em;
float: left;
background: none;
border: none;
cursor: pointer;
}
#footer {
text-align: center;
font-size: 0.8em;
font-family: "Alata", Arial, sans-serif;
position: fixed;
bottom: 25px;
color: white;
left: 0;
right: 0;
}
#copy-button {
height: 30px;
width: 30px;
padding: 5px -2px 5px -2px;
border-radius: 10px;
}
.buttons {
width: 15%;
min-width: 15ch;
table-layout: fixed;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -40%);
}
.buttons tr {
display: flex;
}
.buttons tr td {
flex: 1;
display: flex;
flex-direction: column;
}
#header {
font-family: 'Alata', Arial, sans-serif;
/*padding: 0 0 20vh 0;*/
}
h1 {
margin-bottom: -0.9em;
}
.form-button {
flex: 1;
border: none;
padding: 0.5em;
background: #00abc6;
color: #fff;
margin: 5px;
font-family: "Poppins", Arial, sans-serif;
font-weight: 0;
font-size: 0.9em;
border-radius: 10px;
}
.form-button:hover {
/* background: #61dafb; */
background: #006e7f;
}
a {
color: white;
}
|
frontend/src/App.css
|
@import url("https://fonts.googleapis.com/css2?family=Alata&family=Poppins:wght@500&display=swap");
body {
background-color: #282c34;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Internet Explorer */
@-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.App {
text-align: center;
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
font-size: calc(10px + 2vmin);
color: white;
}
#centered {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -40%);
}
#rules-button {
flex: 1;
border: none;
padding: 0.5em;
background: #fff;
color: #282c34;
margin-top: 15px;
margin-right: 10px;
border-radius: 10px;
position: absolute;
right: 1em;
font-family: "Poppins", Arial, sans-serif;
font-size: 0.5em;
cursor: pointer;
}
#rules-button:hover {
background: #999;
}
#rules-button:hover {
background: #999;
}
#back {
padding: 0 0 0 0;
align-self: baseline;
margin-top: -20px;
margin-left: -10px;
margin-bottom: 1em;
float: left;
background: none;
border: none;
cursor: pointer;
}
#footer {
text-align: center;
font-size: 0.8em;
font-family: "Alata", Arial, sans-serif;
position: fixed;
bottom: 25px;
color: white;
left: 0;
right: 0;
}
#copy-button {
height: 30px;
width: 30px;
padding: 5px -2px 5px -2px;
border-radius: 10px;
}
.buttons {
width: 15%;
min-width: 15ch;
table-layout: fixed;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -40%);
}
.buttons tr {
display: flex;
}
.buttons tr td {
flex: 1;
display: flex;
flex-direction: column;
}
#header {
font-family: 'Alata', Arial, sans-serif;
/*padding: 0 0 20vh 0;*/
}
h1 {
margin-bottom: -0.9em;
}
.form-button {
flex: 1;
border: none;
padding: 0.5em;
background: #00abc6;
color: #fff;
margin: 5px;
font-family: "Poppins", Arial, sans-serif;
font-weight: 0;
font-size: 0.9em;
border-radius: 10px;
}
.form-button:hover {
/* background: #61dafb; */
background: #006e7f;
}
a {
color: white;
}
| 0.344113 | 0.089256 |
body
{
background-color: #F4F4F4;
margin: 0em;
}
header
{
font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
list-style-type: none;
margin: 0em;
overflow: hidden;
background-color: #606060;
border-bottom: 1px solid #707070
}
nav a
{
display: inline-block;
color: #FFFFFF;
text-align: center;
margin: 0em;
padding: 0.5em;
text-decoration: none;
font-size: large;
border-right: 1px solid #707070;
}
nav a:hover
{
background-color: #000000;
}
main
{
margin: 1em;
}
form table tr td
{
padding-bottom: 1em;
vertical-align: top;
}
.active
{
background-color: #000000;
}
.align-right
{
text-align: right;
}
.flash-message
{
width: 100%;
background-color: #1E90FF;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
font-weight: bold;
font-size: large;
}
.flash-error
{
width: 100%;
background-color: #FF0000;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
font-weight: bold;
font-size: large;
}
.project
{
margin-top: 0.5em;
margin-bottom: 0.5em;
padding: 0.5em;
border-radius: 0.25em;
background-color: #FFFFFF;
border: 1px solid black;
box-shadow: 0.25em 0.25em 0.125em #888888;
word-wrap: break-word;
}
.project a
{
font-weight: bold;
font-size: large;
color: #000000;
}
.project pre
{
word-wrap: break-word;
}
.comment
{
margin: 0.5em;
padding: 0.25em;
background-color: #FFFFFF;
border: 1px solid black;
border-radius: 1em;
box-shadow: 0.25em 0.25em 0.125em #888888;
word-wrap: break-word;
}
.comment pre
{
white-space: pre-wrap;
}
.hi
{
text-align: center;
text-decoration: underline;
}
.currentPage
{
font-weight: bold;
text-decoration: none;
}
.note
{
font-size: medium;
font-style: italic;
}
.linksTable th, .linksTable td
{
padding: 1em;
}
.loremIpsum
{
background-color: #FFFFFF;
box-shadow: 0.125em 0.125em 0.125em #888888;
}
.refTable
{
border-collapse: collapse;
border: 1px solid black;
}
.refTable td, .refTable th
{
border: 1px solid black;
text-align: left;
padding: 0.5em;
}
.refTable th
{
color: #FFFFFF;
background-color: #606060;
}
.refTable tr:nth-child(even)
{
background-color: #D3D3D3;
}
.japaneseReferenceTable
{
border-collapse: collapse;
}
.japaneseReferenceTable, .japaneseReferenceTable th, .japaneseReferenceTable td
{
border: 1px solid black;
}
.japaneseReferenceTable tr:nth-child(even)
{
background-color: #E6E6E6;
}
.japaneseReferenceTable tr:hover
{
background-color: #CCCCCC;
}
.japaneseObsolete
{
color: #FF0000;
}
#pageTitle
{
font-weight: bold;
text-shadow: 2px 2px #989898;
}
#cssColorFieldset
{
width: 20em;
height: 10em;
padding: 0.5em;
padding-bottom: 1.5em;
}
#cssColorDiv
{
width: 100%;
height: 100%;
}
#cssColorTable
{
width: 100%;
border: 1px solid black;
border-collapse: collapse;
}
#cssColorTable tr
{
border-top: 1px solid black;
}
#cssColorTable td, #cssColorTable th
{
padding-top: 0.5em;
padding-bottom: 0.5em;
}
#cssColorTable th
{
text-align: left;
background-color: #606060;
color: #FFFFFF;
}
#cssColorTable tr:nth-child(even)
{
background-color: #C0C0C0;
}
#cssColorTable tr:nth-child(odd)
{
background-color: #FFFFFF;
}
#cssColorTable tr td:nth-child(3)
{
width: 40%;
}
@media only screen and (max-width: 1000px)
{
body
{
font-size: xx-large;
word-wrap: break-word;
}
nav a
{
font-size: xx-large;
padding: 1em;
display: block;
}
.flash-message
{
font-size: xx-large;
}
.flash-error
{
font-size: xx-large;
}
.project a
{
font-size: xx-large;
}
.note
{
font-size: large;
}
.refTable
{
font-size: medium;
}
pre
{
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
font-size: large;
}
}
@media only screen and (max-width: 800px)
{
.refTable
{
font-size: small;
}
pre
{
font-size: medium;
}
}
|
CodeHobby/public/css/maincodehobby.css
|
body
{
background-color: #F4F4F4;
margin: 0em;
}
header
{
font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
list-style-type: none;
margin: 0em;
overflow: hidden;
background-color: #606060;
border-bottom: 1px solid #707070
}
nav a
{
display: inline-block;
color: #FFFFFF;
text-align: center;
margin: 0em;
padding: 0.5em;
text-decoration: none;
font-size: large;
border-right: 1px solid #707070;
}
nav a:hover
{
background-color: #000000;
}
main
{
margin: 1em;
}
form table tr td
{
padding-bottom: 1em;
vertical-align: top;
}
.active
{
background-color: #000000;
}
.align-right
{
text-align: right;
}
.flash-message
{
width: 100%;
background-color: #1E90FF;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
font-weight: bold;
font-size: large;
}
.flash-error
{
width: 100%;
background-color: #FF0000;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
font-weight: bold;
font-size: large;
}
.project
{
margin-top: 0.5em;
margin-bottom: 0.5em;
padding: 0.5em;
border-radius: 0.25em;
background-color: #FFFFFF;
border: 1px solid black;
box-shadow: 0.25em 0.25em 0.125em #888888;
word-wrap: break-word;
}
.project a
{
font-weight: bold;
font-size: large;
color: #000000;
}
.project pre
{
word-wrap: break-word;
}
.comment
{
margin: 0.5em;
padding: 0.25em;
background-color: #FFFFFF;
border: 1px solid black;
border-radius: 1em;
box-shadow: 0.25em 0.25em 0.125em #888888;
word-wrap: break-word;
}
.comment pre
{
white-space: pre-wrap;
}
.hi
{
text-align: center;
text-decoration: underline;
}
.currentPage
{
font-weight: bold;
text-decoration: none;
}
.note
{
font-size: medium;
font-style: italic;
}
.linksTable th, .linksTable td
{
padding: 1em;
}
.loremIpsum
{
background-color: #FFFFFF;
box-shadow: 0.125em 0.125em 0.125em #888888;
}
.refTable
{
border-collapse: collapse;
border: 1px solid black;
}
.refTable td, .refTable th
{
border: 1px solid black;
text-align: left;
padding: 0.5em;
}
.refTable th
{
color: #FFFFFF;
background-color: #606060;
}
.refTable tr:nth-child(even)
{
background-color: #D3D3D3;
}
.japaneseReferenceTable
{
border-collapse: collapse;
}
.japaneseReferenceTable, .japaneseReferenceTable th, .japaneseReferenceTable td
{
border: 1px solid black;
}
.japaneseReferenceTable tr:nth-child(even)
{
background-color: #E6E6E6;
}
.japaneseReferenceTable tr:hover
{
background-color: #CCCCCC;
}
.japaneseObsolete
{
color: #FF0000;
}
#pageTitle
{
font-weight: bold;
text-shadow: 2px 2px #989898;
}
#cssColorFieldset
{
width: 20em;
height: 10em;
padding: 0.5em;
padding-bottom: 1.5em;
}
#cssColorDiv
{
width: 100%;
height: 100%;
}
#cssColorTable
{
width: 100%;
border: 1px solid black;
border-collapse: collapse;
}
#cssColorTable tr
{
border-top: 1px solid black;
}
#cssColorTable td, #cssColorTable th
{
padding-top: 0.5em;
padding-bottom: 0.5em;
}
#cssColorTable th
{
text-align: left;
background-color: #606060;
color: #FFFFFF;
}
#cssColorTable tr:nth-child(even)
{
background-color: #C0C0C0;
}
#cssColorTable tr:nth-child(odd)
{
background-color: #FFFFFF;
}
#cssColorTable tr td:nth-child(3)
{
width: 40%;
}
@media only screen and (max-width: 1000px)
{
body
{
font-size: xx-large;
word-wrap: break-word;
}
nav a
{
font-size: xx-large;
padding: 1em;
display: block;
}
.flash-message
{
font-size: xx-large;
}
.flash-error
{
font-size: xx-large;
}
.project a
{
font-size: xx-large;
}
.note
{
font-size: large;
}
.refTable
{
font-size: medium;
}
pre
{
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
font-size: large;
}
}
@media only screen and (max-width: 800px)
{
.refTable
{
font-size: small;
}
pre
{
font-size: medium;
}
}
| 0.416559 | 0.07703 |
@charset "utf-8";
* {
margin: 0;
padding: 0
}
body {
font-size: 16px;
font-family: "微软雅黑";
;
}
.container {
margin: 0 auto;
width: 100%;
box-sizing: border-box;
max-width: 640px;
}
html {
text-align: justify;
}
ul li {
list-style-type: none
}
.clear {
clear: both
}
.top {
width: 100%;
border: 1px solid #ccc;
background: #f4f5f9;
box-sizing: border-box;
overflow: hidden;
}
.top .top_img {
padding: 10px 10px 5px 10px;
width: 75px;
float: left;
}
.topTitle {
background: #fff;
/*height:50px;*/
line-height: 25px;
font-size: 18px;
padding: 10px;
}
.lz {}
.top .top_img img {
width: 100%;
border: 1px solid #fff;
}
.top .top_title {
width: 100%;
line-height: 30px;
padding-top: 20px;
}
.top .top_title .span1 {
font-size: 22px;
display: block;
}
.top .top_title .span2 {
background: #ff7277;
font-size: 10px;
color: #fff;
padding: 4px;
border-radius: 5px;
margin-left: 10px;
}
.top .top_title .span3 {
color: #ccc;
}
.top .top_title .span3_1 {
color: red;
}
.top .top_title .span4 {
color: #ccc;
}
.top .top_title .span4_1 {
color: red;
}
/*main*/
.h01 {
margin-bottom: 1px
}
.main {
width: 100%;
box-sizing: border-box;
background: #fff;
border: 1px solid #ccc;
}
.main .title {
padding: 6px 10px;
border-bottom: 1px solid #BBBDBF;
line-height: 25px;
font-size: 16px;
font-weight: bold;
}
.main1 {
background: #fafbfc;
border-bottom: 1px solid #E1E4E6;
width: 100%;
float: left;
}
.main1 .left {
background: #fafbfc;
float: left;
text-align: center;
width: 16%;
padding: 20px 4px 0 4px;
box-sizing: border-box;
}
.main1 .left span {
font-size: 12px;
color: #2d64b3;
white-space: nowrap;
display: block;
}
.main1 .left img {
width: 46px;
height: 46px;
}
.main1 .right {
background: #fff;
float: left;
padding: 0px 10px 5px 10px;
position: relative;
width: 84%;
box-sizing: border-box;
}
.main1 .right .right_m {
padding: 20px 0 0 0;
text-indent: 2em;
line-height: 25px;
min-height: 84px;
}
.main1 .right .right_m span {
color: #333;
}
.main1 .right .right_m span a {
color: red;
font-weight: bold;
font-size: 16px;
}
.main1 .right .right_reply {
margin-right: 13px;
}
.right_reply .right_reply_l {
line-height: 28px;
}
.right_reply .right_reply_l .right_reply_l_r {
float: right;
margin-left: 4px;
background: #f7f8fa;
color: #2d64b3;
font-size: 12px;
}
.right_reply .right_reply_l .right_reply_l_l {
float: right;
color: #999;
position: relative;
}
.right_reply .right_reply_l .right_reply_l_l span {
color: #999;
line-height: 28px;
font-size: 12px;
}
.right_reply .right_reply_l .right_reply_l_l span a {
color: #2d64b3;
}
.right_reply .right_reply_m {
background: #f7f8fa;
margin-top: -1px;
width: 100%;
}
.right_reply .right_reply_m .right_reply_m_m {
padding: 4px 8px 14px;
float: left;
background: #f7f8fa;
border-top: 1px solid #ccc;
width: 100%;
}
.right_reply_m_m ul li {
padding-top: 10px;
float: left;
width: 100%;
}
.right_reply_m_m ul .lz {
/*margin-left:50px*/
}
.right_reply_m_m .img {
float: left;
}
.right_reply_m_m .img img {
width: 32px;
height: 32px;
border: 1px solid #fff;
}
.right_reply_m_m .cont {
width: 78%;
float: left;
line-height: 22px;
margin-left: 10px;
}
.right_reply_m_m .cont a {
float: left;
color: #2d64b3;
font-size: 12px;
}
.right_reply_m_m .cont_m span {
color: red;
font-weight: bold;
}
.right_reply_m_m .cont .cont_m {
font-size: 14px;
}
/*footer*/
.footer {
padding: 23px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.footer .footer_t {
font-size: 12px;
font-weight: bold;
}
.footer .footer_t .img {
/*background:url("../images/replay.png");*/
width: 14px;
height: 14px;
float: left;
margin-right: 4px;
}
.footer .footer_m {
height: 200px;
color: #ccc;
font-size: 12px;
padding: 5px;
}
.footer .footer_m textarea {
width: 100%;
height: 100%;
color: #333;
font-size: 14px;
}
.footer .footer_fb {
width: 36px;
height: 18px;
font-size: 12px;
text-align: center;
background: #2d64b3;
color: #fff;
border-radius: 5px;
border: 1px solid #ccc;
margin-top: 5px;
}
/*版权*/
.footerss {
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px
}
.footerss p {
color: #2c76d1;
}
/*数字分页样式*/
.menu {
width: 100%;
padding: 10px 10px 6px 10px;
;
box-sizing: border-box;
overflow: hidden;
}
.menu ul li {
float: left;
text-align: center;
border: 1px solid #ccc;
cursor: pointer;
background: #fff;
border-radius: 5px;
margin: 0 4px;
font-weight: bold;
width: 20%;
margin-bottom: 8px;
}
.menu ul li a {
text-decoration: none;
color: #2d64b3;
display: inline-block;
width: 100%;
}
.menu .off a {
color: #ccc;
}
.click {
position: fixed;
right: 50%;
margin-right: -440px;
top: 8%;
}
@media screen and (max-width:720px) {
.click {
right: 2%;
margin-right: 0px;
top: 8%;
}
}
.click img {
width: 80px;
height: 80px;
}
@media screen and (max-width:720px) {
.click img {
width: 60px;
height: 60px;
}
}
.popup {
position: fixed;
top: 50%;
left: 50%;
width: 300px;
transform: translate3d(-50%, -50%, 0px);
background-color: #fff;
border-radius: 5px;
overflow: hidden;
padding: 10px 0px;
display: none;
box-shadow: 1px 1px 3px #424242;
text-align: center;
color: #656565;
z-index: 2;
}
.popup .first span .spance,
.popup .open span .spance {
letter-spacing: 5px;
}
.popup .close {
padding: 0 10px;
overflow: hidden;
color: #dd2736;
}
.popup .close span {
float: right;
}
.popup .add {
text-align: center;
background-color: #e13f94;
padding: 8px 0px;
margin: 15px 0px;
}
.popup .add span {
line-height: 40px;
font-size: 28px;
color: #fff;
}
.popup .open {
text-align: center;
color: #666;
}
.popup .liwu {
text-align: center;
color: #999;
padding-bottom: 20px;
margin-top: 15px;
}
.popup .liwu a {
font-size: 18px;
color: #d5271e;
text-decoration: underline;
}
|
public/static/css/man/forum/css/style.css
|
@charset "utf-8";
* {
margin: 0;
padding: 0
}
body {
font-size: 16px;
font-family: "微软雅黑";
;
}
.container {
margin: 0 auto;
width: 100%;
box-sizing: border-box;
max-width: 640px;
}
html {
text-align: justify;
}
ul li {
list-style-type: none
}
.clear {
clear: both
}
.top {
width: 100%;
border: 1px solid #ccc;
background: #f4f5f9;
box-sizing: border-box;
overflow: hidden;
}
.top .top_img {
padding: 10px 10px 5px 10px;
width: 75px;
float: left;
}
.topTitle {
background: #fff;
/*height:50px;*/
line-height: 25px;
font-size: 18px;
padding: 10px;
}
.lz {}
.top .top_img img {
width: 100%;
border: 1px solid #fff;
}
.top .top_title {
width: 100%;
line-height: 30px;
padding-top: 20px;
}
.top .top_title .span1 {
font-size: 22px;
display: block;
}
.top .top_title .span2 {
background: #ff7277;
font-size: 10px;
color: #fff;
padding: 4px;
border-radius: 5px;
margin-left: 10px;
}
.top .top_title .span3 {
color: #ccc;
}
.top .top_title .span3_1 {
color: red;
}
.top .top_title .span4 {
color: #ccc;
}
.top .top_title .span4_1 {
color: red;
}
/*main*/
.h01 {
margin-bottom: 1px
}
.main {
width: 100%;
box-sizing: border-box;
background: #fff;
border: 1px solid #ccc;
}
.main .title {
padding: 6px 10px;
border-bottom: 1px solid #BBBDBF;
line-height: 25px;
font-size: 16px;
font-weight: bold;
}
.main1 {
background: #fafbfc;
border-bottom: 1px solid #E1E4E6;
width: 100%;
float: left;
}
.main1 .left {
background: #fafbfc;
float: left;
text-align: center;
width: 16%;
padding: 20px 4px 0 4px;
box-sizing: border-box;
}
.main1 .left span {
font-size: 12px;
color: #2d64b3;
white-space: nowrap;
display: block;
}
.main1 .left img {
width: 46px;
height: 46px;
}
.main1 .right {
background: #fff;
float: left;
padding: 0px 10px 5px 10px;
position: relative;
width: 84%;
box-sizing: border-box;
}
.main1 .right .right_m {
padding: 20px 0 0 0;
text-indent: 2em;
line-height: 25px;
min-height: 84px;
}
.main1 .right .right_m span {
color: #333;
}
.main1 .right .right_m span a {
color: red;
font-weight: bold;
font-size: 16px;
}
.main1 .right .right_reply {
margin-right: 13px;
}
.right_reply .right_reply_l {
line-height: 28px;
}
.right_reply .right_reply_l .right_reply_l_r {
float: right;
margin-left: 4px;
background: #f7f8fa;
color: #2d64b3;
font-size: 12px;
}
.right_reply .right_reply_l .right_reply_l_l {
float: right;
color: #999;
position: relative;
}
.right_reply .right_reply_l .right_reply_l_l span {
color: #999;
line-height: 28px;
font-size: 12px;
}
.right_reply .right_reply_l .right_reply_l_l span a {
color: #2d64b3;
}
.right_reply .right_reply_m {
background: #f7f8fa;
margin-top: -1px;
width: 100%;
}
.right_reply .right_reply_m .right_reply_m_m {
padding: 4px 8px 14px;
float: left;
background: #f7f8fa;
border-top: 1px solid #ccc;
width: 100%;
}
.right_reply_m_m ul li {
padding-top: 10px;
float: left;
width: 100%;
}
.right_reply_m_m ul .lz {
/*margin-left:50px*/
}
.right_reply_m_m .img {
float: left;
}
.right_reply_m_m .img img {
width: 32px;
height: 32px;
border: 1px solid #fff;
}
.right_reply_m_m .cont {
width: 78%;
float: left;
line-height: 22px;
margin-left: 10px;
}
.right_reply_m_m .cont a {
float: left;
color: #2d64b3;
font-size: 12px;
}
.right_reply_m_m .cont_m span {
color: red;
font-weight: bold;
}
.right_reply_m_m .cont .cont_m {
font-size: 14px;
}
/*footer*/
.footer {
padding: 23px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.footer .footer_t {
font-size: 12px;
font-weight: bold;
}
.footer .footer_t .img {
/*background:url("../images/replay.png");*/
width: 14px;
height: 14px;
float: left;
margin-right: 4px;
}
.footer .footer_m {
height: 200px;
color: #ccc;
font-size: 12px;
padding: 5px;
}
.footer .footer_m textarea {
width: 100%;
height: 100%;
color: #333;
font-size: 14px;
}
.footer .footer_fb {
width: 36px;
height: 18px;
font-size: 12px;
text-align: center;
background: #2d64b3;
color: #fff;
border-radius: 5px;
border: 1px solid #ccc;
margin-top: 5px;
}
/*版权*/
.footerss {
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px
}
.footerss p {
color: #2c76d1;
}
/*数字分页样式*/
.menu {
width: 100%;
padding: 10px 10px 6px 10px;
;
box-sizing: border-box;
overflow: hidden;
}
.menu ul li {
float: left;
text-align: center;
border: 1px solid #ccc;
cursor: pointer;
background: #fff;
border-radius: 5px;
margin: 0 4px;
font-weight: bold;
width: 20%;
margin-bottom: 8px;
}
.menu ul li a {
text-decoration: none;
color: #2d64b3;
display: inline-block;
width: 100%;
}
.menu .off a {
color: #ccc;
}
.click {
position: fixed;
right: 50%;
margin-right: -440px;
top: 8%;
}
@media screen and (max-width:720px) {
.click {
right: 2%;
margin-right: 0px;
top: 8%;
}
}
.click img {
width: 80px;
height: 80px;
}
@media screen and (max-width:720px) {
.click img {
width: 60px;
height: 60px;
}
}
.popup {
position: fixed;
top: 50%;
left: 50%;
width: 300px;
transform: translate3d(-50%, -50%, 0px);
background-color: #fff;
border-radius: 5px;
overflow: hidden;
padding: 10px 0px;
display: none;
box-shadow: 1px 1px 3px #424242;
text-align: center;
color: #656565;
z-index: 2;
}
.popup .first span .spance,
.popup .open span .spance {
letter-spacing: 5px;
}
.popup .close {
padding: 0 10px;
overflow: hidden;
color: #dd2736;
}
.popup .close span {
float: right;
}
.popup .add {
text-align: center;
background-color: #e13f94;
padding: 8px 0px;
margin: 15px 0px;
}
.popup .add span {
line-height: 40px;
font-size: 28px;
color: #fff;
}
.popup .open {
text-align: center;
color: #666;
}
.popup .liwu {
text-align: center;
color: #999;
padding-bottom: 20px;
margin-top: 15px;
}
.popup .liwu a {
font-size: 18px;
color: #d5271e;
text-decoration: underline;
}
| 0.312475 | 0.058669 |
@-moz-document domain("blog.csdn.net") {
/* 默认展开文章内容 */
#article_content {
height: auto !important;
}
div.hide-article-box {
display: none;
}
/*----------------*/
}
@-moz-document domain("blog.csdn.net") {
/* 去广告、去登录提示 */
.pulllog-box,
#dmp_ad_58,
#asideFooter,
#kp_box_476,
#adContent,
.recommend-ad-box,
.csdn-tracking-statistics.mb8.box-shadow {
display: none !important;
}
/*----------------*/
/* 去除部分按钮 */
.app-btn,
.vip-caise,
.gitChat.baidu-app-btn {
display: none !important;
}
/*----------------*/
}
@-moz-document domain("blog.csdn.net") {
/* 宽屏调整 */
/* Header调整 */
.csdn-toolbar {
box-sizing: border-box;
}
body .csdn-toolbar .container {
margin: 0;
width: auto !important;
}
/* 内容界面调整 */
#mainBox {
width: auto !important;
padding: 12px;
box-sizing: border-box;
}
.container main {
margin-right: 50px;
}
/* Toolbar调整 */
.tool-box {
width: auto !important;
}
/*
aside {
position: static !important;
width: 300px !important;
}
*/
/* 下方推荐调整 */
.recommend-box .recommend-item-box.recommend-download-box .content {
max-width: none !important;
}
/*----------------*/
}
@-moz-document domain("blog.csdn.net") {
/* 侧栏 */
aside {
display: flex;
flex-direction: column;
position: fixed !important;
z-index: 9999;
width: 300px !important;
top: 50px !important;
background: #F2F2F2;
height: calc(100% - 100px);
min-height: 0;
max-height: calc(100% - 100px);
overflow: hidden;
border-radius: 2px;
box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
#asideProfile {
flex-shrink: 0;
flex-grow: 0;
}
.flexible-box .text-center {
display: none;
}
.aside-box {
min-height: 0;
margin-bottom: 4px !important;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15) !important;
}
.aside-box:hover {
flex-grow: 1;
overflow: auto;
}
.aside-content {
display: none;
min-height: 0;
max-height: max-content !important;
padding: 8px 16px !important;
overflow: hidden !important;
}
.aside-box:hover .aside-title {
position: absolute;
z-index: 999;
width: 100%;
}
.aside-box:hover .aside-content {
margin-top: 35px;
display: block;
}
/*----------------*/
}
@-moz-document domain("blog.csdn.net") {
/* 整体样式调整 */
/* 背景调整 */
body {
background: #f8f8f8 !important;
}
/* 侧栏样式调整 */
.aside-title {
font-size: 14px !important;
line-height: normal !important;
padding: 8px 16px !important;
background: #f5f5f5 !important;
}
.aside-title::before {
display: none !important;
}
aside ul li a{
color: #333 !important;
}
/* 去除部分信息 */
.custom-box,
.badge-box {
display: none !important;
}
/*----------------*/
}
/*[[aside-mode]]*/
|
data/usercss/170757.user.css
|
@-moz-document domain("blog.csdn.net") {
/* 默认展开文章内容 */
#article_content {
height: auto !important;
}
div.hide-article-box {
display: none;
}
/*----------------*/
}
@-moz-document domain("blog.csdn.net") {
/* 去广告、去登录提示 */
.pulllog-box,
#dmp_ad_58,
#asideFooter,
#kp_box_476,
#adContent,
.recommend-ad-box,
.csdn-tracking-statistics.mb8.box-shadow {
display: none !important;
}
/*----------------*/
/* 去除部分按钮 */
.app-btn,
.vip-caise,
.gitChat.baidu-app-btn {
display: none !important;
}
/*----------------*/
}
@-moz-document domain("blog.csdn.net") {
/* 宽屏调整 */
/* Header调整 */
.csdn-toolbar {
box-sizing: border-box;
}
body .csdn-toolbar .container {
margin: 0;
width: auto !important;
}
/* 内容界面调整 */
#mainBox {
width: auto !important;
padding: 12px;
box-sizing: border-box;
}
.container main {
margin-right: 50px;
}
/* Toolbar调整 */
.tool-box {
width: auto !important;
}
/*
aside {
position: static !important;
width: 300px !important;
}
*/
/* 下方推荐调整 */
.recommend-box .recommend-item-box.recommend-download-box .content {
max-width: none !important;
}
/*----------------*/
}
@-moz-document domain("blog.csdn.net") {
/* 侧栏 */
aside {
display: flex;
flex-direction: column;
position: fixed !important;
z-index: 9999;
width: 300px !important;
top: 50px !important;
background: #F2F2F2;
height: calc(100% - 100px);
min-height: 0;
max-height: calc(100% - 100px);
overflow: hidden;
border-radius: 2px;
box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
#asideProfile {
flex-shrink: 0;
flex-grow: 0;
}
.flexible-box .text-center {
display: none;
}
.aside-box {
min-height: 0;
margin-bottom: 4px !important;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15) !important;
}
.aside-box:hover {
flex-grow: 1;
overflow: auto;
}
.aside-content {
display: none;
min-height: 0;
max-height: max-content !important;
padding: 8px 16px !important;
overflow: hidden !important;
}
.aside-box:hover .aside-title {
position: absolute;
z-index: 999;
width: 100%;
}
.aside-box:hover .aside-content {
margin-top: 35px;
display: block;
}
/*----------------*/
}
@-moz-document domain("blog.csdn.net") {
/* 整体样式调整 */
/* 背景调整 */
body {
background: #f8f8f8 !important;
}
/* 侧栏样式调整 */
.aside-title {
font-size: 14px !important;
line-height: normal !important;
padding: 8px 16px !important;
background: #f5f5f5 !important;
}
.aside-title::before {
display: none !important;
}
aside ul li a{
color: #333 !important;
}
/* 去除部分信息 */
.custom-box,
.badge-box {
display: none !important;
}
/*----------------*/
}
/*[[aside-mode]]*/
| 0.097535 | 0.033717 |
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather Regular'), local('Merriweather-Regular'), url('u-440qyriQwlOrhSvowK_l5-fCZM.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 400;
src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url('NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* https://github.com/adobe-fonts/source-code-pro/releases */
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: normal;
src: local('Source Code Pro'), local('SourceCodePro-Regular'), url('SourceCodePro-Regular.otf.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
font-family: 'Titillium Web';
font-size: 1.6em;
margin-top: 0px;
}
nav.navbar.navbar-default {
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
background: url("blue.png") fixed;
margin: 0px;
border: 0px;
}
.navbar-default .navbar-brand {
margin-top: 5px;
margin-bottom: 5px;
color: #dddddd;
font-size: 1.2em;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
color: #dddddd;
text-shadow: 0px 0px 1px #dddddd;
}
.navbar-default .navbar-brand~a:hover, .navbar-default .navbar-brand~a:focus {
color: white;
text-shadow: 0px 0px 1px #dddddd;
}
.navbar-default .navbar-nav>li>a {
margin-top: 5px;
margin-bottom: 5px;
color: #dddddd;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: white;
text-shadow: 0px 0px 1px #dddddd;
}
.subtitle {
font-family: 'Titillium Web';
}
article {
padding-top: 50px;
padding-bottom: 80px;
background-color: white;
}
article > * {
font-family: 'Merriweather';
color: #333333;
line-height: 150%;
}
footer {
padding-top: 60px;
padding-bottom: 60px;
color: #dddddd;
box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.5);
background: url("wild_oliva.png") fixed;
}
a {
transition: color 0.25s ease;
}
a:hover, a:focus {
color: #6dd4b1;
text-decoration: none;
}
h1 {
margin-top: 40px;
margin-bottom: 25px;
}
h2 {
margin-top: 30px;
margin-bottom: 20px;
}
ul {
margin-top: 10px;
margin-bottom: 10px;
}
blockquote {
margin-top: 20px;
margin-bottom: 20px;
}
table.table.table-striped, div .highlighter-rouge {
margin-top: 30px;
margin-bottom: 30px;
}
.navigation {
margin-top: 100px;
}
.navigation .next {
text-align: right;
}
.navigation .top {
text-align: center;
}
img {
display: block;
margin: 20px auto;
}
code {
font-family: 'Source Code Pro', monospace;
}
/* From default.css found at https://richleland.github.io/pygments-css/ */
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
|
assets/alpha-one.css
|
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather Regular'), local('Merriweather-Regular'), url('u-440qyriQwlOrhSvowK_l5-fCZM.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 400;
src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url('NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* https://github.com/adobe-fonts/source-code-pro/releases */
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: normal;
src: local('Source Code Pro'), local('SourceCodePro-Regular'), url('SourceCodePro-Regular.otf.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
font-family: 'Titillium Web';
font-size: 1.6em;
margin-top: 0px;
}
nav.navbar.navbar-default {
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
background: url("blue.png") fixed;
margin: 0px;
border: 0px;
}
.navbar-default .navbar-brand {
margin-top: 5px;
margin-bottom: 5px;
color: #dddddd;
font-size: 1.2em;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
color: #dddddd;
text-shadow: 0px 0px 1px #dddddd;
}
.navbar-default .navbar-brand~a:hover, .navbar-default .navbar-brand~a:focus {
color: white;
text-shadow: 0px 0px 1px #dddddd;
}
.navbar-default .navbar-nav>li>a {
margin-top: 5px;
margin-bottom: 5px;
color: #dddddd;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: white;
text-shadow: 0px 0px 1px #dddddd;
}
.subtitle {
font-family: 'Titillium Web';
}
article {
padding-top: 50px;
padding-bottom: 80px;
background-color: white;
}
article > * {
font-family: 'Merriweather';
color: #333333;
line-height: 150%;
}
footer {
padding-top: 60px;
padding-bottom: 60px;
color: #dddddd;
box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.5);
background: url("wild_oliva.png") fixed;
}
a {
transition: color 0.25s ease;
}
a:hover, a:focus {
color: #6dd4b1;
text-decoration: none;
}
h1 {
margin-top: 40px;
margin-bottom: 25px;
}
h2 {
margin-top: 30px;
margin-bottom: 20px;
}
ul {
margin-top: 10px;
margin-bottom: 10px;
}
blockquote {
margin-top: 20px;
margin-bottom: 20px;
}
table.table.table-striped, div .highlighter-rouge {
margin-top: 30px;
margin-bottom: 30px;
}
.navigation {
margin-top: 100px;
}
.navigation .next {
text-align: right;
}
.navigation .top {
text-align: center;
}
img {
display: block;
margin: 20px auto;
}
code {
font-family: 'Source Code Pro', monospace;
}
/* From default.css found at https://richleland.github.io/pygments-css/ */
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
| 0.483161 | 0.078961 |
body {
text-align: center;
background-image: url("./images/background.jpg");
color: white;
}
#main-header {
font-size: 60px;
font-weight: bold;
}
/* Navigation Bar Styling */
#nav-list {
display: flex;
list-style: none;
justify-content: space-around;
}
#nav-text {
text-decoration: none;
color: white;
}
#nav-text:hover {
font-weight: bold;
color:rgb(218, 91, 196);
}
/* About Me Component Styling */
#about {
display: block;
justify-content: center;
margin: 10px;
}
#headshot {
width: 300px;
height: 400px;
}
#about-text {
margin: auto;
padding: auto;
max-width: 600px;
}
/* Portfolio/Project Component Styling */
#link-text {
text-decoration: none;
color: aqua;
}
#link-text:hover {
font-weight: bold;
color:rgb(218, 91, 196);
}
#tech {
width: 200px;
margin: auto;
padding: auto;
text-align: left;
}
ul {
list-style: circle;
}
#tech-title {
font-size: 20px;
font-weight: bold;
}
#project {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
margin: auto;
padding: auto;
}
.card{
position: relative;
width: 250px;
height: 250px;
list-style: none;
padding: 20px;
}
#card-title {
font-size: 20px;
font-weight: bold;
}
.card-text {
position: absolute;
top: 50px;
left: 30px;
width: 200px;
visibility: hidden;
opacity: 0;
}
#card-image {
width: 250px;
height: 250px;
}
.card:hover #card-image {
opacity: 30%;
}
.card:hover .card-text {
visibility: visible;
opacity: 1;
}
#card-icon {
padding: 20px;
color: aqua;
}
#card-icon:hover {
color:rgb(218, 91, 196);
}
/* Contact Component Styling */
#input-text {
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
border-radius: 10px;
}
#submit-btn {
border: none;
outline: none;
background-color: aqua;
cursor: pointer;
border-radius: 10px;
width: 90px;
padding: 6px;
font-weight: bold;
font-size: 16px;
}
#submit-btn:hover {
background-color:rgb(218, 91, 196);
}
/* Footer Component Styling */
#footer {
padding-top: 150px;
display: flex;
justify-content: center;
}
#icon1 {
color: aqua;
}
#icon2 {
padding-left: 30px;
color: aqua;
}
#icon3 {
padding-left: 30px;
color: aqua;
}
#icon1:hover {
color:rgb(218, 91, 196);
}
#icon2:hover {
color:rgb(218, 91, 196);
}
#icon3:hover {
color:rgb(218, 91, 196);
}
|
src/App.css
|
body {
text-align: center;
background-image: url("./images/background.jpg");
color: white;
}
#main-header {
font-size: 60px;
font-weight: bold;
}
/* Navigation Bar Styling */
#nav-list {
display: flex;
list-style: none;
justify-content: space-around;
}
#nav-text {
text-decoration: none;
color: white;
}
#nav-text:hover {
font-weight: bold;
color:rgb(218, 91, 196);
}
/* About Me Component Styling */
#about {
display: block;
justify-content: center;
margin: 10px;
}
#headshot {
width: 300px;
height: 400px;
}
#about-text {
margin: auto;
padding: auto;
max-width: 600px;
}
/* Portfolio/Project Component Styling */
#link-text {
text-decoration: none;
color: aqua;
}
#link-text:hover {
font-weight: bold;
color:rgb(218, 91, 196);
}
#tech {
width: 200px;
margin: auto;
padding: auto;
text-align: left;
}
ul {
list-style: circle;
}
#tech-title {
font-size: 20px;
font-weight: bold;
}
#project {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
margin: auto;
padding: auto;
}
.card{
position: relative;
width: 250px;
height: 250px;
list-style: none;
padding: 20px;
}
#card-title {
font-size: 20px;
font-weight: bold;
}
.card-text {
position: absolute;
top: 50px;
left: 30px;
width: 200px;
visibility: hidden;
opacity: 0;
}
#card-image {
width: 250px;
height: 250px;
}
.card:hover #card-image {
opacity: 30%;
}
.card:hover .card-text {
visibility: visible;
opacity: 1;
}
#card-icon {
padding: 20px;
color: aqua;
}
#card-icon:hover {
color:rgb(218, 91, 196);
}
/* Contact Component Styling */
#input-text {
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
border-radius: 10px;
}
#submit-btn {
border: none;
outline: none;
background-color: aqua;
cursor: pointer;
border-radius: 10px;
width: 90px;
padding: 6px;
font-weight: bold;
font-size: 16px;
}
#submit-btn:hover {
background-color:rgb(218, 91, 196);
}
/* Footer Component Styling */
#footer {
padding-top: 150px;
display: flex;
justify-content: center;
}
#icon1 {
color: aqua;
}
#icon2 {
padding-left: 30px;
color: aqua;
}
#icon3 {
padding-left: 30px;
color: aqua;
}
#icon1:hover {
color:rgb(218, 91, 196);
}
#icon2:hover {
color:rgb(218, 91, 196);
}
#icon3:hover {
color:rgb(218, 91, 196);
}
| 0.45423 | 0.057388 |
.container {
height: 100vh;
width: 100vw;
}
.navigation-header {
height: 50px;
width: 100%;
position: fixed;
background-color: #616161;
color: white;
z-index: 1002;
top: 0;
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Likely future */
}
.menu-hamburger {
float: left;
margin-left: 15px;
margin-top: 8px;
cursor: pointer;
}
.logo {
display: block;
float: left;
margin-left: 83px;
width: 276px;
height: 50px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
}
.nav-account {
float: right;
position: relative;
font-size: 14pt;
padding: 5px 10px;
margin-top: 9px;
margin-right: 40px;
cursor: pointer;
}
.nav-account:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.nav-account .fullname {
float: left;
}
.nav-account .dropdown-icon {
display: inline-block;
margin-left: 5px;
}
.profile-dropdown {
display: none;
position: absolute;
width: 150px;
top: 40px;
right: 0;
border: 1px solid #AAA;
color: black;
font-size: 11pt;
background-color: white;
padding: 10px 0;
box-shadow: 0 0 10px #AAA;
}
.profile-dropdown:after {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.profile-dropdown:after {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: white;
border-width: 12px;
margin-left: 10px;
}
.profile-menu, .profile-menu:visited {
display: block;
color: black;
text-decoration: none;
padding: 10px 10px;
cursor: pointer;
}
.profile-menu:hover {
background-color: #EEEEEE;
}
.logout {
float: right;
color: white;
margin-top: 10px;
margin-right: 20px;
}
.navigation-header-space {
height: 50px;
width: 100%;
}
.container-body {
width: 100%;
height: calc(100vh - 50px);
}
.navigation-menu {
width: 220px;
height: 100%;
padding-bottom: 50px;
overflow-y: auto;
background-color: #616161;
float: left;
padding-top: 10px;
z-index: 1002;
position: relative;
}
.navigation-menu a {
display: block;
width: 100%;
color: white;
text-decoration: none;
font-size: 12pt;
padding: 14px 0 14px 25px;
}
.navigation-menu a:hover, .navigation-menu a.active {
background-color: rgba(0, 0, 0, 0.2);
}
.container-content {
height: 100%;
overflow-x: hidden;
overflow-y: visible;
padding: 15px;
position: relative;
}
|
assets/template/css/top.css
|
.container {
height: 100vh;
width: 100vw;
}
.navigation-header {
height: 50px;
width: 100%;
position: fixed;
background-color: #616161;
color: white;
z-index: 1002;
top: 0;
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Likely future */
}
.menu-hamburger {
float: left;
margin-left: 15px;
margin-top: 8px;
cursor: pointer;
}
.logo {
display: block;
float: left;
margin-left: 83px;
width: 276px;
height: 50px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
}
.nav-account {
float: right;
position: relative;
font-size: 14pt;
padding: 5px 10px;
margin-top: 9px;
margin-right: 40px;
cursor: pointer;
}
.nav-account:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.nav-account .fullname {
float: left;
}
.nav-account .dropdown-icon {
display: inline-block;
margin-left: 5px;
}
.profile-dropdown {
display: none;
position: absolute;
width: 150px;
top: 40px;
right: 0;
border: 1px solid #AAA;
color: black;
font-size: 11pt;
background-color: white;
padding: 10px 0;
box-shadow: 0 0 10px #AAA;
}
.profile-dropdown:after {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.profile-dropdown:after {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: white;
border-width: 12px;
margin-left: 10px;
}
.profile-menu, .profile-menu:visited {
display: block;
color: black;
text-decoration: none;
padding: 10px 10px;
cursor: pointer;
}
.profile-menu:hover {
background-color: #EEEEEE;
}
.logout {
float: right;
color: white;
margin-top: 10px;
margin-right: 20px;
}
.navigation-header-space {
height: 50px;
width: 100%;
}
.container-body {
width: 100%;
height: calc(100vh - 50px);
}
.navigation-menu {
width: 220px;
height: 100%;
padding-bottom: 50px;
overflow-y: auto;
background-color: #616161;
float: left;
padding-top: 10px;
z-index: 1002;
position: relative;
}
.navigation-menu a {
display: block;
width: 100%;
color: white;
text-decoration: none;
font-size: 12pt;
padding: 14px 0 14px 25px;
}
.navigation-menu a:hover, .navigation-menu a.active {
background-color: rgba(0, 0, 0, 0.2);
}
.container-content {
height: 100%;
overflow-x: hidden;
overflow-y: visible;
padding: 15px;
position: relative;
}
| 0.355104 | 0.051558 |
body{
background:#eee;
}
.row{
max-width: 100%;
margin: 0;
}
.xats-disp{
width: 100%;
height: 100%;
background-color: rgb(246, 248, 232);
position: absolute;
z-index: 100;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
overflow-y: auto;
}
.card-header i{
color: white;
font-size: 30px;
}
.closeButon{
width: 30px;
height: 30px;
padding: 1px;
border-radius: 50%;
float: right;
background-color: rgb(49, 49, 49,0.3);
}
.Agrega{
font-size: 25px;
padding: 0;
display: flex;
align-items: center;
}
.closeButon .fa{
font-size: 27px;
}
.foto-Chats{
width: 40px;
height: 40px;
}
.foto-Chats img{
width: 100%;
height: 100%;
border-radius: 50%;
}
.chat-msg{
margin-left: 10px;
padding: 5px;
}
.addChat{
margin-bottom: 10px;
align-items: center;
padding-left: 10px;
padding-right: 10px;
cursor: pointer;
}
.addChat:hover{
background-color: rgb(41, 41, 41,0.1);
}
.chat-list {
padding: 0;
font-size: .8rem;
}
.chat-list li {
margin-bottom: 10px;
overflow: auto;
color: #ffffff;
}
.chat-list .chat-img {
float: left;
width: 48px;
}
.chat-list .chat-img img {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
width: 100%;
}
.chat-list .chat-message {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background: #5a99ee;
display: inline-block;
padding: 10px 20px;
position: relative;
max-width: 100%;
}
.chat-list .chat-message:before {
content: "";
position: absolute;
top: 15px;
width: 0;
height: 0;
}
.chat-list .chat-message h5 {
margin: 0 0 5px 0;
font-weight: 600;
line-height: 100%;
font-size: .9rem;
}
.chat-list .chat-message p {
line-height: 18px;
margin: 0;
padding: 0;
}
.chat-list .chat-body {
margin-left: 20px;
float: left;
width: 70%;
}
.chat-list .in .chat-message:before {
left: -12px;
border-bottom: 20px solid transparent;
border-right: 20px solid #5a99ee;
}
.chat-list .out .chat-img {
float: right;
}
.chat-list .out .chat-body {
float: right;
margin-right: 20px;
text-align: right;
}
.chat-list .out .chat-message {
background: #fc6d4c;
}
.chat-list .out .chat-message:before {
right: -12px;
border-bottom: 20px solid transparent;
border-left: 20px solid #fc6d4c;
}
.card .card-header:first-child {
-webkit-border-radius: 0.3rem 0.3rem 0 0;
-moz-border-radius: 0.3rem 0.3rem 0 0;
border-radius: 0.3rem 0.3rem 0 0;
}
.card .card-header {
background: #17202b;
border: 0;
font-size: 1rem;
padding: .65rem 1rem;
position: relative;
font-weight: 600;
color: #ffffff;
}
.card-body{
height: 50vh;
overflow-y: auto;
}
.inputMsg{
width: 100%;
overflow-y: none;
max-height: 100px;
}
.inputMsg:focus{
margin: 0;
}
.butonSendMSG{
margin: 2px;
}
.iconMSG{
font-size: 20px;
}
.div-nouUser{
width: 60%;
}
.div-nouUser input{
max-width: 70%;
}
.button-add-new-user{
cursor: pointer;
border-radius: 50%;
width: 35px;
height: 35px;
margin-left: 5px;
padding-left: 5px;
}
.button-add-new-user:hover{
background-color: rgb(255, 255, 255,0.2);
}
.showChat{
cursor: pointer;
}
.modal-content .row{
padding: 0;
}
.msgContingut{
background-color: rgb(255, 255, 255,0.2);
border-radius: 15px;
}
.msgContingut img{
border-radius: 15px;
max-width: 100%;
max-height: 200px;
}
.card-header .multiselect {
color: white;
}
|
public/css/front/chat.css
|
body{
background:#eee;
}
.row{
max-width: 100%;
margin: 0;
}
.xats-disp{
width: 100%;
height: 100%;
background-color: rgb(246, 248, 232);
position: absolute;
z-index: 100;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
overflow-y: auto;
}
.card-header i{
color: white;
font-size: 30px;
}
.closeButon{
width: 30px;
height: 30px;
padding: 1px;
border-radius: 50%;
float: right;
background-color: rgb(49, 49, 49,0.3);
}
.Agrega{
font-size: 25px;
padding: 0;
display: flex;
align-items: center;
}
.closeButon .fa{
font-size: 27px;
}
.foto-Chats{
width: 40px;
height: 40px;
}
.foto-Chats img{
width: 100%;
height: 100%;
border-radius: 50%;
}
.chat-msg{
margin-left: 10px;
padding: 5px;
}
.addChat{
margin-bottom: 10px;
align-items: center;
padding-left: 10px;
padding-right: 10px;
cursor: pointer;
}
.addChat:hover{
background-color: rgb(41, 41, 41,0.1);
}
.chat-list {
padding: 0;
font-size: .8rem;
}
.chat-list li {
margin-bottom: 10px;
overflow: auto;
color: #ffffff;
}
.chat-list .chat-img {
float: left;
width: 48px;
}
.chat-list .chat-img img {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
width: 100%;
}
.chat-list .chat-message {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background: #5a99ee;
display: inline-block;
padding: 10px 20px;
position: relative;
max-width: 100%;
}
.chat-list .chat-message:before {
content: "";
position: absolute;
top: 15px;
width: 0;
height: 0;
}
.chat-list .chat-message h5 {
margin: 0 0 5px 0;
font-weight: 600;
line-height: 100%;
font-size: .9rem;
}
.chat-list .chat-message p {
line-height: 18px;
margin: 0;
padding: 0;
}
.chat-list .chat-body {
margin-left: 20px;
float: left;
width: 70%;
}
.chat-list .in .chat-message:before {
left: -12px;
border-bottom: 20px solid transparent;
border-right: 20px solid #5a99ee;
}
.chat-list .out .chat-img {
float: right;
}
.chat-list .out .chat-body {
float: right;
margin-right: 20px;
text-align: right;
}
.chat-list .out .chat-message {
background: #fc6d4c;
}
.chat-list .out .chat-message:before {
right: -12px;
border-bottom: 20px solid transparent;
border-left: 20px solid #fc6d4c;
}
.card .card-header:first-child {
-webkit-border-radius: 0.3rem 0.3rem 0 0;
-moz-border-radius: 0.3rem 0.3rem 0 0;
border-radius: 0.3rem 0.3rem 0 0;
}
.card .card-header {
background: #17202b;
border: 0;
font-size: 1rem;
padding: .65rem 1rem;
position: relative;
font-weight: 600;
color: #ffffff;
}
.card-body{
height: 50vh;
overflow-y: auto;
}
.inputMsg{
width: 100%;
overflow-y: none;
max-height: 100px;
}
.inputMsg:focus{
margin: 0;
}
.butonSendMSG{
margin: 2px;
}
.iconMSG{
font-size: 20px;
}
.div-nouUser{
width: 60%;
}
.div-nouUser input{
max-width: 70%;
}
.button-add-new-user{
cursor: pointer;
border-radius: 50%;
width: 35px;
height: 35px;
margin-left: 5px;
padding-left: 5px;
}
.button-add-new-user:hover{
background-color: rgb(255, 255, 255,0.2);
}
.showChat{
cursor: pointer;
}
.modal-content .row{
padding: 0;
}
.msgContingut{
background-color: rgb(255, 255, 255,0.2);
border-radius: 15px;
}
.msgContingut img{
border-radius: 15px;
max-width: 100%;
max-height: 200px;
}
.card-header .multiselect {
color: white;
}
| 0.512693 | 0.069795 |
body {
/*border : 2px dashed black;*/
margin : 0 auto;
background-image: url("../images/vintage-concrete.png");
font-family : 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
line-height: 1.5;
/*position : relative;*/
}
header {
width : 100%;
background-color: #ffffff;
}
.container_header {
/*border : 2px solid #cccccc;*/
width : 960px;
overflow: auto;
background-color: #ffffff;
margin : 0 auto;
}
.container_content {
/*border : 2px dashed #cccccc;*/
width : 960px;
overflow: auto;
/*background-color: #ffffff;*/
margin : 30px auto;
}
#name {
/*border : 2px solid black;*/
color : white;
font-size: 30px;
font-weight: bold;
background : #4aaaa5;
padding : 20px 15px;
width : 30%;
text-align : center;
float : left;
font-family: 'Georgia', Times, Times New Roman, serif;
}
nav {
/*width : 270px;*/
width : 36%;
float : right;
overflow : auto;
padding : 31px 0px;
margin-right : -70px;
}
.nav {
float : left;
/*border-right : 1px solid #cccccc;*/
width : 28%;
padding : 0px 0px;
margin : 0px auto;
text-align: center;
}
a {
white-space: normal;
}
.nav.contact {
border : 0;
}
.main_content {
clear : both;
float : left;
border : 1px solid #dddddd;
background-color: #ffffff;
width : 70%;
/*width : 650px;*/
/*height : 500px;*/
overflow : auto;
padding-bottom : 20px;
/*border : 1px solid green; */
}
.main_content_wrapper {
/*border : 1px dashed blue;*/
width : 90%;
padding : 0px ;
margin : 0px auto;
}
.aside_wrapper {
width : 95%;
margin : 0px auto;
}
aside {
border : 1px solid #dddddd;
background-color: #ffffff;
float : right;
width : 25%;
overflow : auto;
padding-bottom : 20px;
}
footer {
clear : both;
/*border : 1px solid black;*/
/*width : 960px;*/
position: fixed;
bottom : 0;
width : 100%;
z-index : 5;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Georgia', Times, Times New Roman, serif;
color : #4aaaa5;
font-weight : bold
}
h1 {
margin-top: 20px;
margin-bottom: 20px;
/*margin-left: 20px;*/
font-size : 25px;
}
h3 {
font-size : 20px;
}
p , form {
color : #777777;
font-size : 17px;
margin-bottom : 5px;
}
p + p {
margin-top : 10px;
}
.my_pic {
height : 200px;
width : 200px;
float : left;
margin : 0px 20px 10px 20px;
display : inline;
}
#p1 {
width : 280px;
display: inline;
}
#p2 {
clear : both;
}
#footer_div1 {
background-color : #4aaaa5;
height : 10px;
}
#footer_div2 {
font-family : 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
background-color: #666666;
font-size : 12px;
color : #cccccc;
text-align : center;
padding : 20px 0px;
margin : 0px;
}
a {
color : #cccccc;
text-decoration : none;
}
#social_media {
/*border : 1px solid blue;*/
/*padding : 0px 0px;*/
margin : 0 auto;
width : 100%;
padding-left : 1px;
}
.social_media_icons {
/* width : 50px;
height : 50px;*/
width : 27%;
height : 27%;
/*border : 1px solid blue;*/
margin : 5px;
}
#connect {
/*border : 1px solid black;*/
text-align : center;
margin : 20px auto;
}
hr {
color : #cccccc;
size : 5;
margin-bottom : 15px;
}
.formtext {
width : 500px;
}
.messagetext {
width : 500px;
height : 100px;
}
input[value] {
color : gray;
}
input[name="submit"] {
width : 130px;
height : 50px;
background-color: #4aaaa5;
color : white;
font-size : 15px;
}
.portfolio_section {
/*border-top : 1px solid black;
border-right : 1px solid black;
border-left : 1px solid black;*/
width : 100%;
/*height : 25%;*/
position : relative;
}
.portfolio_container {
/*border : 1px solid black;*/
/*position : relative;*/
overflow : hidden;
}
#portfolio1, #portfolio3, #portfolio5 {
width : 45%;
position : relative;
/*position : absolute;
top : 0px;
left : 0px;*/
}
#portfolio2, #portfolio4 {
width : 45%;
position : absolute;
top : 0px;
right : 0px;
}
.portfolio_img {
width : 100%;
height : 95%;
position : relative;
z-index : 1;
}
.portfolio_container p {
z-index : 2;
background-color: #4aaaa5;
color : white;
/*border : 1px solid black;*/
text-align : center;
padding : 8px;
font-family: 'Georgia', Times, Times New Roman, serif;
position : absolute;
bottom : 10px;
width : 100%;
}
@media screen and (max-width: 980px) {
.container_header {
width : 730px;
height : 90px;
}
#name {
font-size: 22px;
width : 33%;
padding : 30px 15px;
}
nav {
padding : 0px 0px;
width : 33%;
margin : 32px -45px 0px 0px;
}
a {
font-size : 13px;
}
.container_content {
width : 730px;
/*border : 1px solid black;*/
}
.main_content {
width : 60%;
/*width : 650px;*/
/*height : 500px;*/
overflow : auto;
}
.main_content_wrapper {
width : 85%;
}
h1 {
font-size: 25px;
}
h3 {
font-size : 20px;
}
.my_pic {
height : 280px;
width : 100%;
margin : 0px 0px 20px 0px;
display : block;
}
aside {
width : 35%;
}
.aside_wrapper {
width : 85%;
}
#social_media {
padding-left : 6px;
}
.social_media_icons {
margin : 3px;
}
p , form {
font-size : 17px;
}
#main_container {
margin-bottom : 70px;
}
hr {
color : #cccccc;
size : 5;
margin-bottom : 15px;
}
.formtext {
width : 100%;
height : 20px
}
.messagetext {
width : 100%;
height : 150px;
}
input {
margin-bottom : 10px;
}
input[name="submit"] {
width : 95px;
height : 35px;
font-size : 14px;
margin : 10px 0px;
color : white;
}
.portfolio_section {
height : 350px;
}
.portfolio_section.three {
height : 175px;
}
.portfolio_container {
margin : 10px auto;
}
#portfolio1, #portfolio3 {
width : 95%;
height : 48%;
}
#portfolio5 {
width : 95%;
height : 96%;
}
#portfolio2, #portfolio4 {
width : 95%;
height : 48%;
top : 170px;
right : 6px;
}
footer {
height : 67px;
}
#footer_div1 {
height : 6px;
}
}
@media screen and (max-width: 768px) {
.container_header {
/*width : 505px;
height : 65px;*/
width : 620px;
height : 80px;
}
#name {
font-size: 16px;
width : 33%;
padding : 30px 15px;
}
nav {
padding : 0px;
margin : 30px -50px 30px 0px;
width : 40%;
}
a {
font-size : 12px;
}
.container_content{
/*width : 505px;*/
width : 620px;
}
.main_content {
width : 100%;
overflow : auto;
}
.my_pic {
height : 175px;
width : 230px;
margin : 0px 20px 10px 0px;
display : block;
}
p , form {
font-size : 15px;
}
aside {
width : 100%;
height : 140px;
display : block;
margin : 20px auto;
}
h3 {
text-align : left;
}
.social_media_icons {
width : 10%;
margin: 0px 2px 0px 0px;
}
#social_media {
padding-left : 0px;
}
.formtext {
width : 100%;
}
.messagetext {
width : 100%;
}
/*. DEF
portfolio_section {
border-top : 1px solid black;
border-right : 1px solid black;
border-left : 1px solid black;
width : 100%;
position : relative;
}
--980 style
.portfolio_section {
height : 350px;
}
.portfolio_container {
margin : 10px auto;
overflow : hidden;
}
#portfolio1, #portfolio3, #portfolio5 {
width : 45%;
position : relative;
/*position : absolute;
top : 0px;
left : 0px;
--980
width : 95%;
height : 48%;
}
--def
#portfolio2, #portfolio4 {
width : 45%;
position : absolute;
top : 0px;
right : 0px;
}
--980
#portfolio2, #portfolio4 {
width : 95%;
height : 48%;
top : 170px;
right : 6px;
}
*/
.portfolio_section {
height : 150px;
/*border : 1px solid black;*/
}
.portfolio_container {
margin : 5px auto;
}
#portfolio1, #portfolio3, #portfolio5 {
width : 47%;
height : 140px;
position : absolute;
top : 0;
left : 2px;
}
#portfolio2, #portfolio4 {
width : 47%;
height : 140px;
top : 0;
right : 2px;
}
@media screen and (max-width: 640px) {
.container_header {
width : 100%;
height : 73px;
}
#name {
width : 100%;
display : block;
height : 50%;
padding : 10px 0px 0px 0px;
font-size: 16px;
}
nav {
height : 40%;
float : unset;
margin : 0px auto;
width : 270px;
padding : 0px auto;
}
ul {
width : 70%;
margin : auto;
}
.nav {
width : 33%;
}
.container_content{
width : 270px;
}
h1 {
font-size : 15px;
}
h3 {
font-size : 12px;
}
.my_pic {
height : 185px;
width : 230px;
margin : 0px;
display : block;
margin-bottom : 10px;
}
p , form {
font-size : 10px;
}
#p1 , #p2 {
font-size : 10px;
line-height : 2;
}
aside {
height : 100px;
margin : 20px auto;
padding-bottom : 10px ;
}
.social_media_icons {
width : 15%;
margin: 0px 2px 0px 0px;
}
#connect {
margin : 15px 0px 15px 0px;
}
input[name="submit"] {
width : 65px;
height : 23px;
font-size : 10px;
}
footer {
height : 48px;
}
#footer_div1 {
height : 7px;
}
#footer_div2 {
font-size : 6px;
}
.portfolio_section {
width : 100%;
height : 325px;
position : relative;
}
.portfolio_section.three {
height : 150px;
}
#portfolio1, #portfolio3, #portfolio5 {
width : 100%;
height : 150px;
position : relative;
top : 0px;
right : 1px;
}
#portfolio2, #portfolio4 {
width : 100%;
height : 150px;
position : absolute;
top : 165px;
left : 1px;
margin : 0px;
}
.portfolio_img {
height : 100%;
}
}
|
css/style.css
|
body {
/*border : 2px dashed black;*/
margin : 0 auto;
background-image: url("../images/vintage-concrete.png");
font-family : 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
line-height: 1.5;
/*position : relative;*/
}
header {
width : 100%;
background-color: #ffffff;
}
.container_header {
/*border : 2px solid #cccccc;*/
width : 960px;
overflow: auto;
background-color: #ffffff;
margin : 0 auto;
}
.container_content {
/*border : 2px dashed #cccccc;*/
width : 960px;
overflow: auto;
/*background-color: #ffffff;*/
margin : 30px auto;
}
#name {
/*border : 2px solid black;*/
color : white;
font-size: 30px;
font-weight: bold;
background : #4aaaa5;
padding : 20px 15px;
width : 30%;
text-align : center;
float : left;
font-family: 'Georgia', Times, Times New Roman, serif;
}
nav {
/*width : 270px;*/
width : 36%;
float : right;
overflow : auto;
padding : 31px 0px;
margin-right : -70px;
}
.nav {
float : left;
/*border-right : 1px solid #cccccc;*/
width : 28%;
padding : 0px 0px;
margin : 0px auto;
text-align: center;
}
a {
white-space: normal;
}
.nav.contact {
border : 0;
}
.main_content {
clear : both;
float : left;
border : 1px solid #dddddd;
background-color: #ffffff;
width : 70%;
/*width : 650px;*/
/*height : 500px;*/
overflow : auto;
padding-bottom : 20px;
/*border : 1px solid green; */
}
.main_content_wrapper {
/*border : 1px dashed blue;*/
width : 90%;
padding : 0px ;
margin : 0px auto;
}
.aside_wrapper {
width : 95%;
margin : 0px auto;
}
aside {
border : 1px solid #dddddd;
background-color: #ffffff;
float : right;
width : 25%;
overflow : auto;
padding-bottom : 20px;
}
footer {
clear : both;
/*border : 1px solid black;*/
/*width : 960px;*/
position: fixed;
bottom : 0;
width : 100%;
z-index : 5;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Georgia', Times, Times New Roman, serif;
color : #4aaaa5;
font-weight : bold
}
h1 {
margin-top: 20px;
margin-bottom: 20px;
/*margin-left: 20px;*/
font-size : 25px;
}
h3 {
font-size : 20px;
}
p , form {
color : #777777;
font-size : 17px;
margin-bottom : 5px;
}
p + p {
margin-top : 10px;
}
.my_pic {
height : 200px;
width : 200px;
float : left;
margin : 0px 20px 10px 20px;
display : inline;
}
#p1 {
width : 280px;
display: inline;
}
#p2 {
clear : both;
}
#footer_div1 {
background-color : #4aaaa5;
height : 10px;
}
#footer_div2 {
font-family : 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
background-color: #666666;
font-size : 12px;
color : #cccccc;
text-align : center;
padding : 20px 0px;
margin : 0px;
}
a {
color : #cccccc;
text-decoration : none;
}
#social_media {
/*border : 1px solid blue;*/
/*padding : 0px 0px;*/
margin : 0 auto;
width : 100%;
padding-left : 1px;
}
.social_media_icons {
/* width : 50px;
height : 50px;*/
width : 27%;
height : 27%;
/*border : 1px solid blue;*/
margin : 5px;
}
#connect {
/*border : 1px solid black;*/
text-align : center;
margin : 20px auto;
}
hr {
color : #cccccc;
size : 5;
margin-bottom : 15px;
}
.formtext {
width : 500px;
}
.messagetext {
width : 500px;
height : 100px;
}
input[value] {
color : gray;
}
input[name="submit"] {
width : 130px;
height : 50px;
background-color: #4aaaa5;
color : white;
font-size : 15px;
}
.portfolio_section {
/*border-top : 1px solid black;
border-right : 1px solid black;
border-left : 1px solid black;*/
width : 100%;
/*height : 25%;*/
position : relative;
}
.portfolio_container {
/*border : 1px solid black;*/
/*position : relative;*/
overflow : hidden;
}
#portfolio1, #portfolio3, #portfolio5 {
width : 45%;
position : relative;
/*position : absolute;
top : 0px;
left : 0px;*/
}
#portfolio2, #portfolio4 {
width : 45%;
position : absolute;
top : 0px;
right : 0px;
}
.portfolio_img {
width : 100%;
height : 95%;
position : relative;
z-index : 1;
}
.portfolio_container p {
z-index : 2;
background-color: #4aaaa5;
color : white;
/*border : 1px solid black;*/
text-align : center;
padding : 8px;
font-family: 'Georgia', Times, Times New Roman, serif;
position : absolute;
bottom : 10px;
width : 100%;
}
@media screen and (max-width: 980px) {
.container_header {
width : 730px;
height : 90px;
}
#name {
font-size: 22px;
width : 33%;
padding : 30px 15px;
}
nav {
padding : 0px 0px;
width : 33%;
margin : 32px -45px 0px 0px;
}
a {
font-size : 13px;
}
.container_content {
width : 730px;
/*border : 1px solid black;*/
}
.main_content {
width : 60%;
/*width : 650px;*/
/*height : 500px;*/
overflow : auto;
}
.main_content_wrapper {
width : 85%;
}
h1 {
font-size: 25px;
}
h3 {
font-size : 20px;
}
.my_pic {
height : 280px;
width : 100%;
margin : 0px 0px 20px 0px;
display : block;
}
aside {
width : 35%;
}
.aside_wrapper {
width : 85%;
}
#social_media {
padding-left : 6px;
}
.social_media_icons {
margin : 3px;
}
p , form {
font-size : 17px;
}
#main_container {
margin-bottom : 70px;
}
hr {
color : #cccccc;
size : 5;
margin-bottom : 15px;
}
.formtext {
width : 100%;
height : 20px
}
.messagetext {
width : 100%;
height : 150px;
}
input {
margin-bottom : 10px;
}
input[name="submit"] {
width : 95px;
height : 35px;
font-size : 14px;
margin : 10px 0px;
color : white;
}
.portfolio_section {
height : 350px;
}
.portfolio_section.three {
height : 175px;
}
.portfolio_container {
margin : 10px auto;
}
#portfolio1, #portfolio3 {
width : 95%;
height : 48%;
}
#portfolio5 {
width : 95%;
height : 96%;
}
#portfolio2, #portfolio4 {
width : 95%;
height : 48%;
top : 170px;
right : 6px;
}
footer {
height : 67px;
}
#footer_div1 {
height : 6px;
}
}
@media screen and (max-width: 768px) {
.container_header {
/*width : 505px;
height : 65px;*/
width : 620px;
height : 80px;
}
#name {
font-size: 16px;
width : 33%;
padding : 30px 15px;
}
nav {
padding : 0px;
margin : 30px -50px 30px 0px;
width : 40%;
}
a {
font-size : 12px;
}
.container_content{
/*width : 505px;*/
width : 620px;
}
.main_content {
width : 100%;
overflow : auto;
}
.my_pic {
height : 175px;
width : 230px;
margin : 0px 20px 10px 0px;
display : block;
}
p , form {
font-size : 15px;
}
aside {
width : 100%;
height : 140px;
display : block;
margin : 20px auto;
}
h3 {
text-align : left;
}
.social_media_icons {
width : 10%;
margin: 0px 2px 0px 0px;
}
#social_media {
padding-left : 0px;
}
.formtext {
width : 100%;
}
.messagetext {
width : 100%;
}
/*. DEF
portfolio_section {
border-top : 1px solid black;
border-right : 1px solid black;
border-left : 1px solid black;
width : 100%;
position : relative;
}
--980 style
.portfolio_section {
height : 350px;
}
.portfolio_container {
margin : 10px auto;
overflow : hidden;
}
#portfolio1, #portfolio3, #portfolio5 {
width : 45%;
position : relative;
/*position : absolute;
top : 0px;
left : 0px;
--980
width : 95%;
height : 48%;
}
--def
#portfolio2, #portfolio4 {
width : 45%;
position : absolute;
top : 0px;
right : 0px;
}
--980
#portfolio2, #portfolio4 {
width : 95%;
height : 48%;
top : 170px;
right : 6px;
}
*/
.portfolio_section {
height : 150px;
/*border : 1px solid black;*/
}
.portfolio_container {
margin : 5px auto;
}
#portfolio1, #portfolio3, #portfolio5 {
width : 47%;
height : 140px;
position : absolute;
top : 0;
left : 2px;
}
#portfolio2, #portfolio4 {
width : 47%;
height : 140px;
top : 0;
right : 2px;
}
@media screen and (max-width: 640px) {
.container_header {
width : 100%;
height : 73px;
}
#name {
width : 100%;
display : block;
height : 50%;
padding : 10px 0px 0px 0px;
font-size: 16px;
}
nav {
height : 40%;
float : unset;
margin : 0px auto;
width : 270px;
padding : 0px auto;
}
ul {
width : 70%;
margin : auto;
}
.nav {
width : 33%;
}
.container_content{
width : 270px;
}
h1 {
font-size : 15px;
}
h3 {
font-size : 12px;
}
.my_pic {
height : 185px;
width : 230px;
margin : 0px;
display : block;
margin-bottom : 10px;
}
p , form {
font-size : 10px;
}
#p1 , #p2 {
font-size : 10px;
line-height : 2;
}
aside {
height : 100px;
margin : 20px auto;
padding-bottom : 10px ;
}
.social_media_icons {
width : 15%;
margin: 0px 2px 0px 0px;
}
#connect {
margin : 15px 0px 15px 0px;
}
input[name="submit"] {
width : 65px;
height : 23px;
font-size : 10px;
}
footer {
height : 48px;
}
#footer_div1 {
height : 7px;
}
#footer_div2 {
font-size : 6px;
}
.portfolio_section {
width : 100%;
height : 325px;
position : relative;
}
.portfolio_section.three {
height : 150px;
}
#portfolio1, #portfolio3, #portfolio5 {
width : 100%;
height : 150px;
position : relative;
top : 0px;
right : 1px;
}
#portfolio2, #portfolio4 {
width : 100%;
height : 150px;
position : absolute;
top : 165px;
left : 1px;
margin : 0px;
}
.portfolio_img {
height : 100%;
}
}
| 0.29381 | 0.107578 |
@charset "utf-8";
/* CSS Document */
html, body { height: 100%;}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*//*content:"";*/height:100%;float:left;width:0;margin-top:-32767px;/* thank you <NAME> - negate effect of float*/}
body, dl, dt, dd, ol, ul, pre, form, field, p, blockquote, th, td, h1, h2, h3, h4, h5, h6 { font-family: "Microsoft Yahei","宋体", Helvetica, Arial, sans-serif; margin:0; padding:0; font-size:12px}
.body { text-align:left; background:url(../Images/bg1.jpg) repeat-x}
.body1 { text-align:left; background:url(../Images/bg1.jpg) repeat-x}
html, body {height: 100%;}
a:link, a:visited { text-decoration:none; color:#41526b }
a:hover, a:active { text-decoration:underline; color:#c90303;}
ul, ol { list-style:none;}
input, textarea, select, button, file { font-size:12px;}
img { border:0;}
p, li { line-height:1.8em;}
.clear { clear:both}
.fw { font-weight:bolder}
.clearfix:before,.clearfix:after { content:""; display:table;}
.clearfix:after { clear:both; }/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1; }
.main { margin:0px auto; width:1000px; height:auto}
.main .top { width:1000px; height:34px}
.main .banner { width:1000px; height:127px}
.main .banner .logo { width:644px; height:88px; margin-left:10px; margin-top:20px; float:left; _display:inline}
.main .banner .weibo { width:174px; height:32px; margin-right:10px; margin-top:20px; float:right; _display:inline; clear:right; margin-bottom:15px}
.main .banner .blink { font-size:12px; color:#41526b; float:right; _display:inline; margin-right:10px; margin-top:0px; line-height:24px; width:170px}
.main a.nav:link, a.nav:visited { height:48px; width:89px; line-height:48px; text-align:center; font-size:14px; color:#fff; float:left; _display:inline}
.main a.nav:hover, a.nav:active { height:48px; width:89px; line-height:48px; text-align:center; font-size:14px; color:#fff; float:left; _display:inline; background:url(../Images/nav_bg.jpg) repeat-x; text-decoration:none}
.main .nav_line { height:48px; width:1px; float:left; _display:inline}
.foot { height:140px; background:#dfdfdf; clear:both; margin-top:40px}
.foot .ffont { width:1000px; margin:0px auto; text-align:center; line-height:28px; color:#6d6d6d; font-size:12px; padding-top:20px}
/*内容css*/
.main .character_nr { width:220px; height:270px; margin-top:14px; float:left; _display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .character_nr .ctitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .character_nr .ctitle .character_nr_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .character_nr .ctitle .cfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .character_nr .ctitle .cmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .character_nr .cbox { width:220px; height:200px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .character_nr .cbox .pic02 { width:75px; height:75px; margin-left:15px; margin-top:15px; float:left; _display:inline}
.main .staff_nr { width:220px; height:270px; margin-top:14px; float:left; display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .staff_nr .stitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .staff_nr .stitle .staff_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .staff_nr .stitle .sfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .staff_nr .stitle .smore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .staff_nr .sbox { width:220px; height:220px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .staff_nr .sbox .sfont { width:130px; line-height:18px; margin-left:15px; margin-top:15px; font-size:12px; float:left; _display:inline}
.main .staff_nr .sbox .ico{border:solid 1px #eeeeee; margin-right:8px; margin-top:3px;}
.main .inst { width:760px; height:800px; float:left; _display:inline; margin-top:20px}
.main .inst .ititle { width:760px; height:28px; border-bottom:#eeeeee 1px solid}
.main .inst .ititle .ifont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .inst .ititle .imore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .inst .itext1{ width:750px;height:80px; text-align:center; font-weight:bolder; color:#2f333b;font-size:16px;}
.main .inst .itext2{ font-size:14px; font-weight:100;}
.main .inst .itext3{ font-size:12px; width:700px; margin-top:15px; margin-left:15px; margin-right:15px;}
.main .inst .itext3 .p{ margin-top:30px; font-size:14px; text-indent:2em}
/*列表css*/
.main .character_lb { width:220px; height:270px; margin-top:14px; float:left; _display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .character_lb .ctitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .character_lb .ctitle .character_nr_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .character_lb .ctitle .cfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .character_lb .ctitle .cmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .character_lb .cbox { width:220px; height:200px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .character_lb .cbox .pic02 { width:75px; height:75px; margin-left:15px; margin-top:15px; float:left; _display:inline}
.main .staff_lb { width:220px; height:270px; margin-top:14px; float:left; display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .staff_lb .stitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .staff_lb .stitle .staff_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .staff_lb .stitle .sfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .staff_lb .stitle .smore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .staff_lb .sbox { width:220px; height:220px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .staff_lb .sbox .sfont { width:130px; line-height:18px; margin-left:15px; margin-top:15px; font-size:12px; float:left; _display:inline}
.main .staff_lb .sbox .ico{border:solid 1px #eeeeee; margin-right:8px; margin-top:3px;}
.main .inst_lb { width:760px; height:800px; float:left; _display:inline; margin-top:20px}
.main .inst_lb .ititle { width:760px; height:28px; border-bottom:#eeeeee 1px solid}
.main .inst_lb .ititle .ifont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .inst_lb .ititle .imore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .inst_lb .itext3{ font-size:12px; width:750px; margin-top:15px; margin-left:15px; margin-right:15px;}
.main .inst_lb .itext3 .p{ margin-top:30px; font-size:14px}
.main .inst_lb .itext3 .itext4{width:750px;}
.main .inst_lb .itext3 .itext4 .itable{width:750; margin-top:10px; margin-bottom:30px; border:solid 0px; font-size:2;}
.main .inst_lb .itext3 .itext4 .itable .itd{ text-align:center; width:15px}
.main .inst_lb .itext3 .itext4 .itable .ifont{ font-size:15px; width:570px; color:#006699;}
.main .inst_lb .itext3 .itext4 .itable .ifont3{ font-size:15px; width:100px}
/*专家培训css*/
.main .zjpx { width:1000px; height:800px; float:left; _display:inline; margin-top:20px}
.main .zjpx .ztitle { width:1000px; height:28px; border-bottom:#eeeeee 1px solid}
.main .zjpx .ztitle .zfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .zjpx .ztitle .zmore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .zjpx .zvideo { width:1000px; border-bottom:solid 1px #CCCCCC; height:730px; margin-top:20px;}
.main .zjpx .zvideo .ztd .zimg{ border:solid 3px #eeeeee; width:220px; }
.main .zjpx .zvideo .ztd { text-align:center;}
.main .zjpx .zvideo .ztd1 { font-size:12px;}
.main .zjpx .zvideo .ztd1 .zfont { font-size:12px; color:#666666;}
.main .zjpx .zbottom { text-align:right; margin-top:5px; height:13px; padding-right:30px;}
.main .zjpx .zbottom .zpage{ border:solid 1px #CCCCCC; padding: 2px 7px; margin-left:5px; color:#CCCCCC;}
/*网上办公css*/
.main .bg { width:1000px; height:400px; float:left; _display:inline; margin-top:20px}
.main .bg .bgtitle { width:1000px; height:28px; border-bottom:#eeeeee 1px solid}
.main .bg .bgtitle .bgfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .bg .bgtitle .bgmore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .bg .bgcon .bgtab .bgtr .bgtd { padding-right:20px;}
.main .bg .bgcon .bgtab .bgtr .bgtd .bgima {width:307px; height:103px;}
.main .bg .bgcon .bgtab .bgtr .bgtd { width:357px; height:153px; text-align:left;}
/*下载css*/
.main .character_xz { width:220px; height:270px; margin-top:14px; float:left; _display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .character_xz .xztitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .character_xz .xztitle .character_xz_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .character_xz .xztitle .xzfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .character_xz .xztitle .xzmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .character_xz .xzbox { width:220px; height:200px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .character_xz .xzbox .pic02 { width:75px; height:75px; margin-left:15px; margin-top:15px; float:left; _display:inline}
.main .staff_xz { width:220px; height:270px; margin-top:14px; float:left; display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .staff_xz .xztitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .staff_xz .xztitle .xztaff_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .staff_xz .xztitle .xzfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .staff_xz .xztitle .xzmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .staff_xz .xzbox { width:220px; height:220px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .staff_xz .xzbox .xzfont { width:130px; line-height:18px; margin-left:15px; margin-top:15px; font-size:12px; float:left; _display:inline}
.main .staff_xz .xzbox .ico{border:solid 1px #eeeeee; margin-right:8px; margin-top:3px;}
.main .xz { width:760px; height:800px; float:left; _display:inline; margin-top:20px}
.main .xz .xztitle { width:760px; height:28px; border-bottom:#eeeeee 1px solid}
.main .xz .xztitle .xzfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .xz .xztitle .xzmore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .xz .xztext1{ width:760px;height:50px; text-align:left; font-weight:bolder; color:#2f333b;font-size:19px; padding-left:24px; padding-top:30px;}
.main .xz .xztext2{ padding-left:24px;}
.main .xz .xztext2 .xztable { border-collapse:collapse;}
.main .xz .xztext2 .xztable .xztd { border:solid 1px #999999; background:#E7E7E7; width:90px; height:27px; text-align:center;}
.main .xz .xztext2 .xztable .xztd1{ border:solid 1px #999999; padding-left:25px; width:500px;}
.main .xz .xztext3{ margin-top:22px; margin-left:24px;}
.main .xz .xztext4 { font-weight:bolder; font-size:15px; margin-left:24px; border-bottom:solid 2px #C0C0C0; margin-top:40px; padding-bottom:8px; margin-right:20px; width:670px;}
.main .xz .xztext5 { margin-top:10px; margin-left:24px;}
.main .xz .xztext5 .xzp { text-indent:2em; margin-left:8px; margin-right:13px; width:640px; font-size:14px; margin-top:12px;}
/*访谈css*/
.main .character_ft { width:220px; height:270px; margin-top:14px; float:left; _display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .character_ft .fttitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .character_ft .fttitle .character_ft_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .character_ft .fttitle .ftfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .character_ft .fttitle .ftmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .character_ft .ftbox { width:220px; height:200px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .character_ft .ftbox .pic02 { width:75px; height:75px; margin-left:15px; margin-top:15px; float:left; _display:inline}
.main .staff_ft { width:220px; height:270px; margin-top:14px; float:left; display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .staff_ft .fttitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .staff_ft .fttitle .ft_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .staff_ft .fttitle .ftfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .staff_ft .fttitle .ftmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .staff_ft .ftbox { width:220px; height:220px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .staff_ft .ftbox .ftfont { width:130px; line-height:18px; margin-left:15px; margin-top:15px; font-size:12px; float:left; _display:inline}
.main .staff_ft .ftbox .ico{border:solid 1px #eeeeee; margin-right:8px; margin-top:3px;}
.main .ft { width:760px; height:800px; float:left; _display:inline; margin-top:20px}
.main .ft .fttitle { width:760px; height:28px; border-bottom:#eeeeee 1px solid}
.main .ft .fttitle .ftfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .ft .fttitle .ftmore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .ft .ftttext {}
.main .ft .fttext .fttext1{ width:760px; height:122px; margin-top:20px; padding-bottom:20px; border-bottom:#D5D5D5 1px solid;}
.main .ft .fttext .fttext1 .fttable{width:757px; height:122px; }
.main .ft .fttext .fttext1 .fttable .fttd1 {width:146px; }
.main .ft .fttext .fttext1 .fttable .fttd2 { width:595px; height:9px; }
.main .ft .fttext .fttext1 .fttable .fttd3 {height:23px; color:#0000FF; font-size:16px; padding-left:20px;}
.main .ft .fttext .fttext1 .fttable .fttd4 {height:11px;}
.main .ft .fttext .fttext1 .fttable .fttd5 {height:17px; text-indent:2em; color:#6F6F6F; font-size:13px; padding-left:20px;}
.main .ft .fttext .fttext1 .fttable .fttd6 {height:15px; color:#6F6F6F; padding-left:20px; font-size:13px;}
.main .ft .fttext .fttext1 .fttable .fttd7 {height:16px; color:#6F6F6F; padding-left:20px; font-size:13px;}
.main .ft .fttext .fttext1 .fttable .fttd8 {height:13px;}
.main .ft .ftbottom { text-align:right; margin-top:5px; height:13px; padding-right:30px;}
.main .ft .ftbottom .ftpage{ border:solid 1px #CCCCCC; padding: 2px 7px; margin-left:5px; color:#CCCCCC;}
/*优秀会员css*/
.main .yxhy { width:1000px; height:800px; float:left; _display:inline; margin-top:20px}
.main .yxhy .yxtitle { width:1000px; height:28px; border-bottom:#eeeeee 1px solid}
.main .yxhy .yxtitle .yxfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .yxhy .yxtitle .yxmore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .yxhy .yxcon { margin-top:25px; padding-left:23px;}
.main .yxhy .yxcon .yxtd { padding-top:10px; text-align:center; padding-bottom:10px;}
.main .yxhy .yxcon .yxtd1 { padding-right:13px;}
/*专业期刊css*/
.main .zyqk { width:1000px; height:900px; float:left; _display:inline; margin-top:20px}
.main .zyqk .zytitle { width:1000px; height:28px; border-bottom:#eeeeee 1px solid}
.main .zyqk .zytitle .zyfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .zyqk .zytitle .zymore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .zyqk .zycon { margin-top:10px; padding-left:23px;}
.main .zyqk .zycon .zytr { padding-top:10px;}
.main .zyqk .zycon .zytr .zytd { padding-right:28px; padding-top:20px;}
.main .zyqk .zycon .zytr .zytd .zydiv { border:1px solid #C8C8C8; padding:2px;}
.main .zyqk .zycon .zytd1 { height:50px; padding-left:5px;}
.main .zyqk .zycon .zytd1 .zyimg { float:left;}
.main .zyqk .zycon .zytd2 { height:28px; padding-left:5px;}
.main .zyqk .zycon .zytd2 .zydiv1 { border-top:solid 1px #DADADA; border-bottom:solid 1px #DADADA; width:120px; padding-top:5px; padding-bottom:5px;}
/*视频中心css*/
.main .character_sp { width:220px; height:270px; margin-top:14px; float:left; _display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .character_sp .ctitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .character_sp .ctitle .character_nr_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .character_sp .ctitle .cfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .character_sp .ctitle .cmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .character_sp .cbox { width:220px; height:200px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .character_sp .cbox .pic02 { width:75px; height:75px; margin-left:15px; margin-top:15px; float:left; _display:inline}
.main .staff_sp { width:220px; height:270px; margin-top:14px; float:left; display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .staff_sp .stitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .staff_sp .stitle .staff_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .staff_sp .stitle .sfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .staff_sp .stitle .smore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .staff_sp .sbox { width:220px; height:220px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .staff_sp .sbox .sfont { width:130px; line-height:18px; margin-left:15px; margin-top:15px; font-size:12px; float:left; _display:inline}
.main .staff_sp .sbox .ico{border:solid 1px #eeeeee; margin-right:8px; margin-top:3px;}
.main .sp { width:760px; height:800px; float:left; _display:inline; margin-top:20px}
.main .sp .sptitle { width:760px; height:28px; border-bottom:#eeeeee 1px solid}
.main .sp .sptitle .spfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .sp .sptitle .spmore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .sp .spcon { border-bottom:solid 1px #D1D1D1; padding-bottom:30px;}
.main .sp .spcon .sptd { padding-top:20px; padding-left:5px; padding-right:20px; padding-bottom:13px; padding-left:20px;}
.main .sp .zbottom { text-align:right; margin-top:5px; height:13px; padding-right:30px; padding-top:20px;}
.main .sp .zbottom .zpage{ border:solid 1px #CCCCCC; padding: 2px 7px; margin-left:5px; color:#CCCCCC;}
|
Public/Style/style1.css
|
@charset "utf-8";
/* CSS Document */
html, body { height: 100%;}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*//*content:"";*/height:100%;float:left;width:0;margin-top:-32767px;/* thank you <NAME> - negate effect of float*/}
body, dl, dt, dd, ol, ul, pre, form, field, p, blockquote, th, td, h1, h2, h3, h4, h5, h6 { font-family: "Microsoft Yahei","宋体", Helvetica, Arial, sans-serif; margin:0; padding:0; font-size:12px}
.body { text-align:left; background:url(../Images/bg1.jpg) repeat-x}
.body1 { text-align:left; background:url(../Images/bg1.jpg) repeat-x}
html, body {height: 100%;}
a:link, a:visited { text-decoration:none; color:#41526b }
a:hover, a:active { text-decoration:underline; color:#c90303;}
ul, ol { list-style:none;}
input, textarea, select, button, file { font-size:12px;}
img { border:0;}
p, li { line-height:1.8em;}
.clear { clear:both}
.fw { font-weight:bolder}
.clearfix:before,.clearfix:after { content:""; display:table;}
.clearfix:after { clear:both; }/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1; }
.main { margin:0px auto; width:1000px; height:auto}
.main .top { width:1000px; height:34px}
.main .banner { width:1000px; height:127px}
.main .banner .logo { width:644px; height:88px; margin-left:10px; margin-top:20px; float:left; _display:inline}
.main .banner .weibo { width:174px; height:32px; margin-right:10px; margin-top:20px; float:right; _display:inline; clear:right; margin-bottom:15px}
.main .banner .blink { font-size:12px; color:#41526b; float:right; _display:inline; margin-right:10px; margin-top:0px; line-height:24px; width:170px}
.main a.nav:link, a.nav:visited { height:48px; width:89px; line-height:48px; text-align:center; font-size:14px; color:#fff; float:left; _display:inline}
.main a.nav:hover, a.nav:active { height:48px; width:89px; line-height:48px; text-align:center; font-size:14px; color:#fff; float:left; _display:inline; background:url(../Images/nav_bg.jpg) repeat-x; text-decoration:none}
.main .nav_line { height:48px; width:1px; float:left; _display:inline}
.foot { height:140px; background:#dfdfdf; clear:both; margin-top:40px}
.foot .ffont { width:1000px; margin:0px auto; text-align:center; line-height:28px; color:#6d6d6d; font-size:12px; padding-top:20px}
/*内容css*/
.main .character_nr { width:220px; height:270px; margin-top:14px; float:left; _display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .character_nr .ctitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .character_nr .ctitle .character_nr_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .character_nr .ctitle .cfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .character_nr .ctitle .cmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .character_nr .cbox { width:220px; height:200px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .character_nr .cbox .pic02 { width:75px; height:75px; margin-left:15px; margin-top:15px; float:left; _display:inline}
.main .staff_nr { width:220px; height:270px; margin-top:14px; float:left; display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .staff_nr .stitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .staff_nr .stitle .staff_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .staff_nr .stitle .sfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .staff_nr .stitle .smore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .staff_nr .sbox { width:220px; height:220px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .staff_nr .sbox .sfont { width:130px; line-height:18px; margin-left:15px; margin-top:15px; font-size:12px; float:left; _display:inline}
.main .staff_nr .sbox .ico{border:solid 1px #eeeeee; margin-right:8px; margin-top:3px;}
.main .inst { width:760px; height:800px; float:left; _display:inline; margin-top:20px}
.main .inst .ititle { width:760px; height:28px; border-bottom:#eeeeee 1px solid}
.main .inst .ititle .ifont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .inst .ititle .imore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .inst .itext1{ width:750px;height:80px; text-align:center; font-weight:bolder; color:#2f333b;font-size:16px;}
.main .inst .itext2{ font-size:14px; font-weight:100;}
.main .inst .itext3{ font-size:12px; width:700px; margin-top:15px; margin-left:15px; margin-right:15px;}
.main .inst .itext3 .p{ margin-top:30px; font-size:14px; text-indent:2em}
/*列表css*/
.main .character_lb { width:220px; height:270px; margin-top:14px; float:left; _display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .character_lb .ctitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .character_lb .ctitle .character_nr_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .character_lb .ctitle .cfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .character_lb .ctitle .cmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .character_lb .cbox { width:220px; height:200px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .character_lb .cbox .pic02 { width:75px; height:75px; margin-left:15px; margin-top:15px; float:left; _display:inline}
.main .staff_lb { width:220px; height:270px; margin-top:14px; float:left; display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .staff_lb .stitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .staff_lb .stitle .staff_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .staff_lb .stitle .sfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .staff_lb .stitle .smore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .staff_lb .sbox { width:220px; height:220px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .staff_lb .sbox .sfont { width:130px; line-height:18px; margin-left:15px; margin-top:15px; font-size:12px; float:left; _display:inline}
.main .staff_lb .sbox .ico{border:solid 1px #eeeeee; margin-right:8px; margin-top:3px;}
.main .inst_lb { width:760px; height:800px; float:left; _display:inline; margin-top:20px}
.main .inst_lb .ititle { width:760px; height:28px; border-bottom:#eeeeee 1px solid}
.main .inst_lb .ititle .ifont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .inst_lb .ititle .imore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .inst_lb .itext3{ font-size:12px; width:750px; margin-top:15px; margin-left:15px; margin-right:15px;}
.main .inst_lb .itext3 .p{ margin-top:30px; font-size:14px}
.main .inst_lb .itext3 .itext4{width:750px;}
.main .inst_lb .itext3 .itext4 .itable{width:750; margin-top:10px; margin-bottom:30px; border:solid 0px; font-size:2;}
.main .inst_lb .itext3 .itext4 .itable .itd{ text-align:center; width:15px}
.main .inst_lb .itext3 .itext4 .itable .ifont{ font-size:15px; width:570px; color:#006699;}
.main .inst_lb .itext3 .itext4 .itable .ifont3{ font-size:15px; width:100px}
/*专家培训css*/
.main .zjpx { width:1000px; height:800px; float:left; _display:inline; margin-top:20px}
.main .zjpx .ztitle { width:1000px; height:28px; border-bottom:#eeeeee 1px solid}
.main .zjpx .ztitle .zfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .zjpx .ztitle .zmore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .zjpx .zvideo { width:1000px; border-bottom:solid 1px #CCCCCC; height:730px; margin-top:20px;}
.main .zjpx .zvideo .ztd .zimg{ border:solid 3px #eeeeee; width:220px; }
.main .zjpx .zvideo .ztd { text-align:center;}
.main .zjpx .zvideo .ztd1 { font-size:12px;}
.main .zjpx .zvideo .ztd1 .zfont { font-size:12px; color:#666666;}
.main .zjpx .zbottom { text-align:right; margin-top:5px; height:13px; padding-right:30px;}
.main .zjpx .zbottom .zpage{ border:solid 1px #CCCCCC; padding: 2px 7px; margin-left:5px; color:#CCCCCC;}
/*网上办公css*/
.main .bg { width:1000px; height:400px; float:left; _display:inline; margin-top:20px}
.main .bg .bgtitle { width:1000px; height:28px; border-bottom:#eeeeee 1px solid}
.main .bg .bgtitle .bgfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .bg .bgtitle .bgmore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .bg .bgcon .bgtab .bgtr .bgtd { padding-right:20px;}
.main .bg .bgcon .bgtab .bgtr .bgtd .bgima {width:307px; height:103px;}
.main .bg .bgcon .bgtab .bgtr .bgtd { width:357px; height:153px; text-align:left;}
/*下载css*/
.main .character_xz { width:220px; height:270px; margin-top:14px; float:left; _display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .character_xz .xztitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .character_xz .xztitle .character_xz_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .character_xz .xztitle .xzfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .character_xz .xztitle .xzmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .character_xz .xzbox { width:220px; height:200px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .character_xz .xzbox .pic02 { width:75px; height:75px; margin-left:15px; margin-top:15px; float:left; _display:inline}
.main .staff_xz { width:220px; height:270px; margin-top:14px; float:left; display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .staff_xz .xztitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .staff_xz .xztitle .xztaff_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .staff_xz .xztitle .xzfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .staff_xz .xztitle .xzmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .staff_xz .xzbox { width:220px; height:220px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .staff_xz .xzbox .xzfont { width:130px; line-height:18px; margin-left:15px; margin-top:15px; font-size:12px; float:left; _display:inline}
.main .staff_xz .xzbox .ico{border:solid 1px #eeeeee; margin-right:8px; margin-top:3px;}
.main .xz { width:760px; height:800px; float:left; _display:inline; margin-top:20px}
.main .xz .xztitle { width:760px; height:28px; border-bottom:#eeeeee 1px solid}
.main .xz .xztitle .xzfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .xz .xztitle .xzmore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .xz .xztext1{ width:760px;height:50px; text-align:left; font-weight:bolder; color:#2f333b;font-size:19px; padding-left:24px; padding-top:30px;}
.main .xz .xztext2{ padding-left:24px;}
.main .xz .xztext2 .xztable { border-collapse:collapse;}
.main .xz .xztext2 .xztable .xztd { border:solid 1px #999999; background:#E7E7E7; width:90px; height:27px; text-align:center;}
.main .xz .xztext2 .xztable .xztd1{ border:solid 1px #999999; padding-left:25px; width:500px;}
.main .xz .xztext3{ margin-top:22px; margin-left:24px;}
.main .xz .xztext4 { font-weight:bolder; font-size:15px; margin-left:24px; border-bottom:solid 2px #C0C0C0; margin-top:40px; padding-bottom:8px; margin-right:20px; width:670px;}
.main .xz .xztext5 { margin-top:10px; margin-left:24px;}
.main .xz .xztext5 .xzp { text-indent:2em; margin-left:8px; margin-right:13px; width:640px; font-size:14px; margin-top:12px;}
/*访谈css*/
.main .character_ft { width:220px; height:270px; margin-top:14px; float:left; _display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .character_ft .fttitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .character_ft .fttitle .character_ft_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .character_ft .fttitle .ftfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .character_ft .fttitle .ftmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .character_ft .ftbox { width:220px; height:200px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .character_ft .ftbox .pic02 { width:75px; height:75px; margin-left:15px; margin-top:15px; float:left; _display:inline}
.main .staff_ft { width:220px; height:270px; margin-top:14px; float:left; display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .staff_ft .fttitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .staff_ft .fttitle .ft_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .staff_ft .fttitle .ftfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .staff_ft .fttitle .ftmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .staff_ft .ftbox { width:220px; height:220px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .staff_ft .ftbox .ftfont { width:130px; line-height:18px; margin-left:15px; margin-top:15px; font-size:12px; float:left; _display:inline}
.main .staff_ft .ftbox .ico{border:solid 1px #eeeeee; margin-right:8px; margin-top:3px;}
.main .ft { width:760px; height:800px; float:left; _display:inline; margin-top:20px}
.main .ft .fttitle { width:760px; height:28px; border-bottom:#eeeeee 1px solid}
.main .ft .fttitle .ftfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .ft .fttitle .ftmore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .ft .ftttext {}
.main .ft .fttext .fttext1{ width:760px; height:122px; margin-top:20px; padding-bottom:20px; border-bottom:#D5D5D5 1px solid;}
.main .ft .fttext .fttext1 .fttable{width:757px; height:122px; }
.main .ft .fttext .fttext1 .fttable .fttd1 {width:146px; }
.main .ft .fttext .fttext1 .fttable .fttd2 { width:595px; height:9px; }
.main .ft .fttext .fttext1 .fttable .fttd3 {height:23px; color:#0000FF; font-size:16px; padding-left:20px;}
.main .ft .fttext .fttext1 .fttable .fttd4 {height:11px;}
.main .ft .fttext .fttext1 .fttable .fttd5 {height:17px; text-indent:2em; color:#6F6F6F; font-size:13px; padding-left:20px;}
.main .ft .fttext .fttext1 .fttable .fttd6 {height:15px; color:#6F6F6F; padding-left:20px; font-size:13px;}
.main .ft .fttext .fttext1 .fttable .fttd7 {height:16px; color:#6F6F6F; padding-left:20px; font-size:13px;}
.main .ft .fttext .fttext1 .fttable .fttd8 {height:13px;}
.main .ft .ftbottom { text-align:right; margin-top:5px; height:13px; padding-right:30px;}
.main .ft .ftbottom .ftpage{ border:solid 1px #CCCCCC; padding: 2px 7px; margin-left:5px; color:#CCCCCC;}
/*优秀会员css*/
.main .yxhy { width:1000px; height:800px; float:left; _display:inline; margin-top:20px}
.main .yxhy .yxtitle { width:1000px; height:28px; border-bottom:#eeeeee 1px solid}
.main .yxhy .yxtitle .yxfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .yxhy .yxtitle .yxmore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .yxhy .yxcon { margin-top:25px; padding-left:23px;}
.main .yxhy .yxcon .yxtd { padding-top:10px; text-align:center; padding-bottom:10px;}
.main .yxhy .yxcon .yxtd1 { padding-right:13px;}
/*专业期刊css*/
.main .zyqk { width:1000px; height:900px; float:left; _display:inline; margin-top:20px}
.main .zyqk .zytitle { width:1000px; height:28px; border-bottom:#eeeeee 1px solid}
.main .zyqk .zytitle .zyfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .zyqk .zytitle .zymore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .zyqk .zycon { margin-top:10px; padding-left:23px;}
.main .zyqk .zycon .zytr { padding-top:10px;}
.main .zyqk .zycon .zytr .zytd { padding-right:28px; padding-top:20px;}
.main .zyqk .zycon .zytr .zytd .zydiv { border:1px solid #C8C8C8; padding:2px;}
.main .zyqk .zycon .zytd1 { height:50px; padding-left:5px;}
.main .zyqk .zycon .zytd1 .zyimg { float:left;}
.main .zyqk .zycon .zytd2 { height:28px; padding-left:5px;}
.main .zyqk .zycon .zytd2 .zydiv1 { border-top:solid 1px #DADADA; border-bottom:solid 1px #DADADA; width:120px; padding-top:5px; padding-bottom:5px;}
/*视频中心css*/
.main .character_sp { width:220px; height:270px; margin-top:14px; float:left; _display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .character_sp .ctitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .character_sp .ctitle .character_nr_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .character_sp .ctitle .cfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .character_sp .ctitle .cmore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .character_sp .cbox { width:220px; height:200px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .character_sp .cbox .pic02 { width:75px; height:75px; margin-left:15px; margin-top:15px; float:left; _display:inline}
.main .staff_sp { width:220px; height:270px; margin-top:14px; float:left; display:inline; margin-left:10px; border:#eeeeee 1px solid}
.main .staff_sp .stitle { width:220px; height:37px; background:url(../Images/video_bg.jpg) repeat-x}
.main .staff_sp .stitle .staff_ico { width:18px; height:18px; margin-left:20px; margin-top:11px; float:left; _display:inline}
.main .staff_sp .stitle .sfont { font-size:14px; font-weight:bolder; color:#FFF; line-height:37px; margin-left:10px; float:left; _display:inline}
.main .staff_sp .stitle .smore { font-size:12px; color:#ebebeb; float:right; _display:inline; margin-right:15px; line-height:37px}
.main .staff_sp .sbox { width:220px; height:220px; border-bottom:#eeeeee 1px solid; clear:both; text-align:center; text-align:center;}
.main .staff_sp .sbox .sfont { width:130px; line-height:18px; margin-left:15px; margin-top:15px; font-size:12px; float:left; _display:inline}
.main .staff_sp .sbox .ico{border:solid 1px #eeeeee; margin-right:8px; margin-top:3px;}
.main .sp { width:760px; height:800px; float:left; _display:inline; margin-top:20px}
.main .sp .sptitle { width:760px; height:28px; border-bottom:#eeeeee 1px solid}
.main .sp .sptitle .spfont { font-size:14px; font-weight:bolder; color:#2f333b; width:112px; height:28px; line-height:28px; float:left; _display:inline; background:#ececec; text-align:center}
.main .sp .sptitle .spmore { font-size:12px; color:#6c7784; width:110px; height:28px; float:right; _display:inline; background:#ececec; text-align:center; line-height:28px}
.main .sp .spcon { border-bottom:solid 1px #D1D1D1; padding-bottom:30px;}
.main .sp .spcon .sptd { padding-top:20px; padding-left:5px; padding-right:20px; padding-bottom:13px; padding-left:20px;}
.main .sp .zbottom { text-align:right; margin-top:5px; height:13px; padding-right:30px; padding-top:20px;}
.main .sp .zbottom .zpage{ border:solid 1px #CCCCCC; padding: 2px 7px; margin-left:5px; color:#CCCCCC;}
| 0.308503 | 0.091342 |
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url('../fonts/roboto-slab-v13-latin-100.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-100.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-100.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url('../fonts/roboto-slab-v13-latin-200.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-200.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-200.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url('../fonts/roboto-slab-v13-latin-300.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-300.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-300.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url('../fonts/roboto-slab-v13-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-regular.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url('../fonts/roboto-slab-v13-latin-500.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-500.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-500.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url('../fonts/roboto-slab-v13-latin-600.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-600.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-600.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url('../fonts/roboto-slab-v13-latin-700.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-700.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url('../fonts/roboto-slab-v13-latin-800.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-800.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-800.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url('../fonts/roboto-slab-v13-latin-900.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-900.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-900.svg#\1') format('svg'); /* Legacy iOS */
}
|
inst/www/fonts/css/roboto-slab.css
|
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url('../fonts/roboto-slab-v13-latin-100.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-100.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-100.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url('../fonts/roboto-slab-v13-latin-200.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-200.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-200.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url('../fonts/roboto-slab-v13-latin-300.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-300.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-300.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url('../fonts/roboto-slab-v13-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-regular.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url('../fonts/roboto-slab-v13-latin-500.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-500.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-500.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url('../fonts/roboto-slab-v13-latin-600.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-600.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-600.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url('../fonts/roboto-slab-v13-latin-700.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-700.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url('../fonts/roboto-slab-v13-latin-800.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-800.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-800.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url('../fonts/roboto-slab-v13-latin-900.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-slab-v13-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-900.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-900.svg#\1') format('svg'); /* Legacy iOS */
}
| 0.153264 | 0.040313 |
*, . border-box, :: after, :: before {
tamanho da caixa: border-box
}
* {
margin: 0;
padding: 0
}
.margin, .space {
margin: 0 auto
}
.align-center {
justificar -content: center;
align-items: center
}
.container {
display: flex
}
.container-line {
display: inline-flex
}
.wrap {
flex-wrap: wrap
}
.no-wrap {
flex-wrap: nowrap
}
. wrap-reverse {
flex-wrap: wrap-reverse
}
.row {
flexão-direção: linha
}
.row-reverse {
flexão-direção: fila-reverso
}
.column {
flexão-direção: coluna
}
.column-reverse {
flex- direction: reverse-column
}
.justify-content-start {
justificar-conteúdo: flex-start
}
.justify-content-center {
justificar-conteúdo: center
}
.justify-content-end {
justificar-conteúdo: flex-end
}
. justificar-conteúdo-entre {
justificar-conteúdo: espaço entre.
}
justificar-conteúdo-ao redor {
justificar-conteúdo: espaço ao redor
}
.align-items-start {
alinhar-itens: flex-start
}
.align-items-center {
align-items: center
}
.align-items-end {
align-items: flex-end
}
.align-items-baseline {
align-items: baseline
}
.alinhar-itens-esticar {
alinhar-itens: esticar
}
.alinhar-auto-auto {
alinhar-se: auto
}
.alinhar-auto-partida {
alinhar-auto: flex-iniciar
}
.alinhar-auto-centro {
alinhar-auto: center
}
.align-self-end {
alinhar-self: flex-end
}
.align-self-baseline {
alinhar-self: baseline
}
.align-self-stretch {
alinhar-self: esticar
}
.flex-grow-1 {
flex-grow: 1
}
.flex-grow-2 {
flex-grow: 2
}
.flex-grow-3 {
flex-grow: 3
}
.flex-grow-4 {
flex-grow: 4
}
.flex-grow -5 {
flex-grow: 5
}
.flex-grow-6 {
flex-grow: 6
}
.flex-grow-7 {
flex-grow: 7
}
.flex-grow-8 {
flex-grow: 8
}
.flex -grow-9 {
flex-grow: 9
}
.flex-grow-10 {
flex-grow: 10
}
.flex-grow-11 {
flex-grow: 11
}
.flex-grow-12 {
flex-grow: 12
}
.flex-base-10 {
base flexível: 10 px
}
.flex-base-15 {
base flexível: 15px
}
.flex-base-20 {
base flexível: 20px
}
.flex-base-25 {
base flexível: 25px
}
.flex-base-30 {
flex-base: 30px
}
.flex-base-35 {
flex-base: 35px
}
.flex-base-40 {
flex-base: 40px
}
.flex-base-45 {
flex- base: 45 px
}
.flex-base-50 {
base flexível: 50 px
}
.flex-base-55 {
base-flex: 55px
}
.flex-base-60 {
base-flex: 60px
}
.flex-base-65 {
base-flex: 65px
}
.flex-base-70 {
base-flex: 70px
}
.flex-base-75 {
flex-base: 75px
}
.flex-base-80 {
flex-base: 70px
}
.flex-base-75 {
flex-base: 75px
}
.flex-base-75 {
flex-base: 70px
}
.flex-base-95 {
flex-base: 75px
}
.flex-base-100 {
flex-base: 100px
}
.flex-base-150 {
flex-base: 150px
}
.flex-base-200 {
flex -basis: 200px
}
.flex-base-250 {
flex-base: 250px
}
.flex-base-300 {
flex-base: 300px
}
.flex-base-350 {
flex-base: 350px
}
.flex-base-400 {
flex-base: 400px
}
.flex-base-450 {
flex-base: 450px
}
.flex-base-500 {
flex-base: 500px
}
.flex-base-550 {
flex-base: 550px
}
.flex-base -600 {
flex-base: 600px
}
.flex-base-650 {
flex-base: 650px
}
.flex-base-700 {
flex-base: 700px
}
.flex-base-750 {
flex-base: 750px
}
.flex -basis-800 {
flex-base: 800px
}
.flex-base-850 {
flex-base: 850px
}
.flex-base-900 {
flex-base: 900px
}
.flex-base-950 {
base-flex: 950px
}
.flex-base-1000 {
base-flex: 1000px
}
.flex-base-1050 {
flex-base: 1050px
}
.flex-base-1100 {
base-flex: 1100px
}
.flex-base-1150 {
base flexível: 1150px
}
.flex-base-1200 {
base flexível: 1200px
}
.row {
exibição: -webkit-box;
exibição: -webkit-flex;
exibição: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.col {
flex-base: 0;
flex-grow: 1;
max-width: 100%
}
.col-1 {
flex-grow: 0;
flex-base: 8.333333%;
max-width: 8.333333%
}
. col-2 {
flex-grow: 0;
flex-base: 16.666667%;
max-width: 16.666667%
}
.col-3 {
crescimento flexível: 0;
base flexível: 25%;
largura máxima: 25%
}
. col-4 {
crescimento flexível: 0;
base flexível: 33, 333333%;
largura máxima: 33, 333333%
}
.col-5 {
flex-grow: 0;
flex-base: 41, 666667%;
max-width: 41, 666667%
}
. col-6 {
flex-grow: 0;
flex-base: 50%;
max-width: 50%
}
.col-7 {
flex-grow: 0;
flex-base: 58.333333%;
max-width: 58.333333%
}
. col-8 {
flex-grow: 0;
flex-base: 66.666667%;
max-width: 66.666667%
}
col-9 {
crescimento flexível: 0;
base flexível: 75%;
largura máxima: 75%
}
. col-10 {
crescimento flexível: 0;
base flexível: 83, 33333%;
largura máxima: 83, 33333%
}
. col-11 {
flex-grow: 0;
flex-base: 91, 666667%;
max-width: 91, 666667%
}
. col-12 {
flex-grow: 0;
flex-base: 100%;
max-width: 100%
}
. order-1 {
order: 1
}
.order-2 {
order: 2
}
.order-3 {
order: 3
}
.order-4 {
order: 4
}
.order-5 {
order: 5
}
.order-6 {
order: 6
}
.order-7 {
order: 7
}
.order-8 {
order: 8
}
.order-9 {
order: 9
}
.order-10 {
order: 10
}
.order-11 {
order: 11
}
.order -12 {
order: 12
}
@media (largura mínima: 576px) {
. Col-sm {
base flexível: 0;
flex-grow: 1;
largura máxima: 100%
}
. Col-sm-1 {
flex- crescer: 0;
base flexível: 8, 333333%;
largura máxima: 8, 333333%
}
. col-sm-2 {
crescimento flexível: 0;
base flexível: 16, 666667%;
largura máxima: 16, 666667%
}
. col-sm- 3 {
crescimento flexível: 0;
base flexível: 25%;
largura máxima: 25%
}
. Col-sm-4 {
crescimento flexível: 0;
base flexível: 33, 333333%;
largura máxima: 33, 333333%
}
. col-sm-5 {
flex-grow: 0;
flex-base: 41.666667%;
max-width: 41.666667%
}
. col-sm-6 {
flex-grow: 0;
flex-base: 50%;
max-width: 50%
}
. col-sm-7 {
flex-grow: 0;
flex-base: 58.333333%;
max-width: 58.333333%
}
. col-sm-8 {
flex-grow: 0;
flex-base: 66.666667%;
largura máxima: 66.666667%
}
. Col-sm-9 {
flex-grow: 0;
flex-base: 75%;
max-width: 75%
}
. Col-sm-10 {
flex-grow: 0;
flex-base: 83, 33333%;
largura máxima: 83, 33333%
}
. col-sm-11 {
flex-grow: 0;
flex-base: 91, 666667%;
max-width: 91, 666667%
}
. col-sm-12 {
flex -grow: 0;
flex-base: 100%;
max-width: 100%
}
. order-sm-1 {
order: 1
}
.order-sm-2 {
order: 2
}
.order-sm-3 {
order: 3
}
.order-sm-4 {
order: 4
}
.order-sm-5 {
order: 5
}
.order-sm-6 {
order: 6
}
.order-sm-7 {
order: 7
}
.order-sm -8 {
order: 8
}
.order-sm-9 {
order: 9
}
.order-sm-10 {
order: 10
}
.order-sm-11 {
order: 11
}
.order-sm-12 {
order: 12
}
.wrap-sm {
flex-wrap: wrap
}
.no-wrap-sm {
flex-wrap: nowrap
}
.wrap-reverse-sm {
flex-wrap: wrap-reverse
}
.row-sm {
flex-direction: row
}
.row-reverse-sm {
direção da flexão: linha reversa
}
.column-sm {
direção da coluna: coluna
}
.column-reverse-sm {
direção da flexão: column-reverse
}
.justify-content-sm-start {
justificar-conteúdo: flex-start
}
.justify-content-sm-center {
justificar-conteúdo: center
}
.justify-content-sm-end {
justificar-conteúdo: flex -end
}
.justify-content-sm-between {
justificar-conteúdo: espaço
}
justificar-content-sm-around {
justificar-conteúdo: espaçar
}
.align-items-sm-start {
align-items: flex-start
}
.align-items-sm-center {
align-items: center
}
.align-items-sm-end {
align-items: flex-end
}
.align-items-sm-baseline {
align-items: baseline
}
.align-items-sm-stretch {
align-items: stretch
}
}
@ media (largura mínima: 768px) {
. col-md {
flex-base: 0;
flex-grow: 1;
max-width: 100%
}
.col-md-1 {
flex-grow: 0;
base flexível: 8.333333%;
largura máxima: 8.333333%
}
. col-md-2 {
flex-grow: 0;
base flexível: 16.666667%;
max- width: 16, 666667%
}
. col-md-3 {
flex-grow: 0;
flex-base: 25%;
max-width: 25%
}
. col-md-4 {
flex-grow: 0;
flex-base: 33, 333333 %;
largura máxima: 33, 333333%
}
. col-md-5 {
flex-grow: 0;
flex-base: 41.666667%;
max-width: 41, 666667%
}
. Col-md-6 {
flex-grow: 0;
flex-base: 50%;
max-width: 50%
}
. Col-md-7 {
flex-grow: 0;
flex-base: 58, 333333%;
largura máxima: 58, 333333%
}
. col-md-8 {
crescimento flexível: 0;
base flexível: 66, 666667%;
largura máxima: 66, 666667%
}
. col-md-9 {
flexibilidade- crescer: 0;
base flexível: 75%;
largura máxima: 75%
}
. col-md-10 {
extensão flexível: 0;
base flexível: 83, 33333%;
largura máxima: 83, 33333%
}
. col-md- 11 {
flex-grow: 0;
flex-base: 91, 666667%;
max-width: 91, 666667%
}
. Col-md-12 {
flex-grow: 0;
flex-base: 100%;
max-width: 100%
}
. order-md-1 {
order: 1
}
.order-md-2 {
order: 2
}
.order-md-3 {
order: 3
}
.order-md-4 {
order: 4
}
.order-md-5 {
order: 5
}
.order-md-6 {
order: 6
}
.order-md-7 {
order: 7
}
.order-md-8 {
order: 8
}
.order-md-9 {
order: 9
}
.order -md-10 {
order: 10
}
.order-md-11 {
order: 11
}
.order-md-12 {
order: 12
}
.wrap-md {
flex-wrap: wrap
}
.no-wrap-md {
flex -wrap: nowrap
}
.wrap-reverse-md {
flex-wrap: wrap-reverse
}
.row-md {
flex-direction: row
}
.row-reverse-md {
flex-direction: row-reverse
}
.coluna-md {
direção flex: coluna
}
.coluna-reverse-md {
direção flex: coluna-reverso
}
.justify-content-md-start {
justify-content: flex-start
}
.justify-content-md-center {
justificar-conteúdo: centro
}
. justificar-conteúdo-md-final {
justificar-conteúdo: flex-final
}
. justificar-conteúdo-md-entre {
justificar-conteúdo: espaço-entre
}
. justificar-conteúdo-md-ao redor {
justify-content: space-around
}
.align-items-md-start {
align-items: flex-start
}
.align-items-md-center {
align-items: center
}
.align-items-md-end {
align itens: flex-end
}
.align-items-md-baseline {
align-items: baseline
}
.align-items-md-stretch {
align-items: stretch
}
}
@ media (largura mínima: 992 px) {
. col -lg {
base flexível: 0;
crescimento flexível: 1;
largura máxima: 100%
}
. col-lg-1 {
crescimento flexível: 0;
base flexível: 8.333333%;
largura máxima: 8.333333%
}
. col-lg-2 {
flex-grow: 0;
flex-base: 16, 666667%;
max-width: 16, 666667%
}
. col-lg-3 {
flex-grow: 0;
flex-base: 25%;
max-width: 25%
}
. Col-lg-4 {
crescimento flexível: 0;
base flexível: 33.333333%;
max-width: 33, 333333%
}
. Col-lg-5 {
flex-grow: 0;
flex-base: 41, 666667%;
max-width: 41, 666667%
}
. Col-lg-6 {
flex-grow: 0;
base flexível: 50%;
largura máxima: 50%
}
. col-lg-7 {
flex-grow: 0;
base flexível: 58, 333333%;
largura máxima: 58, 333333%
}
. col-lg-8 {
flex- crescer: 0;
base flexível: 66, 666667%;
largura máxima: 66, 666667%
}
. col-lg-9 {
crescimento flexível: 0;
base flexível: 75%;
largura máxima: 75%
}
. col-lg- 10 {
flex-grow: 0;
flex-base: 83.33333%;
max-width: 83.33333%
}
. Col-lg-11 {
flex-grow: 0;
flex-base: 91.666667%;
max-width: 91.666667%
}
. col-lg-12 {
flex-grow: 0;
flex-base: 100%;
max-width: 100%
}
. order-lg-1 {
order: 1
}
.order-lg-2 {
order: 2
}
.order -lg-3 {
order: 3
}
.order-lg-4 {
order: 4
}
.order-lg-5 {
order: 5
}
.order-lg-6 {
order: 6
}
.order-lg-7 {
order: 7
}
.order-lg-8 {
order: 8
}
.order-lg-9 {
order: 9
}
.order-lg-10 {
order: 10
}
.order-lg-11 {
order: 11
}
.order- lg-12 {
order: 12
}
.wrap-lg {
flex-wrap: wrap
}
.no-wrap-lg {
flex-wrap: nowrap
}
.wrap-reverse-lg {
flex-wrap: wrap-reverse
}
.row-lg {
flex-direction: row
}
.row-reverse-lg {
flex-direction: row-reverse
}
.column-lg {
flex-direction: column
}
.column-reverse-lg {
flex-direction: column-reverse
}
.justify-content-lg-start {
justificar-conteúdo: flex-start
}
.justify-content-lg-center {
justificar-conteúdo: center
}
.justify-content-lg-end {
justificar-conteúdo: flex-end
}
.justify-content-lg-between {
justifique-conteúdo: espaço entre
}
.justify-content-lg-around {
justifique-conteúdo: space-around
}
.align-items-lg-start {
align-items: flex-start
}
.align-items-lg-center {
align-items: center
}
.align-items-lg-end {
align-items: flex-end
}
.align-items-lg-baseline {
align-items: baseline
}
.align -items-lg-stretch {
align-items: stretch
}
}
@ media (largura mínima: 1200 px) {
. col-xl {
base flexível: 0;
crescimento flexível: 1;
largura máxima: 100%
}
. col -xl-1 {
flex-grow: 0;
flex-base: 8.333333%;
max-width: 8.333333
}
. col-xl-2 {
flex-grow: 0;
flex-base: 16.666667%;
max-width: 16.666667 %
}
. col-xl-3 {
crescimento flexível: 0;
base flexível: 25%;
largura máxima: 25%
}
. col-xl-4 {
crescimento flexível: 0;
base flexível: 33, 333333%;
largura máxima: 33, 333333%
}
. col-xl-5 {
flexibilidade- crescer: 0;
base flexível: 41, 666667%;
largura máxima: 41, 666667%
}
. col-xl-6 {
crescimento flexível: 0;
base flexível: 50%;
largura máxima: 50%
}
. col-xl- 7 {
flex-grow: 0;
flex-base: 58.333333%;
max-width: 58.333333
}
}
col-xl-8 {
flex-grow: 0;
flex-base: 66.666667%;
max-width: 66.666667%
}
. col-xl-9 {
flex-grow: 0;
flex-base: 75%;
max-width: 75%
}
. col-xl-10 {
flex-grow: 0;
flex-base: 83.33333%;
max-width: 83.33333%
}
. Col-xl-11 {
flex-grow: 0;
base flexível: 91.666667%;
largura máxima: 91.666667%
}
. Col-xl-12 {
flex-grow: 0;
flex-base: 100%;
max-width: 100%
}
. order-xl-1 {
order: 1
}
.order-xl-2 {
order: 2
}
.order-xl-3 {
order: 3
}
.order-xl-4 {
order: 4
}
.order-xl-5 {
order: 5
}
.order-xl-6 {
order: 6
}
.order-xl-7 {
order: 7
}
.order-xl-8 {
order: 8
}
.order-xl- 9 {
order: 9
}
.order-xl-10 {
order: 10
}
.order-xl-11 {
order: 11
}
.order-xl-12 {
order: 12
}
.wrap-xl {
flex-wrap: wrap
}
.no-wrap-xl {
flex-wrap: nowrap
}
.wrap-reverse-xl {
flex-wrap: wrap-reverse
}
.row-xl {
flex-direction: row
}
.row-reverse-xl {
flex-direction: row -reverse
}
.column-xl {
flex-direction: column
}
.column-reverse-xl {
flex-direction: column-reverse
}
.justify-content-xl-start {
justify-content: flex-start
}
.justify-content -xl-center {
justifique-conteúdo: centro
}
. justifique-conteúdo-xl-final {
justifique-conteúdo: flex-fim
}
. justifique-conteúdo-xl-entre {
justifique-conteúdo: espaço entre
}
. justifique-conteúdo- xl-around {
justificar-conteúdo: espaço ao redor
}
.align-items-xl-start {
align-items: flex-start
}
.align-items-xl-center {
align-items: center
}
.align-items-xl alinhar-itens: flex-end
}
alinhar-itens-xl-linha de base {
alinhar-itens: linha de base
}
. alinhar-itens-xl-alongar {
alinhar-itens: alongar
}
}
. -alinhamento: esquerda
}
.alinhamento de texto-centro {
alinhamento de texto: centro
}
.alinhamento de texto-direita {
alinhamento de texto: direita
}
. espaço {
largura: 90%
}
. margem-10 {
margem: 10px
}
.margin-20 {
margin: 20px
}
.margin-30 {
margin: 30px
}
.margin-40 {
margin: 40px
}
.margin-50 {
margin: 50px
}
.padding-10 {
padding: 10px
}
.padding-20 {
padding: 20px
}
.padding-30 {
padding: 30px
}
.padding-40 {
padding: 40px
}
.padding-50 {
padding: 50px
}
.margin-left-10 {
margin-left: 10px
}
.margin-left-20 {
margin-left: 20px
}
.margin-left-30 {
margin-left: 30px
}
.margin-left-40 {
margin-left: 40px
}
.margin-left-50 {
margin-left: 50px
}
.margin-right- 10 {
margin-right: 10px
}
.margin-right-20 {
margin-right: 20px
}
.margin-right-30 {
margin-right: 30px
}
.margin-right-40 {
margin-right: 40px
}
.margin- right-50 {
margin-right: 50px
}
.margin-top-10 {
margin-top: 10px
}
.margin-top-20 {
margin-top: 20px
}
.margin-top-30 {
margin-top: 30px
}
. margin-top-40 {
margin-top: 40px
}
.margin-top-50 {
margin-top: 50px
}
.margin-bottom-10 {
margin-bottom: 10px
}
.margin-bottom-20 {
margin-bottom: 20px
}
.margin-bottom-30 {
margin-bottom: 30px
}
.margin-bottom-40 {
margin-bottom: 40px
}
.margin-bottom-50 {
margin-bottom: 50px
}
.padding-left-10 {
padding-left: 10px
}
.padding-left-20 {
padding-left: 20px
}
.padding-left-30 {
padding-left: 30px
}
.padding-left-40 {
padding-left: 40px
}
.padding-left-50 {
padding-left: 50px
}
.padding-right-10 {
padding-right: 10px
}
.padding-right-20 {
padding-right: 20px
}
.padding-right-30 {
padding-right: 30px
}
.padding-right-40 {
padding-right: 40px
}
.padding-right-50 {
padding-right-50 {
padding-right: 50px
}
.padding-top-10 {
padding -top: 10px
}
.padding-top-20 {
padding-top: 20px
}
.padding-top-30 {
padding-top: 30px
}
.padding-top-40 {
padding-top: 40px
}
.padding-top-50 {
padding-top: 50px
}
.padding-bottom-10 {
padding-bottom: 10px
}
.padding-bottom-20 {
padding-bottom: 20px
}
.padding-bottom-30 {
padding-bottom: 30px
}
.padding-bottom -40 {
padding-bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
20px
}
.padding-left-30 {
padding-left: 30px
}
.padding-left-40 {
padding-left: 40px
}
.padding-left-50 {
padding-left-50 {
padding-left: 50px
}
.padding-right-10 {
padding- right: 10px
}
.padding-right-20 {
padding-right: 20px
}
.padding-right-30 {
padding-right: 30px
}
.padding-right-40 {
padding-right: 40px
}
.padding-right-50 {
padding-right: 50px
}
.padding-top-10 {
padding-top: 10px
}
.padding-top-20 {
padding-top: 20px
}
.padding-top-30 {
padding-top: 30px
}
.padding-top- 40 {
padding-top: 40px
}
.padding-top-50 {
padding-top: 50px
}
.padding-bottom-10 {
padding-bottom: 10px
}
.padding-bottom-20 {
padding-bottom: 20px
}
.padding- bottom-30 {
padding-bottom: 30px
}
.padding-bottom-40 {
padding-bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
20px
}
.padding-left-30 {
padding-left: 30px
}
.padding-left-40 {
padding-left: 40px
}
.padding-left-50 {
padding-left-50 {
padding-left: 50px
}
.padding-right-10 {
padding- right: 10px
}
.padding-right-20 {
padding-right: 20px
}
.padding-right-30 {
padding-right: 30px
}
.padding-right-40 {
padding-right: 40px
}
.padding-right-50 {
padding-right: 50px
}
.padding-top-10 {
padding-top: 10px
}
.padding-top-20 {
padding-top: 20px
}
.padding-top-30 {
padding-top: 30px
}
.padding-top- 40 {
padding-top: 40px
}
.padding-top-50 {
padding-top: 50px
}
.padding-bottom-10 {
padding-bottom: 10px
}
.padding-bottom-20 {
padding-bottom: 20px
}
.padding- bottom-30 {
padding-bottom: 30px
}
.padding-bottom-40 {
padding-bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
padding-right-30 {
padding-right: 30px
}
.padding-right-40 {
padding-right: 40px
}
.padding-right-50 {
padding-right: 50px
}
.padding-top-10 {
padding-top: 10px
}
.padding-top-20 {
padding-top: 20px
}
.padding-top-30 {
padding-top: 30px
}
.padding-top-40 {
padding-top: 40px
}
.padding-top-50 {
padding-top: 50px
}
.padding-bottom-10 {
padding-bottom: 10px
}
.padding-bottom-20 {
padding-bottom: 20px
}
.padding-bottom-30 {
padding-bottom: 30px
}
.padding-bottom-40 {
padding -bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
padding-right-30 {
padding-right: 30px
}
.padding-right-40 {
padding-right: 40px
}
.padding-right-50 {
padding-right: 50px
}
.padding-top-10 {
padding-top: 10px
}
.padding-top-20 {
padding-top: 20px
}
.padding-top-30 {
padding-top: 30px
}
.padding-top-40 {
padding-top: 40px
}
.padding-top-50 {
padding-top: 50px
}
.padding-bottom-10 {
padding-bottom: 10px
}
.padding-bottom-20 {
padding-bottom: 20px
}
.padding-bottom-30 {
padding-bottom: 30px
}
.padding-bottom-40 {
padding -bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
padding-bottom-40 {
padding-bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
padding-bottom-40 {
padding-bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
|
css/the-grid.min.css
|
*, . border-box, :: after, :: before {
tamanho da caixa: border-box
}
* {
margin: 0;
padding: 0
}
.margin, .space {
margin: 0 auto
}
.align-center {
justificar -content: center;
align-items: center
}
.container {
display: flex
}
.container-line {
display: inline-flex
}
.wrap {
flex-wrap: wrap
}
.no-wrap {
flex-wrap: nowrap
}
. wrap-reverse {
flex-wrap: wrap-reverse
}
.row {
flexão-direção: linha
}
.row-reverse {
flexão-direção: fila-reverso
}
.column {
flexão-direção: coluna
}
.column-reverse {
flex- direction: reverse-column
}
.justify-content-start {
justificar-conteúdo: flex-start
}
.justify-content-center {
justificar-conteúdo: center
}
.justify-content-end {
justificar-conteúdo: flex-end
}
. justificar-conteúdo-entre {
justificar-conteúdo: espaço entre.
}
justificar-conteúdo-ao redor {
justificar-conteúdo: espaço ao redor
}
.align-items-start {
alinhar-itens: flex-start
}
.align-items-center {
align-items: center
}
.align-items-end {
align-items: flex-end
}
.align-items-baseline {
align-items: baseline
}
.alinhar-itens-esticar {
alinhar-itens: esticar
}
.alinhar-auto-auto {
alinhar-se: auto
}
.alinhar-auto-partida {
alinhar-auto: flex-iniciar
}
.alinhar-auto-centro {
alinhar-auto: center
}
.align-self-end {
alinhar-self: flex-end
}
.align-self-baseline {
alinhar-self: baseline
}
.align-self-stretch {
alinhar-self: esticar
}
.flex-grow-1 {
flex-grow: 1
}
.flex-grow-2 {
flex-grow: 2
}
.flex-grow-3 {
flex-grow: 3
}
.flex-grow-4 {
flex-grow: 4
}
.flex-grow -5 {
flex-grow: 5
}
.flex-grow-6 {
flex-grow: 6
}
.flex-grow-7 {
flex-grow: 7
}
.flex-grow-8 {
flex-grow: 8
}
.flex -grow-9 {
flex-grow: 9
}
.flex-grow-10 {
flex-grow: 10
}
.flex-grow-11 {
flex-grow: 11
}
.flex-grow-12 {
flex-grow: 12
}
.flex-base-10 {
base flexível: 10 px
}
.flex-base-15 {
base flexível: 15px
}
.flex-base-20 {
base flexível: 20px
}
.flex-base-25 {
base flexível: 25px
}
.flex-base-30 {
flex-base: 30px
}
.flex-base-35 {
flex-base: 35px
}
.flex-base-40 {
flex-base: 40px
}
.flex-base-45 {
flex- base: 45 px
}
.flex-base-50 {
base flexível: 50 px
}
.flex-base-55 {
base-flex: 55px
}
.flex-base-60 {
base-flex: 60px
}
.flex-base-65 {
base-flex: 65px
}
.flex-base-70 {
base-flex: 70px
}
.flex-base-75 {
flex-base: 75px
}
.flex-base-80 {
flex-base: 70px
}
.flex-base-75 {
flex-base: 75px
}
.flex-base-75 {
flex-base: 70px
}
.flex-base-95 {
flex-base: 75px
}
.flex-base-100 {
flex-base: 100px
}
.flex-base-150 {
flex-base: 150px
}
.flex-base-200 {
flex -basis: 200px
}
.flex-base-250 {
flex-base: 250px
}
.flex-base-300 {
flex-base: 300px
}
.flex-base-350 {
flex-base: 350px
}
.flex-base-400 {
flex-base: 400px
}
.flex-base-450 {
flex-base: 450px
}
.flex-base-500 {
flex-base: 500px
}
.flex-base-550 {
flex-base: 550px
}
.flex-base -600 {
flex-base: 600px
}
.flex-base-650 {
flex-base: 650px
}
.flex-base-700 {
flex-base: 700px
}
.flex-base-750 {
flex-base: 750px
}
.flex -basis-800 {
flex-base: 800px
}
.flex-base-850 {
flex-base: 850px
}
.flex-base-900 {
flex-base: 900px
}
.flex-base-950 {
base-flex: 950px
}
.flex-base-1000 {
base-flex: 1000px
}
.flex-base-1050 {
flex-base: 1050px
}
.flex-base-1100 {
base-flex: 1100px
}
.flex-base-1150 {
base flexível: 1150px
}
.flex-base-1200 {
base flexível: 1200px
}
.row {
exibição: -webkit-box;
exibição: -webkit-flex;
exibição: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.col {
flex-base: 0;
flex-grow: 1;
max-width: 100%
}
.col-1 {
flex-grow: 0;
flex-base: 8.333333%;
max-width: 8.333333%
}
. col-2 {
flex-grow: 0;
flex-base: 16.666667%;
max-width: 16.666667%
}
.col-3 {
crescimento flexível: 0;
base flexível: 25%;
largura máxima: 25%
}
. col-4 {
crescimento flexível: 0;
base flexível: 33, 333333%;
largura máxima: 33, 333333%
}
.col-5 {
flex-grow: 0;
flex-base: 41, 666667%;
max-width: 41, 666667%
}
. col-6 {
flex-grow: 0;
flex-base: 50%;
max-width: 50%
}
.col-7 {
flex-grow: 0;
flex-base: 58.333333%;
max-width: 58.333333%
}
. col-8 {
flex-grow: 0;
flex-base: 66.666667%;
max-width: 66.666667%
}
col-9 {
crescimento flexível: 0;
base flexível: 75%;
largura máxima: 75%
}
. col-10 {
crescimento flexível: 0;
base flexível: 83, 33333%;
largura máxima: 83, 33333%
}
. col-11 {
flex-grow: 0;
flex-base: 91, 666667%;
max-width: 91, 666667%
}
. col-12 {
flex-grow: 0;
flex-base: 100%;
max-width: 100%
}
. order-1 {
order: 1
}
.order-2 {
order: 2
}
.order-3 {
order: 3
}
.order-4 {
order: 4
}
.order-5 {
order: 5
}
.order-6 {
order: 6
}
.order-7 {
order: 7
}
.order-8 {
order: 8
}
.order-9 {
order: 9
}
.order-10 {
order: 10
}
.order-11 {
order: 11
}
.order -12 {
order: 12
}
@media (largura mínima: 576px) {
. Col-sm {
base flexível: 0;
flex-grow: 1;
largura máxima: 100%
}
. Col-sm-1 {
flex- crescer: 0;
base flexível: 8, 333333%;
largura máxima: 8, 333333%
}
. col-sm-2 {
crescimento flexível: 0;
base flexível: 16, 666667%;
largura máxima: 16, 666667%
}
. col-sm- 3 {
crescimento flexível: 0;
base flexível: 25%;
largura máxima: 25%
}
. Col-sm-4 {
crescimento flexível: 0;
base flexível: 33, 333333%;
largura máxima: 33, 333333%
}
. col-sm-5 {
flex-grow: 0;
flex-base: 41.666667%;
max-width: 41.666667%
}
. col-sm-6 {
flex-grow: 0;
flex-base: 50%;
max-width: 50%
}
. col-sm-7 {
flex-grow: 0;
flex-base: 58.333333%;
max-width: 58.333333%
}
. col-sm-8 {
flex-grow: 0;
flex-base: 66.666667%;
largura máxima: 66.666667%
}
. Col-sm-9 {
flex-grow: 0;
flex-base: 75%;
max-width: 75%
}
. Col-sm-10 {
flex-grow: 0;
flex-base: 83, 33333%;
largura máxima: 83, 33333%
}
. col-sm-11 {
flex-grow: 0;
flex-base: 91, 666667%;
max-width: 91, 666667%
}
. col-sm-12 {
flex -grow: 0;
flex-base: 100%;
max-width: 100%
}
. order-sm-1 {
order: 1
}
.order-sm-2 {
order: 2
}
.order-sm-3 {
order: 3
}
.order-sm-4 {
order: 4
}
.order-sm-5 {
order: 5
}
.order-sm-6 {
order: 6
}
.order-sm-7 {
order: 7
}
.order-sm -8 {
order: 8
}
.order-sm-9 {
order: 9
}
.order-sm-10 {
order: 10
}
.order-sm-11 {
order: 11
}
.order-sm-12 {
order: 12
}
.wrap-sm {
flex-wrap: wrap
}
.no-wrap-sm {
flex-wrap: nowrap
}
.wrap-reverse-sm {
flex-wrap: wrap-reverse
}
.row-sm {
flex-direction: row
}
.row-reverse-sm {
direção da flexão: linha reversa
}
.column-sm {
direção da coluna: coluna
}
.column-reverse-sm {
direção da flexão: column-reverse
}
.justify-content-sm-start {
justificar-conteúdo: flex-start
}
.justify-content-sm-center {
justificar-conteúdo: center
}
.justify-content-sm-end {
justificar-conteúdo: flex -end
}
.justify-content-sm-between {
justificar-conteúdo: espaço
}
justificar-content-sm-around {
justificar-conteúdo: espaçar
}
.align-items-sm-start {
align-items: flex-start
}
.align-items-sm-center {
align-items: center
}
.align-items-sm-end {
align-items: flex-end
}
.align-items-sm-baseline {
align-items: baseline
}
.align-items-sm-stretch {
align-items: stretch
}
}
@ media (largura mínima: 768px) {
. col-md {
flex-base: 0;
flex-grow: 1;
max-width: 100%
}
.col-md-1 {
flex-grow: 0;
base flexível: 8.333333%;
largura máxima: 8.333333%
}
. col-md-2 {
flex-grow: 0;
base flexível: 16.666667%;
max- width: 16, 666667%
}
. col-md-3 {
flex-grow: 0;
flex-base: 25%;
max-width: 25%
}
. col-md-4 {
flex-grow: 0;
flex-base: 33, 333333 %;
largura máxima: 33, 333333%
}
. col-md-5 {
flex-grow: 0;
flex-base: 41.666667%;
max-width: 41, 666667%
}
. Col-md-6 {
flex-grow: 0;
flex-base: 50%;
max-width: 50%
}
. Col-md-7 {
flex-grow: 0;
flex-base: 58, 333333%;
largura máxima: 58, 333333%
}
. col-md-8 {
crescimento flexível: 0;
base flexível: 66, 666667%;
largura máxima: 66, 666667%
}
. col-md-9 {
flexibilidade- crescer: 0;
base flexível: 75%;
largura máxima: 75%
}
. col-md-10 {
extensão flexível: 0;
base flexível: 83, 33333%;
largura máxima: 83, 33333%
}
. col-md- 11 {
flex-grow: 0;
flex-base: 91, 666667%;
max-width: 91, 666667%
}
. Col-md-12 {
flex-grow: 0;
flex-base: 100%;
max-width: 100%
}
. order-md-1 {
order: 1
}
.order-md-2 {
order: 2
}
.order-md-3 {
order: 3
}
.order-md-4 {
order: 4
}
.order-md-5 {
order: 5
}
.order-md-6 {
order: 6
}
.order-md-7 {
order: 7
}
.order-md-8 {
order: 8
}
.order-md-9 {
order: 9
}
.order -md-10 {
order: 10
}
.order-md-11 {
order: 11
}
.order-md-12 {
order: 12
}
.wrap-md {
flex-wrap: wrap
}
.no-wrap-md {
flex -wrap: nowrap
}
.wrap-reverse-md {
flex-wrap: wrap-reverse
}
.row-md {
flex-direction: row
}
.row-reverse-md {
flex-direction: row-reverse
}
.coluna-md {
direção flex: coluna
}
.coluna-reverse-md {
direção flex: coluna-reverso
}
.justify-content-md-start {
justify-content: flex-start
}
.justify-content-md-center {
justificar-conteúdo: centro
}
. justificar-conteúdo-md-final {
justificar-conteúdo: flex-final
}
. justificar-conteúdo-md-entre {
justificar-conteúdo: espaço-entre
}
. justificar-conteúdo-md-ao redor {
justify-content: space-around
}
.align-items-md-start {
align-items: flex-start
}
.align-items-md-center {
align-items: center
}
.align-items-md-end {
align itens: flex-end
}
.align-items-md-baseline {
align-items: baseline
}
.align-items-md-stretch {
align-items: stretch
}
}
@ media (largura mínima: 992 px) {
. col -lg {
base flexível: 0;
crescimento flexível: 1;
largura máxima: 100%
}
. col-lg-1 {
crescimento flexível: 0;
base flexível: 8.333333%;
largura máxima: 8.333333%
}
. col-lg-2 {
flex-grow: 0;
flex-base: 16, 666667%;
max-width: 16, 666667%
}
. col-lg-3 {
flex-grow: 0;
flex-base: 25%;
max-width: 25%
}
. Col-lg-4 {
crescimento flexível: 0;
base flexível: 33.333333%;
max-width: 33, 333333%
}
. Col-lg-5 {
flex-grow: 0;
flex-base: 41, 666667%;
max-width: 41, 666667%
}
. Col-lg-6 {
flex-grow: 0;
base flexível: 50%;
largura máxima: 50%
}
. col-lg-7 {
flex-grow: 0;
base flexível: 58, 333333%;
largura máxima: 58, 333333%
}
. col-lg-8 {
flex- crescer: 0;
base flexível: 66, 666667%;
largura máxima: 66, 666667%
}
. col-lg-9 {
crescimento flexível: 0;
base flexível: 75%;
largura máxima: 75%
}
. col-lg- 10 {
flex-grow: 0;
flex-base: 83.33333%;
max-width: 83.33333%
}
. Col-lg-11 {
flex-grow: 0;
flex-base: 91.666667%;
max-width: 91.666667%
}
. col-lg-12 {
flex-grow: 0;
flex-base: 100%;
max-width: 100%
}
. order-lg-1 {
order: 1
}
.order-lg-2 {
order: 2
}
.order -lg-3 {
order: 3
}
.order-lg-4 {
order: 4
}
.order-lg-5 {
order: 5
}
.order-lg-6 {
order: 6
}
.order-lg-7 {
order: 7
}
.order-lg-8 {
order: 8
}
.order-lg-9 {
order: 9
}
.order-lg-10 {
order: 10
}
.order-lg-11 {
order: 11
}
.order- lg-12 {
order: 12
}
.wrap-lg {
flex-wrap: wrap
}
.no-wrap-lg {
flex-wrap: nowrap
}
.wrap-reverse-lg {
flex-wrap: wrap-reverse
}
.row-lg {
flex-direction: row
}
.row-reverse-lg {
flex-direction: row-reverse
}
.column-lg {
flex-direction: column
}
.column-reverse-lg {
flex-direction: column-reverse
}
.justify-content-lg-start {
justificar-conteúdo: flex-start
}
.justify-content-lg-center {
justificar-conteúdo: center
}
.justify-content-lg-end {
justificar-conteúdo: flex-end
}
.justify-content-lg-between {
justifique-conteúdo: espaço entre
}
.justify-content-lg-around {
justifique-conteúdo: space-around
}
.align-items-lg-start {
align-items: flex-start
}
.align-items-lg-center {
align-items: center
}
.align-items-lg-end {
align-items: flex-end
}
.align-items-lg-baseline {
align-items: baseline
}
.align -items-lg-stretch {
align-items: stretch
}
}
@ media (largura mínima: 1200 px) {
. col-xl {
base flexível: 0;
crescimento flexível: 1;
largura máxima: 100%
}
. col -xl-1 {
flex-grow: 0;
flex-base: 8.333333%;
max-width: 8.333333
}
. col-xl-2 {
flex-grow: 0;
flex-base: 16.666667%;
max-width: 16.666667 %
}
. col-xl-3 {
crescimento flexível: 0;
base flexível: 25%;
largura máxima: 25%
}
. col-xl-4 {
crescimento flexível: 0;
base flexível: 33, 333333%;
largura máxima: 33, 333333%
}
. col-xl-5 {
flexibilidade- crescer: 0;
base flexível: 41, 666667%;
largura máxima: 41, 666667%
}
. col-xl-6 {
crescimento flexível: 0;
base flexível: 50%;
largura máxima: 50%
}
. col-xl- 7 {
flex-grow: 0;
flex-base: 58.333333%;
max-width: 58.333333
}
}
col-xl-8 {
flex-grow: 0;
flex-base: 66.666667%;
max-width: 66.666667%
}
. col-xl-9 {
flex-grow: 0;
flex-base: 75%;
max-width: 75%
}
. col-xl-10 {
flex-grow: 0;
flex-base: 83.33333%;
max-width: 83.33333%
}
. Col-xl-11 {
flex-grow: 0;
base flexível: 91.666667%;
largura máxima: 91.666667%
}
. Col-xl-12 {
flex-grow: 0;
flex-base: 100%;
max-width: 100%
}
. order-xl-1 {
order: 1
}
.order-xl-2 {
order: 2
}
.order-xl-3 {
order: 3
}
.order-xl-4 {
order: 4
}
.order-xl-5 {
order: 5
}
.order-xl-6 {
order: 6
}
.order-xl-7 {
order: 7
}
.order-xl-8 {
order: 8
}
.order-xl- 9 {
order: 9
}
.order-xl-10 {
order: 10
}
.order-xl-11 {
order: 11
}
.order-xl-12 {
order: 12
}
.wrap-xl {
flex-wrap: wrap
}
.no-wrap-xl {
flex-wrap: nowrap
}
.wrap-reverse-xl {
flex-wrap: wrap-reverse
}
.row-xl {
flex-direction: row
}
.row-reverse-xl {
flex-direction: row -reverse
}
.column-xl {
flex-direction: column
}
.column-reverse-xl {
flex-direction: column-reverse
}
.justify-content-xl-start {
justify-content: flex-start
}
.justify-content -xl-center {
justifique-conteúdo: centro
}
. justifique-conteúdo-xl-final {
justifique-conteúdo: flex-fim
}
. justifique-conteúdo-xl-entre {
justifique-conteúdo: espaço entre
}
. justifique-conteúdo- xl-around {
justificar-conteúdo: espaço ao redor
}
.align-items-xl-start {
align-items: flex-start
}
.align-items-xl-center {
align-items: center
}
.align-items-xl alinhar-itens: flex-end
}
alinhar-itens-xl-linha de base {
alinhar-itens: linha de base
}
. alinhar-itens-xl-alongar {
alinhar-itens: alongar
}
}
. -alinhamento: esquerda
}
.alinhamento de texto-centro {
alinhamento de texto: centro
}
.alinhamento de texto-direita {
alinhamento de texto: direita
}
. espaço {
largura: 90%
}
. margem-10 {
margem: 10px
}
.margin-20 {
margin: 20px
}
.margin-30 {
margin: 30px
}
.margin-40 {
margin: 40px
}
.margin-50 {
margin: 50px
}
.padding-10 {
padding: 10px
}
.padding-20 {
padding: 20px
}
.padding-30 {
padding: 30px
}
.padding-40 {
padding: 40px
}
.padding-50 {
padding: 50px
}
.margin-left-10 {
margin-left: 10px
}
.margin-left-20 {
margin-left: 20px
}
.margin-left-30 {
margin-left: 30px
}
.margin-left-40 {
margin-left: 40px
}
.margin-left-50 {
margin-left: 50px
}
.margin-right- 10 {
margin-right: 10px
}
.margin-right-20 {
margin-right: 20px
}
.margin-right-30 {
margin-right: 30px
}
.margin-right-40 {
margin-right: 40px
}
.margin- right-50 {
margin-right: 50px
}
.margin-top-10 {
margin-top: 10px
}
.margin-top-20 {
margin-top: 20px
}
.margin-top-30 {
margin-top: 30px
}
. margin-top-40 {
margin-top: 40px
}
.margin-top-50 {
margin-top: 50px
}
.margin-bottom-10 {
margin-bottom: 10px
}
.margin-bottom-20 {
margin-bottom: 20px
}
.margin-bottom-30 {
margin-bottom: 30px
}
.margin-bottom-40 {
margin-bottom: 40px
}
.margin-bottom-50 {
margin-bottom: 50px
}
.padding-left-10 {
padding-left: 10px
}
.padding-left-20 {
padding-left: 20px
}
.padding-left-30 {
padding-left: 30px
}
.padding-left-40 {
padding-left: 40px
}
.padding-left-50 {
padding-left: 50px
}
.padding-right-10 {
padding-right: 10px
}
.padding-right-20 {
padding-right: 20px
}
.padding-right-30 {
padding-right: 30px
}
.padding-right-40 {
padding-right: 40px
}
.padding-right-50 {
padding-right-50 {
padding-right: 50px
}
.padding-top-10 {
padding -top: 10px
}
.padding-top-20 {
padding-top: 20px
}
.padding-top-30 {
padding-top: 30px
}
.padding-top-40 {
padding-top: 40px
}
.padding-top-50 {
padding-top: 50px
}
.padding-bottom-10 {
padding-bottom: 10px
}
.padding-bottom-20 {
padding-bottom: 20px
}
.padding-bottom-30 {
padding-bottom: 30px
}
.padding-bottom -40 {
padding-bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
20px
}
.padding-left-30 {
padding-left: 30px
}
.padding-left-40 {
padding-left: 40px
}
.padding-left-50 {
padding-left-50 {
padding-left: 50px
}
.padding-right-10 {
padding- right: 10px
}
.padding-right-20 {
padding-right: 20px
}
.padding-right-30 {
padding-right: 30px
}
.padding-right-40 {
padding-right: 40px
}
.padding-right-50 {
padding-right: 50px
}
.padding-top-10 {
padding-top: 10px
}
.padding-top-20 {
padding-top: 20px
}
.padding-top-30 {
padding-top: 30px
}
.padding-top- 40 {
padding-top: 40px
}
.padding-top-50 {
padding-top: 50px
}
.padding-bottom-10 {
padding-bottom: 10px
}
.padding-bottom-20 {
padding-bottom: 20px
}
.padding- bottom-30 {
padding-bottom: 30px
}
.padding-bottom-40 {
padding-bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
20px
}
.padding-left-30 {
padding-left: 30px
}
.padding-left-40 {
padding-left: 40px
}
.padding-left-50 {
padding-left-50 {
padding-left: 50px
}
.padding-right-10 {
padding- right: 10px
}
.padding-right-20 {
padding-right: 20px
}
.padding-right-30 {
padding-right: 30px
}
.padding-right-40 {
padding-right: 40px
}
.padding-right-50 {
padding-right: 50px
}
.padding-top-10 {
padding-top: 10px
}
.padding-top-20 {
padding-top: 20px
}
.padding-top-30 {
padding-top: 30px
}
.padding-top- 40 {
padding-top: 40px
}
.padding-top-50 {
padding-top: 50px
}
.padding-bottom-10 {
padding-bottom: 10px
}
.padding-bottom-20 {
padding-bottom: 20px
}
.padding- bottom-30 {
padding-bottom: 30px
}
.padding-bottom-40 {
padding-bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
padding-right-30 {
padding-right: 30px
}
.padding-right-40 {
padding-right: 40px
}
.padding-right-50 {
padding-right: 50px
}
.padding-top-10 {
padding-top: 10px
}
.padding-top-20 {
padding-top: 20px
}
.padding-top-30 {
padding-top: 30px
}
.padding-top-40 {
padding-top: 40px
}
.padding-top-50 {
padding-top: 50px
}
.padding-bottom-10 {
padding-bottom: 10px
}
.padding-bottom-20 {
padding-bottom: 20px
}
.padding-bottom-30 {
padding-bottom: 30px
}
.padding-bottom-40 {
padding -bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
padding-right-30 {
padding-right: 30px
}
.padding-right-40 {
padding-right: 40px
}
.padding-right-50 {
padding-right: 50px
}
.padding-top-10 {
padding-top: 10px
}
.padding-top-20 {
padding-top: 20px
}
.padding-top-30 {
padding-top: 30px
}
.padding-top-40 {
padding-top: 40px
}
.padding-top-50 {
padding-top: 50px
}
.padding-bottom-10 {
padding-bottom: 10px
}
.padding-bottom-20 {
padding-bottom: 20px
}
.padding-bottom-30 {
padding-bottom: 30px
}
.padding-bottom-40 {
padding -bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
padding-bottom-40 {
padding-bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
padding-bottom-40 {
padding-bottom: 40px
}
.padding-bottom-50 {
padding-bottom: 50px
}
| 0.505127 | 0.089893 |
body {
text-align: center;
font-size: 12px;
line-height: 18px;
}
body,a {
color: #333;
}
p {
padding-bottom: 10px;
}
.reset
{
/* border: 1px solid black; */
margin: 10px;
padding: 10px;
text-decoration: none;
/* padding-top: 9px; */
width: 6%;
background: black;
/* color: white; */
font-weight: bold;
font-family: cursive;
/* cursor: pointer; */
border-radius: 6px;
text-align: center;
}
.set{
text-decoration: none;
color: white;
font-weight: bold;
/* text-align: center; */
}
#my_style
{
font-style: italic !important;
font-weight: bolder !important ;
}
#wrapper {
margin-top: 20px !important;
text-align: left;
}
#comments,.comment {
float: left;
}
#comments
{
display: flex;
margin-top: 10px;
}
.name {
font-size: 11px;
color: #999;
font-style: italic;
display: block;
padding-bottom: 7px;
}
.comment {
padding: 10px;
margin: 10px;
width: 25%;
box-shadow: 2px 2px 4px black;
}
.comment:hover
{
box-shadow: 4px 4px 4px black;
}
.comment p {
padding: 0;
}
.flr {
float: right;
}
.rateWrapper {
float: left;
padding-top: 10px;
height: 24px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.rate,.rateDone {
display: block;
float: left;
background: #fff;
text-decoration: none;
background-image: url('../images/sprite.png');
background-repeat: no-repeat;
font-weight: bold;
}
.rate {
cursor: pointer;
}
.rateDone {
cursor: default;
}
.rateUp {
background-position: 0 0;
border-top: solid 1px #aaa;
border-bottom: solid 1px #aaa;
border-left: solid 1px #aaa;
-webkit-border-top-left-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-bottomleft: 7px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
padding: 3px 10px 0 35px;
height: 21px;
}
.rateDown {
background-position: 0 -48px;
border: solid 1px #aaa;
-webkit-border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
padding: 3px 10px 0 35px;
height: 21px;
}
.rateUp:hover,.rateUp.active {
background-position: 0 -24px;
}
.rateDown:hover,.rateDown.active {
background-position: 0 -72px;
}
|
css/core.css
|
body {
text-align: center;
font-size: 12px;
line-height: 18px;
}
body,a {
color: #333;
}
p {
padding-bottom: 10px;
}
.reset
{
/* border: 1px solid black; */
margin: 10px;
padding: 10px;
text-decoration: none;
/* padding-top: 9px; */
width: 6%;
background: black;
/* color: white; */
font-weight: bold;
font-family: cursive;
/* cursor: pointer; */
border-radius: 6px;
text-align: center;
}
.set{
text-decoration: none;
color: white;
font-weight: bold;
/* text-align: center; */
}
#my_style
{
font-style: italic !important;
font-weight: bolder !important ;
}
#wrapper {
margin-top: 20px !important;
text-align: left;
}
#comments,.comment {
float: left;
}
#comments
{
display: flex;
margin-top: 10px;
}
.name {
font-size: 11px;
color: #999;
font-style: italic;
display: block;
padding-bottom: 7px;
}
.comment {
padding: 10px;
margin: 10px;
width: 25%;
box-shadow: 2px 2px 4px black;
}
.comment:hover
{
box-shadow: 4px 4px 4px black;
}
.comment p {
padding: 0;
}
.flr {
float: right;
}
.rateWrapper {
float: left;
padding-top: 10px;
height: 24px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.rate,.rateDone {
display: block;
float: left;
background: #fff;
text-decoration: none;
background-image: url('../images/sprite.png');
background-repeat: no-repeat;
font-weight: bold;
}
.rate {
cursor: pointer;
}
.rateDone {
cursor: default;
}
.rateUp {
background-position: 0 0;
border-top: solid 1px #aaa;
border-bottom: solid 1px #aaa;
border-left: solid 1px #aaa;
-webkit-border-top-left-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-bottomleft: 7px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
padding: 3px 10px 0 35px;
height: 21px;
}
.rateDown {
background-position: 0 -48px;
border: solid 1px #aaa;
-webkit-border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
padding: 3px 10px 0 35px;
height: 21px;
}
.rateUp:hover,.rateUp.active {
background-position: 0 -24px;
}
.rateDown:hover,.rateDown.active {
background-position: 0 -72px;
}
| 0.266739 | 0.070017 |
= Table of Css
1.Import Google Fonts
2.Page-Loader
3.GENERAL
4.PARALLAX
5.NAVBAR
6.HOME/ SLIDER
7.SERVICES
8.PORTFOLIO / WORKS
9.HERO-SECTION
10.TESTIMONIALS
11.ABOUT
12.TWITTWER-TWEET
13.PRICING
14.NEWS-LETTER
15.BLOG
16.CONTACT
17.FOOTER
18.BACK-TO-TOP
-------------------------------------------------*/
/* ---------------------------------------------------------------------- */
/* 1.Import Google Fonts
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* 2.Page-Loader
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* 3.GENERAL
/* ---------------------------------------------------------------------- */
/*::selection{
background: rgba(225,36,68,0.5);
color: #ffffff;
}
::-moz-selection {
background: rgba(225,36,68,0.5);
color: #ffffff;
}
.btn-custom{
background-color: #e12444;
border: 2px solid #e12444;
color: #ffffff;
border-radius: 3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
letter-spacing: 1px;
padding: 8px 20px;
}
.btn-custom:hover,.btn-custom:focus{
background-color: transparent;
border: 2px solid #e12444;
color: #e12444;
outline: none;
}
.btn-black{
background-color: #333b4d;
border: 2px solid #333b4d;
color: #ffffff;
border-radius: 5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
letter-spacing: 1px;
padding: 8px 20px;
}
.btn-black:hover{
background-color: transparent;
border: 2px solid #333b4d;
}
.title {
position: relative;
color: #666;
font-weight: 500;
}
.min-h-40{
min-height: 40px;
}
.margin-t-20{
margin-top: 20px;
}
.margin-t-50{
margin-top: 50px;
}
.margin-l-30{
margin-left: 30px;
}
.margin-b-30{
margin-bottom: 30px;
}
.owl-theme .owl-controls .owl-page span {
background: #e12444 !important;
}*/
/* ---------------------------------------------------------------------- */
/* 4.PARALLAX
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* 5.NAVBAR
/* ---------------------------------------------------------------------- */
/*-------------------------------------------------------------------*/
/* 6.HOME/ SLIDER
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 7.SERVICES
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 8.PORTFOLIO / WORKS
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 9.HERO-SECTION
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 10.FUN-FACTS
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 11.ABOUT
/*-------------------------------------------------------------------*/
.about{
position: relative;
/*padding: 20px 0px;*/
/*margin: 1px 0px;*/
/*border-top: 2px solid #e12444;*/
/*border-bottom: 2px solid #e12444;*/
background-color: #FFFFFF;
/*background: white;*/
}
.about-us h2{
color: #4c4c4c;
text-transform: uppercase;
margin-top: 0px;
}
.about-us h2 strong {
height: 6px;
width: 10%;
background: #e12444;
position: relative;
display: block;
margin-top: 18px;
}
.about-us h2 strong span {
position: absolute;
top: 0;
left: 0;
width: 69px;
height: 100%;
background: #e12444;
display: inline-block;
}
.about-us a{
margin-top: 20px;
}
.about-us p span {
font-size: 24px;
background: #DA251D;
color: #fff;
font-weight: 300;
padding: 4px 8px;
border-radius: 3px;
float: left;
display: block;
line-height: 30px;
margin-right: 10px;
margin-bottom: 5px;
margin-top: 5px;
}
/* TEAM */
.team{
text-align: center;
/*padding-top: 100px;*/
}
.team img{
width: 180px;
height: 180px;
}
.team-member:hover h4{
color: #e12444;
}
.team p{
padding: 10px;
}
.team h6{
color: #bbb;
}
.member {
padding: 5px;
width: 190px;
height: 190px;
border-bottom: 1px solid #bbb;
background: #eee;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
overflow: hidden;
display: inline-block;
}
.circle-img {
border-radius: 100%;
-moz-border-radius: 100%;
}
.circle-img2 {
border-radius: 100%;
-moz-border-radius: 100%;
}
/*-------------------------------------------------------------------*/
/* 12.TESTIMONIALS
/*-------------------------------------------------------------------*/
.testimonials{
background:url("../img/pattern.png"),url("../img/img.png");
padding: 100px 0;
}
.testimonials h5{
color:#fff;
font-weight: 300;
line-height: 20px;
color: rgba(255,255,255,0.77);
}
.testimonials i{
color:#e12444;
font-size: 30px;
}
.testimonials p{
color:#e12444;
}
/*-------------------------------------------------------------------*/
/* 13.PRICING
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 14.NEWS-LETTER
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 15.BLOG / BLOG-POST
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 16.CONTACT
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 17.FOOTER
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 18.BACK-TO-TOP
/*-------------------------------------------------------------------*/
|
public/default/css/style.css
|
= Table of Css
1.Import Google Fonts
2.Page-Loader
3.GENERAL
4.PARALLAX
5.NAVBAR
6.HOME/ SLIDER
7.SERVICES
8.PORTFOLIO / WORKS
9.HERO-SECTION
10.TESTIMONIALS
11.ABOUT
12.TWITTWER-TWEET
13.PRICING
14.NEWS-LETTER
15.BLOG
16.CONTACT
17.FOOTER
18.BACK-TO-TOP
-------------------------------------------------*/
/* ---------------------------------------------------------------------- */
/* 1.Import Google Fonts
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* 2.Page-Loader
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* 3.GENERAL
/* ---------------------------------------------------------------------- */
/*::selection{
background: rgba(225,36,68,0.5);
color: #ffffff;
}
::-moz-selection {
background: rgba(225,36,68,0.5);
color: #ffffff;
}
.btn-custom{
background-color: #e12444;
border: 2px solid #e12444;
color: #ffffff;
border-radius: 3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
letter-spacing: 1px;
padding: 8px 20px;
}
.btn-custom:hover,.btn-custom:focus{
background-color: transparent;
border: 2px solid #e12444;
color: #e12444;
outline: none;
}
.btn-black{
background-color: #333b4d;
border: 2px solid #333b4d;
color: #ffffff;
border-radius: 5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
letter-spacing: 1px;
padding: 8px 20px;
}
.btn-black:hover{
background-color: transparent;
border: 2px solid #333b4d;
}
.title {
position: relative;
color: #666;
font-weight: 500;
}
.min-h-40{
min-height: 40px;
}
.margin-t-20{
margin-top: 20px;
}
.margin-t-50{
margin-top: 50px;
}
.margin-l-30{
margin-left: 30px;
}
.margin-b-30{
margin-bottom: 30px;
}
.owl-theme .owl-controls .owl-page span {
background: #e12444 !important;
}*/
/* ---------------------------------------------------------------------- */
/* 4.PARALLAX
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* 5.NAVBAR
/* ---------------------------------------------------------------------- */
/*-------------------------------------------------------------------*/
/* 6.HOME/ SLIDER
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 7.SERVICES
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 8.PORTFOLIO / WORKS
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 9.HERO-SECTION
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 10.FUN-FACTS
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 11.ABOUT
/*-------------------------------------------------------------------*/
.about{
position: relative;
/*padding: 20px 0px;*/
/*margin: 1px 0px;*/
/*border-top: 2px solid #e12444;*/
/*border-bottom: 2px solid #e12444;*/
background-color: #FFFFFF;
/*background: white;*/
}
.about-us h2{
color: #4c4c4c;
text-transform: uppercase;
margin-top: 0px;
}
.about-us h2 strong {
height: 6px;
width: 10%;
background: #e12444;
position: relative;
display: block;
margin-top: 18px;
}
.about-us h2 strong span {
position: absolute;
top: 0;
left: 0;
width: 69px;
height: 100%;
background: #e12444;
display: inline-block;
}
.about-us a{
margin-top: 20px;
}
.about-us p span {
font-size: 24px;
background: #DA251D;
color: #fff;
font-weight: 300;
padding: 4px 8px;
border-radius: 3px;
float: left;
display: block;
line-height: 30px;
margin-right: 10px;
margin-bottom: 5px;
margin-top: 5px;
}
/* TEAM */
.team{
text-align: center;
/*padding-top: 100px;*/
}
.team img{
width: 180px;
height: 180px;
}
.team-member:hover h4{
color: #e12444;
}
.team p{
padding: 10px;
}
.team h6{
color: #bbb;
}
.member {
padding: 5px;
width: 190px;
height: 190px;
border-bottom: 1px solid #bbb;
background: #eee;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
overflow: hidden;
display: inline-block;
}
.circle-img {
border-radius: 100%;
-moz-border-radius: 100%;
}
.circle-img2 {
border-radius: 100%;
-moz-border-radius: 100%;
}
/*-------------------------------------------------------------------*/
/* 12.TESTIMONIALS
/*-------------------------------------------------------------------*/
.testimonials{
background:url("../img/pattern.png"),url("../img/img.png");
padding: 100px 0;
}
.testimonials h5{
color:#fff;
font-weight: 300;
line-height: 20px;
color: rgba(255,255,255,0.77);
}
.testimonials i{
color:#e12444;
font-size: 30px;
}
.testimonials p{
color:#e12444;
}
/*-------------------------------------------------------------------*/
/* 13.PRICING
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 14.NEWS-LETTER
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 15.BLOG / BLOG-POST
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 16.CONTACT
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 17.FOOTER
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 18.BACK-TO-TOP
/*-------------------------------------------------------------------*/
| 0.188249 | 0.090013 |
ul.emoji-list * {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
ul.emoji-list li {
font-size: 36px;
float: left;
display: inline-block;
padding: 2px;
margin: 4px;
}
img.emoji {
cursor: pointer;
height: 1em;
width: 1em;
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
}
.twemoji-wrap {
position: relative;
}
.twemoji-wrap img {
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
}
.twemoji-textarea {
background-color: #FFF;
border: 1px solid #ccc;
border-radius: 3px;
height: 100%;
padding: 6px 30px 6px 12px;
overflow-y: auto;
}
.twemoji-textarea[contentEditable=true]:empty:before {
content: attr(placeholder);
color: #9E9E9E;
}
.twemoji-picker {
background-color: #fff;
border: 1px solid #e7e7e7;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
position: absolute;
right: 0;
z-index: 1;
}
.twemoji-icon-picker {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.twemoji-icon-picker img {
//position: absolute;
right: 21px;
top: 6px;
}
.twemoji-icon-picker img,
.twemoji-picker img {
cursor: pointer;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.twemoji-picker-category {
background-color: #e7e7e7;
}
.twemoji-picker-category img {
padding: 5px;
}
.twemoji-picker-category .active,
.twemoji-picker-category span:hover {
border-bottom: 2px solid #728691;
line-height: 22px;
}
.twemoji-picker-category .close {
cursor: pointer;
float: right;
font-size: 25px;
font-weight: 700;
line-height: 1;
margin-right: 2px;
opacity: .5;
}
.twemoji-picker-category .close:hover {
opacity: .3
}
.twemoji-list {
//overflow-y: scroll;
margin-top: 1.5rem;
margin-left: 1.5rem;
overflow-y: auto;
}
.twemoji-list img {
margin-top: 2px;
padding: 5px;
}
.twemoji-list img:hover {
background-color: #e7e7e7;
}
div.copied {
position: fixed;
top: 100px;
left: 50%;
width: 300px;
text-align: center;
color: #FAFAFA;
background-color: #2196F3;
border: 1px solid #0D47A1;
padding: 10px 15px;
border-radius: 4px;
margin-left: -100px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
|
packages/300_template_src/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css
|
ul.emoji-list * {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
ul.emoji-list li {
font-size: 36px;
float: left;
display: inline-block;
padding: 2px;
margin: 4px;
}
img.emoji {
cursor: pointer;
height: 1em;
width: 1em;
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
}
.twemoji-wrap {
position: relative;
}
.twemoji-wrap img {
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
}
.twemoji-textarea {
background-color: #FFF;
border: 1px solid #ccc;
border-radius: 3px;
height: 100%;
padding: 6px 30px 6px 12px;
overflow-y: auto;
}
.twemoji-textarea[contentEditable=true]:empty:before {
content: attr(placeholder);
color: #9E9E9E;
}
.twemoji-picker {
background-color: #fff;
border: 1px solid #e7e7e7;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
position: absolute;
right: 0;
z-index: 1;
}
.twemoji-icon-picker {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.twemoji-icon-picker img {
//position: absolute;
right: 21px;
top: 6px;
}
.twemoji-icon-picker img,
.twemoji-picker img {
cursor: pointer;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.twemoji-picker-category {
background-color: #e7e7e7;
}
.twemoji-picker-category img {
padding: 5px;
}
.twemoji-picker-category .active,
.twemoji-picker-category span:hover {
border-bottom: 2px solid #728691;
line-height: 22px;
}
.twemoji-picker-category .close {
cursor: pointer;
float: right;
font-size: 25px;
font-weight: 700;
line-height: 1;
margin-right: 2px;
opacity: .5;
}
.twemoji-picker-category .close:hover {
opacity: .3
}
.twemoji-list {
//overflow-y: scroll;
margin-top: 1.5rem;
margin-left: 1.5rem;
overflow-y: auto;
}
.twemoji-list img {
margin-top: 2px;
padding: 5px;
}
.twemoji-list img:hover {
background-color: #e7e7e7;
}
div.copied {
position: fixed;
top: 100px;
left: 50%;
width: 300px;
text-align: center;
color: #FAFAFA;
background-color: #2196F3;
border: 1px solid #0D47A1;
padding: 10px 15px;
border-radius: 4px;
margin-left: -100px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
| 0.318273 | 0.071235 |
.main{
background-image: url('../images/witcher3.jpg');
background-position: center;
background-size: cover;
padding: 15px 0;
min-height: 800px;
}
.main header{
position: relative;
padding-bottom: 0px;
border-bottom: 4px solid white;
}
.layer{
position: absolute;
left: 0;
top: 0;
width: 100%;
min-height: 800px;
background-color: rgba(0, 0, 0, 0.7);
}
.icons-social a{
margin: 0 10px;
font-size: 18px;
color: white;
}
.logo{
font-family: 'Caesar Dressing';
font-size: 2.6em;
color: #ff4800;
float: left;
}
nav.desktop{
float: right;
margin-top: 18px;
}
nav ul{
list-style-type: none;
}
nav ul li{
padding: 0 20px;
display: inline-block;
}
nav ul li a{
text-decoration: none;
color: #fa6000;
font-size: 18px;
text-transform: uppercase;
}
/*******************************MENU MOBILE**********************************/
.fa-bars{
display: none;
float: right;
margin-top: 10px;
padding: 0 1%;
color: #fa6000;
font-size: 32px;
cursor: pointer;
}
nav.mobile ul{
width: 100%;
text-align: center;
position: absolute;
z-index: 999;
left: 0;
top: 81px;
background-color: rgba(0,0,0, 0.8);
display: none;
}
.mobile ul li{
display: block;
padding: 20px;
font-size: 22px;
border-bottom: 2px solid rgb(224, 224, 224);
}
.mobile a{
padding:5% 40%;
text-transform: uppercase;
}
/******************************FIM MENU MOBILE*******************************/
div.introduction{
max-width: 900px;
margin-top: 100px;
color: white;
}
.introduction h1{
font-size: 3em;
padding-bottom: 10px;
font-weight: normal;
}
.introduction h1 span{
color: #ff4800;
}
.introduction a{
display: block;
background-color: rgb(195, 0, 255);
}
.introduction p{
text-align: justify;
padding-bottom: 10px;
}
/**********************************************FIM SESSAO MAIN*****************************************/
/*********************************************SESSAO projetos********************************************/
section.projetos{
width: 100%;
}
.chamada-projetos{
width: 100%;
text-align: center;
padding: 20px 2%;
background-color: rgb(224, 224, 224);
}
.chamada-projetos h2{
display: inline-block;
border-top: 2px solid rgb(195, 0, 255);
color: #fa6000;
font-size: 20px;
padding: 0 30px;
}
.box-projetos{
padding: 40px 2%;
}
.box-projetos > center{
flex-wrap: wrap;
}
.projetos-single{
width: 33.3%;
padding: 0 5%;
}
.projetos-single h2{
background-color: #fa6000;
color: white;
font-weight: lighter;
border: 2px solid #fa6000;
padding: 5px 0;
text-align: center;
}
.projetos-wraper{
box-shadow: 5px 3px 10px 2px rgb(39, 39, 39);
min-height: 350px;
}
.pontos-projetos{
padding: 15px 0;
}
.pontos-projetos p{
text-align: center;
padding: 10px 2%;
}
.preco{
margin-top: 10px;
padding: 15px 0;
text-align: center;
}
.preco h2{
display: inline-block;
font-size: 20pt;
color: rgb(195, 0, 255);
background-color:transparent;
border: 0;
border-top: 1px solid #777;
padding: 10px 20px;
}
/****************************************FIM SESSAO projetos********************************************/
/******************************************SESSAO SOBRE***********************************************/
section.sobre{
background-image: url('../images/blizz.jpg');
background-position: center;
background-size: cover;
min-height: 500px;
margin-top: 20px;
position: relative;
background-attachment: fixed;
}
.layer-sobre{
width: 100%;
background-color: rgba(0, 0, 0, 0.9);
min-height: 500px;
position: absolute;
}
.sobre-empresa{
color: white;
max-width: 800px;
text-align: center;
margin: 50px auto;
}
.sobre-empresa h2{
font-weight: lighter;
font-size: 30pt;
padding: 20px 2%;
border-top: 2px solid rgb(195, 0, 255);
}
.sobre-empresa span{
color: #ff4800;
}
.sobre-empresa p{
margin-top: 25px;
font-weight: normal;
text-align: justify;
}
/*******************************************FIM SESSAO SOBRE********************************************/
/*******************************************SESSAO CONTATO**********************************************/
section.contato{
width: 100%;
padding: 50px 0;
}
.contato h2{
text-align: center;
color: #fa6000;
font-size: 22pt;
}
section.contato form{
width: 100%;
max-width: 500px;
margin: 30px auto;
}
form{
text-align: center;
}
form input[type=text], input[type=email]{
width: 100%;
height: 35px;
line-height: 35px;
padding: 0 10px;
border-radius: 8px;
border: 1px solid #ff4800;
}
.formulario{
float: left;
margin-top: 10px;
padding:0 10px;
}
.w100{
text-align: center;
}
textarea{
margin-top: 10px;
width: 100%;
height: 300px;
resize: none;
padding: 10px;
border: 1px solid rgb(255, 72, 0);
border-radius: 8px;
}
form input[type=button]{
border: 0;
cursor: pointer;
border-radius: 8px;
margin-top: 10px;
width: 140px;
background-color: rgb(195, 0, 255);
}
.equipe{
padding: 0 2%;
margin: 0 auto;
flex-wrap: wrap;
}
.equipe > h2{
text-align: left;
padding-left: 2%;
padding-bottom: 20px;
}
.equipe-single{
box-shadow: 3px 3px 12px 2px rgba(129, 0, 168, 0.493);
padding: 10px 2%;
min-height: 250px;
float: left;
margin:20px 2%;
}
.topo-usuario{
padding: 10px 2%;
border-bottom: 1px solid rgb(195, 0, 255);
}
.box-avatar{
width: 64px;
height: 64px;
border-radius: 50%;
background-image: url(../images/romulo.jpg);
background-size: 100% 100%;
background-position: center;
}
.info-usuario{
padding: 0 20px;
display:inline-block;
}.info-usuario p:nth-child(1){
font-weight: bold;
}
.info-usuario p:nth-child(2){
color: #fa6000;
}
.descricao-usuario{
max-width: 250px;
padding: 10px 2%;
}
/*******************************************FIM SESSAO CONTATO******************************************/
/*******************************************SESSAO FOOTER***********************************************/
footer{
margin-top: 20px;
padding: 20px 2%;
background-color: rgb(244, 244, 244);
}
footer p{
color: #fa6000;
text-align: center;
font-size: 1.2em;
}
/*********************************************FIM FOOTER************************************************/
@media screen and (max-width: 1350px){
.w50{
width: 100%;
}
.equipe{
margin-top: 40px;
}
.equipe h2{
text-align: center;
}
.equipe-single{
width: 28%;
}
.descricao-usuario{
max-width: none;
text-align: justify;
}
}
@media screen and (max-width: 960px){
.projetos-single{
width: 100%;
max-width: 450px;
margin:20px auto;
}
footer p.w50{
margin: 10px 0;
width: 100%;
}
div.introduction{
margin-top: 60px;
}
}
@media screen and (max-width: 768px){
.desktop{
display:none
}
.fa-bars{
display: block;
}
div.introduction{
margin-top: 50px;
}
.btn-primary{
line-height: 35px;
}
.equipe{
margin-top: 30px;
}
.equipe-single{
width: 70%;
margin: 15px auto;
float: none;
}
}
|
css/style.css
|
.main{
background-image: url('../images/witcher3.jpg');
background-position: center;
background-size: cover;
padding: 15px 0;
min-height: 800px;
}
.main header{
position: relative;
padding-bottom: 0px;
border-bottom: 4px solid white;
}
.layer{
position: absolute;
left: 0;
top: 0;
width: 100%;
min-height: 800px;
background-color: rgba(0, 0, 0, 0.7);
}
.icons-social a{
margin: 0 10px;
font-size: 18px;
color: white;
}
.logo{
font-family: 'Caesar Dressing';
font-size: 2.6em;
color: #ff4800;
float: left;
}
nav.desktop{
float: right;
margin-top: 18px;
}
nav ul{
list-style-type: none;
}
nav ul li{
padding: 0 20px;
display: inline-block;
}
nav ul li a{
text-decoration: none;
color: #fa6000;
font-size: 18px;
text-transform: uppercase;
}
/*******************************MENU MOBILE**********************************/
.fa-bars{
display: none;
float: right;
margin-top: 10px;
padding: 0 1%;
color: #fa6000;
font-size: 32px;
cursor: pointer;
}
nav.mobile ul{
width: 100%;
text-align: center;
position: absolute;
z-index: 999;
left: 0;
top: 81px;
background-color: rgba(0,0,0, 0.8);
display: none;
}
.mobile ul li{
display: block;
padding: 20px;
font-size: 22px;
border-bottom: 2px solid rgb(224, 224, 224);
}
.mobile a{
padding:5% 40%;
text-transform: uppercase;
}
/******************************FIM MENU MOBILE*******************************/
div.introduction{
max-width: 900px;
margin-top: 100px;
color: white;
}
.introduction h1{
font-size: 3em;
padding-bottom: 10px;
font-weight: normal;
}
.introduction h1 span{
color: #ff4800;
}
.introduction a{
display: block;
background-color: rgb(195, 0, 255);
}
.introduction p{
text-align: justify;
padding-bottom: 10px;
}
/**********************************************FIM SESSAO MAIN*****************************************/
/*********************************************SESSAO projetos********************************************/
section.projetos{
width: 100%;
}
.chamada-projetos{
width: 100%;
text-align: center;
padding: 20px 2%;
background-color: rgb(224, 224, 224);
}
.chamada-projetos h2{
display: inline-block;
border-top: 2px solid rgb(195, 0, 255);
color: #fa6000;
font-size: 20px;
padding: 0 30px;
}
.box-projetos{
padding: 40px 2%;
}
.box-projetos > center{
flex-wrap: wrap;
}
.projetos-single{
width: 33.3%;
padding: 0 5%;
}
.projetos-single h2{
background-color: #fa6000;
color: white;
font-weight: lighter;
border: 2px solid #fa6000;
padding: 5px 0;
text-align: center;
}
.projetos-wraper{
box-shadow: 5px 3px 10px 2px rgb(39, 39, 39);
min-height: 350px;
}
.pontos-projetos{
padding: 15px 0;
}
.pontos-projetos p{
text-align: center;
padding: 10px 2%;
}
.preco{
margin-top: 10px;
padding: 15px 0;
text-align: center;
}
.preco h2{
display: inline-block;
font-size: 20pt;
color: rgb(195, 0, 255);
background-color:transparent;
border: 0;
border-top: 1px solid #777;
padding: 10px 20px;
}
/****************************************FIM SESSAO projetos********************************************/
/******************************************SESSAO SOBRE***********************************************/
section.sobre{
background-image: url('../images/blizz.jpg');
background-position: center;
background-size: cover;
min-height: 500px;
margin-top: 20px;
position: relative;
background-attachment: fixed;
}
.layer-sobre{
width: 100%;
background-color: rgba(0, 0, 0, 0.9);
min-height: 500px;
position: absolute;
}
.sobre-empresa{
color: white;
max-width: 800px;
text-align: center;
margin: 50px auto;
}
.sobre-empresa h2{
font-weight: lighter;
font-size: 30pt;
padding: 20px 2%;
border-top: 2px solid rgb(195, 0, 255);
}
.sobre-empresa span{
color: #ff4800;
}
.sobre-empresa p{
margin-top: 25px;
font-weight: normal;
text-align: justify;
}
/*******************************************FIM SESSAO SOBRE********************************************/
/*******************************************SESSAO CONTATO**********************************************/
section.contato{
width: 100%;
padding: 50px 0;
}
.contato h2{
text-align: center;
color: #fa6000;
font-size: 22pt;
}
section.contato form{
width: 100%;
max-width: 500px;
margin: 30px auto;
}
form{
text-align: center;
}
form input[type=text], input[type=email]{
width: 100%;
height: 35px;
line-height: 35px;
padding: 0 10px;
border-radius: 8px;
border: 1px solid #ff4800;
}
.formulario{
float: left;
margin-top: 10px;
padding:0 10px;
}
.w100{
text-align: center;
}
textarea{
margin-top: 10px;
width: 100%;
height: 300px;
resize: none;
padding: 10px;
border: 1px solid rgb(255, 72, 0);
border-radius: 8px;
}
form input[type=button]{
border: 0;
cursor: pointer;
border-radius: 8px;
margin-top: 10px;
width: 140px;
background-color: rgb(195, 0, 255);
}
.equipe{
padding: 0 2%;
margin: 0 auto;
flex-wrap: wrap;
}
.equipe > h2{
text-align: left;
padding-left: 2%;
padding-bottom: 20px;
}
.equipe-single{
box-shadow: 3px 3px 12px 2px rgba(129, 0, 168, 0.493);
padding: 10px 2%;
min-height: 250px;
float: left;
margin:20px 2%;
}
.topo-usuario{
padding: 10px 2%;
border-bottom: 1px solid rgb(195, 0, 255);
}
.box-avatar{
width: 64px;
height: 64px;
border-radius: 50%;
background-image: url(../images/romulo.jpg);
background-size: 100% 100%;
background-position: center;
}
.info-usuario{
padding: 0 20px;
display:inline-block;
}.info-usuario p:nth-child(1){
font-weight: bold;
}
.info-usuario p:nth-child(2){
color: #fa6000;
}
.descricao-usuario{
max-width: 250px;
padding: 10px 2%;
}
/*******************************************FIM SESSAO CONTATO******************************************/
/*******************************************SESSAO FOOTER***********************************************/
footer{
margin-top: 20px;
padding: 20px 2%;
background-color: rgb(244, 244, 244);
}
footer p{
color: #fa6000;
text-align: center;
font-size: 1.2em;
}
/*********************************************FIM FOOTER************************************************/
@media screen and (max-width: 1350px){
.w50{
width: 100%;
}
.equipe{
margin-top: 40px;
}
.equipe h2{
text-align: center;
}
.equipe-single{
width: 28%;
}
.descricao-usuario{
max-width: none;
text-align: justify;
}
}
@media screen and (max-width: 960px){
.projetos-single{
width: 100%;
max-width: 450px;
margin:20px auto;
}
footer p.w50{
margin: 10px 0;
width: 100%;
}
div.introduction{
margin-top: 60px;
}
}
@media screen and (max-width: 768px){
.desktop{
display:none
}
.fa-bars{
display: block;
}
div.introduction{
margin-top: 50px;
}
.btn-primary{
line-height: 35px;
}
.equipe{
margin-top: 30px;
}
.equipe-single{
width: 70%;
margin: 15px auto;
float: none;
}
}
| 0.446012 | 0.106924 |
@import url(https://fonts.googleapis.com/css?family=Nothing+You+Could+Do);
/* These things (html and body are actually for the footer)*/
html {
height: 100%;
}
/*.name {
text-align: center;
color: white;
width: 96%;
padding: 10vh 2% 0% 2%;
font-family: 'Nothing You Could Do', cursive;
text-shadow: 2px 2px 10px rgb(205, 195, 180);
position: absolute;
top: 45px;
}*/
.name h1 { font-size: 20vw; }
.name h2 { font-size: 15vw; }
/* ------------------- Background image --------------------- */
.bg-image {
background-color: white;
background-size: cover;
height: 100vh;
width: 100%;
position: fixed;
}
.back-image {
/*background-image: url(../assets/rocks-small.jpeg);*/
z-index: -2;
}
.top-image {
background-image: url(../assets/lines-black-01.png);
background-size: cover;
z-index: -1;
}
/* ------------------- Background image --------------------- */
header {
background-color: rgba(150, 150, 150, 0.5);
height: auto;
width: 100%;
position: fixed;
top: 0;
z-index: 100;
}
a {
text-decoration: none;
}
a:hover {
color: black;
}
.local-nav {
width: 75%;
display: inline-block;
float: right;
font-family: "Courier New", Courier, monospace;
}
li * {
color: white;
display: inline-block;
float: right;
padding: 11px 15px 8px 0px;
font-size: 3vw;
}
ul {
text-align: center;
list-style-type: none;
}
.social-nav {
width: auto;
height: inherit;
display: inline-block;
float: left;
}
.icon-img * {
height: 3vw;
padding: 10px 0px 10px 10px;
}
/*swap icons*/
.icon-img img:last-child{display:none}
.icon-img:hover img:first-child{display:none}
.icon-img:hover img:last-child{display:inline-block}
/*#hompage-link {
font-family: 'Nothing You Could Do', cursive;
text-decoration: none;
color: white;
display: inline-block;
float: left;
font-size: 2em;
padding: 10px;
footer {
background-color: rgba(150, 150, 150, 0.5);
width: 100%;
position: fixed;
bottom: 0;
}
article {
display: inline-block;
width: 30%;
background-color: rgba(150, 150, 150, 0.5);
}
#posts {
width: 80%;
margin: 0 auto;
}*/
|
styles/cv.css
|
@import url(https://fonts.googleapis.com/css?family=Nothing+You+Could+Do);
/* These things (html and body are actually for the footer)*/
html {
height: 100%;
}
/*.name {
text-align: center;
color: white;
width: 96%;
padding: 10vh 2% 0% 2%;
font-family: 'Nothing You Could Do', cursive;
text-shadow: 2px 2px 10px rgb(205, 195, 180);
position: absolute;
top: 45px;
}*/
.name h1 { font-size: 20vw; }
.name h2 { font-size: 15vw; }
/* ------------------- Background image --------------------- */
.bg-image {
background-color: white;
background-size: cover;
height: 100vh;
width: 100%;
position: fixed;
}
.back-image {
/*background-image: url(../assets/rocks-small.jpeg);*/
z-index: -2;
}
.top-image {
background-image: url(../assets/lines-black-01.png);
background-size: cover;
z-index: -1;
}
/* ------------------- Background image --------------------- */
header {
background-color: rgba(150, 150, 150, 0.5);
height: auto;
width: 100%;
position: fixed;
top: 0;
z-index: 100;
}
a {
text-decoration: none;
}
a:hover {
color: black;
}
.local-nav {
width: 75%;
display: inline-block;
float: right;
font-family: "Courier New", Courier, monospace;
}
li * {
color: white;
display: inline-block;
float: right;
padding: 11px 15px 8px 0px;
font-size: 3vw;
}
ul {
text-align: center;
list-style-type: none;
}
.social-nav {
width: auto;
height: inherit;
display: inline-block;
float: left;
}
.icon-img * {
height: 3vw;
padding: 10px 0px 10px 10px;
}
/*swap icons*/
.icon-img img:last-child{display:none}
.icon-img:hover img:first-child{display:none}
.icon-img:hover img:last-child{display:inline-block}
/*#hompage-link {
font-family: 'Nothing You Could Do', cursive;
text-decoration: none;
color: white;
display: inline-block;
float: left;
font-size: 2em;
padding: 10px;
footer {
background-color: rgba(150, 150, 150, 0.5);
width: 100%;
position: fixed;
bottom: 0;
}
article {
display: inline-block;
width: 30%;
background-color: rgba(150, 150, 150, 0.5);
}
#posts {
width: 80%;
margin: 0 auto;
}*/
| 0.362969 | 0.114988 |
@-moz-document url-prefix("http://www.sparknotes.com/lit"), url-prefix("http://sparknotes.com/lit") {
/* Support Merriweather font */
@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 400; src: local('Merriweather'), url(http://fonts.gstatic.com/s/merriweather/v7/RFda8w1V0eDZheqfcyQ4EHhCUOGz7vYGh680lGh-uXM.woff) format('woff'); }
@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 700; src: local('Merriweather Bold'), local('Merriweather-Bold'), url(http://fonts.gstatic.com/s/merriweather/v7/ZvcMqxEwPfh2qDWBPxn6nnl4twXkwp3_u9ZoePkT564.woff) format('woff'); }
@font-face { font-family: 'Merriweather'; font-style: italic; font-weight: 400; src: local('Merriweather Italic'), local('Merriweather-Italic'), url(http://fonts.gstatic.com/s/merriweather/v7/So5lHxHT37p2SS4-t60SlHpumDtkw9GHrrDfd7ZnWpU.woff) format('woff'); }
@font-face { font-family: 'Merriweather'; font-style: italic; font-weight: 700; src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(http://fonts.gstatic.com/s/merriweather/v7/EYh7Vl4ywhowqULgRdYwIL0qgHI2SEqiJszC-CVc3gY.woff) format('woff'); }
/* Hide thrid column */
@media only screen and (max-width:1212px) { .inner-content .col-mid { width: 758px !important; } }
@media only screen and (min-width:1212px) { .inner-content .col-mid { width: 926px !important; } }
.inner-content .col-mid { margin-right: 0 !important; }
.inner-content .col-1-3 { display: none !important; }
.content .next-title { width: calc(100% - 126px) !important;}
/*[[left-menu]]*/
/* Change spacing and text padding */
.content:first-of-type { padding-bottom: 35px; }
.content:first-of-type .content_txt, .content:first-of-type .author, .content:first-of-type p { font-family: /*[[font]]*/; }
.content:first-of-type .content_txt, .content:first-of-type .entry p, .content:first-of-type blockquote, .content:first-of-type h1, .content:first-of-type h2, .content:first-of-type h4, .content:first-of-type h5 { padding: 0 !important; margin: 0 !important; }
.content:first-of-type p { padding: 10px 0 !important; margin: 5px 0 !important; line-height: 1.6 !important; font-size: 15px !important; }
.content:first-of-type h4 { font-family: "LFT-Etica-Web" !important; }
.content:first-of-type blockquote { padding: 10px 0 10px 30px !important; }
.content:first-of-type .studyGuideText { padding: 0 50px !important; }
.content:first-of-type .content_txt { font-size: 15px !important; }
.content:first-of-type .title { padding: 50px 50px 0 50px !important; }
.content:first-of-type .author { padding: 0 50px 50px 50px !important; color: #888; }
.content:first-of-type .entry h2 { padding: 10px 0 !important; }
.content:first-of-type .entry { padding: 0 50px !important; }
}
|
data/usercss/104392.user.css
|
@-moz-document url-prefix("http://www.sparknotes.com/lit"), url-prefix("http://sparknotes.com/lit") {
/* Support Merriweather font */
@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 400; src: local('Merriweather'), url(http://fonts.gstatic.com/s/merriweather/v7/RFda8w1V0eDZheqfcyQ4EHhCUOGz7vYGh680lGh-uXM.woff) format('woff'); }
@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 700; src: local('Merriweather Bold'), local('Merriweather-Bold'), url(http://fonts.gstatic.com/s/merriweather/v7/ZvcMqxEwPfh2qDWBPxn6nnl4twXkwp3_u9ZoePkT564.woff) format('woff'); }
@font-face { font-family: 'Merriweather'; font-style: italic; font-weight: 400; src: local('Merriweather Italic'), local('Merriweather-Italic'), url(http://fonts.gstatic.com/s/merriweather/v7/So5lHxHT37p2SS4-t60SlHpumDtkw9GHrrDfd7ZnWpU.woff) format('woff'); }
@font-face { font-family: 'Merriweather'; font-style: italic; font-weight: 700; src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(http://fonts.gstatic.com/s/merriweather/v7/EYh7Vl4ywhowqULgRdYwIL0qgHI2SEqiJszC-CVc3gY.woff) format('woff'); }
/* Hide thrid column */
@media only screen and (max-width:1212px) { .inner-content .col-mid { width: 758px !important; } }
@media only screen and (min-width:1212px) { .inner-content .col-mid { width: 926px !important; } }
.inner-content .col-mid { margin-right: 0 !important; }
.inner-content .col-1-3 { display: none !important; }
.content .next-title { width: calc(100% - 126px) !important;}
/*[[left-menu]]*/
/* Change spacing and text padding */
.content:first-of-type { padding-bottom: 35px; }
.content:first-of-type .content_txt, .content:first-of-type .author, .content:first-of-type p { font-family: /*[[font]]*/; }
.content:first-of-type .content_txt, .content:first-of-type .entry p, .content:first-of-type blockquote, .content:first-of-type h1, .content:first-of-type h2, .content:first-of-type h4, .content:first-of-type h5 { padding: 0 !important; margin: 0 !important; }
.content:first-of-type p { padding: 10px 0 !important; margin: 5px 0 !important; line-height: 1.6 !important; font-size: 15px !important; }
.content:first-of-type h4 { font-family: "LFT-Etica-Web" !important; }
.content:first-of-type blockquote { padding: 10px 0 10px 30px !important; }
.content:first-of-type .studyGuideText { padding: 0 50px !important; }
.content:first-of-type .content_txt { font-size: 15px !important; }
.content:first-of-type .title { padding: 50px 50px 0 50px !important; }
.content:first-of-type .author { padding: 0 50px 50px 50px !important; color: #888; }
.content:first-of-type .entry h2 { padding: 10px 0 !important; }
.content:first-of-type .entry { padding: 0 50px !important; }
}
| 0.338624 | 0.099733 |
.mt-zero { margin-top: var(--spacing-none); }
.mt-tiny { margin-top: var(--spacing-tiny); }
.mt-tiny-xl { margin-top: var(--spacing-tiny-xl); }
.mt-tiny-xxl { margin-top: var(--spacing-tiny-xxl); }
.mt-small { margin-top: var(--spacing-small); }
.mt-small-xl { margin-top: var(--spacing-small-xl); }
.mt-small-xxl { margin-top: var(--spacing-small-xxl); }
.mt-small-xxxl { margin-top: var(--spacing-small-xxxl); }
.mt-normal { margin-top: var(--spacing-normal); }
.mt-normal-xl { margin-top: var(--spacing-normal-xl); }
.mt-normal-xxl { margin-top: var(--spacing-normal-xxl); }
.mt-normal-xxxl { margin-top: var(--spacing-normal-xxxl); }
.mt-medium { margin-top: var(--spacing-medium); }
.mt-medium-xl { margin-top: var(--spacing-medium-xl); }
.mt-medium-xxl { margin-top: var(--spacing-medium-xxl); }
.mt-medium-xxxl { margin-top: var(--spacing-medium-xxxl); }
.mt-large { margin-top: var(--spacing-large); }
.mt-large-xl { margin-top: var(--spacing-large-xl); }
.mt-large-xxl { margin-top: var(--spacing-large-xxl); }
.mt-large-xxxl { margin-top: var(--spacing-large-xxxl); }
.mt-huge { margin-top: var(--spacing-large); }
.mt-huge-xl { margin-top: var(--spacing-huge-xl); }
.mt-huge-xxl { margin-top: var(--spacing-huge-xxl); }
.mt-huge-xxxl { margin-top: var(--spacing-huge-xxxl); }
.mb-zero { margin-bottom: var(--spacing-none); }
.mb-tiny { margin-bottom: var(--spacing-tiny); }
.mb-tiny-xl { margin-bottom: var(--spacing-tiny-xl); }
.mb-tiny-xxl { margin-bottom: var(--spacing-tiny-xxl); }
.mb-small { margin-bottom: var(--spacing-small); }
.mb-small-xl { margin-bottom: var(--spacing-small-xl); }
.mb-small-xxl { margin-bottom: var(--spacing-small-xxl); }
.mb-small-xxxl { margin-bottom: var(--spacing-small-xxxl); }
.mb-normal { margin-bottom: var(--spacing-normal); }
.mb-normal-xl { margin-bottom: var(--spacing-normal-xl); }
.mb-normal-xxl { margin-bottom: var(--spacing-normal-xxl); }
.mb-normal-xxxl { margin-bottom: var(--spacing-normal-xxxl); }
.mb-medium { margin-bottom: var(--spacing-medium); }
.mb-medium-xl { margin-bottom: var(--spacing-medium-xl); }
.mb-medium-xxl { margin-bottom: var(--spacing-medium-xxl); }
.mb-medium-xxxl { margin-bottom: var(--spacing-medium-xxxl); }
.mb-large { margin-bottom: var(--spacing-large); }
.mb-large-xl { margin-bottom: var(--spacing-large-xl); }
.mb-large-xxl { margin-bottom: var(--spacing-large-xxl); }
.mb-large-xxxl { margin-bottom: var(--spacing-large-xxxl); }
.mb-huge { margin-bottom: var(--spacing-large); }
.mb-huge-xl { margin-bottom: var(--spacing-huge-xl); }
.mb-huge-xxl { margin-bottom: var(--spacing-huge-xxl); }
.mb-huge-xxxl { margin-bottom: var(--spacing-huge-xxxl); }
.ml-auto { margin-left: auto; }
.ml-zero { margin-left: var(--spacing-none); }
.ml-tiny { margin-left: var(--spacing-tiny); }
.ml-tiny-xl { margin-left: var(--spacing-tiny-xl); }
.ml-tiny-xxl { margin-left: var(--spacing-tiny-xxl); }
.ml-small { margin-left: var(--spacing-small); }
.ml-small-xl { margin-left: var(--spacing-small-xl); }
.ml-small-xxl { margin-left: var(--spacing-small-xxl); }
.ml-small-xxxl { margin-left: var(--spacing-small-xxxl); }
.ml-normal { margin-left: var(--spacing-normal); }
.ml-normal-xl { margin-left: var(--spacing-normal-xl); }
.ml-normal-xxl { margin-left: var(--spacing-normal-xxl); }
.ml-normal-xxxl { margin-left: var(--spacing-normal-xxxl); }
.ml-medium { margin-left: var(--spacing-medium); }
.ml-medium-xl { margin-left: var(--spacing-medium-xl); }
.ml-medium-xxl { margin-left: var(--spacing-medium-xxl); }
.ml-medium-xxxl { margin-left: var(--spacing-medium-xxxl); }
.ml-large { margin-left: var(--spacing-large); }
.ml-large-xl { margin-left: var(--spacing-large-xl); }
.ml-large-xxl { margin-left: var(--spacing-large-xxl); }
.ml-large-xxxl { margin-left: var(--spacing-large-xxxl); }
.ml-huge { margin-left: var(--spacing-large); }
.ml-huge-xl { margin-left: var(--spacing-huge-xl); }
.ml-huge-xxl { margin-left: var(--spacing-huge-xxl); }
.ml-huge-xxxl { margin-left: var(--spacing-huge-xxxl); }
.mr-auto { margin-right: auto; }
.mr-zero { margin-right: var(--spacing-none); }
.mr-tiny { margin-right: var(--spacing-tiny); }
.mr-tiny-xl { margin-right: var(--spacing-tiny-xl); }
.mr-tiny-xxl { margin-right: var(--spacing-tiny-xxl); }
.mr-small { margin-right: var(--spacing-small); }
.mr-small-xl { margin-right: var(--spacing-small-xl); }
.mr-small-xxl { margin-right: var(--spacing-small-xxl); }
.mr-small-xxxl { margin-right: var(--spacing-small-xxxl); }
.mr-normal { margin-right: var(--spacing-normal); }
.mr-normal-xl { margin-right: var(--spacing-normal-xl); }
.mr-normal-xxl { margin-right: var(--spacing-normal-xxl); }
.mr-normal-xxxl { margin-right: var(--spacing-normal-xxxl); }
.mr-medium { margin-right: var(--spacing-medium); }
.mr-medium-xl { margin-right: var(--spacing-medium-xl); }
.mr-medium-xxl { margin-right: var(--spacing-medium-xxl); }
.mr-medium-xxxl { margin-right: var(--spacing-medium-xxxl); }
.mr-large { margin-right: var(--spacing-large); }
.mr-large-xl { margin-right: var(--spacing-large-xl); }
.mr-large-xxl { margin-right: var(--spacing-large-xxl); }
.mr-large-xxxl { margin-right: var(--spacing-large-xxxl); }
.mr-huge { margin-right: var(--spacing-large); }
.mr-huge-xl { margin-right: var(--spacing-huge-xl); }
.mr-huge-xxl { margin-right: var(--spacing-huge-xxl); }
.mr-huge-xxxl { margin-right: var(--spacing-huge-xxxl); }
.m-auto { margin-left: auto; margin-right: auto; }
.m-zero { margin: var(--spacing-none); }
.m-tiny { margin: var(--spacing-tiny); }
.m-tiny-xl { margin: var(--spacing-tiny-xl); }
.m-tiny-xxl { margin: var(--spacing-tiny-xxl); }
.m-small { margin: var(--spacing-small); }
.m-small-xl { margin: var(--spacing-small-xl); }
.m-small-xxl { margin: var(--spacing-small-xxl); }
.m-small-xxxl { margin: var(--spacing-small-xxxl); }
.m-normal { margin: var(--spacing-normal); }
.m-normal-xl { margin: var(--spacing-normal-xl); }
.m-normal-xxl { margin: var(--spacing-normal-xxl); }
.m-normal-xxxl { margin: var(--spacing-normal-xxxl); }
.m-medium { margin: var(--spacing-medium); }
.m-medium-xl { margin: var(--spacing-medium-xl); }
.m-medium-xxl { margin: var(--spacing-medium-xxl); }
.m-medium-xxxl { margin: var(--spacing-medium-xxxl); }
.m-large { margin: var(--spacing-large); }
.m-large-xl { margin: var(--spacing-large-xl); }
.m-large-xxl { margin: var(--spacing-large-xxl); }
.m-large-xxxl { margin: var(--spacing-large-xxxl); }
.m-huge { margin: var(--spacing-large); }
.m-huge-xl { margin: var(--spacing-huge-xl); }
.m-huge-xxl { margin: var(--spacing-huge-xxl); }
.m-huge-xxxl { margin: var(--spacing-huge-xxxl); }
.pt-zero { padding-top: var(--spacing-none); }
.pt-tiny { padding-top: var(--spacing-tiny); }
.pt-tiny-xl { padding-top: var(--spacing-tiny-xl); }
.pt-tiny-xxl { padding-top: var(--spacing-tiny-xxl); }
.pt-small { padding-top: var(--spacing-small); }
.pt-small-xl { padding-top: var(--spacing-small-xl); }
.pt-small-xxl { padding-top: var(--spacing-small-xxl); }
.pt-small-xxxl { padding-top: var(--spacing-small-xxxl); }
.pt-normal { padding-top: var(--spacing-normal); }
.pt-normal-xl { padding-top: var(--spacing-normal-xl); }
.pt-normal-xxl { padding-top: var(--spacing-normal-xxl); }
.pt-normal-xxxl { padding-top: var(--spacing-normal-xxxl); }
.pt-medium { padding-top: var(--spacing-medium); }
.pt-medium-xl { padding-top: var(--spacing-medium-xl); }
.pt-medium-xxl { padding-top: var(--spacing-medium-xxl); }
.pt-medium-xxxl { padding-top: var(--spacing-medium-xxxl); }
.pt-large { padding-top: var(--spacing-large); }
.pt-large-xl { padding-top: var(--spacing-large-xl); }
.pt-large-xxl { padding-top: var(--spacing-large-xxl); }
.pt-large-xxxl { padding-top: var(--spacing-large-xxxl); }
.pt-huge { padding-top: var(--spacing-large); }
.pt-huge-xl { padding-top: var(--spacing-huge-xl); }
.pt-huge-xxl { padding-top: var(--spacing-huge-xxl); }
.pt-huge-xxxl { padding-top: var(--spacing-huge-xxxl); }
.pb-zero { padding-bottom: var(--spacing-none); }
.pb-tiny { padding-bottom: var(--spacing-tiny); }
.pb-tiny-xl { padding-bottom: var(--spacing-tiny-xl); }
.pb-tiny-xxl { padding-bottom: var(--spacing-tiny-xxl); }
.pb-small { padding-bottom: var(--spacing-small); }
.pb-small-xl { padding-bottom: var(--spacing-small-xl); }
.pb-small-xxl { padding-bottom: var(--spacing-small-xxl); }
.pb-small-xxxl { padding-bottom: var(--spacing-small-xxxl); }
.pb-normal { padding-bottom: var(--spacing-normal); }
.pb-normal-xl { padding-bottom: var(--spacing-normal-xl); }
.pb-normal-xxl { padding-bottom: var(--spacing-normal-xxl); }
.pb-normal-xxxl { padding-bottom: var(--spacing-normal-xxxl); }
.pb-medium { padding-bottom: var(--spacing-medium); }
.pb-medium-xl { padding-bottom: var(--spacing-medium-xl); }
.pb-medium-xxl { padding-bottom: var(--spacing-medium-xxl); }
.pb-medium-xxxl { padding-bottom: var(--spacing-medium-xxxl); }
.pb-large { padding-bottom: var(--spacing-large); }
.pb-large-xl { padding-bottom: var(--spacing-large-xl); }
.pb-large-xxl { padding-bottom: var(--spacing-large-xxl); }
.pb-large-xxxl { padding-bottom: var(--spacing-large-xxxl); }
.pb-huge { padding-bottom: var(--spacing-large); }
.pb-huge-xl { padding-bottom: var(--spacing-huge-xl); }
.pb-huge-xxl { padding-bottom: var(--spacing-huge-xxl); }
.pb-huge-xxxl { padding-bottom: var(--spacing-huge-xxxl); }
.pl-zero { padding-left: var(--spacing-none); }
.pl-tiny { padding-left: var(--spacing-tiny); }
.pl-tiny-xl { padding-left: var(--spacing-tiny-xl); }
.pl-tiny-xxl { padding-left: var(--spacing-tiny-xxl); }
.pl-small { padding-left: var(--spacing-small); }
.pl-small-xl { padding-left: var(--spacing-small-xl); }
.pl-small-xxl { padding-left: var(--spacing-small-xxl); }
.pl-small-xxxl { padding-left: var(--spacing-small-xxxl); }
.pl-normal { padding-left: var(--spacing-normal); }
.pl-normal-xl { padding-left: var(--spacing-normal-xl); }
.pl-normal-xxl { padding-left: var(--spacing-normal-xxl); }
.pl-normal-xxxl { padding-left: var(--spacing-normal-xxxl); }
.pl-medium { padding-left: var(--spacing-medium); }
.pl-medium-xl { padding-left: var(--spacing-medium-xl); }
.pl-medium-xxl { padding-left: var(--spacing-medium-xxl); }
.pl-medium-xxxl { padding-left: var(--spacing-medium-xxxl); }
.pl-large { padding-left: var(--spacing-large); }
.pl-large-xl { padding-left: var(--spacing-large-xl); }
.pl-large-xxl { padding-left: var(--spacing-large-xxl); }
.pl-large-xxxl { padding-left: var(--spacing-large-xxxl); }
.pl-huge { padding-left: var(--spacing-large); }
.pl-huge-xl { padding-left: var(--spacing-huge-xl); }
.pl-huge-xxl { padding-left: var(--spacing-huge-xxl); }
.pl-huge-xxxl { padding-left: var(--spacing-huge-xxxl); }
.pr-zero { padding-right: var(--spacing-none); }
.pr-tiny { padding-right: var(--spacing-tiny); }
.pr-tiny-xl { padding-right: var(--spacing-tiny-xl); }
.pr-tiny-xxl { padding-right: var(--spacing-tiny-xxl); }
.pr-small { padding-right: var(--spacing-small); }
.pr-small-xl { padding-right: var(--spacing-small-xl); }
.pr-small-xxl { padding-right: var(--spacing-small-xxl); }
.pr-small-xxxl { padding-right: var(--spacing-small-xxxl); }
.pr-normal { padding-right: var(--spacing-normal); }
.pr-normal-xl { padding-right: var(--spacing-normal-xl); }
.pr-normal-xxl { padding-right: var(--spacing-normal-xxl); }
.pr-normal-xxxl { padding-right: var(--spacing-normal-xxxl); }
.pr-medium { padding-right: var(--spacing-medium); }
.pr-medium-xl { padding-right: var(--spacing-medium-xl); }
.pr-medium-xxl { padding-right: var(--spacing-medium-xxl); }
.pr-medium-xxxl { padding-right: var(--spacing-medium-xxxl); }
.pr-large { padding-right: var(--spacing-large); }
.pr-large-xl { padding-right: var(--spacing-large-xl); }
.pr-large-xxl { padding-right: var(--spacing-large-xxl); }
.pr-large-xxxl { padding-right: var(--spacing-large-xxxl); }
.pr-huge { padding-right: var(--spacing-large); }
.pr-huge-xl { padding-right: var(--spacing-huge-xl); }
.pr-huge-xxl { padding-right: var(--spacing-huge-xxl); }
.pr-huge-xxxl { padding-right: var(--spacing-huge-xxxl); }
.p-zero { padding: var(--spacing-none); }
.p-tiny { padding: var(--spacing-tiny); }
.p-tiny-xl { padding: var(--spacing-tiny-xl); }
.p-tiny-xxl { padding: var(--spacing-tiny-xxl); }
.p-small { padding: var(--spacing-small); }
.p-small-xl { padding: var(--spacing-small-xl); }
.p-small-xxl { padding: var(--spacing-small-xxl); }
.p-small-xxxl { padding: var(--spacing-small-xxxl); }
.p-normal { padding: var(--spacing-normal); }
.p-normal-xl { padding: var(--spacing-normal-xl); }
.p-normal-xxl { padding: var(--spacing-normal-xxl); }
.p-normal-xxxl { padding: var(--spacing-normal-xxxl); }
.p-medium { padding: var(--spacing-medium); }
.p-medium-xl { padding: var(--spacing-medium-xl); }
.p-medium-xxl { padding: var(--spacing-medium-xxl); }
.p-medium-xxxl { padding: var(--spacing-medium-xxxl); }
.p-large { padding: var(--spacing-large); }
.p-large-xl { padding: var(--spacing-large-xl); }
.p-large-xxl { padding: var(--spacing-large-xxl); }
.p-large-xxxl { padding: var(--spacing-large-xxxl); }
.p-huge { padding: var(--spacing-large); }
.p-huge-xl { padding: var(--spacing-huge-xl); }
.p-huge-xxl { padding: var(--spacing-huge-xxl); }
.p-huge-xxxl { padding: var(--spacing-huge-xxxl); }
|
src/_spacing.css
|
.mt-zero { margin-top: var(--spacing-none); }
.mt-tiny { margin-top: var(--spacing-tiny); }
.mt-tiny-xl { margin-top: var(--spacing-tiny-xl); }
.mt-tiny-xxl { margin-top: var(--spacing-tiny-xxl); }
.mt-small { margin-top: var(--spacing-small); }
.mt-small-xl { margin-top: var(--spacing-small-xl); }
.mt-small-xxl { margin-top: var(--spacing-small-xxl); }
.mt-small-xxxl { margin-top: var(--spacing-small-xxxl); }
.mt-normal { margin-top: var(--spacing-normal); }
.mt-normal-xl { margin-top: var(--spacing-normal-xl); }
.mt-normal-xxl { margin-top: var(--spacing-normal-xxl); }
.mt-normal-xxxl { margin-top: var(--spacing-normal-xxxl); }
.mt-medium { margin-top: var(--spacing-medium); }
.mt-medium-xl { margin-top: var(--spacing-medium-xl); }
.mt-medium-xxl { margin-top: var(--spacing-medium-xxl); }
.mt-medium-xxxl { margin-top: var(--spacing-medium-xxxl); }
.mt-large { margin-top: var(--spacing-large); }
.mt-large-xl { margin-top: var(--spacing-large-xl); }
.mt-large-xxl { margin-top: var(--spacing-large-xxl); }
.mt-large-xxxl { margin-top: var(--spacing-large-xxxl); }
.mt-huge { margin-top: var(--spacing-large); }
.mt-huge-xl { margin-top: var(--spacing-huge-xl); }
.mt-huge-xxl { margin-top: var(--spacing-huge-xxl); }
.mt-huge-xxxl { margin-top: var(--spacing-huge-xxxl); }
.mb-zero { margin-bottom: var(--spacing-none); }
.mb-tiny { margin-bottom: var(--spacing-tiny); }
.mb-tiny-xl { margin-bottom: var(--spacing-tiny-xl); }
.mb-tiny-xxl { margin-bottom: var(--spacing-tiny-xxl); }
.mb-small { margin-bottom: var(--spacing-small); }
.mb-small-xl { margin-bottom: var(--spacing-small-xl); }
.mb-small-xxl { margin-bottom: var(--spacing-small-xxl); }
.mb-small-xxxl { margin-bottom: var(--spacing-small-xxxl); }
.mb-normal { margin-bottom: var(--spacing-normal); }
.mb-normal-xl { margin-bottom: var(--spacing-normal-xl); }
.mb-normal-xxl { margin-bottom: var(--spacing-normal-xxl); }
.mb-normal-xxxl { margin-bottom: var(--spacing-normal-xxxl); }
.mb-medium { margin-bottom: var(--spacing-medium); }
.mb-medium-xl { margin-bottom: var(--spacing-medium-xl); }
.mb-medium-xxl { margin-bottom: var(--spacing-medium-xxl); }
.mb-medium-xxxl { margin-bottom: var(--spacing-medium-xxxl); }
.mb-large { margin-bottom: var(--spacing-large); }
.mb-large-xl { margin-bottom: var(--spacing-large-xl); }
.mb-large-xxl { margin-bottom: var(--spacing-large-xxl); }
.mb-large-xxxl { margin-bottom: var(--spacing-large-xxxl); }
.mb-huge { margin-bottom: var(--spacing-large); }
.mb-huge-xl { margin-bottom: var(--spacing-huge-xl); }
.mb-huge-xxl { margin-bottom: var(--spacing-huge-xxl); }
.mb-huge-xxxl { margin-bottom: var(--spacing-huge-xxxl); }
.ml-auto { margin-left: auto; }
.ml-zero { margin-left: var(--spacing-none); }
.ml-tiny { margin-left: var(--spacing-tiny); }
.ml-tiny-xl { margin-left: var(--spacing-tiny-xl); }
.ml-tiny-xxl { margin-left: var(--spacing-tiny-xxl); }
.ml-small { margin-left: var(--spacing-small); }
.ml-small-xl { margin-left: var(--spacing-small-xl); }
.ml-small-xxl { margin-left: var(--spacing-small-xxl); }
.ml-small-xxxl { margin-left: var(--spacing-small-xxxl); }
.ml-normal { margin-left: var(--spacing-normal); }
.ml-normal-xl { margin-left: var(--spacing-normal-xl); }
.ml-normal-xxl { margin-left: var(--spacing-normal-xxl); }
.ml-normal-xxxl { margin-left: var(--spacing-normal-xxxl); }
.ml-medium { margin-left: var(--spacing-medium); }
.ml-medium-xl { margin-left: var(--spacing-medium-xl); }
.ml-medium-xxl { margin-left: var(--spacing-medium-xxl); }
.ml-medium-xxxl { margin-left: var(--spacing-medium-xxxl); }
.ml-large { margin-left: var(--spacing-large); }
.ml-large-xl { margin-left: var(--spacing-large-xl); }
.ml-large-xxl { margin-left: var(--spacing-large-xxl); }
.ml-large-xxxl { margin-left: var(--spacing-large-xxxl); }
.ml-huge { margin-left: var(--spacing-large); }
.ml-huge-xl { margin-left: var(--spacing-huge-xl); }
.ml-huge-xxl { margin-left: var(--spacing-huge-xxl); }
.ml-huge-xxxl { margin-left: var(--spacing-huge-xxxl); }
.mr-auto { margin-right: auto; }
.mr-zero { margin-right: var(--spacing-none); }
.mr-tiny { margin-right: var(--spacing-tiny); }
.mr-tiny-xl { margin-right: var(--spacing-tiny-xl); }
.mr-tiny-xxl { margin-right: var(--spacing-tiny-xxl); }
.mr-small { margin-right: var(--spacing-small); }
.mr-small-xl { margin-right: var(--spacing-small-xl); }
.mr-small-xxl { margin-right: var(--spacing-small-xxl); }
.mr-small-xxxl { margin-right: var(--spacing-small-xxxl); }
.mr-normal { margin-right: var(--spacing-normal); }
.mr-normal-xl { margin-right: var(--spacing-normal-xl); }
.mr-normal-xxl { margin-right: var(--spacing-normal-xxl); }
.mr-normal-xxxl { margin-right: var(--spacing-normal-xxxl); }
.mr-medium { margin-right: var(--spacing-medium); }
.mr-medium-xl { margin-right: var(--spacing-medium-xl); }
.mr-medium-xxl { margin-right: var(--spacing-medium-xxl); }
.mr-medium-xxxl { margin-right: var(--spacing-medium-xxxl); }
.mr-large { margin-right: var(--spacing-large); }
.mr-large-xl { margin-right: var(--spacing-large-xl); }
.mr-large-xxl { margin-right: var(--spacing-large-xxl); }
.mr-large-xxxl { margin-right: var(--spacing-large-xxxl); }
.mr-huge { margin-right: var(--spacing-large); }
.mr-huge-xl { margin-right: var(--spacing-huge-xl); }
.mr-huge-xxl { margin-right: var(--spacing-huge-xxl); }
.mr-huge-xxxl { margin-right: var(--spacing-huge-xxxl); }
.m-auto { margin-left: auto; margin-right: auto; }
.m-zero { margin: var(--spacing-none); }
.m-tiny { margin: var(--spacing-tiny); }
.m-tiny-xl { margin: var(--spacing-tiny-xl); }
.m-tiny-xxl { margin: var(--spacing-tiny-xxl); }
.m-small { margin: var(--spacing-small); }
.m-small-xl { margin: var(--spacing-small-xl); }
.m-small-xxl { margin: var(--spacing-small-xxl); }
.m-small-xxxl { margin: var(--spacing-small-xxxl); }
.m-normal { margin: var(--spacing-normal); }
.m-normal-xl { margin: var(--spacing-normal-xl); }
.m-normal-xxl { margin: var(--spacing-normal-xxl); }
.m-normal-xxxl { margin: var(--spacing-normal-xxxl); }
.m-medium { margin: var(--spacing-medium); }
.m-medium-xl { margin: var(--spacing-medium-xl); }
.m-medium-xxl { margin: var(--spacing-medium-xxl); }
.m-medium-xxxl { margin: var(--spacing-medium-xxxl); }
.m-large { margin: var(--spacing-large); }
.m-large-xl { margin: var(--spacing-large-xl); }
.m-large-xxl { margin: var(--spacing-large-xxl); }
.m-large-xxxl { margin: var(--spacing-large-xxxl); }
.m-huge { margin: var(--spacing-large); }
.m-huge-xl { margin: var(--spacing-huge-xl); }
.m-huge-xxl { margin: var(--spacing-huge-xxl); }
.m-huge-xxxl { margin: var(--spacing-huge-xxxl); }
.pt-zero { padding-top: var(--spacing-none); }
.pt-tiny { padding-top: var(--spacing-tiny); }
.pt-tiny-xl { padding-top: var(--spacing-tiny-xl); }
.pt-tiny-xxl { padding-top: var(--spacing-tiny-xxl); }
.pt-small { padding-top: var(--spacing-small); }
.pt-small-xl { padding-top: var(--spacing-small-xl); }
.pt-small-xxl { padding-top: var(--spacing-small-xxl); }
.pt-small-xxxl { padding-top: var(--spacing-small-xxxl); }
.pt-normal { padding-top: var(--spacing-normal); }
.pt-normal-xl { padding-top: var(--spacing-normal-xl); }
.pt-normal-xxl { padding-top: var(--spacing-normal-xxl); }
.pt-normal-xxxl { padding-top: var(--spacing-normal-xxxl); }
.pt-medium { padding-top: var(--spacing-medium); }
.pt-medium-xl { padding-top: var(--spacing-medium-xl); }
.pt-medium-xxl { padding-top: var(--spacing-medium-xxl); }
.pt-medium-xxxl { padding-top: var(--spacing-medium-xxxl); }
.pt-large { padding-top: var(--spacing-large); }
.pt-large-xl { padding-top: var(--spacing-large-xl); }
.pt-large-xxl { padding-top: var(--spacing-large-xxl); }
.pt-large-xxxl { padding-top: var(--spacing-large-xxxl); }
.pt-huge { padding-top: var(--spacing-large); }
.pt-huge-xl { padding-top: var(--spacing-huge-xl); }
.pt-huge-xxl { padding-top: var(--spacing-huge-xxl); }
.pt-huge-xxxl { padding-top: var(--spacing-huge-xxxl); }
.pb-zero { padding-bottom: var(--spacing-none); }
.pb-tiny { padding-bottom: var(--spacing-tiny); }
.pb-tiny-xl { padding-bottom: var(--spacing-tiny-xl); }
.pb-tiny-xxl { padding-bottom: var(--spacing-tiny-xxl); }
.pb-small { padding-bottom: var(--spacing-small); }
.pb-small-xl { padding-bottom: var(--spacing-small-xl); }
.pb-small-xxl { padding-bottom: var(--spacing-small-xxl); }
.pb-small-xxxl { padding-bottom: var(--spacing-small-xxxl); }
.pb-normal { padding-bottom: var(--spacing-normal); }
.pb-normal-xl { padding-bottom: var(--spacing-normal-xl); }
.pb-normal-xxl { padding-bottom: var(--spacing-normal-xxl); }
.pb-normal-xxxl { padding-bottom: var(--spacing-normal-xxxl); }
.pb-medium { padding-bottom: var(--spacing-medium); }
.pb-medium-xl { padding-bottom: var(--spacing-medium-xl); }
.pb-medium-xxl { padding-bottom: var(--spacing-medium-xxl); }
.pb-medium-xxxl { padding-bottom: var(--spacing-medium-xxxl); }
.pb-large { padding-bottom: var(--spacing-large); }
.pb-large-xl { padding-bottom: var(--spacing-large-xl); }
.pb-large-xxl { padding-bottom: var(--spacing-large-xxl); }
.pb-large-xxxl { padding-bottom: var(--spacing-large-xxxl); }
.pb-huge { padding-bottom: var(--spacing-large); }
.pb-huge-xl { padding-bottom: var(--spacing-huge-xl); }
.pb-huge-xxl { padding-bottom: var(--spacing-huge-xxl); }
.pb-huge-xxxl { padding-bottom: var(--spacing-huge-xxxl); }
.pl-zero { padding-left: var(--spacing-none); }
.pl-tiny { padding-left: var(--spacing-tiny); }
.pl-tiny-xl { padding-left: var(--spacing-tiny-xl); }
.pl-tiny-xxl { padding-left: var(--spacing-tiny-xxl); }
.pl-small { padding-left: var(--spacing-small); }
.pl-small-xl { padding-left: var(--spacing-small-xl); }
.pl-small-xxl { padding-left: var(--spacing-small-xxl); }
.pl-small-xxxl { padding-left: var(--spacing-small-xxxl); }
.pl-normal { padding-left: var(--spacing-normal); }
.pl-normal-xl { padding-left: var(--spacing-normal-xl); }
.pl-normal-xxl { padding-left: var(--spacing-normal-xxl); }
.pl-normal-xxxl { padding-left: var(--spacing-normal-xxxl); }
.pl-medium { padding-left: var(--spacing-medium); }
.pl-medium-xl { padding-left: var(--spacing-medium-xl); }
.pl-medium-xxl { padding-left: var(--spacing-medium-xxl); }
.pl-medium-xxxl { padding-left: var(--spacing-medium-xxxl); }
.pl-large { padding-left: var(--spacing-large); }
.pl-large-xl { padding-left: var(--spacing-large-xl); }
.pl-large-xxl { padding-left: var(--spacing-large-xxl); }
.pl-large-xxxl { padding-left: var(--spacing-large-xxxl); }
.pl-huge { padding-left: var(--spacing-large); }
.pl-huge-xl { padding-left: var(--spacing-huge-xl); }
.pl-huge-xxl { padding-left: var(--spacing-huge-xxl); }
.pl-huge-xxxl { padding-left: var(--spacing-huge-xxxl); }
.pr-zero { padding-right: var(--spacing-none); }
.pr-tiny { padding-right: var(--spacing-tiny); }
.pr-tiny-xl { padding-right: var(--spacing-tiny-xl); }
.pr-tiny-xxl { padding-right: var(--spacing-tiny-xxl); }
.pr-small { padding-right: var(--spacing-small); }
.pr-small-xl { padding-right: var(--spacing-small-xl); }
.pr-small-xxl { padding-right: var(--spacing-small-xxl); }
.pr-small-xxxl { padding-right: var(--spacing-small-xxxl); }
.pr-normal { padding-right: var(--spacing-normal); }
.pr-normal-xl { padding-right: var(--spacing-normal-xl); }
.pr-normal-xxl { padding-right: var(--spacing-normal-xxl); }
.pr-normal-xxxl { padding-right: var(--spacing-normal-xxxl); }
.pr-medium { padding-right: var(--spacing-medium); }
.pr-medium-xl { padding-right: var(--spacing-medium-xl); }
.pr-medium-xxl { padding-right: var(--spacing-medium-xxl); }
.pr-medium-xxxl { padding-right: var(--spacing-medium-xxxl); }
.pr-large { padding-right: var(--spacing-large); }
.pr-large-xl { padding-right: var(--spacing-large-xl); }
.pr-large-xxl { padding-right: var(--spacing-large-xxl); }
.pr-large-xxxl { padding-right: var(--spacing-large-xxxl); }
.pr-huge { padding-right: var(--spacing-large); }
.pr-huge-xl { padding-right: var(--spacing-huge-xl); }
.pr-huge-xxl { padding-right: var(--spacing-huge-xxl); }
.pr-huge-xxxl { padding-right: var(--spacing-huge-xxxl); }
.p-zero { padding: var(--spacing-none); }
.p-tiny { padding: var(--spacing-tiny); }
.p-tiny-xl { padding: var(--spacing-tiny-xl); }
.p-tiny-xxl { padding: var(--spacing-tiny-xxl); }
.p-small { padding: var(--spacing-small); }
.p-small-xl { padding: var(--spacing-small-xl); }
.p-small-xxl { padding: var(--spacing-small-xxl); }
.p-small-xxxl { padding: var(--spacing-small-xxxl); }
.p-normal { padding: var(--spacing-normal); }
.p-normal-xl { padding: var(--spacing-normal-xl); }
.p-normal-xxl { padding: var(--spacing-normal-xxl); }
.p-normal-xxxl { padding: var(--spacing-normal-xxxl); }
.p-medium { padding: var(--spacing-medium); }
.p-medium-xl { padding: var(--spacing-medium-xl); }
.p-medium-xxl { padding: var(--spacing-medium-xxl); }
.p-medium-xxxl { padding: var(--spacing-medium-xxxl); }
.p-large { padding: var(--spacing-large); }
.p-large-xl { padding: var(--spacing-large-xl); }
.p-large-xxl { padding: var(--spacing-large-xxl); }
.p-large-xxxl { padding: var(--spacing-large-xxxl); }
.p-huge { padding: var(--spacing-large); }
.p-huge-xl { padding: var(--spacing-huge-xl); }
.p-huge-xxl { padding: var(--spacing-huge-xxl); }
.p-huge-xxxl { padding: var(--spacing-huge-xxxl); }
| 0.536313 | 0.08882 |
.field_wrapper {
padding: 2px;
}
.field_wrapper::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.field_wrapper label {
float: left;
width: 10em;
padding-right: 5px;
}
.field_wrapper div label {
width: inherit;
padding-right: inherit;
}
.textfield_wrapper label {
width: 10em;
text-align: left;
}
.field_wrapper input[type="text"],input[type="password"] {
width: 20em;
border: 1px solid #999;
padding: 2px;
background-color: #FEFEEE;
}
.field_wrapper select {
width: 50%;
}
.field_wrapper textarea {
width: 20em;
border: 1px solid #999;
padding: 2px;
background-color: #FEFEEE;
}
fieldset label {
float: left;
width: 10em;
padding-right: 5px;
}
fieldset .field_wrapper select {
width: 20em;
}
.form_submit_buttons {
margin-top: 10px;
border-top: 1px;
}
.form_body {
min-height: 400px;
}
.form_footer {
margin: 10px 5px;
}
.form_footer * {
float: right;
}
ul.errorlist {
display: inline;
}
ul.errorlist li {
display: inline;
color: red;
}
fieldset {
border: 1px solid #999;
margin-top: 10px;
padding-top: 10px;
background: -webkit-gradient(
linear,
right bottom,
left top,
color-stop(0.75, rgb(255,255,255)),
color-stop(0.25, rgb(250,250,250))
);
background: -moz-linear-gradient(
center bottom,
rgb(250,250,250) 25%,
rgb(255,255,255) 75%
);
}
legend {
border-top-left-radius: 4px 4px;
border-top-right-radius: 4px 4px;
-webkit-border-radius-topleft: 4px 4px;
-moz-border-radius-topleft: 4px 4px;
-moz-border-radius-topright: 4px 4px;
font-size: 1.0em;
font-weight: bold;
color: #666;
padding: 5px;
background-color: #FBFBFC;
border-bottom: 1px solid #DDD;
background: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.50, rgb(245,245,245)),
color-stop(0.35, rgb(240,240,240))
);
background: -moz-linear-gradient(
center bottom,
rgb(240,240,240) 35%,
rgb(245,245,245) 50%
);
font-weight: bold;
}
|
ocradmin/static/css/forms.css
|
.field_wrapper {
padding: 2px;
}
.field_wrapper::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.field_wrapper label {
float: left;
width: 10em;
padding-right: 5px;
}
.field_wrapper div label {
width: inherit;
padding-right: inherit;
}
.textfield_wrapper label {
width: 10em;
text-align: left;
}
.field_wrapper input[type="text"],input[type="password"] {
width: 20em;
border: 1px solid #999;
padding: 2px;
background-color: #FEFEEE;
}
.field_wrapper select {
width: 50%;
}
.field_wrapper textarea {
width: 20em;
border: 1px solid #999;
padding: 2px;
background-color: #FEFEEE;
}
fieldset label {
float: left;
width: 10em;
padding-right: 5px;
}
fieldset .field_wrapper select {
width: 20em;
}
.form_submit_buttons {
margin-top: 10px;
border-top: 1px;
}
.form_body {
min-height: 400px;
}
.form_footer {
margin: 10px 5px;
}
.form_footer * {
float: right;
}
ul.errorlist {
display: inline;
}
ul.errorlist li {
display: inline;
color: red;
}
fieldset {
border: 1px solid #999;
margin-top: 10px;
padding-top: 10px;
background: -webkit-gradient(
linear,
right bottom,
left top,
color-stop(0.75, rgb(255,255,255)),
color-stop(0.25, rgb(250,250,250))
);
background: -moz-linear-gradient(
center bottom,
rgb(250,250,250) 25%,
rgb(255,255,255) 75%
);
}
legend {
border-top-left-radius: 4px 4px;
border-top-right-radius: 4px 4px;
-webkit-border-radius-topleft: 4px 4px;
-moz-border-radius-topleft: 4px 4px;
-moz-border-radius-topright: 4px 4px;
font-size: 1.0em;
font-weight: bold;
color: #666;
padding: 5px;
background-color: #FBFBFC;
border-bottom: 1px solid #DDD;
background: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.50, rgb(245,245,245)),
color-stop(0.35, rgb(240,240,240))
);
background: -moz-linear-gradient(
center bottom,
rgb(240,240,240) 35%,
rgb(245,245,245) 50%
);
font-weight: bold;
}
| 0.579519 | 0.199289 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
}
@font-face {
font-family: "Iosevka";
font-display: block;
font-weight: 400;
font-stretch: normal;
font-style: normal;
src: url("assets/fonts/iosevka-regular.subset.woff2") format("woff2"),
url("assets/fonts/iosevka-regular.subset.woff") format("woff");
}
@font-face {
font-family: "Iosevka";
font-display: block;
font-weight: 700;
font-stretch: normal;
font-style: normal;
src: url("assets/fonts/iosevka-bold.subset.woff2") format("woff2"),
url("assets/fonts/iosevka-bold.subset.woff") format("woff");
}
@font-face {
font-family: "Iosevka";
font-display: block;
font-weight: 400;
font-stretch: normal;
font-style: italic;
src: url("assets/fonts/iosevka-italic.subset.woff2") format("woff2"),
url("assets/fonts/iosevka-italic.subset.woff") format("woff");
}
/*
@font-face {
font-family: "Iosevka";
font-display: block;
font-weight: 700;
font-stretch: normal;
font-style: italic;
src: url("assets/fonts/iosevka-bolditalic.subset.woff2") format("woff2"),
url("assets/fonts/iosevka-bolditalic.subset.woff") format("woff");
}
*/
html {
font-family: "Iosevka", monospace;
font-size: 15px;
background: #fed;
}
body {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
min-height: 100vh;
overflow-x: hidden;
}
#root {
flex: 1;
display: flex;
flex-direction: column;
max-width: 70ch;
padding: 3rem 1rem;
}
#root > * + * {
margin-top: 3rem;
}
#root > header {
padding: 1rem 0;
}
#root > header h1 {
text-align: center;
font-size: 1.75rem;
}
#root > footer {
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
text-align: center;
opacity: 0.3;
padding: 2rem 0;
}
#root > footer > * + * {
margin-top: 2rem;
}
a,
a:hover,
a:visited {
color: inherit;
}
p {
text-align: justify;
hyphens: auto;
}
button {
background: inherit;
color: inherit;
font: inherit;
cursor: pointer;
}
button:hover,
button:focus {
background: #dfcfbf;
outline: none;
}
button svg {
width: 11px;
height: 11px;
fill: currentColor;
}
.space-out {
letter-spacing: 0.3rem;
word-spacing: -0.3rem;
margin: 0 0.25rem;
}
#github-link {
display: flex;
position: fixed;
top: 0;
right: 0;
width: 120px;
height: 120px;
background: #000;
transform: translate(60px, -60px) rotate(45deg);
overflow: hidden;
z-index: 1000;
}
#github-link a {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
transform: rotate(-45deg) translate(-25px, 25px);
}
#github-link svg {
width: 32px;
height: 32px;
fill: #fed;
}
#welcome > * + * {
margin-top: 0.5rem;
text-align: justify;
}
#metronome {
display: inline-flex;
vertical-align: middle;
border: 2px solid #dfcfbf;
border-radius: 0.3rem;
height: 1.6rem;
line-height: 1.35rem;
background: #efdfcf;
}
#metronome > * {
padding: 0 0.33rem;
}
#metronome > * + * {
border-left: 2px solid #dfcfbf;
}
#metronome.on button.toggle .play,
#metronome.off button.toggle .pause,
#metronome.off button.slower,
#metronome.off button.faster {
display: none;
}
#metronome span {
text-align: center;
min-width: 4.5rem;
}
#practice {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
#practice > * + * {
margin-top: 4rem;
}
#practice > section {
width: 100%;
font-size: 1.25rem;
display: flex;
align-items: center;
height: 2.75rem;
padding: 0.5rem;
border: 2px solid #dfcfbf;
}
#practice > section > div {
flex: 1;
text-align: center;
height: 1.6rem;
line-height: 1.5rem;
}
#practice > section.given {
border-bottom: none;
border-radius: 0.5rem 0.5rem 0 0;
}
#practice > section.typed {
position: relative;
overflow: hidden;
background: #efdfcf;
margin-top: 0;
border-radius: 0 0 0.5rem 0.5rem;
}
#practice > section.typed > input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
#practice .count {
font-weight: 700;
}
@keyframes blink {
0% {
background: #000;
color: #fed;
}
40% {
background: #000;
color: #fed;
}
50% {
background: transparent;
color: #000;
}
90% {
background: transparent;
color: #000;
}
100% {
background: #000;
color: #fed;
}
}
#practice > section.given > .hl {
background: #dfcfbf;
}
#practice > section.typed > .hl {
background: #000;
color: #fed;
}
#practice > section > .hl.animated {
animation: blink;
animation-timing-function: linear;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-delay: 0.25s;
}
#practice > section > .err {
background: #ff334499;
color: #000;
}
#practice .weights {
display: flex;
justify-content: space-between;
margin-top: 0;
padding-top: 4rem;
width: 320px;
position: relative;
}
#practice .weights > div {
display: flex;
flex-direction: column;
border: 2px solid #dfcfbf;
border-radius: 0.3rem;
min-width: 4.5rem;
}
#practice .weights .chars {
font-style: italic;
padding: 0.4rem 0.5rem;
text-align: center;
}
#practice .weights > div .weight {
display: flex;
border-top: 2px solid #dfcfbf;
background: #efdfcf;
}
#practice .weights > div .weight > * {
display: flex;
justify-content: center;
align-items: center;
}
#practice .weights > div .weight > * + * {
border-left: 2px solid #dfcfbf;
}
#practice .weights > div .weight > span {
flex: 1;
}
#practice .weights > div .weight > span::before {
content: "x";
}
#practice .weights .controls {
display: flex;
flex-direction: column;
}
#practice .weights .controls > * {
padding: 0.3rem;
}
#practice .weights .controls > * + * {
border-top: 2px solid #dfcfbf;
}
#practice .weights > .lines {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: visible;
}
|
style.css
|
* {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
}
@font-face {
font-family: "Iosevka";
font-display: block;
font-weight: 400;
font-stretch: normal;
font-style: normal;
src: url("assets/fonts/iosevka-regular.subset.woff2") format("woff2"),
url("assets/fonts/iosevka-regular.subset.woff") format("woff");
}
@font-face {
font-family: "Iosevka";
font-display: block;
font-weight: 700;
font-stretch: normal;
font-style: normal;
src: url("assets/fonts/iosevka-bold.subset.woff2") format("woff2"),
url("assets/fonts/iosevka-bold.subset.woff") format("woff");
}
@font-face {
font-family: "Iosevka";
font-display: block;
font-weight: 400;
font-stretch: normal;
font-style: italic;
src: url("assets/fonts/iosevka-italic.subset.woff2") format("woff2"),
url("assets/fonts/iosevka-italic.subset.woff") format("woff");
}
/*
@font-face {
font-family: "Iosevka";
font-display: block;
font-weight: 700;
font-stretch: normal;
font-style: italic;
src: url("assets/fonts/iosevka-bolditalic.subset.woff2") format("woff2"),
url("assets/fonts/iosevka-bolditalic.subset.woff") format("woff");
}
*/
html {
font-family: "Iosevka", monospace;
font-size: 15px;
background: #fed;
}
body {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
min-height: 100vh;
overflow-x: hidden;
}
#root {
flex: 1;
display: flex;
flex-direction: column;
max-width: 70ch;
padding: 3rem 1rem;
}
#root > * + * {
margin-top: 3rem;
}
#root > header {
padding: 1rem 0;
}
#root > header h1 {
text-align: center;
font-size: 1.75rem;
}
#root > footer {
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
text-align: center;
opacity: 0.3;
padding: 2rem 0;
}
#root > footer > * + * {
margin-top: 2rem;
}
a,
a:hover,
a:visited {
color: inherit;
}
p {
text-align: justify;
hyphens: auto;
}
button {
background: inherit;
color: inherit;
font: inherit;
cursor: pointer;
}
button:hover,
button:focus {
background: #dfcfbf;
outline: none;
}
button svg {
width: 11px;
height: 11px;
fill: currentColor;
}
.space-out {
letter-spacing: 0.3rem;
word-spacing: -0.3rem;
margin: 0 0.25rem;
}
#github-link {
display: flex;
position: fixed;
top: 0;
right: 0;
width: 120px;
height: 120px;
background: #000;
transform: translate(60px, -60px) rotate(45deg);
overflow: hidden;
z-index: 1000;
}
#github-link a {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
transform: rotate(-45deg) translate(-25px, 25px);
}
#github-link svg {
width: 32px;
height: 32px;
fill: #fed;
}
#welcome > * + * {
margin-top: 0.5rem;
text-align: justify;
}
#metronome {
display: inline-flex;
vertical-align: middle;
border: 2px solid #dfcfbf;
border-radius: 0.3rem;
height: 1.6rem;
line-height: 1.35rem;
background: #efdfcf;
}
#metronome > * {
padding: 0 0.33rem;
}
#metronome > * + * {
border-left: 2px solid #dfcfbf;
}
#metronome.on button.toggle .play,
#metronome.off button.toggle .pause,
#metronome.off button.slower,
#metronome.off button.faster {
display: none;
}
#metronome span {
text-align: center;
min-width: 4.5rem;
}
#practice {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
#practice > * + * {
margin-top: 4rem;
}
#practice > section {
width: 100%;
font-size: 1.25rem;
display: flex;
align-items: center;
height: 2.75rem;
padding: 0.5rem;
border: 2px solid #dfcfbf;
}
#practice > section > div {
flex: 1;
text-align: center;
height: 1.6rem;
line-height: 1.5rem;
}
#practice > section.given {
border-bottom: none;
border-radius: 0.5rem 0.5rem 0 0;
}
#practice > section.typed {
position: relative;
overflow: hidden;
background: #efdfcf;
margin-top: 0;
border-radius: 0 0 0.5rem 0.5rem;
}
#practice > section.typed > input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
#practice .count {
font-weight: 700;
}
@keyframes blink {
0% {
background: #000;
color: #fed;
}
40% {
background: #000;
color: #fed;
}
50% {
background: transparent;
color: #000;
}
90% {
background: transparent;
color: #000;
}
100% {
background: #000;
color: #fed;
}
}
#practice > section.given > .hl {
background: #dfcfbf;
}
#practice > section.typed > .hl {
background: #000;
color: #fed;
}
#practice > section > .hl.animated {
animation: blink;
animation-timing-function: linear;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-delay: 0.25s;
}
#practice > section > .err {
background: #ff334499;
color: #000;
}
#practice .weights {
display: flex;
justify-content: space-between;
margin-top: 0;
padding-top: 4rem;
width: 320px;
position: relative;
}
#practice .weights > div {
display: flex;
flex-direction: column;
border: 2px solid #dfcfbf;
border-radius: 0.3rem;
min-width: 4.5rem;
}
#practice .weights .chars {
font-style: italic;
padding: 0.4rem 0.5rem;
text-align: center;
}
#practice .weights > div .weight {
display: flex;
border-top: 2px solid #dfcfbf;
background: #efdfcf;
}
#practice .weights > div .weight > * {
display: flex;
justify-content: center;
align-items: center;
}
#practice .weights > div .weight > * + * {
border-left: 2px solid #dfcfbf;
}
#practice .weights > div .weight > span {
flex: 1;
}
#practice .weights > div .weight > span::before {
content: "x";
}
#practice .weights .controls {
display: flex;
flex-direction: column;
}
#practice .weights .controls > * {
padding: 0.3rem;
}
#practice .weights .controls > * + * {
border-top: 2px solid #dfcfbf;
}
#practice .weights > .lines {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: visible;
}
| 0.483405 | 0.079854 |
body {
background-color: #f8f8f8;
}
utm_body {
background-color: #f8f8f8;
}
#wrapper {
width: 100%;
}
#page-wrapper {
padding: 0 15px;
min-height: 568px;
background-color: #fff;
}
@media(min-width:768px) {
#page-wrapper {
position: inherit;
margin: 0 0 0 250px;
padding: 0 30px;
border-left: 1px solid #e7e7e7;
}
}
.navbar-top-links {
margin-right: 0;
}
.navbar-top-links li {
display: inline-block;
}
.navbar-top-links li:last-child {
margin-right: 15px;
}
.navbar-top-links li a {
padding: 15px;
min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
padding: 3px 20px;
min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
width: 310px;
min-width: 0;
}
.navbar-top-links .dropdown-messages {
margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
margin-left: -123px;
}
.navbar-top-links .dropdown-user {
right: 0;
left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
padding-right: 0;
padding-left: 0;
}
.sidebar .sidebar-search {
padding: 15px;
}
.sidebar ul li {
border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
background-color: #eee;
}
.sidebar .arrow {
float: right;
}
.sidebar .fa.arrow:before {
content: "\f104";
}
.sidebar .active>a>.fa.arrow:before {
content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
border-bottom: 0!important;
}
.sidebar .nav-second-level li a {
padding-left: 37px;
}
.sidebar .nav-third-level li a {
padding-left: 52px;
}
@media(min-width:768px) {
.sidebar {
z-index: 1;
position: absolute;
width: 250px;
margin-top: 51px;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
margin-left: auto;
}
}
.btn-outline {
color: inherit;
background-color: transparent;
transition: all .5s;
}
.btn-primary.btn-outline {
color: #428bca;
}
.btn-success.btn-outline {
color: #5cb85c;
}
.btn-info.btn-outline {
color: #5bc0de;
}
.btn-warning.btn-outline {
color: #f0ad4e;
}
.btn-danger.btn-outline {
color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
color: #fff;
}
.chat {
margin: 0;
padding: 0;
list-style: none;
}
.chat li {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px dotted #999;
}
.chat li.left .chat-body {
margin-left: 60px;
}
.chat li.right .chat-body {
margin-right: 60px;
}
.chat li .chat-body p {
margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
margin-right: 5px;
}
.chat-panel .panel-body {
height: 350px;
overflow-y: scroll;
}
.login-panel {
margin-top: 25%;
}
.flot-chart {
display: block;
height: 400px;
}
.flot-chart-content {
width: 100%;
height: 100%;
}
.btn-circle {
width: 30px;
height: 30px;
padding: 6px 0;
border-radius: 15px;
text-align: center;
font-size: 12px;
line-height: 1.428571429;
}
.btn-circle.btn-lg {
width: 50px;
height: 50px;
padding: 10px 16px;
border-radius: 25px;
font-size: 18px;
line-height: 1.33;
}
.btn-circle.btn-xl {
width: 70px;
height: 70px;
padding: 10px 16px;
border-radius: 35px;
font-size: 24px;
line-height: 1.33;
}
.show-grid [class^=col-] {
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #ddd;
background-color: #eee!important;
}
.show-grid {
margin: 15px 0;
}
.huge {
font-size: 30px;
}
.panel-green {
border-color: #5cb85c;
}
.panel-green .panel-heading {
border-color: #5cb85c;
color: #fff;
background-color: #5cb85c;
}
.panel-green a {
color: #5cb85c;
}
.panel-green a:hover {
color: #3d8b3d;
}
.panel-red {
border-color: #d9534f;
}
.panel-red .panel-heading {
border-color: #d9534f;
color: #fff;
background-color: #d9534f;
}
.panel-red a {
color: #d9534f;
}
.panel-red a:hover {
color: #b52b27;
}
.panel-yellow {
border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
border-color: #f0ad4e;
color: #fff;
background-color: #f0ad4e;
}
.panel-yellow a {
color: #f0ad4e;
}
.panel-yellow a:hover {
color: #df8a13;
}
.panel-primary a:hover {
color: #4E9BD6;
}
.spacer_left
{
margin-left: 20px;
}
.spacer {
margin-top: 10px; /* define margin as you see fit */
}
.spacer_40 {
margin-top: 40px; /* define margin as you see fit */
}
.spacer_80 {
margin-top: 80px; /* define margin as you see fit */
}
.spacer_100 {
margin-top: 100px; /* define margin as you see fit */
}
.spacer_66 {
margin-top: 66px; /* define margin as you see fit */
}
.spacer_5 {
margin-top: 5px; /* define margin as you see fit */
}
a{
cursor: pointer;
}
.cursor{
cursor: pointer;
}
/*@media screen and (max-height: 700px)
{
#left
{
height: 700px;
}
.right_transaction_trace
{
height: 600px;
}
}*/
* {margin:0; padding:0;}
body {position:absolute; width:100%; overflow: auto;}
#main {height:100%; padding:60px 0 0px; box-sizing:border-box;background-color: white;overflow: auto;}
#head {position:absolute; width:100%; height:60px;}
#left {float:left; background-color: white; }
#right {background-color: white; overflow:auto;}
#foot {position:absolute; bottom:0; width:100%; height:40px;}
.features-table {
width: 100%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0;
text-shadow: 0 1px 0 #fff;
color: #2a2a2a;
background: #fafafa;
background-image: linear-gradient(top, #fff, #eaeaea, #fff);
}
.features-table td {
height: 20px;
line-height: 500px;
padding: 0 200px;
border-bottom: 1px solid #cdcdcd;
box-shadow: 0 1px 0 white;
white-space: nowrap;
text-align: center;
cursor: pointer;
}
/*Body*/
.features-table tbody td {
text-align: left;
font: normal 12px Verdana, Arial, Helvetica;
width: 150px;
}
/*Header*/
.features-table thead th
{
font: bold 1.3em 'trebuchet MS', 'Lucida Sans', Arial;
border-radius-topright: 10px;
border-radius-topleft: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top: 1px solid #eaeaea;
text-align: left;
}
/*Footer*/
.features-table tfoot th
{
font: bold 1.4em Georgia;
border-radius-bottomright: 10px;
border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom: 1px solid #dadada;
}
/*
neeeeeeeeeeeeeeeeeeeeeeeeeeeeeewwwwwwwwwwwwwwwwwwww
*/
/*.slick-dots { margin: 0 100px 0 10px; width: auto; height: 20px; display: inline-block; }*/
.slick-prev:before {
color:blue !important;
margin-left: 5px;
}
.slick-next:before {
color:blue !important;
margin-right: 5px;
}
.grid_div div:hover
{
background: #3c8dbc;
}
.ui-grid-header-cell
{
height:80px;
max-height:80px;
}
.tooltip
{
position: static;
}
span.err { color: #f00; }
table.dataTable span.highlight {
background-color: #FFFF88;
}
table thead {
background-color: #eee;
}
.modal-header{
background-color:#337ab7;
color: #FFF;
height: 38px;
margin-top: -4px;
}
.modal {
/* top:140px; */
}
.modal-header > h4{
margin-top: -2px;
font-size: 12px !important;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
color: #fff;
}
.modal-dialog {
padding-top: 7%;
}
.tab-border{
border: 1px solid #ddd !important;
border-top: 0px !important;
}
.zoom-controls {
position: absolute;
top: 0;
}
.zoom > span {
display: block;
margin-top: 3px;
}
.zoom:hover {
box-shadow: 0px 0px 6px #333;
}
.zoom {
width: 30px;
height: 30px;
cursor: pointer;
display: block;
position: absolute;
font-size: 20px;
font-weight: bold;
border: 1px solid #777;
background: white;
z-index: 100;
left: 10px;
text-align: center;
border-radius: 2px;
box-shadow: 0px 0px 4px #777;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
.zoom.zoom-in {
top: 10px;
}
.zoom.zoom-out {
top: 45px;
}
.zoom.zoom-fit {
top: 90px;
}
.highlight:not(.djs-connection) .djs-visual > :nth-child(1) {
/*fill: blue !important;*/ /* color elements as green */
stroke: blue !important;
}
|
src/main/resources/META-INF/resources/designer/css/utm_custom_style.css
|
body {
background-color: #f8f8f8;
}
utm_body {
background-color: #f8f8f8;
}
#wrapper {
width: 100%;
}
#page-wrapper {
padding: 0 15px;
min-height: 568px;
background-color: #fff;
}
@media(min-width:768px) {
#page-wrapper {
position: inherit;
margin: 0 0 0 250px;
padding: 0 30px;
border-left: 1px solid #e7e7e7;
}
}
.navbar-top-links {
margin-right: 0;
}
.navbar-top-links li {
display: inline-block;
}
.navbar-top-links li:last-child {
margin-right: 15px;
}
.navbar-top-links li a {
padding: 15px;
min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
padding: 3px 20px;
min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
width: 310px;
min-width: 0;
}
.navbar-top-links .dropdown-messages {
margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
margin-left: -123px;
}
.navbar-top-links .dropdown-user {
right: 0;
left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
padding-right: 0;
padding-left: 0;
}
.sidebar .sidebar-search {
padding: 15px;
}
.sidebar ul li {
border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
background-color: #eee;
}
.sidebar .arrow {
float: right;
}
.sidebar .fa.arrow:before {
content: "\f104";
}
.sidebar .active>a>.fa.arrow:before {
content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
border-bottom: 0!important;
}
.sidebar .nav-second-level li a {
padding-left: 37px;
}
.sidebar .nav-third-level li a {
padding-left: 52px;
}
@media(min-width:768px) {
.sidebar {
z-index: 1;
position: absolute;
width: 250px;
margin-top: 51px;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
margin-left: auto;
}
}
.btn-outline {
color: inherit;
background-color: transparent;
transition: all .5s;
}
.btn-primary.btn-outline {
color: #428bca;
}
.btn-success.btn-outline {
color: #5cb85c;
}
.btn-info.btn-outline {
color: #5bc0de;
}
.btn-warning.btn-outline {
color: #f0ad4e;
}
.btn-danger.btn-outline {
color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
color: #fff;
}
.chat {
margin: 0;
padding: 0;
list-style: none;
}
.chat li {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px dotted #999;
}
.chat li.left .chat-body {
margin-left: 60px;
}
.chat li.right .chat-body {
margin-right: 60px;
}
.chat li .chat-body p {
margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
margin-right: 5px;
}
.chat-panel .panel-body {
height: 350px;
overflow-y: scroll;
}
.login-panel {
margin-top: 25%;
}
.flot-chart {
display: block;
height: 400px;
}
.flot-chart-content {
width: 100%;
height: 100%;
}
.btn-circle {
width: 30px;
height: 30px;
padding: 6px 0;
border-radius: 15px;
text-align: center;
font-size: 12px;
line-height: 1.428571429;
}
.btn-circle.btn-lg {
width: 50px;
height: 50px;
padding: 10px 16px;
border-radius: 25px;
font-size: 18px;
line-height: 1.33;
}
.btn-circle.btn-xl {
width: 70px;
height: 70px;
padding: 10px 16px;
border-radius: 35px;
font-size: 24px;
line-height: 1.33;
}
.show-grid [class^=col-] {
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #ddd;
background-color: #eee!important;
}
.show-grid {
margin: 15px 0;
}
.huge {
font-size: 30px;
}
.panel-green {
border-color: #5cb85c;
}
.panel-green .panel-heading {
border-color: #5cb85c;
color: #fff;
background-color: #5cb85c;
}
.panel-green a {
color: #5cb85c;
}
.panel-green a:hover {
color: #3d8b3d;
}
.panel-red {
border-color: #d9534f;
}
.panel-red .panel-heading {
border-color: #d9534f;
color: #fff;
background-color: #d9534f;
}
.panel-red a {
color: #d9534f;
}
.panel-red a:hover {
color: #b52b27;
}
.panel-yellow {
border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
border-color: #f0ad4e;
color: #fff;
background-color: #f0ad4e;
}
.panel-yellow a {
color: #f0ad4e;
}
.panel-yellow a:hover {
color: #df8a13;
}
.panel-primary a:hover {
color: #4E9BD6;
}
.spacer_left
{
margin-left: 20px;
}
.spacer {
margin-top: 10px; /* define margin as you see fit */
}
.spacer_40 {
margin-top: 40px; /* define margin as you see fit */
}
.spacer_80 {
margin-top: 80px; /* define margin as you see fit */
}
.spacer_100 {
margin-top: 100px; /* define margin as you see fit */
}
.spacer_66 {
margin-top: 66px; /* define margin as you see fit */
}
.spacer_5 {
margin-top: 5px; /* define margin as you see fit */
}
a{
cursor: pointer;
}
.cursor{
cursor: pointer;
}
/*@media screen and (max-height: 700px)
{
#left
{
height: 700px;
}
.right_transaction_trace
{
height: 600px;
}
}*/
* {margin:0; padding:0;}
body {position:absolute; width:100%; overflow: auto;}
#main {height:100%; padding:60px 0 0px; box-sizing:border-box;background-color: white;overflow: auto;}
#head {position:absolute; width:100%; height:60px;}
#left {float:left; background-color: white; }
#right {background-color: white; overflow:auto;}
#foot {position:absolute; bottom:0; width:100%; height:40px;}
.features-table {
width: 100%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0;
text-shadow: 0 1px 0 #fff;
color: #2a2a2a;
background: #fafafa;
background-image: linear-gradient(top, #fff, #eaeaea, #fff);
}
.features-table td {
height: 20px;
line-height: 500px;
padding: 0 200px;
border-bottom: 1px solid #cdcdcd;
box-shadow: 0 1px 0 white;
white-space: nowrap;
text-align: center;
cursor: pointer;
}
/*Body*/
.features-table tbody td {
text-align: left;
font: normal 12px Verdana, Arial, Helvetica;
width: 150px;
}
/*Header*/
.features-table thead th
{
font: bold 1.3em 'trebuchet MS', 'Lucida Sans', Arial;
border-radius-topright: 10px;
border-radius-topleft: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top: 1px solid #eaeaea;
text-align: left;
}
/*Footer*/
.features-table tfoot th
{
font: bold 1.4em Georgia;
border-radius-bottomright: 10px;
border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom: 1px solid #dadada;
}
/*
neeeeeeeeeeeeeeeeeeeeeeeeeeeeeewwwwwwwwwwwwwwwwwwww
*/
/*.slick-dots { margin: 0 100px 0 10px; width: auto; height: 20px; display: inline-block; }*/
.slick-prev:before {
color:blue !important;
margin-left: 5px;
}
.slick-next:before {
color:blue !important;
margin-right: 5px;
}
.grid_div div:hover
{
background: #3c8dbc;
}
.ui-grid-header-cell
{
height:80px;
max-height:80px;
}
.tooltip
{
position: static;
}
span.err { color: #f00; }
table.dataTable span.highlight {
background-color: #FFFF88;
}
table thead {
background-color: #eee;
}
.modal-header{
background-color:#337ab7;
color: #FFF;
height: 38px;
margin-top: -4px;
}
.modal {
/* top:140px; */
}
.modal-header > h4{
margin-top: -2px;
font-size: 12px !important;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
color: #fff;
}
.modal-dialog {
padding-top: 7%;
}
.tab-border{
border: 1px solid #ddd !important;
border-top: 0px !important;
}
.zoom-controls {
position: absolute;
top: 0;
}
.zoom > span {
display: block;
margin-top: 3px;
}
.zoom:hover {
box-shadow: 0px 0px 6px #333;
}
.zoom {
width: 30px;
height: 30px;
cursor: pointer;
display: block;
position: absolute;
font-size: 20px;
font-weight: bold;
border: 1px solid #777;
background: white;
z-index: 100;
left: 10px;
text-align: center;
border-radius: 2px;
box-shadow: 0px 0px 4px #777;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
.zoom.zoom-in {
top: 10px;
}
.zoom.zoom-out {
top: 45px;
}
.zoom.zoom-fit {
top: 90px;
}
.highlight:not(.djs-connection) .djs-visual > :nth-child(1) {
/*fill: blue !important;*/ /* color elements as green */
stroke: blue !important;
}
| 0.497559 | 0.063802 |
.wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings,
.wpdt-c .wdt-datatables-admin-wrap .card.column-settings {
max-width: 100%;
margin-bottom: 20px;
margin-top: 0;
}
.wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings .card-body {
padding: 0 24px 16px 24px !important;
background: #ffffff !important;
}
.wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings h2 span.wdt-table-name {
padding: 3px;
}
.wpdt-c .wdt-admin-card-header button#wdt-table-id {
margin-left: 12px;
padding: 0;
margin-top: 5px;
}
.wpdt-c #wdt-table-shortcode-id {
background: #ffffff;
border-radius: 0 3px 3px 0;
padding: 8px;
border: none;
color: #172B4D;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 16px;
cursor: auto;
}
.wpdt-c #wdt-table-id .wdt-copy-shortcode{
color: #304463;
cursor: pointer;
}
.wpdt-c #wdt-table-id .wdt-copy-shortcode i{
padding: 9px;
background: #EBECF0;
color: #304463;
border-radius: 3px 0 0 3px;
margin-right: -5px;
}
.wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings h2 span.wdt-table-name:hover {
border: 1px solid #ccc;
padding: 2px;
cursor: pointer;
}
.wpdt-c .wdt-datatables-admin-wrap div.wpDataTableContainer {
margin: 15px 0 0 0;
}
.wpdt-c .wdt-datatables-admin-wrap div.wpDataTableContainer .tab-content {
padding: 20px 15px;
}
.wpdt-c .wdt-datatables-admin-wrap button.wdt-column-settings,
.wpdt-c .wdt-datatables-admin-wrap button.wdt-delete-formula-column {
width: 32px;
height: 32px;
padding: 0;
z-index: 8;
display: inline-block;
margin: 2px;
border: 1px solid #e7e7e7;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-vendor-animation-duration: 1s;
-vendor-animation-delay: 1s;
}
.wpdt-c .wdt-datatables-admin-wrap button.wdt-column-settings:hover,
.wpdt-c .wdt-datatables-admin-wrap button.wdt-delete-formula-column:hover {
background-color: #ccc !important;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-overlay {
display: none;
background: rgba(0, 0, 0, 0.4);
height: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: fixed;
z-index: 9999;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
border-left: 1px solid #eee;
max-height: 100vh;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel {
position: absolute;
right: 0;
bottom: 0;
top: 32px;
padding: 0;
background: #fff;
box-shadow: -3px 0 5px -1px rgba(105, 105, 105, 0.17);
width: 60%;
max-width: 60%;
margin: 0;
overflow-y: scroll;
overflow-x: hidden;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-documentation,
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-documentation:hover {
border: 1px solid #DFE1E6;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel.card h2 {
font-size: 17px;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel div.card-body.card-padding {
padding: 5px 10px 5px 10px;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel input[type="text"] {
width: 100%;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel div.input-group {
width: 100%;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel div.form-group {
height: 30px;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .bootstrap-tagsinput input[type="text"] {
width: 70px;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel button.btn-xs {
font-size: 10px !important;
line-height: 1em !important;
margin: 0 !important;
height: auto !important;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel button.btn-xs.wdt-copy-shortcode {
text-transform: none;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block, div.wdt-column-block.gu-mirror {
background-color: #F8F8FA;
border-radius: 2px;
margin-bottom: 5px;
padding: 14px 12px;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.wdt-toggle-show-on-tablet {
transform: rotate(-90deg);
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-conditional-formatting-rule .wdt-delete-conditional-formatting-rule {
background: #ffffff;
font-size: 15px;
line-height: 24px;
color: #5A6C89;
margin-top: 3px;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-conditional-formatting-rule .form-group {
width: 100%;
display: inline-block;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .colorpicker.colorpicker-visible {
top: 32px;
right: 10px;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-conditional-formatting-rule .colorpicker.colorpicker-visible {
right: 7px;
}
div.wdt-column-block.gu-mirror {
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
div.wdt-column-block.gu-mirror .fg-line {
margin-left: 10px;
width: 200px;
display: inline-block;
}
div.wdt-column-block.gu-mirror .fg-line input.wdt-column-display-header-edit {
padding: 0;
height: 20px;
font-size: 12px;
border-bottom: 1px solid #e0e0e0;
border-left: 0;
border-right: 0;
border-top: 0;
background-color: transparent;
box-shadow: none;
}
div.wdt-column-block.gu-mirror .fg-line i {
position: absolute;
left: 178px;
top: 3px;
font-size: 16px;
color: #c7c7c7;
}
div.wdt-column-block.gu-mirror .wdt-column-move-arrows {
padding: 5px 6px 6px 2px;
margin-top: -4px;
border-left: 1px solid #c7c7c7;
font-size: 16px;
margin-left: 7px;
float: right;
}
div.wdt-column-block.gu-mirror span {
float: right;
margin-left: 10px;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block > span {
margin-left: 20px !important;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block:hover {
background-color: rgba(0, 140, 255, 0.06) !important;
cursor: pointer;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control {
font-style: normal;
font-weight: 900;
font-size: 15px;
line-height: 24px;
color: #5A6C89;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control.inactive {
color: #999;
opacity: 50%;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control:hover {
color: #000;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-conditional-formatting-rule .form-group {
margin-right: 0;
}
/* Column list modal */
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input {
padding-right: 25px;
padding-left: 4px;
font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 20px;
color: #304463;
border: none;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input:hover,
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input:focus {
background: #FFFFFF !important;
}
/* Formula editor modal */
.wpdt-c #wdt-formula-editor-modal .modal-body p {
margin-bottom: 10px;
}
.wpdt-c #wdt-formula-editor-modal .wdt-formula-operators .btn {
text-transform: none;
margin: 3px;
width: 57px;
padding: 2px 6px;
background: #F8F8FA;
border-radius: 6px;
font-size: 13px;
line-height: 20px;
text-align: center;
color: #304463;
}
.wpdt-c #wdt-formula-editor-modal .wdt-formula-operators {
max-height: 200px;
display: flex;
flex-wrap: wrap;
}
.wpdt-c #wdt-formula-editor-modal .formula-columns-container {
height: 150px;
overflow-x: hidden;
}
.wpdt-c #wdt-formula-editor-modal .formula-columns-container .wdt-column-block{
padding: 3px 9px;
}
.wpdt-c #wdt-formula-editor-modal .formula-columns-container .fg-line span{
font-weight: 500;
font-size: 13px;
line-height: 20px;
color: #304463;
}
.wpdt-c #wdt-formula-editor-modal .formula-columns-container i{
display: none;
}
.wpdt-c #wdt-formula-editor-modal .formula_col .title,
.wpdt-c #wdt-formula-editor-modal .formula_operators .title,
.wpdt-c #wdt-formula-editor-modal .formula_columns .title {
font-size: 13px;
line-height: 20px;
color: #061938;
margin-bottom: 4px;
}
.wpdt-c #wdt-formula-editor-modal .formula_col textarea {
height: 150px;
background: #FFFFFF;
border: 1px solid #D7D9E2 !important;
box-sizing: border-box;
box-shadow: 0 1px 2px rgba(90, 108, 137, 0.08) !important;
border-radius: 3px;
padding:10px 12px;
}
.wpdt-c #wdt-formula-editor-modal div.wdt-formula-result-preview {
margin: 15px 0;
}
.wpdt-c #column-data-settings > div.wdt-possible-values-options-block > div.wdt-manual-list-enter-block .bootstrap-tagsinput .tag {
color: #5A6C89 ;
background-color: #F3F3FA;
border-radius: 2px;
display: inline-block;
margin-bottom: 4px;
font-size: 12px;
}
.wpdt-c #column-data-settings > div.wdt-possible-values-options-block > div.wdt-manual-list-enter-block > div {
height: inherit;
max-height: 80px;
overflow-y: auto;
border: 1px solid #EBECF0;
box-sizing: border-box;
border-radius: 3px;
padding: 3px;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line,
.wdt-column-block.gu-mirror .fg-line {
width: inherit;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name{
max-width: 300px;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name #wdt-table-title-edit {
background-color: #F1F1F1;
padding: 5px 26px 5px 4px;
font-size: 20px;
line-height: 24px;
border: none;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name #wdt-table-title-edit:hover {
background: #D7D9E2;
border-radius: 2px;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name #wdt-table-title-edit:focus{
background: #FFFFFF !important;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name i,
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
position: absolute;
right: 5px;
font-size: 16px;
color: #c7c7c7;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
top: 3px;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name i{
top: 12px;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name i,
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i{
color: #008CFF;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
font-weight: 900;
font-size: 12px;
line-height: 24px;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-admin-card-header h2 #wdt-table-id {
text-transform: none;
top: 32px;
position: absolute;
left: 290px;
}
.wpdt-c #wdt-table-title-edit:focus ~ i.wpdt-icon-pen,
.wpdt-c #wdt-table-title-edit:hover ~ i.wpdt-icon-pen,
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-display-header-edit:focus ~ i.wpdt-icon-pen,
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-display-header-edit:hover ~ i.wpdt-icon-pen {
color: #2196f3;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-move-arrows {
padding: 3px 6px 4px 20px;
margin-left: 20px;
margin-top: -4px;
border-left: 1px solid #c7c7c7;
font-size: 16px;
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
.wpdt-c .wdt-edit-buttons span {
color: #9E9E9E;
font-size: 14px;
letter-spacing: 0.04em;
margin-bottom: 0;
}
.wpdt-c .wdt-edit-buttons span a {
text-decoration: none;
color: #172B4D;
}
.wpdt-c .wdt-edit-buttons .wdt-view-buttons {
padding: 2px;
background: #F4F5F7;
border-radius: 4px;
}
.wpdt-c .wdt-edit-buttons span .wdt-standard-view-selected,
.wpdt-c .wdt-edit-buttons span .wdt-excel-view-selected,
.wpdt-c .wdt-edit-buttons span .wdt-standard-view,
.wpdt-c .wdt-edit-buttons span .wdt-excel-view {
padding: 2px 8px;
font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
text-align: center;
min-width: 144px;
color: #172B4D;
}
.wpdt-c .wdt-edit-buttons span .wdt-standard-view,
.wpdt-c .wdt-edit-buttons span .wdt-standard-view-selected {
margin-right: 2px;
}
.wpdt-c .wdt-edit-buttons span .wdt-standard-view,
.wpdt-c .wdt-edit-buttons span .wdt-excel-view {
background: #F4F5F7;
border: none;
}
.wpdt-c .wdt-edit-buttons span .wdt-standard-view-selected,
.wpdt-c .wdt-edit-buttons span .wdt-excel-view-selected {
background: #FFFFFF;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 3px;
cursor: default;
}
.wpdt-c .wdt-edit-buttons span .wdt-standard-view:hover,
.wpdt-c .wdt-edit-buttons span .wdt-excel-view:hover,
.wpdt-c .wdt-edit-buttons span .wdt-standard-view:hover a,
.wpdt-c .wdt-edit-buttons span .wdt-excel-view:hover a{
background: #FFFFFF;
opacity: 0.8;
border-radius: 3px;
}
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-remove-column,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-formula-column,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button#wdt-open-columns-list {
padding: 8px 12px;
font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #304463;
background: #FFFFFF;
border: 1px solid #DFE1E6;
box-sizing: border-box;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
border-radius: 5px;
}
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column:hover {
background: linear-gradient(0deg, rgba(0, 140, 255, 0.13), rgba(0, 140, 255, 0.13)), #FFFFFF;
border: 1px solid rgba(0, 140, 255, 0.14);
box-sizing: border-box;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-remove-column:hover,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-formula-column:hover,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button#wdt-open-columns-list:hover {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
border: 1px solid #DFE1E6;
box-sizing: border-box;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
}
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-remove-column,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-formula-column {
margin-right: 8px;
}
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column i,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-remove-column i,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-formula-column i,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button#wdt-open-columns-list i {
margin-right: 8px;
}
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column {
color: #091E6F;
background: linear-gradient(0deg, rgba(0, 140, 255, 0.08), rgba(0, 140, 255, 0.08)), #FFFFFF;
border: 1px solid rgba(0, 140, 255, 0.14);
}
.wpdt-c .column-settings .card-header button:not(.wdt-excel-view):not(.wdt-standard-view):not(.wdt-excel-view-selected):not(.wdt-standard-view-selected) {
height: 32px;
margin-left: 1px;
border-radius: 0;
opacity: 0.8;
}
.wpdt-c .column-settings .card-header button:hover {
opacity: 1;
}
.wpdt-c .column-settings .card-header button:first-of-type:not(.wdt-excel-view):not(.wdt-standard-view):not(.wdt-excel-view-selected):not(.wdt-standard-view-selected) {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.wpdt-c .column-settings .card-header button:last-of-type:not(.wdt-excel-view):not(.wdt-standard-view):not(.wdt-excel-view-selected):not(.wdt-standard-view-selected) {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.wpdt-c .column-settings .card-header button.wdt-add-column,
.wpdt-c .column-settings .card-header button.wdt-remove-column,
.wpdt-c .column-settings .card-header button#wdt-open-columns-list {
width: 38px;
}
.wpdt-c .column-settings .card-header button#wdt-open-columns-list i:before {
font-size: 20px;
}
.wpdt-c .column-settings .card-header button.wdt-add-column:after,
.wpdt-c .column-settings .card-header button.wdt-remove-column:after {
font-size: 15px;
}
.wpdt-c .wdt-table-settings .input-path-block .fg-line {
width: 75%;
}
.wpdt-c .wdt-table-settings .wdt-pf-cascade-filtering-logic-block .form-group {
margin-bottom: 0;
}
.wpdt-c .wdt-custom-number-input {
position: relative;
}
.wpdt-c .wdt-custom-number-input #wdt-auto-refresh {
text-align: center;
}
.wpdt-c .wdt-custom-number-input .wdt-btn-number:hover,
.wpdt-c .wdt-custom-number-input .wdt-btn-number:active,
.wpdt-c .wdt-custom-number-input .wdt-btn-number:visited,
.wpdt-c .wdt-custom-number-input .wdt-btn-number{
position: absolute;
height: 100%;
width: 40px;
border: 1px solid #D7D9E2;
color: #8796AF;
background: #F8F8FA;
}
.wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-minus{
left: 0;
top: 0;
height: 100%;
border: 1px solid #D7D9E2;
color: #8796AF;
background: #F8F8FA;
border-radius: 2px 0 0 2px;
}
.wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-plus{
right: 0;
top: 0;
height: 100%;
border: 1px solid #D7D9E2;
color: #8796AF;
background: #F8F8FA;
border-radius: 0 2px 2px 0;
}
@media (max-width: 768px) {
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel {
width: 100% !important;
max-width: 100% !important;
}
}
@media (max-width: 480px) {
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block {
min-height: 100px;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block > span {
margin-top: 10px;
margin-right: 30px !important;
margin-left: 0 !important;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line, .wdt-column-block.gu-mirror .fg-line{
width: 80% !important;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input:hover,
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input:focus {
width: 100% !important;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control {
font-size: 14px;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-move-arrows {
padding: 24px 6px 24px 20px;
margin-left: 10px;
margin-top: 0 !important;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
top: 10px;
}
}
@media (max-width: 320px) {
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block {
min-height: 100px;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block > span {
margin-top: 10px;
margin-right: 18px !important;
margin-left: 0 !important;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line, .wdt-column-block.gu-mirror .fg-line{
width: 80% !important;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control {
font-size: 14px;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-move-arrows {
padding: 24px 6px 24px 20px;
margin-left: 10px;
margin-top: -40px !important;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
top: 10px;
}
}
|
web/app/plugins/wpdatatables/assets/css/admin/edit_table.css
|
.wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings,
.wpdt-c .wdt-datatables-admin-wrap .card.column-settings {
max-width: 100%;
margin-bottom: 20px;
margin-top: 0;
}
.wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings .card-body {
padding: 0 24px 16px 24px !important;
background: #ffffff !important;
}
.wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings h2 span.wdt-table-name {
padding: 3px;
}
.wpdt-c .wdt-admin-card-header button#wdt-table-id {
margin-left: 12px;
padding: 0;
margin-top: 5px;
}
.wpdt-c #wdt-table-shortcode-id {
background: #ffffff;
border-radius: 0 3px 3px 0;
padding: 8px;
border: none;
color: #172B4D;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 16px;
cursor: auto;
}
.wpdt-c #wdt-table-id .wdt-copy-shortcode{
color: #304463;
cursor: pointer;
}
.wpdt-c #wdt-table-id .wdt-copy-shortcode i{
padding: 9px;
background: #EBECF0;
color: #304463;
border-radius: 3px 0 0 3px;
margin-right: -5px;
}
.wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings h2 span.wdt-table-name:hover {
border: 1px solid #ccc;
padding: 2px;
cursor: pointer;
}
.wpdt-c .wdt-datatables-admin-wrap div.wpDataTableContainer {
margin: 15px 0 0 0;
}
.wpdt-c .wdt-datatables-admin-wrap div.wpDataTableContainer .tab-content {
padding: 20px 15px;
}
.wpdt-c .wdt-datatables-admin-wrap button.wdt-column-settings,
.wpdt-c .wdt-datatables-admin-wrap button.wdt-delete-formula-column {
width: 32px;
height: 32px;
padding: 0;
z-index: 8;
display: inline-block;
margin: 2px;
border: 1px solid #e7e7e7;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-vendor-animation-duration: 1s;
-vendor-animation-delay: 1s;
}
.wpdt-c .wdt-datatables-admin-wrap button.wdt-column-settings:hover,
.wpdt-c .wdt-datatables-admin-wrap button.wdt-delete-formula-column:hover {
background-color: #ccc !important;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-overlay {
display: none;
background: rgba(0, 0, 0, 0.4);
height: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: fixed;
z-index: 9999;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
border-left: 1px solid #eee;
max-height: 100vh;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel {
position: absolute;
right: 0;
bottom: 0;
top: 32px;
padding: 0;
background: #fff;
box-shadow: -3px 0 5px -1px rgba(105, 105, 105, 0.17);
width: 60%;
max-width: 60%;
margin: 0;
overflow-y: scroll;
overflow-x: hidden;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-documentation,
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-documentation:hover {
border: 1px solid #DFE1E6;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel.card h2 {
font-size: 17px;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel div.card-body.card-padding {
padding: 5px 10px 5px 10px;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel input[type="text"] {
width: 100%;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel div.input-group {
width: 100%;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel div.form-group {
height: 30px;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .bootstrap-tagsinput input[type="text"] {
width: 70px;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel button.btn-xs {
font-size: 10px !important;
line-height: 1em !important;
margin: 0 !important;
height: auto !important;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel button.btn-xs.wdt-copy-shortcode {
text-transform: none;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block, div.wdt-column-block.gu-mirror {
background-color: #F8F8FA;
border-radius: 2px;
margin-bottom: 5px;
padding: 14px 12px;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.wdt-toggle-show-on-tablet {
transform: rotate(-90deg);
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-conditional-formatting-rule .wdt-delete-conditional-formatting-rule {
background: #ffffff;
font-size: 15px;
line-height: 24px;
color: #5A6C89;
margin-top: 3px;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-conditional-formatting-rule .form-group {
width: 100%;
display: inline-block;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .colorpicker.colorpicker-visible {
top: 32px;
right: 10px;
}
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-conditional-formatting-rule .colorpicker.colorpicker-visible {
right: 7px;
}
div.wdt-column-block.gu-mirror {
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
div.wdt-column-block.gu-mirror .fg-line {
margin-left: 10px;
width: 200px;
display: inline-block;
}
div.wdt-column-block.gu-mirror .fg-line input.wdt-column-display-header-edit {
padding: 0;
height: 20px;
font-size: 12px;
border-bottom: 1px solid #e0e0e0;
border-left: 0;
border-right: 0;
border-top: 0;
background-color: transparent;
box-shadow: none;
}
div.wdt-column-block.gu-mirror .fg-line i {
position: absolute;
left: 178px;
top: 3px;
font-size: 16px;
color: #c7c7c7;
}
div.wdt-column-block.gu-mirror .wdt-column-move-arrows {
padding: 5px 6px 6px 2px;
margin-top: -4px;
border-left: 1px solid #c7c7c7;
font-size: 16px;
margin-left: 7px;
float: right;
}
div.wdt-column-block.gu-mirror span {
float: right;
margin-left: 10px;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block > span {
margin-left: 20px !important;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block:hover {
background-color: rgba(0, 140, 255, 0.06) !important;
cursor: pointer;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control {
font-style: normal;
font-weight: 900;
font-size: 15px;
line-height: 24px;
color: #5A6C89;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control.inactive {
color: #999;
opacity: 50%;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control:hover {
color: #000;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-conditional-formatting-rule .form-group {
margin-right: 0;
}
/* Column list modal */
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input {
padding-right: 25px;
padding-left: 4px;
font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 20px;
color: #304463;
border: none;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input:hover,
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input:focus {
background: #FFFFFF !important;
}
/* Formula editor modal */
.wpdt-c #wdt-formula-editor-modal .modal-body p {
margin-bottom: 10px;
}
.wpdt-c #wdt-formula-editor-modal .wdt-formula-operators .btn {
text-transform: none;
margin: 3px;
width: 57px;
padding: 2px 6px;
background: #F8F8FA;
border-radius: 6px;
font-size: 13px;
line-height: 20px;
text-align: center;
color: #304463;
}
.wpdt-c #wdt-formula-editor-modal .wdt-formula-operators {
max-height: 200px;
display: flex;
flex-wrap: wrap;
}
.wpdt-c #wdt-formula-editor-modal .formula-columns-container {
height: 150px;
overflow-x: hidden;
}
.wpdt-c #wdt-formula-editor-modal .formula-columns-container .wdt-column-block{
padding: 3px 9px;
}
.wpdt-c #wdt-formula-editor-modal .formula-columns-container .fg-line span{
font-weight: 500;
font-size: 13px;
line-height: 20px;
color: #304463;
}
.wpdt-c #wdt-formula-editor-modal .formula-columns-container i{
display: none;
}
.wpdt-c #wdt-formula-editor-modal .formula_col .title,
.wpdt-c #wdt-formula-editor-modal .formula_operators .title,
.wpdt-c #wdt-formula-editor-modal .formula_columns .title {
font-size: 13px;
line-height: 20px;
color: #061938;
margin-bottom: 4px;
}
.wpdt-c #wdt-formula-editor-modal .formula_col textarea {
height: 150px;
background: #FFFFFF;
border: 1px solid #D7D9E2 !important;
box-sizing: border-box;
box-shadow: 0 1px 2px rgba(90, 108, 137, 0.08) !important;
border-radius: 3px;
padding:10px 12px;
}
.wpdt-c #wdt-formula-editor-modal div.wdt-formula-result-preview {
margin: 15px 0;
}
.wpdt-c #column-data-settings > div.wdt-possible-values-options-block > div.wdt-manual-list-enter-block .bootstrap-tagsinput .tag {
color: #5A6C89 ;
background-color: #F3F3FA;
border-radius: 2px;
display: inline-block;
margin-bottom: 4px;
font-size: 12px;
}
.wpdt-c #column-data-settings > div.wdt-possible-values-options-block > div.wdt-manual-list-enter-block > div {
height: inherit;
max-height: 80px;
overflow-y: auto;
border: 1px solid #EBECF0;
box-sizing: border-box;
border-radius: 3px;
padding: 3px;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line,
.wdt-column-block.gu-mirror .fg-line {
width: inherit;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name{
max-width: 300px;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name #wdt-table-title-edit {
background-color: #F1F1F1;
padding: 5px 26px 5px 4px;
font-size: 20px;
line-height: 24px;
border: none;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name #wdt-table-title-edit:hover {
background: #D7D9E2;
border-radius: 2px;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name #wdt-table-title-edit:focus{
background: #FFFFFF !important;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name i,
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
position: absolute;
right: 5px;
font-size: 16px;
color: #c7c7c7;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
top: 3px;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name i{
top: 12px;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-table-name i,
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i{
color: #008CFF;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
font-weight: 900;
font-size: 12px;
line-height: 24px;
}
.wpdt-c .wdt-datatables-admin-wrap .wdt-admin-card-header h2 #wdt-table-id {
text-transform: none;
top: 32px;
position: absolute;
left: 290px;
}
.wpdt-c #wdt-table-title-edit:focus ~ i.wpdt-icon-pen,
.wpdt-c #wdt-table-title-edit:hover ~ i.wpdt-icon-pen,
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-display-header-edit:focus ~ i.wpdt-icon-pen,
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-display-header-edit:hover ~ i.wpdt-icon-pen {
color: #2196f3;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-move-arrows {
padding: 3px 6px 4px 20px;
margin-left: 20px;
margin-top: -4px;
border-left: 1px solid #c7c7c7;
font-size: 16px;
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
.wpdt-c .wdt-edit-buttons span {
color: #9E9E9E;
font-size: 14px;
letter-spacing: 0.04em;
margin-bottom: 0;
}
.wpdt-c .wdt-edit-buttons span a {
text-decoration: none;
color: #172B4D;
}
.wpdt-c .wdt-edit-buttons .wdt-view-buttons {
padding: 2px;
background: #F4F5F7;
border-radius: 4px;
}
.wpdt-c .wdt-edit-buttons span .wdt-standard-view-selected,
.wpdt-c .wdt-edit-buttons span .wdt-excel-view-selected,
.wpdt-c .wdt-edit-buttons span .wdt-standard-view,
.wpdt-c .wdt-edit-buttons span .wdt-excel-view {
padding: 2px 8px;
font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
text-align: center;
min-width: 144px;
color: #172B4D;
}
.wpdt-c .wdt-edit-buttons span .wdt-standard-view,
.wpdt-c .wdt-edit-buttons span .wdt-standard-view-selected {
margin-right: 2px;
}
.wpdt-c .wdt-edit-buttons span .wdt-standard-view,
.wpdt-c .wdt-edit-buttons span .wdt-excel-view {
background: #F4F5F7;
border: none;
}
.wpdt-c .wdt-edit-buttons span .wdt-standard-view-selected,
.wpdt-c .wdt-edit-buttons span .wdt-excel-view-selected {
background: #FFFFFF;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 3px;
cursor: default;
}
.wpdt-c .wdt-edit-buttons span .wdt-standard-view:hover,
.wpdt-c .wdt-edit-buttons span .wdt-excel-view:hover,
.wpdt-c .wdt-edit-buttons span .wdt-standard-view:hover a,
.wpdt-c .wdt-edit-buttons span .wdt-excel-view:hover a{
background: #FFFFFF;
opacity: 0.8;
border-radius: 3px;
}
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-remove-column,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-formula-column,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button#wdt-open-columns-list {
padding: 8px 12px;
font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #304463;
background: #FFFFFF;
border: 1px solid #DFE1E6;
box-sizing: border-box;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
border-radius: 5px;
}
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column:hover {
background: linear-gradient(0deg, rgba(0, 140, 255, 0.13), rgba(0, 140, 255, 0.13)), #FFFFFF;
border: 1px solid rgba(0, 140, 255, 0.14);
box-sizing: border-box;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-remove-column:hover,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-formula-column:hover,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button#wdt-open-columns-list:hover {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
border: 1px solid #DFE1E6;
box-sizing: border-box;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
}
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-remove-column,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-formula-column {
margin-right: 8px;
}
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column i,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-remove-column i,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-formula-column i,
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button#wdt-open-columns-list i {
margin-right: 8px;
}
.wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column {
color: #091E6F;
background: linear-gradient(0deg, rgba(0, 140, 255, 0.08), rgba(0, 140, 255, 0.08)), #FFFFFF;
border: 1px solid rgba(0, 140, 255, 0.14);
}
.wpdt-c .column-settings .card-header button:not(.wdt-excel-view):not(.wdt-standard-view):not(.wdt-excel-view-selected):not(.wdt-standard-view-selected) {
height: 32px;
margin-left: 1px;
border-radius: 0;
opacity: 0.8;
}
.wpdt-c .column-settings .card-header button:hover {
opacity: 1;
}
.wpdt-c .column-settings .card-header button:first-of-type:not(.wdt-excel-view):not(.wdt-standard-view):not(.wdt-excel-view-selected):not(.wdt-standard-view-selected) {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.wpdt-c .column-settings .card-header button:last-of-type:not(.wdt-excel-view):not(.wdt-standard-view):not(.wdt-excel-view-selected):not(.wdt-standard-view-selected) {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.wpdt-c .column-settings .card-header button.wdt-add-column,
.wpdt-c .column-settings .card-header button.wdt-remove-column,
.wpdt-c .column-settings .card-header button#wdt-open-columns-list {
width: 38px;
}
.wpdt-c .column-settings .card-header button#wdt-open-columns-list i:before {
font-size: 20px;
}
.wpdt-c .column-settings .card-header button.wdt-add-column:after,
.wpdt-c .column-settings .card-header button.wdt-remove-column:after {
font-size: 15px;
}
.wpdt-c .wdt-table-settings .input-path-block .fg-line {
width: 75%;
}
.wpdt-c .wdt-table-settings .wdt-pf-cascade-filtering-logic-block .form-group {
margin-bottom: 0;
}
.wpdt-c .wdt-custom-number-input {
position: relative;
}
.wpdt-c .wdt-custom-number-input #wdt-auto-refresh {
text-align: center;
}
.wpdt-c .wdt-custom-number-input .wdt-btn-number:hover,
.wpdt-c .wdt-custom-number-input .wdt-btn-number:active,
.wpdt-c .wdt-custom-number-input .wdt-btn-number:visited,
.wpdt-c .wdt-custom-number-input .wdt-btn-number{
position: absolute;
height: 100%;
width: 40px;
border: 1px solid #D7D9E2;
color: #8796AF;
background: #F8F8FA;
}
.wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-minus{
left: 0;
top: 0;
height: 100%;
border: 1px solid #D7D9E2;
color: #8796AF;
background: #F8F8FA;
border-radius: 2px 0 0 2px;
}
.wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-plus{
right: 0;
top: 0;
height: 100%;
border: 1px solid #D7D9E2;
color: #8796AF;
background: #F8F8FA;
border-radius: 0 2px 2px 0;
}
@media (max-width: 768px) {
.wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel {
width: 100% !important;
max-width: 100% !important;
}
}
@media (max-width: 480px) {
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block {
min-height: 100px;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block > span {
margin-top: 10px;
margin-right: 30px !important;
margin-left: 0 !important;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line, .wdt-column-block.gu-mirror .fg-line{
width: 80% !important;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input:hover,
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input:focus {
width: 100% !important;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control {
font-size: 14px;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-move-arrows {
padding: 24px 6px 24px 20px;
margin-left: 10px;
margin-top: 0 !important;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
top: 10px;
}
}
@media (max-width: 320px) {
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block {
min-height: 100px;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block > span {
margin-top: 10px;
margin-right: 18px !important;
margin-left: 0 !important;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line, .wdt-column-block.gu-mirror .fg-line{
width: 80% !important;
}
.wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control {
font-size: 14px;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-move-arrows {
padding: 24px 6px 24px 20px;
margin-left: 10px;
margin-top: -40px !important;
}
.wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
top: 10px;
}
}
| 0.450118 | 0.071721 |
html {
color: #333;
font-size: 1em;
line-height: 1.4;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ===== Initializr Styles ==================================================
Author: <NAME> - verekia.com/initializr/responsive-template
========================================================================== */
body {
font: 16px/26px Helvetica, Helvetica Neue, Arial;
}
.wrapper {
width: 90%;
margin: 0 5%;
}
/* ===================
ALL: Flat Color Theme
=================== */
.header-container {}
.main aside {
border-top: 4px solid #2c3e50;
}
.header-container,
.footer-container {
background: #2c3e50;
}
.title {
color: white;
}
footer a {
color: #fff;
text-decoration: none;
}
footer a:hover {
color: #ecf0f1;
}
/* ==============
MOBILE: Menu
============== */
nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}
nav a {
display: block;
margin-bottom: 10px;
padding: 15px 0;
text-align: center;
text-decoration: none;
font-weight: bold;
color: white;
background: #3498db;
}
nav a:hover,
nav a:visited {
color: white;
}
nav a:hover {
background-color: #2980b9;
text-decoration: none;
}
.navbar-btn {
cursor: pointer;
position: absolute;
right: 20px;
top: 28px;
}
.navbar-btn .icon-bar {
display: block;
width: 18px;
height: 2px;
background-color: #ecf0f1;
margin-bottom: 3px;
-webkit-box-shadow: 0 1px 0 rgba(236, 240, 241, 0.5);
-moz-box-shadow: 0 1px 0 rgba(236, 240, 241, 0.5);
box-shadow: 0 1px 0 rgba(236, 240, 241, 0.5);
}
/* ==============
MOBILE: Main
============== */
.main {
padding: 30px 0;
}
.main .posts h1 {
font-size: 2em;
}
.main aside {
margin-bottom: 30px;
padding: 0px 5% 10px;
}
.footer-container footer {
color: white;
padding: 20px 0;
}
/* ===============
ALL: IE Fixes
=============== */
.ie7 .title {
padding-top: 20px;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
a {
color: #3498db;
text-decoration: none;
}
a:hover {
color: #34495e;
text-decoration: underline;
}
blockquote {
padding: 7px 15px;
margin: 0 0 20px;
border-left: 5px solid #95a5a6;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #3498db;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(52, 152, 219, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(52, 152, 219, .6);
}
.post-title,
.post-title a {
color: #2c3e50;
margin-bottom: -8px;
}
.post-title a:hover {
color: #3498db;
text-decoration: none;
}
.post-meta {
color: #666;
font-size: 12px;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (min-width: 480px) {
/* ====================
INTERMEDIATE: Menu
==================== */
nav a {
float: left;
width: 27%;
margin: 0 1.7%;
padding: 25px 2%;
margin-bottom: 0;
}
nav li:first-child a {
margin-left: 0;
}
nav li:last-child a {
margin-right: 0;
}
.navbar-btn {
display: none;
}
/* ========================
INTERMEDIATE: IE Fixes
======================== */
nav ul li {
display: inline;
}
.oldie nav a {
margin: 0 0.7%;
}
}
@media only screen and (min-width: 768px) {
/* ====================
WIDE: CSS3 Effects
==================== */
.header-container,
.main aside {
-webkit-box-shadow: 0 5px 10px #aaa;
-moz-box-shadow: 0 5px 10px #aaa;
box-shadow: 0 5px 10px #aaa;
}
/* ============
WIDE: Menu
============ */
.title {
float: left;
}
nav {
float: right;
width: 38%;
}
.navbar-btn {
display: none;
}
/* ============
WIDE: Main
============ */
.main .posts {
float: left;
width: 57%;
}
.main aside {
float: right;
width: 28%;
}
}
@media only screen and (min-width: 1140px) {
/* ===============
Maximal Width
=============== */
.wrapper {
width: 1026px;
/* 1140px - 10% for margins */
margin: 0 auto;
}
}
/* ==========================================================================
Helper classes
========================================================================== */
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hidden {
display: none !important;
visibility: hidden;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.invisible {
visibility: hidden;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
/* ==========================================================================
Print styles
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
|
css/main.css
|
html {
color: #333;
font-size: 1em;
line-height: 1.4;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ===== Initializr Styles ==================================================
Author: <NAME> - verekia.com/initializr/responsive-template
========================================================================== */
body {
font: 16px/26px Helvetica, Helvetica Neue, Arial;
}
.wrapper {
width: 90%;
margin: 0 5%;
}
/* ===================
ALL: Flat Color Theme
=================== */
.header-container {}
.main aside {
border-top: 4px solid #2c3e50;
}
.header-container,
.footer-container {
background: #2c3e50;
}
.title {
color: white;
}
footer a {
color: #fff;
text-decoration: none;
}
footer a:hover {
color: #ecf0f1;
}
/* ==============
MOBILE: Menu
============== */
nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}
nav a {
display: block;
margin-bottom: 10px;
padding: 15px 0;
text-align: center;
text-decoration: none;
font-weight: bold;
color: white;
background: #3498db;
}
nav a:hover,
nav a:visited {
color: white;
}
nav a:hover {
background-color: #2980b9;
text-decoration: none;
}
.navbar-btn {
cursor: pointer;
position: absolute;
right: 20px;
top: 28px;
}
.navbar-btn .icon-bar {
display: block;
width: 18px;
height: 2px;
background-color: #ecf0f1;
margin-bottom: 3px;
-webkit-box-shadow: 0 1px 0 rgba(236, 240, 241, 0.5);
-moz-box-shadow: 0 1px 0 rgba(236, 240, 241, 0.5);
box-shadow: 0 1px 0 rgba(236, 240, 241, 0.5);
}
/* ==============
MOBILE: Main
============== */
.main {
padding: 30px 0;
}
.main .posts h1 {
font-size: 2em;
}
.main aside {
margin-bottom: 30px;
padding: 0px 5% 10px;
}
.footer-container footer {
color: white;
padding: 20px 0;
}
/* ===============
ALL: IE Fixes
=============== */
.ie7 .title {
padding-top: 20px;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
a {
color: #3498db;
text-decoration: none;
}
a:hover {
color: #34495e;
text-decoration: underline;
}
blockquote {
padding: 7px 15px;
margin: 0 0 20px;
border-left: 5px solid #95a5a6;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #3498db;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(52, 152, 219, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(52, 152, 219, .6);
}
.post-title,
.post-title a {
color: #2c3e50;
margin-bottom: -8px;
}
.post-title a:hover {
color: #3498db;
text-decoration: none;
}
.post-meta {
color: #666;
font-size: 12px;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (min-width: 480px) {
/* ====================
INTERMEDIATE: Menu
==================== */
nav a {
float: left;
width: 27%;
margin: 0 1.7%;
padding: 25px 2%;
margin-bottom: 0;
}
nav li:first-child a {
margin-left: 0;
}
nav li:last-child a {
margin-right: 0;
}
.navbar-btn {
display: none;
}
/* ========================
INTERMEDIATE: IE Fixes
======================== */
nav ul li {
display: inline;
}
.oldie nav a {
margin: 0 0.7%;
}
}
@media only screen and (min-width: 768px) {
/* ====================
WIDE: CSS3 Effects
==================== */
.header-container,
.main aside {
-webkit-box-shadow: 0 5px 10px #aaa;
-moz-box-shadow: 0 5px 10px #aaa;
box-shadow: 0 5px 10px #aaa;
}
/* ============
WIDE: Menu
============ */
.title {
float: left;
}
nav {
float: right;
width: 38%;
}
.navbar-btn {
display: none;
}
/* ============
WIDE: Main
============ */
.main .posts {
float: left;
width: 57%;
}
.main aside {
float: right;
width: 28%;
}
}
@media only screen and (min-width: 1140px) {
/* ===============
Maximal Width
=============== */
.wrapper {
width: 1026px;
/* 1140px - 10% for margins */
margin: 0 auto;
}
}
/* ==========================================================================
Helper classes
========================================================================== */
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hidden {
display: none !important;
visibility: hidden;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.invisible {
visibility: hidden;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
/* ==========================================================================
Print styles
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
| 0.406509 | 0.098686 |
@font-face {
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-display: swap;
src: url('../fonts/SpoqaHanSansLight.woff2') format('woff2'),
url('../fonts/SpoqaHanSansLight.woff') format('woff'),
url('../fonts/SpoqaHanSansLight.otf') format('opentype');
}
@font-face {
font-family: 'Spoqa Han Sans';
font-weight: 400;
font-display: swap;
src: url('../fonts/SpoqaHanSansRegular.woff2') format('woff2'),
url('../fonts/SpoqaHanSansRegular.woff') format('woff'),
url('../fonts/SpoqaHanSansRegular.otf') format('opentype');
}
@font-face {
font-family: 'Spoqa Han Sans';
font-weight: 700;
font-display: swap;
src: url('../fonts/SpoqaHanSansBold.woff2') format('woff2'),
url('../fonts/SpoqaHanSansBold.woff') format('woff'),
url('../fonts/SpoqaHanSansBold.otf') format('opentype');
}
/* font family : effra */
@font-face {
font-family: 'effra';
font-style: normal;
font-weight: 300;
font-display: auto;
src:url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),
url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
}
@font-face {
font-family: 'effra';
font-style:normal;
font-weight:400;
font-display:auto;
src:url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
}
@font-face {
font-family: 'effra';
font-style: normal;
font-weight:700;
font-display: auto;
src:url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
}
.tk-effra { font-family: "effra",sans-serif; }
|
src/dolpago/content/styles/fonts.css
|
@font-face {
font-family: 'Spoqa Han Sans';
font-weight: 300;
font-display: swap;
src: url('../fonts/SpoqaHanSansLight.woff2') format('woff2'),
url('../fonts/SpoqaHanSansLight.woff') format('woff'),
url('../fonts/SpoqaHanSansLight.otf') format('opentype');
}
@font-face {
font-family: 'Spoqa Han Sans';
font-weight: 400;
font-display: swap;
src: url('../fonts/SpoqaHanSansRegular.woff2') format('woff2'),
url('../fonts/SpoqaHanSansRegular.woff') format('woff'),
url('../fonts/SpoqaHanSansRegular.otf') format('opentype');
}
@font-face {
font-family: 'Spoqa Han Sans';
font-weight: 700;
font-display: swap;
src: url('../fonts/SpoqaHanSansBold.woff2') format('woff2'),
url('../fonts/SpoqaHanSansBold.woff') format('woff'),
url('../fonts/SpoqaHanSansBold.otf') format('opentype');
}
/* font family : effra */
@font-face {
font-family: 'effra';
font-style: normal;
font-weight: 300;
font-display: auto;
src:url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),
url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
}
@font-face {
font-family: 'effra';
font-style:normal;
font-weight:400;
font-display:auto;
src:url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
}
@font-face {
font-family: 'effra';
font-style: normal;
font-weight:700;
font-display: auto;
src:url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
}
.tk-effra { font-family: "effra",sans-serif; }
| 0.285571 | 0.065128 |
Created on : 23-jul-2017, 15:19:19
Author : Byron
*/
body {
background:whitesmoke;
/*border: ridge;*/
}
#contenedor{
width: 98%;
/*border: ridge;*/
/*margin: 15px 20px;*/
/* height: 615px;*/
height: 647px;
background: #FFFFFF;
}
#cuerpo{
width: 75%;
/* border: ridge;width: 75%;width: 75%; */
float: right;
background: whitesmoke;
/*.page-container .main-content*/
position: relative;
display: table-cell;
vertical-align: top;
padding: 20px;
background: #FFFFFF;
}
#menu{
width: 320px;
/*border: ridge;*/
height: 647px;
float: left;
background: #00a651;
position: fixed;/*para mantener el fijamiento del contenido del menu*/
}
#titulo
{
width: 100%;
height: 75px;
/*border: ridge;*/
float: left;
border-bottom: #00a651;
border-style: solid;
border-top: hidden;
border-left: hidden;
border-right: hidden;
}
#contenido_cuerpo
{
width: 100%;
/*border: ridge;*/
float: left;
height: 500px;
/* .page-container .main-content */
position: relative;
display: table-cell;
vertical-align: top;
padding: 20px;
background: #FFFFFF;
box-sizing: border-box;
}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* para 980px o menos */
@media screen and (max-width: 980px) {
#contenedor{
width: 96%;
margin: 15px 5px;
height: 980px;
}
#cuerpo {
width: 100%;
/*background: red;*/
}
#menu {
width: auto;
/*float: left;*/
height: auto;
position: absolute; /*para quitar el fijamiento del contenido del menu*/
/*visibility: hidden;*/
}
.scrollbar{
height: auto;
width: auto;
}
}
/* para 700px o menos */
@media screen and (max-width: 700px) {
#contenedor{
height: auto;
/*background: blue;*/
}
#cuerpo {
}
#menu {
width: auto;
/*float: left;*/
/*visibility: hidden;*/
height: auto;
}
}
/* para 480px o menos */
@media screen and (max-width: 480px) {
#contenedor{
width: 98%;
margin: 15px 5px;
float: right;
}
#header {
height: auto;
float: right;
}
#menu {
/*float: left;*/
width: auto;
/*visibility: hidden;*/
height: auto;
}
}
|
WebPSUTEQ/web/resources/css/ingresoestilo.css
|
Created on : 23-jul-2017, 15:19:19
Author : Byron
*/
body {
background:whitesmoke;
/*border: ridge;*/
}
#contenedor{
width: 98%;
/*border: ridge;*/
/*margin: 15px 20px;*/
/* height: 615px;*/
height: 647px;
background: #FFFFFF;
}
#cuerpo{
width: 75%;
/* border: ridge;width: 75%;width: 75%; */
float: right;
background: whitesmoke;
/*.page-container .main-content*/
position: relative;
display: table-cell;
vertical-align: top;
padding: 20px;
background: #FFFFFF;
}
#menu{
width: 320px;
/*border: ridge;*/
height: 647px;
float: left;
background: #00a651;
position: fixed;/*para mantener el fijamiento del contenido del menu*/
}
#titulo
{
width: 100%;
height: 75px;
/*border: ridge;*/
float: left;
border-bottom: #00a651;
border-style: solid;
border-top: hidden;
border-left: hidden;
border-right: hidden;
}
#contenido_cuerpo
{
width: 100%;
/*border: ridge;*/
float: left;
height: 500px;
/* .page-container .main-content */
position: relative;
display: table-cell;
vertical-align: top;
padding: 20px;
background: #FFFFFF;
box-sizing: border-box;
}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* para 980px o menos */
@media screen and (max-width: 980px) {
#contenedor{
width: 96%;
margin: 15px 5px;
height: 980px;
}
#cuerpo {
width: 100%;
/*background: red;*/
}
#menu {
width: auto;
/*float: left;*/
height: auto;
position: absolute; /*para quitar el fijamiento del contenido del menu*/
/*visibility: hidden;*/
}
.scrollbar{
height: auto;
width: auto;
}
}
/* para 700px o menos */
@media screen and (max-width: 700px) {
#contenedor{
height: auto;
/*background: blue;*/
}
#cuerpo {
}
#menu {
width: auto;
/*float: left;*/
/*visibility: hidden;*/
height: auto;
}
}
/* para 480px o menos */
@media screen and (max-width: 480px) {
#contenedor{
width: 98%;
margin: 15px 5px;
float: right;
}
#header {
height: auto;
float: right;
}
#menu {
/*float: left;*/
width: auto;
/*visibility: hidden;*/
height: auto;
}
}
| 0.177704 | 0.146179 |
.id-box {
margin: 0 auto;
text-align: center;
font-size: 14px;
}
.item-box .am-u-sm-3,
.item-box .am-u-sm-9,
.id-box .am-u-sm-4 {
padding: 0px;
}
.id-box .am-u-sm-4 {
border-left: 1px solid #eee;
border-bottom: 1px solid #eee;
}
a:focus,
a:hover,
a:active,
a {
color: #333;
text-decoration: none;
}
.id-box img {
max-width: 60%;
height: 60px;
}
.id-item:hover{
background-color: #eee;
}
.id-item {
padding: 20px 0px;
}
.img-box {
float: left;
}
.item .img-box {
margin: 0 auto;
text-align: center;
display: block;
}
.item {
display: block;
padding: 15px 15px 10px 10px;
overflow: hidden;
position: relative;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
}
.item img {
width: 100px;
height: 80px;
}
.item-title {
font-weight: 400;
font-size: 16px;
color: #000;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
}
.item-description {
font-size: 13px;
color: #999;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.3;
}
.item-content {
padding: 0px 20px;
overflow: hidden;
display: block;
height: 80px;
}
.item-box a+a {
border-top: 1px solid #eee;
}
.item-box a:hover{
background: #eee;
}
.carousel img {
width: 100%;
}
.hd {
padding: 2em 0;
}
.page_title {
text-align: center;
font-size: 34px;
color: #3cc51f;
font-weight: 400;
margin: 0 15%;
}
label {
margin-bottom: 0px;
font-weight: normal;
}
.id-item i {
font-size: 3em;
margin-bottom: 15px;
}
.ad-upload-box,
.ad-login-box {
margin-top: 50px;
}
.blur {
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
}
.ad-img-box img {
max-height: 300px;
max-width: 100%;
}
.ad-img-box {
display: inline-block;
margin: 5px;
max-width: 47%;
}
ul {
margin-top: 0;
}
.admin-icon-yellow {
color: #ffbe40;
}
.admin-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1500;
font-size: 1.4rem;
margin-bottom: 0;
}
.admin-header-list a:hover :after {
content: none;
}
.admin-main {
position: relative;
height: 100%;
padding-top: 51px;
background: #f3f3f3;
}
.admin-menu {
position: fixed;
z-index: 10;
bottom: 30px;
right: 20px;
}
.admin-sidebar {
width: 260px;
min-height: 100%;
float: left;
border-right: 1px solid #cecece;
}
.admin-sidebar.am-active {
z-index: 1600;
}
.admin-sidebar-list {
margin-bottom: 0;
}
.admin-sidebar-list li a {
color: #5c5c5c;
padding-left: 24px;
}
.admin-sidebar-list li:first-child {
border-top: none;
}
.admin-sidebar-sub {
margin-top: 0;
margin-bottom: 0;
box-shadow: 0 16px 8px -15px #e2e2e2 inset;
background: #ececec;
padding-left: 24px;
}
.admin-sidebar-sub li:first-child {
border-top: 1px solid #dedede;
}
.admin-sidebar-panel {
margin: 10px;
}
.admin-content {
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;
background: #fff;
}
.admin-content,
.admin-sidebar {
height: 100%;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
.admin-content-body {
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.admin-content-footer {
font-size: 85%;
color: #777;
}
.admin-content-list {
border: 1px solid #e9ecf1;
margin-top: 0;
}
.admin-content-list li {
border: 1px solid #e9ecf1;
border-width: 0 1px;
margin-left: -1px;
}
.admin-content-list li:first-child {
border-left: none;
}
.admin-content-list li:last-child {
border-right: none;
}
.admin-content-table a {
color: #535353;
}
.admin-content-file {
margin-bottom: 0;
color: #666;
}
.admin-content-file p {
margin: 0 0 5px 0;
font-size: 1.4rem;
}
.admin-content-file li {
padding: 10px 0;
}
.admin-content-file li:first-child {
border-top: none;
}
.admin-content-file li:last-child {
border-bottom: none;
}
.admin-content-file li .am-progress {
margin-bottom: 4px;
}
.admin-content-file li .am-progress-bar {
line-height: 14px;
}
.admin-content-task {
margin-bottom: 0;
}
.admin-content-task li {
padding: 5px 0;
border-color: #eee;
}
.admin-content-task li:first-child {
border-top: none;
}
.admin-content-task li:last-child {
border-bottom: none;
}
.admin-task-meta {
font-size: 1.2rem;
color: #999;
}
.admin-task-bd {
font-size: 1.4rem;
margin-bottom: 5px;
}
.admin-content-comment {
margin-bottom: 0;
}
.admin-content-comment .am-comment-bd {
font-size: 1.4rem;
}
.admin-content-pagination {
margin-bottom: 0;
}
.admin-content-pagination li a {
padding: 4px 8px;
}
@media only screen and (min-width: 641px) {
.admin-sidebar {
display: block;
position: static;
background: none;
}
.admin-offcanvas-bar {
position: static;
width: auto;
background: none;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.admin-offcanvas-bar:after {
content: none;
}
}
@media only screen and (max-width: 640px) {
.admin-sidebar {
width: inherit;
}
.admin-offcanvas-bar {
background: #f3f3f3;
}
.admin-offcanvas-bar:after {
background: #BABABA;
}
.admin-sidebar-list a:hover, .admin-sidebar-list a:active{
-webkit-transition: background-color .3s ease;
-moz-transition: background-color .3s ease;
-ms-transition: background-color .3s ease;
-o-transition: background-color .3s ease;
transition: background-color .3s ease;
background: #E4E4E4;
}
.admin-content-list li {
padding: 10px;
border-width: 1px 0;
margin-top: -1px;
}
.admin-content-list li:first-child {
border-top: none;
}
.admin-content-list li:last-child {
border-bottom: none;
}
.admin-form-text {
text-align: left !important;
}
}
.user-info {
margin-bottom: 15px;
}
.user-info .am-progress {
margin-bottom: 4px;
}
.user-info p {
margin: 5px;
}
.user-info-order {
font-size: 1.4rem;
}
.error-log .am-pre-scrollable {
max-height: 40rem;
}
.table-main {
font-size: 1.4rem;
padding: .5rem;
}
.table-main button {
background: #fff;
}
.table-check {
width: 30px;
}
.table-id {
width: 50px;
}
@media only screen and (max-width: 640px) {
.table-select {
margin-top: 10px;
margin-left: 5px;
}
}
.gallery-list li {
padding: 10px;
}
.gallery-list a {
color: #666;
}
.gallery-list a:hover {
color: #3bb4f2;
}
.gallery-title {
margin-top: 6px;
font-size: 1.4rem;
}
.gallery-desc {
font-size: 1.2rem;
margin-top: 4px;
}
.page-404 {
background: #fff;
border: none;
width: 200px;
margin: 0 auto;
}
.am-fl.am-cf h1 {
display: inline-block;
}
|
public/css/style.css
|
.id-box {
margin: 0 auto;
text-align: center;
font-size: 14px;
}
.item-box .am-u-sm-3,
.item-box .am-u-sm-9,
.id-box .am-u-sm-4 {
padding: 0px;
}
.id-box .am-u-sm-4 {
border-left: 1px solid #eee;
border-bottom: 1px solid #eee;
}
a:focus,
a:hover,
a:active,
a {
color: #333;
text-decoration: none;
}
.id-box img {
max-width: 60%;
height: 60px;
}
.id-item:hover{
background-color: #eee;
}
.id-item {
padding: 20px 0px;
}
.img-box {
float: left;
}
.item .img-box {
margin: 0 auto;
text-align: center;
display: block;
}
.item {
display: block;
padding: 15px 15px 10px 10px;
overflow: hidden;
position: relative;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
}
.item img {
width: 100px;
height: 80px;
}
.item-title {
font-weight: 400;
font-size: 16px;
color: #000;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
}
.item-description {
font-size: 13px;
color: #999;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.3;
}
.item-content {
padding: 0px 20px;
overflow: hidden;
display: block;
height: 80px;
}
.item-box a+a {
border-top: 1px solid #eee;
}
.item-box a:hover{
background: #eee;
}
.carousel img {
width: 100%;
}
.hd {
padding: 2em 0;
}
.page_title {
text-align: center;
font-size: 34px;
color: #3cc51f;
font-weight: 400;
margin: 0 15%;
}
label {
margin-bottom: 0px;
font-weight: normal;
}
.id-item i {
font-size: 3em;
margin-bottom: 15px;
}
.ad-upload-box,
.ad-login-box {
margin-top: 50px;
}
.blur {
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
}
.ad-img-box img {
max-height: 300px;
max-width: 100%;
}
.ad-img-box {
display: inline-block;
margin: 5px;
max-width: 47%;
}
ul {
margin-top: 0;
}
.admin-icon-yellow {
color: #ffbe40;
}
.admin-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1500;
font-size: 1.4rem;
margin-bottom: 0;
}
.admin-header-list a:hover :after {
content: none;
}
.admin-main {
position: relative;
height: 100%;
padding-top: 51px;
background: #f3f3f3;
}
.admin-menu {
position: fixed;
z-index: 10;
bottom: 30px;
right: 20px;
}
.admin-sidebar {
width: 260px;
min-height: 100%;
float: left;
border-right: 1px solid #cecece;
}
.admin-sidebar.am-active {
z-index: 1600;
}
.admin-sidebar-list {
margin-bottom: 0;
}
.admin-sidebar-list li a {
color: #5c5c5c;
padding-left: 24px;
}
.admin-sidebar-list li:first-child {
border-top: none;
}
.admin-sidebar-sub {
margin-top: 0;
margin-bottom: 0;
box-shadow: 0 16px 8px -15px #e2e2e2 inset;
background: #ececec;
padding-left: 24px;
}
.admin-sidebar-sub li:first-child {
border-top: 1px solid #dedede;
}
.admin-sidebar-panel {
margin: 10px;
}
.admin-content {
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;
background: #fff;
}
.admin-content,
.admin-sidebar {
height: 100%;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
.admin-content-body {
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.admin-content-footer {
font-size: 85%;
color: #777;
}
.admin-content-list {
border: 1px solid #e9ecf1;
margin-top: 0;
}
.admin-content-list li {
border: 1px solid #e9ecf1;
border-width: 0 1px;
margin-left: -1px;
}
.admin-content-list li:first-child {
border-left: none;
}
.admin-content-list li:last-child {
border-right: none;
}
.admin-content-table a {
color: #535353;
}
.admin-content-file {
margin-bottom: 0;
color: #666;
}
.admin-content-file p {
margin: 0 0 5px 0;
font-size: 1.4rem;
}
.admin-content-file li {
padding: 10px 0;
}
.admin-content-file li:first-child {
border-top: none;
}
.admin-content-file li:last-child {
border-bottom: none;
}
.admin-content-file li .am-progress {
margin-bottom: 4px;
}
.admin-content-file li .am-progress-bar {
line-height: 14px;
}
.admin-content-task {
margin-bottom: 0;
}
.admin-content-task li {
padding: 5px 0;
border-color: #eee;
}
.admin-content-task li:first-child {
border-top: none;
}
.admin-content-task li:last-child {
border-bottom: none;
}
.admin-task-meta {
font-size: 1.2rem;
color: #999;
}
.admin-task-bd {
font-size: 1.4rem;
margin-bottom: 5px;
}
.admin-content-comment {
margin-bottom: 0;
}
.admin-content-comment .am-comment-bd {
font-size: 1.4rem;
}
.admin-content-pagination {
margin-bottom: 0;
}
.admin-content-pagination li a {
padding: 4px 8px;
}
@media only screen and (min-width: 641px) {
.admin-sidebar {
display: block;
position: static;
background: none;
}
.admin-offcanvas-bar {
position: static;
width: auto;
background: none;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.admin-offcanvas-bar:after {
content: none;
}
}
@media only screen and (max-width: 640px) {
.admin-sidebar {
width: inherit;
}
.admin-offcanvas-bar {
background: #f3f3f3;
}
.admin-offcanvas-bar:after {
background: #BABABA;
}
.admin-sidebar-list a:hover, .admin-sidebar-list a:active{
-webkit-transition: background-color .3s ease;
-moz-transition: background-color .3s ease;
-ms-transition: background-color .3s ease;
-o-transition: background-color .3s ease;
transition: background-color .3s ease;
background: #E4E4E4;
}
.admin-content-list li {
padding: 10px;
border-width: 1px 0;
margin-top: -1px;
}
.admin-content-list li:first-child {
border-top: none;
}
.admin-content-list li:last-child {
border-bottom: none;
}
.admin-form-text {
text-align: left !important;
}
}
.user-info {
margin-bottom: 15px;
}
.user-info .am-progress {
margin-bottom: 4px;
}
.user-info p {
margin: 5px;
}
.user-info-order {
font-size: 1.4rem;
}
.error-log .am-pre-scrollable {
max-height: 40rem;
}
.table-main {
font-size: 1.4rem;
padding: .5rem;
}
.table-main button {
background: #fff;
}
.table-check {
width: 30px;
}
.table-id {
width: 50px;
}
@media only screen and (max-width: 640px) {
.table-select {
margin-top: 10px;
margin-left: 5px;
}
}
.gallery-list li {
padding: 10px;
}
.gallery-list a {
color: #666;
}
.gallery-list a:hover {
color: #3bb4f2;
}
.gallery-title {
margin-top: 6px;
font-size: 1.4rem;
}
.gallery-desc {
font-size: 1.2rem;
margin-top: 4px;
}
.page-404 {
background: #fff;
border: none;
width: 200px;
margin: 0 auto;
}
.am-fl.am-cf h1 {
display: inline-block;
}
| 0.23092 | 0.078926 |
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
/* line 10, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
/* line 20, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
/* line 34, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
/* line 55, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
/* line 68, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
/* line 78, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
/* line 90, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
/* line 98, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
/* line 110, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
/* line 118, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
/* line 127, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
/* line 136, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Address styling not present in IE 8/9.
*/
/* line 145, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
/* line 154, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
/* line 162, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
/* line 170, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
sup {
top: -0.5em; }
/* line 174, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
/* line 185, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
/* line 193, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
/* line 204, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
figure {
margin: 1em 40px; }
/**
* Address differences between Firefox and other browsers.
*/
/* line 212, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
/* line 222, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
/* line 230, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
/* line 253, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
/* line 267, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
/* line 278, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
/* line 291, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
/* line 303, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
/* line 312, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
/* line 323, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
/* line 335, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
/* line 347, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
/* line 358, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
/* line 371, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
/* line 380, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
/* line 391, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
/* line 400, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
/* line 409, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
/* line 420, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
table {
border-collapse: collapse;
border-spacing: 0; }
/* line 425, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
td,
th {
padding: 0; }
/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
/* line 13, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
html {
/* Change default typefaces here */
font-family: 'Source Sans Pro', sans-serif;
font-size: 137.5%;
-webkit-font-smoothing: antialiased; }
/* Copy & Lists */
/* line 27, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
p {
line-height: 1.5rem;
margin-bottom: 1.5rem;
margin-top: 0; }
/* line 33, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
ul, ol {
margin-bottom: 1.5rem;
margin-top: 0; }
/* line 36, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
ul li, ol li {
line-height: 1.5rem; }
/* line 39, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
ul ul, ul ol, ol ul, ol ol {
margin-top: 0;
margin-bottom: 0; }
/* line 45, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
blockquote {
line-height: 1.5rem;
margin-top: 1.5rem;
margin-bottom: 1.5rem; }
/* Headings */
/* line 52, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h1, h2, h3, h4, h5, h6 {
/* Change heading typefaces here */
font-weight: 100;
margin-bottom: 1.5rem;
margin-top: 0;
line-height: 1.5rem; }
/* line 61, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h1 {
font-size: 4.242rem;
line-height: 4.5rem;
margin-bottom: 3rem; }
/* line 67, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h2 {
font-size: 2.828rem;
line-height: 3rem;
margin-bottom: 3rem; }
/* line 73, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h3 {
font-size: 1.414rem; }
/* line 77, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h4 {
font-size: 0.707rem; }
/* line 81, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h5 {
font-size: 0.47133rem; }
/* line 85, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h6 {
font-size: 0.3535rem; }
/* Tables */
/* line 90, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
table {
margin-bottom: 1.5rem;
border-spacing: 0px;
border-collapse: collapse; }
/* line 94, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
table td, table th {
padding: 0;
line-height: 33px; }
/* Code blocks */
/* line 101, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
code {
vertical-align: bottom; }
/* Leading paragraph text */
/* line 107, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
.lead {
font-size: 1.414rem; }
/*********************************/
/* line 14, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.hidden {
display: none; }
/* line 18, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.right {
float: right; }
/* line 22, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.clearfix {
overflow: auto;
zoom: 1; }
/*********************************/
/* line 29, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
/* 2 */
box-sizing: border-box; }
/* line 35, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
html, body {
background-color: #fefbe9;
color: #313d53;
height: 100%; }
/* line 41, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
main {
margin-top: 3rem;
min-height: 100%;
/* equal to footer height */
margin-bottom: 7.5rem; }
/* line 48, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
main:after {
content: "";
display: block; }
/* line 55, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
article {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-right: 0;
margin-bottom: 3rem; }
/* line 66, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
article header {
margin-bottom: 1.5rem; }
/* line 68, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
article header h1 {
font-size: 1rem;
font-weight: 700;
line-height: 1.25rem;
margin-bottom: 0; }
/* line 74, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
article header .byline {
font-size: 0.75rem;
font-family: "PT Mono", monospace; }
/* line 78, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
article header address {
font-style: normal; }
/* line 84, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
article p, footer p {
font-size: 0.8rem;
line-height: 1.1rem; }
/* line 91, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
footer {
padding-top: 1rem;
height: 7.5rem; }
/* line 95, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
footer hr {
margin-top: 0; }
/* line 98, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
footer .nav a:hover {
color: #313d53;
background-color: white; }
/* line 104, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.columns {
-webkit-columns: 300px 2;
-moz-columns: 300px 2;
columns: 300px 2; }
/* line 110, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.column {
width: 50%; }
/* line 115, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
header h1.logotype {
text-align: center;
font-size: 3rem;
margin: 0 auto; }
/* line 124, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
h2 {
font-size: 1.2rem;
line-height: 1.5rem;
margin-top: 3rem;
font-weight: 200;
margin-right: 33%; }
/* line 130, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
h2.mission {
text-align: center;
margin: 0 auto 4rem auto;
max-width: 800px; }
/* line 138, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
hr {
margin-top: 0;
border: none;
background-color: #313d53;
width: 80px;
position: absolute;
right: 0; }
/* line 146, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
hr.thin {
height: 3px; }
/* line 149, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
hr.thick {
height: 10px; }
/* line 154, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
a {
text-decoration: none; }
/* line 156, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
a:hover {
text-decoration: line-through;
color: #313d53;
cursor: pointer; }
/* line 163, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
p a {
border-bottom: 1px dotted #313d53; }
/* line 165, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
p a:hover {
border-bottom: none; }
/* line 170, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.dark-color p a {
border-bottom-color: #fefbe9; }
/* line 172, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.dark-color p a:hover {
color: white; }
/* line 177, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
sup {
top: -0.25em; }
/* line 183, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.list-unstyled {
list-style-type: none;
margin-left: 0;
padding-left: 0; }
/* line 189, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.list-inline li {
display: inline-block;
margin-left: 0;
padding-left: 0;
margin-right: 1rem; }
/* line 197, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.dark-color {
background-color: #313d53;
color: #fefbe9; }
/* line 201, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.dark-color a {
color: #fefbe9; }
/* line 205, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.dark-color hr {
background-color: #fefbe9; }
/* line 210, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.container {
max-width: 80%;
min-width: 300px;
margin-left: auto;
margin-right: auto; }
/* line 217, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number {
margin-top: -1.5rem;
text-align: center;
display: block;
background-color: #313d53;
color: #fefbe9;
padding: 0.05em 0.3em 0.1em;
font-weight: 700;
text-transform: uppercase;
position: absolute;
right: 0;
width: 80px;
height: 34px; }
/* line 231, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number var {
font-family: "PT Mono", monospace;
font-style: initial;
font-size: 1rem;
font-weight: normal;
line-height: 1.5rem; }
/* line 240, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number.navicable:hover {
background-color: transparent;
font-weight: 400; }
/* line 244, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number.navicable:hover:before {
content: "";
border-right: 17px solid #313d53;
display: block;
position: absolute;
left: 0;
top: 0;
border-top: 17px solid transparent;
border-bottom: 17px solid transparent; }
/* line 254, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number.navicable:hover:after {
content: "×";
display: block;
position: absolute;
background-color: #313d53;
width: 79%;
height: 100%;
right: 0;
top: 0;
box-sizing: border-box;
font-size: 2rem;
line-height: 1.4rem; }
/* line 267, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number.navicable:hover .unit {
display: none; }
/* line 271, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number.navicable a {
display: block;
width: 100%;
height: 100%;
z-index: 1;
left: 0.05em;
position: absolute; }
/* line 283, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.strike {
background-size: contain; }
/* line 288, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.nav a {
font-size: 0.6rem;
text-transform: uppercase;
letter-spacing: 0.1rem;
font-weight: 700; }
/* line 297, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.logo {
width: 200px;
height: 200px;
background-color: #313d53;
border-radius: 50%; }
|
build/stylesheets/all-9410fba2.css
|
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
/* line 10, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
/* line 20, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
/* line 34, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
/* line 55, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
/* line 68, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
/* line 78, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
/* line 90, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
/* line 98, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
/* line 110, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
/* line 118, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
/* line 127, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
/* line 136, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Address styling not present in IE 8/9.
*/
/* line 145, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
/* line 154, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
/* line 162, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
/* line 170, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
sup {
top: -0.5em; }
/* line 174, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
/* line 185, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
/* line 193, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
/* line 204, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
figure {
margin: 1em 40px; }
/**
* Address differences between Firefox and other browsers.
*/
/* line 212, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
/* line 222, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
/* line 230, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
/* line 253, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
/* line 267, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
/* line 278, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
/* line 291, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
/* line 303, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
/* line 312, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
/* line 323, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
/* line 335, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
/* line 347, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
/* line 358, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
/* line 371, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
/* line 380, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
/* line 391, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
/* line 400, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
/* line 409, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
/* line 420, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
table {
border-collapse: collapse;
border-spacing: 0; }
/* line 425, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */
td,
th {
padding: 0; }
/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
/* line 13, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
html {
/* Change default typefaces here */
font-family: 'Source Sans Pro', sans-serif;
font-size: 137.5%;
-webkit-font-smoothing: antialiased; }
/* Copy & Lists */
/* line 27, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
p {
line-height: 1.5rem;
margin-bottom: 1.5rem;
margin-top: 0; }
/* line 33, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
ul, ol {
margin-bottom: 1.5rem;
margin-top: 0; }
/* line 36, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
ul li, ol li {
line-height: 1.5rem; }
/* line 39, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
ul ul, ul ol, ol ul, ol ol {
margin-top: 0;
margin-bottom: 0; }
/* line 45, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
blockquote {
line-height: 1.5rem;
margin-top: 1.5rem;
margin-bottom: 1.5rem; }
/* Headings */
/* line 52, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h1, h2, h3, h4, h5, h6 {
/* Change heading typefaces here */
font-weight: 100;
margin-bottom: 1.5rem;
margin-top: 0;
line-height: 1.5rem; }
/* line 61, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h1 {
font-size: 4.242rem;
line-height: 4.5rem;
margin-bottom: 3rem; }
/* line 67, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h2 {
font-size: 2.828rem;
line-height: 3rem;
margin-bottom: 3rem; }
/* line 73, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h3 {
font-size: 1.414rem; }
/* line 77, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h4 {
font-size: 0.707rem; }
/* line 81, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h5 {
font-size: 0.47133rem; }
/* line 85, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
h6 {
font-size: 0.3535rem; }
/* Tables */
/* line 90, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
table {
margin-bottom: 1.5rem;
border-spacing: 0px;
border-collapse: collapse; }
/* line 94, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
table td, table th {
padding: 0;
line-height: 33px; }
/* Code blocks */
/* line 101, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
code {
vertical-align: bottom; }
/* Leading paragraph text */
/* line 107, /Personal/Projects/ImpermanentMarker/source/stylesheets/_typebase.scss */
.lead {
font-size: 1.414rem; }
/*********************************/
/* line 14, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.hidden {
display: none; }
/* line 18, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.right {
float: right; }
/* line 22, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.clearfix {
overflow: auto;
zoom: 1; }
/*********************************/
/* line 29, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
/* 2 */
box-sizing: border-box; }
/* line 35, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
html, body {
background-color: #fefbe9;
color: #313d53;
height: 100%; }
/* line 41, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
main {
margin-top: 3rem;
min-height: 100%;
/* equal to footer height */
margin-bottom: 7.5rem; }
/* line 48, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
main:after {
content: "";
display: block; }
/* line 55, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
article {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-right: 0;
margin-bottom: 3rem; }
/* line 66, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
article header {
margin-bottom: 1.5rem; }
/* line 68, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
article header h1 {
font-size: 1rem;
font-weight: 700;
line-height: 1.25rem;
margin-bottom: 0; }
/* line 74, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
article header .byline {
font-size: 0.75rem;
font-family: "PT Mono", monospace; }
/* line 78, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
article header address {
font-style: normal; }
/* line 84, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
article p, footer p {
font-size: 0.8rem;
line-height: 1.1rem; }
/* line 91, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
footer {
padding-top: 1rem;
height: 7.5rem; }
/* line 95, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
footer hr {
margin-top: 0; }
/* line 98, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
footer .nav a:hover {
color: #313d53;
background-color: white; }
/* line 104, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.columns {
-webkit-columns: 300px 2;
-moz-columns: 300px 2;
columns: 300px 2; }
/* line 110, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.column {
width: 50%; }
/* line 115, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
header h1.logotype {
text-align: center;
font-size: 3rem;
margin: 0 auto; }
/* line 124, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
h2 {
font-size: 1.2rem;
line-height: 1.5rem;
margin-top: 3rem;
font-weight: 200;
margin-right: 33%; }
/* line 130, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
h2.mission {
text-align: center;
margin: 0 auto 4rem auto;
max-width: 800px; }
/* line 138, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
hr {
margin-top: 0;
border: none;
background-color: #313d53;
width: 80px;
position: absolute;
right: 0; }
/* line 146, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
hr.thin {
height: 3px; }
/* line 149, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
hr.thick {
height: 10px; }
/* line 154, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
a {
text-decoration: none; }
/* line 156, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
a:hover {
text-decoration: line-through;
color: #313d53;
cursor: pointer; }
/* line 163, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
p a {
border-bottom: 1px dotted #313d53; }
/* line 165, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
p a:hover {
border-bottom: none; }
/* line 170, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.dark-color p a {
border-bottom-color: #fefbe9; }
/* line 172, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.dark-color p a:hover {
color: white; }
/* line 177, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
sup {
top: -0.25em; }
/* line 183, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.list-unstyled {
list-style-type: none;
margin-left: 0;
padding-left: 0; }
/* line 189, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.list-inline li {
display: inline-block;
margin-left: 0;
padding-left: 0;
margin-right: 1rem; }
/* line 197, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.dark-color {
background-color: #313d53;
color: #fefbe9; }
/* line 201, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.dark-color a {
color: #fefbe9; }
/* line 205, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.dark-color hr {
background-color: #fefbe9; }
/* line 210, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.container {
max-width: 80%;
min-width: 300px;
margin-left: auto;
margin-right: auto; }
/* line 217, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number {
margin-top: -1.5rem;
text-align: center;
display: block;
background-color: #313d53;
color: #fefbe9;
padding: 0.05em 0.3em 0.1em;
font-weight: 700;
text-transform: uppercase;
position: absolute;
right: 0;
width: 80px;
height: 34px; }
/* line 231, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number var {
font-family: "PT Mono", monospace;
font-style: initial;
font-size: 1rem;
font-weight: normal;
line-height: 1.5rem; }
/* line 240, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number.navicable:hover {
background-color: transparent;
font-weight: 400; }
/* line 244, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number.navicable:hover:before {
content: "";
border-right: 17px solid #313d53;
display: block;
position: absolute;
left: 0;
top: 0;
border-top: 17px solid transparent;
border-bottom: 17px solid transparent; }
/* line 254, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number.navicable:hover:after {
content: "×";
display: block;
position: absolute;
background-color: #313d53;
width: 79%;
height: 100%;
right: 0;
top: 0;
box-sizing: border-box;
font-size: 2rem;
line-height: 1.4rem; }
/* line 267, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number.navicable:hover .unit {
display: none; }
/* line 271, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.issue-number.navicable a {
display: block;
width: 100%;
height: 100%;
z-index: 1;
left: 0.05em;
position: absolute; }
/* line 283, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.strike {
background-size: contain; }
/* line 288, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.nav a {
font-size: 0.6rem;
text-transform: uppercase;
letter-spacing: 0.1rem;
font-weight: 700; }
/* line 297, /Personal/Projects/ImpermanentMarker/source/stylesheets/_custom.scss */
.logo {
width: 200px;
height: 200px;
background-color: #313d53;
border-radius: 50%; }
| 0.586878 | 0.054853 |
@font-face {
font-family: Tiempos Headline;
src: url(./fonts/TiemposHeadlineTest-Semibold.woff);
}
@font-face {
font-family: Walfork;
src: url(./fonts/Walfork-Demi.woff);
}
@font-face {
font-family: Walfork;
src: url(./fonts/Walfork-Regular.woff);
}
@font-face {
font-family: Tiempos Light;
src: url(./fonts/TiemposHeadlineTest-Light.woff);
}
* {
box-sizing: border-box;
margin: 0;
}
html {
font-size: 12px;
}
body {
font-family: "Walfork";
width: 100vw;
background-color: #f7f7f7;
margin: 0;
padding: 0;
}
header {
background-color: black;
height: 10vh;
margin-top: 0;
text-align: center;
display: flex;
justify-content: center;
}
svg.logo {
width: 30vw;
fill: white;
}
nav {
text-transform: uppercase;
text-align: center;
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.1em;
background-color: white;
width: 100vw;
height: 10vh;
padding: 4vh 0 3vh;
transition: color .15s;
cursor: pointer;
}
nav>ul {
display: flex;
align-content: space-between;
margin: 0;
padding: 0;
}
.top>li {
display: inline;
width: 25%;
}
.top>li:hover {
color: orangered;
}
main {
margin-bottom: 10vh;
}
section {
width: 100vw;
display: flex;
justify-content: center;
}
article {
background-color: white;
color: 1A1A1A;
width: 85vw;
margin: 4vh 0 3vh 0;
box-shadow: 5px 5px 15px whitesmoke;
}
h2 {
text-transform: capitalize;
font-family: "Tiempos Headline";
font-size: 2.8rem;
line-height: 1.25;
padding: 4% 5% 3%;
}
img {
display: block;
position: relative;
/* right: 8vw; */
width: 85vw;
object-fit: cover;
height: auto;
padding: 1vh 0 3vh 0;
}
.introduction {
font-family: "Walfork";
font-size: 1.6rem;
line-height: 1.4;
padding: 3% 5% 3%;
}
ul.byline {
list-style: none;
padding: 5%;
letter-spacing: 0.1em;
font-weight: 600;
font-size: 0.8rem;
text-transform: uppercase;
}
.byline>li {
display: inline;
}
li.date {
color: #b3b3b3;
}
p {
color: #222;
}
.content {
display: block;
padding: 5%;
font-family: "Tiempos Light";
font-weight: 400;
font-size: 1.4rem;
line-height: 1.875;
letter-spacing: normal;
}
.likes {
padding: 5%;
font-size: 1rem;
}
footer {
display: block;
position: fixed;
height: 4rem;
bottom: 0;
width: 100%;
background: white;
border-top: 1px solid #eee;
}
ul.navbar-mobile {
display: flex;
height: 4rem;
justify-content: space-between;
align-content: center;
align-items: center;
margin: 0;
padding: 0;
list-style-type: none;
}
.navbar-mobile>li {
display: block;
margin: auto;
width: 20%;
text-align: center;
}
.navbar-mobile>li:nth-child(n + 2) {
border-left: 1px solid #eee;
}
/* svg icons in mobile footer menu */
.home,
.share,
.player,
.search,
.menu {
width: 5vw;
}
@media only screen and (min-width: 768px) {
html {
font-size: 16px;
}
header {
height: 20vh;
padding-top: 7vh;
background-color: white;
}
svg.logo {
width: 20vw;
fill: black;
}
article {
width: 60vw;
}
h2 {
font-size: 3rem;
}
img {
width: 60vw;
height: auto;
}
footer,
ul.navbar-mobile {
display: none;
}
}
|
resources/style.css
|
@font-face {
font-family: Tiempos Headline;
src: url(./fonts/TiemposHeadlineTest-Semibold.woff);
}
@font-face {
font-family: Walfork;
src: url(./fonts/Walfork-Demi.woff);
}
@font-face {
font-family: Walfork;
src: url(./fonts/Walfork-Regular.woff);
}
@font-face {
font-family: Tiempos Light;
src: url(./fonts/TiemposHeadlineTest-Light.woff);
}
* {
box-sizing: border-box;
margin: 0;
}
html {
font-size: 12px;
}
body {
font-family: "Walfork";
width: 100vw;
background-color: #f7f7f7;
margin: 0;
padding: 0;
}
header {
background-color: black;
height: 10vh;
margin-top: 0;
text-align: center;
display: flex;
justify-content: center;
}
svg.logo {
width: 30vw;
fill: white;
}
nav {
text-transform: uppercase;
text-align: center;
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.1em;
background-color: white;
width: 100vw;
height: 10vh;
padding: 4vh 0 3vh;
transition: color .15s;
cursor: pointer;
}
nav>ul {
display: flex;
align-content: space-between;
margin: 0;
padding: 0;
}
.top>li {
display: inline;
width: 25%;
}
.top>li:hover {
color: orangered;
}
main {
margin-bottom: 10vh;
}
section {
width: 100vw;
display: flex;
justify-content: center;
}
article {
background-color: white;
color: 1A1A1A;
width: 85vw;
margin: 4vh 0 3vh 0;
box-shadow: 5px 5px 15px whitesmoke;
}
h2 {
text-transform: capitalize;
font-family: "Tiempos Headline";
font-size: 2.8rem;
line-height: 1.25;
padding: 4% 5% 3%;
}
img {
display: block;
position: relative;
/* right: 8vw; */
width: 85vw;
object-fit: cover;
height: auto;
padding: 1vh 0 3vh 0;
}
.introduction {
font-family: "Walfork";
font-size: 1.6rem;
line-height: 1.4;
padding: 3% 5% 3%;
}
ul.byline {
list-style: none;
padding: 5%;
letter-spacing: 0.1em;
font-weight: 600;
font-size: 0.8rem;
text-transform: uppercase;
}
.byline>li {
display: inline;
}
li.date {
color: #b3b3b3;
}
p {
color: #222;
}
.content {
display: block;
padding: 5%;
font-family: "Tiempos Light";
font-weight: 400;
font-size: 1.4rem;
line-height: 1.875;
letter-spacing: normal;
}
.likes {
padding: 5%;
font-size: 1rem;
}
footer {
display: block;
position: fixed;
height: 4rem;
bottom: 0;
width: 100%;
background: white;
border-top: 1px solid #eee;
}
ul.navbar-mobile {
display: flex;
height: 4rem;
justify-content: space-between;
align-content: center;
align-items: center;
margin: 0;
padding: 0;
list-style-type: none;
}
.navbar-mobile>li {
display: block;
margin: auto;
width: 20%;
text-align: center;
}
.navbar-mobile>li:nth-child(n + 2) {
border-left: 1px solid #eee;
}
/* svg icons in mobile footer menu */
.home,
.share,
.player,
.search,
.menu {
width: 5vw;
}
@media only screen and (min-width: 768px) {
html {
font-size: 16px;
}
header {
height: 20vh;
padding-top: 7vh;
background-color: white;
}
svg.logo {
width: 20vw;
fill: black;
}
article {
width: 60vw;
}
h2 {
font-size: 3rem;
}
img {
width: 60vw;
height: auto;
}
footer,
ul.navbar-mobile {
display: none;
}
}
| 0.414543 | 0.09886 |
table.simpleTable {
border-collapse: collapse;
}
table.simpleTable td, table.simpleTable th {
border: 1px solid #000;
padding: 5px;
}
/* ====== shCore.css ====== */
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
*
* @version
* 3.0.83 (July 02 2010)
*
* @copyright
* Copyright (C) 2004-2010 <NAME>.
*
* @license
* Dual licensed under the MIT and GPL licenses.
*/
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
-moz-border-radius: 0 0 0 0 !important;
-webkit-border-radius: 0 0 0 0 !important;
background: none !important;
border: 0 !important;
bottom: auto !important;
float: none !important;
height: auto !important;
left: auto !important;
line-height: 1.1em !important;
margin: 0 !important;
outline: 0 !important;
overflow: visible !important;
padding: 0 !important;
position: static !important;
right: auto !important;
text-align: left !important;
top: auto !important;
vertical-align: baseline !important;
width: auto !important;
box-sizing: content-box !important;
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
font-weight: normal !important;
font-style: normal !important;
font-size: 1em !important;
min-height: inherit !important;
min-height: auto !important;
}
.syntaxhighlighter {
width: 100% !important;
margin: 1em 0 1em 0 !important;
position: relative !important;
overflow: auto !important;
font-size: 1em !important;
}
.syntaxhighlighter.source {
overflow: hidden !important;
}
.syntaxhighlighter .bold {
font-weight: bold !important;
}
.syntaxhighlighter .italic {
font-style: italic !important;
}
.syntaxhighlighter .line {
white-space: pre !important;
}
.syntaxhighlighter table {
width: 100% !important;
}
.syntaxhighlighter table caption {
text-align: left !important;
padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {
width: 100% !important;
}
.syntaxhighlighter table td.code .container {
position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
box-sizing: border-box !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
border: none !important;
background: white !important;
padding-left: 1em !important;
overflow: hidden !important;
white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {
text-align: right !important;
padding: 0 0.5em 0 1em !important;
}
.syntaxhighlighter table td.code .line {
padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
padding-left: 0em !important;
}
.syntaxhighlighter.show {
display: block !important;
}
.syntaxhighlighter.collapsed table {
display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
padding: 0.1em 0.8em 0em 0.8em !important;
font-size: 1em !important;
position: static !important;
width: auto !important;
height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
display: inline !important;
margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
padding: 0 !important;
display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
display: inline !important;
}
.syntaxhighlighter .toolbar {
position: absolute !important;
right: 1px !important;
top: 1px !important;
width: 11px !important;
height: 11px !important;
font-size: 10px !important;
z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
display: inline !important;
}
.syntaxhighlighter .toolbar a {
display: block !important;
text-align: center !important;
text-decoration: none !important;
padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {
display: none !important;
}
.syntaxhighlighter.ie {
font-size: .9em !important;
padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
padding-top: 0px !important;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
background: none !important;
}
.syntaxhighlighter.printing .line .number {
color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
color: black !important;
}
.syntaxhighlighter.printing .toolbar {
display: none !important;
}
.syntaxhighlighter.printing a {
text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
color: blue !important;
}
.syntaxhighlighter.printing .keyword {
color: #006699 !important;
font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
color: gray !important;
}
.syntaxhighlighter.printing .variable {
color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
color: black !important;
}
/* ====== shThemeDefault.css ====== */
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
*
* @version
* 3.0.83 (July 02 2010)
*
* @copyright
* Copyright (C) 2004-2010 <NAME>.
*
* @license
* Dual licensed under the MIT and GPL licenses.
*/
.syntaxhighlighter {
background-color: white !important;
padding-left: 20px;
}
.syntaxhighlighter .line.alt1 {
background-color: white !important;
}
.syntaxhighlighter .line.alt2 {
background-color: white !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
background-color: #e0e0e0 !important;
}
.syntaxhighlighter .line.highlighted.number {
color: black !important;
}
.syntaxhighlighter table caption {
color: black !important;
}
.syntaxhighlighter .gutter {
color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
border-right: 3px solid #6ce26c !important;
}
.syntaxhighlighter .gutter .line.highlighted {
background-color: #6ce26c !important;
color: white !important;
}
.syntaxhighlighter.printing .line .content {
border: none !important;
}
.syntaxhighlighter.collapsed {
overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
color: blue !important;
background: white !important;
border: 1px solid #6ce26c !important;
}
.syntaxhighlighter.collapsed .toolbar a {
color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
color: red !important;
}
.syntaxhighlighter .toolbar {
color: white !important;
background: #6ce26c !important;
border: none !important;
}
.syntaxhighlighter .toolbar a {
color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
color: black !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
color: black !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
color: #008200 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
color: blue !important;
}
.syntaxhighlighter .keyword {
color: #006699 !important;
}
.syntaxhighlighter .preprocessor {
color: gray !important;
}
.syntaxhighlighter .variable {
color: #aa7700 !important;
}
.syntaxhighlighter .value {
color: #009900 !important;
}
.syntaxhighlighter .functions {
color: #ff1493 !important;
}
.syntaxhighlighter .constants {
color: #0066cc !important;
}
.syntaxhighlighter .script {
font-weight: bold !important;
color: #006699 !important;
background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
color: gray !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
color: #ff1493 !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
color: red !important;
}
.syntaxhighlighter .keyword {
font-weight: bold !important;
}
/* ====== Default Javadoc styles ====== */
/* Javadoc style sheet */
/*
Overall document style
*/
@import url('resources/fonts/dejavu.css');
body {
background-color:#ffffff;
color:#353833;
font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
font-size:14px;
margin:0;
}
a:link, a:visited {
text-decoration:none;
color:#4A6782;
}
a:hover, a:focus {
text-decoration:none;
color:#bb7a2a;
}
a:active {
text-decoration:none;
color:#4A6782;
}
a[name] {
color:#353833;
}
a[name]:hover {
text-decoration:none;
color:#353833;
}
pre {
font-family:'DejaVu Sans Mono', monospace;
font-size:14px;
}
h1 {
font-size:20px;
}
h2 {
font-size:18px;
}
h3 {
font-size:16px;
font-style:italic;
}
h4 {
font-size:13px;
}
h5 {
font-size:12px;
}
h6 {
font-size:11px;
}
ul {
list-style-type:disc;
}
code, tt {
font-family:'DejaVu Sans Mono', monospace;
font-size:14px;
padding-top:4px;
margin-top:8px;
line-height:1.4em;
}
dt code {
font-family:'DejaVu Sans Mono', monospace;
font-size:14px;
padding-top:4px;
}
table tr td dt code {
font-family:'DejaVu Sans Mono', monospace;
font-size:14px;
vertical-align:top;
padding-top:4px;
}
sup {
font-size:8px;
}
/*
Document title and Copyright styles
*/
.clear {
clear:both;
height:0px;
overflow:hidden;
}
.aboutLanguage {
float:right;
padding:0px 21px;
font-size:11px;
z-index:200;
margin-top:-9px;
}
.legalCopy {
margin-left:.5em;
}
.bar a, .bar a:link, .bar a:visited, .bar a:active {
color:#FFFFFF;
text-decoration:none;
}
.bar a:hover, .bar a:focus {
color:#bb7a2a;
}
.tab {
background-color:#0066FF;
color:#ffffff;
padding:8px;
width:5em;
font-weight:bold;
}
/*
Navigation bar styles
*/
.bar {
background-color:#4D7A97;
color:#FFFFFF;
padding:.8em .5em .4em .8em;
height:auto;/*height:1.8em;*/
font-size:11px;
margin:0;
}
.topNav {
background-color:#4D7A97;
color:#FFFFFF;
float:left;
padding:0;
width:100%;
clear:right;
height:2.8em;
padding-top:10px;
overflow:hidden;
font-size:12px;
}
.bottomNav {
margin-top:10px;
background-color:#4D7A97;
color:#FFFFFF;
float:left;
padding:0;
width:100%;
clear:right;
height:2.8em;
padding-top:10px;
overflow:hidden;
font-size:12px;
}
.subNav {
background-color:#dee3e9;
float:left;
width:100%;
overflow:hidden;
font-size:12px;
}
.subNav div {
clear:left;
float:left;
padding:0 0 5px 6px;
text-transform:uppercase;
}
ul.navList, ul.subNavList {
float:left;
margin:0 25px 0 0;
padding:0;
}
ul.navList li{
list-style:none;
float:left;
padding: 5px 6px;
text-transform:uppercase;
}
ul.subNavList li{
list-style:none;
float:left;
}
.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
color:#FFFFFF;
text-decoration:none;
text-transform:uppercase;
}
.topNav a:hover, .bottomNav a:hover {
text-decoration:none;
color:#bb7a2a;
text-transform:uppercase;
}
.navBarCell1Rev {
background-color:#F8981D;
color:#253441;
margin: auto 5px;
}
.skipNav {
position:absolute;
top:auto;
left:-9999px;
overflow:hidden;
}
/*
Page header and footer styles
*/
.header, .footer {
clear:both;
margin:0 20px;
padding:5px 0 0 0;
}
.indexHeader {
margin:10px;
position:relative;
}
.indexHeader span{
margin-right:15px;
}
.indexHeader h1 {
font-size:13px;
}
.title {
color:#2c4557;
margin:10px 0;
}
.subTitle {
margin:5px 0 0 0;
}
.header ul {
margin:0 0 15px 0;
padding:0;
}
.footer ul {
margin:20px 0 5px 0;
}
.header ul li, .footer ul li {
list-style:none;
font-size:13px;
}
/*
Heading styles
*/
div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
background-color:#dee3e9;
border:1px solid #d0d9e0;
margin:0 0 6px -8px;
padding:7px 5px;
}
ul.blockList ul.blockList ul.blockList li.blockList h3 {
background-color:#dee3e9;
border:1px solid #d0d9e0;
margin:0 0 6px -8px;
padding:7px 5px;
}
ul.blockList ul.blockList li.blockList h3 {
padding:0;
margin:15px 0;
}
ul.blockList li.blockList h2 {
padding:0px 0 20px 0;
}
/*
Page layout container styles
*/
.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
clear:both;
padding:10px 20px;
position:relative;
}
.indexContainer {
margin:10px;
position:relative;
font-size:12px;
}
.indexContainer h2 {
font-size:13px;
padding:0 0 3px 0;
}
.indexContainer ul {
margin:0;
padding:0;
}
.indexContainer ul li {
list-style:none;
padding-top:2px;
}
.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
font-size:12px;
font-weight:bold;
margin:10px 0 0 0;
color:#4E4E4E;
}
.contentContainer .description dl dd, .serializedFormContainer dl dd {
margin:5px 0 10px 0px;
font-size:14px;
font-family:'DejaVu Sans Mono',monospace;
}
.serializedFormContainer dl.nameValue dt {
margin-left:1px;
font-size:1.1em;
display:inline;
font-weight:bold;
}
.serializedFormContainer dl.nameValue dd {
margin:0 0 0 1px;
font-size:1.1em;
display:inline;
}
/*
List styles
*/
ul.horizontal li {
display:inline;
font-size:0.9em;
}
ul.inheritance {
margin:0;
padding:0;
}
ul.inheritance li {
display:inline;
list-style:none;
}
ul.inheritance li ul.inheritance {
margin-left:15px;
padding-left:15px;
padding-top:1px;
}
ul.blockList, ul.blockListLast {
margin:10px 0 10px 0;
padding:0;
}
ul.blockList li.blockList, ul.blockListLast li.blockList {
list-style:none;
margin-bottom:15px;
line-height:1.4;
}
ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
padding:0px 20px 5px 10px;
border:1px solid #ededed;
background-color:#f8f8f8;
}
ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
padding:0 0 5px 8px;
background-color:#ffffff;
border:none;
}
ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
margin-left:0;
padding-left:0;
padding-bottom:15px;
border:none;
}
ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
list-style:none;
border-bottom:none;
padding-bottom:0;
}
table tr td dl, table tr td dl dt, table tr td dl dd {
margin-top:0;
margin-bottom:1px;
}
/*
Table styles
*/
.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
width:100%;
border-left:1px solid #EEE;
border-right:1px solid #EEE;
border-bottom:1px solid #EEE;
}
.overviewSummary, .memberSummary {
padding:0px;
}
.overviewSummary caption, .memberSummary caption, .typeSummary caption,
.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
position:relative;
text-align:left;
background-repeat:no-repeat;
color:#253441;
font-weight:bold;
clear:none;
overflow:hidden;
padding:0px;
padding-top:10px;
padding-left:1px;
margin:0px;
white-space:pre;
}
.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
color:#FFFFFF;
}
.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
white-space:nowrap;
padding-top:5px;
padding-left:12px;
padding-right:12px;
padding-bottom:7px;
display:inline-block;
float:left;
background-color:#F8981D;
border: none;
height:16px;
}
.memberSummary caption span.activeTableTab span {
white-space:nowrap;
padding-top:5px;
padding-left:12px;
padding-right:12px;
margin-right:3px;
display:inline-block;
float:left;
background-color:#F8981D;
height:16px;
}
.memberSummary caption span.tableTab span {
white-space:nowrap;
padding-top:5px;
padding-left:12px;
padding-right:12px;
margin-right:3px;
display:inline-block;
float:left;
background-color:#4D7A97;
height:16px;
}
.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
padding-top:0px;
padding-left:0px;
padding-right:0px;
background-image:none;
float:none;
display:inline;
}
.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
display:none;
width:5px;
position:relative;
float:left;
background-color:#F8981D;
}
.memberSummary .activeTableTab .tabEnd {
display:none;
width:5px;
margin-right:3px;
position:relative;
float:left;
background-color:#F8981D;
}
.memberSummary .tableTab .tabEnd {
display:none;
width:5px;
margin-right:3px;
position:relative;
background-color:#4D7A97;
float:left;
}
.overviewSummary td, .memberSummary td, .typeSummary td,
.useSummary td, .constantsSummary td, .deprecatedSummary td {
text-align:left;
padding:0px 0px 12px 10px;
width:100%;
}
th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
vertical-align:top;
padding-right:0px;
padding-top:8px;
padding-bottom:3px;
}
th.colFirst, th.colLast, th.colOne, .constantsSummary th {
background:#dee3e9;
text-align:left;
padding:8px 3px 3px 7px;
}
td.colFirst, th.colFirst {
white-space:nowrap;
font-size:13px;
}
td.colLast, th.colLast {
font-size:13px;
}
td.colOne, th.colOne {
font-size:13px;
}
.overviewSummary td.colFirst, .overviewSummary th.colFirst,
.overviewSummary td.colOne, .overviewSummary th.colOne,
.memberSummary td.colFirst, .memberSummary th.colFirst,
.memberSummary td.colOne, .memberSummary th.colOne,
.typeSummary td.colFirst{
width:25%;
vertical-align:top;
}
td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
font-weight:bold;
}
.tableSubHeadingColor {
background-color:#EEEEFF;
}
.altColor {
background-color:#FFFFFF;
}
.rowColor {
background-color:#EEEEEF;
}
/*
Content styles
*/
.description pre {
margin-top:0;
}
.deprecatedContent {
margin:0;
padding:10px 0;
}
.docSummary {
padding:0;
}
ul.blockList ul.blockList ul.blockList li.blockList h3 {
font-style:normal;
}
div.block {
font-size:14px;
font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
}
td.colLast div {
padding-top:0px;
}
td.colLast a {
padding-bottom:3px;
}
/*
Formatting effect styles
*/
.sourceLineNo {
color:green;
padding:0 30px 0 0;
}
h1.hidden {
visibility:hidden;
overflow:hidden;
font-size:10px;
}
.block {
display:block;
margin:3px 10px 2px 0px;
color:#474747;
}
.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
font-weight:bold;
}
.deprecationComment, .emphasizedPhrase, .interfaceName {
font-style:italic;
}
div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
div.block div.block span.interfaceName {
font-style:normal;
}
div.contentContainer ul.blockList li.blockList h2{
padding-bottom:0px;
}
|
src/main/javadoc/syntaxhighlighter.css
|
table.simpleTable {
border-collapse: collapse;
}
table.simpleTable td, table.simpleTable th {
border: 1px solid #000;
padding: 5px;
}
/* ====== shCore.css ====== */
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
*
* @version
* 3.0.83 (July 02 2010)
*
* @copyright
* Copyright (C) 2004-2010 <NAME>.
*
* @license
* Dual licensed under the MIT and GPL licenses.
*/
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
-moz-border-radius: 0 0 0 0 !important;
-webkit-border-radius: 0 0 0 0 !important;
background: none !important;
border: 0 !important;
bottom: auto !important;
float: none !important;
height: auto !important;
left: auto !important;
line-height: 1.1em !important;
margin: 0 !important;
outline: 0 !important;
overflow: visible !important;
padding: 0 !important;
position: static !important;
right: auto !important;
text-align: left !important;
top: auto !important;
vertical-align: baseline !important;
width: auto !important;
box-sizing: content-box !important;
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
font-weight: normal !important;
font-style: normal !important;
font-size: 1em !important;
min-height: inherit !important;
min-height: auto !important;
}
.syntaxhighlighter {
width: 100% !important;
margin: 1em 0 1em 0 !important;
position: relative !important;
overflow: auto !important;
font-size: 1em !important;
}
.syntaxhighlighter.source {
overflow: hidden !important;
}
.syntaxhighlighter .bold {
font-weight: bold !important;
}
.syntaxhighlighter .italic {
font-style: italic !important;
}
.syntaxhighlighter .line {
white-space: pre !important;
}
.syntaxhighlighter table {
width: 100% !important;
}
.syntaxhighlighter table caption {
text-align: left !important;
padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {
width: 100% !important;
}
.syntaxhighlighter table td.code .container {
position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
box-sizing: border-box !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
border: none !important;
background: white !important;
padding-left: 1em !important;
overflow: hidden !important;
white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {
text-align: right !important;
padding: 0 0.5em 0 1em !important;
}
.syntaxhighlighter table td.code .line {
padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
padding-left: 0em !important;
}
.syntaxhighlighter.show {
display: block !important;
}
.syntaxhighlighter.collapsed table {
display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
padding: 0.1em 0.8em 0em 0.8em !important;
font-size: 1em !important;
position: static !important;
width: auto !important;
height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
display: inline !important;
margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
padding: 0 !important;
display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
display: inline !important;
}
.syntaxhighlighter .toolbar {
position: absolute !important;
right: 1px !important;
top: 1px !important;
width: 11px !important;
height: 11px !important;
font-size: 10px !important;
z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
display: inline !important;
}
.syntaxhighlighter .toolbar a {
display: block !important;
text-align: center !important;
text-decoration: none !important;
padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {
display: none !important;
}
.syntaxhighlighter.ie {
font-size: .9em !important;
padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
padding-top: 0px !important;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
background: none !important;
}
.syntaxhighlighter.printing .line .number {
color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
color: black !important;
}
.syntaxhighlighter.printing .toolbar {
display: none !important;
}
.syntaxhighlighter.printing a {
text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
color: blue !important;
}
.syntaxhighlighter.printing .keyword {
color: #006699 !important;
font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
color: gray !important;
}
.syntaxhighlighter.printing .variable {
color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
color: black !important;
}
/* ====== shThemeDefault.css ====== */
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
*
* @version
* 3.0.83 (July 02 2010)
*
* @copyright
* Copyright (C) 2004-2010 <NAME>.
*
* @license
* Dual licensed under the MIT and GPL licenses.
*/
.syntaxhighlighter {
background-color: white !important;
padding-left: 20px;
}
.syntaxhighlighter .line.alt1 {
background-color: white !important;
}
.syntaxhighlighter .line.alt2 {
background-color: white !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
background-color: #e0e0e0 !important;
}
.syntaxhighlighter .line.highlighted.number {
color: black !important;
}
.syntaxhighlighter table caption {
color: black !important;
}
.syntaxhighlighter .gutter {
color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
border-right: 3px solid #6ce26c !important;
}
.syntaxhighlighter .gutter .line.highlighted {
background-color: #6ce26c !important;
color: white !important;
}
.syntaxhighlighter.printing .line .content {
border: none !important;
}
.syntaxhighlighter.collapsed {
overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
color: blue !important;
background: white !important;
border: 1px solid #6ce26c !important;
}
.syntaxhighlighter.collapsed .toolbar a {
color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
color: red !important;
}
.syntaxhighlighter .toolbar {
color: white !important;
background: #6ce26c !important;
border: none !important;
}
.syntaxhighlighter .toolbar a {
color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
color: black !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
color: black !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
color: #008200 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
color: blue !important;
}
.syntaxhighlighter .keyword {
color: #006699 !important;
}
.syntaxhighlighter .preprocessor {
color: gray !important;
}
.syntaxhighlighter .variable {
color: #aa7700 !important;
}
.syntaxhighlighter .value {
color: #009900 !important;
}
.syntaxhighlighter .functions {
color: #ff1493 !important;
}
.syntaxhighlighter .constants {
color: #0066cc !important;
}
.syntaxhighlighter .script {
font-weight: bold !important;
color: #006699 !important;
background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
color: gray !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
color: #ff1493 !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
color: red !important;
}
.syntaxhighlighter .keyword {
font-weight: bold !important;
}
/* ====== Default Javadoc styles ====== */
/* Javadoc style sheet */
/*
Overall document style
*/
@import url('resources/fonts/dejavu.css');
body {
background-color:#ffffff;
color:#353833;
font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
font-size:14px;
margin:0;
}
a:link, a:visited {
text-decoration:none;
color:#4A6782;
}
a:hover, a:focus {
text-decoration:none;
color:#bb7a2a;
}
a:active {
text-decoration:none;
color:#4A6782;
}
a[name] {
color:#353833;
}
a[name]:hover {
text-decoration:none;
color:#353833;
}
pre {
font-family:'DejaVu Sans Mono', monospace;
font-size:14px;
}
h1 {
font-size:20px;
}
h2 {
font-size:18px;
}
h3 {
font-size:16px;
font-style:italic;
}
h4 {
font-size:13px;
}
h5 {
font-size:12px;
}
h6 {
font-size:11px;
}
ul {
list-style-type:disc;
}
code, tt {
font-family:'DejaVu Sans Mono', monospace;
font-size:14px;
padding-top:4px;
margin-top:8px;
line-height:1.4em;
}
dt code {
font-family:'DejaVu Sans Mono', monospace;
font-size:14px;
padding-top:4px;
}
table tr td dt code {
font-family:'DejaVu Sans Mono', monospace;
font-size:14px;
vertical-align:top;
padding-top:4px;
}
sup {
font-size:8px;
}
/*
Document title and Copyright styles
*/
.clear {
clear:both;
height:0px;
overflow:hidden;
}
.aboutLanguage {
float:right;
padding:0px 21px;
font-size:11px;
z-index:200;
margin-top:-9px;
}
.legalCopy {
margin-left:.5em;
}
.bar a, .bar a:link, .bar a:visited, .bar a:active {
color:#FFFFFF;
text-decoration:none;
}
.bar a:hover, .bar a:focus {
color:#bb7a2a;
}
.tab {
background-color:#0066FF;
color:#ffffff;
padding:8px;
width:5em;
font-weight:bold;
}
/*
Navigation bar styles
*/
.bar {
background-color:#4D7A97;
color:#FFFFFF;
padding:.8em .5em .4em .8em;
height:auto;/*height:1.8em;*/
font-size:11px;
margin:0;
}
.topNav {
background-color:#4D7A97;
color:#FFFFFF;
float:left;
padding:0;
width:100%;
clear:right;
height:2.8em;
padding-top:10px;
overflow:hidden;
font-size:12px;
}
.bottomNav {
margin-top:10px;
background-color:#4D7A97;
color:#FFFFFF;
float:left;
padding:0;
width:100%;
clear:right;
height:2.8em;
padding-top:10px;
overflow:hidden;
font-size:12px;
}
.subNav {
background-color:#dee3e9;
float:left;
width:100%;
overflow:hidden;
font-size:12px;
}
.subNav div {
clear:left;
float:left;
padding:0 0 5px 6px;
text-transform:uppercase;
}
ul.navList, ul.subNavList {
float:left;
margin:0 25px 0 0;
padding:0;
}
ul.navList li{
list-style:none;
float:left;
padding: 5px 6px;
text-transform:uppercase;
}
ul.subNavList li{
list-style:none;
float:left;
}
.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
color:#FFFFFF;
text-decoration:none;
text-transform:uppercase;
}
.topNav a:hover, .bottomNav a:hover {
text-decoration:none;
color:#bb7a2a;
text-transform:uppercase;
}
.navBarCell1Rev {
background-color:#F8981D;
color:#253441;
margin: auto 5px;
}
.skipNav {
position:absolute;
top:auto;
left:-9999px;
overflow:hidden;
}
/*
Page header and footer styles
*/
.header, .footer {
clear:both;
margin:0 20px;
padding:5px 0 0 0;
}
.indexHeader {
margin:10px;
position:relative;
}
.indexHeader span{
margin-right:15px;
}
.indexHeader h1 {
font-size:13px;
}
.title {
color:#2c4557;
margin:10px 0;
}
.subTitle {
margin:5px 0 0 0;
}
.header ul {
margin:0 0 15px 0;
padding:0;
}
.footer ul {
margin:20px 0 5px 0;
}
.header ul li, .footer ul li {
list-style:none;
font-size:13px;
}
/*
Heading styles
*/
div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
background-color:#dee3e9;
border:1px solid #d0d9e0;
margin:0 0 6px -8px;
padding:7px 5px;
}
ul.blockList ul.blockList ul.blockList li.blockList h3 {
background-color:#dee3e9;
border:1px solid #d0d9e0;
margin:0 0 6px -8px;
padding:7px 5px;
}
ul.blockList ul.blockList li.blockList h3 {
padding:0;
margin:15px 0;
}
ul.blockList li.blockList h2 {
padding:0px 0 20px 0;
}
/*
Page layout container styles
*/
.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
clear:both;
padding:10px 20px;
position:relative;
}
.indexContainer {
margin:10px;
position:relative;
font-size:12px;
}
.indexContainer h2 {
font-size:13px;
padding:0 0 3px 0;
}
.indexContainer ul {
margin:0;
padding:0;
}
.indexContainer ul li {
list-style:none;
padding-top:2px;
}
.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
font-size:12px;
font-weight:bold;
margin:10px 0 0 0;
color:#4E4E4E;
}
.contentContainer .description dl dd, .serializedFormContainer dl dd {
margin:5px 0 10px 0px;
font-size:14px;
font-family:'DejaVu Sans Mono',monospace;
}
.serializedFormContainer dl.nameValue dt {
margin-left:1px;
font-size:1.1em;
display:inline;
font-weight:bold;
}
.serializedFormContainer dl.nameValue dd {
margin:0 0 0 1px;
font-size:1.1em;
display:inline;
}
/*
List styles
*/
ul.horizontal li {
display:inline;
font-size:0.9em;
}
ul.inheritance {
margin:0;
padding:0;
}
ul.inheritance li {
display:inline;
list-style:none;
}
ul.inheritance li ul.inheritance {
margin-left:15px;
padding-left:15px;
padding-top:1px;
}
ul.blockList, ul.blockListLast {
margin:10px 0 10px 0;
padding:0;
}
ul.blockList li.blockList, ul.blockListLast li.blockList {
list-style:none;
margin-bottom:15px;
line-height:1.4;
}
ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
padding:0px 20px 5px 10px;
border:1px solid #ededed;
background-color:#f8f8f8;
}
ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
padding:0 0 5px 8px;
background-color:#ffffff;
border:none;
}
ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
margin-left:0;
padding-left:0;
padding-bottom:15px;
border:none;
}
ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
list-style:none;
border-bottom:none;
padding-bottom:0;
}
table tr td dl, table tr td dl dt, table tr td dl dd {
margin-top:0;
margin-bottom:1px;
}
/*
Table styles
*/
.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
width:100%;
border-left:1px solid #EEE;
border-right:1px solid #EEE;
border-bottom:1px solid #EEE;
}
.overviewSummary, .memberSummary {
padding:0px;
}
.overviewSummary caption, .memberSummary caption, .typeSummary caption,
.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
position:relative;
text-align:left;
background-repeat:no-repeat;
color:#253441;
font-weight:bold;
clear:none;
overflow:hidden;
padding:0px;
padding-top:10px;
padding-left:1px;
margin:0px;
white-space:pre;
}
.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
color:#FFFFFF;
}
.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
white-space:nowrap;
padding-top:5px;
padding-left:12px;
padding-right:12px;
padding-bottom:7px;
display:inline-block;
float:left;
background-color:#F8981D;
border: none;
height:16px;
}
.memberSummary caption span.activeTableTab span {
white-space:nowrap;
padding-top:5px;
padding-left:12px;
padding-right:12px;
margin-right:3px;
display:inline-block;
float:left;
background-color:#F8981D;
height:16px;
}
.memberSummary caption span.tableTab span {
white-space:nowrap;
padding-top:5px;
padding-left:12px;
padding-right:12px;
margin-right:3px;
display:inline-block;
float:left;
background-color:#4D7A97;
height:16px;
}
.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
padding-top:0px;
padding-left:0px;
padding-right:0px;
background-image:none;
float:none;
display:inline;
}
.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
display:none;
width:5px;
position:relative;
float:left;
background-color:#F8981D;
}
.memberSummary .activeTableTab .tabEnd {
display:none;
width:5px;
margin-right:3px;
position:relative;
float:left;
background-color:#F8981D;
}
.memberSummary .tableTab .tabEnd {
display:none;
width:5px;
margin-right:3px;
position:relative;
background-color:#4D7A97;
float:left;
}
.overviewSummary td, .memberSummary td, .typeSummary td,
.useSummary td, .constantsSummary td, .deprecatedSummary td {
text-align:left;
padding:0px 0px 12px 10px;
width:100%;
}
th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
vertical-align:top;
padding-right:0px;
padding-top:8px;
padding-bottom:3px;
}
th.colFirst, th.colLast, th.colOne, .constantsSummary th {
background:#dee3e9;
text-align:left;
padding:8px 3px 3px 7px;
}
td.colFirst, th.colFirst {
white-space:nowrap;
font-size:13px;
}
td.colLast, th.colLast {
font-size:13px;
}
td.colOne, th.colOne {
font-size:13px;
}
.overviewSummary td.colFirst, .overviewSummary th.colFirst,
.overviewSummary td.colOne, .overviewSummary th.colOne,
.memberSummary td.colFirst, .memberSummary th.colFirst,
.memberSummary td.colOne, .memberSummary th.colOne,
.typeSummary td.colFirst{
width:25%;
vertical-align:top;
}
td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
font-weight:bold;
}
.tableSubHeadingColor {
background-color:#EEEEFF;
}
.altColor {
background-color:#FFFFFF;
}
.rowColor {
background-color:#EEEEEF;
}
/*
Content styles
*/
.description pre {
margin-top:0;
}
.deprecatedContent {
margin:0;
padding:10px 0;
}
.docSummary {
padding:0;
}
ul.blockList ul.blockList ul.blockList li.blockList h3 {
font-style:normal;
}
div.block {
font-size:14px;
font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
}
td.colLast div {
padding-top:0px;
}
td.colLast a {
padding-bottom:3px;
}
/*
Formatting effect styles
*/
.sourceLineNo {
color:green;
padding:0 30px 0 0;
}
h1.hidden {
visibility:hidden;
overflow:hidden;
font-size:10px;
}
.block {
display:block;
margin:3px 10px 2px 0px;
color:#474747;
}
.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
font-weight:bold;
}
.deprecationComment, .emphasizedPhrase, .interfaceName {
font-style:italic;
}
div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
div.block div.block span.interfaceName {
font-style:normal;
}
div.contentContainer ul.blockList li.blockList h2{
padding-bottom:0px;
}
| 0.378574 | 0.13243 |
html {
box-sizing: border-box;
}
/* line 5, d4.scss */
*, *:before, *:after {
box-sizing: inherit;
}
/* line 9, d4.scss */
* {
font-family: 'Rubik', Arial, sans-serif;
font-weight: 300;
}
/* line 14, d4.scss */
body {
background-color: #1c1c1c;
text-align: center;
width: 1426px;
}
/* line 20, d4.scss */
h1 {
font-size: 30px;
font-style: italic;
text-align: center;
color: rgba(255, 255, 255, 0.6);
}
/* line 27, d4.scss */
.calculator {
display: inline-block;
width: 320px;
height: 568px;
margin: 0 24px 0 0;
padding: 0;
box-shadow: 0 12px 12px 3px rgba(0, 0, 0, 0.5);
}
/* line 36, d4.scss */
.calculator--black {
background-color: #3e3e3e;
}
/* line 37, d4.scss */
.calculator--green {
background-color: #008d93;
}
/* line 38, d4.scss */
.calculator--blue {
background-color: #155e9c;
}
/* line 39, d4.scss */
.calculator--red {
background-color: #8d3f44;
}
/* line 41, d4.scss */
header {
background-color: rgba(0, 0, 0, 0.2);
margin: 0;
padding: 70px 45px 30px 45px;
}
/* line 47, d4.scss */
.buffer {
margin-bottom: 10px;
font-size: 20px;
letter-spacing: 5px;
text-align: right;
color: rgba(255, 255, 255, 0.99);
}
/* line 55, d4.scss */
.result {
display: flex;
justify-content: space-between;
font-size: 34px;
}
/* line 61, d4.scss */
.result__equal {
color: #ffffff;
}
/* line 65, d4.scss */
.result__result {
margin-right: 5px;
color: rgba(255, 255, 255, 0.99);
}
/* line 70, d4.scss */
main {
padding: 25px;
}
/* line 73, d4.scss */
main section {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
/* line 78, d4.scss */
main section:last-of-type {
margin-bottom: 0;
}
/* line 84, d4.scss */
.btn {
width: 50px;
height: 50px;
padding: 0;
font-size: 25px;
outline: none;
border: none;
border-radius: 50%;
background-color: transparent;
color: #e3e3e3;
cursor: pointer;
}
/* line 96, d4.scss */
.btn:hover {
background-color: rgba(255, 255, 255, 0.1);
}
/* line 101, d4.scss */
.btn-operator {
font-size: 30px;
color: rgba(255, 255, 255, 0.6);
}
/* line 106, d4.scss */
.btn-ac {
font-size: 18px;
}
/* line 107, d4.scss */
.btn-plus-minus {
font-size: 25px;
}
/* line 108, d4.scss */
.btn-percent {
font-size: 20px;
}
/* line 109, d4.scss */
.btn-multiply {
font-size: 30px;
}
/* line 111, d4.scss */
.placeholder {
width: 50px;
height: 50px;
}
@media screen and (max-width: 600px) {
/* line 117, d4.scss */
body {
width: auto;
}
/* line 121, d4.scss */
h1 {
font-size: 24px;
}
/* line 125, d4.scss */
.calculator {
display: block;
margin: 0 auto 24px;
}
}
@media screen and (max-width: 320px) {
/* line 132, d4.scss */
body {
width: auto;
margin: 0;
}
/* line 137, d4.scss */
h1 {
display: none;
}
/* line 141, d4.scss */
.calculator {
display: block;
margin: 0 auto 50px;
}
}
|
0/4/d4.css
|
html {
box-sizing: border-box;
}
/* line 5, d4.scss */
*, *:before, *:after {
box-sizing: inherit;
}
/* line 9, d4.scss */
* {
font-family: 'Rubik', Arial, sans-serif;
font-weight: 300;
}
/* line 14, d4.scss */
body {
background-color: #1c1c1c;
text-align: center;
width: 1426px;
}
/* line 20, d4.scss */
h1 {
font-size: 30px;
font-style: italic;
text-align: center;
color: rgba(255, 255, 255, 0.6);
}
/* line 27, d4.scss */
.calculator {
display: inline-block;
width: 320px;
height: 568px;
margin: 0 24px 0 0;
padding: 0;
box-shadow: 0 12px 12px 3px rgba(0, 0, 0, 0.5);
}
/* line 36, d4.scss */
.calculator--black {
background-color: #3e3e3e;
}
/* line 37, d4.scss */
.calculator--green {
background-color: #008d93;
}
/* line 38, d4.scss */
.calculator--blue {
background-color: #155e9c;
}
/* line 39, d4.scss */
.calculator--red {
background-color: #8d3f44;
}
/* line 41, d4.scss */
header {
background-color: rgba(0, 0, 0, 0.2);
margin: 0;
padding: 70px 45px 30px 45px;
}
/* line 47, d4.scss */
.buffer {
margin-bottom: 10px;
font-size: 20px;
letter-spacing: 5px;
text-align: right;
color: rgba(255, 255, 255, 0.99);
}
/* line 55, d4.scss */
.result {
display: flex;
justify-content: space-between;
font-size: 34px;
}
/* line 61, d4.scss */
.result__equal {
color: #ffffff;
}
/* line 65, d4.scss */
.result__result {
margin-right: 5px;
color: rgba(255, 255, 255, 0.99);
}
/* line 70, d4.scss */
main {
padding: 25px;
}
/* line 73, d4.scss */
main section {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
/* line 78, d4.scss */
main section:last-of-type {
margin-bottom: 0;
}
/* line 84, d4.scss */
.btn {
width: 50px;
height: 50px;
padding: 0;
font-size: 25px;
outline: none;
border: none;
border-radius: 50%;
background-color: transparent;
color: #e3e3e3;
cursor: pointer;
}
/* line 96, d4.scss */
.btn:hover {
background-color: rgba(255, 255, 255, 0.1);
}
/* line 101, d4.scss */
.btn-operator {
font-size: 30px;
color: rgba(255, 255, 255, 0.6);
}
/* line 106, d4.scss */
.btn-ac {
font-size: 18px;
}
/* line 107, d4.scss */
.btn-plus-minus {
font-size: 25px;
}
/* line 108, d4.scss */
.btn-percent {
font-size: 20px;
}
/* line 109, d4.scss */
.btn-multiply {
font-size: 30px;
}
/* line 111, d4.scss */
.placeholder {
width: 50px;
height: 50px;
}
@media screen and (max-width: 600px) {
/* line 117, d4.scss */
body {
width: auto;
}
/* line 121, d4.scss */
h1 {
font-size: 24px;
}
/* line 125, d4.scss */
.calculator {
display: block;
margin: 0 auto 24px;
}
}
@media screen and (max-width: 320px) {
/* line 132, d4.scss */
body {
width: auto;
margin: 0;
}
/* line 137, d4.scss */
h1 {
display: none;
}
/* line 141, d4.scss */
.calculator {
display: block;
margin: 0 auto 50px;
}
}
| 0.366136 | 0.071689 |
:root {
--ifm-color-primary-lightest: #2871e4;
--ifm-color-primary-lighter: #1a62d2;
--ifm-color-primary-light: #195dc9;
--ifm-color-primary: #1755b7;
--ifm-color-primary-dark: #154da5;
--ifm-color-primary-darker: #14489c;
--ifm-color-primary-darkest: #103b80;
}
/* Announcement bar */
[data-theme='light'] div[role='banner'] {
background-color: var(--ifm-font-color-base);
color: var(--ifm-color-white);
}
[data-theme='dark'] div[role='banner'] {
background-color: var(--ifm-font-color-base);
color: var(--ifm-color-black);
}
/* Announcement bar close button */
[data-theme='light'] .close {
color: var(--ifm-color-white);
}
[data-theme='dark'] .close {
color: var(--ifm-color-black);
}
/* Navigation bar */
.header-github-link:hover {
opacity: 0.6;
}
.header-github-link::before {
content: '';
width: 24px;
height: 24px;
display: flex;
background: url(../../static/images/github-logo.svg) no-repeat;
}
/* Document tabs bar */
.tabs {
border-bottom: 1px solid var(--ifm-toc-border-color);
}
/* Zoom CSS fix */
.medium-zoom-overlay,
.medium-zoom-image {
z-index: 9999;
}
/* Customizations for the front page grid */
:root {
--ifm-spacing-vertical-2x: calc(var(--ifm-spacing-vertical) * 2);
--ifm-spacing-vertical-4x: calc(var(--ifm-spacing-vertical) * 4);
}
#front-page .container,
.footer .container {
padding: var(--ifm-spacing-vertical-2x) 0;
margin: 0 auto;
transition: all var(--ifm-transition-fast)
var(--ifm-transition-timing-default);
}
#front-page .container h2 {
margin-bottom: var(--ifm-spacing-vertical-2x);
}
#front-page .row,
.footer .row {
margin: 0;
display: flex;
}
#front-page .col,
.footer .col {
margin: 0;
padding: 0;
flex-grow: 1;
}
.footer {
padding: 0;
margin: 0;
}
.footer__title,
.footer__item {
white-space: nowrap;
}
.footer__bottom > div {
margin: 0 !important;
}
.footer__bottom > div a {
display: block;
height: 100px;
}
.footer__bottom img {
margin: 0;
}
@media screen and (max-width: 995px) {
#front-page .container,
.footer .container {
width: 90vw;
max-width: 750px;
}
.footer .container {
overflow: hidden;
}
#front-page .row,
.footer .row {
flex-direction: column;
}
#front-page .row + .row,
.footer .row + .row {
margin-top: var(--ifm-spacing-vertical-2x);
}
#front-page .col + .col,
.footer .col + .col {
margin-top: var(--ifm-spacing-vertical-2x);
}
.footer .row {
float: left;
}
.footer__items {
margin-bottom: var(--ifm-heading-margin-bottom);
}
.footer__bottom {
float: right;
margin: 0 !important;
}
}
@media screen and (min-width: 996px) {
#front-page .row,
.footer .row {
flex-direction: row;
}
#front-page .row + .row,
.footer .row + div {
margin-top: var(--ifm-spacing-vertical-4x);
}
#front-page .col + .col,
.footer .col + .col {
margin-left: var(--ifm-spacing-vertical-4x);
}
#front-page .container,
.footer .container {
padding: var(--ifm-spacing-vertical-2x) var(--ifm-spacing-vertical-4x);
}
}
/* Footer colors */
.footer {
--ifm-footer-background-color: var(--ifm-font-color-base);
--ifm-footer-color: var(--ifm-color-white);
--ifm-footer-link-color: var(--ifm-color-white);
--ifm-footer-title-color: var(--ifm-color-white);
}
.footer a:hover {
color: var(--ifm-footer-link-color);
}
[data-theme='dark'] .footer {
--ifm-footer-background-color: var(--ifm-navbar-background-color);
}
/* DocSearch */
:root {
--docsearch-primary-color: var(--ifm-color-primary) !important;
--docsearch-modal-width: 90vw;
}
.DocSearch-Modal {
max-width: 750px !important;
}
@media screen and (min-width: 750px) {
.DocSearch-Modal {
margin: 85px auto auto !important;
}
}
@media screen and (max-width: 750px) {
.DocSearch-Modal {
position: fixed !important;
}
}
.DocSearch-Button {
padding: 0 20px !important;
}
.DocSearch-Button:nth-child(2) {
background: #ffffff !important;
height: 70px !important;
width: 90vw;
max-width: 750px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
border-radius: 4px !important;
}
.DocSearch-Button:nth-child(2) .DocSearch-Button-Placeholder {
font-size: 1.5rem !important;
}
.DocSearch-Button:nth-child(2) .DocSearch-Button:active,
.DocSearch-Button:focus,
.DocSearch-Button:hover {
color: #969faf !important;
}
/* We have a paid account and run the crawler ourselves, so we are not required
to display the Algolia logo */
.DocSearch-Footer {
flex-direction: row !important;
}
.DocSearch-Logo {
display: none;
}
|
website/src/css/custom.css
|
:root {
--ifm-color-primary-lightest: #2871e4;
--ifm-color-primary-lighter: #1a62d2;
--ifm-color-primary-light: #195dc9;
--ifm-color-primary: #1755b7;
--ifm-color-primary-dark: #154da5;
--ifm-color-primary-darker: #14489c;
--ifm-color-primary-darkest: #103b80;
}
/* Announcement bar */
[data-theme='light'] div[role='banner'] {
background-color: var(--ifm-font-color-base);
color: var(--ifm-color-white);
}
[data-theme='dark'] div[role='banner'] {
background-color: var(--ifm-font-color-base);
color: var(--ifm-color-black);
}
/* Announcement bar close button */
[data-theme='light'] .close {
color: var(--ifm-color-white);
}
[data-theme='dark'] .close {
color: var(--ifm-color-black);
}
/* Navigation bar */
.header-github-link:hover {
opacity: 0.6;
}
.header-github-link::before {
content: '';
width: 24px;
height: 24px;
display: flex;
background: url(../../static/images/github-logo.svg) no-repeat;
}
/* Document tabs bar */
.tabs {
border-bottom: 1px solid var(--ifm-toc-border-color);
}
/* Zoom CSS fix */
.medium-zoom-overlay,
.medium-zoom-image {
z-index: 9999;
}
/* Customizations for the front page grid */
:root {
--ifm-spacing-vertical-2x: calc(var(--ifm-spacing-vertical) * 2);
--ifm-spacing-vertical-4x: calc(var(--ifm-spacing-vertical) * 4);
}
#front-page .container,
.footer .container {
padding: var(--ifm-spacing-vertical-2x) 0;
margin: 0 auto;
transition: all var(--ifm-transition-fast)
var(--ifm-transition-timing-default);
}
#front-page .container h2 {
margin-bottom: var(--ifm-spacing-vertical-2x);
}
#front-page .row,
.footer .row {
margin: 0;
display: flex;
}
#front-page .col,
.footer .col {
margin: 0;
padding: 0;
flex-grow: 1;
}
.footer {
padding: 0;
margin: 0;
}
.footer__title,
.footer__item {
white-space: nowrap;
}
.footer__bottom > div {
margin: 0 !important;
}
.footer__bottom > div a {
display: block;
height: 100px;
}
.footer__bottom img {
margin: 0;
}
@media screen and (max-width: 995px) {
#front-page .container,
.footer .container {
width: 90vw;
max-width: 750px;
}
.footer .container {
overflow: hidden;
}
#front-page .row,
.footer .row {
flex-direction: column;
}
#front-page .row + .row,
.footer .row + .row {
margin-top: var(--ifm-spacing-vertical-2x);
}
#front-page .col + .col,
.footer .col + .col {
margin-top: var(--ifm-spacing-vertical-2x);
}
.footer .row {
float: left;
}
.footer__items {
margin-bottom: var(--ifm-heading-margin-bottom);
}
.footer__bottom {
float: right;
margin: 0 !important;
}
}
@media screen and (min-width: 996px) {
#front-page .row,
.footer .row {
flex-direction: row;
}
#front-page .row + .row,
.footer .row + div {
margin-top: var(--ifm-spacing-vertical-4x);
}
#front-page .col + .col,
.footer .col + .col {
margin-left: var(--ifm-spacing-vertical-4x);
}
#front-page .container,
.footer .container {
padding: var(--ifm-spacing-vertical-2x) var(--ifm-spacing-vertical-4x);
}
}
/* Footer colors */
.footer {
--ifm-footer-background-color: var(--ifm-font-color-base);
--ifm-footer-color: var(--ifm-color-white);
--ifm-footer-link-color: var(--ifm-color-white);
--ifm-footer-title-color: var(--ifm-color-white);
}
.footer a:hover {
color: var(--ifm-footer-link-color);
}
[data-theme='dark'] .footer {
--ifm-footer-background-color: var(--ifm-navbar-background-color);
}
/* DocSearch */
:root {
--docsearch-primary-color: var(--ifm-color-primary) !important;
--docsearch-modal-width: 90vw;
}
.DocSearch-Modal {
max-width: 750px !important;
}
@media screen and (min-width: 750px) {
.DocSearch-Modal {
margin: 85px auto auto !important;
}
}
@media screen and (max-width: 750px) {
.DocSearch-Modal {
position: fixed !important;
}
}
.DocSearch-Button {
padding: 0 20px !important;
}
.DocSearch-Button:nth-child(2) {
background: #ffffff !important;
height: 70px !important;
width: 90vw;
max-width: 750px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
border-radius: 4px !important;
}
.DocSearch-Button:nth-child(2) .DocSearch-Button-Placeholder {
font-size: 1.5rem !important;
}
.DocSearch-Button:nth-child(2) .DocSearch-Button:active,
.DocSearch-Button:focus,
.DocSearch-Button:hover {
color: #969faf !important;
}
/* We have a paid account and run the crawler ourselves, so we are not required
to display the Algolia logo */
.DocSearch-Footer {
flex-direction: row !important;
}
.DocSearch-Logo {
display: none;
}
| 0.302906 | 0.070336 |
@import 'reset.css';
* {
box-sizing: border-box;
}
:root {
/* System font stacks from https://gist.github.com/don1138/5761014 */
--font-stack-serif: 'Palatino Linotype', Palatino, Palladio, 'URW Palladio L', 'Book Antiqua', Baskerville,
'Bookman Old Style', 'Bitstream Charter', 'Nimbus Roman No9 L', Garamond, 'Apple Garamond',
'ITC Garamond Narrow', 'New Century Schoolbook', 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
--font-stack-sans: 'IBM Plex Sans', system-ui, Segoe UI, Helvetica, Roboto, sans-serif;
--font-stack-mono: 'IBM Plex Mono', monospace;
--clr-yellow-30: #866b00;
--clr-yellow-50: #d5b712;
--clr-yellow-60: #ebcc20;
--clr-yellow-base: var(--clr-yellow-60);
--clr-red-30: #a22205;
--clr-red-40: #b7391d;
--clr-red-60: #fb4444;
--clr-red-base: var(--clr-red-30);
--clr-gray-0: #000000;
--clr-gray-10: #100e06;
--clr-gray-20: #242021;
--clr-gray-25: #302b2c;
--clr-gray-80: #e6e5e4;
--clr-gray-90: #f2f1f0;
--clr-gray-95: #fcfcfc;
--clr-gray-100: #ffffff;
--clr-lighter-10: hsla(0, 0%, 100%, 0.08);
--clr-lighter-20: hsla(0, 0%, 100%, 0.2);
--clr-lighter-30: hsla(0, 0%, 100%, 0.4);
--clr-lighter-40: hsla(0, 0%, 100%, 0.7);
--clr-lighter-50: hsla(0, 0%, 100%, 0.93);
--clr-darker-10: hsla(0, 0%, 0%, 0.05);
--clr-darker-20: hsla(0, 0%, 0%, 0.17);
--clr-darker-30: hsla(0, 0%, 0%, 0.35);
--clr-darker-40: hsla(0, 0%, 0%, 0.65);
--clr-darker-50: hsla(0, 0%, 0%, 0.93);
--font-size-0: 0.85em;
--font-size-10: 1em;
--font-size-20: 1.2em;
--font-size-30: calc(4em / 3);
--font-size-40: calc(5em / 3);
--font-size-50: calc(6em / 3);
--line-height: calc(1.5 / 0.875); /* 24px for base font size */
--reading-width-narrow: 65ch;
--reading-width-wide: 75ch;
}
.🌞,
.🌒 .inverted {
--text-primary: var(--clr-darker-50);
--text-secondary: var(--clr-darker-40);
--text-tertiary: var(--clr-darker-30);
--text-inverted: var(--clr-lighter-50);
--theme-primary: var(--clr-red-base);
--theme-primary-bg: var(--clr-red-30);
--theme-primary-text: var(--clr-red-30);
--theme-accent-bg: var(--clr-yellow-50);
--theme-accent-text: var(--clr-yellow-30);
--layer-bg: #fbf9f4;
--layer-container: rgba(255, 255, 255, 0);
--layer-container-hover: rgba(255, 255, 255, 0.25);
--layer-highlight: var(--clr-gray-80);
--clr-scrollbar: var(--clr-darker-20);
--divider: var(--clr-darker-20);
--container-border: 1px solid var(--divider);
}
.🌒,
.🌞 .inverted {
--text-primary: var(--clr-lighter-50);
--text-secondary: var(--clr-lighter-40);
--text-tertiary: var(--clr-lighter-30);
--text-inverted: var(--clr-darker-50);
--theme-primary: var(--clr-yellow-base);
--theme-primary-bg: var(--clr-yellow-60);
--theme-primary-text: var(--clr-yellow-60);
--theme-accent-bg: var(--clr-red-40);
--theme-accent-text: var(--clr-red-60);
--layer-bg: var(--clr-gray-10);
--layer-container: var(--clr-gray-20);
--layer-container-hover: var(--clr-gray-25);
--layer-highlight: var(--clr-gray-20);
--clr-scrollbar: var(--clr-lighter-20);
--divider: var(--clr-lighter-40);
--container-border: 2px solid var(--clr-gray-0);
}
.🌞,
.🌒,
.inverted {
--text-link: var(--theme-primary);
--text-link-hover: var(--theme-accent-text);
color: var(--text-primary);
}
/* TYPOGRAPHY */
html {
font-family: var(--font-stack-sans);
font-feature-settings: 'liga';
font-weight: 400;
font-size: 16px; /* Used as basis for spacing throughout the app. */
line-height: var(--line-height);
}
html,
body {
background-color: #fbf9f4;
}
.app {
font-size: 0.875rem;
/* 14px on most monitors. */
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
margin-top: 0;
}
h1,
h2 {
font-weight: 300;
}
h1 {
font-size: var(--font-size-50);
line-height: 1.4;
}
h2 {
font-size: var(--font-size-30);
line-height: 1.5;
}
blockquote {
margin: 0;
padding-left: 1rem;
border-left: 4px solid var(--divider);
font-style: italic;
font-size: 1.2em;
font-family: var(--font-stack-serif);
}
blockquote > * + *,
article > * + *,
section > * + *,
figure > * + *,
footer > * + * {
--spacing: 1em;
margin-top: var(--spacing);
}
blockquote:not(.extract-text) em {
font-style: normal;
}
hr {
color: var(--divider);
margin: calc(1em * var(--line-height) - 1px) 0 0 0;
padding-top: calc(1em * var(--line-height));
border-style: solid;
border-bottom: none;
border-left: none;
border-right: none;
}
ul {
list-style-type: circle;
}
table {
border-collapse: collapse;
}
tr:not(:first-child) {
border-top: 1px solid var(--divider);
}
th,
td {
padding: 0.5rem 0.25rem;
}
th {
text-align: left;
font-weight: normal;
color: var(--text-secondary);
vertical-align: bottom;
white-space: nowrap;
padding-top: 0;
}
td {
vertical-align: baseline;
}
strong {
font-weight: 500;
}
button.link {
appearance: none;
background: none;
border: none;
outline: none;
padding: 0;
margin: 0;
}
a,
.link {
color: var(--text-link);
text-decoration: none;
transition: color 0.33s;
}
a:hover,
.link:hover {
color: var(--text-link-hover);
cursor: pointer;
text-decoration: underline;
}
a,
.link,
.text-mono,
pre,
code,
kbd,
samp {
font-family: var(--font-stack-mono);
/* The monospace fonts tend to be optically larger for a given font size. */
font-size: 0.933em;
line-height: calc((1.5 / 0.875) / 0.933);
}
pre {
overflow-x: auto;
}
small,
.small {
font-size: var(--font-size-0);
}
.caption {
font-size: var(--font-size-0);
color: var(--text-secondary);
}
.text-mono a,
.text-mono .link {
font-size: 1em;
/* Avoid compounding ensmallnesses. */
}
.markdown-block > *:first-child {
margin-top: 0;
}
.markdown-block > *:last-child {
margin-bottom: 0;
}
/* CONTROLS */
.input--radio {
white-space: nowrap;
}
select {
background-color: var(--layer-bg);
border-radius: 0;
font-size: var(--font-size-0);
font-family: var(--font-stack-mono);
border: 1px solid var(--text-secondary);
padding: 0.25em 0.5em;
/* -webkit-appearance: none;
-moz-appearance: none;
appearance: none; */
}
select:focus {
outline: none;
border-color: var(--theme-primary);
box-shadow: 0 0 2px var(--theme-primary);
color: var(--theme-primary-text);
}
/* HELPERS */
.inherit {
all: inherit;
color: currentColor;
}
.text-inverted {
color: var(--text-inverted) !important;
}
.theme-primary {
color: var(--theme-primary-text);
}
.text-secondary {
color: var(--text-secondary);
}
.text-tertiary {
color: var(--text-tertiary);
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.themey {
background-color: var(--theme-primary-bg);
color: var(--text-inverted);
--layer-highlight: var(--theme-primary-bg);
--text-link: var(--text-inverted);
--text-link-hover: var(--text-inverted);
}
/* https://stackoverflow.com/questions/26032089/in-html-how-can-i-have-text-that-is-only-accessible-for-screen-readers-i-e-fo#:~:text=visibility%3A%20hidden%3B%20and%2For,want%20read%20by%20screen%20readers. */
.screenreader {
position: absolute !important; /* Outside the DOM flow */
height: 1px;
width: 1px; /* Nearly collapsed */
overflow: hidden;
left: -10000px;
clip-path: rect(1px, 1px, 1px, 1px); /* All other browsers */
clip: rect(1px, 1px, 1px, 1px); /* All other browsers */
}
/* COMPONENTS */
.spaces-list {
--spacing: 1em;
list-style-type: none;
margin-bottom: 0;
margin-left: calc(-1 * var(--spacing));
display: flex;
flex-wrap: wrap;
max-width: 100%;
}
.spaces-list > li {
margin-left: var(--spacing);
}
.linked-list {
--separation: 0.5rem;
position: relative;
list-style-position: inside;
list-style-type: none;
color: var(--text-secondary);
}
.linked-list * {
display: inline;
}
.linked-list > li:not(:last-child) {
margin-right: var(--separation);
}
.linked-list > li + li::before {
content: '/';
color: var(--text-tertiary);
margin-right: var(--separation);
}
.topic {
color: var(--text-secondary);
text-transform: uppercase;
white-space: nowrap;
}
.topic::before {
content: '#';
opacity: 0.5;
display: inline-block;
margin-right: 2px;
}
/* LAYOUT */
html,
body,
.app {
height: 100%;
}
.app {
--padding: 2rem;
}
.layout {
display: flex;
position: relative;
align-items: flex-start;
}
.layout > * {
padding: var(--padding);
overflow-x: hidden;
}
.layout__index {
max-height: 100vh;
}
.layout__panel:empty {
display: none;
}
@media screen and (max-width: 650px) {
.layout {
--padding: 1rem;
align-items: stretch;
max-height: 100%;
height: 100%;
overflow-x: auto;
overflow-y: hidden;
scroll-snap-type: x mandatory;
}
.layout__index,
.layout__gallery,
.layout__panel {
width: 100vw;
min-width: 100vw;
height: 100%;
overflow-y: auto;
position: relative;
scroll-snap-align: start;
}
.layout__index {
padding-top: 0;
margin-top: var(--padding);
height: calc(100% - var(--padding));
}
}
@media screen and (min-width: 700px) {
.layout__index {
flex: 2 1 0;
min-width: 200px;
max-height: 100vh;
position: sticky;
top: 0;
overflow-y: auto;
}
.layout__gallery {
flex: 2 1 var(--reading-width-narrow);
position: sticky;
top: 0;
max-height: 100vh;
overflow-y: auto;
padding-right: calc(var(--padding) / 2 + 5px);
margin-right: calc(var(--padding) / 2 - 5px);
}
.layout__panel {
flex: 1 1 var(--reading-width-narrow);
min-height: 100vh;
border-left: 2px solid var(--theme-primary-text);
max-width: var(--reading-width-wide);
}
}
@media screen and (min-width: 700px) and (max-width: 1350px) {
.layout {
--index-width: 1.5rem;
}
.layout__index {
position: fixed;
min-width: 0;
flex: 0 0 auto;
top: 0;
left: 0;
bottom: 0;
width: 0;
padding-right: 0;
padding-left: var(--index-width);
background-color: var(--text-secondary);
transition: width 0.5s, background-color 0.5s, padding 0.5s;
z-index: 1;
border-right: 1px solid var(--text-primary);
}
.layout__index > * {
opacity: 0;
transition: opacity 0.5s;
}
.layout__index:hover,
.layout__index:only-child {
width: 225px;
background-color: var(--layer-bg);
padding-right: var(--padding);
border-right: 1px solid var(--divider);
}
.layout__index:hover > *,
.layout__index:only-child > * {
opacity: 1;
}
.layout__index:only-child {
width: 100%;
border-right: none;
}
.layout__gallery {
margin-left: var(--index-width);
}
}
|
static/global.css
|
@import 'reset.css';
* {
box-sizing: border-box;
}
:root {
/* System font stacks from https://gist.github.com/don1138/5761014 */
--font-stack-serif: 'Palatino Linotype', Palatino, Palladio, 'URW Palladio L', 'Book Antiqua', Baskerville,
'Bookman Old Style', 'Bitstream Charter', 'Nimbus Roman No9 L', Garamond, 'Apple Garamond',
'ITC Garamond Narrow', 'New Century Schoolbook', 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
--font-stack-sans: 'IBM Plex Sans', system-ui, Segoe UI, Helvetica, Roboto, sans-serif;
--font-stack-mono: 'IBM Plex Mono', monospace;
--clr-yellow-30: #866b00;
--clr-yellow-50: #d5b712;
--clr-yellow-60: #ebcc20;
--clr-yellow-base: var(--clr-yellow-60);
--clr-red-30: #a22205;
--clr-red-40: #b7391d;
--clr-red-60: #fb4444;
--clr-red-base: var(--clr-red-30);
--clr-gray-0: #000000;
--clr-gray-10: #100e06;
--clr-gray-20: #242021;
--clr-gray-25: #302b2c;
--clr-gray-80: #e6e5e4;
--clr-gray-90: #f2f1f0;
--clr-gray-95: #fcfcfc;
--clr-gray-100: #ffffff;
--clr-lighter-10: hsla(0, 0%, 100%, 0.08);
--clr-lighter-20: hsla(0, 0%, 100%, 0.2);
--clr-lighter-30: hsla(0, 0%, 100%, 0.4);
--clr-lighter-40: hsla(0, 0%, 100%, 0.7);
--clr-lighter-50: hsla(0, 0%, 100%, 0.93);
--clr-darker-10: hsla(0, 0%, 0%, 0.05);
--clr-darker-20: hsla(0, 0%, 0%, 0.17);
--clr-darker-30: hsla(0, 0%, 0%, 0.35);
--clr-darker-40: hsla(0, 0%, 0%, 0.65);
--clr-darker-50: hsla(0, 0%, 0%, 0.93);
--font-size-0: 0.85em;
--font-size-10: 1em;
--font-size-20: 1.2em;
--font-size-30: calc(4em / 3);
--font-size-40: calc(5em / 3);
--font-size-50: calc(6em / 3);
--line-height: calc(1.5 / 0.875); /* 24px for base font size */
--reading-width-narrow: 65ch;
--reading-width-wide: 75ch;
}
.🌞,
.🌒 .inverted {
--text-primary: var(--clr-darker-50);
--text-secondary: var(--clr-darker-40);
--text-tertiary: var(--clr-darker-30);
--text-inverted: var(--clr-lighter-50);
--theme-primary: var(--clr-red-base);
--theme-primary-bg: var(--clr-red-30);
--theme-primary-text: var(--clr-red-30);
--theme-accent-bg: var(--clr-yellow-50);
--theme-accent-text: var(--clr-yellow-30);
--layer-bg: #fbf9f4;
--layer-container: rgba(255, 255, 255, 0);
--layer-container-hover: rgba(255, 255, 255, 0.25);
--layer-highlight: var(--clr-gray-80);
--clr-scrollbar: var(--clr-darker-20);
--divider: var(--clr-darker-20);
--container-border: 1px solid var(--divider);
}
.🌒,
.🌞 .inverted {
--text-primary: var(--clr-lighter-50);
--text-secondary: var(--clr-lighter-40);
--text-tertiary: var(--clr-lighter-30);
--text-inverted: var(--clr-darker-50);
--theme-primary: var(--clr-yellow-base);
--theme-primary-bg: var(--clr-yellow-60);
--theme-primary-text: var(--clr-yellow-60);
--theme-accent-bg: var(--clr-red-40);
--theme-accent-text: var(--clr-red-60);
--layer-bg: var(--clr-gray-10);
--layer-container: var(--clr-gray-20);
--layer-container-hover: var(--clr-gray-25);
--layer-highlight: var(--clr-gray-20);
--clr-scrollbar: var(--clr-lighter-20);
--divider: var(--clr-lighter-40);
--container-border: 2px solid var(--clr-gray-0);
}
.🌞,
.🌒,
.inverted {
--text-link: var(--theme-primary);
--text-link-hover: var(--theme-accent-text);
color: var(--text-primary);
}
/* TYPOGRAPHY */
html {
font-family: var(--font-stack-sans);
font-feature-settings: 'liga';
font-weight: 400;
font-size: 16px; /* Used as basis for spacing throughout the app. */
line-height: var(--line-height);
}
html,
body {
background-color: #fbf9f4;
}
.app {
font-size: 0.875rem;
/* 14px on most monitors. */
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
margin-top: 0;
}
h1,
h2 {
font-weight: 300;
}
h1 {
font-size: var(--font-size-50);
line-height: 1.4;
}
h2 {
font-size: var(--font-size-30);
line-height: 1.5;
}
blockquote {
margin: 0;
padding-left: 1rem;
border-left: 4px solid var(--divider);
font-style: italic;
font-size: 1.2em;
font-family: var(--font-stack-serif);
}
blockquote > * + *,
article > * + *,
section > * + *,
figure > * + *,
footer > * + * {
--spacing: 1em;
margin-top: var(--spacing);
}
blockquote:not(.extract-text) em {
font-style: normal;
}
hr {
color: var(--divider);
margin: calc(1em * var(--line-height) - 1px) 0 0 0;
padding-top: calc(1em * var(--line-height));
border-style: solid;
border-bottom: none;
border-left: none;
border-right: none;
}
ul {
list-style-type: circle;
}
table {
border-collapse: collapse;
}
tr:not(:first-child) {
border-top: 1px solid var(--divider);
}
th,
td {
padding: 0.5rem 0.25rem;
}
th {
text-align: left;
font-weight: normal;
color: var(--text-secondary);
vertical-align: bottom;
white-space: nowrap;
padding-top: 0;
}
td {
vertical-align: baseline;
}
strong {
font-weight: 500;
}
button.link {
appearance: none;
background: none;
border: none;
outline: none;
padding: 0;
margin: 0;
}
a,
.link {
color: var(--text-link);
text-decoration: none;
transition: color 0.33s;
}
a:hover,
.link:hover {
color: var(--text-link-hover);
cursor: pointer;
text-decoration: underline;
}
a,
.link,
.text-mono,
pre,
code,
kbd,
samp {
font-family: var(--font-stack-mono);
/* The monospace fonts tend to be optically larger for a given font size. */
font-size: 0.933em;
line-height: calc((1.5 / 0.875) / 0.933);
}
pre {
overflow-x: auto;
}
small,
.small {
font-size: var(--font-size-0);
}
.caption {
font-size: var(--font-size-0);
color: var(--text-secondary);
}
.text-mono a,
.text-mono .link {
font-size: 1em;
/* Avoid compounding ensmallnesses. */
}
.markdown-block > *:first-child {
margin-top: 0;
}
.markdown-block > *:last-child {
margin-bottom: 0;
}
/* CONTROLS */
.input--radio {
white-space: nowrap;
}
select {
background-color: var(--layer-bg);
border-radius: 0;
font-size: var(--font-size-0);
font-family: var(--font-stack-mono);
border: 1px solid var(--text-secondary);
padding: 0.25em 0.5em;
/* -webkit-appearance: none;
-moz-appearance: none;
appearance: none; */
}
select:focus {
outline: none;
border-color: var(--theme-primary);
box-shadow: 0 0 2px var(--theme-primary);
color: var(--theme-primary-text);
}
/* HELPERS */
.inherit {
all: inherit;
color: currentColor;
}
.text-inverted {
color: var(--text-inverted) !important;
}
.theme-primary {
color: var(--theme-primary-text);
}
.text-secondary {
color: var(--text-secondary);
}
.text-tertiary {
color: var(--text-tertiary);
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.themey {
background-color: var(--theme-primary-bg);
color: var(--text-inverted);
--layer-highlight: var(--theme-primary-bg);
--text-link: var(--text-inverted);
--text-link-hover: var(--text-inverted);
}
/* https://stackoverflow.com/questions/26032089/in-html-how-can-i-have-text-that-is-only-accessible-for-screen-readers-i-e-fo#:~:text=visibility%3A%20hidden%3B%20and%2For,want%20read%20by%20screen%20readers. */
.screenreader {
position: absolute !important; /* Outside the DOM flow */
height: 1px;
width: 1px; /* Nearly collapsed */
overflow: hidden;
left: -10000px;
clip-path: rect(1px, 1px, 1px, 1px); /* All other browsers */
clip: rect(1px, 1px, 1px, 1px); /* All other browsers */
}
/* COMPONENTS */
.spaces-list {
--spacing: 1em;
list-style-type: none;
margin-bottom: 0;
margin-left: calc(-1 * var(--spacing));
display: flex;
flex-wrap: wrap;
max-width: 100%;
}
.spaces-list > li {
margin-left: var(--spacing);
}
.linked-list {
--separation: 0.5rem;
position: relative;
list-style-position: inside;
list-style-type: none;
color: var(--text-secondary);
}
.linked-list * {
display: inline;
}
.linked-list > li:not(:last-child) {
margin-right: var(--separation);
}
.linked-list > li + li::before {
content: '/';
color: var(--text-tertiary);
margin-right: var(--separation);
}
.topic {
color: var(--text-secondary);
text-transform: uppercase;
white-space: nowrap;
}
.topic::before {
content: '#';
opacity: 0.5;
display: inline-block;
margin-right: 2px;
}
/* LAYOUT */
html,
body,
.app {
height: 100%;
}
.app {
--padding: 2rem;
}
.layout {
display: flex;
position: relative;
align-items: flex-start;
}
.layout > * {
padding: var(--padding);
overflow-x: hidden;
}
.layout__index {
max-height: 100vh;
}
.layout__panel:empty {
display: none;
}
@media screen and (max-width: 650px) {
.layout {
--padding: 1rem;
align-items: stretch;
max-height: 100%;
height: 100%;
overflow-x: auto;
overflow-y: hidden;
scroll-snap-type: x mandatory;
}
.layout__index,
.layout__gallery,
.layout__panel {
width: 100vw;
min-width: 100vw;
height: 100%;
overflow-y: auto;
position: relative;
scroll-snap-align: start;
}
.layout__index {
padding-top: 0;
margin-top: var(--padding);
height: calc(100% - var(--padding));
}
}
@media screen and (min-width: 700px) {
.layout__index {
flex: 2 1 0;
min-width: 200px;
max-height: 100vh;
position: sticky;
top: 0;
overflow-y: auto;
}
.layout__gallery {
flex: 2 1 var(--reading-width-narrow);
position: sticky;
top: 0;
max-height: 100vh;
overflow-y: auto;
padding-right: calc(var(--padding) / 2 + 5px);
margin-right: calc(var(--padding) / 2 - 5px);
}
.layout__panel {
flex: 1 1 var(--reading-width-narrow);
min-height: 100vh;
border-left: 2px solid var(--theme-primary-text);
max-width: var(--reading-width-wide);
}
}
@media screen and (min-width: 700px) and (max-width: 1350px) {
.layout {
--index-width: 1.5rem;
}
.layout__index {
position: fixed;
min-width: 0;
flex: 0 0 auto;
top: 0;
left: 0;
bottom: 0;
width: 0;
padding-right: 0;
padding-left: var(--index-width);
background-color: var(--text-secondary);
transition: width 0.5s, background-color 0.5s, padding 0.5s;
z-index: 1;
border-right: 1px solid var(--text-primary);
}
.layout__index > * {
opacity: 0;
transition: opacity 0.5s;
}
.layout__index:hover,
.layout__index:only-child {
width: 225px;
background-color: var(--layer-bg);
padding-right: var(--padding);
border-right: 1px solid var(--divider);
}
.layout__index:hover > *,
.layout__index:only-child > * {
opacity: 1;
}
.layout__index:only-child {
width: 100%;
border-right: none;
}
.layout__gallery {
margin-left: var(--index-width);
}
}
| 0.279042 | 0.139104 |
body{
padding-top: 80px;
}
.navbar-brand {
height: 80px;
font-size: 18px;
line-height: 50px;
}
.navbar-nav>li>a {
height: 80px;
line-height: 50px;
}
.carousel-inner > .item{
min-height: 600px;
background-size: cover;
background-position: center center;
background: url(../img/back.svg) center center no-repeat,linear-gradient(to bottom,#0060df 7%,#0095ff 100%);
background-image: url(../img/back.svg), linear-gradient(rgb(0, 96, 223) 7%, rgb(0, 149, 255) 100%);
}
.footer{
min-height: 300px;
background: #333;
}
.tab-pane{
min-height: 300px;
}
.btn-primary {
color: #333;
background-color: transparent;
border-color: #333;
box-shadow: 4px 3px black;
}
.btn-primary:hover{
color: #fff;
background-color: #000;
border-color: black;
transition: all 0.5s;
}
.-btn-group-lg > .btn,
.btn-lg{
border-radius: 0;
border-width: 2px;
margin-left: 10px;
}
p{
font-family: arial;
font-size: 25px;
}
h3{
font-size: 45px;
}
p.footer{
color: white;
text-align: center;
padding-top: 180px;
font-family: arial;
font-size: 25px;
}
a.footer-link{
color: deepskyblue;
font-size: 25px;
text-decoration: none;
}
a.footer-link:hover{
text-decoration: underline;
transition: all 0.5s;
}
span.icon{
color: red;
}
p.cuore{
color: red;
}
h3.title{
color: white;
font-size: 80px;
padding: 180px;
}
@media screen and (width: 1920px){
h3.mobile{
display: none;
}
}
@media screen and (max-width: 1200px){
h3.title{
display: none !important;
}
}
span:hover{
cursor: pointer;
}
p.big{
font-size: 20px;
text-align: center;
}
#button-ex{
padding-bottom: 30px;
}
a.button-gradient{
position: relative;
padding: 15px 40px;
margin: 0px 10px;
border: solid 2px #262626;
font-family: sans-serif;
display: inline-block;
text-transform: uppercase;
text-decoration: none;
color: #262626;
font-size: 24px;
letter-spacing: 4px;
transition: 0.5s;
}
a.button-gradient:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: -2;
}
a.button-gradient:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
a.button-gradient:nth-child(1):after{
background: #8b9dc3;
transition: transform 0.5s;
transform-origin: right;
transform: scaleX(0);
}
a.button-gradient:hover:nth-child(1):after{
transition: transform 0.5s;
transform-origin: left;
transform: scaleX(1);
}
a.button-gradient:hover{
color: #fff;
}
a.button-gradient:nth-child(2):after{
background: #44acf3;
transition: transform 0.5s;
transform-origin: bottom;
transform: scaleY(0);
}
a.button-gradient:hover:nth-child(2):after{
transition: transform 0.5s;
transform-origin: top;
transform: scaleY(1);
}
a.button-gradient:nth-child(3):after{
background: #ff3473;
transition: transform 0.5s;
transform-origin: left;
transform: scaleX(0);
}
a.button-gradient:hover:nth-child(3):after{
transition: transform 0.5s;
transform-origin: right;
transform: scaleX(1);
}
a.button-gradient:nth-child(4):after{
background: black;
transition: transform 0.5s;
transform-origin: top;
transform: scaleY(0);
}
a.button-gradient:hover:nth-child(4):after{
transition: transform 0.5s;
transform-origin: bottom;
transform: scaleY(1);
}
|
sito/css/style.css
|
body{
padding-top: 80px;
}
.navbar-brand {
height: 80px;
font-size: 18px;
line-height: 50px;
}
.navbar-nav>li>a {
height: 80px;
line-height: 50px;
}
.carousel-inner > .item{
min-height: 600px;
background-size: cover;
background-position: center center;
background: url(../img/back.svg) center center no-repeat,linear-gradient(to bottom,#0060df 7%,#0095ff 100%);
background-image: url(../img/back.svg), linear-gradient(rgb(0, 96, 223) 7%, rgb(0, 149, 255) 100%);
}
.footer{
min-height: 300px;
background: #333;
}
.tab-pane{
min-height: 300px;
}
.btn-primary {
color: #333;
background-color: transparent;
border-color: #333;
box-shadow: 4px 3px black;
}
.btn-primary:hover{
color: #fff;
background-color: #000;
border-color: black;
transition: all 0.5s;
}
.-btn-group-lg > .btn,
.btn-lg{
border-radius: 0;
border-width: 2px;
margin-left: 10px;
}
p{
font-family: arial;
font-size: 25px;
}
h3{
font-size: 45px;
}
p.footer{
color: white;
text-align: center;
padding-top: 180px;
font-family: arial;
font-size: 25px;
}
a.footer-link{
color: deepskyblue;
font-size: 25px;
text-decoration: none;
}
a.footer-link:hover{
text-decoration: underline;
transition: all 0.5s;
}
span.icon{
color: red;
}
p.cuore{
color: red;
}
h3.title{
color: white;
font-size: 80px;
padding: 180px;
}
@media screen and (width: 1920px){
h3.mobile{
display: none;
}
}
@media screen and (max-width: 1200px){
h3.title{
display: none !important;
}
}
span:hover{
cursor: pointer;
}
p.big{
font-size: 20px;
text-align: center;
}
#button-ex{
padding-bottom: 30px;
}
a.button-gradient{
position: relative;
padding: 15px 40px;
margin: 0px 10px;
border: solid 2px #262626;
font-family: sans-serif;
display: inline-block;
text-transform: uppercase;
text-decoration: none;
color: #262626;
font-size: 24px;
letter-spacing: 4px;
transition: 0.5s;
}
a.button-gradient:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: -2;
}
a.button-gradient:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
a.button-gradient:nth-child(1):after{
background: #8b9dc3;
transition: transform 0.5s;
transform-origin: right;
transform: scaleX(0);
}
a.button-gradient:hover:nth-child(1):after{
transition: transform 0.5s;
transform-origin: left;
transform: scaleX(1);
}
a.button-gradient:hover{
color: #fff;
}
a.button-gradient:nth-child(2):after{
background: #44acf3;
transition: transform 0.5s;
transform-origin: bottom;
transform: scaleY(0);
}
a.button-gradient:hover:nth-child(2):after{
transition: transform 0.5s;
transform-origin: top;
transform: scaleY(1);
}
a.button-gradient:nth-child(3):after{
background: #ff3473;
transition: transform 0.5s;
transform-origin: left;
transform: scaleX(0);
}
a.button-gradient:hover:nth-child(3):after{
transition: transform 0.5s;
transform-origin: right;
transform: scaleX(1);
}
a.button-gradient:nth-child(4):after{
background: black;
transition: transform 0.5s;
transform-origin: top;
transform: scaleY(0);
}
a.button-gradient:hover:nth-child(4):after{
transition: transform 0.5s;
transform-origin: bottom;
transform: scaleY(1);
}
| 0.377655 | 0.052497 |
@charset "UTF-8";
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 <NAME>
*/
.animated {
animation-duration: 1.2s;
/* animation-fill-mode:both;*/
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
@keyframes fadeIn { -----
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
|
css/animate.css
|
@charset "UTF-8";
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 <NAME>
*/
.animated {
animation-duration: 1.2s;
/* animation-fill-mode:both;*/
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
@keyframes fadeIn { -----
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
| 0.726911 | 0.090735 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");
/*
===============
Variables
===============
*/
:root {
/* dark shades of primary color*/
--clr-primary-1: #4F47B8;
--clr-primary-2: #5D5FEF;
/* darkest grey - used for headings */
--clr-grey-1: #F1F3F7;
--clr-grey-3: #D1DDEC;
--clr-grey-4: #A4ACB7;
--clr-grey-5: #CCCCCC;
--clr-grey-6: #092952;
/* grey used for paragraphs */
--clr-black-1: #050608;
--clr-black-2: #000000;
--clr-white: #fff;
--ff-primary: "Roboto", sans-serif;
--ff-secondary: "Open Sans", sans-serif;
--transition: all 0.3s linear;
--spacing: 0.2rem;
--radius: 0.25rem;
--light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
--dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
--max-width: 1170px;
--fixed-width: 700px;
}
/*
===============
Global Styles
===============
*/
*,
::after,
::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
max-width: 100%;
overflow-x: hidden;
}
body {
font-family: var(--ff-secondary);
background: var(--clr-white);
color: var(--clr-black-1);
line-height: 1.5;
font-size: 0.875rem;
margin-top: 5rem;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
}
h1,
h2,
h3,
h4 {
letter-spacing: var(--spacing);
text-transform: capitalize;
line-height: 1.25;
margin-bottom: 0.75rem;
font-family: var(--ff-primary);
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.25rem;
}
h4 {
font-size: 0.875rem;
}
p {
margin-bottom: 1.25rem;
color: var(--clr-grey-6);
}
@media screen and (min-width: 800px) {
h1 {
font-size: 4rem;
}
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
body {
font-size: 1rem;
}
h1,
h2,
h3,
h4 {
line-height: 1;
}
}
/* global classes */
.underline {
width: 5rem;
height: 0.25rem;
margin-bottom: 1.25rem;
background: var(--clr-primary-2);
margin-left: 10px;
margin-right: auto;
}
.btn {
text-transform: uppercase;
background: var(--clr-primary-1);
color: var(--clr-white);
padding: 0.5rem 1rem;
letter-spacing: var(--spacing);
display: inline-block;
font-weight: 700;
-webkit-transition: var(--transition);
transition: var(--transition);
font-size: 0.875rem;
border: 2px solid transparent;
cursor: pointer;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
border-radius: var(--radius);
}
.hide-btn {
display: none;
}
.side-btn {
display: flex;
justify-self: center;
}
.btn:hover {
color: var(--clr-primary-1);
background: var(--clr-white);
}
.center-btn {
display: block;
width: 12rem;
text-align: center;
margin: 0 auto;
margin-top: 3rem;
}
/* social links */
.social-links {
margin-top: 2rem;
width: 15rem;
display: flex;
justify-content: space-between;
}
.social-link {
font-size: 1.75rem;
color: var(--clr-black-1);
transition: var(--transition);
}
.social-link:hover {
color: var(--clr-primary-5);
}
/*
===============
Navbar
===============
*/
.navbar {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 5rem;
display: flex;
align-items: center;
z-index: 200;
background: transparent;
}
.nav-center {
position: fixed;
width: 100vw;
height: 5rem;
max-width: 100vw;
padding: 0 10vw 0 10vw;
background: var(--clr-white);
}
.nav-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-header img {
margin-bottom: 0.375rem;
}
.toggle-btn {
font-size: 2rem;
background: transparent;
border-color: transparent;
color: var(--clr-black-1);
cursor: pointer;
transition: var(--transition);
margin-right: 10vw;
}
.nav-logo {
height: 50px;
width: 200px
}
.toggle-btn:hover {
color: var(--clr-primary-2);
}
.nav-links {
display: none;
}
.nav-resume {
display: none;
}
@media screen and (min-width: 768px) {
.toggle-btn {
display: none;
}
.nav-links {
display: flex;
justify-content: center;
}
.nav-resume {
position: relative;
display: block;
margin-left: 85vw;
}
.nav-links a {
margin-right: 2rem;
text-transform: capitalize;
color: var(--clr-black-1);
font-weight: bold;
letter-spacing: var(--spacing);
transition: var(--transition);
padding: 0.5rem 0;
}
.nav-links a:hover {
color: var(--clr-primary-1);
box-shadow: 0px 2px var(--clr-primary-1);
}
.nav-center {
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
}
}
@media screen and (min-width: 992px) {
.navbar {
background: transparent;
}
}
/*
===============
Sidebar
===============
*/
.sidebar {
background: var(--clr-grey-1);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
display: grid;
place-items: center;
opacity: 0;
transition: var(--transition);
transform: translateX(-100%);
}
.show-sidebar {
opacity: 1;
transform: translateX(0);
}
.side-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
}
.sidebar-links li {
opacity: 0;
}
.sidebar-links li a {
display: block;
text-align: center;
text-transform: capitalize;
color: var(--clr-black-1);
letter-spacing: var(--spacing);
margin-bottom: 0.5rem;
font-size: 2rem;
transition: var(--transition);
border-radius: var(--radius);
}
.sidebar-links li a:hover {
background: var(--clr-primary-1);
color: var(--clr-primary-2);
}
.close-btn {
position: absolute;
right: 4.75%;
top: 2.75%;
font-size: 2.5rem;
background: transparent;
border-color: transparent;
color: var(--clr-primary-1);
cursor: pointer;
}
@media screen and (min-width: 992px) {
.sidebar {
transform: translateX(-100%);
}
}
/*
===============
Sidebar Animation
===============
*/
.sidebar-links li {
animation: slideRight 0.5s ease-in-out 0.3s forwards;
}
.sidebar-links li:nth-of-type(1) {
animation-delay: 0.25s;
}
.sidebar-links li:nth-of-type(2) {
animation-delay: 0.5s;
}
.sidebar-links li:nth-of-type(3) {
animation-delay: 0.75s;
}
.sidebar-links li:nth-of-type(4) {
animation-delay: 1s;
}
.sidebar-links li:nth-of-type(5) {
animation-delay: 1.25s;
}
@keyframes slideRight {
0% {
transform: translateX(-200px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.sidebar-icons li {
opacity: 0;
animation: slideUp 0.5s ease-in-out 0.3s forwards;
}
.sidebar-icons li a {
color: var(--clr-grey-6);
}
.sidebar-icons li:nth-of-type(1) {
animation-delay: 0.25s;
}
.sidebar-icons li:nth-of-type(2) {
animation-delay: 0.5s;
}
.sidebar-icons li:nth-of-type(3) {
animation-delay: 0.75s;
}
.sidebar-icons li:nth-of-type(4) {
animation-delay: 1s;
}
.sidebar-icons li:nth-of-type(5) {
animation-delay: 1.25s;
}
@keyframes slideUp {
0% {
transform: translateY(200px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
/*
===============
Hero
===============
*/
/* underline added to globals */
.hero {
margin-top: 5rem;
height: 100vh;
width: 100vw;
background: var(--clr-grey-3);
position: relative;
}
.hero-center {
height: 100%;
display: grid;
align-items: center;
}
.hero .underline {
margin-bottom: 0.5rem;
margin-left: 10px;
}
.hero-info {
background: var(--clr-grey-3);
/* margin-left: 10vw; */
}
.hero-img {
display: none;
}
.hero-img-svg {
display: none;
}
.hero-img {
display: none;
}
.hero-info h4 {
color: var(--clr-black-2);
}
.hero .btn {
margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
.hero::before {
content: "";
position: absolute;
top: 0;
left: 60%;
right: 0;
bottom: 0;
background: var(--clr-grey-3);
}
.hero-center {
grid-template-columns: repeat(12, 1fr);
}
.hero h4 {
font-size: 0.5rem;
}
.hero-info {
grid-row: 1/1;
grid-column: 1 / span 8;
}
.hero-img {
display: block;
grid-row: 1/1;
grid-column: 7/-1;
}
.hero-img-svg {
width: 100%;
position: relative;
display: block;
grid-row: 1/1;
grid-column: 7/-1;
}
}
@media screen and (min-width: 1170px) {
.hero h4 {
font-size: 0.75rem;
}
.hero-info {
grid-column: 1 / span 8;
}
.hero h4 {
line-height: 1;
}
}
@media screen and (max-width: 1300px) {
.hero-info {
margin-left: 10vw;
}
}
.section-center {
width: 100vw;
margin: 0 auto;
max-width: 1170px;
}
/*
===============
Stack
===============
*/
.stack {
text-align: center;
width: 100vw;
height: 100%;
margin: auto;
padding: 30px 0;
background: var(--clr-grey-1);
}
.stack-content {
display: grid;
grid-template-rows: repeat(3, 1fr);
grid-template-columns: repeat(2, 1fr);
margin: auto;
/* align-items: center; */
/* justify-content: center; */
}
.single-stack {
display: flex;
flex-direction: column;
align-items: center;
}
.stack-img {
margin: 30px 0;
}
.single-stack h4 {
color: var(--clr-black-1)
}
@media screen and (min-width: 600px) {
.stack-content {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
}
@media screen and (min-width: 900px) {
.stack-content {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
max-width: 90vw;
}
}
@media screen and (min-width: 1300px) {
.stack-content {
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(1, 1fr);
}
}
/*
===============
Certifications
===============
*/
.certifications {
background-color: var(--clr-grey-3);
width: 100vw;
height: 100%;
}
.inner-certificate {
width: 100vw;
text-align: center;
padding: 30px 0;
}
.certificate-cards {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: repeat(4, 1fr);
place-items: center;
grid-gap: 10px;
padding: 30px;
width: 100vw;
height: 100%;
}
@media screen and (min-width: 760px){
.certificate-cards{
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
}
}
@media screen and (min-width: 960px){
.certificate-cards{
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
}
@media screen and (min-width: 1200px){
.certificate-cards{
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(1, 1fr);
}
}
.certificate-card {
height: 480px;
width: 300px;
border-radius: 20px;
background-color: white;
/* margin-left: 15px; */
text-align: center;
display: flex;
flex-direction: column;
}
.certificate-name {
margin-top: 10px;
height: 0;
flex-grow: 1;
}
.certificate-btn {
margin: 15px;
padding:10px 60px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.certificate-img {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
/*
===============
Footer
===============
*/
.footer {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
height: 100%;
width: 100vw;
background: #092952;
padding: 40px 0;
color: var(--clr-white)
}
.footer-social {
font-size: 50px;
color: white;
}
.footer-social:hover {
color: var(--clr-primary-1)
}
.footer-email {
font-size: 30px;
}
/*
===============
About
===============
*/
.about {
height: 100%;
background: var(--clr-grey-3);
width: 100vw;
}
.about-content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.about-text {
width: 80vw;
margin-top: 60px;
color: var(--clr-black-2);
}
.about-title {
text-transform: capitalize;
}
.about-desc {
color: var(--clr-black-2)
}
@media screen and (min-width: 960px) {
.about-content {
flex-direction: row;
align-items: center;
justify-content: space-evenly;
}
.about {
height: 100vh;
}
.about-text {
width: 50%;
}
}
/*
===============
Contact
===============
*/
.contact-page {
width: 100vw;
background: var(--clr-grey-3);
display: grid;
place-items: center;
padding: 5rem 0;
height: 100vh;
}
.contact-form {
background: var(--clr-white);
border-radius: var(--radius);
text-align: center;
box-shadow: var(--light-shadow);
transition: var(--transition);
width: 90vw;
max-width: 35rem;
}
.contact-form:hover {
box-shadow: var(--dark-shadow);
}
.contact-form h3 {
padding-top: 1.25rem;
color: var(--clr-grey-5);
}
.form-group {
padding: 1rem 1.5rem;
}
.form-control {
display: block;
width: 100%;
padding: 0.75rem 1rem;
border: none;
margin-bottom: 1.25rem;
background: var(--clr-grey-3);
border-radius: var(--radius);
text-transform: uppercase;
letter-spacing: var(--spacing);
}
.form-control::placeholder {
font-family: var(--ff-primary);
color: var(--clr-black-2);
text-transform: uppercase;
letter-spacing: var(--spacing);
}
.submit-btn {
display: block;
width: 100%;
padding: 1rem;
border-bottom-left-radius: var(--radius);
border-bottom-right-radius: var(--radius);
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.confirmation {
background: var(--clr-grey-3);
height: 100vh;
width: 100vw;
display: grid;
place-items: center;
}
.confirm-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
height: 80vh;
background: var(--clr-white);
border-radius: var(--radius);
text-align: center;
box-shadow: var(--light-shadow);
transition: var(--transition);
width: 90vw;
max-width: 60rem;
}
.confirm-content > h4 {
margin: 10px 60px;
}
/* === Resume === */
.resume-section {
height: 100%;
width: 100vw;
background-color: var(--clr-grey-3);
padding: 24px;
}
.inner-section {
width: 100%;
margin: auto;
text-align: center;
}
.resume-card {
height: 100%;
width: 100%;
background: var(--clr-grey-1);
border-radius: var(--radius);
box-shadow: var(--dark-shadow);
padding: 15px;
text-align: center;
margin: 25px auto;
}
.card-underline {
margin: auto;
}
.topic {
width: 88%;
margin: 0 auto 70px;
}
@media screen and (min-width: 768px) {
.inner-section {
text-align: left;
}
.card-underline {
margin: 0;
}
.topic {
max-width: 80%;
}
.card-text {
font-size: 20px;
margin: 30px;
text-align: left;
}
}
/* === Project === */
.projects {
height: 100%;
width: 100vw;
background-color: var(--clr-grey-3);
padding: 24px;
}
.project-card {
display: grid;
width: 80vw;
margin: 40px auto 40px;
}
.project-image {
border-top-left-radius: var(--radius);
border-top-right-radius: var(--radius);
height: 19rem;
z-index: 1;
}
.project-info {
display: flex;
flex-direction: column;
justify-content: space-evenly;
height: 100%;
width: 100%;
padding: 1rem 2rem;
background: var(--clr-grey-1);
border-bottom-left-radius: var(--radius);
border-bottom-right-radius: var(--radius);
text-align: center;
}
.project-stack{
display: flex;
align-items: center;
justify-content: space-around;
margin-bottom: 1rem;
}
.project-skill {
text-transform: uppercase;
padding: 0.25rem 0.5rem;
letter-spacing: 2px;
font-size: 0.85rem;
border-radius: var(--radius);
background: var(--clr-grey-3);
color: var(--clr-grey-6);
}
.about-skill {
background: var(--clr-primary-2);
}
.about-stack {
margin-top: 1.5rem;
}
.project-links {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.project-link {
text-transform: uppercase;
padding: 0.25rem 0.5rem ;
border-radius: var(--radius);
background: var(--clr-grey-3);
color: var(--clr-grey-6);
display: flex;
}
.project-fa {
margin-left: 5px;
}
@media screen and (min-width: 860px){
.project-card {
grid-template-columns: repeat(2, 1fr);
height: 38rem;
}
.project-image {
height: 100%;
border-bottom-right-radius: 0;
border-top-left-radius: var(--radius);
border-bottom-left-radius: var(--radius);
}
.project-info {
text-align: left;
border-bottom-left-radius: 0;
border-top-right-radius: var(--radius);
border-bottom-right-radius: var(--radius);
}
.project-link {
margin-left: 5px;
}
@media screen and (min-width: 1440px) {
.project-card {
grid-gap: 2rem;
}
.project-info {
border-radius: var(--radius);
}
.project-image {
border-radius: var(--radius);
}
}
}
/* === error page === */
.error-page {
min-height: calc(100vh - (6rem + 4rem));
text-align: center;
padding-top: 3rem;
}
.error-page h1 {
font-size: 9rem;
}
|
src/assets/css/main.css
|
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");
/*
===============
Variables
===============
*/
:root {
/* dark shades of primary color*/
--clr-primary-1: #4F47B8;
--clr-primary-2: #5D5FEF;
/* darkest grey - used for headings */
--clr-grey-1: #F1F3F7;
--clr-grey-3: #D1DDEC;
--clr-grey-4: #A4ACB7;
--clr-grey-5: #CCCCCC;
--clr-grey-6: #092952;
/* grey used for paragraphs */
--clr-black-1: #050608;
--clr-black-2: #000000;
--clr-white: #fff;
--ff-primary: "Roboto", sans-serif;
--ff-secondary: "Open Sans", sans-serif;
--transition: all 0.3s linear;
--spacing: 0.2rem;
--radius: 0.25rem;
--light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
--dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
--max-width: 1170px;
--fixed-width: 700px;
}
/*
===============
Global Styles
===============
*/
*,
::after,
::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
max-width: 100%;
overflow-x: hidden;
}
body {
font-family: var(--ff-secondary);
background: var(--clr-white);
color: var(--clr-black-1);
line-height: 1.5;
font-size: 0.875rem;
margin-top: 5rem;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
}
h1,
h2,
h3,
h4 {
letter-spacing: var(--spacing);
text-transform: capitalize;
line-height: 1.25;
margin-bottom: 0.75rem;
font-family: var(--ff-primary);
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.25rem;
}
h4 {
font-size: 0.875rem;
}
p {
margin-bottom: 1.25rem;
color: var(--clr-grey-6);
}
@media screen and (min-width: 800px) {
h1 {
font-size: 4rem;
}
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
body {
font-size: 1rem;
}
h1,
h2,
h3,
h4 {
line-height: 1;
}
}
/* global classes */
.underline {
width: 5rem;
height: 0.25rem;
margin-bottom: 1.25rem;
background: var(--clr-primary-2);
margin-left: 10px;
margin-right: auto;
}
.btn {
text-transform: uppercase;
background: var(--clr-primary-1);
color: var(--clr-white);
padding: 0.5rem 1rem;
letter-spacing: var(--spacing);
display: inline-block;
font-weight: 700;
-webkit-transition: var(--transition);
transition: var(--transition);
font-size: 0.875rem;
border: 2px solid transparent;
cursor: pointer;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
border-radius: var(--radius);
}
.hide-btn {
display: none;
}
.side-btn {
display: flex;
justify-self: center;
}
.btn:hover {
color: var(--clr-primary-1);
background: var(--clr-white);
}
.center-btn {
display: block;
width: 12rem;
text-align: center;
margin: 0 auto;
margin-top: 3rem;
}
/* social links */
.social-links {
margin-top: 2rem;
width: 15rem;
display: flex;
justify-content: space-between;
}
.social-link {
font-size: 1.75rem;
color: var(--clr-black-1);
transition: var(--transition);
}
.social-link:hover {
color: var(--clr-primary-5);
}
/*
===============
Navbar
===============
*/
.navbar {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 5rem;
display: flex;
align-items: center;
z-index: 200;
background: transparent;
}
.nav-center {
position: fixed;
width: 100vw;
height: 5rem;
max-width: 100vw;
padding: 0 10vw 0 10vw;
background: var(--clr-white);
}
.nav-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-header img {
margin-bottom: 0.375rem;
}
.toggle-btn {
font-size: 2rem;
background: transparent;
border-color: transparent;
color: var(--clr-black-1);
cursor: pointer;
transition: var(--transition);
margin-right: 10vw;
}
.nav-logo {
height: 50px;
width: 200px
}
.toggle-btn:hover {
color: var(--clr-primary-2);
}
.nav-links {
display: none;
}
.nav-resume {
display: none;
}
@media screen and (min-width: 768px) {
.toggle-btn {
display: none;
}
.nav-links {
display: flex;
justify-content: center;
}
.nav-resume {
position: relative;
display: block;
margin-left: 85vw;
}
.nav-links a {
margin-right: 2rem;
text-transform: capitalize;
color: var(--clr-black-1);
font-weight: bold;
letter-spacing: var(--spacing);
transition: var(--transition);
padding: 0.5rem 0;
}
.nav-links a:hover {
color: var(--clr-primary-1);
box-shadow: 0px 2px var(--clr-primary-1);
}
.nav-center {
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
}
}
@media screen and (min-width: 992px) {
.navbar {
background: transparent;
}
}
/*
===============
Sidebar
===============
*/
.sidebar {
background: var(--clr-grey-1);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
display: grid;
place-items: center;
opacity: 0;
transition: var(--transition);
transform: translateX(-100%);
}
.show-sidebar {
opacity: 1;
transform: translateX(0);
}
.side-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
}
.sidebar-links li {
opacity: 0;
}
.sidebar-links li a {
display: block;
text-align: center;
text-transform: capitalize;
color: var(--clr-black-1);
letter-spacing: var(--spacing);
margin-bottom: 0.5rem;
font-size: 2rem;
transition: var(--transition);
border-radius: var(--radius);
}
.sidebar-links li a:hover {
background: var(--clr-primary-1);
color: var(--clr-primary-2);
}
.close-btn {
position: absolute;
right: 4.75%;
top: 2.75%;
font-size: 2.5rem;
background: transparent;
border-color: transparent;
color: var(--clr-primary-1);
cursor: pointer;
}
@media screen and (min-width: 992px) {
.sidebar {
transform: translateX(-100%);
}
}
/*
===============
Sidebar Animation
===============
*/
.sidebar-links li {
animation: slideRight 0.5s ease-in-out 0.3s forwards;
}
.sidebar-links li:nth-of-type(1) {
animation-delay: 0.25s;
}
.sidebar-links li:nth-of-type(2) {
animation-delay: 0.5s;
}
.sidebar-links li:nth-of-type(3) {
animation-delay: 0.75s;
}
.sidebar-links li:nth-of-type(4) {
animation-delay: 1s;
}
.sidebar-links li:nth-of-type(5) {
animation-delay: 1.25s;
}
@keyframes slideRight {
0% {
transform: translateX(-200px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.sidebar-icons li {
opacity: 0;
animation: slideUp 0.5s ease-in-out 0.3s forwards;
}
.sidebar-icons li a {
color: var(--clr-grey-6);
}
.sidebar-icons li:nth-of-type(1) {
animation-delay: 0.25s;
}
.sidebar-icons li:nth-of-type(2) {
animation-delay: 0.5s;
}
.sidebar-icons li:nth-of-type(3) {
animation-delay: 0.75s;
}
.sidebar-icons li:nth-of-type(4) {
animation-delay: 1s;
}
.sidebar-icons li:nth-of-type(5) {
animation-delay: 1.25s;
}
@keyframes slideUp {
0% {
transform: translateY(200px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
/*
===============
Hero
===============
*/
/* underline added to globals */
.hero {
margin-top: 5rem;
height: 100vh;
width: 100vw;
background: var(--clr-grey-3);
position: relative;
}
.hero-center {
height: 100%;
display: grid;
align-items: center;
}
.hero .underline {
margin-bottom: 0.5rem;
margin-left: 10px;
}
.hero-info {
background: var(--clr-grey-3);
/* margin-left: 10vw; */
}
.hero-img {
display: none;
}
.hero-img-svg {
display: none;
}
.hero-img {
display: none;
}
.hero-info h4 {
color: var(--clr-black-2);
}
.hero .btn {
margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
.hero::before {
content: "";
position: absolute;
top: 0;
left: 60%;
right: 0;
bottom: 0;
background: var(--clr-grey-3);
}
.hero-center {
grid-template-columns: repeat(12, 1fr);
}
.hero h4 {
font-size: 0.5rem;
}
.hero-info {
grid-row: 1/1;
grid-column: 1 / span 8;
}
.hero-img {
display: block;
grid-row: 1/1;
grid-column: 7/-1;
}
.hero-img-svg {
width: 100%;
position: relative;
display: block;
grid-row: 1/1;
grid-column: 7/-1;
}
}
@media screen and (min-width: 1170px) {
.hero h4 {
font-size: 0.75rem;
}
.hero-info {
grid-column: 1 / span 8;
}
.hero h4 {
line-height: 1;
}
}
@media screen and (max-width: 1300px) {
.hero-info {
margin-left: 10vw;
}
}
.section-center {
width: 100vw;
margin: 0 auto;
max-width: 1170px;
}
/*
===============
Stack
===============
*/
.stack {
text-align: center;
width: 100vw;
height: 100%;
margin: auto;
padding: 30px 0;
background: var(--clr-grey-1);
}
.stack-content {
display: grid;
grid-template-rows: repeat(3, 1fr);
grid-template-columns: repeat(2, 1fr);
margin: auto;
/* align-items: center; */
/* justify-content: center; */
}
.single-stack {
display: flex;
flex-direction: column;
align-items: center;
}
.stack-img {
margin: 30px 0;
}
.single-stack h4 {
color: var(--clr-black-1)
}
@media screen and (min-width: 600px) {
.stack-content {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
}
@media screen and (min-width: 900px) {
.stack-content {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
max-width: 90vw;
}
}
@media screen and (min-width: 1300px) {
.stack-content {
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(1, 1fr);
}
}
/*
===============
Certifications
===============
*/
.certifications {
background-color: var(--clr-grey-3);
width: 100vw;
height: 100%;
}
.inner-certificate {
width: 100vw;
text-align: center;
padding: 30px 0;
}
.certificate-cards {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: repeat(4, 1fr);
place-items: center;
grid-gap: 10px;
padding: 30px;
width: 100vw;
height: 100%;
}
@media screen and (min-width: 760px){
.certificate-cards{
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
}
}
@media screen and (min-width: 960px){
.certificate-cards{
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
}
@media screen and (min-width: 1200px){
.certificate-cards{
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(1, 1fr);
}
}
.certificate-card {
height: 480px;
width: 300px;
border-radius: 20px;
background-color: white;
/* margin-left: 15px; */
text-align: center;
display: flex;
flex-direction: column;
}
.certificate-name {
margin-top: 10px;
height: 0;
flex-grow: 1;
}
.certificate-btn {
margin: 15px;
padding:10px 60px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.certificate-img {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
/*
===============
Footer
===============
*/
.footer {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
height: 100%;
width: 100vw;
background: #092952;
padding: 40px 0;
color: var(--clr-white)
}
.footer-social {
font-size: 50px;
color: white;
}
.footer-social:hover {
color: var(--clr-primary-1)
}
.footer-email {
font-size: 30px;
}
/*
===============
About
===============
*/
.about {
height: 100%;
background: var(--clr-grey-3);
width: 100vw;
}
.about-content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.about-text {
width: 80vw;
margin-top: 60px;
color: var(--clr-black-2);
}
.about-title {
text-transform: capitalize;
}
.about-desc {
color: var(--clr-black-2)
}
@media screen and (min-width: 960px) {
.about-content {
flex-direction: row;
align-items: center;
justify-content: space-evenly;
}
.about {
height: 100vh;
}
.about-text {
width: 50%;
}
}
/*
===============
Contact
===============
*/
.contact-page {
width: 100vw;
background: var(--clr-grey-3);
display: grid;
place-items: center;
padding: 5rem 0;
height: 100vh;
}
.contact-form {
background: var(--clr-white);
border-radius: var(--radius);
text-align: center;
box-shadow: var(--light-shadow);
transition: var(--transition);
width: 90vw;
max-width: 35rem;
}
.contact-form:hover {
box-shadow: var(--dark-shadow);
}
.contact-form h3 {
padding-top: 1.25rem;
color: var(--clr-grey-5);
}
.form-group {
padding: 1rem 1.5rem;
}
.form-control {
display: block;
width: 100%;
padding: 0.75rem 1rem;
border: none;
margin-bottom: 1.25rem;
background: var(--clr-grey-3);
border-radius: var(--radius);
text-transform: uppercase;
letter-spacing: var(--spacing);
}
.form-control::placeholder {
font-family: var(--ff-primary);
color: var(--clr-black-2);
text-transform: uppercase;
letter-spacing: var(--spacing);
}
.submit-btn {
display: block;
width: 100%;
padding: 1rem;
border-bottom-left-radius: var(--radius);
border-bottom-right-radius: var(--radius);
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.confirmation {
background: var(--clr-grey-3);
height: 100vh;
width: 100vw;
display: grid;
place-items: center;
}
.confirm-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
height: 80vh;
background: var(--clr-white);
border-radius: var(--radius);
text-align: center;
box-shadow: var(--light-shadow);
transition: var(--transition);
width: 90vw;
max-width: 60rem;
}
.confirm-content > h4 {
margin: 10px 60px;
}
/* === Resume === */
.resume-section {
height: 100%;
width: 100vw;
background-color: var(--clr-grey-3);
padding: 24px;
}
.inner-section {
width: 100%;
margin: auto;
text-align: center;
}
.resume-card {
height: 100%;
width: 100%;
background: var(--clr-grey-1);
border-radius: var(--radius);
box-shadow: var(--dark-shadow);
padding: 15px;
text-align: center;
margin: 25px auto;
}
.card-underline {
margin: auto;
}
.topic {
width: 88%;
margin: 0 auto 70px;
}
@media screen and (min-width: 768px) {
.inner-section {
text-align: left;
}
.card-underline {
margin: 0;
}
.topic {
max-width: 80%;
}
.card-text {
font-size: 20px;
margin: 30px;
text-align: left;
}
}
/* === Project === */
.projects {
height: 100%;
width: 100vw;
background-color: var(--clr-grey-3);
padding: 24px;
}
.project-card {
display: grid;
width: 80vw;
margin: 40px auto 40px;
}
.project-image {
border-top-left-radius: var(--radius);
border-top-right-radius: var(--radius);
height: 19rem;
z-index: 1;
}
.project-info {
display: flex;
flex-direction: column;
justify-content: space-evenly;
height: 100%;
width: 100%;
padding: 1rem 2rem;
background: var(--clr-grey-1);
border-bottom-left-radius: var(--radius);
border-bottom-right-radius: var(--radius);
text-align: center;
}
.project-stack{
display: flex;
align-items: center;
justify-content: space-around;
margin-bottom: 1rem;
}
.project-skill {
text-transform: uppercase;
padding: 0.25rem 0.5rem;
letter-spacing: 2px;
font-size: 0.85rem;
border-radius: var(--radius);
background: var(--clr-grey-3);
color: var(--clr-grey-6);
}
.about-skill {
background: var(--clr-primary-2);
}
.about-stack {
margin-top: 1.5rem;
}
.project-links {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.project-link {
text-transform: uppercase;
padding: 0.25rem 0.5rem ;
border-radius: var(--radius);
background: var(--clr-grey-3);
color: var(--clr-grey-6);
display: flex;
}
.project-fa {
margin-left: 5px;
}
@media screen and (min-width: 860px){
.project-card {
grid-template-columns: repeat(2, 1fr);
height: 38rem;
}
.project-image {
height: 100%;
border-bottom-right-radius: 0;
border-top-left-radius: var(--radius);
border-bottom-left-radius: var(--radius);
}
.project-info {
text-align: left;
border-bottom-left-radius: 0;
border-top-right-radius: var(--radius);
border-bottom-right-radius: var(--radius);
}
.project-link {
margin-left: 5px;
}
@media screen and (min-width: 1440px) {
.project-card {
grid-gap: 2rem;
}
.project-info {
border-radius: var(--radius);
}
.project-image {
border-radius: var(--radius);
}
}
}
/* === error page === */
.error-page {
min-height: calc(100vh - (6rem + 4rem));
text-align: center;
padding-top: 3rem;
}
.error-page h1 {
font-size: 9rem;
}
| 0.435661 | 0.057865 |
z-index: 9999;
position: absolute;
display: none;
top: 0px;
left: 0px;
/*width: 250px;
background-color: #fff;
padding: 5px 10px 5px 10px;*/
color: #000;
border: 1px solid #888;
border-radius: 5px;
box-shadow: 0 1px 2px #555;
box-sizing: ;
}
body {
background: url("../../img/manin_background2.jpg") repeat-x scroll 0 0 transparent;
}
#wrapper {
width: 1450px;
position: relative;
margin: auto;
}
#wrapper #header {
height: 430px;
width: 1170px;
margin: auto;
}
#wrapper #header #wrap_top_links {
width: 100%;
float: left;
position: relative;
padding-top: 24px;
}
#wrapper #header #wrap_top_links .left_links {
left: 0;
position: absolute;
}
#wrapper #header #wrap_top_links .right_links {
right: 0;
position: absolute;
}
#wrapper #header #wrap_top_links span {
font-family: akrobat-regular;
font-size: 24px;
}
#wrapper #header #wrap_top_links span form {
display: inline;
}
#wrapper #header #wrap_top_links span form .btn_logout {
font-family: akrobat-regular;
font-size: 24px;
font-weight: 400;
text-transform: uppercase;
text-shadow: 0.7px 0.7px 0 rgba(255, 255, 255, 0.51);
color: #000;
border-color: transparent;
background-color: transparent;
box-shadow: none;
border-radius: 0;
display: inline-block;
padding: 0;
margin-bottom: 0;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
overflow: visible;
-webkit-appearance: button;
text-decoration: underline;
}
#wrapper #header #wrap_top_links span a:first-child::after {
content: " / ";
}
#wrapper #header #wrap_top_links span a {
font-family: akrobat-regular;
text-shadow: 0.7px 0.7px 0 rgba(255, 255, 255, 0.51);
color: black;
font-size: 24px;
font-weight: 400;
text-decoration: underline;
text-transform: uppercase;
}
#wrapper #header #characters {
width: 100%;
float: left;
position: relative;
height: 260px;
background: url("../../img/sprite.png") no-repeat scroll -243px -1040px transparent;
top: 44px;
}
#wrapper #header #logo {
width: 570px;
float: left;
position: absolute;
height: 181px;
background: url("../../img/sprite.png") no-repeat scroll 5px 0px transparent;
top: 16px;
left: 445px;
z-index: 1;
}
#wrapper #header nav#mainmenu {
width: 100%;
position: relative;
float: left;
top: 44px;
height: 59px;
padding: 10px 0;
}
#wrapper #header nav#mainmenu ul {
width: 100%;
position: relative;
float: left;
}
#wrapper #header nav#mainmenu ul li:first-child {
padding: 0;
}
#wrapper #header nav#mainmenu ul li {
float: left;
padding: 0 0 0 27px;
list-style-type: none;
}
#wrapper #header nav#mainmenu ul li a {
display: block;
position: relative;
}
#wrapper #header nav#mainmenu ul li a i.left_part {
background: url("../../img/sprite.png") no-repeat scroll -688px -978px transparent;
width: 26px;
height: 65px;
display: block;
position: absolute;
left: 0;
}
#wrapper #header nav#mainmenu ul li a i.center_part {
background: url("../../img/center_part_menu_item.png") repeat-x scroll 0px -2px transparent;
display: inline-block;
height: 65px;
float: left;
margin: 0 26px;
/* Text style */
text-shadow: 0.7px 0.7px 0 white;
color: black;
font-family: akrobat-regular;
font-size: 26px;
font-weight: 400;
line-height: 53px;
text-transform: uppercase;
font-style: normal;
min-width: 120px;
text-align: center;
}
#wrapper #header nav#mainmenu ul li a i.right_part {
background: url("../../img/sprite.png") no-repeat scroll -830px -978px transparent;
display: block;
height: 65px;
width: 26px;
position: absolute;
right: 0;
}
#wrapper #header nav#mainmenu ul li a:hover i.left_part {
background: url("../../img/sprite.png") no-repeat scroll -491px -978px transparent;
}
#wrapper #header nav#mainmenu ul li a:hover i.center_part {
background: url("../../img/center_part_menu_item.png") repeat-x scroll 0px -68px transparent;
}
#wrapper #header nav#mainmenu ul li a:hover i.right_part {
background: url("../../img/sprite.png") no-repeat scroll -634px -978px transparent;
}
#wrapper #map {
height: 1080px;
background: url("../../img/map4.png") no-repeat scroll 8px -5px transparent;
position: relative;
/*
#policestation {
overflow: hidden;
position: absolute;
z-index: 10;
background: url('../../img/locations.gif') no-repeat scroll 3px 0;
top: -143px;
left: 174px;
canvas {
left: 0px !important;
top: 0px !important;
}
}
*/
}
#wrapper #map .fadein {
-webkit-transition: bottom 1s ease-out 0.5s;
-moz-transition: bottom 1s ease-out 0.5s;
-o-transition: bottom 1s ease-out 0.5s;
transition: bottom 1s ease-out 0.5s;
}
#wrapper #map #hospital,
#wrapper #map .hospital {
overflow: hidden;
position: absolute;
z-index: 1;
background: url('../../img/sprite.png') no-repeat scroll -565px 11px transparent;
width: 205px;
height: 235px;
left: 65px;
top: 0;
}
#wrapper #map #hospital .wrapmap,
#wrapper #map .hospital .wrapmap {
left: -65px !important;
/*display: none;*/
}
#wrapper #map #hospital .wrapmap canvas,
#wrapper #map .hospital .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #construction,
#wrapper #map .construction {
position: absolute;
overflow: hidden;
z-index: 1;
background: url('../../img/sprite.png') no-repeat scroll -762px -1px transparent;
width: 236px;
height: 325px;
top: 155px;
left: 30px;
}
#wrapper #map #construction .wrapmap,
#wrapper #map .construction .wrapmap {
top: -155px !important;
left: -30px !important;
/*display: none;*/
}
#wrapper #map #construction .wrapmap canvas,
#wrapper #map .construction .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #filmstudio,
#wrapper #map .filmstudio {
width: 365px;
height: 207px;
overflow: hidden;
top: 399px;
position: absolute;
left: 88px;
z-index: 1;
background: url('../../img/sprite.png') no-repeat scroll -378px -224px;
}
#wrapper #map #filmstudio .wrapmap,
#wrapper #map .filmstudio .wrapmap {
top: -398px !important;
left: -88px !important;
}
#wrapper #map #filmstudio .wrapmap canvas,
#wrapper #map .filmstudio .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #radiostation,
#wrapper #map .radiostation {
width: 327px;
height: 536px;
overflow: hidden;
top: 284px;
position: absolute;
left: 15px;
z-index: 18;
background: url('../../img/sprite.png') no-repeat scroll -1111px -255px;
}
#wrapper #map #radiostation .wrapmap,
#wrapper #map .radiostation .wrapmap {
top: -284px !important;
left: -15px !important;
}
#wrapper #map #radiostation .wrapmap canvas,
#wrapper #map .radiostation .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #redaction,
#wrapper #map .redaction {
width: 210px;
height: 270px;
overflow: hidden;
top: 478px;
position: absolute;
left: 407px;
z-index: 32;
background: url('../../img/sprite.png') no-repeat scroll -538px -426px;
}
#wrapper #map #redaction .wrapmap,
#wrapper #map .redaction .wrapmap {
top: -477px !important;
left: -408px !important;
}
#wrapper #map #redaction .wrapmap canvas,
#wrapper #map .redaction .wrapmap canvas {
left: 0 !important;
top: 0 !important;
}
#wrapper #map #studio,
#wrapper #map .studio {
width: 195px;
height: 256px;
overflow: hidden;
top: 455px;
position: absolute;
left: 642px;
z-index: 35;
background: url('../../img/sprite.png') no-repeat scroll -225px -785px;
}
#wrapper #map #studio .wrapmap,
#wrapper #map .studio .wrapmap {
top: -457px !important;
left: -638px !important;
}
#wrapper #map #studio .wrapmap canvas,
#wrapper #map .studio .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #stylist,
#wrapper #map .stylist {
width: 180px;
height: 240px;
overflow: hidden;
top: 563px;
position: absolute;
left: 782px;
z-index: 34;
background: url('../../img/sprite.png') no-repeat scroll -1074px -787px;
}
#wrapper #map #stylist .wrapmap,
#wrapper #map .stylist .wrapmap {
top: -565px !important;
left: -778px !important;
}
#wrapper #map #stylist .wrapmap canvas,
#wrapper #map .stylist .wrapmap canvas {
left: 0 !important;
top: 0 !important;
}
#wrapper #map #restaurant,
#wrapper #map .restaurant {
width: 236px;
height: 250px;
overflow: hidden;
top: 524px;
position: absolute;
left: 1003px;
z-index: 10;
background: url('../../img/sprite.png') no-repeat scroll -1265px -788px;
}
#wrapper #map #restaurant .wrapmap,
#wrapper #map .restaurant .wrapmap {
top: -526px !important;
left: -999px !important;
}
#wrapper #map #restaurant .wrapmap canvas,
#wrapper #map .restaurant .wrapmap canvas {
left: 0 !important;
top: 0 !important;
}
#wrapper #map #tv-tower,
#wrapper #map .tv-tower {
width: 145px;
height: 650px;
overflow: hidden;
top: 86px;
position: absolute;
left: 1252px;
z-index: 11;
background: url('../../img/sprite.png') no-repeat scroll -1594px -535px;
}
#wrapper #map #tv-tower .wrapmap,
#wrapper #map .tv-tower .wrapmap {
top: -88px !important;
left: -1248px !important;
}
#wrapper #map #tv-tower .wrapmap canvas,
#wrapper #map .tv-tower .wrapmap canvas {
left: 0 !important;
top: 0 !important;
}
#wrapper #map #academy,
#wrapper #map .academy {
width: 330px;
height: 261px;
overflow: hidden;
top: 338px;
position: absolute;
left: 798px;
z-index: 32;
background: url('../../img/sprite.png') no-repeat scroll -734px -322px;
}
#wrapper #map #academy .wrapmap,
#wrapper #map .academy .wrapmap {
top: -340px !important;
left: -794px !important;
}
#wrapper #map #academy .wrapmap canvas,
#wrapper #map .academy .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #businescenter,
#wrapper #map .businescenter {
width: 224px;
height: 515px;
overflow: hidden;
top: 2px;
position: absolute;
left: 1212px;
z-index: 10;
background: url('../../img/sprite.png') no-repeat scroll -1519px -5px;
}
#wrapper #map #businescenter .wrapmap,
#wrapper #map .businescenter .wrapmap {
top: -4px !important;
left: -1208px !important;
}
#wrapper #map #businescenter .wrapmap canvas,
#wrapper #map .businescenter .wrapmap canvas {
left: 0 !important;
top: 0 !important;
}
#wrapper #map #bank,
#wrapper #map .bank {
width: 220px;
height: 266px;
overflow: hidden;
top: 174px;
position: absolute;
left: 1073px;
z-index: 9;
background: url('../../img/sprite.png') no-repeat scroll -1275px 5px;
}
#wrapper #map #bank .wrapmap,
#wrapper #map .bank .wrapmap {
top: -176px !important;
left: -1069px !important;
}
#wrapper #map #bank .wrapmap canvas,
#wrapper #map .bank .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #kreml,
#wrapper #map .kreml {
width: 535px;
height: 365px;
overflow: hidden;
top: -4px;
position: absolute;
left: 755px;
z-index: 8;
background: url('../../img/sprite.png') no-repeat scroll 5px -423px;
}
#wrapper #map #kreml .wrapmap,
#wrapper #map .kreml .wrapmap {
top: 0px !important;
left: -751px !important;
}
#wrapper #map #kreml .wrapmap canvas,
#wrapper #map .kreml .wrapmap canvas {
left: 0px !important;
top: 2px !important;
}
#wrapper #map #park {
position: absolute;
width: 475px;
height: 280px;
background: url('../../img/sprite.png') no-repeat scroll -537px -687px transparent;
left: 406px;
top: 253px;
position: relative;
z-index: 30;
}
#wrapper #map #carousel,
#wrapper #map .carousel {
width: 95px;
height: 110px;
overflow: hidden;
top: 71px;
position: absolute;
left: 86px;
z-index: 8;
background: url('../../img/sprite.png') no-repeat scroll -791px -580px;
}
#wrapper #map #carousel .wrapmap,
#wrapper #map .carousel .wrapmap {
top: -324px !important;
left: -497px !important;
}
#wrapper #map #carousel .wrapmap canvas,
#wrapper #map .carousel .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #fountain,
#wrapper #map .fountain {
width: 95px;
height: 95px;
overflow: hidden;
top: 87px;
position: absolute;
left: 199px;
z-index: 10;
background: url('../../img/sprite.png') no-repeat scroll -972px -578px;
}
#wrapper #map #fountain .wrapmap,
#wrapper #map .fountain .wrapmap {
top: -351px !important;
left: -604px !important;
}
#wrapper #map #fountain .wrapmap canvas,
#wrapper #map .fountain .wrapmap canvas {
left: -4px !important;
top: 14px !important;
}
#wrapper #map #kiosk,
#wrapper #map .kiosk {
width: 80px;
height: 85px;
overflow: hidden;
top: 37px;
position: absolute;
left: 254px;
z-index: 10;
background: url('../../img/sprite.png') no-repeat scroll -884px -593px;
}
#wrapper #map #kiosk .wrapmap,
#wrapper #map .kiosk .wrapmap {
top: -286px !important;
left: -664px !important;
}
#wrapper #map #kiosk .wrapmap canvas,
#wrapper #map .kiosk .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #policestation,
#wrapper #map .policestation {
width: 200px;
height: 204px;
overflow: hidden;
top: 143px;
position: absolute;
left: 221px;
z-index: 36;
background: url('../../img/sprite.png') no-repeat scroll -189px -165px;
}
#wrapper #map #policestation .wrapmap,
#wrapper #map .policestation .wrapmap {
top: -160px !important;
left: -219px !important;
}
#wrapper #map #policestation .wrapmap canvas,
#wrapper #map .policestation .wrapmap canvas {
left: -3px !important;
top: 18px !important;
}
#wrapper #map #whitehouse,
#wrapper #map .whitehouse {
width: 287px;
height: 246px;
overflow: hidden;
top: 70px;
position: absolute;
left: 321px;
z-index: 35;
background: url('../../img/sprite.png') no-repeat scroll -991px -6px;
}
#wrapper #map #whitehouse .wrapmap,
#wrapper #map .whitehouse .wrapmap {
top: -69px !important;
left: -322px !important;
}
#wrapper #map #whitehouse .wrapmap canvas,
#wrapper #map .whitehouse .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #store,
#wrapper #map .store {
width: 200px;
height: 210px;
overflow: hidden;
top: 5px;
position: absolute;
left: 542px;
z-index: 34;
background: url('../../img/sprite.png') no-repeat scroll 10px -182px;
}
#wrapper #map #store .wrapmap,
#wrapper #map .store .wrapmap {
top: -4px !important;
left: -543px !important;
}
#wrapper #map #store .wrapmap canvas,
#wrapper #map .store .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
|
frontend/web/compiled/css/main_page.css
|
z-index: 9999;
position: absolute;
display: none;
top: 0px;
left: 0px;
/*width: 250px;
background-color: #fff;
padding: 5px 10px 5px 10px;*/
color: #000;
border: 1px solid #888;
border-radius: 5px;
box-shadow: 0 1px 2px #555;
box-sizing: ;
}
body {
background: url("../../img/manin_background2.jpg") repeat-x scroll 0 0 transparent;
}
#wrapper {
width: 1450px;
position: relative;
margin: auto;
}
#wrapper #header {
height: 430px;
width: 1170px;
margin: auto;
}
#wrapper #header #wrap_top_links {
width: 100%;
float: left;
position: relative;
padding-top: 24px;
}
#wrapper #header #wrap_top_links .left_links {
left: 0;
position: absolute;
}
#wrapper #header #wrap_top_links .right_links {
right: 0;
position: absolute;
}
#wrapper #header #wrap_top_links span {
font-family: akrobat-regular;
font-size: 24px;
}
#wrapper #header #wrap_top_links span form {
display: inline;
}
#wrapper #header #wrap_top_links span form .btn_logout {
font-family: akrobat-regular;
font-size: 24px;
font-weight: 400;
text-transform: uppercase;
text-shadow: 0.7px 0.7px 0 rgba(255, 255, 255, 0.51);
color: #000;
border-color: transparent;
background-color: transparent;
box-shadow: none;
border-radius: 0;
display: inline-block;
padding: 0;
margin-bottom: 0;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
overflow: visible;
-webkit-appearance: button;
text-decoration: underline;
}
#wrapper #header #wrap_top_links span a:first-child::after {
content: " / ";
}
#wrapper #header #wrap_top_links span a {
font-family: akrobat-regular;
text-shadow: 0.7px 0.7px 0 rgba(255, 255, 255, 0.51);
color: black;
font-size: 24px;
font-weight: 400;
text-decoration: underline;
text-transform: uppercase;
}
#wrapper #header #characters {
width: 100%;
float: left;
position: relative;
height: 260px;
background: url("../../img/sprite.png") no-repeat scroll -243px -1040px transparent;
top: 44px;
}
#wrapper #header #logo {
width: 570px;
float: left;
position: absolute;
height: 181px;
background: url("../../img/sprite.png") no-repeat scroll 5px 0px transparent;
top: 16px;
left: 445px;
z-index: 1;
}
#wrapper #header nav#mainmenu {
width: 100%;
position: relative;
float: left;
top: 44px;
height: 59px;
padding: 10px 0;
}
#wrapper #header nav#mainmenu ul {
width: 100%;
position: relative;
float: left;
}
#wrapper #header nav#mainmenu ul li:first-child {
padding: 0;
}
#wrapper #header nav#mainmenu ul li {
float: left;
padding: 0 0 0 27px;
list-style-type: none;
}
#wrapper #header nav#mainmenu ul li a {
display: block;
position: relative;
}
#wrapper #header nav#mainmenu ul li a i.left_part {
background: url("../../img/sprite.png") no-repeat scroll -688px -978px transparent;
width: 26px;
height: 65px;
display: block;
position: absolute;
left: 0;
}
#wrapper #header nav#mainmenu ul li a i.center_part {
background: url("../../img/center_part_menu_item.png") repeat-x scroll 0px -2px transparent;
display: inline-block;
height: 65px;
float: left;
margin: 0 26px;
/* Text style */
text-shadow: 0.7px 0.7px 0 white;
color: black;
font-family: akrobat-regular;
font-size: 26px;
font-weight: 400;
line-height: 53px;
text-transform: uppercase;
font-style: normal;
min-width: 120px;
text-align: center;
}
#wrapper #header nav#mainmenu ul li a i.right_part {
background: url("../../img/sprite.png") no-repeat scroll -830px -978px transparent;
display: block;
height: 65px;
width: 26px;
position: absolute;
right: 0;
}
#wrapper #header nav#mainmenu ul li a:hover i.left_part {
background: url("../../img/sprite.png") no-repeat scroll -491px -978px transparent;
}
#wrapper #header nav#mainmenu ul li a:hover i.center_part {
background: url("../../img/center_part_menu_item.png") repeat-x scroll 0px -68px transparent;
}
#wrapper #header nav#mainmenu ul li a:hover i.right_part {
background: url("../../img/sprite.png") no-repeat scroll -634px -978px transparent;
}
#wrapper #map {
height: 1080px;
background: url("../../img/map4.png") no-repeat scroll 8px -5px transparent;
position: relative;
/*
#policestation {
overflow: hidden;
position: absolute;
z-index: 10;
background: url('../../img/locations.gif') no-repeat scroll 3px 0;
top: -143px;
left: 174px;
canvas {
left: 0px !important;
top: 0px !important;
}
}
*/
}
#wrapper #map .fadein {
-webkit-transition: bottom 1s ease-out 0.5s;
-moz-transition: bottom 1s ease-out 0.5s;
-o-transition: bottom 1s ease-out 0.5s;
transition: bottom 1s ease-out 0.5s;
}
#wrapper #map #hospital,
#wrapper #map .hospital {
overflow: hidden;
position: absolute;
z-index: 1;
background: url('../../img/sprite.png') no-repeat scroll -565px 11px transparent;
width: 205px;
height: 235px;
left: 65px;
top: 0;
}
#wrapper #map #hospital .wrapmap,
#wrapper #map .hospital .wrapmap {
left: -65px !important;
/*display: none;*/
}
#wrapper #map #hospital .wrapmap canvas,
#wrapper #map .hospital .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #construction,
#wrapper #map .construction {
position: absolute;
overflow: hidden;
z-index: 1;
background: url('../../img/sprite.png') no-repeat scroll -762px -1px transparent;
width: 236px;
height: 325px;
top: 155px;
left: 30px;
}
#wrapper #map #construction .wrapmap,
#wrapper #map .construction .wrapmap {
top: -155px !important;
left: -30px !important;
/*display: none;*/
}
#wrapper #map #construction .wrapmap canvas,
#wrapper #map .construction .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #filmstudio,
#wrapper #map .filmstudio {
width: 365px;
height: 207px;
overflow: hidden;
top: 399px;
position: absolute;
left: 88px;
z-index: 1;
background: url('../../img/sprite.png') no-repeat scroll -378px -224px;
}
#wrapper #map #filmstudio .wrapmap,
#wrapper #map .filmstudio .wrapmap {
top: -398px !important;
left: -88px !important;
}
#wrapper #map #filmstudio .wrapmap canvas,
#wrapper #map .filmstudio .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #radiostation,
#wrapper #map .radiostation {
width: 327px;
height: 536px;
overflow: hidden;
top: 284px;
position: absolute;
left: 15px;
z-index: 18;
background: url('../../img/sprite.png') no-repeat scroll -1111px -255px;
}
#wrapper #map #radiostation .wrapmap,
#wrapper #map .radiostation .wrapmap {
top: -284px !important;
left: -15px !important;
}
#wrapper #map #radiostation .wrapmap canvas,
#wrapper #map .radiostation .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #redaction,
#wrapper #map .redaction {
width: 210px;
height: 270px;
overflow: hidden;
top: 478px;
position: absolute;
left: 407px;
z-index: 32;
background: url('../../img/sprite.png') no-repeat scroll -538px -426px;
}
#wrapper #map #redaction .wrapmap,
#wrapper #map .redaction .wrapmap {
top: -477px !important;
left: -408px !important;
}
#wrapper #map #redaction .wrapmap canvas,
#wrapper #map .redaction .wrapmap canvas {
left: 0 !important;
top: 0 !important;
}
#wrapper #map #studio,
#wrapper #map .studio {
width: 195px;
height: 256px;
overflow: hidden;
top: 455px;
position: absolute;
left: 642px;
z-index: 35;
background: url('../../img/sprite.png') no-repeat scroll -225px -785px;
}
#wrapper #map #studio .wrapmap,
#wrapper #map .studio .wrapmap {
top: -457px !important;
left: -638px !important;
}
#wrapper #map #studio .wrapmap canvas,
#wrapper #map .studio .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #stylist,
#wrapper #map .stylist {
width: 180px;
height: 240px;
overflow: hidden;
top: 563px;
position: absolute;
left: 782px;
z-index: 34;
background: url('../../img/sprite.png') no-repeat scroll -1074px -787px;
}
#wrapper #map #stylist .wrapmap,
#wrapper #map .stylist .wrapmap {
top: -565px !important;
left: -778px !important;
}
#wrapper #map #stylist .wrapmap canvas,
#wrapper #map .stylist .wrapmap canvas {
left: 0 !important;
top: 0 !important;
}
#wrapper #map #restaurant,
#wrapper #map .restaurant {
width: 236px;
height: 250px;
overflow: hidden;
top: 524px;
position: absolute;
left: 1003px;
z-index: 10;
background: url('../../img/sprite.png') no-repeat scroll -1265px -788px;
}
#wrapper #map #restaurant .wrapmap,
#wrapper #map .restaurant .wrapmap {
top: -526px !important;
left: -999px !important;
}
#wrapper #map #restaurant .wrapmap canvas,
#wrapper #map .restaurant .wrapmap canvas {
left: 0 !important;
top: 0 !important;
}
#wrapper #map #tv-tower,
#wrapper #map .tv-tower {
width: 145px;
height: 650px;
overflow: hidden;
top: 86px;
position: absolute;
left: 1252px;
z-index: 11;
background: url('../../img/sprite.png') no-repeat scroll -1594px -535px;
}
#wrapper #map #tv-tower .wrapmap,
#wrapper #map .tv-tower .wrapmap {
top: -88px !important;
left: -1248px !important;
}
#wrapper #map #tv-tower .wrapmap canvas,
#wrapper #map .tv-tower .wrapmap canvas {
left: 0 !important;
top: 0 !important;
}
#wrapper #map #academy,
#wrapper #map .academy {
width: 330px;
height: 261px;
overflow: hidden;
top: 338px;
position: absolute;
left: 798px;
z-index: 32;
background: url('../../img/sprite.png') no-repeat scroll -734px -322px;
}
#wrapper #map #academy .wrapmap,
#wrapper #map .academy .wrapmap {
top: -340px !important;
left: -794px !important;
}
#wrapper #map #academy .wrapmap canvas,
#wrapper #map .academy .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #businescenter,
#wrapper #map .businescenter {
width: 224px;
height: 515px;
overflow: hidden;
top: 2px;
position: absolute;
left: 1212px;
z-index: 10;
background: url('../../img/sprite.png') no-repeat scroll -1519px -5px;
}
#wrapper #map #businescenter .wrapmap,
#wrapper #map .businescenter .wrapmap {
top: -4px !important;
left: -1208px !important;
}
#wrapper #map #businescenter .wrapmap canvas,
#wrapper #map .businescenter .wrapmap canvas {
left: 0 !important;
top: 0 !important;
}
#wrapper #map #bank,
#wrapper #map .bank {
width: 220px;
height: 266px;
overflow: hidden;
top: 174px;
position: absolute;
left: 1073px;
z-index: 9;
background: url('../../img/sprite.png') no-repeat scroll -1275px 5px;
}
#wrapper #map #bank .wrapmap,
#wrapper #map .bank .wrapmap {
top: -176px !important;
left: -1069px !important;
}
#wrapper #map #bank .wrapmap canvas,
#wrapper #map .bank .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #kreml,
#wrapper #map .kreml {
width: 535px;
height: 365px;
overflow: hidden;
top: -4px;
position: absolute;
left: 755px;
z-index: 8;
background: url('../../img/sprite.png') no-repeat scroll 5px -423px;
}
#wrapper #map #kreml .wrapmap,
#wrapper #map .kreml .wrapmap {
top: 0px !important;
left: -751px !important;
}
#wrapper #map #kreml .wrapmap canvas,
#wrapper #map .kreml .wrapmap canvas {
left: 0px !important;
top: 2px !important;
}
#wrapper #map #park {
position: absolute;
width: 475px;
height: 280px;
background: url('../../img/sprite.png') no-repeat scroll -537px -687px transparent;
left: 406px;
top: 253px;
position: relative;
z-index: 30;
}
#wrapper #map #carousel,
#wrapper #map .carousel {
width: 95px;
height: 110px;
overflow: hidden;
top: 71px;
position: absolute;
left: 86px;
z-index: 8;
background: url('../../img/sprite.png') no-repeat scroll -791px -580px;
}
#wrapper #map #carousel .wrapmap,
#wrapper #map .carousel .wrapmap {
top: -324px !important;
left: -497px !important;
}
#wrapper #map #carousel .wrapmap canvas,
#wrapper #map .carousel .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #fountain,
#wrapper #map .fountain {
width: 95px;
height: 95px;
overflow: hidden;
top: 87px;
position: absolute;
left: 199px;
z-index: 10;
background: url('../../img/sprite.png') no-repeat scroll -972px -578px;
}
#wrapper #map #fountain .wrapmap,
#wrapper #map .fountain .wrapmap {
top: -351px !important;
left: -604px !important;
}
#wrapper #map #fountain .wrapmap canvas,
#wrapper #map .fountain .wrapmap canvas {
left: -4px !important;
top: 14px !important;
}
#wrapper #map #kiosk,
#wrapper #map .kiosk {
width: 80px;
height: 85px;
overflow: hidden;
top: 37px;
position: absolute;
left: 254px;
z-index: 10;
background: url('../../img/sprite.png') no-repeat scroll -884px -593px;
}
#wrapper #map #kiosk .wrapmap,
#wrapper #map .kiosk .wrapmap {
top: -286px !important;
left: -664px !important;
}
#wrapper #map #kiosk .wrapmap canvas,
#wrapper #map .kiosk .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #policestation,
#wrapper #map .policestation {
width: 200px;
height: 204px;
overflow: hidden;
top: 143px;
position: absolute;
left: 221px;
z-index: 36;
background: url('../../img/sprite.png') no-repeat scroll -189px -165px;
}
#wrapper #map #policestation .wrapmap,
#wrapper #map .policestation .wrapmap {
top: -160px !important;
left: -219px !important;
}
#wrapper #map #policestation .wrapmap canvas,
#wrapper #map .policestation .wrapmap canvas {
left: -3px !important;
top: 18px !important;
}
#wrapper #map #whitehouse,
#wrapper #map .whitehouse {
width: 287px;
height: 246px;
overflow: hidden;
top: 70px;
position: absolute;
left: 321px;
z-index: 35;
background: url('../../img/sprite.png') no-repeat scroll -991px -6px;
}
#wrapper #map #whitehouse .wrapmap,
#wrapper #map .whitehouse .wrapmap {
top: -69px !important;
left: -322px !important;
}
#wrapper #map #whitehouse .wrapmap canvas,
#wrapper #map .whitehouse .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
#wrapper #map #store,
#wrapper #map .store {
width: 200px;
height: 210px;
overflow: hidden;
top: 5px;
position: absolute;
left: 542px;
z-index: 34;
background: url('../../img/sprite.png') no-repeat scroll 10px -182px;
}
#wrapper #map #store .wrapmap,
#wrapper #map .store .wrapmap {
top: -4px !important;
left: -543px !important;
}
#wrapper #map #store .wrapmap canvas,
#wrapper #map .store .wrapmap canvas {
left: 0px !important;
top: 0px !important;
}
| 0.320396 | 0.053354 |
@charset "UTF-8";
@import url(../../assets/plugin/bootstrap/css/bootstrap.css);
@font-face {
font-family: 'Lato-Bold';
src: url("../fonts/hinted-Lato-Bold.eot");
src: url("../fonts/hinted-Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-Bold.woff") format("woff"), url("../fonts/hinted-Lato-Bold.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Regular';
src: url("../fonts/hinted-Lato-Regular.eot");
src: url("../fonts/hinted-Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-Regular.woff") format("woff"), url("../fonts/hinted-Lato-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Italic';
src: url("../fonts/hinted-Lato-Italic.eot");
src: url("../fonts/hinted-Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-Italic.woff") format("woff"), url("../fonts/hinted-Lato-Italic.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-BoldItalic';
src: url("../fonts/hinted-Lato-BoldItalic.eot");
src: url("../fonts/hinted-Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-BoldItalic.woff") format("woff"), url("../fonts/hinted-Lato-BoldItalic.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-LightItalic';
src: url("../fonts/hinted-Lato-LightItalic.eot");
src: url("../fonts/hinted-Lato-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-LightItalic.woff") format("woff"), url("../fonts/hinted-Lato-LightItalic.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Semibold';
src: url("../fonts/hinted-Lato-Semibold.eot");
src: url("../fonts/hinted-Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-Semibold.woff") format("woff"), url("../fonts/hinted-Lato-Semibold.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Liar-Script';
src: url("../fonts/hinted-LiarScript.eot");
src: url("../fonts/hinted-LiarScript.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-LiarScript.woff") format("woff"), url("../fonts/hinted-LiarScript.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Montserrat-Regular';
src: url("../fonts/hinted-Montserrat-Regular.eot");
src: url("../fonts/hinted-Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Montserrat-Regular.woff") format("woff"), url("../fonts/hinted-Montserrat-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
html {
font-size: 62.5%;
height: 100%;
}
@media screen and (min-width: 1780px) and (max-width: 1919px) {
html {
font-size: 58%;
}
}
@media screen and (min-width: 1680px) and (max-width: 1779px) {
html {
font-size: 55%;
}
}
@media screen and (min-width: 1580px) and (max-width: 1679px) {
html {
font-size: 52%;
}
}
@media screen and (min-width: 1480px) and (max-width: 1579px) {
html {
font-size: 50%;
}
}
@media screen and (max-width: 1479px) {
html {
font-size: 48%;
}
}
body {
font-family: 'Lato-Regular';
position: relative;
width: 100%;
height: 100%;
background-color: #fff;
font-size: 14px;
font-size: 1.4rem;
overflow-x: hidden;
}
@media screen and (max-width: 767px) {
body {
padding-top: 50px;
}
}
h1 {
font-size: 80px;
font-size: 8rem;
margin: 0;
}
@media screen and (max-width: 1080px) {
h1 {
font-size: 50px;
}
}
@media screen and (max-width: 767px) {
h1 {
font-size: 40px;
}
}
h2 {
font-size: 50px;
font-size: 5rem;
letter-spacing: 3px;
}
@media screen and (max-width: 1080px) {
h2 {
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
h2 {
font-size: 26px;
}
}
h3 {
font-size: 30px;
font-size: 3rem;
}
@media screen and (max-width: 767px) {
h3 {
font-size: 22px;
}
}
h4 {
font-size: 23px;
font-size: 2.3rem;
}
@media screen and (max-width: 1380px) {
h4 {
font-size: 18px;
}
}
@media screen and (max-width: 1080px) {
h4 {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
h4 {
font-size: 19px;
}
}
h5 {
font-size: 19px;
font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
h5 {
font-size: 15px;
}
}
h6 {
font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat-Regular';
line-height: 1;
color: #232323;
}
p, li {
font-size: 14px;
line-height: 1.6;
color: #5c5c5c;
font-family: 'Lato-Regular';
}
@media screen and (max-width: 1440px) {
p, li {
font-size: 14px;
}
}
@media screen and (max-width: 1380px) {
p, li {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
p, li {
font-size: 12px;
}
}
.montserrat {
font-family: 'Montserrat-Regular' !important;
}
.title-bold {
font-family: 'Lato-Bold';
}
.sub-heading {
font-family: 'Lato-Bold';
font-size: 15px;
}
@media screen and (max-width: 767px) {
.sub-heading {
font-size: 13px;
}
}
/* =========================
GENERAL STYLES
=========================*/
*, *:before, *:after {
box-sizing: border-box;
border: none;
}
a {
font-size: 14px;
}
@media screen and (max-width: 1380px) {
a {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
a {
font-size: 12px;
}
}
a:link,
a:visited,
a:active {
color: #fff;
pointer-events: auto;
text-decoration: none;
}
a:link:hover,
a:visited:hover,
a:active:hover {
color: #dbdbdb;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
button:focus, button:active {
outline: none !important;
}
/**************************************************/
/* HOME ;*/
/**************************************************/
.promo-banner {
position: relative;
width: 100%;
background-color: #242424;
padding: 5px 15px;
text-align: center;
}
.promo-banner p {
margin: 0;
color: #fff;
font-size: 13px;
letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.promo-banner p {
font-size: 12px;
}
}
#navigation {
position: relative;
width: 100%;
background-color: #fff;
padding-top: 21px;
}
@media screen and (max-width: 1480px) {
#navigation {
padding-top: 19px;
}
}
@media screen and (max-width: 1380px) {
#navigation {
padding-top: 16px;
}
}
@media screen and (max-width: 767px) {
#navigation {
padding: 10px 0;
position: fixed;
top: 0;
left: 0;
z-index: 3;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
}
#navigation .navigation-inner {
position: relative;
width: 100%;
}
#navigation .nav-logo {
position: relative;
text-align: center;
}
#navigation .nav-logo .nav-logo-inner {
position: relative;
width: 100%;
}
@media screen and (max-width: 767px) {
#navigation .nav-logo .nav-logo-inner .visible-xs {
display: inline-block !important;
}
}
#navigation .nav-logo .nav-top-left {
position: absolute;
top: 0;
left: 25px;
}
@media screen and (max-width: 1380px) {
#navigation .nav-logo .nav-top-left {
left: 15px;
}
}
@media screen and (max-width: 767px) {
#navigation .nav-logo .nav-top-left {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 10px;
}
}
#navigation .nav-logo .nav-top-left ul {
position: relative;
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
#navigation .nav-logo .nav-top-left ul {
display: none;
}
}
#navigation .nav-logo .nav-top-left ul li {
position: relative;
display: inline-block;
vertical-align: middle;
padding: 0 10px;
}
#navigation .nav-logo .nav-top-left ul li:first-child {
padding-left: 0;
}
#navigation .nav-logo .nav-top-left ul li:last-child {
padding-right: 0;
}
#navigation .nav-logo .nav-top-left ul li:after {
content: '';
display: block;
position: absolute;
left: 100%;
top: 50%;
width: 1px;
height: 130%;
background-color: #ebebeb;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#navigation .nav-logo .nav-top-left ul li:last-child:after {
content: none;
}
#navigation .nav-logo .nav-top-left ul select.select-currency-language {
padding-left: 0;
padding-right: 0;
padding: 0;
outline: none;
box-shadow: none;
border: none;
height: 28px;
}
@media screen and (max-width: 1480px) {
#navigation .nav-logo .nav-top-left ul select.select-currency-language {
font-size: 15px;
}
}
@media screen and (max-width: 1380px) {
#navigation .nav-logo .nav-top-left ul select.select-currency-language {
font-size: 14px;
height: 21px;
}
}
@media screen and (max-width: 1080px) {
#navigation .nav-logo .nav-top-left ul select.select-currency-language {
font-size: 13px;
}
}
#navigation .nav-logo .nav-top-left button.btn-menu {
display: none;
border: none;
border-radius: 0;
background-color: transparent;
width: 28px;
padding: 0;
}
@media screen and (max-width: 767px) {
#navigation .nav-logo .nav-top-left button.btn-menu {
display: block;
}
}
#navigation .nav-logo .nav-top-left button.btn-menu span.stripe {
display: block;
height: 1px;
width: 14px;
margin-bottom: 6px;
background-color: #111111;
}
#navigation .nav-logo .nav-top-left button.btn-menu span.stripe:nth-child(2) {
width: 28px;
}
#navigation .nav-logo .nav-top-left button.btn-menu span.stripe:last-child {
margin-bottom: 0;
}
#navigation .nav-logo img.logo {
position: relative;
display: block;
width: 100%;
max-width: 350px;
max-width: 35rem;
max-width: 15rem;
max-width: 110px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin-left: auto;
margin-right: auto;
margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
#navigation .nav-logo img.logo {
width: 50px;
display: inline-block;
margin-bottom: 0;
}
}
#navigation button.btn-search {
position: relative;
border: none;
box-shadow: none;
outline: none;
background-color: transparent;
padding: 0;
display: block;
}
#navigation button.btn-search:hover, #navigation button.btn-search:focus, #navigation button.btn-search:active, #navigation button.btn-search.active {
border: none;
outline: none;
box-shadow: none;
}
#navigation button.btn-search img.search-icon {
position: relative;
display: block;
width: 27px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1380px) {
#navigation button.btn-search img.search-icon {
width: 21px;
}
}
@media screen and (max-width: 767px) {
#navigation button.btn-search img.search-icon {
width: 27px;
}
}
#navigation a.center-logo {
position: relative;
display: inline-block;
z-index: 3;
}
#navigation a.center-logo h1 {
font-family: 'Montserrat-Regular';
font-size: 36px;
letter-spacing: 11px;
text-transform: uppercase;
margin-bottom: 16px;
}
@media screen and (max-width: 1480px) {
#navigation a.center-logo h1 {
font-size: 34px;
margin-bottom: 12px;
}
}
@media screen and (max-width: 1380px) {
#navigation a.center-logo h1 {
margin-bottom: 14px;
}
}
@media screen and (max-width: 1180px) {
#navigation a.center-logo h1 {
margin-bottom: 10px;
}
}
@media screen and (max-width: 767px) {
#navigation a.center-logo h1 {
font-size: 19px;
letter-spacing: 3px;
margin-bottom: 0;
margin-bottom: 7px;
margin-top: 4px;
line-height: 1;
}
}
#navigation .nav-top-right {
position: absolute;
top: 0;
right: 25px;
z-index: 2;
pointer-events: auto;
}
@media screen and (max-width: 1380px) {
#navigation .nav-top-right {
right: 15px;
}
}
@media screen and (max-width: 767px) {
#navigation .nav-top-right {
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
#navigation .nav-top-right > ul {
position: relative;
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
#navigation .nav-top-right > ul > li {
position: relative;
display: inline-block;
vertical-align: middle;
padding: 0 10px;
cursor: pointer;
}
@media screen and (max-width: 991px) {
#navigation .nav-top-right > ul > li {
padding: 0 6px;
}
}
#navigation .nav-top-right > ul > li:last-child {
padding-right: 0;
}
@media screen and (max-width: 767px) {
#navigation .nav-top-right > ul > li {
padding: 0;
}
}
#navigation .nav-top-right > ul > li:after {
content: '';
display: block;
position: absolute;
left: 100%;
top: 50%;
width: 1px;
height: 130%;
background-color: #ebebeb;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#navigation .nav-top-right > ul > li:last-child:after {
content: none;
}
#navigation .nav-top-right > ul > li img {
display: block;
width: 27px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1380px) {
#navigation .nav-top-right > ul > li img {
width: 21px;
}
}
@media screen and (max-width: 767px) {
#navigation .nav-top-right > ul > li img {
width: 27px;
}
}
#navigation .nav-top-right > ul > li img#cart-icon[aria-expanded="true"] ~ .cart-wrapper {
display: block;
}
#navigation .nav-top-right > ul > li img#cart-icon[aria-expanded="true"] ~ .cart-backdrop {
opacity: 1;
pointer-events: auto;
}
#navigation .nav-top-right > ul > li .cart-backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
opacity: 0;
pointer-events: none;
z-index: 2;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
#navigation .nav-top-right > ul > li .dropdown ul.dropdown-menu {
min-width: 50px;
}
#navigation .nav-top-right > ul > li .dropdown ul.dropdown-menu > li > a {
padding: 3px 10px;
}
#navigation .nav-menu-bar {
position: relative;
text-align: center;
pointer-events: none;
z-index: 2;
}
#navigation .nav-menu-bar ul.navbar-main-menu {
position: relative;
pointer-events: auto;
position: static;
padding-left: 0;
list-style: none;
text-align: center;
width: 100%;
max-width: 960px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
@media screen and (max-width: 1380px) {
#navigation .nav-menu-bar ul.navbar-main-menu {
max-width: 820px;
}
}
@media screen and (max-width: 767px) {
#navigation .nav-menu-bar ul.navbar-main-menu {
display: none;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu:after, #navigation .nav-menu-bar ul.navbar-main-menu:before {
content: '';
display: table;
}
#navigation .nav-menu-bar ul.navbar-main-menu:after {
clear: both;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li {
display: inline-block;
vertical-align: middle;
width: 20%;
float: none;
text-align: center;
position: relative;
padding: 0;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown {
float: none !important;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li > a {
border-bottom: 3px solid #fff;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li > a:hover {
border-bottom: 3px solid #101010;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown {
float: left;
position: static;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown a.dropdown-toggle.touch-active ~ div.dropdown-menu,
html.no-touch #navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown a.dropdown-toggle:hover ~ div.dropdown-menu {
display: block;
opacity: 1;
pointer-events: auto;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu {
display: none;
opacity: 0;
pointer-events: auto;
-webkit-transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1);
transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1);
margin-top: 0;
border-radius: 0;
border: none;
border-top: 1px solid #f1f1f1;
width: 100%;
left: 0;
padding: 0;
text-align: center;
z-index: 1;
display: block;
opacity: 1;
height: 0;
border-top: none;
-webkit-transition: height 0.3s cubic-bezier(0.694, 0, 0.335, 1);
transition: height 0.3s cubic-bezier(0.694, 0, 0.335, 1);
overflow: hidden;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation {
position: relative;
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 30px 15px 35px;
}
@media screen and (max-width: 930px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation {
padding-top: 40px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation:after, #navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation:before {
content: ' ';
display: table;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation:after {
clear: both;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .journal-thumbnail-wrapper {
position: relative;
width: 33.33333333%;
display: inline-block;
padding: 0 8px;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail {
position: relative;
width: 100%;
min-height: 100px;
max-width: 600px;
display: inline-block;
vertical-align: top;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail:before {
content: '';
display: block;
padding-top: 52%;
}
@media screen and (max-width: 1380px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail {
max-width: 420px;
}
}
@media screen and (max-width: 1180px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail {
max-width: 350px;
}
}
@media screen and (max-width: 1080px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail {
max-width: 310px;
}
}
@media screen and (max-width: 991px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail {
max-width: 290px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail {
max-width: 275px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail h4 {
position: absolute;
bottom: 15px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
color: #fff;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
}
@media screen and (max-width: 1480px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail h4 {
font-size: 17px;
}
}
@media screen and (max-width: 1380px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail h4 {
font-size: 15px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper {
position: relative;
display: inline-block;
vertical-align: top;
margin-right: 30px;
text-align: left;
}
@media screen and (max-width: 1080px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper {
margin-right: 20px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper {
margin-right: 15px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper h5 {
font-size: 17px;
text-transform: uppercase;
margin-bottom: 25px;
margin-top: 0;
}
@media screen and (max-width: 1480px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper h5 {
font-size: 15px;
margin-bottom: 20px;
}
}
@media screen and (max-width: 1380px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper h5 {
font-size: 14px;
margin-bottom: 15px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper ul {
padding-left: 0;
list-style: none;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper ul > li {
margin-bottom: 5px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper ul > li {
margin-bottom: 2px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper ul > li > a {
color: #989898;
font-size: 13px;
}
@media screen and (max-width: 1080px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper ul > li > a {
font-size: 12px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown:hover > a {
border-bottom: 3px solid #101010;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li > a {
font-family: 'Montserrat-Regular';
text-transform: uppercase;
color: #414141;
font-size: 16px;
padding: 22px 15px;
display: block;
}
@media screen and (max-width: 1480px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li > a {
font-size: 15px;
padding: 20px 15px;
}
}
@media screen and (max-width: 1380px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li > a {
font-size: 14px;
padding: 16px 10px;
}
}
@media screen and (max-width: 1080px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li > a {
font-size: 13px;
}
}
.search-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.96);
opacity: 0;
z-index: 0;
pointer-events: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.search-overlay.active {
z-index: 1100;
opacity: 1;
pointer-events: auto;
}
.search-overlay .input-wrapper {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
width: 100%;
max-width: 600px;
height: auto;
overflow: auto;
cursor: default;
border-bottom: #f3f3f3 solid 2px;
margin-bottom: 8px;
clear: both;
display: table;
width: 100%;
}
.search-overlay .input-wrapper > input {
border: none;
background-color: transparent;
display: table-cell;
vertical-align: middle;
box-shadow: none;
border-radius: 0;
border-bottom: 1px solid #242424;
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.search-overlay .input-wrapper .search-button-wrapper {
position: relative;
display: table-cell;
vertical-align: middle;
width: 165px;
padding-left: 15px;
}
.search-overlay .input-wrapper button.btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
width: 100%;
text-transform: none;
}
.search-overlay button.btn-close {
position: absolute;
top: 10px;
right: 10px;
border: none;
border-radius: 0;
outline: none;
box-shadow: none;
padding: 0;
height: 30px;
width: 30px;
background-color: transparent;
cursor: pointer;
z-index: 2;
}
.search-overlay button.btn-close:focus, .search-overlay button.btn-close:hover, .search-overlay button.btn-close:active, .search-overlay button.btn-close.active {
background-color: transparent;
box-shadow: none;
outline: transparent;
}
@media screen and (max-width: 767px) {
.search-overlay button.btn-close {
top: 5px;
right: 5px;
}
}
.search-overlay button.btn-close .close-icon {
position: relative;
width: 2px;
height: 30px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
margin-left: auto;
margin-right: auto;
background-color: #000;
}
@media screen and (max-width: 767px) {
.search-overlay button.btn-close .close-icon {
height: 24px;
}
}
.search-overlay button.btn-close .close-icon:after {
content: '';
display: block;
position: absolute;
height: 2px;
width: 30px;
top: 14px;
right: -14px;
background-color: #000;
}
@media screen and (max-width: 767px) {
.search-overlay button.btn-close .close-icon:after {
width: 24px;
top: 11px;
right: -11px;
}
}
.cart-wrapper {
display: none;
position: absolute;
top: 110%;
top: -webkit-calc(100% + 8px);
top: calc(100% + 8px);
right: 0;
left: initial;
width: 500px;
background-color: #fff;
border: 1px solid #eaeaea;
padding: 25px 20px;
z-index: 999;
text-align: left;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 5px 20px rgba(0, 0, 0, 0.05);
}
.cart-wrapper.active, .cart-wrapper.mobile {
display: block;
}
.cart-wrapper.mobile {
position: relative;
top: initial;
right: initial;
left: initial;
width: 100%;
box-shadow: none;
border: none;
padding: 0;
}
.cart-wrapper.mobile .cart-item-quantity {
margin-bottom: 0;
margin-top: 5px;
}
.cart-wrapper h5 {
text-transform: uppercase;
font-size: 16px;
margin-top: 0;
}
@media screen and (max-width: 767px) {
.cart-wrapper h5 {
font-size: 17px;
}
}
.cart-wrapper h5.cart-price {
font-family: 'Lato-Italic';
text-align: center;
}
@media screen and (max-width: 767px) {
.cart-wrapper h5.cart-price {
text-align: left;
margin-top: 25px;
}
}
.cart-wrapper .cart-item-left {
position: relative;
}
.cart-wrapper .cart-item-left:after {
content: '';
display: block;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 1px;
height: 100%;
background-color: #e1e1e1;
}
.cart-wrapper .cart-item-thumbnail {
position: relative;
width: 32%;
min-height: 80px;
display: inline-block;
vertical-align: middle;
border: 1px solid #e7e7e7;
}
.cart-wrapper .cart-item-thumbnail:before {
content: '';
display: block;
padding-top: 100%;
}
.cart-wrapper .cart-item-description {
display: inline-block;
vertical-align: middle;
width: 68%;
padding-left: 15px;
}
.cart-wrapper .cart-item-description p.cart-item-quantity {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
margin-bottom: 0;
}
.cart-wrapper .cart-item-description .cart-input-wrapper {
display: inline-block;
vertical-align: middle;
}
.nav-menu-mobile {
display: none;
position: fixed;
top: 50px;
left: 0;
width: 85%;
height: -webkit-calc(100% - 50px);
height: calc(100% - 50px);
background-color: #fff;
z-index: 3;
overflow: hidden;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-transform: translateX(-102%) translateZ(0);
transform: translateX(-102%) translateZ(0);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.nav-menu-mobile.active {
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
}
@media screen and (max-width: 767px) {
.nav-menu-mobile {
display: block;
}
}
.nav-menu-mobile .main-menu {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 18px;
z-index: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nav-menu-mobile .main-menu.submenu-open {
-webkit-transform: translateX(-100%) translateZ(0);
transform: translateX(-100%) translateZ(0);
}
.nav-menu-mobile .main-menu ul {
list-style: none;
padding-left: 0;
}
.nav-menu-mobile .main-menu ul > li > a {
position: relative;
font-size: 15px;
font-family: 'Montserrat-Regular';
border-bottom: 1px solid #ebebeb;
color: #414141;
padding: 10px 7px;
text-transform: uppercase;
display: block;
}
.nav-menu-mobile .main-menu ul > li > a img {
position: absolute;
display: block;
width: 9px;
top: 50%;
right: 15px;
-webkit-transform: translate3d(0, -50%, 0) rotateZ(-90deg);
transform: translate3d(0, -50%, 0) rotateZ(-90deg);
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper {
position: relative;
width: 100%;
margin-bottom: 20px;
padding: 0 18px;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper:after, .nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper:before {
content: '';
display: table;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper:after {
clear: both;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper select.select-currency-language {
padding-left: 0;
padding-right: 0;
padding: 0;
outline: none;
box-shadow: none;
border: none;
height: 28px;
width: 50%;
font-size: 13px;
height: 21px;
display: inline-block;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper select.select-currency-language.auto {
width: auto;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper ul {
position: relative;
padding-left: 0;
list-style: none;
float: right;
width: 50%;
text-align: center;
margin-bottom: 0;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper ul > li {
position: relative;
display: inline-block;
font-family: 'Montserrat-Regular';
font-size: 12px;
padding: 4px 10px;
cursor: pointer;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper ul > li:before {
content: '';
display: block;
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
height: 2px;
background-color: #383838;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper ul > li.active:before {
width: 80%;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper ul > li:last-child:after {
content: '';
position: absolute;
display: block;
top: 50%;
right: 100%;
height: 90%;
width: 1px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #cccccc;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .mobile-button-wrapper {
position: relative;
width: 100%;
border-top: 1px solid #ebebeb;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .mobile-button-wrapper:after, .nav-menu-mobile .main-menu .menu-mobile-button-bottom .mobile-button-wrapper:before {
content: '';
display: table;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .mobile-button-wrapper:after {
clear: both;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .mobile-button-wrapper .line-seperate {
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
height: 65%;
width: 1px;
background-color: #ebebeb;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .mobile-button-wrapper button.btn-mobile-bottom {
position: relative;
float: left;
background: #fff;
border: none;
border-radius: 0;
padding: 10px 0;
width: 50%;
font-size: 15px;
font-family: 'Montserrat-Regular';
text-transform: uppercase;
}
.nav-menu-mobile .sub-menu {
position: absolute;
top: 0;
background-color: #fff;
left: 0;
width: 100%;
height: 100%;
padding: 30px 15px;
-webkit-transform: translateX(100%) translateZ(0);
transform: translateX(100%) translateZ(0);
overflow: hidden;
overflow-y: scroll;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
z-index: 2;
}
.nav-menu-mobile .sub-menu.active {
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
}
.nav-menu-mobile .sub-menu button.btn-nav-mobile-back {
position: relative;
padding: 0;
background-color: transparent;
border-radius: 0;
border: none;
}
.nav-menu-mobile .sub-menu button.btn-nav-mobile-back img.arrow-back {
position: relative;
display: block;
width: 40px;
margin-bottom: 20px;
margin-left: 5px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.nav-menu-mobile .sub-menu ul.submenu-list {
padding-left: 5px;
list-style: none;
}
.nav-menu-mobile .sub-menu ul.submenu-list > li > a {
display: block;
color: #a9a9a9;
margin-bottom: 8px;
font-size: 13px;
}
.nav-menu-mobile .sub-menu .thumbnail {
position: relative;
width: 100%;
min-height: 100px;
margin-bottom: 10px;
}
.nav-menu-mobile .sub-menu .thumbnail:before {
content: '';
display: block;
padding-top: 52%;
}
.nav-menu-mobile .sub-menu .thumbnail h4 {
position: absolute;
bottom: 8px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
color: #fff;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
}
.modal-backdrop {
background-color: #fff;
}
.modal-backdrop.in {
opacity: 0.9;
}
@media screen and (min-width: 768px) {
.modal-custom#sign-in-modal, .modal-custom#sign-up-modal, .modal-custom#forgot-password-modal, .modal-custom#subscribe-modal, .modal-custom#preorder-modal, .modal-custom#customize-message-modal, .modal-custom#journal-media-modal, .modal-custom#journal-events-modal {
text-align: center;
padding: 0 !important;
}
.modal-custom#sign-in-modal:before, .modal-custom#sign-up-modal:before, .modal-custom#forgot-password-modal:before, .modal-custom#subscribe-modal:before, .modal-custom#preorder-modal:before, .modal-custom#customize-message-modal:before, .modal-custom#journal-media-modal:before, .modal-custom#journal-events-modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}
.modal-custom#sign-in-modal .modal-dialog, .modal-custom#sign-up-modal .modal-dialog, .modal-custom#forgot-password-modal .modal-dialog, .modal-custom#subscribe-modal .modal-dialog, .modal-custom#preorder-modal .modal-dialog, .modal-custom#customize-message-modal .modal-dialog, .modal-custom#journal-media-modal .modal-dialog, .modal-custom#journal-events-modal .modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
}
.modal-custom.media.event .modal-dialog .modal-content .modal-body button.btn-close {
top: 10px;
}
@media screen and (max-width: 767px) {
.modal-custom.media.event .modal-dialog .modal-content .modal-body button.btn-close {
top: 0;
}
}
.modal-custom.media .modal-dialog .modal-content .modal-body {
padding: 20px;
}
@media screen and (max-width: 767px) {
.modal-custom.media .modal-dialog .modal-content .modal-body {
padding: 20px 15px;
}
}
.modal-custom.media .modal-dialog .modal-content .modal-body h4 {
text-transform: uppercase;
font-size: 2.8rem;
line-height: 1.3;
letter-spacing: 2px;
margin-bottom: 4%;
}
.modal-custom.media .modal-dialog .modal-content .modal-body p {
margin-bottom: 15px;
font-size: 13px;
}
@media screen and (max-width: 1080px) {
.modal-custom.media .modal-dialog .modal-content .modal-body p {
font-size: 12px;
}
}
.modal-custom.media .modal-dialog .modal-content .modal-body button.btn-close {
top: 0;
}
@media screen and (max-width: 767px) {
.modal-custom.media .modal-dialog .modal-content .modal-body button.btn-close {
top: 0;
right: 0;
}
}
.modal-custom.media .modal-right-wrapper {
padding: 6% 15px;
}
@media screen and (max-width: 767px) {
.modal-custom.media .modal-right-wrapper {
padding: 15px 0;
}
}
.modal-custom.order-status .modal-dialog {
max-width: 800px;
}
@media screen and (max-width: 767px) {
.modal-custom.order-status .modal-dialog {
max-width: 320px;
}
}
.modal-custom.order-status .modal-dialog .modal-content .modal-body {
padding: 40px;
}
@media screen and (max-width: 1080px) {
.modal-custom.order-status .modal-dialog .modal-content .modal-body {
padding: 30px;
}
}
@media screen and (max-width: 767px) {
.modal-custom.order-status .modal-dialog .modal-content .modal-body {
padding: 25px 15px;
}
}
.modal-custom.order-status .modal-dialog .modal-content .modal-body table {
margin-bottom: 0;
font-size: 13px;
}
@media screen and (max-width: 1080px) {
.modal-custom.order-status .modal-dialog .modal-content .modal-body table {
font-size: 12px;
}
}
.modal-custom.order-status .modal-dialog .modal-content .modal-body table.popup {
margin-bottom: 6%;
}
.modal-custom.order-status .modal-dialog .modal-content .modal-body table thead > tr > th {
background-color: #212121;
color: #fff;
}
.modal-custom.order-status .modal-dialog .modal-content .modal-body table tbody > tr > td {
padding: 16px 8px;
}
.modal-custom.gift-message .modal-dialog {
max-width: 600px;
}
@media screen and (max-width: 767px) {
.modal-custom.gift-message .modal-dialog {
max-width: 320px;
}
}
.modal-custom.gift-message .modal-dialog .modal-content .modal-body {
padding: 30px;
}
@media screen and (max-width: 767px) {
.modal-custom.gift-message .modal-dialog .modal-content .modal-body {
padding: 30px 15px;
}
}
.modal-custom.gift-message .modal-dialog .modal-content .modal-body textarea.input-custom {
margin-top: 10%;
margin-bottom: 10%;
}
.modal-custom.gift-message .modal-dialog .modal-content .modal-body .checkbox-wrapper {
margin-bottom: 15px;
}
.modal-custom.gift-message .modal-dialog .modal-content .modal-body p {
font-size: 13px;
font-family: 'Lato-Italic';
color: #989898;
margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
.modal-custom.gift-message .modal-dialog .modal-content .modal-body p {
font-size: 12px;
}
}
.modal-custom.gift-message .modal-dialog .modal-content .modal-body button.btn-custom {
margin-top: 5%;
}
.modal-custom.preorder .modal-dialog {
max-width: 600px;
}
@media screen and (max-width: 767px) {
.modal-custom.preorder .modal-dialog {
max-width: 320px;
}
}
.modal-custom.preorder .modal-dialog .modal-content .modal-body {
padding: 45px 35px;
}
@media screen and (max-width: 767px) {
.modal-custom.preorder .modal-dialog .modal-content .modal-body {
padding: 35px 15px;
}
}
.modal-custom.preorder .modal-dialog .modal-content .modal-body h2 {
font-size: 4rem;
margin-top: 0;
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
.modal-custom.preorder .modal-dialog .modal-content .modal-body h2 {
font-size: 26px;
margin-bottom: 20px;
}
}
.modal-custom.preorder .modal-dialog .modal-content .modal-body h4 {
font-family: 'Lato-Bold';
color: #4e4e4e;
font-size: 19px;
letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.modal-custom.preorder .modal-dialog .modal-content .modal-body h4 {
font-size: 12px;
}
}
.modal-custom.preorder .modal-dialog .modal-content .modal-body p.description {
font-family: 'Lato-Italic';
}
.modal-custom.preorder .modal-dialog .modal-content .modal-body img.preorder-modal-image {
position: relative;
display: block;
width: 100%;
max-width: 400px;
margin-left: auto;
margin-right: auto;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.modal-custom.preorder .modal-dialog .modal-content .modal-body button.btn-custom {
margin-top: 4%;
}
.modal-custom.modal-subscribe .modal-dialog {
max-width: 900px;
}
@media screen and (max-width: 767px) {
.modal-custom.modal-subscribe .modal-dialog {
max-width: 320px;
}
}
.modal-custom .modal-dialog {
width: 100%;
max-width: 1080px;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-dialog {
margin: 20px auto;
max-width: 320px;
}
}
.modal-custom .modal-dialog .modal-content {
border-radius: 0;
border: none;
box-shadow: 0 3px 19px rgba(181, 181, 181, 0.3);
}
.modal-custom .modal-dialog .modal-content .modal-body {
padding: 0 15px;
}
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close {
position: absolute;
top: 10px;
right: 10px;
border: none;
border-radius: 0;
outline: none;
box-shadow: none;
padding: 0;
height: 30px;
width: 30px;
background-color: transparent;
cursor: pointer;
z-index: 2;
}
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close:focus, .modal-custom .modal-dialog .modal-content .modal-body button.btn-close:hover, .modal-custom .modal-dialog .modal-content .modal-body button.btn-close:active, .modal-custom .modal-dialog .modal-content .modal-body button.btn-close.active {
background-color: transparent;
box-shadow: none;
outline: transparent;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close {
top: 5px;
right: 5px;
}
}
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close .close-icon {
position: relative;
width: 2px;
height: 30px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
margin-left: auto;
margin-right: auto;
background-color: #000;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close .close-icon {
height: 24px;
}
}
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close .close-icon:after {
content: '';
display: block;
position: absolute;
height: 2px;
width: 30px;
top: 14px;
right: -14px;
background-color: #000;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close .close-icon:after {
width: 24px;
top: 11px;
right: -11px;
}
}
.modal-custom .modal-left-image {
position: relative;
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-left-image {
position: relative;
width: 100%;
min-height: 100px;
}
.modal-custom .modal-left-image:before {
content: '';
display: block;
padding-top: 100%;
}
}
.modal-custom .modal-right-wrapper {
position: relative;
padding: 10% 25px;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-right-wrapper {
padding: 35px 0;
}
}
.modal-custom .modal-right-wrapper hr {
margin-top: 25px;
margin-bottom: 25px;
}
.modal-custom .modal-right-wrapper.subscribe {
padding: 5%;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-right-wrapper.subscribe {
padding: 30px 0;
}
}
.modal-custom .modal-right-wrapper.subscribe h3 {
letter-spacing: 3px;
}
.modal-custom .modal-right-wrapper.register {
padding: 8% 22px;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-right-wrapper.register {
padding: 30px 0;
}
}
.modal-custom .modal-right-wrapper h3 {
font-size: 40px;
font-size: 4rem;
margin-bottom: 18px;
margin-top: 0;
letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-right-wrapper h3 {
font-size: 22px;
}
}
.modal-custom .modal-right-wrapper h3.normal {
font-size: 30px;
font-size: 3rem;
}
.modal-custom .modal-right-wrapper .description-wrapper {
position: relative;
width: 100%;
max-width: 320px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.modal-custom .modal-right-wrapper .description-wrapper.register {
max-width: 400px;
}
.modal-custom .modal-right-wrapper .modal-form-wrapper {
position: relative;
width: 100%;
margin-top: 10%;
margin-bottom: 14%;
}
.modal-custom .modal-right-wrapper .modal-form-wrapper.subscribe {
margin-top: 5%;
margin-bottom: 5%;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.modal-custom .modal-right-wrapper .modal-form-wrapper .form-group-custom label {
font-size: 12px;
}
.modal-custom .modal-right-wrapper .modal-form-wrapper p.forgot-password {
color: #5c5c5c;
text-decoration: underline;
font-style: italic;
text-align: center;
font-size: 13px;
cursor: pointer;
}
.modal-custom .modal-right-wrapper .modal-button-wrapper {
position: relative;
width: 100%;
}
.modal-custom .modal-right-wrapper .modal-button-wrapper button.btn-custom {
width: 100%;
margin-bottom: 20px;
padding-left: 5px;
padding-right: 5px;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-right-wrapper .modal-button-wrapper button.btn-custom {
margin-bottom: 15px;
}
}
.modal-custom .modal-right-wrapper .modal-button-wrapper button.btn-custom + button.btn-custom {
margin-left: 0;
}
#header {
position: relative;
width: 100%;
height: auto;
}
#header #header-slider {
position: relative;
}
#header #header-slider .header-slider-item {
position: relative;
background-image: url(../images/main/header-bg.jpg);
background-position: center center;
background-size: cover;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 100vh;
min-height: 400px;
width: 100%;
height: auto;
}
#header #header-slider .header-slider-item:before {
content: '';
display: block;
padding-top: 48%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
#header #header-slider .header-slider-item:before {
padding-top: 160%;
}
}
#header .tns-outer {
position: relative;
}
#header .tns-outer .tns-nav {
position: absolute;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 2;
}
#header .tns-outer .tns-nav button {
position: relative;
height: 11px;
width: 11px;
background-color: transparent;
border: 1px solid #252525;
margin: 0 5px;
padding: 0;
}
#header .tns-outer .tns-nav button[aria-selected='true'] {
background-color: #252525;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border: none;
width: 9px;
height: 9px;
}
#header .tns-outer .tns-nav button[aria-selected='true']:after {
content: '';
display: block;
position: absolute;
top: -3px;
left: -3px;
width: 15px;
height: 15px;
border: 1px solid #252525;
}
#header .header-content {
position: absolute;
width: 100%;
max-width: 720px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 0 15px;
}
@media screen and (max-width: 767px) {
#header .header-content {
padding-left: 15px;
padding-right: 15px;
}
}
.no-flexbox #header .header-content {
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
#header .header-content h1 {
margin-bottom: 5%;
text-transform: uppercase;
letter-spacing: 4px;
}
#header .header-content button.btn-custom {
margin-top: 5%;
}
h2.section-title {
margin-top: 0;
letter-spacing: 4px;
text-transform: uppercase;
}
#your-alter-ego, #our-journal, #trending-and-new, #gift-voucher, #customize-order, #social-media-feed {
position: relative;
width: 100%;
padding: 0 45px;
margin-bottom: 5%;
}
@media screen and (max-width: 1380px) {
#your-alter-ego, #our-journal, #trending-and-new, #gift-voucher, #customize-order, #social-media-feed {
padding: 0 35px;
}
}
@media screen and (max-width: 1280px) {
#your-alter-ego, #our-journal, #trending-and-new, #gift-voucher, #customize-order, #social-media-feed {
padding: 0 25px;
}
}
@media screen and (max-width: 1080px) {
#your-alter-ego, #our-journal, #trending-and-new, #gift-voucher, #customize-order, #social-media-feed {
padding: 0 15px;
margin-bottom: 3.5%;
}
}
@media screen and (max-width: 767px) {
#your-alter-ego, #our-journal, #trending-and-new, #gift-voucher, #customize-order, #social-media-feed {
padding: 0;
margin-bottom: 35px;
}
}
#your-alter-ego {
padding-top: 5%;
padding-bottom: 5%;
}
@media screen and (max-width: 767px) {
#your-alter-ego {
padding-top: 35px;
padding-bottom: 35px;
margin-bottom: 0;
}
}
#your-alter-ego .alter-ego-tabs {
text-align: center;
border-bottom: none;
margin-top: 3%;
margin-bottom: 25px;
}
#your-alter-ego .alter-ego-tabs > li {
float: none;
display: inline-block;
}
#your-alter-ego .alter-ego-tabs > li.active > a {
color: #595959;
font-family: 'Lato-Bold';
}
#your-alter-ego .alter-ego-tabs > li.active > a:after {
width: 100%;
}
@media screen and (min-width: 768px) {
#your-alter-ego .alter-ego-tabs > li.active > a:focus,
#your-alter-ego .alter-ego-tabs > li.active > a:hover {
color: #595959;
font-family: 'Lato-Bold';
}
#your-alter-ego .alter-ego-tabs > li.active > a:focus:after,
#your-alter-ego .alter-ego-tabs > li.active > a:hover:after {
width: 100%;
}
}
#your-alter-ego .alter-ego-tabs > li > a {
position: relative;
font-family: 'Lato-Regular';
color: #c4c4c4;
text-transform: uppercase;
border-radius: 0;
border: none;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
#your-alter-ego .alter-ego-tabs > li > a:after {
content: '';
display: block;
position: absolute;
bottom: 1px;
left: 0;
width: 0;
height: 2px;
-webkit-transition: width 0.3s ease;
transition: width 0.3s ease;
background-color: #525252;
}
@media screen and (min-width: 768px) {
#your-alter-ego .alter-ego-tabs > li > a:focus, #your-alter-ego .alter-ego-tabs > li > a:hover {
background-color: #fff;
font-family: 'Lato-Bold';
color: #595959;
}
#your-alter-ego .alter-ego-tabs > li > a:focus:after, #your-alter-ego .alter-ego-tabs > li > a:hover:after {
width: 100%;
}
}
.product-slider-wrapper {
position: relative;
}
.product-slider-wrapper.shop-their-looks {
max-width: 310px;
}
.product-slider-wrapper.shop-their-looks p {
font-size: 12px !important;
margin-bottom: 0 !important;
}
.product-slider-wrapper .tns-controls {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
width: 100%;
z-index: 2;
pointer-events: none;
text-align: left;
}
.product-slider-wrapper .tns-controls button {
background-color: transparent;
pointer-events: auto;
}
.product-slider-wrapper .tns-controls button:hover, .product-slider-wrapper .tns-controls button:focus, .product-slider-wrapper .tns-controls button:active {
outline: none;
}
.product-slider-wrapper .tns-controls button[data-controls="prev"] {
position: relative;
}
.product-slider-wrapper .tns-controls button[data-controls="next"] {
position: relative;
float: right;
}
.product-slider-wrapper .product-slider div {
text-align: center;
}
.product-slider-wrapper .product-slider img {
margin-left: auto;
margin-right: auto;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
width: 70%;
}
#our-journal {
padding: 0;
overflow: hidden;
}
#our-journal .section-bg {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 143%;
background-color: #f4f4f4;
background-size: auto 100%;
background-position: left center;
background-repeat: no-repeat;
background-image: url(../images/main/journal-bg-new.jpg);
}
@media screen and (max-width: 767px) {
#our-journal .section-bg {
background-image: url(../images/main/journal-bg-new-mobile.jpg);
background-position: right center;
}
}
#our-journal .our-journal-inner {
position: relative;
width: 100%;
min-height: 300px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#our-journal .our-journal-inner:before {
content: '';
display: block;
padding-top: 45%;
}
#our-journal .our-journal-inner .our-journal-content {
position: relative;
left: 0;
right: 0;
width: 100%;
max-width: 620px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#our-journal .our-journal-inner .our-journal-content p {
padding-top: 8%;
padding-bottom: 8%;
margin: 0;
}
#trending-and-new:before {
content: '';
display: table;
}
#trending-and-new:after {
content: '';
display: table;
clear: both;
}
#trending-and-new .whats-trending-wrapper,
#trending-and-new .whats-new-wrapper {
position: relative;
float: left;
width: 50%;
text-align: center;
}
@media screen and (max-width: 767px) {
#trending-and-new .whats-trending-wrapper,
#trending-and-new .whats-new-wrapper {
float: none;
width: 100%;
display: block;
}
}
@media screen and (max-width: 767px) {
#trending-and-new .whats-trending-wrapper h3,
#trending-and-new .whats-new-wrapper h3 {
margin-top: 0;
}
}
#trending-and-new .whats-trending-wrapper .whats-trending,
#trending-and-new .whats-trending-wrapper .whats-new,
#trending-and-new .whats-new-wrapper .whats-trending,
#trending-and-new .whats-new-wrapper .whats-new {
position: relative;
width: 100%;
min-height: 200px;
margin-top: 4.5%;
}
#trending-and-new .whats-trending-wrapper .whats-trending:before,
#trending-and-new .whats-trending-wrapper .whats-new:before,
#trending-and-new .whats-new-wrapper .whats-trending:before,
#trending-and-new .whats-new-wrapper .whats-new:before {
content: '';
display: block;
padding-top: 75%;
}
#trending-and-new .whats-trending-wrapper .whats-trending .whats-content,
#trending-and-new .whats-trending-wrapper .whats-new .whats-content,
#trending-and-new .whats-new-wrapper .whats-trending .whats-content,
#trending-and-new .whats-new-wrapper .whats-new .whats-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
max-width: 600px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 11% 5%;
padding: 11% 15px;
text-transform: uppercase;
}
#trending-and-new .whats-trending-wrapper .whats-trending .whats-content button.btn-custom,
#trending-and-new .whats-trending-wrapper .whats-new .whats-content button.btn-custom,
#trending-and-new .whats-new-wrapper .whats-trending .whats-content button.btn-custom,
#trending-and-new .whats-new-wrapper .whats-new .whats-content button.btn-custom {
color: #15141c;
color: #fff;
display: block;
margin-left: auto;
margin-right: auto;
}
#trending-and-new .whats-trending-wrapper .whats-trending .whats-content p,
#trending-and-new .whats-trending-wrapper .whats-new .whats-content p,
#trending-and-new .whats-new-wrapper .whats-trending .whats-content p,
#trending-and-new .whats-new-wrapper .whats-new .whats-content p {
font-family: 'Lato-Semibold';
background: -webkit-radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 75%);
background: radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 75%);
background: #fff;
margin-bottom: 8%;
padding: 0 1px;
display: inline-block;
letter-spacing: 2px;
}
@media screen and (max-width: 1380px) {
#trending-and-new .whats-trending-wrapper .whats-trending .whats-content p,
#trending-and-new .whats-trending-wrapper .whats-new .whats-content p,
#trending-and-new .whats-new-wrapper .whats-trending .whats-content p,
#trending-and-new .whats-new-wrapper .whats-new .whats-content p {
letter-spacing: 1px;
}
}
@media screen and (max-width: 1180px) {
#trending-and-new .whats-trending-wrapper .whats-trending .whats-content p,
#trending-and-new .whats-trending-wrapper .whats-new .whats-content p,
#trending-and-new .whats-new-wrapper .whats-trending .whats-content p,
#trending-and-new .whats-new-wrapper .whats-new .whats-content p {
font-size: 11px;
}
}
#trending-and-new .whats-trending-wrapper .whats-new .whats-content p,
#trending-and-new .whats-new-wrapper .whats-new .whats-content p {
color: #fff;
background: #010101;
}
#trending-and-new .whats-trending-wrapper {
padding-right: 12px;
}
@media screen and (max-width: 767px) {
#trending-and-new .whats-trending-wrapper {
padding-right: 15px;
padding-left: 15px;
margin-bottom: 35px;
}
}
#trending-and-new .whats-new-wrapper {
padding-left: 12px;
}
@media screen and (max-width: 767px) {
#trending-and-new .whats-new-wrapper {
padding-right: 15px;
padding-left: 15px;
}
}
#gift-voucher {
padding-left: 0;
padding-right: 0;
overflow: hidden;
background-color: #000;
}
#gift-voucher .section-bg {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 150%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-image: url(../images/main/gift-vouchers-bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}
@media screen and (max-width: 767px) {
#gift-voucher .section-bg {
background-image: url(../images/main/gift-vouchers-bg-mobile.jpg);
}
}
#gift-voucher .gift-voucher-inner {
position: relative;
width: 100%;
min-height: 250px;
background-size: auto 100%;
background-repeat: no-repeat;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#gift-voucher .gift-voucher-inner:before {
content: '';
display: block;
padding-top: 23%;
}
#gift-voucher .gift-voucher-inner .gift-voucher-content {
position: absolute;
position: relative;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
max-width: 800px;
}
@media screen and (max-width: 767px) {
#gift-voucher .gift-voucher-inner .gift-voucher-content {
padding-left: 15px;
padding-right: 15px;
}
}
.no-flexbox #gift-voucher .gift-voucher-inner .gift-voucher-content {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#gift-voucher .gift-voucher-inner .gift-voucher-content h2 {
margin-bottom: 3%;
color: #fff;
}
@media screen and (max-width: 1080px) {
#gift-voucher .gift-voucher-inner .gift-voucher-content h2 {
margin-bottom: 2%;
}
}
#gift-voucher .gift-voucher-inner .gift-voucher-content p {
margin-bottom: 5%;
color: #fff;
}
@media screen and (max-width: 1080px) {
#gift-voucher .gift-voucher-inner .gift-voucher-content p {
margin-bottom: 3.5%;
}
}
@media screen and (max-width: 767px) {
#gift-voucher .gift-voucher-inner .gift-voucher-content p {
margin-top: 15px;
margin-bottom: 15px;
}
}
#customize-order {
padding-left: 0;
padding-right: 0;
overflow: hidden;
}
#customize-order .section-bg {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 150%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-image: url(../images/main/customize-bg.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
#customize-order .section-bg {
background-image: url(../images/main/customize-bg-mobile.jpg);
margin-bottom: 0;
}
}
#customize-order .customize-order-inner {
position: relative;
width: 100%;
background-position: center center;
background-size: cover;
background-color: rgba(249, 249, 249, 0.3);
}
#customize-order .customize-order-inner .customize-order-content {
position: relative;
width: 100%;
max-width: 860px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding-top: 6%;
padding-bottom: 6%;
}
@media screen and (max-width: 767px) {
#customize-order .customize-order-inner .customize-order-content {
padding: 35px 15px;
}
}
#customize-order .customize-order-inner .customize-order-content p {
background-color: #fff;
margin-top: 3%;
margin-bottom: 6%;
padding: 0 1px;
display: inline-block;
letter-spacing: 2px;
text-transform: uppercase;
font-family: 'Lato-Semibold';
}
@media screen and (max-width: 1380px) {
#customize-order .customize-order-inner .customize-order-content p {
letter-spacing: 1px;
}
}
@media screen and (max-width: 1080px) {
#customize-order .customize-order-inner .customize-order-content p {
margin-top: 10px;
margin-bottom: 3.5%;
}
}
@media screen and (max-width: 767px) {
#customize-order .customize-order-inner .customize-order-content p {
margin-top: 15px;
margin-bottom: 15px;
}
}
#customize-order .customize-order-inner .customize-order-content button.btn-custom {
display: block;
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: 768px) {
#customize-order-modal {
text-align: center;
padding: 0 !important;
}
#customize-order-modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}
#customize-order-modal .modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
}
.row-customize-modal .col-xs-4:first-child {
padding-right: 8px;
}
.row-customize-modal .col-xs-4:nth-child(2) {
padding-left: 12px;
padding-right: 12px;
}
.row-customize-modal .col-xs-4:last-child {
padding-left: 8px;
}
#social-media-feed {
padding-top: 20px;
}
#social-media-feed h4 {
font-family: 'Lato-Bold';
color: #444242;
margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
#social-media-feed {
padding-top: 20px;
margin-bottom: 40px;
}
}
.btn-custom {
background-color: #fff;
border-radius: 0;
border: 1px solid #d8d8d8;
font-family: 'Lato-Semibold';
color: #606060;
padding: 12px 60px;
font-size: 15px;
-webkit-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
text-transform: uppercase;
}
.btn-custom + .btn-custom {
margin-left: 17px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.btn-custom + .btn-custom {
margin-left: 8px;
}
}
@media screen and (max-width: 767px) {
.btn-custom.full-mobile {
width: 100%;
}
}
.btn-custom.small {
font-size: 13px;
padding: 10px 50px;
}
@media screen and (max-width: 1380px) {
.btn-custom.small {
font-size: 12px;
padding: 8px 50px;
}
}
@media screen and (max-width: 1080px) {
.btn-custom.small {
padding: 8px 35px;
}
}
.btn-custom.transparent {
background-color: rgba(255, 255, 255, 0.4);
color: #606060;
}
.btn-custom.transparent:hover, .btn-custom.transparent:focus {
background-color: #242424;
color: #fff;
border-color: #242424;
}
.btn-custom.dark {
background-color: #242424;
border-color: #242424;
color: #fff;
}
.btn-custom.dark:hover, .btn-custom.dark:focus {
background-color: #151515;
border-color: #151515;
color: #fff;
}
.btn-custom span.vertical-center {
display: inline-block;
vertical-align: middle;
}
.btn-custom span.vertical-center img.delete {
position: relative;
display: block;
width: 13px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin-left: 5px;
}
.btn-custom:hover, .btn-custom:focus {
background-color: #fff;
color: #000;
background-color: #242424;
border-color: #242424;
color: #fff;
}
@media screen and (max-width: 1380px) {
.btn-custom {
font-size: 12px;
padding: 8px 50px;
}
}
@media screen and (max-width: 1080px) {
.btn-custom {
font-size: 12px;
padding: 8px 35px;
}
}
@media screen and (max-width: 767px) {
.btn-custom {
padding: 6px 28px;
}
}
button.btn-custom-dropdown {
position: relative;
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;
outline: none;
padding: 0;
}
button.btn-custom-dropdown:hover, button.btn-custom-dropdown:focus {
outline: none;
box-shadow: none;
}
button.btn-custom-dropdown > img.nav-top-left-icon {
display: inline-block !important;
vertical-align: middle;
}
.subscribe-modal-image {
position: relative;
width: 100%;
min-height: 100px;
}
.subscribe-modal-image:before {
content: '';
display: block;
padding-top: 35%;
}
/**************************************************/
/* COLLECTION ;*/
/**************************************************/
#collection-list {
position: relative;
width: 100%;
}
#collection-list .collection-thumbnail {
position: relative;
width: 100%;
min-height: 150px;
cursor: pointer;
}
#collection-list .collection-thumbnail:before {
content: '';
display: block;
padding-top: 34%;
}
@media screen and (max-width: 767px) {
#collection-list .collection-thumbnail {
position: relative;
width: 100%;
min-height: 150px;
}
#collection-list .collection-thumbnail:before {
content: '';
display: block;
padding-top: 90%;
}
}
#collection-list .collection-thumbnail .content-inside {
top: 50%;
left: 50%;
bottom: initial;
right: initial;
height: 100%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
-webkit-transition: width 0.3s cubic-bezier(0.694, 0, 0.335, 1);
transition: width 0.3s cubic-bezier(0.694, 0, 0.335, 1);
}
@media screen and (min-width: 768px) {
#collection-list .collection-thumbnail:hover .content-inside {
width: 106%;
}
}
#collection-list .collection-thumbnail .white-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.19);
}
#collection-list .collection-thumbnail .white-overlay .black-gradient-overlay {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#collection-list .collection-thumbnail .white-overlay .black-gradient-overlay .collection-thumbnail-inner {
position: relative;
width: 100%;
}
@media screen and (max-width: 767px) {
#collection-list .collection-thumbnail .white-overlay .black-gradient-overlay .collection-thumbnail-inner {
padding-left: 15px;
padding-right: 15px;
}
}
#collection-list .collection-thumbnail .white-overlay .black-gradient-overlay .collection-thumbnail-inner p {
color: #212121;
font-size: 16px;
}
@media screen and (max-width: 1380px) {
#collection-list .collection-thumbnail .white-overlay .black-gradient-overlay .collection-thumbnail-inner p {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
#collection-list .collection-thumbnail .white-overlay .black-gradient-overlay .collection-thumbnail-inner p {
font-size: 12px;
}
}
/**************************************************/
/* COLLECTION END ;*/
/**************************************************/
/**************************************************/
/* PRODUCT ;*/
/**************************************************/
#small-header {
position: relative;
width: 100%;
overflow: hidden;
}
#small-header .header-bg {
position: relative;
width: 100%;
min-height: 300px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
background-position: center center;
background-size: cover;
image-rendering: -webkit-optimize-contrast;
overflow: hidden;
}
#small-header .header-bg:before {
content: '';
display: block;
padding-top: 34%;
}
#small-header .header-bg .header-bg-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
}
#small-header img.play-button {
position: relative;
width: 100%;
max-width: 120px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin: 0 auto 15px;
cursor: pointer;
}
@media screen and (max-width: 767px) {
#small-header img.play-button {
max-width: 80px;
margin-bottom: 5px;
}
}
#small-header p.play-video-text {
color: #fff;
font-family: 'Lato-Italic';
}
#small-header h2.small-header-title {
text-align: center;
text-transform: uppercase;
font-size: 3.6rem;
margin: 3.5% 0;
}
@media screen and (max-width: 767px) {
#small-header h2.small-header-title {
font-size: 24px;
}
}
#small-header .header-content {
position: relative;
width: 100%;
max-width: 720px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#small-header .header-content.white h2 {
color: #fff;
}
#small-header .header-content h2 {
margin: 0;
text-transform: uppercase;
letter-spacing: 4px;
}
#all-product-wrapper {
position: relative;
padding: 5%;
}
@media screen and (max-width: 1380px) {
#all-product-wrapper {
padding: 5% 3%;
}
}
@media screen and (max-width: 1280px) {
#all-product-wrapper {
padding: 5% 25px;
}
}
@media screen and (max-width: 1080px) {
#all-product-wrapper {
padding: 5% 15px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#all-product-wrapper {
padding: 5% 0;
}
}
#all-product-wrapper .all-product-inner {
position: relative;
width: 100%;
max-width: 1480px;
margin-left: auto;
margin-right: auto;
}
#all-product-wrapper .all-product-inner .filter-toggle-mobile {
position: relative;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #d7d7d7;
padding: 15px 15px;
text-align: left;
cursor: pointer;
display: none;
}
@media screen and (max-width: 767px) {
#all-product-wrapper .all-product-inner .filter-toggle-mobile {
display: block;
}
}
#all-product-wrapper .all-product-inner .filter-toggle-mobile h4 {
font-size: 18px;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
}
#all-product-wrapper .all-product-inner .filter-toggle-mobile img {
position: absolute;
display: block;
width: 9px;
top: 50%;
right: 15px;
-webkit-transform: translate3d(0, -50%, 0) rotateZ(-90deg);
transform: translate3d(0, -50%, 0) rotateZ(-90deg);
}
#all-product-wrapper .all-product-inner button.btn-nav-mobile-back {
position: relative;
padding: 0;
background-color: transparent;
border-radius: 0;
border: none;
display: none;
}
@media screen and (max-width: 767px) {
#all-product-wrapper .all-product-inner button.btn-nav-mobile-back {
display: block;
}
}
#all-product-wrapper .all-product-inner button.btn-nav-mobile-back img.arrow-back {
position: relative;
display: block;
width: 40px;
margin-bottom: 20px;
margin-left: 5px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#all-product-wrapper .all-product-inner .all-product-filter-wrapper {
position: relative;
float: left;
width: 230px;
}
@media screen and (max-width: 1080px) {
#all-product-wrapper .all-product-inner .all-product-filter-wrapper {
width: 200px;
}
}
@media screen and (max-width: 991px) {
#all-product-wrapper .all-product-inner .all-product-filter-wrapper {
width: 180px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#all-product-wrapper .all-product-inner .all-product-filter-wrapper {
width: 160px;
}
}
@media screen and (max-width: 767px) {
#all-product-wrapper .all-product-inner .all-product-filter-wrapper {
position: fixed;
top: 0;
left: 0;
padding: 25px 15px;
background-color: #fff;
width: 100%;
z-index: 3;
height: 100%;
overflow-y: auto;
-webkit-transform: translateX(-100%) translateZ(0);
transform: translateX(-100%) translateZ(0);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
}
#all-product-wrapper .all-product-inner .all-product-filter-wrapper.active {
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
}
#all-product-wrapper .all-product-inner .all-product-grid {
position: relative;
float: left;
width: -webkit-calc(100% - 230px);
width: calc(100% - 230px);
padding-left: 5.5%;
}
@media screen and (max-width: 1380px) {
#all-product-wrapper .all-product-inner .all-product-grid {
padding-left: 15px;
}
}
@media screen and (max-width: 1080px) {
#all-product-wrapper .all-product-inner .all-product-grid {
width: -webkit-calc(100% - 200px);
width: calc(100% - 200px);
}
}
@media screen and (max-width: 991px) {
#all-product-wrapper .all-product-inner .all-product-grid {
width: -webkit-calc(100% - 180px);
width: calc(100% - 180px);
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#all-product-wrapper .all-product-inner .all-product-grid {
width: -webkit-calc(100% - 160px);
width: calc(100% - 160px);
}
}
@media screen and (max-width: 767px) {
#all-product-wrapper .all-product-inner .all-product-grid {
width: 100%;
padding-left: 0;
}
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown {
display: inline-block;
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown button.btn-custom {
font-size: 20px;
font-family: 'Montserrat-Regular';
text-transform: uppercase;
border: none;
padding: 15px 15px;
line-height: 20px;
}
@media screen and (max-width: 1080px) {
#all-product-wrapper .all-product-inner .all-product-grid .dropdown button.btn-custom {
font-size: 18px;
}
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown button.btn-custom.active, #all-product-wrapper .all-product-inner .all-product-grid .dropdown button.btn-custom:active, #all-product-wrapper .all-product-inner .all-product-grid .dropdown button.btn-custom:focus {
background-color: #fff;
outline: none;
box-shadow: none;
color: #242424;
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu {
background-color: #f8f8f8;
border: none;
border-radius: 0;
margin-top: 0;
box-shadow: 0 4px 7px rgba(0, 0, 0, 0.175);
}
@media screen and (max-width: 767px) {
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu {
left: initial;
right: 0;
}
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li.active > a,
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li.active > a:focus,
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li.active > a:hover {
background-color: #242424;
border-color: #242424;
color: #fff;
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li > a {
color: #989898;
font-size: 13px;
padding: 5px 20px;
-webkit-transition: background-color 0.3s ease, color 0.3s ease;
transition: background-color 0.3s ease, color 0.3s ease;
cursor: pointer;
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li > a:focus, #all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li > a:hover {
background-color: #242424;
border-color: #242424;
color: #fff;
}
@media screen and (max-width: 1080px) {
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li > a {
font-size: 12px;
}
}
.product-grid {
position: relative;
text-align: center;
margin-bottom: 6%;
}
@media screen and (max-width: 767px) {
.product-grid {
margin-bottom: 15px;
}
}
.product-grid.muse-detail {
width: 100%;
max-width: 180px;
display: inline-block;
}
@media screen and (max-width: 767px) {
.product-grid.muse-detail {
width: 30%;
margin-top: 25px;
margin-bottom: 15px;
}
}
.product-grid:hover .product-hover {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
.product-grid:hover .product-hover a {
pointer-events: auto;
}
.product-grid:hover .product-hover button.btn-custom {
pointer-events: auto;
}
@media screen and (max-width: 1080px) {
.product-grid:hover .product-hover button.btn-custom {
padding-left: 6px;
padding-right: 6px;
}
}
.product-grid img.product-grid-image {
display: block;
position: relative;
width: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.product-grid p {
color: #9b9b9b;
letter-spacing: 1px;
}
.product-grid .product-hover {
position: absolute;
top: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 94%;
background-color: #fff;
padding: 11px 11px 21px;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.5s cubic-bezier(0.694, 0, 0.335, 1);
transition: all 0.5s cubic-bezier(0.694, 0, 0.335, 1);
box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.23);
box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.06), 0 9px 31px rgba(0, 0, 0, 0.06);
z-index: 2;
}
@media screen and (max-width: 1380px) {
.product-grid .product-hover {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.product-grid .product-hover {
display: none;
}
}
.product-grid .product-hover .product-hover-image {
position: relative;
width: 100%;
min-height: 100px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin-bottom: 20px;
}
.product-grid .product-hover .product-hover-image:before {
content: '';
display: block;
padding-top: 78%;
}
@media screen and (max-width: 1080px) {
.product-grid .product-hover .product-hover-image {
margin-bottom: 15px;
}
}
.product-grid .product-hover p.product-hover-name {
color: #575757;
font-family: 'Lato-Bold';
margin-bottom: 4px;
}
@media screen and (max-width: 1380px) {
.product-grid .product-hover p.product-hover-name {
margin-bottom: 2px;
}
}
.product-grid .product-hover p.product-hover-price {
color: #3b3b3b;
font-family: 'Lato-Bold';
font-size: 18px;
margin-bottom: 20px;
margin-bottom: 0;
}
@media screen and (max-width: 1380px) {
.product-grid .product-hover p.product-hover-price {
font-size: 16px;
}
}
@media screen and (max-width: 1080px) {
.product-grid .product-hover p.product-hover-price {
margin-bottom: 15px;
font-size: 14px;
}
}
@media screen and (max-width: 991px) {
.product-grid .product-hover p.product-hover-price {
margin-bottom: 5px;
}
}
.product-grid .product-hover p.product-hover-price span {
display: inline-block;
vertical-align: middle;
}
.product-grid .product-hover p.product-hover-price span.normal-price-slash {
text-decoration: line-through;
color: #d40000;
margin-right: 5px;
}
.product-grid .product-hover p.product-hover-price span.normal-price-slash .normal-price-color {
color: #3b3b3b;
display: block;
}
.product-grid .product-hover button.btn-add-to-wishlist {
position: relative;
background: transparent;
box-shadow: none;
outline: none;
display: block;
margin-left: auto;
margin-right: auto;
padding: 0;
margin-top: 4px;
margin-bottom: 9px;
}
.product-grid .product-hover button.btn-add-to-wishlist.active svg.heart, .product-grid .product-hover button.btn-add-to-wishlist:focus svg.heart, .product-grid .product-hover button.btn-add-to-wishlist:hover svg.heart {
fill: #6b6b6b;
}
.product-grid .product-hover button.btn-add-to-wishlist svg.heart {
display: block;
width: 32px;
stroke: #6b6b6b;
fill: transparent;
}
.product-grid .product-hover a {
pointer-events: none;
}
.product-grid .product-hover button.btn-custom {
font-size: 13px;
width: 90%;
margin-left: auto;
margin-right: auto;
pointer-events: none;
}
@media screen and (max-width: 1080px) {
.product-grid .product-hover button.btn-custom {
font-size: 12px;
}
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: none;
}
.panel-group .panel-custom + .panel-custom {
margin-top: 0;
}
.panel-custom {
border-radius: 0;
box-shadow: none;
border: none;
margin-top: 0;
}
.panel-custom.mobile-menu .panel-heading {
padding: 15px 15px 15px;
}
.panel-custom.mobile-menu .panel-heading:after {
content: '';
position: absolute;
bottom: -1px;
left: 10px;
height: 3px;
width: 0;
background-color: #303030;
-webkit-transition: width 0.3s ease;
transition: width 0.3s ease;
}
.panel-custom.mobile-menu .panel-heading[aria-expanded='true']:after {
width: 40%;
}
.panel-custom .panel-heading {
position: relative;
border-bottom: 1px solid #d7d7d7;
padding: 15px 15px;
cursor: pointer;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.panel-custom .panel-heading {
padding: 10px 15px;
}
}
.panel-custom .panel-heading.collapsed img.filter-arrow {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.panel-custom .panel-heading .panel-title {
font-size: 20px;
text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
.panel-custom .panel-heading .panel-title {
font-size: 18px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.panel-custom .panel-heading .panel-title {
font-size: 16px;
}
}
.panel-custom .panel-heading img.filter-arrow {
position: absolute;
display: block;
width: 9px;
top: 50%;
right: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
@media screen and (max-width: 767px) {
.panel-custom .panel-heading img.filter-arrow {
right: 15px;
}
}
.panel-custom .panel-collapse .panel-body .checkbox-wrapper {
margin-bottom: 8px;
}
.panel-custom .panel-collapse .panel-body .pick-color {
position: relative;
width: 24px;
height: 24px;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
border-radius: 50%;
}
@media screen and (max-width: 1080px) {
.panel-custom .panel-collapse .panel-body .pick-color {
margin-bottom: 7px;
margin-right: 7px;
}
}
input[type=checkbox].checkbox-custom,
input[type=radio].checkbox-custom {
position: absolute;
z-index: -1000;
left: -1000px;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
}
input[type=checkbox].checkbox-custom + label.checkbox-custom-label,
input[type=radio].checkbox-custom + label.checkbox-custom-label {
padding-left: 18px;
height: 11px;
display: inline-block;
line-height: 11px;
background-repeat: no-repeat;
background-position: 0 0;
font-size: 14px;
font-family: 'Lato-Regular';
color: #989898;
vertical-align: middle;
cursor: pointer;
font-weight: normal;
}
@media screen and (max-width: 1380px) {
input[type=checkbox].checkbox-custom + label.checkbox-custom-label,
input[type=radio].checkbox-custom + label.checkbox-custom-label {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
input[type=checkbox].checkbox-custom + label.checkbox-custom-label,
input[type=radio].checkbox-custom + label.checkbox-custom-label {
font-size: 12px;
}
}
input[type=checkbox].checkbox-custom:checked + label.checkbox-custom-label,
input[type=radio].checkbox-custom:checked + label.checkbox-custom-label {
background-position: 0 -11px;
}
label.checkbox-custom-label {
background-image: url("../images/main/checkbox.png");
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.row.payment-method-row {
margin-bottom: 3%;
}
.row.payment-method-row .checkbox-wrapper {
display: inline-block;
vertical-align: middle;
margin-right: 40px;
}
@media screen and (max-width: 767px) {
.row.payment-method-row .checkbox-wrapper {
display: block;
vertical-align: initial;
margin-bottom: 20px;
}
}
.row.payment-method-row .checkbox-wrapper .checkbox-custom-label {
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.row.payment-method-row .checkbox-wrapper .checkbox-custom-label {
display: block;
margin-bottom: 10px;
}
}
img.payment-logo {
width: 60px;
display: inline-block;
vertical-align: middle;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin-left: 10px;
}
img.payment-logo.bank {
width: 80px;
}
@media screen and (max-width: 767px) {
img.payment-logo {
width: 60px;
}
}
.pagination-custom {
position: relative;
margin-top: 10%;
z-index: 0;
}
@media screen and (max-width: 1080px) {
.pagination-custom {
margin-top: 15%;
}
}
@media screen and (max-width: 991px) {
.pagination-custom {
margin-top: 18%;
}
}
@media screen and (min-width: 768px) {
.pagination-custom > li > a:focus,
.pagination-custom > li > a:hover {
background-color: transparent;
border: none;
color: #626262;
}
.pagination-custom > li > a:focus:after,
.pagination-custom > li > a:hover:after {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
transform: translate3d(-50%, -50%, 0) rotate(45deg);
width: 60%;
height: 60%;
border: 1px solid #5a5a5a;
z-index: 2;
}
}
.pagination-custom > li.active > a,
.pagination-custom > li.active > a:focus,
.pagination-custom > li.active > a:hover,
.pagination-custom > li.active > span,
.pagination-custom > li.active > span:focus,
.pagination-custom > li.active > span:hover {
background-color: transparent;
border: none;
color: #626262;
}
.pagination-custom > li.active > a:after,
.pagination-custom > li.active > a:focus:after,
.pagination-custom > li.active > a:hover:after,
.pagination-custom > li.active > span:after,
.pagination-custom > li.active > span:focus:after,
.pagination-custom > li.active > span:hover:after {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
transform: translate3d(-50%, -50%, 0) rotate(45deg);
width: 60%;
height: 60%;
border: 1px solid #5a5a5a;
z-index: 2;
}
.pagination-custom > li > a {
position: relative;
border-radius: 0;
border: none;
color: #9e9e9e;
padding: 12px 18px;
}
@media screen and (max-width: 767px) {
.pagination-custom > li > a {
padding: 8px 14px;
}
}
/**************************************************/
/* END PRODUCT ;*/
/**************************************************/
/**************************************************/
/* PRODUCT DETAIL ;*/
/**************************************************/
#product-detail {
position: relative;
width: 100%;
padding: 3.5% 2.5% 5%;
}
@media screen and (max-width: 1280px) {
#product-detail {
padding: 4.5% 25px 5%;
}
}
@media screen and (max-width: 1080px) {
#product-detail {
padding: 43.5% 15px 5%;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#product-detail {
padding: 4.5% 0 5%;
}
}
@media screen and (max-width: 767px) {
#product-detail {
padding: 25px 0 15px;
}
}
#product-detail .product-detail-image {
position: relative;
width: 79.5%;
border: 1px solid #e7e7e7;
display: inline-block;
vertical-align: top;
left: 20.5%;
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-image {
display: block;
left: initial;
width: 100%;
}
}
#product-detail .product-detail-carousel-wrapper {
position: relative;
display: inline-block;
vertical-align: top;
right: 79.5%;
width: 20.5%;
padding-right: 30px;
}
@media screen and (max-width: 1180px) {
#product-detail .product-detail-carousel-wrapper {
padding-right: 20px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#product-detail .product-detail-carousel-wrapper {
padding-right: 15px;
}
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-carousel-wrapper {
display: block;
right: initial;
width: 100%;
padding-right: 24px;
padding-left: 24px;
margin-top: 15px;
margin-bottom: 20px;
}
}
#product-detail .product-detail-carousel-wrapper .tns-inner {
padding-top: 1px;
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-carousel-wrapper .tns-controls {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
width: 100%;
}
}
#product-detail .product-detail-carousel-wrapper .tns-controls button {
background: transparent;
width: 100%;
text-align: center;
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-carousel-wrapper .tns-controls button {
width: auto;
}
}
#product-detail .product-detail-carousel-wrapper .tns-controls button:focus, #product-detail .product-detail-carousel-wrapper .tns-controls button:active, #product-detail .product-detail-carousel-wrapper .tns-controls button:hover {
outline: none;
}
#product-detail .product-detail-carousel-wrapper .tns-controls button img {
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
width: 10px;
display: block;
margin-left: auto;
margin-right: auto;
}
#product-detail .product-detail-carousel-wrapper .tns-controls button[data-controls='prev'] {
margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-carousel-wrapper .tns-controls button[data-controls='prev'] {
left: 0;
position: relative;
-webkit-transform: rotateZ(-90deg);
-ms-transform: rotate(-90deg);
transform: rotateZ(-90deg);
padding: 0;
margin: 0;
display: block;
}
}
#product-detail .product-detail-carousel-wrapper .tns-controls button[data-controls='next'] {
position: absolute;
top: 100%;
left: 0;
background-color: #fff;
margin-top: 5px;
z-index: 1;
width: -webkit-calc(100% - 30px);
width: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-carousel-wrapper .tns-controls button[data-controls='next'] {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0) rotateZ(-90deg);
transform: translate3d(0, -50%, 0) rotateZ(-90deg);
float: none;
left: initial;
padding: 0;
margin: 0;
display: block;
width: auto;
}
}
#product-detail .product-detail-carousel-wrapper .product-detail-carousel-item {
position: relative;
width: 100%;
min-height: 40px;
border: 1px solid #e7e7e7;
}
#product-detail .product-detail-carousel-wrapper .product-detail-carousel-item:before {
content: '';
display: block;
padding-top: 100%;
}
#product-detail .product-detail-description {
position: relative;
padding: 0 4% 0 5%;
}
@media screen and (max-width: 1280px) {
#product-detail .product-detail-description {
padding: 0;
}
}
#product-detail .product-detail-description h3 {
text-transform: uppercase;
font-size: 4rem;
letter-spacing: 3px;
margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-description h3 {
font-size: 26px;
}
}
#product-detail .product-detail-description h4.price {
font-family: 'Lato-Italic';
margin-bottom: 5%;
}
#product-detail .product-detail-description h4 span {
display: inline-block;
vertical-align: middle;
}
#product-detail .product-detail-description h4 span.normal-price-slash {
text-decoration: line-through;
color: #d40000;
margin-right: 5px;
}
#product-detail .product-detail-description h4 span.normal-price-slash .normal-price-color {
color: #3b3b3b;
display: block;
}
#product-detail .product-detail-description .description-section {
position: relative;
width: 100%;
margin-bottom: 30px;
}
#product-detail .product-detail-description .description-section p.description-text,
#product-detail .product-detail-description .description-section p .grey {
color: #9b9b9b;
}
#product-detail .product-detail-description .description-section a {
color: #3399ff;
text-decoration: underline;
}
#product-detail .product-detail-description .description-section .product-material {
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
@media screen and (max-width: 1180px) {
#product-detail .product-detail-description .description-section .product-material {
margin-bottom: 10px;
}
}
#product-detail .product-detail-description .description-section .product-material-thumbnail {
position: relative;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius: 50%;
margin-right: 10px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
margin-right: 4px;
}
#product-detail .product-detail-description .description-section .product-material-text {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
color: #9b9b9b;
}
#product-detail .product-detail-description .description-action {
position: relative;
width: 100%;
margin-top: 3%;
}
#product-detail .product-detail-description hr.product-detail-line {
border-top-color: #e1e1e1;
margin-top: 4%;
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-description hr.product-detail-line {
margin-top: 25px;
margin-bottom: 15px;
}
}
#product-detail .product-detail-description p.share-text {
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
margin-bottom: 0;
}
.input-group-stepper {
width: 100%;
max-width: 210px;
border: 1px solid #dadada;
z-index: 0;
}
@media screen and (max-width: 1280px) {
.input-group-stepper {
width: 160px;
}
}
@media screen and (max-width: 767px) {
.input-group-stepper {
width: 100%;
max-width: none;
}
}
.input-group-stepper.small {
width: 140px;
}
.input-group-stepper.small input.input-number {
font-size: 13px;
}
.input-group-stepper.inline {
display: inline-block;
vertical-align: middle;
}
.input-group-stepper.center {
margin: 0 auto;
}
.input-group-stepper button.btn-number {
border-radius: 0;
border: none;
box-shadow: none;
outline: none;
background-color: #fff;
}
.input-group-stepper button.btn-number:hover, .input-group-stepper button.btn-number:focus, .input-group-stepper button.btn-number:active,
.input-group-stepper button.btn-number .active {
box-shadow: none;
outline: none;
background-color: #fff;
}
.input-group-stepper .minus-sign,
.input-group-stepper .plus-sign {
position: relative;
display: block;
width: 9px;
height: 1px;
background-color: #6b6b6b;
margin-top: 10px;
margin-bottom: 11px;
}
.input-group-stepper .plus-sign:after {
content: '';
display: block;
position: absolute;
left: 4px;
top: -4px;
background-color: #6b6b6b;
height: 9px;
width: 1px;
}
.input-group-stepper input.input-number {
text-align: center;
outline: none;
box-shadow: none;
border: none;
}
@media screen and (max-width: 1380px) {
.input-group-stepper input.input-number {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
.input-group-stepper input.input-number {
font-size: 12px;
}
}
.input-group-stepper input.input-number:hover, .input-group-stepper input.input-number:focus {
outline: none;
box-shadow: none;
}
#product-similar {
position: relative;
width: 100%;
padding: 4% 7% 9%;
}
@media screen and (max-width: 1380px) {
#product-similar {
padding: 4% 4% 9%;
}
}
@media screen and (max-width: 1280px) {
#product-similar {
padding: 4% 25px 9%;
}
}
@media screen and (max-width: 1080px) {
#product-similar {
padding: 4% 15px 9%;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#product-similar {
padding: 4% 0 9%;
}
}
@media screen and (max-width: 767px) {
#product-similar {
padding: 35px 0 40px;
}
}
#product-similar:before {
content: '';
display: block;
height: 1px;
width: 90.6%;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #ebebeb;
z-index: 1;
}
#product-similar h3 {
margin-top: 0;
margin-bottom: 2.5%;
}
@media screen and (max-width: 767px) {
#product-similar h3 {
margin-bottom: 20px;
}
}
/**************************************************/
/* END PRODUCT DETAIL ;*/
/**************************************************/
/**************************************************/
/* GIFTCARD ;*/
/**************************************************/
p.giftcard-header-description {
text-transform: uppercase;
color: #fff;
letter-spacing: 7px;
font-size: 15px;
margin-top: 3%;
}
@media screen and (max-width: 767px) {
p.giftcard-header-description {
letter-spacing: 1px;
font-size: 13px;
}
}
img.giftcard-image {
position: relative;
display: inline-block;
vertical-align: bottom;
width: 100%;
max-width: 31rem;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
img.giftcard-image {
margin-left: auto;
margin-right: auto;
display: block;
}
}
.giftcard-description {
position: relative;
display: inline-block;
vertical-align: bottom;
}
@media screen and (max-width: 767px) {
.giftcard-description {
display: block;
width: 100%;
margin-bottom: 40px;
padding-left: 15px;
padding-right: 15px;
}
}
.giftcard-description h3 {
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.giftcard-description h3 {
margin-bottom: 10px;
}
}
.giftcard-description button.btn-custom {
margin-top: 20px;
}
@media screen and (max-width: 767px) {
.giftcard-description button.btn-custom {
margin-top: 10px;
}
}
/**************************************************/
/* END GIFTCARD ;*/
/**************************************************/
/**************************************************/
/* JOURNAL MEDIA ;*/
/**************************************************/
.journal-media-thumbnail {
position: relative;
width: 93.5%;
min-height: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
cursor: pointer;
}
.journal-media-thumbnail:before {
content: '';
display: block;
padding-top: 135%;
}
@media screen and (max-width: 1280px) {
.journal-media-thumbnail {
width: 100%;
margin-bottom: 40px;
}
}
hr.journal-media-line {
width: 100%;
max-width: 120px;
margin-left: 0;
margin-right: auto;
border-bottom-color: #d7d7d7;
}
ul.journal-media-filter {
padding-left: 0;
list-style: none;
}
ul.journal-media-filter > li {
margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
ul.journal-media-filter > li {
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
}
}
ul.journal-media-filter > li.active a {
color: #3b3b3b;
font-family: 'Lato-Bold';
}
ul.journal-media-filter > li > a {
font-size: 18px;
color: #747474;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
}
@media screen and (max-width: 1280px) {
ul.journal-media-filter > li > a {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
ul.journal-media-filter > li > a {
display: inline-block;
font-size: 13px;
}
}
ul.journal-media-filter > li > a:hover, ul.journal-media-filter > li > a:focus {
color: #3b3b3b;
font-family: 'Lato-Bold';
}
.journal-media-modal-img {
position: relative;
width: 100%;
min-height: 150px;
}
.journal-media-modal-img:before {
content: '';
display: block;
padding-top: 118%;
}
.journal-media-slider-wrapper {
position: relative;
}
.journal-media-slider-wrapper .tns-outer {
position: relative;
}
.journal-media-slider-wrapper .tns-outer .tns-nav {
position: absolute;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 2;
}
.journal-media-slider-wrapper .tns-outer .tns-nav button {
position: relative;
height: 11px;
width: 11px;
background-color: transparent;
border: 1px solid #fff;
margin: 0 5px;
padding: 0;
}
.journal-media-slider-wrapper .tns-outer .tns-nav button[aria-selected='true'] {
background-color: #fff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border: none;
width: 9px;
height: 9px;
}
.journal-media-slider-wrapper .tns-outer .tns-nav button[aria-selected='true']:after {
content: '';
display: block;
position: absolute;
top: -3px;
left: -3px;
width: 15px;
height: 15px;
border: 1px solid #fff;
}
.black-gradient-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(60%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
.black-gradient-overlay {
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(60%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0) 100%);
}
}
.shop-their-looks-wrapper {
position: relative;
display: inline-block;
margin-right: 15px;
}
.shop-their-looks-wrapper img.shop-their-looks-img {
position: relative;
display: block;
width: 100%;
max-width: 140px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
.shop-their-looks-wrapper img.shop-their-looks-img {
max-width: 90px;
}
}
.shop-their-looks-wrapper p {
text-align: center;
font-size: 12px !important;
margin-bottom: 0 !important;
}
/**************************************************/
/* END JOURNAL MEDIA ;*/
/**************************************************/
/**************************************************/
/* JOURNAL EVENTS ;*/
/**************************************************/
.journal-events-thumbnail-special {
position: relative;
width: 100%;
min-height: 150px;
cursor: pointer;
}
.journal-events-thumbnail-special:before {
content: '';
display: block;
padding-top: 66%;
}
.journal-events-thumbnail-description {
position: relative;
padding: 5% 4%;
margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
.journal-events-thumbnail-description {
padding: 5% 0;
margin-bottom: 30px;
}
}
.journal-events-thumbnail-description.small {
padding: 30px 15px;
}
@media screen and (max-width: 991px) {
.journal-events-thumbnail-description.small {
padding: 15px 0;
}
}
.journal-events-thumbnail-description p.journal-events-thumbnail-date {
font-size: 13px;
color: #838383;
margin-bottom: 20px;
margin-bottom: 5px;
margin-top: 0;
}
@media screen and (max-width: 1080px) {
.journal-events-thumbnail-description p.journal-events-thumbnail-date {
font-size: 12px;
}
}
.journal-events-thumbnail-description h4.journal-events-thumbnail-title {
text-transform: uppercase;
margin-bottom: 20px;
margin-bottom: 12px;
margin-top: 0;
letter-spacing: 2px;
}
@media screen and (max-width: 1080px) {
.journal-events-thumbnail-description h4.journal-events-thumbnail-title {
margin-bottom: 8px;
}
}
.journal-events-thumbnail-description button.btn-custom {
margin-top: 18px;
}
@media screen and (max-width: 991px) {
.journal-events-thumbnail-description button.btn-custom {
margin-top: 18px;
}
}
.journal-events-thumbnail-normal {
position: relative;
width: 100%;
min-height: 150px;
cursor: pointer;
}
.journal-events-thumbnail-normal:before {
content: '';
display: block;
padding-top: 56%;
}
.responsive-gallery-outer {
position: relative;
width: 100%;
}
.responsive-gallery-outer .navigation-wrapper {
position: absolute;
top: 50%;
left: 0;
width: 100%;
pointer-events: none;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.responsive-gallery-outer .navigation-wrapper button.prev {
position: absolute;
top: 0;
left: 0;
pointer-events: auto;
z-index: 2;
background: transparent;
}
.responsive-gallery-outer .navigation-wrapper button.prev img {
position: relative;
width: 14px;
display: block;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.responsive-gallery-outer .navigation-wrapper button.next {
position: absolute;
top: 0;
right: 0;
pointer-events: auto;
z-index: 2;
background: transparent;
}
.responsive-gallery-outer .navigation-wrapper button.next img {
position: relative;
width: 14px;
display: block;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/**************************************************/
/* END JOURNAL EVENTS ;*/
/**************************************************/
/**************************************************/
/* JOURNAL MUSE ;*/
/**************************************************/
.muse-of-the-month-thumbnail {
position: relative;
width: 100%;
min-height: 150px;
}
.muse-of-the-month-thumbnail:before {
content: '';
display: block;
padding-top: 104%;
}
.muse-of-the-month-description {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px 5%;
}
@media screen and (max-width: 991px) {
.muse-of-the-month-description {
padding: 20px 15px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.muse-of-the-month-description {
position: relative;
padding: 0 0 20px;
}
}
.muse-of-the-month-description h2 {
text-transform: uppercase;
margin-bottom: 25px;
font-size: 4rem;
}
@media screen and (max-width: 767px) {
.muse-of-the-month-description h2 {
font-size: 28px;
}
}
.muse-of-the-month-description p {
margin-bottom: 20px;
}
.muse-of-the-month-description button.btn-custom {
margin-top: 8%;
}
.muse-of-the-month-filter {
position: relative;
}
.muse-of-the-month-filter .form-group-select-inline {
display: inline-block;
vertical-align: middle;
}
@media screen and (max-width: 767px) {
.muse-of-the-month-filter .form-group-select-inline {
margin-bottom: 5px;
}
}
.muse-of-the-month-filter .form-group-select-inline label,
.muse-of-the-month-filter .form-group-select-inline select {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
}
.muse-of-the-month-filter .form-group-select-inline label {
margin-right: 10px;
}
.muse-of-the-month-filter .form-group-select-inline select {
width: auto;
box-shadow: none;
border: none;
outline: none;
background-color: transparent;
}
.muse-of-the-month-filter ul.muse-of-the-month-list {
position: relative;
vertical-align: middle;
display: inline-block;
padding-left: 0;
float: right;
list-style: none;
}
@media screen and (max-width: 767px) {
.muse-of-the-month-filter ul.muse-of-the-month-list {
float: none;
border-top: 1px solid #d7d7d7;
padding-top: 15px;
}
}
.muse-of-the-month-filter ul.muse-of-the-month-list > li {
display: inline-block;
margin-left: 30px;
cursor: pointer;
color: #c5c5c5;
font-family: 'Lato-Semibold';
-webkit-transition: color 0.4s ease;
transition: color 0.4s ease;
}
@media screen and (max-width: 1380px) {
.muse-of-the-month-filter ul.muse-of-the-month-list > li {
margin-left: 20px;
}
}
@media screen and (max-width: 1280px) {
.muse-of-the-month-filter ul.muse-of-the-month-list > li {
margin-left: 16px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.muse-of-the-month-filter ul.muse-of-the-month-list > li {
margin-left: 10px;
}
}
@media screen and (max-width: 767px) {
.muse-of-the-month-filter ul.muse-of-the-month-list > li {
margin-left: 0;
margin-right: 10px;
}
}
.muse-of-the-month-filter ul.muse-of-the-month-list > li:hover, .muse-of-the-month-filter ul.muse-of-the-month-list > li:focus, .muse-of-the-month-filter ul.muse-of-the-month-list > li:active, .muse-of-the-month-filter ul.muse-of-the-month-list > li.active {
color: #454545;
}
/**************************************************/
/* END JOURNAL MUSE ;*/
/**************************************************/
/**************************************************/
/* JOURNAL MUSE DETAIL 1 ;*/
/**************************************************/
.journal-muse-grid {
position: relative;
width: 100%;
margin-top: 7%;
padding: 0 3%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.journal-muse-grid {
padding: 0;
}
}
.journal-muse-thumbnail-wrapper {
position: relative;
width: 100%;
max-width: 400px;
display: block;
margin: 0 auto;
text-align: center;
margin-bottom: 17%;
}
@media screen and (max-width: 767px) {
.journal-muse-thumbnail-wrapper {
margin-bottom: 40px;
}
}
.journal-muse-thumbnail-wrapper .journal-muse-thumbnail {
position: relative;
width: 100%;
min-height: 150px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin-bottom: 8%;
}
.journal-muse-thumbnail-wrapper .journal-muse-thumbnail:before {
content: '';
display: block;
padding-top: 150%;
}
.journal-muse-thumbnail-wrapper h4 {
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 30px;
font-size: 2.5rem;
font-size: 25px;
}
@media screen and (max-width: 1380px) {
.journal-muse-thumbnail-wrapper h4 {
font-size: 23px;
}
}
@media screen and (max-width: 1280px) {
.journal-muse-thumbnail-wrapper h4 {
font-size: 21px;
}
}
@media screen and (max-width: 767px) {
.journal-muse-thumbnail-wrapper h4 {
font-size: 18px;
margin-bottom: 18px;
margin-top: 16px;
}
}
.muse-detail-profile-img {
position: relative;
width: 88%;
min-height: 150px;
border: 13px solid #fff;
margin-left: auto;
margin-top: -32%;
}
.muse-detail-profile-img:before {
content: '';
display: block;
padding-top: 120%;
}
@media screen and (max-width: 1380px) {
.muse-detail-profile-img {
width: 92%;
}
}
@media screen and (max-width: 1280px) {
.muse-detail-profile-img {
width: 96%;
}
}
@media screen and (max-width: 767px) {
.muse-detail-profile-img {
margin-left: auto;
margin-right: auto;
border-width: 11px;
}
}
.muse-detail-profile-information {
position: relative;
padding: 6% 5%;
}
@media screen and (max-width: 1380px) {
.muse-detail-profile-information {
padding: 6% 15px;
}
}
@media screen and (max-width: 1280px) {
.muse-detail-profile-information {
padding: 6% 0;
}
}
@media screen and (max-width: 991px) {
.muse-detail-profile-information {
padding: 10px 0 6%;
}
}
.muse-detail-profile-information h3 {
text-transform: uppercase;
margin-bottom: 4.5%;
letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
.muse-detail-profile-information h3 {
margin-bottom: 25px;
margin-top: 0;
text-align: center;
}
}
@media screen and (max-width: 767px) {
.muse-detail-profile-information p.subtitle {
margin-bottom: 5px;
}
}
.muse-detail-profile-information .point {
position: relative;
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
.muse-detail-profile-information .point {
margin-bottom: 25px;
}
}
.muse-detail-image {
position: relative;
width: 100%;
min-height: 150px;
margin-bottom: 10%;
}
.muse-detail-image:before {
content: '';
display: block;
padding-top: 73%;
}
@media screen and (max-width: 767px) {
.muse-detail-image {
margin-bottom: 15px;
}
}
.muse-detail-image-long {
position: relative;
width: 100%;
min-height: 150px;
margin-top: 4%;
}
.muse-detail-image-long:before {
content: '';
display: block;
padding-top: 38%;
}
.muse-about-person-title {
text-transform: uppercase;
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
.muse-about-person-title {
margin-bottom: 25px;
}
}
.muse-about-person-point {
position: relative;
margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
.muse-about-person-point {
margin-bottom: 25px;
}
}
.muse-about-person-point p {
font-size: 15px;
}
@media screen and (max-width: 1380px) {
.muse-about-person-point p {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
.muse-about-person-point p {
font-size: 12px;
}
}
.muse-about-person-point p.subtitle {
margin-bottom: 20px;
font-size: 16px;
}
@media screen and (max-width: 1380px) {
.muse-about-person-point p.subtitle {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
.muse-about-person-point p.subtitle {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.muse-about-person-point p.subtitle {
margin-bottom: 5px;
}
}
.muse-detail-person-quote {
position: relative;
text-align: center;
padding: 5% 0;
}
@media screen and (max-width: 767px) {
.muse-detail-person-quote {
padding: 20px 0 25px;
}
}
.muse-detail-person-quote p.subtitle {
margin-bottom: 2%;
letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.muse-detail-person-quote p.subtitle {
letter-spacing: 0;
margin-bottom: 10px;
}
}
.muse-detail-person-quote h4 {
text-transform: uppercase;
line-height: 2;
letter-spacing: 3px;
}
@media screen and (max-width: 1380px) {
.muse-detail-person-quote h4 {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.muse-detail-person-quote h4 {
line-height: 1.2;
margin-top: 20px;
margin-bottom: 20px;
letter-spacing: 0;
}
}
.muse-detail-person-quote button.btn-custom {
margin-top: 3%;
}
.muse-detail-shop-their-look {
padding: 4% 0 0;
}
@media screen and (max-width: 767px) {
.muse-detail-shop-their-look {
padding: 25px 0 0;
}
}
.muse-detail-shop-their-look.side-padding {
padding-left: 5%;
padding-right: 5%;
}
@media screen and (max-width: 767px) {
.muse-detail-shop-their-look.side-padding {
padding-left: 0;
padding-right: 0;
}
}
.muse-detail-shop-their-look.bottom-padding {
padding-bottom: 4%;
}
@media screen and (max-width: 767px) {
.muse-detail-shop-their-look.bottom-padding {
margin-bottom: 25px;
}
}
.muse-detail-shop-their-look h3 {
text-transform: uppercase;
letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
.muse-detail-shop-their-look h3 {
margin-top: 0;
}
}
.no-margin,
hr.no-margin {
margin: 0;
}
hr.muse-detail-popup-line {
width: 90%;
margin-left: auto;
margin-right: auto;
}
/**************************************************/
/* END JOURNAL MUSE DETAIL 1 ;*/
/**************************************************/
/**************************************************/
/* JOURNAL MUSE DETAIL 2 ;*/
/**************************************************/
.muse-detail-video-wrapper {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
pointer-events: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.muse-detail-video-wrapper.active {
opacity: 1;
pointer-events: auto;
}
.muse-detail-video-wrapper:before {
content: '';
display: block;
padding-top: 56.25%;
}
iframe#muse-detail-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.muse-detail-alternative-image {
position: relative;
width: 100%;
min-height: 150px;
}
.muse-detail-alternative-image:before {
content: '';
display: block;
padding-top: 64%;
}
@media screen and (max-width: 767px) {
.muse-detail-alternative-image {
margin-bottom: 20px;
}
}
.muse-detail-alternative-information {
padding: 5%;
}
@media screen and (max-width: 1380px) {
.muse-detail-alternative-information {
padding: 5% 25px;
}
}
@media screen and (max-width: 1280px) {
.muse-detail-alternative-information {
padding: 5% 15px;
}
}
@media screen and (max-width: 767px) {
.muse-detail-alternative-information {
padding: 0 0 15px;
}
}
.muse-detail-alternative-information h3 {
text-transform: uppercase;
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
.muse-detail-alternative-information h3 {
margin-top: 0;
margin-bottom: 15px;
}
}
.muse-detail-alternative-information .point {
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
.muse-detail-alternative-information .point {
margin-bottom: 25px;
}
}
.muse-detail-alternative-information .point p {
margin-bottom: 15px;
font-size: 15px;
}
@media screen and (max-width: 1380px) {
.muse-detail-alternative-information .point p {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
.muse-detail-alternative-information .point p {
font-size: 12px;
}
}
.muse-detail-alternative-information .point p.subtitle {
font-size: 16px;
}
@media screen and (max-width: 1380px) {
.muse-detail-alternative-information .point p.subtitle {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
.muse-detail-alternative-information .point p.subtitle {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.muse-detail-alternative-information .point p.subtitle {
margin-bottom: 5px;
}
}
.muse-detail-alternative-image-long {
position: relative;
width: 100%;
min-height: 150px;
}
.muse-detail-alternative-image-long:before {
content: '';
display: block;
padding-top: 31%;
}
.row-muse-detail-2 .col-xs-6.col-sm-6 {
margin-top: -5.5%;
}
.row-muse-detail-2 .muse-detail-alternative-image-2 {
position: relative;
width: 70%;
min-height: 150px;
border: 11px solid #fff;
}
.row-muse-detail-2 .muse-detail-alternative-image-2:before {
content: '';
display: block;
padding-top: 64%;
}
@media screen and (max-width: 1280px) {
.row-muse-detail-2 .muse-detail-alternative-image-2 {
width: 80%;
}
}
@media screen and (max-width: 767px) {
.row-muse-detail-2 .muse-detail-alternative-image-2 {
width: 100%;
border-width: 8px;
}
}
.row-muse-detail-2 .muse-detail-alternative-image-2.left {
margin-left: auto;
}
.section-side-padding {
position: relative;
width: 100%;
padding-left: 5%;
padding-right: 5%;
}
@media screen and (max-width: 767px) {
.section-side-padding {
padding-left: 0;
padding-right: 0;
}
}
.muse-detail-alternative-information-2 {
position: relative;
width: 100%;
max-width: 960px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 4.5% 0;
}
@media screen and (max-width: 767px) {
.muse-detail-alternative-information-2 {
padding-bottom: 35px;
}
}
.muse-detail-alternative-information-2 p {
font-size: 15px;
}
@media screen and (max-width: 1380px) {
.muse-detail-alternative-information-2 p {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
.muse-detail-alternative-information-2 p {
font-size: 12px;
}
}
.muse-detail-alternative-information-2 p.subtitle {
font-size: 16px;
}
@media screen and (max-width: 1380px) {
.muse-detail-alternative-information-2 p.subtitle {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
.muse-detail-alternative-information-2 p.subtitle {
font-size: 13px;
}
}
.muse-detail-alternative-information-2 button.btn-custom {
margin-top: 6%;
}
/**************************************************/
/* END JOURNAL MUSE DETAIL 2 ;*/
/**************************************************/
/**************************************************/
/* ABOUT US ;*/
/**************************************************/
.about-us-container {
position: relative;
width: 100%;
max-width: 1480px;
margin-left: auto;
margin-right: auto;
}
.about-us-container:before, .about-us-container:after {
content: ' ';
display: table;
}
.about-us-container:after {
clear: both;
}
.about-us-container .about-us-title {
position: relative;
float: left;
width: 20%;
}
@media screen and (max-width: 767px) {
.about-us-container .about-us-title {
display: block;
float: none;
width: 100%;
text-align: center;
}
}
.about-us-container .about-us-center {
position: relative;
width: 60%;
float: left;
}
@media screen and (max-width: 767px) {
.about-us-container .about-us-center {
display: block;
float: none;
width: 100%;
}
}
.about-us-container .about-us-center img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin-bottom: 5%;
}
.about-us-container .about-us-center p {
letter-spacing: 1px;
margin-bottom: 20px;
}
.about-us-container .about-us-center p.about-us-subtitle {
font-family: 'Lato-Semibold';
color: #414141;
font-size: 15px;
}
@media screen and (max-width: 1380px) {
.about-us-container .about-us-center p.about-us-subtitle {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
.about-us-container .about-us-center p.about-us-subtitle {
font-size: 13px;
}
}
/**************************************************/
/* ABOUT US END ;*/
/**************************************************/
/**************************************************/
/* CAREER ;*/
/**************************************************/
#general-section {
position: relative;
width: 100%;
padding: 5.5% 5% 7%;
}
@media screen and (max-width: 1380px) {
#general-section {
padding: 5.5% 3% 7%;
}
}
@media screen and (max-width: 1280px) {
#general-section {
padding: 5.5% 25px 7%;
}
}
@media screen and (max-width: 1080px) {
#general-section {
padding: 5.5% 15px 7%;
}
}
@media screen and (max-width: 767px) {
#general-section {
padding: 35px 0;
}
}
#general-section.bigger-padding {
padding: 4% 6% 7%;
}
@media screen and (max-width: 1380px) {
#general-section.bigger-padding {
padding: 4% 3% 7%;
}
}
@media screen and (max-width: 1080px) {
#general-section.bigger-padding {
padding: 7% 15px 7%;
}
}
@media screen and (max-width: 767px) {
#general-section.bigger-padding {
padding: 35px 0;
}
}
#general-section.no-padding-top {
padding-top: 0;
}
#general-section.no-padding-side {
padding: 3% 0;
}
#general-section h2.section-title.text-only {
margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
#general-section h2.section-title.text-only {
margin-bottom: 30px;
}
}
#general-section .section-description {
position: relative;
width: 100%;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
#general-section .section-description.margin-bottom {
margin-bottom: 7%;
}
#general-section .section-description h3 {
text-transform: uppercase;
margin-bottom: 30px;
margin-top: 0;
letter-spacing: 2px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#general-section .section-description h3 {
letter-spacing: 0;
}
}
#general-section .section-description p {
font-family: 'Lato-Bold';
letter-spacing: 1px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#general-section .section-description p {
letter-spacing: 0;
}
}
#general-section .section-description a {
color: #5c5c5c;
text-decoration: underline;
}
#general-section hr.career-line {
margin-top: 4%;
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
#general-section hr.career-line {
margin-top: 30px;
margin-bottom: 30px;
}
}
#general-section .career-wrapper {
position: relative;
width: 100%;
display: block;
padding-left: 3%;
padding-right: 3%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#general-section .career-wrapper {
padding-left: 0;
padding-right: 0;
}
}
#general-section .career-wrapper.detail {
padding-left: 15px;
padding-right: 15px;
}
#general-section .career-wrapper.detail h3 {
margin-bottom: 6%;
}
#general-section .career-wrapper.detail ul {
margin-bottom: 7%;
}
#general-section .career-wrapper.detail .career-detail-left {
position: relative;
float: left;
width: 42.4%;
padding-right: 4%;
}
@media screen and (max-width: 767px) {
#general-section .career-wrapper.detail .career-detail-left {
float: none;
display: block;
width: 100%;
padding-right: 0;
margin-bottom: 25px;
}
}
#general-section .career-wrapper.detail .career-detail-right {
position: relative;
float: left;
width: 57.6%;
padding-left: 4%;
}
@media screen and (max-width: 767px) {
#general-section .career-wrapper.detail .career-detail-right {
float: none;
display: block;
width: 100%;
padding-left: 0;
border-top: 1px solid #e1e1e1;
padding-top: 30px;
}
}
#general-section .career-wrapper.detail .career-detail-right:after {
content: '';
display: block;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
width: 1px;
height: 110%;
background-color: #e1e1e1;
}
@media screen and (max-width: 767px) {
#general-section .career-wrapper.detail .career-detail-right:after {
content: none;
}
}
#general-section .career-wrapper.detail .career-detail-right-inner {
position: relative;
width: 100%;
max-width: 650px;
margin-left: auto;
margin-right: auto;
}
#general-section .career-wrapper.detail .career-detail-right-inner p {
font-family: 'Lato-Bold';
margin-bottom: 5%;
font-size: 16px;
}
@media screen and (max-width: 1380px) {
#general-section .career-wrapper.detail .career-detail-right-inner p {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
#general-section .career-wrapper.detail .career-detail-right-inner p {
font-size: 13px;
}
}
#general-section .career-wrapper.detail .career-detail-right-inner button.btn-custom {
width: 100%;
}
#general-section .career-wrapper:after, #general-section .career-wrapper:before {
content: '';
display: table;
}
#general-section .career-wrapper:after {
clear: both;
}
#general-section .career-wrapper h3 {
margin-top: 0;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.4;
}
#general-section .career-wrapper p.job-description, #general-section .career-wrapper p.job-qualification {
font-family: 'Lato-Bold';
}
#general-section .career-wrapper ul {
padding-left: 40px;
}
#general-section .career-wrapper ul > li {
margin-left: -20px;
}
#general-section .career-wrapper button.btn-custom {
margin-top: 6%;
}
@media screen and (max-width: 767px) {
#general-section .career-wrapper button.btn-custom {
margin-top: 15px;
}
}
#general-section .search-result {
position: relative;
width: 100%;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
#general-section .search-result.product {
margin-bottom: 130px;
}
#general-section .search-point {
position: relative;
width: 100%;
padding: 20px;
margin-bottom: 35px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#general-section .search-point:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 1380px) {
#general-section .search-point {
margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
#general-section .search-point {
margin-bottom: 25px;
}
}
p.subtitle {
font-size: 15px;
font-family: 'Lato-Bold';
color: #232323;
}
@media screen and (max-width: 1380px) {
p.subtitle {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
p.subtitle {
font-size: 13px;
}
}
h5.subtitle {
font-size: 19px;
font-family: 'Lato-Bold';
}
@media screen and (max-width: 1380px) {
h5.subtitle {
font-size: 17px;
}
}
@media screen and (max-width: 1080px) {
h5.subtitle {
font-size: 15px;
}
}
/**************************************************/
/* END CAREER ;*/
/**************************************************/
/**************************************************/
/* PRIVACY POLICY ;*/
/**************************************************/
.privacy-policy-point {
margin-bottom: 25px;
}
.privacy-policy-point p.subtitle {
margin-bottom: 5px;
}
/**************************************************/
/* END PRIVACY POLICY ;*/
/**************************************************/
/**************************************************/
/* STOCKIST ;*/
/**************************************************/
.stockist-big-wrapper {
position: relative;
width: 100%;
margin-top: 25px;
margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
.stockist-big-wrapper {
margin-bottom: 15px;
}
}
.stockist-big {
position: relative;
width: 100%;
min-height: 100px;
}
.stockist-big:before {
content: '';
display: block;
padding-top: 52%;
}
.stockist-big-information {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
max-width: 820px;
background-color: rgba(29, 29, 29, 0.86);
padding: 30px;
}
@media screen and (max-width: 767px) {
.stockist-big-information {
position: relative;
background-color: transparent;
padding: 15px 0;
}
}
.stockist-big-information hr.stockist-big-information-line {
margin-top: 10px;
margin-bottom: 10px;
border-top-color: #767676;
}
h3.stockist-country {
position: relative;
display: inline-block;
vertical-align: bottom;
text-transform: uppercase;
margin: 0;
margin-right: 10px;
}
h4.stockist-city {
display: inline-block;
vertical-align: bottom;
margin: 0;
font-size: 2.1rem;
text-transform: uppercase;
}
h3.stockist-location {
font-family: 'Lato-Regular';
text-transform: uppercase;
letter-spacing: 2px;
font-size: 2.8rem;
color: #fff;
margin-top: 0;
}
@media screen and (max-width: 1080px) {
h3.stockist-location {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
h3.stockist-location {
font-size: 14px;
margin-top: 10px;
margin-bottom: 0;
color: initial;
}
}
.stockist-grid {
position: relative;
opacity: 1;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.stockist-grid:hover, .stockist-grid:focus, .stockist-grid.active {
opacity: 0.6 !important;
}
@media screen and (max-width: 767px) {
.stockist-grid {
margin-bottom: 20%;
}
}
.stockist-grid .stockist-image {
position: relative;
width: 100%;
min-height: 150px;
margin-top: 20px;
margin-bottom: 25px;
}
.stockist-grid .stockist-image:before {
content: '';
display: block;
padding-top: 68%;
}
@media screen and (max-width: 767px) {
.stockist-grid .stockist-image {
margin-bottom: 0;
}
}
.stockist-grid .stockist-image .content-inside {
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
}
.stockist-grid h3.stockist-country {
font-size: 21px;
}
@media screen and (max-width: 767px) {
.stockist-grid h3.stockist-country {
color: initial;
}
}
.stockist-grid h4.stockist-city {
font-size: 16px;
}
@media screen and (max-width: 767px) {
.stockist-grid h4.stockist-city {
color: initial;
}
}
.store-information-grid {
position: relative;
}
.store-information-grid h4 {
font-size: 17px;
color: #fff;
}
@media screen and (max-width: 1380px) {
.store-information-grid h4 {
font-size: 15px;
}
}
@media screen and (max-width: 1080px) {
.store-information-grid h4 {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.store-information-grid h4 {
margin-bottom: 5px;
color: initial;
}
}
.store-information-grid img.store-hours-img,
.store-information-grid img.store-phone-img,
.store-information-grid img.store-location-img {
display: inline-block;
width: 18px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
vertical-align: middle;
margin-right: 6px;
}
@media screen and (max-width: 1080px) {
.store-information-grid img.store-hours-img,
.store-information-grid img.store-phone-img,
.store-information-grid img.store-location-img {
width: 14px;
}
}
.store-information-grid img.store-location-img {
width: 14px;
}
@media screen and (max-width: 1080px) {
.store-information-grid img.store-location-img {
width: 12px;
}
}
.store-information-grid p.store-hours-text,
.store-information-grid p.store-phone-text,
.store-information-grid p.store-location-text {
position: relative;
display: inline-block;
vertical-align: middle;
width: -webkit-calc(100% - 27px);
width: calc(100% - 27px);
margin: 0;
color: #fff;
font-size: 12px;
}
@media screen and (max-width: 1080px) {
.store-information-grid p.store-hours-text,
.store-information-grid p.store-phone-text,
.store-information-grid p.store-location-text {
width: -webkit-calc(100% - 23px);
width: calc(100% - 23px);
}
}
@media screen and (max-width: 767px) {
.store-information-grid p.store-hours-text,
.store-information-grid p.store-phone-text,
.store-information-grid p.store-location-text {
color: initial;
width: 100%;
}
}
.store-information-grid p.store-location-text {
width: -webkit-calc(100% - 23px);
width: calc(100% - 23px);
}
@media screen and (max-width: 1080px) {
.store-information-grid p.store-location-text {
width: -webkit-calc(100% - 21px);
width: calc(100% - 21px);
}
}
@media screen and (max-width: 767px) {
.store-information-grid p.store-location-text {
color: initial;
width: 100%;
}
}
.store-information-grid p.store-location-text,
.store-information-grid img.store-location-img {
vertical-align: top;
}
.store-information-grid a {
color: #fff;
text-decoration: underline;
letter-spacing: 1px;
}
/**************************************************/
/* END STOCKIST ;*/
/**************************************************/
/**************************************************/
/* SHIPPING EXCHANGE ;*/
/**************************************************/
.shipping-exchange-point {
margin-bottom: 25px;
}
.shipping-exchange-point a {
color: #2632ce;
text-decoration: underline;
}
.shipping-exchange-point ul {
margin-bottom: 15px;
}
/**************************************************/
/* END SHIPPING EXCHANGE ;*/
/**************************************************/
/**************************************************/
/* TERMS CONDITION ;*/
/**************************************************/
.terms-and-conditions-point {
margin-bottom: 25px;
}
.terms-and-conditions-point .subpoint {
margin-bottom: 18px;
}
ol.nav.terms-and-conditions-nav {
padding-left: 0;
list-style: upper-roman;
}
ol.nav.terms-and-conditions-nav.affix {
top: 0;
}
@media screen and (max-width: 767px) {
ol.nav.terms-and-conditions-nav {
margin-bottom: 35px;
padding-left: 22px;
}
}
ol.nav.terms-and-conditions-nav > li {
margin-bottom: 5px;
display: list-item;
}
ol.nav.terms-and-conditions-nav > li.active a {
text-decoration: underline;
}
ol.nav.terms-and-conditions-nav > li > a {
color: #575757;
text-transform: uppercase;
font-family: 'Lato-Bold';
font-size: 16px;
-webkit-transition: color 0.4s ease;
transition: color 0.4s ease;
display: initial;
}
@media screen and (max-width: 1380px) {
ol.nav.terms-and-conditions-nav > li > a {
font-size: 15px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
ol.nav.terms-and-conditions-nav > li > a {
font-size: 14px;
}
}
ol.nav.terms-and-conditions-nav > li > a:hover, ol.nav.terms-and-conditions-nav > li > a:focus, ol.nav.terms-and-conditions-nav > li > a:active, ol.nav.terms-and-conditions-nav > li > a.active {
color: #2f2f2f;
background-color: transparent;
text-decoration: underline;
}
/**************************************************/
/* END TERMS CONDITION ;*/
/**************************************************/
/**************************************************/
/* ACCOUNT ;*/
/**************************************************/
.account-section h2.section-title {
margin-bottom: 4.5%;
}
ul.my-account-navigation {
padding-left: 0;
list-style: none;
width: 100%;
max-width: 220px;
display: block;
}
@media screen and (max-width: 767px) {
ul.my-account-navigation {
max-width: none;
margin-bottom: 45px;
margin-top: 15px;
}
}
ul.my-account-navigation > li {
border-bottom: 1px solid #ebebeb;
}
ul.my-account-navigation > li > a {
text-transform: uppercase;
color: #8b8b8b;
font-size: 17px;
letter-spacing: 1px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 14px 10px;
display: block;
}
@media screen and (max-width: 1380px) {
ul.my-account-navigation > li > a {
font-size: 15px;
}
}
@media screen and (max-width: 1280px) {
ul.my-account-navigation > li > a {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
ul.my-account-navigation > li > a {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
ul.my-account-navigation > li > a {
padding: 10px;
}
}
ul.my-account-navigation > li.active > a,
ul.my-account-navigation > li:active > a,
ul.my-account-navigation > li:hover > a,
ul.my-account-navigation > li:focus > a {
color: #393939;
font-family: 'Lato-Bold';
}
.my-account-content {
padding-left: 20px;
padding-right: 20px;
}
.my-account-content h4 {
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.my-account-content h4 {
margin-top: 0;
}
}
@media screen and (max-width: 1080px) {
.my-account-content {
padding-left: 15px;
padding-right: 15px;
}
}
@media screen and (max-width: 767px) {
.my-account-content {
padding-left: 0;
padding-right: 0;
}
}
.my-account-content.address-content p {
font-family: 'Lato-Italic';
color: #3f3f3f;
margin-bottom: 3px;
}
p.nav-address-text {
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
margin-right: 10px;
}
.nav-pills-custom {
display: inline-block;
vertical-align: middle;
}
.nav-pills-custom > li {
margin-right: 10px;
}
.nav-pills-custom > li.active > a {
background-color: #242424;
color: #fff;
}
.nav-pills-custom > li.active > a:hover, .nav-pills-custom > li.active > a:focus {
background-color: #151515;
color: #fff;
}
.nav-pills-custom > li > a {
background-color: #fff;
border-radius: 0;
border: 1px solid #d8d8d8;
font-family: 'Lato-Semibold';
color: #606060;
font-size: 13px;
padding: 10px 50px;
-webkit-transition: background-color 0.4s ease, color 0.4s ease;
transition: background-color 0.4s ease, color 0.4s ease;
text-transform: uppercase;
}
@media screen and (max-width: 1380px) {
.nav-pills-custom > li > a {
font-size: 12px;
padding: 8px 45px;
}
}
@media screen and (max-width: 1080px) {
.nav-pills-custom > li > a {
font-size: 12px;
padding: 8px 35px;
}
}
.nav-pills-custom > li > a:hover, .nav-pills-custom > li > a:focus {
background-color: #242424;
color: #fff;
}
.tab-content-custom {
padding: 3% 0;
}
@media screen and (max-width: 767px) {
.tab-content-custom {
padding: 25px 0 15px;
}
}
.tab-content-custom hr.address-line {
margin-top: 35px;
margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
.tab-content-custom hr.address-line {
margin: 20px 0;
}
}
table {
font-size: 14px;
}
@media screen and (max-width: 1380px) {
table {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
table {
font-size: 12px;
}
}
table.table-order-status.popup {
border-bottom: 1px solid #212121;
}
table.table-order-status thead > tr > th {
text-align: center;
font-size: 14px;
letter-spacing: 1px;
border-bottom-width: 1px;
border-bottom-color: #ebebeb;
vertical-align: middle;
}
@media screen and (max-width: 1280px) {
table.table-order-status thead > tr > th {
font-size: 13px;
}
}
table.table-order-status tbody > tr > td {
padding: 22px 8px;
text-align: center;
vertical-align: middle;
border-bottom-color: #ebebeb;
}
@media screen and (max-width: 767px) {
table.table-order-status tbody > tr > td {
padding: 16px 8px;
}
}
table.table-order-status tbody > tr > td.order-product {
text-align: center;
color: #0a39bd;
text-decoration: underline;
cursor: pointer;
}
table.table-order-status tbody > tr > td.order-product img {
width: 100%;
max-width: 145px;
margin: 0 auto 10px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
display: block;
border: 1px solid #e7e7e7;
}
table.table-order-status tbody > tr > td.order-number {
color: #058ae8;
cursor: pointer;
}
table.table-order-status tbody > tr > td.order-total {
font-family: 'Lato-Bold';
}
table.table-order-status tbody > tr > td.order-status.done {
color: #15ae09;
}
table.table-order-status tbody > tr > td.order-status.on-proccess {
color: #058ae8;
}
table.table-order-status tbody > tr > td.order-status.pending {
color: #ff2165;
}
table.table-order-status tbody > tr > td.order-track {
color: #058ae8;
text-decoration: underline;
}
.order-status-description {
margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
.order-status-description {
margin-bottom: 20px;
}
}
.order-status-description p {
font-size: 13px;
}
@media screen and (max-width: 1080px) {
.order-status-description p {
font-size: 12px;
}
}
.order-status-description p.title-bold {
margin-bottom: 0;
}
table.table-gift-card thead > tr > th {
text-align: center;
font-size: 14px;
letter-spacing: 1px;
border-bottom-width: 1px;
border-bottom-color: #ebebeb;
vertical-align: middle;
}
@media screen and (max-width: 1280px) {
table.table-gift-card thead > tr > th {
font-size: 13px;
}
}
table.table-gift-card tbody > tr > td {
padding: 22px 8px;
text-align: center;
vertical-align: middle;
border-bottom-color: #ebebeb;
}
table.table-gift-card tbody > tr > td.giftcard-code {
color: #058ae8;
}
table.table-gift-card tbody > tr > td.giftcard-value {
font-family: 'Lato-Bold';
}
/**************************************************/
/* END ACCOUNT ;*/
/**************************************************/
/**************************************************/
/* CART ;*/
/**************************************************/
#cart-section {
position: relative;
width: 100%;
padding: 3% 2% 7%;
}
@media screen and (max-width: 1280px) {
#cart-section {
padding: 3% 20px 7%;
}
}
@media screen and (max-width: 1080px) {
#cart-section {
padding: 3% 0 7%;
}
}
@media screen and (max-width: 767px) {
#cart-section {
padding: 35px 0;
}
}
#cart-section .cart-section-inner {
position: relative;
padding: 3% 4% 0;
padding: 3% 2.5% 0;
background-color: #fafafa;
}
@media screen and (max-width: 1380px) {
#cart-section .cart-section-inner {
padding: 13px 15px 0;
}
}
@media screen and (max-width: 767px) {
#cart-section .cart-section-inner {
padding: 0;
margin-top: 20px;
}
}
#cart-section .cart-section-inner.white {
background-color: #fff;
}
@media screen and (max-width: 1380px) {
#cart-section .cart-section-inner.white {
margin-top: 20px;
}
}
#cart-section .cart-section-inner.nopadding {
padding: 0;
}
#cart-section .cart-section-inner a {
color: #5c5c5c;
text-decoration: underline;
}
#cart-section .cart-button-action-wrapper {
position: relative;
padding: 0 4%;
margin-top: 3%;
text-align: right;
}
@media screen and (max-width: 767px) {
#cart-section .cart-button-action-wrapper {
padding: 0;
margin-top: 5px;
}
}
@media screen and (max-width: 767px) {
#cart-section .cart-button-action-wrapper button#submit-shipping-address {
margin-top: 10px;
}
}
#cart-section .cart-button-action-wrapper a + button.btn-custom,
#cart-section .cart-button-action-wrapper a + a {
margin-left: 17px;
}
@media screen and (max-width: 767px) {
#cart-section .cart-button-action-wrapper a + button.btn-custom,
#cart-section .cart-button-action-wrapper a + a {
display: block;
margin-left: 0;
margin-top: 10px;
}
}
.table-cart, .table-reviews-steps {
margin-bottom: 0;
}
.table-cart thead > tr > th, .table-reviews-steps thead > tr > th {
font-size: 16px;
letter-spacing: 1px;
border-bottom-width: 1px;
border-bottom-color: #ebebeb;
text-align: center;
padding: 8px 15px;
vertical-align: middle;
}
@media screen and (max-width: 1380px) {
.table-cart thead > tr > th, .table-reviews-steps thead > tr > th {
font-size: 14px;
}
}
@media screen and (max-width: 1280px) {
.table-cart thead > tr > th, .table-reviews-steps thead > tr > th {
font-size: 13px;
}
}
.table-cart thead > tr > th.cart-product-title, .table-reviews-steps thead > tr > th.cart-product-title {
text-align: left;
}
.table-cart tbody > tr > td, .table-reviews-steps tbody > tr > td {
padding: 22px 15px;
text-align: center;
vertical-align: middle;
border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 1480px) {
.table-cart tbody > tr > td, .table-reviews-steps tbody > tr > td {
padding: 17px 12px;
}
}
@media screen and (max-width: 1380px) {
.table-cart tbody > tr > td, .table-reviews-steps tbody > tr > td {
padding: 12px 8px;
}
}
.table-cart tbody > tr > td h4, .table-reviews-steps tbody > tr > td h4 {
font-size: 2.1rem;
font-size: 18px;
}
@media screen and (max-width: 1480px) {
.table-cart tbody > tr > td h4, .table-reviews-steps tbody > tr > td h4 {
font-size: 16px;
}
}
@media screen and (max-width: 1380px) {
.table-cart tbody > tr > td h4, .table-reviews-steps tbody > tr > td h4 {
font-size: 16px;
}
}
@media screen and (max-width: 1080px) {
.table-cart tbody > tr > td h4, .table-reviews-steps tbody > tr > td h4 {
font-size: 15px;
}
}
.cart-product {
text-align: left;
color: #0a39bd;
text-decoration: underline;
cursor: pointer;
}
.cart-product img {
width: 100%;
max-width: 120px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
display: inline-block;
vertical-align: middle;
border: 1px solid #e7e7e7;
margin-right: 15px;
}
@media screen and (max-width: 1440px) {
.cart-product img {
max-width: 100px;
}
}
@media screen and (max-width: 1380px) {
.cart-product img {
width: 95px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.cart-product img {
width: 120px;
max-width: none;
display: block;
margin-right: 0;
margin-bottom: 10px;
}
}
@media screen and (max-width: 767px) {
.cart-product img {
max-width: 100px;
margin-right: 15px;
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
}
}
.cart-product h4 {
width: -webkit-calc(100% - 135px);
width: calc(100% - 135px);
display: inline-block;
vertical-align: middle;
text-align: left;
}
@media screen and (max-width: 1440px) {
.cart-product h4 {
width: -webkit-calc(100% - 115px);
width: calc(100% - 115px);
}
}
@media screen and (max-width: 1380px) {
.cart-product h4 {
width: -webkit-calc(100% - 110px);
width: calc(100% - 110px);
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.cart-product h4 {
width: 100%;
display: block;
font-size: 17px;
}
}
@media screen and (max-width: 767px) {
.cart-product h4 {
width: -webkit-calc(100% - 115px);
width: calc(100% - 115px);
display: inline-block;
vertical-align: middle;
line-height: 1.4;
}
}
.cart-price h4 {
font-family: 'Lato-Italic';
color: #9c9c9c;
}
@media screen and (max-width: 767px) {
.cart-price h4 {
font-size: 16px;
}
}
.cart-agreement {
text-align: left !important;
border-bottom-color: transparent;
}
.cart-promo-code input.input-custom {
background-color: #F7F7F7;
border-color: #dadada;
width: 100%;
max-width: 210px;
margin: 0 auto;
}
.cart-promo-code input.input-custom::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
text-align: center;
}
.cart-promo-code input.input-custom::-moz-placeholder {
/* Firefox 19+ */
text-align: center;
}
.cart-promo-code input.input-custom:-ms-input-placeholder {
/* IE 10+ */
text-align: center;
}
.cart-promo-code input.input-custom:-moz-placeholder {
/* Firefox 18- */
text-align: center;
}
.cart-promo-code-apply {
text-align: center;
}
.cart-promo-code-apply button.btn-apply-promo-code {
background-color: #fff;
border: none;
text-decoration: underline;
color: #5c5c5c;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
border-radius: 0;
}
@media screen and (max-width: 767px) {
.cart-promo-code-apply button.btn-apply-promo-code {
font-size: 12px;
}
}
.cart-promo-code-apply button.btn-apply-promo-code:hover, .cart-promo-code-apply button.btn-apply-promo-code:focus, .cart-promo-code-apply button.btn-apply-promo-code:active, .cart-promo-code-apply button.btn-apply-promo-code.active {
background-color: #f2f2f2;
color: #5c5c5c;
outline: none;
}
.cart-empty-placeholder {
border-bottom-color: transparent;
}
.cart-subtotal h4 {
font-family: 'Lato-Bold';
color: #272727;
font-size: 18px;
font-size: 1.8rem;
}
@media screen and (max-width: 1080px) {
.cart-subtotal h4 {
font-size: 13px;
}
}
.cart-total h4 {
color: #464646;
font-family: 'Lato-Italic';
font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
.cart-total h4 {
font-size: 18px;
}
}
.cart-mobile {
position: relative;
display: none;
}
@media screen and (max-width: 767px) {
.cart-mobile {
display: block;
}
}
.cart-mobile .cart-mobile-product {
position: relative;
background-color: #fafafa;
padding: 8px;
margin-bottom: 20px;
}
.cart-mobile .cart-mobile-section {
margin-bottom: 25px;
margin-bottom: 15px;
}
.cart-mobile .cart-mobile-section.bottom-small {
margin-bottom: 15px;
}
.cart-mobile .cart-mobile-section h4 {
font-size: 16px;
}
.cart-mobile .cart-mobile-section .cart-mobile-section-title {
border-bottom: 1px solid #ebebeb;
padding: 8px 15px;
margin-bottom: 15px;
}
.cart-mobile .cart-mobile-section .cart-mobile-section-title p {
letter-spacing: 1px;
color: #272727;
font-size: 13px;
font-family: 'Lato-Bold';
margin-bottom: 0;
}
.cart-mobile .cart-mobile-section .cart-mobile-section-content {
position: relative;
padding: 0 15px;
}
.cart-mobile .cart-mobile-section .cart-mobile-section-content p {
margin-bottom: 0;
}
.cart-content {
position: relative;
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
@media screen and (max-width: 767px) {
.cart-content {
padding-left: 0;
padding-right: 0;
}
}
@media screen and (max-width: 767px) {
.cart-content.margin-bottom-mobile {
margin-bottom: 20px;
}
}
.cart-content .checkbox-wrapper {
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 40px;
margin-bottom: 10px;
}
.cart-content button.btn-customize-message {
margin-top: 12px;
}
@media screen and (max-width: 767px) {
.cart-content button#cart-shipping-remove-message-button {
margin-left: 0;
}
}
.cart-content h4 {
margin: 0;
font-size: 16px;
}
@media screen and (max-width: 767px) {
.cart-content h4 {
font-size: 15px;
}
}
.giftcard-custom {
position: relative;
width: 100%;
max-width: 400px;
margin-left: auto;
border-radius: 10px;
border: 1px solid #e7e7e7;
padding: 30px 25px;
text-align: center;
}
@media screen and (max-width: 767px) {
.giftcard-custom {
margin-top: 30px;
}
}
.giftcard-custom img.giftcard-custom-image {
display: block;
position: relative;
width: 100%;
max-width: 240px;
margin-left: auto;
margin-right: auto;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin-bottom: 18px;
}
.giftcard-custom h3 {
font-family: 'Liar-Script';
color: rgba(75, 74, 74, 0.66);
margin: 0;
font-size: 3.3rem;
line-height: 1.6;
}
span.new-address-button {
margin-left: 10px;
}
@media screen and (max-width: 767px) {
span.new-address-button {
margin-left: 0;
margin-top: 10px;
}
}
/**************************************************/
/* CART END ;*/
/**************************************************/
/**************************************************/
/* SHIPPING ;*/
/**************************************************/
ul.shipping-steps {
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
ul.shipping-steps {
list-style-type: none;
white-space: nowrap;
overflow-x: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
}
}
ul.shipping-steps li {
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
color: #b0b0b0;
margin-left: 25px;
margin-right: 25px;
}
@media screen and (max-width: 991px) {
ul.shipping-steps li {
margin-left: 15px;
margin-right: 15px;
}
}
@media screen and (max-width: 767px) {
ul.shipping-steps li {
margin-right: 0;
}
}
ul.shipping-steps li.active {
color: #000000;
}
ul.shipping-steps li.active .shipping-steps-number-wrapper {
border-color: #000000;
}
ul.shipping-steps li .shipping-steps-number-wrapper {
position: relative;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid #b0b0b0;
display: inline-block;
vertical-align: middle;
text-align: center;
margin-right: 15px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
ul.shipping-steps li .shipping-steps-number-wrapper {
margin-right: 8px;
}
}
ul.shipping-steps li .shipping-steps-number-wrapper .shipping-steps-number {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
ul.shipping-steps li .shipping-steps-text {
position: relative;
display: inline-block;
vertical-align: middle;
font-family: 'Montserrat-Regular';
font-size: 2.3rem;
}
@media screen and (max-width: 991px) {
ul.shipping-steps li .shipping-steps-text {
font-size: 15px;
}
}
hr.shipping-steps-line {
margin-top: 2.5%;
margin-bottom: 2.5%;
border-top-color: #ebebeb;
}
@media screen and (max-width: 767px) {
hr.shipping-steps-line {
display: none;
}
}
/**************************************************/
/* SHIPPING END ;*/
/**************************************************/
/**************************************************/
/* REVIEWS ;*/
/**************************************************/
.table-reviews-steps thead > tr > th {
text-align: left;
vertical-align: middle;
}
.table-reviews-steps thead > tr > th.reviews-steps-price {
text-align: center;
}
.table-reviews-steps tbody > tr > td {
text-align: left;
}
.table-reviews-steps tbody > tr > td.reviews-steps-price {
text-align: center;
}
.table-reviews-steps tbody > tr > td.reviews-steps-price h4 {
font-family: 'Lato-Italic';
color: #9c9c9c;
}
.table-reviews-steps tbody > tr > td.cart-total {
text-align: center;
}
.table-reviews-steps tbody > tr > td p {
margin-bottom: 5px;
}
/**************************************************/
/* REVIEWS END ;*/
/**************************************************/
/**************************************************/
/* PAYMENT ;*/
/**************************************************/
.nav-tabs-custom {
margin-top: 25px;
}
.nav-tabs-custom.small > li > a {
padding: 5px 8px;
font-size: 12px;
color: #5c5c5c;
}
.nav-tabs-custom > li.active > a, .nav-tabs-custom > li.active > a:hover, .nav-tabs-custom > li.active > a:focus {
color: #272727;
}
.nav-tabs-custom > li > a {
border-radius: 0;
font-family: 'Lato-Regular';
text-transform: uppercase;
color: #969696;
font-size: 13px;
padding: 12px 20px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.nav-tabs-custom > li > a {
padding: 8px 14px;
}
}
@media screen and (min-width: 768px) {
.nav-tabs-custom > li > a:hover, .nav-tabs-custom > li > a:focus {
background-color: #242424;
color: #fff;
}
}
.tab-content-payment {
padding: 3% 0;
}
@media screen and (max-width: 767px) {
.tab-content-payment {
padding: 20px 0;
}
}
.tab-content-payment h4 {
font-family: 'Lato-Regular';
font-size: 2.1rem;
margin-bottom: 0;
}
.tab-content-payment img.bank-trasfer-logo,
.tab-content-payment img.credit-card-logo {
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 25px;
width: 100%;
max-width: 135px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
margin-top: 30px;
margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.tab-content-payment img.bank-trasfer-logo,
.tab-content-payment img.credit-card-logo {
margin-right: 0;
}
}
.tab-content-payment img.credit-card-logo {
max-width: 370px;
margin-top: 10px;
}
.tab-content-payment h4.bank-transfer-info {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
text-transform: uppercase;
font-style: italic;
font-family: 'Lato-LightItalic';
}
@media screen and (max-width: 767px) {
.tab-content-payment h4.bank-transfer-info {
display: block;
margin-bottom: 20px;
}
}
.tab-content-payment h4.bank-transfer-info span {
font-family: 'Lato-BoldItalic';
}
.checkbox-billing-address-wrapper {
position: relative;
margin-bottom: 25px;
}
hr.payment-bottom-line {
margin: 0;
}
@media screen and (max-width: 767px) {
hr.payment-bottom-line {
margin-bottom: 25px;
}
}
/**************************************************/
/* PAYMENT END ;*/
/**************************************************/
/**************************************************/
/* CONFIRMATION ;*/
/**************************************************/
.cart-confirmation-image {
position: relative;
width: 100%;
min-height: 450px;
}
.cart-confirmation-image:before {
content: '';
display: block;
padding-top: 90%;
}
@media screen and (max-width: 767px) {
.cart-confirmation-image {
min-height: 100px;
}
}
.cart-confirmation-content {
position: relative;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
padding: 0 5%;
}
.cart-confirmation-content .cart-confirmation-content-inner {
position: relative;
width: 100%;
text-align: center;
}
.cart-confirmation-content .cart-confirmation-content-inner h2 {
text-transform: uppercase;
font-size: 4rem;
}
@media screen and (max-width: 1080px) {
.cart-confirmation-content .cart-confirmation-content-inner h2 {
font-size: 3.5rem;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.cart-confirmation-content .cart-confirmation-content-inner h2 {
font-size: 21px;
line-height: 1.2;
}
}
@media screen and (max-width: 767px) {
.cart-confirmation-content .cart-confirmation-content-inner h2 {
font-size: 20px;
line-height: 1.2;
letter-spacing: 1px;
}
}
.cart-confirmation-content .cart-confirmation-content-inner hr {
margin: 5% 0;
width: 80%;
margin-left: auto;
margin-right: auto;
border-top-color: #e1e1e1;
}
@media screen and (max-width: 767px) {
.cart-confirmation-content .cart-confirmation-content-inner hr {
width: 100%;
margin: 20px 0;
}
}
.cart-confirmation-content .cart-confirmation-content-inner p {
margin-bottom: 5px;
}
.cart-confirmation-content .cart-confirmation-content-inner a {
color: #0b5db0;
text-decoration: underline;
}
.cart-confirmation-content .cart-confirmation-content-inner button.btn-custom {
margin-top: 6%;
}
@media screen and (max-width: 767px) {
.cart-confirmation-content .cart-confirmation-content-inner button.btn-custom {
margin-top: 35px;
}
}
/**************************************************/
/* CONFIRMATION END ;*/
/**************************************************/
/**************************************************/
/* CONTACT US ;*/
/**************************************************/
ul.contact-us-info-list {
list-style: none;
padding-left: 0;
margin-top: 8%;
}
@media screen and (max-width: 767px) {
ul.contact-us-info-list {
margin-top: 30px;
margin-bottom: 35px;
}
}
ul.contact-us-info-list li {
margin-bottom: 6px;
}
ul.contact-us-info-list li img {
display: inline-block;
vertical-align: middle;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
width: 18px;
margin-right: 10px;
}
ul.contact-us-info-list li img.info-list-mail {
width: 22px;
}
ul.contact-us-info-list li img.info-list-phone {
width: 18px;
}
ul.contact-us-info-list li img.info-list-open-hours {
width: 18px;
}
ul.contact-us-info-list p {
display: inline-block;
vertical-align: middle;
margin: 0;
width: -webkit-calc(100% - 32px);
width: calc(100% - 32px);
}
.form-group-custom {
position: relative;
margin-bottom: 25px;
}
@media screen and (max-width: 1380px) {
.form-group-custom {
margin-bottom: 18px;
}
}
@media screen and (max-width: 1080px) {
.form-group-custom {
margin-bottom: 16px;
}
}
@media screen and (max-width: 767px) {
.form-group-custom {
margin-bottom: 10px;
}
}
.form-group-custom.no-margin {
margin-bottom: 0;
}
.form-group-custom label {
text-transform: uppercase;
color: #5c5c5c;
letter-spacing: 1px;
font-weight: normal;
font-size: 13px;
}
@media screen and (max-width: 1380px) {
.form-group-custom label {
font-size: 12px;
}
}
.form-group-custom.label-only {
margin-bottom: 0;
}
input.input-custom,
textarea.input-custom,
select.input-custom {
border-radius: 0;
border-color: #d9d9d9;
outline: none;
box-shadow: none;
-webkit-transition: border-color 0.4s ease;
transition: border-color 0.4s ease;
font-size: 12px;
height: 42px;
padding: 10px 16px;
color: #5c5c5c;
line-height: 1.3333333;
}
input.input-custom.noborder-top,
textarea.input-custom.noborder-top,
select.input-custom.noborder-top {
border-top: none;
}
input.input-custom option[value=""][disabled],
textarea.input-custom option[value=""][disabled],
select.input-custom option[value=""][disabled] {
display: none;
}
input.input-custom ::-webkit-input-placeholder,
textarea.input-custom ::-webkit-input-placeholder,
select.input-custom ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #5c5c5c;
font-style: icic;
}
input.input-custom ::-moz-placeholder,
textarea.input-custom ::-moz-placeholder,
select.input-custom ::-moz-placeholder {
/* Firefox 19+ */
color: #5c5c5c;
font-style: italic;
}
input.input-custom :-ms-input-placeholder,
textarea.input-custom :-ms-input-placeholder,
select.input-custom :-ms-input-placeholder {
/* IE 10+ */
color: #5c5c5c;
font-style: italic;
}
input.input-custom :-moz-placeholder,
textarea.input-custom :-moz-placeholder,
select.input-custom :-moz-placeholder {
/* Firefox 18- */
color: #5c5c5c;
font-style: italic;
}
@media screen and (max-width: 1380px) {
input.input-custom,
textarea.input-custom,
select.input-custom {
height: 34px;
padding: 6px 12px;
line-height: 1.42857143;
}
}
@media screen and (max-width: 1080px) {
input.input-custom,
textarea.input-custom,
select.input-custom {
font-size: 11px;
}
}
input.input-custom:focus, input.input-custom:active,
input.input-custom .active,
textarea.input-custom:focus,
textarea.input-custom:active,
textarea.input-custom .active,
select.input-custom:focus,
select.input-custom:active,
select.input-custom .active {
outline: none;
box-shadow: none;
border-color: #b7b3b3;
}
textarea.input-custom {
height: auto;
}
.input-group-search {
margin-top: 25px;
}
.input-group-search button.btn-custom {
font-size: 14px;
padding: 6px 15px;
}
/**************************************************/
/* CONTACT US END ;*/
/**************************************************/
/**************************************************/
/* FOOTER ;*/
/**************************************************/
#footer {
position: relative;
width: 100%;
padding: 3% 7% 2%;
background-color: #fff;
box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 1380px) {
#footer {
padding: 3% 5% 2%;
}
}
@media screen and (max-width: 1280px) {
#footer {
padding: 3% 25px 2.5%;
}
}
@media screen and (max-width: 1080px) {
#footer {
padding: 3% 15px 2.5%;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#footer {
padding: 3% 0 0;
}
}
@media screen and (max-width: 767px) {
#footer {
padding: 15px 0 10px;
}
}
#footer .footer-inner {
position: relative;
width: 100%;
max-width: 1300px;
margin: 0 auto;
}
#footer .footer-inner h5 {
margin-bottom: 13px;
text-transform: uppercase;
}
#footer .footer-inner p {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
font-size: 13px;
color: #5c5c5c;
}
@media screen and (max-width: 1080px) {
#footer .footer-inner p {
font-size: 12px;
}
}
#footer .footer-inner li {
margin-bottom: 5px;
}
#footer .footer-inner li p {
font-size: 13px;
color: #5c5c5c !important;
}
@media screen and (max-width: 1380px) {
#footer .footer-inner li p {
font-size: 12px;
}
}
#footer .footer-inner ul.footer-contact-list {
padding-left: 0;
list-style: none;
list-style-position: inside;
}
#footer .footer-inner ul.footer-contact-list img.footer-contact-icon {
position: relative;
display: inline-block;
vertical-align: top;
width: 18px;
margin-right: 10px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#footer .footer-inner ul.footer-contact-list p {
display: inline-block;
vertical-align: top;
width: -webkit-calc(100% - 28px);
width: calc(100% - 28px);
}
#footer .footer-inner .input-group-subscribe {
width: 80%;
}
@media screen and (max-width: 1080px) {
#footer .footer-inner .input-group-subscribe {
width: 100%;
}
}
#footer .footer-inner .input-group-subscribe input {
border-radius: 0;
background-color: #f6f6f6;
color: #858585;
font-family: 'Lato-Regular';
box-shadow: none;
outline: none;
border: none;
font-size: 12px;
height: 46px;
padding: 10px 16px;
line-height: 1.3333333;
}
#footer .footer-inner .input-group-subscribe input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
font-style: italic;
color: #858585;
}
#footer .footer-inner .input-group-subscribe input ::-moz-placeholder {
/* Firefox 19+ */
font-style: italic;
color: #858585;
}
#footer .footer-inner .input-group-subscribe input :-ms-input-placeholder {
/* IE 10+ */
font-style: italic;
color: #858585;
}
#footer .footer-inner .input-group-subscribe input :-moz-placeholder {
/* Firefox 18- */
font-style: italic;
color: #858585;
}
@media screen and (max-width: 1380px) {
#footer .footer-inner .input-group-subscribe input {
height: 34px;
line-height: 1.42857143;
padding: 6px 12px;
}
}
#footer .footer-inner .input-group-subscribe input:focus, #footer .footer-inner .input-group-subscribe input:active {
outline: none;
border: none;
box-shadow: none;
background-color: #f4f4f4;
}
#footer .footer-inner .input-group-subscribe button {
border-radius: 0;
border: none;
background-color: #f6f6f6;
padding: 18px 16px;
}
@media screen and (max-width: 1380px) {
#footer .footer-inner .input-group-subscribe button {
padding: 12px 12px;
}
}
#footer .footer-inner .input-group-subscribe button:focus, #footer .footer-inner .input-group-subscribe button:active {
border: none;
outline: none;
}
#footer .footer-inner .input-group-subscribe button img.arrow-next {
position: relative;
display: block;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
height: 10px;
}
@media screen and (max-width: 1380px) {
#footer .footer-inner .input-group-subscribe button img.arrow-next {
height: 8px;
}
}
#footer .footer-inner ul.footer-links {
position: relative;
list-style: none;
padding-left: 0;
width: 100%;
max-width: 1080px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
#footer .footer-inner ul.footer-links:before, #footer .footer-inner ul.footer-links:after {
content: '';
display: table;
}
#footer .footer-inner ul.footer-links:after {
clear: both;
}
#footer .footer-inner ul.footer-links > li {
position: relative;
font-size: 15px;
text-align: center;
margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
#footer .footer-inner ul.footer-links > li {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
#footer .footer-inner ul.footer-links > li {
margin-bottom: 12px;
}
}
#footer .footer-inner ul.footer-links > li > a {
font-family: 'Montserrat-Regular';
color: #565656;
text-transform: uppercase;
}
#footer hr {
margin-top: 2%;
margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
#footer hr {
margin-top: 25px;
margin-bottom: 25px;
}
}
ul.footer-social-media-wrapper {
position: relative;
list-style: none;
padding-left: 0;
}
ul.footer-social-media-wrapper.inline {
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
}
ul.footer-social-media-wrapper:before, ul.footer-social-media-wrapper:after {
content: '';
display: table;
}
ul.footer-social-media-wrapper:after {
clear: both;
}
ul.footer-social-media-wrapper li {
float: left;
margin-right: 6px;
}
ul.footer-social-media-wrapper li .footer-social-media-box {
position: relative;
border: 1px solid #565656;
font-size: 1.2em;
padding: 2px 4px;
overflow: hidden;
}
ul.footer-social-media-wrapper li .footer-social-media-box:hover .fa, ul.footer-social-media-wrapper li .footer-social-media-box:focus .fa, ul.footer-social-media-wrapper li .footer-social-media-box:active .fa {
color: #fff;
}
ul.footer-social-media-wrapper li .footer-social-media-box:hover:before, ul.footer-social-media-wrapper li .footer-social-media-box:focus:before, ul.footer-social-media-wrapper li .footer-social-media-box:active:before {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
ul.footer-social-media-wrapper li .footer-social-media-box:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #565656;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
z-index: 0;
}
ul.footer-social-media-wrapper li .footer-social-media-box .fa {
position: relative;
color: #565656;
z-index: 1;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
#footer-copyright {
position: relative;
width: 100%;
padding: 10px 5%;
background-color: #212121;
}
@media screen and (max-width: 767px) {
#footer-copyright {
padding: 10px 0;
}
}
#footer-copyright p {
color: #fff;
font-size: 11px;
margin: 0;
letter-spacing: 1px;
}
@media screen and (max-width: 1080px) {
#footer-copyright p {
font-size: 10px;
}
}
@media screen and (min-width: 768px) {
.col-sm-20 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
float: left;
width: 20%;
}
}
/**************************************************/
/* END FOOTER ;*/
/**************************************************/
/**************************************************/
/* TINY SLIDER ;*/
/**************************************************/
.tns-outer {
padding: 0 !important;
}
.tns-outer [hidden] {
display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
cursor: pointer;
}
.tns-outer.ms-touch {
overflow-x: scroll;
overflow-y: hidden;
-ms-overflow-style: none;
-ms-scroll-chaining: none;
-ms-scroll-snap-type: mandatory;
-ms-scroll-snap-points-x: snapInterval(0%, 100%);
}
.tns-slider {
-webkit-transition: all 0s;
-moz-transition: all 0s;
transition: all 0s;
}
.tns-slider > .tns-item {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
display: inline-block;
vertical-align: top;
white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
content: '';
display: table;
clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
float: left;
margin-right: -100%;
}
.tns-no-calc {
position: relative;
left: 0;
}
.tns-gallery {
position: relative;
left: 0;
min-height: 1px;
}
.tns-gallery > .tns-item {
position: absolute;
left: -100%;
-webkit-transition: transform 0s, opacity 0s;
-moz-transition: transform 0s, opacity 0s;
-webkit-transition: opacity 0s, -webkit-transform 0s;
transition: opacity 0s, -webkit-transform 0s;
transition: transform 0s, opacity 0s;
transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
.tns-gallery > .tns-moving {
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
.tns-lazy-img {
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
transition: opacity 0.6s;
opacity: 0.6;
}
.tns-lazy-img.loaded {
opacity: 1;
}
.tns-ah {
-webkit-transition: height 0s;
-moz-transition: height 0s;
transition: height 0s;
}
.tns-ovh {
overflow: hidden;
}
.tns-hdx {
overflow-x: hidden;
}
.tns-hdy {
overflow-y: hidden;
}
.tns-visually-hidden {
position: absolute;
left: -10000em;
}
.tns-transparent {
opacity: 0;
visibility: hidden;
}
.tns-fadeIn {
opacity: 1;
filter: alpha(opacity=100);
z-index: 0;
}
.tns-normal,
.tns-fadeOut {
opacity: 0;
filter: alpha(opacity=0);
z-index: -1;
}
/**************************************************/
/* TINY SLIDER END ;*/
/**************************************************/
/**************************************************/
/* RESPONSIVE GALLERY ;*/
/**************************************************/
/*responsiv 3D gallery*/
.responsiveGallery-container {
width: 100%;
position: relative;
overflow: hidden;
}
.responsiveGallery-btn {
position: absolute;
top: 0;
z-index: 3;
display: block;
width: 5%;
height: 100%;
}
.responsiveGallery-btn_prev {
background: url(images/arrow-left.png) center center no-repeat;
left: 1%;
}
.responsiveGallery-btn_next {
background: url(images/arrow-right.png) center center no-repeat;
right: 1%;
}
.responsiveGallery-wrapper {
position: relative;
width: 90%;
width: 100%;
margin: 0 auto;
padding-top: 39%;
margin-top: 8%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
-o-perspective: 1000px;
-ms-perspective: 1000px;
perspective: 1000px;
}
.responsiveGallery-item {
position: absolute;
left: 0;
top: 0;
z-index: 0;
display: block;
width: 33.33333%;
opacity: 0;
visibility: hidden;
}
.responsiveGallery-item .gambar {
position: relative;
width: 100%;
min-height: 100px;
position: relative;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
height: auto;
margin-left: 50%;
margin-top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.responsiveGallery-item .gambar:before {
content: '';
display: block;
padding-top: 66%;
}
@media (max-width: 1000px) {
.responsiveGallery-item {
width: 33.33%;
/*此宽度下显示3个*/
}
}
.responsivGallery-link {
display: block;
width: 100%;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.responsivGallery-pic {
width: 100%;
height: auto;
}
.w-responsivGallery-info {
width: 80%;
margin: 0 auto;
padding-top: 5%;
text-align: center;
color: #fff;
}
.responsivGallery-name {
font-size: 1.25em;
}
.responsivGallery-position {
padding-top: 4%;
font-size: 0.875em;
line-height: 1.3;
}
/**************************************************/
/* END RESPONSIVE GALLERY ;*/
/**************************************************/
/**************************************************/
/* UTILITY CLASSES ;*/
/**************************************************/
.error {
color: red;
display: none;
}
.column-relative {
position: relative;
}
[data-animate] {
opacity: 0;
}
.no-csstransitions [data-animate], .no-cssanimations [data-animate] {
opacity: 1;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
}
.translateUp {
-webkit-animation-name: translateUp;
animation-name: translateUp;
}
@-webkit-keyframes translateUp {
from {
opacity: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes translateUp {
from {
opacity: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.translateUpText {
-webkit-animation-name: translateUpText;
animation-name: translateUpText;
}
@-webkit-keyframes translateUpText {
from {
opacity: 0;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes translateUpText {
from {
opacity: 0;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.scaleUp {
-webkit-animation-name: scaleUp;
animation-name: scaleUp;
}
@-webkit-keyframes scaleUp {
0% {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
}
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
opacity: 1;
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
@keyframes scaleUp {
0% {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
}
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
opacity: 1;
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
.row-scroll {
margin-top: 16%;
margin-bottom: 12%;
}
@media screen and (max-width: 767px) {
.row-scroll {
margin-top: 0;
}
}
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-20 {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-20 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-20 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-20 {
width: 20%;
float: left;
}
}
.col-xs-60,
.col-sm-60,
.col-md-60,
.col-lg-60 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-60 {
width: 60%;
float: left;
}
@media (min-width: 768px) {
.col-sm-60 {
width: 60%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-60 {
width: 60%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-60 {
width: 60%;
float: left;
}
}
.content-inside {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-size: cover;
background-position: center center;
/* background-color: #fafafa;*/
background-repeat: no-repeat;
width: 100%;
overflow: hidden;
image-rendering: -webkit-optimize-contrast;
}
.no-padding {
padding-left: 0;
padding-right: 0;
}
@media screen and (max-width: 767px) {
.no-padding-mobile {
padding-left: 0;
padding-right: 0;
}
}
@media screen and (min-width: 768px) {
.no-padding-tablet {
padding-left: 0;
padding-right: 0;
}
}
@media screen and (min-width: 769px) {
.no-padding-desktop {
padding-left: 0;
padding-right: 0;
}
}
.no-padding-right {
padding-right: 0;
}
@media screen and (min-width: 768px) {
.no-padding-right-tablet {
padding-right: 0;
}
}
.no-padding-left {
padding-left: 0;
}
@media screen and (min-width: 768px) {
.no-padding-right-tablet {
padding-right: 0;
}
.no-padding-left-tablet {
padding-left: 0;
}
}
.v-center {
display: inline-block;
vertical-align: middle;
float: none;
}
.v-bottom {
display: inline-block;
vertical-align: bottom;
float: none;
}
@media screen and (min-width: 768px) {
.v-center-tablet {
display: inline-block;
vertical-align: middle;
float: none;
}
.v-bottom-tablet {
display: inline-block;
vertical-align: bottom;
float: none;
}
}
@media screen and (min-width: 993px) {
.v-center-desktop {
display: inline-block;
vertical-align: middle;
float: none;
}
.v-bottom-desktop {
display: inline-block;
vertical-align: bottom;
float: none;
}
}
@media screen and (min-width: 768px) {
.row-same-height {
overflow: hidden;
}
.row-same-height [class*="col-"] {
margin-bottom: -99999px;
padding-bottom: 99999px;
}
}
@media screen and (min-width: 768px) {
.list-centered {
display: table;
margin: 0 auto;
}
}
.row-eq-height {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
@media screen and (min-width: 768px) {
.row-eq-height-tablet {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
@media screen and (min-width: 992px) {
.row-eq-height-desktop {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
.no-flexbox .row-eq-height,
.no-flexbox .row-eq-height-desktop {
display: table;
width: 100%;
}
.no-flexbox .row-eq-height [class*="col-"],
.no-flexbox .row-eq-height-desktop [class*="col-"] {
float: none;
display: table-cell;
vertical-align: middle;
}
@media screen and (max-width: 767px) {
.text-left-mobile {
text-align: left;
}
}
.margin-top-3 {
margin-top: 3%;
}
.margin-top-4 {
margin-top: 4%;
}
.margin-top-5 {
margin-top: 5%;
}
.margin-top-6 {
margin-top: 6%;
}
.margin-top-7 {
margin-top: 7%;
}
@media screen and (max-width: 767px) {
.margin-top-7 {
margin-top: 40px;
}
}
.margin-top-8 {
margin-top: 8%;
}
.margin-top-10 {
margin-top: 10%;
}
@media screen and (max-width: 767px) {
.margin-top-10-mobile {
margin-top: 10%;
}
}
.margin-top-12 {
margin-top: 12%;
}
.margin-top-20 {
margin-top: 20%;
}
@media screen and (max-width: 767px) {
.margin-top-20-mobile {
margin-top: 20%;
}
}
@media screen and (max-width: 767px) {
.margin-top-15-mobile {
margin-top: 15px;
}
}
@media screen and (max-width: 767px) {
.margin-top-25-mobile {
margin-top: 25px;
}
}
@media screen and (max-width: 767px) {
.btn-full-mobile {
width: 100%;
}
}
.margin-none {
margin: 0;
}
.margin-bottom-5 {
margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
.no-margin-left-mobile {
margin-left: 0 !important;
margin-top: 15px;
}
}
@media screen and (max-width: 767px) {
.no-margin-top-mobile {
margin-top: 0;
}
}
.visibility-hidden {
visibility: hidden;
}
@media screen and (max-width: 767px) {
.padding-left-mobile {
padding-left: 7px;
}
}
@media screen and (max-width: 767px) {
.padding-right-mobile {
padding-right: 7px;
}
}
/**************************************************/
/* UTILITY CLASSES END ;*/
/**************************************************/
|
assets/css/style.css
|
@charset "UTF-8";
@import url(../../assets/plugin/bootstrap/css/bootstrap.css);
@font-face {
font-family: 'Lato-Bold';
src: url("../fonts/hinted-Lato-Bold.eot");
src: url("../fonts/hinted-Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-Bold.woff") format("woff"), url("../fonts/hinted-Lato-Bold.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Regular';
src: url("../fonts/hinted-Lato-Regular.eot");
src: url("../fonts/hinted-Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-Regular.woff") format("woff"), url("../fonts/hinted-Lato-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Italic';
src: url("../fonts/hinted-Lato-Italic.eot");
src: url("../fonts/hinted-Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-Italic.woff") format("woff"), url("../fonts/hinted-Lato-Italic.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-BoldItalic';
src: url("../fonts/hinted-Lato-BoldItalic.eot");
src: url("../fonts/hinted-Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-BoldItalic.woff") format("woff"), url("../fonts/hinted-Lato-BoldItalic.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-LightItalic';
src: url("../fonts/hinted-Lato-LightItalic.eot");
src: url("../fonts/hinted-Lato-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-LightItalic.woff") format("woff"), url("../fonts/hinted-Lato-LightItalic.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Semibold';
src: url("../fonts/hinted-Lato-Semibold.eot");
src: url("../fonts/hinted-Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-Semibold.woff") format("woff"), url("../fonts/hinted-Lato-Semibold.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Liar-Script';
src: url("../fonts/hinted-LiarScript.eot");
src: url("../fonts/hinted-LiarScript.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-LiarScript.woff") format("woff"), url("../fonts/hinted-LiarScript.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Montserrat-Regular';
src: url("../fonts/hinted-Montserrat-Regular.eot");
src: url("../fonts/hinted-Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Montserrat-Regular.woff") format("woff"), url("../fonts/hinted-Montserrat-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
html {
font-size: 62.5%;
height: 100%;
}
@media screen and (min-width: 1780px) and (max-width: 1919px) {
html {
font-size: 58%;
}
}
@media screen and (min-width: 1680px) and (max-width: 1779px) {
html {
font-size: 55%;
}
}
@media screen and (min-width: 1580px) and (max-width: 1679px) {
html {
font-size: 52%;
}
}
@media screen and (min-width: 1480px) and (max-width: 1579px) {
html {
font-size: 50%;
}
}
@media screen and (max-width: 1479px) {
html {
font-size: 48%;
}
}
body {
font-family: 'Lato-Regular';
position: relative;
width: 100%;
height: 100%;
background-color: #fff;
font-size: 14px;
font-size: 1.4rem;
overflow-x: hidden;
}
@media screen and (max-width: 767px) {
body {
padding-top: 50px;
}
}
h1 {
font-size: 80px;
font-size: 8rem;
margin: 0;
}
@media screen and (max-width: 1080px) {
h1 {
font-size: 50px;
}
}
@media screen and (max-width: 767px) {
h1 {
font-size: 40px;
}
}
h2 {
font-size: 50px;
font-size: 5rem;
letter-spacing: 3px;
}
@media screen and (max-width: 1080px) {
h2 {
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
h2 {
font-size: 26px;
}
}
h3 {
font-size: 30px;
font-size: 3rem;
}
@media screen and (max-width: 767px) {
h3 {
font-size: 22px;
}
}
h4 {
font-size: 23px;
font-size: 2.3rem;
}
@media screen and (max-width: 1380px) {
h4 {
font-size: 18px;
}
}
@media screen and (max-width: 1080px) {
h4 {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
h4 {
font-size: 19px;
}
}
h5 {
font-size: 19px;
font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
h5 {
font-size: 15px;
}
}
h6 {
font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat-Regular';
line-height: 1;
color: #232323;
}
p, li {
font-size: 14px;
line-height: 1.6;
color: #5c5c5c;
font-family: 'Lato-Regular';
}
@media screen and (max-width: 1440px) {
p, li {
font-size: 14px;
}
}
@media screen and (max-width: 1380px) {
p, li {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
p, li {
font-size: 12px;
}
}
.montserrat {
font-family: 'Montserrat-Regular' !important;
}
.title-bold {
font-family: 'Lato-Bold';
}
.sub-heading {
font-family: 'Lato-Bold';
font-size: 15px;
}
@media screen and (max-width: 767px) {
.sub-heading {
font-size: 13px;
}
}
/* =========================
GENERAL STYLES
=========================*/
*, *:before, *:after {
box-sizing: border-box;
border: none;
}
a {
font-size: 14px;
}
@media screen and (max-width: 1380px) {
a {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
a {
font-size: 12px;
}
}
a:link,
a:visited,
a:active {
color: #fff;
pointer-events: auto;
text-decoration: none;
}
a:link:hover,
a:visited:hover,
a:active:hover {
color: #dbdbdb;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
button:focus, button:active {
outline: none !important;
}
/**************************************************/
/* HOME ;*/
/**************************************************/
.promo-banner {
position: relative;
width: 100%;
background-color: #242424;
padding: 5px 15px;
text-align: center;
}
.promo-banner p {
margin: 0;
color: #fff;
font-size: 13px;
letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.promo-banner p {
font-size: 12px;
}
}
#navigation {
position: relative;
width: 100%;
background-color: #fff;
padding-top: 21px;
}
@media screen and (max-width: 1480px) {
#navigation {
padding-top: 19px;
}
}
@media screen and (max-width: 1380px) {
#navigation {
padding-top: 16px;
}
}
@media screen and (max-width: 767px) {
#navigation {
padding: 10px 0;
position: fixed;
top: 0;
left: 0;
z-index: 3;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
}
#navigation .navigation-inner {
position: relative;
width: 100%;
}
#navigation .nav-logo {
position: relative;
text-align: center;
}
#navigation .nav-logo .nav-logo-inner {
position: relative;
width: 100%;
}
@media screen and (max-width: 767px) {
#navigation .nav-logo .nav-logo-inner .visible-xs {
display: inline-block !important;
}
}
#navigation .nav-logo .nav-top-left {
position: absolute;
top: 0;
left: 25px;
}
@media screen and (max-width: 1380px) {
#navigation .nav-logo .nav-top-left {
left: 15px;
}
}
@media screen and (max-width: 767px) {
#navigation .nav-logo .nav-top-left {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 10px;
}
}
#navigation .nav-logo .nav-top-left ul {
position: relative;
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
#navigation .nav-logo .nav-top-left ul {
display: none;
}
}
#navigation .nav-logo .nav-top-left ul li {
position: relative;
display: inline-block;
vertical-align: middle;
padding: 0 10px;
}
#navigation .nav-logo .nav-top-left ul li:first-child {
padding-left: 0;
}
#navigation .nav-logo .nav-top-left ul li:last-child {
padding-right: 0;
}
#navigation .nav-logo .nav-top-left ul li:after {
content: '';
display: block;
position: absolute;
left: 100%;
top: 50%;
width: 1px;
height: 130%;
background-color: #ebebeb;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#navigation .nav-logo .nav-top-left ul li:last-child:after {
content: none;
}
#navigation .nav-logo .nav-top-left ul select.select-currency-language {
padding-left: 0;
padding-right: 0;
padding: 0;
outline: none;
box-shadow: none;
border: none;
height: 28px;
}
@media screen and (max-width: 1480px) {
#navigation .nav-logo .nav-top-left ul select.select-currency-language {
font-size: 15px;
}
}
@media screen and (max-width: 1380px) {
#navigation .nav-logo .nav-top-left ul select.select-currency-language {
font-size: 14px;
height: 21px;
}
}
@media screen and (max-width: 1080px) {
#navigation .nav-logo .nav-top-left ul select.select-currency-language {
font-size: 13px;
}
}
#navigation .nav-logo .nav-top-left button.btn-menu {
display: none;
border: none;
border-radius: 0;
background-color: transparent;
width: 28px;
padding: 0;
}
@media screen and (max-width: 767px) {
#navigation .nav-logo .nav-top-left button.btn-menu {
display: block;
}
}
#navigation .nav-logo .nav-top-left button.btn-menu span.stripe {
display: block;
height: 1px;
width: 14px;
margin-bottom: 6px;
background-color: #111111;
}
#navigation .nav-logo .nav-top-left button.btn-menu span.stripe:nth-child(2) {
width: 28px;
}
#navigation .nav-logo .nav-top-left button.btn-menu span.stripe:last-child {
margin-bottom: 0;
}
#navigation .nav-logo img.logo {
position: relative;
display: block;
width: 100%;
max-width: 350px;
max-width: 35rem;
max-width: 15rem;
max-width: 110px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin-left: auto;
margin-right: auto;
margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
#navigation .nav-logo img.logo {
width: 50px;
display: inline-block;
margin-bottom: 0;
}
}
#navigation button.btn-search {
position: relative;
border: none;
box-shadow: none;
outline: none;
background-color: transparent;
padding: 0;
display: block;
}
#navigation button.btn-search:hover, #navigation button.btn-search:focus, #navigation button.btn-search:active, #navigation button.btn-search.active {
border: none;
outline: none;
box-shadow: none;
}
#navigation button.btn-search img.search-icon {
position: relative;
display: block;
width: 27px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1380px) {
#navigation button.btn-search img.search-icon {
width: 21px;
}
}
@media screen and (max-width: 767px) {
#navigation button.btn-search img.search-icon {
width: 27px;
}
}
#navigation a.center-logo {
position: relative;
display: inline-block;
z-index: 3;
}
#navigation a.center-logo h1 {
font-family: 'Montserrat-Regular';
font-size: 36px;
letter-spacing: 11px;
text-transform: uppercase;
margin-bottom: 16px;
}
@media screen and (max-width: 1480px) {
#navigation a.center-logo h1 {
font-size: 34px;
margin-bottom: 12px;
}
}
@media screen and (max-width: 1380px) {
#navigation a.center-logo h1 {
margin-bottom: 14px;
}
}
@media screen and (max-width: 1180px) {
#navigation a.center-logo h1 {
margin-bottom: 10px;
}
}
@media screen and (max-width: 767px) {
#navigation a.center-logo h1 {
font-size: 19px;
letter-spacing: 3px;
margin-bottom: 0;
margin-bottom: 7px;
margin-top: 4px;
line-height: 1;
}
}
#navigation .nav-top-right {
position: absolute;
top: 0;
right: 25px;
z-index: 2;
pointer-events: auto;
}
@media screen and (max-width: 1380px) {
#navigation .nav-top-right {
right: 15px;
}
}
@media screen and (max-width: 767px) {
#navigation .nav-top-right {
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
#navigation .nav-top-right > ul {
position: relative;
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
#navigation .nav-top-right > ul > li {
position: relative;
display: inline-block;
vertical-align: middle;
padding: 0 10px;
cursor: pointer;
}
@media screen and (max-width: 991px) {
#navigation .nav-top-right > ul > li {
padding: 0 6px;
}
}
#navigation .nav-top-right > ul > li:last-child {
padding-right: 0;
}
@media screen and (max-width: 767px) {
#navigation .nav-top-right > ul > li {
padding: 0;
}
}
#navigation .nav-top-right > ul > li:after {
content: '';
display: block;
position: absolute;
left: 100%;
top: 50%;
width: 1px;
height: 130%;
background-color: #ebebeb;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#navigation .nav-top-right > ul > li:last-child:after {
content: none;
}
#navigation .nav-top-right > ul > li img {
display: block;
width: 27px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1380px) {
#navigation .nav-top-right > ul > li img {
width: 21px;
}
}
@media screen and (max-width: 767px) {
#navigation .nav-top-right > ul > li img {
width: 27px;
}
}
#navigation .nav-top-right > ul > li img#cart-icon[aria-expanded="true"] ~ .cart-wrapper {
display: block;
}
#navigation .nav-top-right > ul > li img#cart-icon[aria-expanded="true"] ~ .cart-backdrop {
opacity: 1;
pointer-events: auto;
}
#navigation .nav-top-right > ul > li .cart-backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
opacity: 0;
pointer-events: none;
z-index: 2;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
#navigation .nav-top-right > ul > li .dropdown ul.dropdown-menu {
min-width: 50px;
}
#navigation .nav-top-right > ul > li .dropdown ul.dropdown-menu > li > a {
padding: 3px 10px;
}
#navigation .nav-menu-bar {
position: relative;
text-align: center;
pointer-events: none;
z-index: 2;
}
#navigation .nav-menu-bar ul.navbar-main-menu {
position: relative;
pointer-events: auto;
position: static;
padding-left: 0;
list-style: none;
text-align: center;
width: 100%;
max-width: 960px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
@media screen and (max-width: 1380px) {
#navigation .nav-menu-bar ul.navbar-main-menu {
max-width: 820px;
}
}
@media screen and (max-width: 767px) {
#navigation .nav-menu-bar ul.navbar-main-menu {
display: none;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu:after, #navigation .nav-menu-bar ul.navbar-main-menu:before {
content: '';
display: table;
}
#navigation .nav-menu-bar ul.navbar-main-menu:after {
clear: both;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li {
display: inline-block;
vertical-align: middle;
width: 20%;
float: none;
text-align: center;
position: relative;
padding: 0;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown {
float: none !important;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li > a {
border-bottom: 3px solid #fff;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li > a:hover {
border-bottom: 3px solid #101010;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown {
float: left;
position: static;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown a.dropdown-toggle.touch-active ~ div.dropdown-menu,
html.no-touch #navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown a.dropdown-toggle:hover ~ div.dropdown-menu {
display: block;
opacity: 1;
pointer-events: auto;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu {
display: none;
opacity: 0;
pointer-events: auto;
-webkit-transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1);
transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1);
margin-top: 0;
border-radius: 0;
border: none;
border-top: 1px solid #f1f1f1;
width: 100%;
left: 0;
padding: 0;
text-align: center;
z-index: 1;
display: block;
opacity: 1;
height: 0;
border-top: none;
-webkit-transition: height 0.3s cubic-bezier(0.694, 0, 0.335, 1);
transition: height 0.3s cubic-bezier(0.694, 0, 0.335, 1);
overflow: hidden;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation {
position: relative;
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 30px 15px 35px;
}
@media screen and (max-width: 930px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation {
padding-top: 40px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation:after, #navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation:before {
content: ' ';
display: table;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation:after {
clear: both;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .journal-thumbnail-wrapper {
position: relative;
width: 33.33333333%;
display: inline-block;
padding: 0 8px;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail {
position: relative;
width: 100%;
min-height: 100px;
max-width: 600px;
display: inline-block;
vertical-align: top;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail:before {
content: '';
display: block;
padding-top: 52%;
}
@media screen and (max-width: 1380px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail {
max-width: 420px;
}
}
@media screen and (max-width: 1180px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail {
max-width: 350px;
}
}
@media screen and (max-width: 1080px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail {
max-width: 310px;
}
}
@media screen and (max-width: 991px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail {
max-width: 290px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail {
max-width: 275px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail h4 {
position: absolute;
bottom: 15px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
color: #fff;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
}
@media screen and (max-width: 1480px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail h4 {
font-size: 17px;
}
}
@media screen and (max-width: 1380px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .thumbnail h4 {
font-size: 15px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper {
position: relative;
display: inline-block;
vertical-align: top;
margin-right: 30px;
text-align: left;
}
@media screen and (max-width: 1080px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper {
margin-right: 20px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper {
margin-right: 15px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper h5 {
font-size: 17px;
text-transform: uppercase;
margin-bottom: 25px;
margin-top: 0;
}
@media screen and (max-width: 1480px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper h5 {
font-size: 15px;
margin-bottom: 20px;
}
}
@media screen and (max-width: 1380px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper h5 {
font-size: 14px;
margin-bottom: 15px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper ul {
padding-left: 0;
list-style: none;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper ul > li {
margin-bottom: 5px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper ul > li {
margin-bottom: 2px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper ul > li > a {
color: #989898;
font-size: 13px;
}
@media screen and (max-width: 1080px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown div.dropdown-menu .dropdown-menu-navigation .submenu-list-wrapper ul > li > a {
font-size: 12px;
}
}
#navigation .nav-menu-bar ul.navbar-main-menu > li.dropdown:hover > a {
border-bottom: 3px solid #101010;
}
#navigation .nav-menu-bar ul.navbar-main-menu > li > a {
font-family: 'Montserrat-Regular';
text-transform: uppercase;
color: #414141;
font-size: 16px;
padding: 22px 15px;
display: block;
}
@media screen and (max-width: 1480px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li > a {
font-size: 15px;
padding: 20px 15px;
}
}
@media screen and (max-width: 1380px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li > a {
font-size: 14px;
padding: 16px 10px;
}
}
@media screen and (max-width: 1080px) {
#navigation .nav-menu-bar ul.navbar-main-menu > li > a {
font-size: 13px;
}
}
.search-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.96);
opacity: 0;
z-index: 0;
pointer-events: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.search-overlay.active {
z-index: 1100;
opacity: 1;
pointer-events: auto;
}
.search-overlay .input-wrapper {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
width: 100%;
max-width: 600px;
height: auto;
overflow: auto;
cursor: default;
border-bottom: #f3f3f3 solid 2px;
margin-bottom: 8px;
clear: both;
display: table;
width: 100%;
}
.search-overlay .input-wrapper > input {
border: none;
background-color: transparent;
display: table-cell;
vertical-align: middle;
box-shadow: none;
border-radius: 0;
border-bottom: 1px solid #242424;
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.search-overlay .input-wrapper .search-button-wrapper {
position: relative;
display: table-cell;
vertical-align: middle;
width: 165px;
padding-left: 15px;
}
.search-overlay .input-wrapper button.btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
width: 100%;
text-transform: none;
}
.search-overlay button.btn-close {
position: absolute;
top: 10px;
right: 10px;
border: none;
border-radius: 0;
outline: none;
box-shadow: none;
padding: 0;
height: 30px;
width: 30px;
background-color: transparent;
cursor: pointer;
z-index: 2;
}
.search-overlay button.btn-close:focus, .search-overlay button.btn-close:hover, .search-overlay button.btn-close:active, .search-overlay button.btn-close.active {
background-color: transparent;
box-shadow: none;
outline: transparent;
}
@media screen and (max-width: 767px) {
.search-overlay button.btn-close {
top: 5px;
right: 5px;
}
}
.search-overlay button.btn-close .close-icon {
position: relative;
width: 2px;
height: 30px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
margin-left: auto;
margin-right: auto;
background-color: #000;
}
@media screen and (max-width: 767px) {
.search-overlay button.btn-close .close-icon {
height: 24px;
}
}
.search-overlay button.btn-close .close-icon:after {
content: '';
display: block;
position: absolute;
height: 2px;
width: 30px;
top: 14px;
right: -14px;
background-color: #000;
}
@media screen and (max-width: 767px) {
.search-overlay button.btn-close .close-icon:after {
width: 24px;
top: 11px;
right: -11px;
}
}
.cart-wrapper {
display: none;
position: absolute;
top: 110%;
top: -webkit-calc(100% + 8px);
top: calc(100% + 8px);
right: 0;
left: initial;
width: 500px;
background-color: #fff;
border: 1px solid #eaeaea;
padding: 25px 20px;
z-index: 999;
text-align: left;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 5px 20px rgba(0, 0, 0, 0.05);
}
.cart-wrapper.active, .cart-wrapper.mobile {
display: block;
}
.cart-wrapper.mobile {
position: relative;
top: initial;
right: initial;
left: initial;
width: 100%;
box-shadow: none;
border: none;
padding: 0;
}
.cart-wrapper.mobile .cart-item-quantity {
margin-bottom: 0;
margin-top: 5px;
}
.cart-wrapper h5 {
text-transform: uppercase;
font-size: 16px;
margin-top: 0;
}
@media screen and (max-width: 767px) {
.cart-wrapper h5 {
font-size: 17px;
}
}
.cart-wrapper h5.cart-price {
font-family: 'Lato-Italic';
text-align: center;
}
@media screen and (max-width: 767px) {
.cart-wrapper h5.cart-price {
text-align: left;
margin-top: 25px;
}
}
.cart-wrapper .cart-item-left {
position: relative;
}
.cart-wrapper .cart-item-left:after {
content: '';
display: block;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 1px;
height: 100%;
background-color: #e1e1e1;
}
.cart-wrapper .cart-item-thumbnail {
position: relative;
width: 32%;
min-height: 80px;
display: inline-block;
vertical-align: middle;
border: 1px solid #e7e7e7;
}
.cart-wrapper .cart-item-thumbnail:before {
content: '';
display: block;
padding-top: 100%;
}
.cart-wrapper .cart-item-description {
display: inline-block;
vertical-align: middle;
width: 68%;
padding-left: 15px;
}
.cart-wrapper .cart-item-description p.cart-item-quantity {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
margin-bottom: 0;
}
.cart-wrapper .cart-item-description .cart-input-wrapper {
display: inline-block;
vertical-align: middle;
}
.nav-menu-mobile {
display: none;
position: fixed;
top: 50px;
left: 0;
width: 85%;
height: -webkit-calc(100% - 50px);
height: calc(100% - 50px);
background-color: #fff;
z-index: 3;
overflow: hidden;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-transform: translateX(-102%) translateZ(0);
transform: translateX(-102%) translateZ(0);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.nav-menu-mobile.active {
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
}
@media screen and (max-width: 767px) {
.nav-menu-mobile {
display: block;
}
}
.nav-menu-mobile .main-menu {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 18px;
z-index: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nav-menu-mobile .main-menu.submenu-open {
-webkit-transform: translateX(-100%) translateZ(0);
transform: translateX(-100%) translateZ(0);
}
.nav-menu-mobile .main-menu ul {
list-style: none;
padding-left: 0;
}
.nav-menu-mobile .main-menu ul > li > a {
position: relative;
font-size: 15px;
font-family: 'Montserrat-Regular';
border-bottom: 1px solid #ebebeb;
color: #414141;
padding: 10px 7px;
text-transform: uppercase;
display: block;
}
.nav-menu-mobile .main-menu ul > li > a img {
position: absolute;
display: block;
width: 9px;
top: 50%;
right: 15px;
-webkit-transform: translate3d(0, -50%, 0) rotateZ(-90deg);
transform: translate3d(0, -50%, 0) rotateZ(-90deg);
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper {
position: relative;
width: 100%;
margin-bottom: 20px;
padding: 0 18px;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper:after, .nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper:before {
content: '';
display: table;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper:after {
clear: both;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper select.select-currency-language {
padding-left: 0;
padding-right: 0;
padding: 0;
outline: none;
box-shadow: none;
border: none;
height: 28px;
width: 50%;
font-size: 13px;
height: 21px;
display: inline-block;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper select.select-currency-language.auto {
width: auto;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper ul {
position: relative;
padding-left: 0;
list-style: none;
float: right;
width: 50%;
text-align: center;
margin-bottom: 0;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper ul > li {
position: relative;
display: inline-block;
font-family: 'Montserrat-Regular';
font-size: 12px;
padding: 4px 10px;
cursor: pointer;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper ul > li:before {
content: '';
display: block;
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
height: 2px;
background-color: #383838;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper ul > li.active:before {
width: 80%;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .select-mobile-wrapper ul > li:last-child:after {
content: '';
position: absolute;
display: block;
top: 50%;
right: 100%;
height: 90%;
width: 1px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #cccccc;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .mobile-button-wrapper {
position: relative;
width: 100%;
border-top: 1px solid #ebebeb;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .mobile-button-wrapper:after, .nav-menu-mobile .main-menu .menu-mobile-button-bottom .mobile-button-wrapper:before {
content: '';
display: table;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .mobile-button-wrapper:after {
clear: both;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .mobile-button-wrapper .line-seperate {
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
height: 65%;
width: 1px;
background-color: #ebebeb;
}
.nav-menu-mobile .main-menu .menu-mobile-button-bottom .mobile-button-wrapper button.btn-mobile-bottom {
position: relative;
float: left;
background: #fff;
border: none;
border-radius: 0;
padding: 10px 0;
width: 50%;
font-size: 15px;
font-family: 'Montserrat-Regular';
text-transform: uppercase;
}
.nav-menu-mobile .sub-menu {
position: absolute;
top: 0;
background-color: #fff;
left: 0;
width: 100%;
height: 100%;
padding: 30px 15px;
-webkit-transform: translateX(100%) translateZ(0);
transform: translateX(100%) translateZ(0);
overflow: hidden;
overflow-y: scroll;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
z-index: 2;
}
.nav-menu-mobile .sub-menu.active {
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
}
.nav-menu-mobile .sub-menu button.btn-nav-mobile-back {
position: relative;
padding: 0;
background-color: transparent;
border-radius: 0;
border: none;
}
.nav-menu-mobile .sub-menu button.btn-nav-mobile-back img.arrow-back {
position: relative;
display: block;
width: 40px;
margin-bottom: 20px;
margin-left: 5px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.nav-menu-mobile .sub-menu ul.submenu-list {
padding-left: 5px;
list-style: none;
}
.nav-menu-mobile .sub-menu ul.submenu-list > li > a {
display: block;
color: #a9a9a9;
margin-bottom: 8px;
font-size: 13px;
}
.nav-menu-mobile .sub-menu .thumbnail {
position: relative;
width: 100%;
min-height: 100px;
margin-bottom: 10px;
}
.nav-menu-mobile .sub-menu .thumbnail:before {
content: '';
display: block;
padding-top: 52%;
}
.nav-menu-mobile .sub-menu .thumbnail h4 {
position: absolute;
bottom: 8px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
color: #fff;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
}
.modal-backdrop {
background-color: #fff;
}
.modal-backdrop.in {
opacity: 0.9;
}
@media screen and (min-width: 768px) {
.modal-custom#sign-in-modal, .modal-custom#sign-up-modal, .modal-custom#forgot-password-modal, .modal-custom#subscribe-modal, .modal-custom#preorder-modal, .modal-custom#customize-message-modal, .modal-custom#journal-media-modal, .modal-custom#journal-events-modal {
text-align: center;
padding: 0 !important;
}
.modal-custom#sign-in-modal:before, .modal-custom#sign-up-modal:before, .modal-custom#forgot-password-modal:before, .modal-custom#subscribe-modal:before, .modal-custom#preorder-modal:before, .modal-custom#customize-message-modal:before, .modal-custom#journal-media-modal:before, .modal-custom#journal-events-modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}
.modal-custom#sign-in-modal .modal-dialog, .modal-custom#sign-up-modal .modal-dialog, .modal-custom#forgot-password-modal .modal-dialog, .modal-custom#subscribe-modal .modal-dialog, .modal-custom#preorder-modal .modal-dialog, .modal-custom#customize-message-modal .modal-dialog, .modal-custom#journal-media-modal .modal-dialog, .modal-custom#journal-events-modal .modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
}
.modal-custom.media.event .modal-dialog .modal-content .modal-body button.btn-close {
top: 10px;
}
@media screen and (max-width: 767px) {
.modal-custom.media.event .modal-dialog .modal-content .modal-body button.btn-close {
top: 0;
}
}
.modal-custom.media .modal-dialog .modal-content .modal-body {
padding: 20px;
}
@media screen and (max-width: 767px) {
.modal-custom.media .modal-dialog .modal-content .modal-body {
padding: 20px 15px;
}
}
.modal-custom.media .modal-dialog .modal-content .modal-body h4 {
text-transform: uppercase;
font-size: 2.8rem;
line-height: 1.3;
letter-spacing: 2px;
margin-bottom: 4%;
}
.modal-custom.media .modal-dialog .modal-content .modal-body p {
margin-bottom: 15px;
font-size: 13px;
}
@media screen and (max-width: 1080px) {
.modal-custom.media .modal-dialog .modal-content .modal-body p {
font-size: 12px;
}
}
.modal-custom.media .modal-dialog .modal-content .modal-body button.btn-close {
top: 0;
}
@media screen and (max-width: 767px) {
.modal-custom.media .modal-dialog .modal-content .modal-body button.btn-close {
top: 0;
right: 0;
}
}
.modal-custom.media .modal-right-wrapper {
padding: 6% 15px;
}
@media screen and (max-width: 767px) {
.modal-custom.media .modal-right-wrapper {
padding: 15px 0;
}
}
.modal-custom.order-status .modal-dialog {
max-width: 800px;
}
@media screen and (max-width: 767px) {
.modal-custom.order-status .modal-dialog {
max-width: 320px;
}
}
.modal-custom.order-status .modal-dialog .modal-content .modal-body {
padding: 40px;
}
@media screen and (max-width: 1080px) {
.modal-custom.order-status .modal-dialog .modal-content .modal-body {
padding: 30px;
}
}
@media screen and (max-width: 767px) {
.modal-custom.order-status .modal-dialog .modal-content .modal-body {
padding: 25px 15px;
}
}
.modal-custom.order-status .modal-dialog .modal-content .modal-body table {
margin-bottom: 0;
font-size: 13px;
}
@media screen and (max-width: 1080px) {
.modal-custom.order-status .modal-dialog .modal-content .modal-body table {
font-size: 12px;
}
}
.modal-custom.order-status .modal-dialog .modal-content .modal-body table.popup {
margin-bottom: 6%;
}
.modal-custom.order-status .modal-dialog .modal-content .modal-body table thead > tr > th {
background-color: #212121;
color: #fff;
}
.modal-custom.order-status .modal-dialog .modal-content .modal-body table tbody > tr > td {
padding: 16px 8px;
}
.modal-custom.gift-message .modal-dialog {
max-width: 600px;
}
@media screen and (max-width: 767px) {
.modal-custom.gift-message .modal-dialog {
max-width: 320px;
}
}
.modal-custom.gift-message .modal-dialog .modal-content .modal-body {
padding: 30px;
}
@media screen and (max-width: 767px) {
.modal-custom.gift-message .modal-dialog .modal-content .modal-body {
padding: 30px 15px;
}
}
.modal-custom.gift-message .modal-dialog .modal-content .modal-body textarea.input-custom {
margin-top: 10%;
margin-bottom: 10%;
}
.modal-custom.gift-message .modal-dialog .modal-content .modal-body .checkbox-wrapper {
margin-bottom: 15px;
}
.modal-custom.gift-message .modal-dialog .modal-content .modal-body p {
font-size: 13px;
font-family: 'Lato-Italic';
color: #989898;
margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
.modal-custom.gift-message .modal-dialog .modal-content .modal-body p {
font-size: 12px;
}
}
.modal-custom.gift-message .modal-dialog .modal-content .modal-body button.btn-custom {
margin-top: 5%;
}
.modal-custom.preorder .modal-dialog {
max-width: 600px;
}
@media screen and (max-width: 767px) {
.modal-custom.preorder .modal-dialog {
max-width: 320px;
}
}
.modal-custom.preorder .modal-dialog .modal-content .modal-body {
padding: 45px 35px;
}
@media screen and (max-width: 767px) {
.modal-custom.preorder .modal-dialog .modal-content .modal-body {
padding: 35px 15px;
}
}
.modal-custom.preorder .modal-dialog .modal-content .modal-body h2 {
font-size: 4rem;
margin-top: 0;
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
.modal-custom.preorder .modal-dialog .modal-content .modal-body h2 {
font-size: 26px;
margin-bottom: 20px;
}
}
.modal-custom.preorder .modal-dialog .modal-content .modal-body h4 {
font-family: 'Lato-Bold';
color: #4e4e4e;
font-size: 19px;
letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.modal-custom.preorder .modal-dialog .modal-content .modal-body h4 {
font-size: 12px;
}
}
.modal-custom.preorder .modal-dialog .modal-content .modal-body p.description {
font-family: 'Lato-Italic';
}
.modal-custom.preorder .modal-dialog .modal-content .modal-body img.preorder-modal-image {
position: relative;
display: block;
width: 100%;
max-width: 400px;
margin-left: auto;
margin-right: auto;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.modal-custom.preorder .modal-dialog .modal-content .modal-body button.btn-custom {
margin-top: 4%;
}
.modal-custom.modal-subscribe .modal-dialog {
max-width: 900px;
}
@media screen and (max-width: 767px) {
.modal-custom.modal-subscribe .modal-dialog {
max-width: 320px;
}
}
.modal-custom .modal-dialog {
width: 100%;
max-width: 1080px;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-dialog {
margin: 20px auto;
max-width: 320px;
}
}
.modal-custom .modal-dialog .modal-content {
border-radius: 0;
border: none;
box-shadow: 0 3px 19px rgba(181, 181, 181, 0.3);
}
.modal-custom .modal-dialog .modal-content .modal-body {
padding: 0 15px;
}
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close {
position: absolute;
top: 10px;
right: 10px;
border: none;
border-radius: 0;
outline: none;
box-shadow: none;
padding: 0;
height: 30px;
width: 30px;
background-color: transparent;
cursor: pointer;
z-index: 2;
}
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close:focus, .modal-custom .modal-dialog .modal-content .modal-body button.btn-close:hover, .modal-custom .modal-dialog .modal-content .modal-body button.btn-close:active, .modal-custom .modal-dialog .modal-content .modal-body button.btn-close.active {
background-color: transparent;
box-shadow: none;
outline: transparent;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close {
top: 5px;
right: 5px;
}
}
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close .close-icon {
position: relative;
width: 2px;
height: 30px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
margin-left: auto;
margin-right: auto;
background-color: #000;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close .close-icon {
height: 24px;
}
}
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close .close-icon:after {
content: '';
display: block;
position: absolute;
height: 2px;
width: 30px;
top: 14px;
right: -14px;
background-color: #000;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-dialog .modal-content .modal-body button.btn-close .close-icon:after {
width: 24px;
top: 11px;
right: -11px;
}
}
.modal-custom .modal-left-image {
position: relative;
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-left-image {
position: relative;
width: 100%;
min-height: 100px;
}
.modal-custom .modal-left-image:before {
content: '';
display: block;
padding-top: 100%;
}
}
.modal-custom .modal-right-wrapper {
position: relative;
padding: 10% 25px;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-right-wrapper {
padding: 35px 0;
}
}
.modal-custom .modal-right-wrapper hr {
margin-top: 25px;
margin-bottom: 25px;
}
.modal-custom .modal-right-wrapper.subscribe {
padding: 5%;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-right-wrapper.subscribe {
padding: 30px 0;
}
}
.modal-custom .modal-right-wrapper.subscribe h3 {
letter-spacing: 3px;
}
.modal-custom .modal-right-wrapper.register {
padding: 8% 22px;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-right-wrapper.register {
padding: 30px 0;
}
}
.modal-custom .modal-right-wrapper h3 {
font-size: 40px;
font-size: 4rem;
margin-bottom: 18px;
margin-top: 0;
letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-right-wrapper h3 {
font-size: 22px;
}
}
.modal-custom .modal-right-wrapper h3.normal {
font-size: 30px;
font-size: 3rem;
}
.modal-custom .modal-right-wrapper .description-wrapper {
position: relative;
width: 100%;
max-width: 320px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.modal-custom .modal-right-wrapper .description-wrapper.register {
max-width: 400px;
}
.modal-custom .modal-right-wrapper .modal-form-wrapper {
position: relative;
width: 100%;
margin-top: 10%;
margin-bottom: 14%;
}
.modal-custom .modal-right-wrapper .modal-form-wrapper.subscribe {
margin-top: 5%;
margin-bottom: 5%;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.modal-custom .modal-right-wrapper .modal-form-wrapper .form-group-custom label {
font-size: 12px;
}
.modal-custom .modal-right-wrapper .modal-form-wrapper p.forgot-password {
color: #5c5c5c;
text-decoration: underline;
font-style: italic;
text-align: center;
font-size: 13px;
cursor: pointer;
}
.modal-custom .modal-right-wrapper .modal-button-wrapper {
position: relative;
width: 100%;
}
.modal-custom .modal-right-wrapper .modal-button-wrapper button.btn-custom {
width: 100%;
margin-bottom: 20px;
padding-left: 5px;
padding-right: 5px;
}
@media screen and (max-width: 767px) {
.modal-custom .modal-right-wrapper .modal-button-wrapper button.btn-custom {
margin-bottom: 15px;
}
}
.modal-custom .modal-right-wrapper .modal-button-wrapper button.btn-custom + button.btn-custom {
margin-left: 0;
}
#header {
position: relative;
width: 100%;
height: auto;
}
#header #header-slider {
position: relative;
}
#header #header-slider .header-slider-item {
position: relative;
background-image: url(../images/main/header-bg.jpg);
background-position: center center;
background-size: cover;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 100vh;
min-height: 400px;
width: 100%;
height: auto;
}
#header #header-slider .header-slider-item:before {
content: '';
display: block;
padding-top: 48%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
#header #header-slider .header-slider-item:before {
padding-top: 160%;
}
}
#header .tns-outer {
position: relative;
}
#header .tns-outer .tns-nav {
position: absolute;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 2;
}
#header .tns-outer .tns-nav button {
position: relative;
height: 11px;
width: 11px;
background-color: transparent;
border: 1px solid #252525;
margin: 0 5px;
padding: 0;
}
#header .tns-outer .tns-nav button[aria-selected='true'] {
background-color: #252525;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border: none;
width: 9px;
height: 9px;
}
#header .tns-outer .tns-nav button[aria-selected='true']:after {
content: '';
display: block;
position: absolute;
top: -3px;
left: -3px;
width: 15px;
height: 15px;
border: 1px solid #252525;
}
#header .header-content {
position: absolute;
width: 100%;
max-width: 720px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 0 15px;
}
@media screen and (max-width: 767px) {
#header .header-content {
padding-left: 15px;
padding-right: 15px;
}
}
.no-flexbox #header .header-content {
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
#header .header-content h1 {
margin-bottom: 5%;
text-transform: uppercase;
letter-spacing: 4px;
}
#header .header-content button.btn-custom {
margin-top: 5%;
}
h2.section-title {
margin-top: 0;
letter-spacing: 4px;
text-transform: uppercase;
}
#your-alter-ego, #our-journal, #trending-and-new, #gift-voucher, #customize-order, #social-media-feed {
position: relative;
width: 100%;
padding: 0 45px;
margin-bottom: 5%;
}
@media screen and (max-width: 1380px) {
#your-alter-ego, #our-journal, #trending-and-new, #gift-voucher, #customize-order, #social-media-feed {
padding: 0 35px;
}
}
@media screen and (max-width: 1280px) {
#your-alter-ego, #our-journal, #trending-and-new, #gift-voucher, #customize-order, #social-media-feed {
padding: 0 25px;
}
}
@media screen and (max-width: 1080px) {
#your-alter-ego, #our-journal, #trending-and-new, #gift-voucher, #customize-order, #social-media-feed {
padding: 0 15px;
margin-bottom: 3.5%;
}
}
@media screen and (max-width: 767px) {
#your-alter-ego, #our-journal, #trending-and-new, #gift-voucher, #customize-order, #social-media-feed {
padding: 0;
margin-bottom: 35px;
}
}
#your-alter-ego {
padding-top: 5%;
padding-bottom: 5%;
}
@media screen and (max-width: 767px) {
#your-alter-ego {
padding-top: 35px;
padding-bottom: 35px;
margin-bottom: 0;
}
}
#your-alter-ego .alter-ego-tabs {
text-align: center;
border-bottom: none;
margin-top: 3%;
margin-bottom: 25px;
}
#your-alter-ego .alter-ego-tabs > li {
float: none;
display: inline-block;
}
#your-alter-ego .alter-ego-tabs > li.active > a {
color: #595959;
font-family: 'Lato-Bold';
}
#your-alter-ego .alter-ego-tabs > li.active > a:after {
width: 100%;
}
@media screen and (min-width: 768px) {
#your-alter-ego .alter-ego-tabs > li.active > a:focus,
#your-alter-ego .alter-ego-tabs > li.active > a:hover {
color: #595959;
font-family: 'Lato-Bold';
}
#your-alter-ego .alter-ego-tabs > li.active > a:focus:after,
#your-alter-ego .alter-ego-tabs > li.active > a:hover:after {
width: 100%;
}
}
#your-alter-ego .alter-ego-tabs > li > a {
position: relative;
font-family: 'Lato-Regular';
color: #c4c4c4;
text-transform: uppercase;
border-radius: 0;
border: none;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
#your-alter-ego .alter-ego-tabs > li > a:after {
content: '';
display: block;
position: absolute;
bottom: 1px;
left: 0;
width: 0;
height: 2px;
-webkit-transition: width 0.3s ease;
transition: width 0.3s ease;
background-color: #525252;
}
@media screen and (min-width: 768px) {
#your-alter-ego .alter-ego-tabs > li > a:focus, #your-alter-ego .alter-ego-tabs > li > a:hover {
background-color: #fff;
font-family: 'Lato-Bold';
color: #595959;
}
#your-alter-ego .alter-ego-tabs > li > a:focus:after, #your-alter-ego .alter-ego-tabs > li > a:hover:after {
width: 100%;
}
}
.product-slider-wrapper {
position: relative;
}
.product-slider-wrapper.shop-their-looks {
max-width: 310px;
}
.product-slider-wrapper.shop-their-looks p {
font-size: 12px !important;
margin-bottom: 0 !important;
}
.product-slider-wrapper .tns-controls {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
width: 100%;
z-index: 2;
pointer-events: none;
text-align: left;
}
.product-slider-wrapper .tns-controls button {
background-color: transparent;
pointer-events: auto;
}
.product-slider-wrapper .tns-controls button:hover, .product-slider-wrapper .tns-controls button:focus, .product-slider-wrapper .tns-controls button:active {
outline: none;
}
.product-slider-wrapper .tns-controls button[data-controls="prev"] {
position: relative;
}
.product-slider-wrapper .tns-controls button[data-controls="next"] {
position: relative;
float: right;
}
.product-slider-wrapper .product-slider div {
text-align: center;
}
.product-slider-wrapper .product-slider img {
margin-left: auto;
margin-right: auto;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
width: 70%;
}
#our-journal {
padding: 0;
overflow: hidden;
}
#our-journal .section-bg {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 143%;
background-color: #f4f4f4;
background-size: auto 100%;
background-position: left center;
background-repeat: no-repeat;
background-image: url(../images/main/journal-bg-new.jpg);
}
@media screen and (max-width: 767px) {
#our-journal .section-bg {
background-image: url(../images/main/journal-bg-new-mobile.jpg);
background-position: right center;
}
}
#our-journal .our-journal-inner {
position: relative;
width: 100%;
min-height: 300px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#our-journal .our-journal-inner:before {
content: '';
display: block;
padding-top: 45%;
}
#our-journal .our-journal-inner .our-journal-content {
position: relative;
left: 0;
right: 0;
width: 100%;
max-width: 620px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#our-journal .our-journal-inner .our-journal-content p {
padding-top: 8%;
padding-bottom: 8%;
margin: 0;
}
#trending-and-new:before {
content: '';
display: table;
}
#trending-and-new:after {
content: '';
display: table;
clear: both;
}
#trending-and-new .whats-trending-wrapper,
#trending-and-new .whats-new-wrapper {
position: relative;
float: left;
width: 50%;
text-align: center;
}
@media screen and (max-width: 767px) {
#trending-and-new .whats-trending-wrapper,
#trending-and-new .whats-new-wrapper {
float: none;
width: 100%;
display: block;
}
}
@media screen and (max-width: 767px) {
#trending-and-new .whats-trending-wrapper h3,
#trending-and-new .whats-new-wrapper h3 {
margin-top: 0;
}
}
#trending-and-new .whats-trending-wrapper .whats-trending,
#trending-and-new .whats-trending-wrapper .whats-new,
#trending-and-new .whats-new-wrapper .whats-trending,
#trending-and-new .whats-new-wrapper .whats-new {
position: relative;
width: 100%;
min-height: 200px;
margin-top: 4.5%;
}
#trending-and-new .whats-trending-wrapper .whats-trending:before,
#trending-and-new .whats-trending-wrapper .whats-new:before,
#trending-and-new .whats-new-wrapper .whats-trending:before,
#trending-and-new .whats-new-wrapper .whats-new:before {
content: '';
display: block;
padding-top: 75%;
}
#trending-and-new .whats-trending-wrapper .whats-trending .whats-content,
#trending-and-new .whats-trending-wrapper .whats-new .whats-content,
#trending-and-new .whats-new-wrapper .whats-trending .whats-content,
#trending-and-new .whats-new-wrapper .whats-new .whats-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
max-width: 600px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 11% 5%;
padding: 11% 15px;
text-transform: uppercase;
}
#trending-and-new .whats-trending-wrapper .whats-trending .whats-content button.btn-custom,
#trending-and-new .whats-trending-wrapper .whats-new .whats-content button.btn-custom,
#trending-and-new .whats-new-wrapper .whats-trending .whats-content button.btn-custom,
#trending-and-new .whats-new-wrapper .whats-new .whats-content button.btn-custom {
color: #15141c;
color: #fff;
display: block;
margin-left: auto;
margin-right: auto;
}
#trending-and-new .whats-trending-wrapper .whats-trending .whats-content p,
#trending-and-new .whats-trending-wrapper .whats-new .whats-content p,
#trending-and-new .whats-new-wrapper .whats-trending .whats-content p,
#trending-and-new .whats-new-wrapper .whats-new .whats-content p {
font-family: 'Lato-Semibold';
background: -webkit-radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 75%);
background: radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 75%);
background: #fff;
margin-bottom: 8%;
padding: 0 1px;
display: inline-block;
letter-spacing: 2px;
}
@media screen and (max-width: 1380px) {
#trending-and-new .whats-trending-wrapper .whats-trending .whats-content p,
#trending-and-new .whats-trending-wrapper .whats-new .whats-content p,
#trending-and-new .whats-new-wrapper .whats-trending .whats-content p,
#trending-and-new .whats-new-wrapper .whats-new .whats-content p {
letter-spacing: 1px;
}
}
@media screen and (max-width: 1180px) {
#trending-and-new .whats-trending-wrapper .whats-trending .whats-content p,
#trending-and-new .whats-trending-wrapper .whats-new .whats-content p,
#trending-and-new .whats-new-wrapper .whats-trending .whats-content p,
#trending-and-new .whats-new-wrapper .whats-new .whats-content p {
font-size: 11px;
}
}
#trending-and-new .whats-trending-wrapper .whats-new .whats-content p,
#trending-and-new .whats-new-wrapper .whats-new .whats-content p {
color: #fff;
background: #010101;
}
#trending-and-new .whats-trending-wrapper {
padding-right: 12px;
}
@media screen and (max-width: 767px) {
#trending-and-new .whats-trending-wrapper {
padding-right: 15px;
padding-left: 15px;
margin-bottom: 35px;
}
}
#trending-and-new .whats-new-wrapper {
padding-left: 12px;
}
@media screen and (max-width: 767px) {
#trending-and-new .whats-new-wrapper {
padding-right: 15px;
padding-left: 15px;
}
}
#gift-voucher {
padding-left: 0;
padding-right: 0;
overflow: hidden;
background-color: #000;
}
#gift-voucher .section-bg {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 150%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-image: url(../images/main/gift-vouchers-bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}
@media screen and (max-width: 767px) {
#gift-voucher .section-bg {
background-image: url(../images/main/gift-vouchers-bg-mobile.jpg);
}
}
#gift-voucher .gift-voucher-inner {
position: relative;
width: 100%;
min-height: 250px;
background-size: auto 100%;
background-repeat: no-repeat;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#gift-voucher .gift-voucher-inner:before {
content: '';
display: block;
padding-top: 23%;
}
#gift-voucher .gift-voucher-inner .gift-voucher-content {
position: absolute;
position: relative;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
max-width: 800px;
}
@media screen and (max-width: 767px) {
#gift-voucher .gift-voucher-inner .gift-voucher-content {
padding-left: 15px;
padding-right: 15px;
}
}
.no-flexbox #gift-voucher .gift-voucher-inner .gift-voucher-content {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#gift-voucher .gift-voucher-inner .gift-voucher-content h2 {
margin-bottom: 3%;
color: #fff;
}
@media screen and (max-width: 1080px) {
#gift-voucher .gift-voucher-inner .gift-voucher-content h2 {
margin-bottom: 2%;
}
}
#gift-voucher .gift-voucher-inner .gift-voucher-content p {
margin-bottom: 5%;
color: #fff;
}
@media screen and (max-width: 1080px) {
#gift-voucher .gift-voucher-inner .gift-voucher-content p {
margin-bottom: 3.5%;
}
}
@media screen and (max-width: 767px) {
#gift-voucher .gift-voucher-inner .gift-voucher-content p {
margin-top: 15px;
margin-bottom: 15px;
}
}
#customize-order {
padding-left: 0;
padding-right: 0;
overflow: hidden;
}
#customize-order .section-bg {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 150%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-image: url(../images/main/customize-bg.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
#customize-order .section-bg {
background-image: url(../images/main/customize-bg-mobile.jpg);
margin-bottom: 0;
}
}
#customize-order .customize-order-inner {
position: relative;
width: 100%;
background-position: center center;
background-size: cover;
background-color: rgba(249, 249, 249, 0.3);
}
#customize-order .customize-order-inner .customize-order-content {
position: relative;
width: 100%;
max-width: 860px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding-top: 6%;
padding-bottom: 6%;
}
@media screen and (max-width: 767px) {
#customize-order .customize-order-inner .customize-order-content {
padding: 35px 15px;
}
}
#customize-order .customize-order-inner .customize-order-content p {
background-color: #fff;
margin-top: 3%;
margin-bottom: 6%;
padding: 0 1px;
display: inline-block;
letter-spacing: 2px;
text-transform: uppercase;
font-family: 'Lato-Semibold';
}
@media screen and (max-width: 1380px) {
#customize-order .customize-order-inner .customize-order-content p {
letter-spacing: 1px;
}
}
@media screen and (max-width: 1080px) {
#customize-order .customize-order-inner .customize-order-content p {
margin-top: 10px;
margin-bottom: 3.5%;
}
}
@media screen and (max-width: 767px) {
#customize-order .customize-order-inner .customize-order-content p {
margin-top: 15px;
margin-bottom: 15px;
}
}
#customize-order .customize-order-inner .customize-order-content button.btn-custom {
display: block;
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: 768px) {
#customize-order-modal {
text-align: center;
padding: 0 !important;
}
#customize-order-modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}
#customize-order-modal .modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
}
.row-customize-modal .col-xs-4:first-child {
padding-right: 8px;
}
.row-customize-modal .col-xs-4:nth-child(2) {
padding-left: 12px;
padding-right: 12px;
}
.row-customize-modal .col-xs-4:last-child {
padding-left: 8px;
}
#social-media-feed {
padding-top: 20px;
}
#social-media-feed h4 {
font-family: 'Lato-Bold';
color: #444242;
margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
#social-media-feed {
padding-top: 20px;
margin-bottom: 40px;
}
}
.btn-custom {
background-color: #fff;
border-radius: 0;
border: 1px solid #d8d8d8;
font-family: 'Lato-Semibold';
color: #606060;
padding: 12px 60px;
font-size: 15px;
-webkit-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
text-transform: uppercase;
}
.btn-custom + .btn-custom {
margin-left: 17px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.btn-custom + .btn-custom {
margin-left: 8px;
}
}
@media screen and (max-width: 767px) {
.btn-custom.full-mobile {
width: 100%;
}
}
.btn-custom.small {
font-size: 13px;
padding: 10px 50px;
}
@media screen and (max-width: 1380px) {
.btn-custom.small {
font-size: 12px;
padding: 8px 50px;
}
}
@media screen and (max-width: 1080px) {
.btn-custom.small {
padding: 8px 35px;
}
}
.btn-custom.transparent {
background-color: rgba(255, 255, 255, 0.4);
color: #606060;
}
.btn-custom.transparent:hover, .btn-custom.transparent:focus {
background-color: #242424;
color: #fff;
border-color: #242424;
}
.btn-custom.dark {
background-color: #242424;
border-color: #242424;
color: #fff;
}
.btn-custom.dark:hover, .btn-custom.dark:focus {
background-color: #151515;
border-color: #151515;
color: #fff;
}
.btn-custom span.vertical-center {
display: inline-block;
vertical-align: middle;
}
.btn-custom span.vertical-center img.delete {
position: relative;
display: block;
width: 13px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin-left: 5px;
}
.btn-custom:hover, .btn-custom:focus {
background-color: #fff;
color: #000;
background-color: #242424;
border-color: #242424;
color: #fff;
}
@media screen and (max-width: 1380px) {
.btn-custom {
font-size: 12px;
padding: 8px 50px;
}
}
@media screen and (max-width: 1080px) {
.btn-custom {
font-size: 12px;
padding: 8px 35px;
}
}
@media screen and (max-width: 767px) {
.btn-custom {
padding: 6px 28px;
}
}
button.btn-custom-dropdown {
position: relative;
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;
outline: none;
padding: 0;
}
button.btn-custom-dropdown:hover, button.btn-custom-dropdown:focus {
outline: none;
box-shadow: none;
}
button.btn-custom-dropdown > img.nav-top-left-icon {
display: inline-block !important;
vertical-align: middle;
}
.subscribe-modal-image {
position: relative;
width: 100%;
min-height: 100px;
}
.subscribe-modal-image:before {
content: '';
display: block;
padding-top: 35%;
}
/**************************************************/
/* COLLECTION ;*/
/**************************************************/
#collection-list {
position: relative;
width: 100%;
}
#collection-list .collection-thumbnail {
position: relative;
width: 100%;
min-height: 150px;
cursor: pointer;
}
#collection-list .collection-thumbnail:before {
content: '';
display: block;
padding-top: 34%;
}
@media screen and (max-width: 767px) {
#collection-list .collection-thumbnail {
position: relative;
width: 100%;
min-height: 150px;
}
#collection-list .collection-thumbnail:before {
content: '';
display: block;
padding-top: 90%;
}
}
#collection-list .collection-thumbnail .content-inside {
top: 50%;
left: 50%;
bottom: initial;
right: initial;
height: 100%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
-webkit-transition: width 0.3s cubic-bezier(0.694, 0, 0.335, 1);
transition: width 0.3s cubic-bezier(0.694, 0, 0.335, 1);
}
@media screen and (min-width: 768px) {
#collection-list .collection-thumbnail:hover .content-inside {
width: 106%;
}
}
#collection-list .collection-thumbnail .white-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.19);
}
#collection-list .collection-thumbnail .white-overlay .black-gradient-overlay {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#collection-list .collection-thumbnail .white-overlay .black-gradient-overlay .collection-thumbnail-inner {
position: relative;
width: 100%;
}
@media screen and (max-width: 767px) {
#collection-list .collection-thumbnail .white-overlay .black-gradient-overlay .collection-thumbnail-inner {
padding-left: 15px;
padding-right: 15px;
}
}
#collection-list .collection-thumbnail .white-overlay .black-gradient-overlay .collection-thumbnail-inner p {
color: #212121;
font-size: 16px;
}
@media screen and (max-width: 1380px) {
#collection-list .collection-thumbnail .white-overlay .black-gradient-overlay .collection-thumbnail-inner p {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
#collection-list .collection-thumbnail .white-overlay .black-gradient-overlay .collection-thumbnail-inner p {
font-size: 12px;
}
}
/**************************************************/
/* COLLECTION END ;*/
/**************************************************/
/**************************************************/
/* PRODUCT ;*/
/**************************************************/
#small-header {
position: relative;
width: 100%;
overflow: hidden;
}
#small-header .header-bg {
position: relative;
width: 100%;
min-height: 300px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
background-position: center center;
background-size: cover;
image-rendering: -webkit-optimize-contrast;
overflow: hidden;
}
#small-header .header-bg:before {
content: '';
display: block;
padding-top: 34%;
}
#small-header .header-bg .header-bg-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
}
#small-header img.play-button {
position: relative;
width: 100%;
max-width: 120px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin: 0 auto 15px;
cursor: pointer;
}
@media screen and (max-width: 767px) {
#small-header img.play-button {
max-width: 80px;
margin-bottom: 5px;
}
}
#small-header p.play-video-text {
color: #fff;
font-family: 'Lato-Italic';
}
#small-header h2.small-header-title {
text-align: center;
text-transform: uppercase;
font-size: 3.6rem;
margin: 3.5% 0;
}
@media screen and (max-width: 767px) {
#small-header h2.small-header-title {
font-size: 24px;
}
}
#small-header .header-content {
position: relative;
width: 100%;
max-width: 720px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#small-header .header-content.white h2 {
color: #fff;
}
#small-header .header-content h2 {
margin: 0;
text-transform: uppercase;
letter-spacing: 4px;
}
#all-product-wrapper {
position: relative;
padding: 5%;
}
@media screen and (max-width: 1380px) {
#all-product-wrapper {
padding: 5% 3%;
}
}
@media screen and (max-width: 1280px) {
#all-product-wrapper {
padding: 5% 25px;
}
}
@media screen and (max-width: 1080px) {
#all-product-wrapper {
padding: 5% 15px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#all-product-wrapper {
padding: 5% 0;
}
}
#all-product-wrapper .all-product-inner {
position: relative;
width: 100%;
max-width: 1480px;
margin-left: auto;
margin-right: auto;
}
#all-product-wrapper .all-product-inner .filter-toggle-mobile {
position: relative;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #d7d7d7;
padding: 15px 15px;
text-align: left;
cursor: pointer;
display: none;
}
@media screen and (max-width: 767px) {
#all-product-wrapper .all-product-inner .filter-toggle-mobile {
display: block;
}
}
#all-product-wrapper .all-product-inner .filter-toggle-mobile h4 {
font-size: 18px;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
}
#all-product-wrapper .all-product-inner .filter-toggle-mobile img {
position: absolute;
display: block;
width: 9px;
top: 50%;
right: 15px;
-webkit-transform: translate3d(0, -50%, 0) rotateZ(-90deg);
transform: translate3d(0, -50%, 0) rotateZ(-90deg);
}
#all-product-wrapper .all-product-inner button.btn-nav-mobile-back {
position: relative;
padding: 0;
background-color: transparent;
border-radius: 0;
border: none;
display: none;
}
@media screen and (max-width: 767px) {
#all-product-wrapper .all-product-inner button.btn-nav-mobile-back {
display: block;
}
}
#all-product-wrapper .all-product-inner button.btn-nav-mobile-back img.arrow-back {
position: relative;
display: block;
width: 40px;
margin-bottom: 20px;
margin-left: 5px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#all-product-wrapper .all-product-inner .all-product-filter-wrapper {
position: relative;
float: left;
width: 230px;
}
@media screen and (max-width: 1080px) {
#all-product-wrapper .all-product-inner .all-product-filter-wrapper {
width: 200px;
}
}
@media screen and (max-width: 991px) {
#all-product-wrapper .all-product-inner .all-product-filter-wrapper {
width: 180px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#all-product-wrapper .all-product-inner .all-product-filter-wrapper {
width: 160px;
}
}
@media screen and (max-width: 767px) {
#all-product-wrapper .all-product-inner .all-product-filter-wrapper {
position: fixed;
top: 0;
left: 0;
padding: 25px 15px;
background-color: #fff;
width: 100%;
z-index: 3;
height: 100%;
overflow-y: auto;
-webkit-transform: translateX(-100%) translateZ(0);
transform: translateX(-100%) translateZ(0);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
}
#all-product-wrapper .all-product-inner .all-product-filter-wrapper.active {
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
}
#all-product-wrapper .all-product-inner .all-product-grid {
position: relative;
float: left;
width: -webkit-calc(100% - 230px);
width: calc(100% - 230px);
padding-left: 5.5%;
}
@media screen and (max-width: 1380px) {
#all-product-wrapper .all-product-inner .all-product-grid {
padding-left: 15px;
}
}
@media screen and (max-width: 1080px) {
#all-product-wrapper .all-product-inner .all-product-grid {
width: -webkit-calc(100% - 200px);
width: calc(100% - 200px);
}
}
@media screen and (max-width: 991px) {
#all-product-wrapper .all-product-inner .all-product-grid {
width: -webkit-calc(100% - 180px);
width: calc(100% - 180px);
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#all-product-wrapper .all-product-inner .all-product-grid {
width: -webkit-calc(100% - 160px);
width: calc(100% - 160px);
}
}
@media screen and (max-width: 767px) {
#all-product-wrapper .all-product-inner .all-product-grid {
width: 100%;
padding-left: 0;
}
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown {
display: inline-block;
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown button.btn-custom {
font-size: 20px;
font-family: 'Montserrat-Regular';
text-transform: uppercase;
border: none;
padding: 15px 15px;
line-height: 20px;
}
@media screen and (max-width: 1080px) {
#all-product-wrapper .all-product-inner .all-product-grid .dropdown button.btn-custom {
font-size: 18px;
}
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown button.btn-custom.active, #all-product-wrapper .all-product-inner .all-product-grid .dropdown button.btn-custom:active, #all-product-wrapper .all-product-inner .all-product-grid .dropdown button.btn-custom:focus {
background-color: #fff;
outline: none;
box-shadow: none;
color: #242424;
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu {
background-color: #f8f8f8;
border: none;
border-radius: 0;
margin-top: 0;
box-shadow: 0 4px 7px rgba(0, 0, 0, 0.175);
}
@media screen and (max-width: 767px) {
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu {
left: initial;
right: 0;
}
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li.active > a,
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li.active > a:focus,
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li.active > a:hover {
background-color: #242424;
border-color: #242424;
color: #fff;
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li > a {
color: #989898;
font-size: 13px;
padding: 5px 20px;
-webkit-transition: background-color 0.3s ease, color 0.3s ease;
transition: background-color 0.3s ease, color 0.3s ease;
cursor: pointer;
}
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li > a:focus, #all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li > a:hover {
background-color: #242424;
border-color: #242424;
color: #fff;
}
@media screen and (max-width: 1080px) {
#all-product-wrapper .all-product-inner .all-product-grid .dropdown ul.dropdown-menu > li > a {
font-size: 12px;
}
}
.product-grid {
position: relative;
text-align: center;
margin-bottom: 6%;
}
@media screen and (max-width: 767px) {
.product-grid {
margin-bottom: 15px;
}
}
.product-grid.muse-detail {
width: 100%;
max-width: 180px;
display: inline-block;
}
@media screen and (max-width: 767px) {
.product-grid.muse-detail {
width: 30%;
margin-top: 25px;
margin-bottom: 15px;
}
}
.product-grid:hover .product-hover {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
.product-grid:hover .product-hover a {
pointer-events: auto;
}
.product-grid:hover .product-hover button.btn-custom {
pointer-events: auto;
}
@media screen and (max-width: 1080px) {
.product-grid:hover .product-hover button.btn-custom {
padding-left: 6px;
padding-right: 6px;
}
}
.product-grid img.product-grid-image {
display: block;
position: relative;
width: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.product-grid p {
color: #9b9b9b;
letter-spacing: 1px;
}
.product-grid .product-hover {
position: absolute;
top: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 94%;
background-color: #fff;
padding: 11px 11px 21px;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.5s cubic-bezier(0.694, 0, 0.335, 1);
transition: all 0.5s cubic-bezier(0.694, 0, 0.335, 1);
box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.23);
box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.06), 0 9px 31px rgba(0, 0, 0, 0.06);
z-index: 2;
}
@media screen and (max-width: 1380px) {
.product-grid .product-hover {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.product-grid .product-hover {
display: none;
}
}
.product-grid .product-hover .product-hover-image {
position: relative;
width: 100%;
min-height: 100px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin-bottom: 20px;
}
.product-grid .product-hover .product-hover-image:before {
content: '';
display: block;
padding-top: 78%;
}
@media screen and (max-width: 1080px) {
.product-grid .product-hover .product-hover-image {
margin-bottom: 15px;
}
}
.product-grid .product-hover p.product-hover-name {
color: #575757;
font-family: 'Lato-Bold';
margin-bottom: 4px;
}
@media screen and (max-width: 1380px) {
.product-grid .product-hover p.product-hover-name {
margin-bottom: 2px;
}
}
.product-grid .product-hover p.product-hover-price {
color: #3b3b3b;
font-family: 'Lato-Bold';
font-size: 18px;
margin-bottom: 20px;
margin-bottom: 0;
}
@media screen and (max-width: 1380px) {
.product-grid .product-hover p.product-hover-price {
font-size: 16px;
}
}
@media screen and (max-width: 1080px) {
.product-grid .product-hover p.product-hover-price {
margin-bottom: 15px;
font-size: 14px;
}
}
@media screen and (max-width: 991px) {
.product-grid .product-hover p.product-hover-price {
margin-bottom: 5px;
}
}
.product-grid .product-hover p.product-hover-price span {
display: inline-block;
vertical-align: middle;
}
.product-grid .product-hover p.product-hover-price span.normal-price-slash {
text-decoration: line-through;
color: #d40000;
margin-right: 5px;
}
.product-grid .product-hover p.product-hover-price span.normal-price-slash .normal-price-color {
color: #3b3b3b;
display: block;
}
.product-grid .product-hover button.btn-add-to-wishlist {
position: relative;
background: transparent;
box-shadow: none;
outline: none;
display: block;
margin-left: auto;
margin-right: auto;
padding: 0;
margin-top: 4px;
margin-bottom: 9px;
}
.product-grid .product-hover button.btn-add-to-wishlist.active svg.heart, .product-grid .product-hover button.btn-add-to-wishlist:focus svg.heart, .product-grid .product-hover button.btn-add-to-wishlist:hover svg.heart {
fill: #6b6b6b;
}
.product-grid .product-hover button.btn-add-to-wishlist svg.heart {
display: block;
width: 32px;
stroke: #6b6b6b;
fill: transparent;
}
.product-grid .product-hover a {
pointer-events: none;
}
.product-grid .product-hover button.btn-custom {
font-size: 13px;
width: 90%;
margin-left: auto;
margin-right: auto;
pointer-events: none;
}
@media screen and (max-width: 1080px) {
.product-grid .product-hover button.btn-custom {
font-size: 12px;
}
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: none;
}
.panel-group .panel-custom + .panel-custom {
margin-top: 0;
}
.panel-custom {
border-radius: 0;
box-shadow: none;
border: none;
margin-top: 0;
}
.panel-custom.mobile-menu .panel-heading {
padding: 15px 15px 15px;
}
.panel-custom.mobile-menu .panel-heading:after {
content: '';
position: absolute;
bottom: -1px;
left: 10px;
height: 3px;
width: 0;
background-color: #303030;
-webkit-transition: width 0.3s ease;
transition: width 0.3s ease;
}
.panel-custom.mobile-menu .panel-heading[aria-expanded='true']:after {
width: 40%;
}
.panel-custom .panel-heading {
position: relative;
border-bottom: 1px solid #d7d7d7;
padding: 15px 15px;
cursor: pointer;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.panel-custom .panel-heading {
padding: 10px 15px;
}
}
.panel-custom .panel-heading.collapsed img.filter-arrow {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.panel-custom .panel-heading .panel-title {
font-size: 20px;
text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
.panel-custom .panel-heading .panel-title {
font-size: 18px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.panel-custom .panel-heading .panel-title {
font-size: 16px;
}
}
.panel-custom .panel-heading img.filter-arrow {
position: absolute;
display: block;
width: 9px;
top: 50%;
right: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
@media screen and (max-width: 767px) {
.panel-custom .panel-heading img.filter-arrow {
right: 15px;
}
}
.panel-custom .panel-collapse .panel-body .checkbox-wrapper {
margin-bottom: 8px;
}
.panel-custom .panel-collapse .panel-body .pick-color {
position: relative;
width: 24px;
height: 24px;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
border-radius: 50%;
}
@media screen and (max-width: 1080px) {
.panel-custom .panel-collapse .panel-body .pick-color {
margin-bottom: 7px;
margin-right: 7px;
}
}
input[type=checkbox].checkbox-custom,
input[type=radio].checkbox-custom {
position: absolute;
z-index: -1000;
left: -1000px;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
}
input[type=checkbox].checkbox-custom + label.checkbox-custom-label,
input[type=radio].checkbox-custom + label.checkbox-custom-label {
padding-left: 18px;
height: 11px;
display: inline-block;
line-height: 11px;
background-repeat: no-repeat;
background-position: 0 0;
font-size: 14px;
font-family: 'Lato-Regular';
color: #989898;
vertical-align: middle;
cursor: pointer;
font-weight: normal;
}
@media screen and (max-width: 1380px) {
input[type=checkbox].checkbox-custom + label.checkbox-custom-label,
input[type=radio].checkbox-custom + label.checkbox-custom-label {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
input[type=checkbox].checkbox-custom + label.checkbox-custom-label,
input[type=radio].checkbox-custom + label.checkbox-custom-label {
font-size: 12px;
}
}
input[type=checkbox].checkbox-custom:checked + label.checkbox-custom-label,
input[type=radio].checkbox-custom:checked + label.checkbox-custom-label {
background-position: 0 -11px;
}
label.checkbox-custom-label {
background-image: url("../images/main/checkbox.png");
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.row.payment-method-row {
margin-bottom: 3%;
}
.row.payment-method-row .checkbox-wrapper {
display: inline-block;
vertical-align: middle;
margin-right: 40px;
}
@media screen and (max-width: 767px) {
.row.payment-method-row .checkbox-wrapper {
display: block;
vertical-align: initial;
margin-bottom: 20px;
}
}
.row.payment-method-row .checkbox-wrapper .checkbox-custom-label {
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.row.payment-method-row .checkbox-wrapper .checkbox-custom-label {
display: block;
margin-bottom: 10px;
}
}
img.payment-logo {
width: 60px;
display: inline-block;
vertical-align: middle;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin-left: 10px;
}
img.payment-logo.bank {
width: 80px;
}
@media screen and (max-width: 767px) {
img.payment-logo {
width: 60px;
}
}
.pagination-custom {
position: relative;
margin-top: 10%;
z-index: 0;
}
@media screen and (max-width: 1080px) {
.pagination-custom {
margin-top: 15%;
}
}
@media screen and (max-width: 991px) {
.pagination-custom {
margin-top: 18%;
}
}
@media screen and (min-width: 768px) {
.pagination-custom > li > a:focus,
.pagination-custom > li > a:hover {
background-color: transparent;
border: none;
color: #626262;
}
.pagination-custom > li > a:focus:after,
.pagination-custom > li > a:hover:after {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
transform: translate3d(-50%, -50%, 0) rotate(45deg);
width: 60%;
height: 60%;
border: 1px solid #5a5a5a;
z-index: 2;
}
}
.pagination-custom > li.active > a,
.pagination-custom > li.active > a:focus,
.pagination-custom > li.active > a:hover,
.pagination-custom > li.active > span,
.pagination-custom > li.active > span:focus,
.pagination-custom > li.active > span:hover {
background-color: transparent;
border: none;
color: #626262;
}
.pagination-custom > li.active > a:after,
.pagination-custom > li.active > a:focus:after,
.pagination-custom > li.active > a:hover:after,
.pagination-custom > li.active > span:after,
.pagination-custom > li.active > span:focus:after,
.pagination-custom > li.active > span:hover:after {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
transform: translate3d(-50%, -50%, 0) rotate(45deg);
width: 60%;
height: 60%;
border: 1px solid #5a5a5a;
z-index: 2;
}
.pagination-custom > li > a {
position: relative;
border-radius: 0;
border: none;
color: #9e9e9e;
padding: 12px 18px;
}
@media screen and (max-width: 767px) {
.pagination-custom > li > a {
padding: 8px 14px;
}
}
/**************************************************/
/* END PRODUCT ;*/
/**************************************************/
/**************************************************/
/* PRODUCT DETAIL ;*/
/**************************************************/
#product-detail {
position: relative;
width: 100%;
padding: 3.5% 2.5% 5%;
}
@media screen and (max-width: 1280px) {
#product-detail {
padding: 4.5% 25px 5%;
}
}
@media screen and (max-width: 1080px) {
#product-detail {
padding: 43.5% 15px 5%;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#product-detail {
padding: 4.5% 0 5%;
}
}
@media screen and (max-width: 767px) {
#product-detail {
padding: 25px 0 15px;
}
}
#product-detail .product-detail-image {
position: relative;
width: 79.5%;
border: 1px solid #e7e7e7;
display: inline-block;
vertical-align: top;
left: 20.5%;
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-image {
display: block;
left: initial;
width: 100%;
}
}
#product-detail .product-detail-carousel-wrapper {
position: relative;
display: inline-block;
vertical-align: top;
right: 79.5%;
width: 20.5%;
padding-right: 30px;
}
@media screen and (max-width: 1180px) {
#product-detail .product-detail-carousel-wrapper {
padding-right: 20px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#product-detail .product-detail-carousel-wrapper {
padding-right: 15px;
}
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-carousel-wrapper {
display: block;
right: initial;
width: 100%;
padding-right: 24px;
padding-left: 24px;
margin-top: 15px;
margin-bottom: 20px;
}
}
#product-detail .product-detail-carousel-wrapper .tns-inner {
padding-top: 1px;
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-carousel-wrapper .tns-controls {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
width: 100%;
}
}
#product-detail .product-detail-carousel-wrapper .tns-controls button {
background: transparent;
width: 100%;
text-align: center;
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-carousel-wrapper .tns-controls button {
width: auto;
}
}
#product-detail .product-detail-carousel-wrapper .tns-controls button:focus, #product-detail .product-detail-carousel-wrapper .tns-controls button:active, #product-detail .product-detail-carousel-wrapper .tns-controls button:hover {
outline: none;
}
#product-detail .product-detail-carousel-wrapper .tns-controls button img {
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
width: 10px;
display: block;
margin-left: auto;
margin-right: auto;
}
#product-detail .product-detail-carousel-wrapper .tns-controls button[data-controls='prev'] {
margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-carousel-wrapper .tns-controls button[data-controls='prev'] {
left: 0;
position: relative;
-webkit-transform: rotateZ(-90deg);
-ms-transform: rotate(-90deg);
transform: rotateZ(-90deg);
padding: 0;
margin: 0;
display: block;
}
}
#product-detail .product-detail-carousel-wrapper .tns-controls button[data-controls='next'] {
position: absolute;
top: 100%;
left: 0;
background-color: #fff;
margin-top: 5px;
z-index: 1;
width: -webkit-calc(100% - 30px);
width: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-carousel-wrapper .tns-controls button[data-controls='next'] {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0) rotateZ(-90deg);
transform: translate3d(0, -50%, 0) rotateZ(-90deg);
float: none;
left: initial;
padding: 0;
margin: 0;
display: block;
width: auto;
}
}
#product-detail .product-detail-carousel-wrapper .product-detail-carousel-item {
position: relative;
width: 100%;
min-height: 40px;
border: 1px solid #e7e7e7;
}
#product-detail .product-detail-carousel-wrapper .product-detail-carousel-item:before {
content: '';
display: block;
padding-top: 100%;
}
#product-detail .product-detail-description {
position: relative;
padding: 0 4% 0 5%;
}
@media screen and (max-width: 1280px) {
#product-detail .product-detail-description {
padding: 0;
}
}
#product-detail .product-detail-description h3 {
text-transform: uppercase;
font-size: 4rem;
letter-spacing: 3px;
margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-description h3 {
font-size: 26px;
}
}
#product-detail .product-detail-description h4.price {
font-family: 'Lato-Italic';
margin-bottom: 5%;
}
#product-detail .product-detail-description h4 span {
display: inline-block;
vertical-align: middle;
}
#product-detail .product-detail-description h4 span.normal-price-slash {
text-decoration: line-through;
color: #d40000;
margin-right: 5px;
}
#product-detail .product-detail-description h4 span.normal-price-slash .normal-price-color {
color: #3b3b3b;
display: block;
}
#product-detail .product-detail-description .description-section {
position: relative;
width: 100%;
margin-bottom: 30px;
}
#product-detail .product-detail-description .description-section p.description-text,
#product-detail .product-detail-description .description-section p .grey {
color: #9b9b9b;
}
#product-detail .product-detail-description .description-section a {
color: #3399ff;
text-decoration: underline;
}
#product-detail .product-detail-description .description-section .product-material {
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
@media screen and (max-width: 1180px) {
#product-detail .product-detail-description .description-section .product-material {
margin-bottom: 10px;
}
}
#product-detail .product-detail-description .description-section .product-material-thumbnail {
position: relative;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius: 50%;
margin-right: 10px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
margin-right: 4px;
}
#product-detail .product-detail-description .description-section .product-material-text {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
color: #9b9b9b;
}
#product-detail .product-detail-description .description-action {
position: relative;
width: 100%;
margin-top: 3%;
}
#product-detail .product-detail-description hr.product-detail-line {
border-top-color: #e1e1e1;
margin-top: 4%;
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
#product-detail .product-detail-description hr.product-detail-line {
margin-top: 25px;
margin-bottom: 15px;
}
}
#product-detail .product-detail-description p.share-text {
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
margin-bottom: 0;
}
.input-group-stepper {
width: 100%;
max-width: 210px;
border: 1px solid #dadada;
z-index: 0;
}
@media screen and (max-width: 1280px) {
.input-group-stepper {
width: 160px;
}
}
@media screen and (max-width: 767px) {
.input-group-stepper {
width: 100%;
max-width: none;
}
}
.input-group-stepper.small {
width: 140px;
}
.input-group-stepper.small input.input-number {
font-size: 13px;
}
.input-group-stepper.inline {
display: inline-block;
vertical-align: middle;
}
.input-group-stepper.center {
margin: 0 auto;
}
.input-group-stepper button.btn-number {
border-radius: 0;
border: none;
box-shadow: none;
outline: none;
background-color: #fff;
}
.input-group-stepper button.btn-number:hover, .input-group-stepper button.btn-number:focus, .input-group-stepper button.btn-number:active,
.input-group-stepper button.btn-number .active {
box-shadow: none;
outline: none;
background-color: #fff;
}
.input-group-stepper .minus-sign,
.input-group-stepper .plus-sign {
position: relative;
display: block;
width: 9px;
height: 1px;
background-color: #6b6b6b;
margin-top: 10px;
margin-bottom: 11px;
}
.input-group-stepper .plus-sign:after {
content: '';
display: block;
position: absolute;
left: 4px;
top: -4px;
background-color: #6b6b6b;
height: 9px;
width: 1px;
}
.input-group-stepper input.input-number {
text-align: center;
outline: none;
box-shadow: none;
border: none;
}
@media screen and (max-width: 1380px) {
.input-group-stepper input.input-number {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
.input-group-stepper input.input-number {
font-size: 12px;
}
}
.input-group-stepper input.input-number:hover, .input-group-stepper input.input-number:focus {
outline: none;
box-shadow: none;
}
#product-similar {
position: relative;
width: 100%;
padding: 4% 7% 9%;
}
@media screen and (max-width: 1380px) {
#product-similar {
padding: 4% 4% 9%;
}
}
@media screen and (max-width: 1280px) {
#product-similar {
padding: 4% 25px 9%;
}
}
@media screen and (max-width: 1080px) {
#product-similar {
padding: 4% 15px 9%;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#product-similar {
padding: 4% 0 9%;
}
}
@media screen and (max-width: 767px) {
#product-similar {
padding: 35px 0 40px;
}
}
#product-similar:before {
content: '';
display: block;
height: 1px;
width: 90.6%;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #ebebeb;
z-index: 1;
}
#product-similar h3 {
margin-top: 0;
margin-bottom: 2.5%;
}
@media screen and (max-width: 767px) {
#product-similar h3 {
margin-bottom: 20px;
}
}
/**************************************************/
/* END PRODUCT DETAIL ;*/
/**************************************************/
/**************************************************/
/* GIFTCARD ;*/
/**************************************************/
p.giftcard-header-description {
text-transform: uppercase;
color: #fff;
letter-spacing: 7px;
font-size: 15px;
margin-top: 3%;
}
@media screen and (max-width: 767px) {
p.giftcard-header-description {
letter-spacing: 1px;
font-size: 13px;
}
}
img.giftcard-image {
position: relative;
display: inline-block;
vertical-align: bottom;
width: 100%;
max-width: 31rem;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
img.giftcard-image {
margin-left: auto;
margin-right: auto;
display: block;
}
}
.giftcard-description {
position: relative;
display: inline-block;
vertical-align: bottom;
}
@media screen and (max-width: 767px) {
.giftcard-description {
display: block;
width: 100%;
margin-bottom: 40px;
padding-left: 15px;
padding-right: 15px;
}
}
.giftcard-description h3 {
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.giftcard-description h3 {
margin-bottom: 10px;
}
}
.giftcard-description button.btn-custom {
margin-top: 20px;
}
@media screen and (max-width: 767px) {
.giftcard-description button.btn-custom {
margin-top: 10px;
}
}
/**************************************************/
/* END GIFTCARD ;*/
/**************************************************/
/**************************************************/
/* JOURNAL MEDIA ;*/
/**************************************************/
.journal-media-thumbnail {
position: relative;
width: 93.5%;
min-height: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
cursor: pointer;
}
.journal-media-thumbnail:before {
content: '';
display: block;
padding-top: 135%;
}
@media screen and (max-width: 1280px) {
.journal-media-thumbnail {
width: 100%;
margin-bottom: 40px;
}
}
hr.journal-media-line {
width: 100%;
max-width: 120px;
margin-left: 0;
margin-right: auto;
border-bottom-color: #d7d7d7;
}
ul.journal-media-filter {
padding-left: 0;
list-style: none;
}
ul.journal-media-filter > li {
margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
ul.journal-media-filter > li {
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
}
}
ul.journal-media-filter > li.active a {
color: #3b3b3b;
font-family: 'Lato-Bold';
}
ul.journal-media-filter > li > a {
font-size: 18px;
color: #747474;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
}
@media screen and (max-width: 1280px) {
ul.journal-media-filter > li > a {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
ul.journal-media-filter > li > a {
display: inline-block;
font-size: 13px;
}
}
ul.journal-media-filter > li > a:hover, ul.journal-media-filter > li > a:focus {
color: #3b3b3b;
font-family: 'Lato-Bold';
}
.journal-media-modal-img {
position: relative;
width: 100%;
min-height: 150px;
}
.journal-media-modal-img:before {
content: '';
display: block;
padding-top: 118%;
}
.journal-media-slider-wrapper {
position: relative;
}
.journal-media-slider-wrapper .tns-outer {
position: relative;
}
.journal-media-slider-wrapper .tns-outer .tns-nav {
position: absolute;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 2;
}
.journal-media-slider-wrapper .tns-outer .tns-nav button {
position: relative;
height: 11px;
width: 11px;
background-color: transparent;
border: 1px solid #fff;
margin: 0 5px;
padding: 0;
}
.journal-media-slider-wrapper .tns-outer .tns-nav button[aria-selected='true'] {
background-color: #fff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border: none;
width: 9px;
height: 9px;
}
.journal-media-slider-wrapper .tns-outer .tns-nav button[aria-selected='true']:after {
content: '';
display: block;
position: absolute;
top: -3px;
left: -3px;
width: 15px;
height: 15px;
border: 1px solid #fff;
}
.black-gradient-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(60%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
.black-gradient-overlay {
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(60%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0) 100%);
}
}
.shop-their-looks-wrapper {
position: relative;
display: inline-block;
margin-right: 15px;
}
.shop-their-looks-wrapper img.shop-their-looks-img {
position: relative;
display: block;
width: 100%;
max-width: 140px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
.shop-their-looks-wrapper img.shop-their-looks-img {
max-width: 90px;
}
}
.shop-their-looks-wrapper p {
text-align: center;
font-size: 12px !important;
margin-bottom: 0 !important;
}
/**************************************************/
/* END JOURNAL MEDIA ;*/
/**************************************************/
/**************************************************/
/* JOURNAL EVENTS ;*/
/**************************************************/
.journal-events-thumbnail-special {
position: relative;
width: 100%;
min-height: 150px;
cursor: pointer;
}
.journal-events-thumbnail-special:before {
content: '';
display: block;
padding-top: 66%;
}
.journal-events-thumbnail-description {
position: relative;
padding: 5% 4%;
margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
.journal-events-thumbnail-description {
padding: 5% 0;
margin-bottom: 30px;
}
}
.journal-events-thumbnail-description.small {
padding: 30px 15px;
}
@media screen and (max-width: 991px) {
.journal-events-thumbnail-description.small {
padding: 15px 0;
}
}
.journal-events-thumbnail-description p.journal-events-thumbnail-date {
font-size: 13px;
color: #838383;
margin-bottom: 20px;
margin-bottom: 5px;
margin-top: 0;
}
@media screen and (max-width: 1080px) {
.journal-events-thumbnail-description p.journal-events-thumbnail-date {
font-size: 12px;
}
}
.journal-events-thumbnail-description h4.journal-events-thumbnail-title {
text-transform: uppercase;
margin-bottom: 20px;
margin-bottom: 12px;
margin-top: 0;
letter-spacing: 2px;
}
@media screen and (max-width: 1080px) {
.journal-events-thumbnail-description h4.journal-events-thumbnail-title {
margin-bottom: 8px;
}
}
.journal-events-thumbnail-description button.btn-custom {
margin-top: 18px;
}
@media screen and (max-width: 991px) {
.journal-events-thumbnail-description button.btn-custom {
margin-top: 18px;
}
}
.journal-events-thumbnail-normal {
position: relative;
width: 100%;
min-height: 150px;
cursor: pointer;
}
.journal-events-thumbnail-normal:before {
content: '';
display: block;
padding-top: 56%;
}
.responsive-gallery-outer {
position: relative;
width: 100%;
}
.responsive-gallery-outer .navigation-wrapper {
position: absolute;
top: 50%;
left: 0;
width: 100%;
pointer-events: none;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.responsive-gallery-outer .navigation-wrapper button.prev {
position: absolute;
top: 0;
left: 0;
pointer-events: auto;
z-index: 2;
background: transparent;
}
.responsive-gallery-outer .navigation-wrapper button.prev img {
position: relative;
width: 14px;
display: block;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.responsive-gallery-outer .navigation-wrapper button.next {
position: absolute;
top: 0;
right: 0;
pointer-events: auto;
z-index: 2;
background: transparent;
}
.responsive-gallery-outer .navigation-wrapper button.next img {
position: relative;
width: 14px;
display: block;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/**************************************************/
/* END JOURNAL EVENTS ;*/
/**************************************************/
/**************************************************/
/* JOURNAL MUSE ;*/
/**************************************************/
.muse-of-the-month-thumbnail {
position: relative;
width: 100%;
min-height: 150px;
}
.muse-of-the-month-thumbnail:before {
content: '';
display: block;
padding-top: 104%;
}
.muse-of-the-month-description {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px 5%;
}
@media screen and (max-width: 991px) {
.muse-of-the-month-description {
padding: 20px 15px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.muse-of-the-month-description {
position: relative;
padding: 0 0 20px;
}
}
.muse-of-the-month-description h2 {
text-transform: uppercase;
margin-bottom: 25px;
font-size: 4rem;
}
@media screen and (max-width: 767px) {
.muse-of-the-month-description h2 {
font-size: 28px;
}
}
.muse-of-the-month-description p {
margin-bottom: 20px;
}
.muse-of-the-month-description button.btn-custom {
margin-top: 8%;
}
.muse-of-the-month-filter {
position: relative;
}
.muse-of-the-month-filter .form-group-select-inline {
display: inline-block;
vertical-align: middle;
}
@media screen and (max-width: 767px) {
.muse-of-the-month-filter .form-group-select-inline {
margin-bottom: 5px;
}
}
.muse-of-the-month-filter .form-group-select-inline label,
.muse-of-the-month-filter .form-group-select-inline select {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
}
.muse-of-the-month-filter .form-group-select-inline label {
margin-right: 10px;
}
.muse-of-the-month-filter .form-group-select-inline select {
width: auto;
box-shadow: none;
border: none;
outline: none;
background-color: transparent;
}
.muse-of-the-month-filter ul.muse-of-the-month-list {
position: relative;
vertical-align: middle;
display: inline-block;
padding-left: 0;
float: right;
list-style: none;
}
@media screen and (max-width: 767px) {
.muse-of-the-month-filter ul.muse-of-the-month-list {
float: none;
border-top: 1px solid #d7d7d7;
padding-top: 15px;
}
}
.muse-of-the-month-filter ul.muse-of-the-month-list > li {
display: inline-block;
margin-left: 30px;
cursor: pointer;
color: #c5c5c5;
font-family: 'Lato-Semibold';
-webkit-transition: color 0.4s ease;
transition: color 0.4s ease;
}
@media screen and (max-width: 1380px) {
.muse-of-the-month-filter ul.muse-of-the-month-list > li {
margin-left: 20px;
}
}
@media screen and (max-width: 1280px) {
.muse-of-the-month-filter ul.muse-of-the-month-list > li {
margin-left: 16px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.muse-of-the-month-filter ul.muse-of-the-month-list > li {
margin-left: 10px;
}
}
@media screen and (max-width: 767px) {
.muse-of-the-month-filter ul.muse-of-the-month-list > li {
margin-left: 0;
margin-right: 10px;
}
}
.muse-of-the-month-filter ul.muse-of-the-month-list > li:hover, .muse-of-the-month-filter ul.muse-of-the-month-list > li:focus, .muse-of-the-month-filter ul.muse-of-the-month-list > li:active, .muse-of-the-month-filter ul.muse-of-the-month-list > li.active {
color: #454545;
}
/**************************************************/
/* END JOURNAL MUSE ;*/
/**************************************************/
/**************************************************/
/* JOURNAL MUSE DETAIL 1 ;*/
/**************************************************/
.journal-muse-grid {
position: relative;
width: 100%;
margin-top: 7%;
padding: 0 3%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.journal-muse-grid {
padding: 0;
}
}
.journal-muse-thumbnail-wrapper {
position: relative;
width: 100%;
max-width: 400px;
display: block;
margin: 0 auto;
text-align: center;
margin-bottom: 17%;
}
@media screen and (max-width: 767px) {
.journal-muse-thumbnail-wrapper {
margin-bottom: 40px;
}
}
.journal-muse-thumbnail-wrapper .journal-muse-thumbnail {
position: relative;
width: 100%;
min-height: 150px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin-bottom: 8%;
}
.journal-muse-thumbnail-wrapper .journal-muse-thumbnail:before {
content: '';
display: block;
padding-top: 150%;
}
.journal-muse-thumbnail-wrapper h4 {
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 30px;
font-size: 2.5rem;
font-size: 25px;
}
@media screen and (max-width: 1380px) {
.journal-muse-thumbnail-wrapper h4 {
font-size: 23px;
}
}
@media screen and (max-width: 1280px) {
.journal-muse-thumbnail-wrapper h4 {
font-size: 21px;
}
}
@media screen and (max-width: 767px) {
.journal-muse-thumbnail-wrapper h4 {
font-size: 18px;
margin-bottom: 18px;
margin-top: 16px;
}
}
.muse-detail-profile-img {
position: relative;
width: 88%;
min-height: 150px;
border: 13px solid #fff;
margin-left: auto;
margin-top: -32%;
}
.muse-detail-profile-img:before {
content: '';
display: block;
padding-top: 120%;
}
@media screen and (max-width: 1380px) {
.muse-detail-profile-img {
width: 92%;
}
}
@media screen and (max-width: 1280px) {
.muse-detail-profile-img {
width: 96%;
}
}
@media screen and (max-width: 767px) {
.muse-detail-profile-img {
margin-left: auto;
margin-right: auto;
border-width: 11px;
}
}
.muse-detail-profile-information {
position: relative;
padding: 6% 5%;
}
@media screen and (max-width: 1380px) {
.muse-detail-profile-information {
padding: 6% 15px;
}
}
@media screen and (max-width: 1280px) {
.muse-detail-profile-information {
padding: 6% 0;
}
}
@media screen and (max-width: 991px) {
.muse-detail-profile-information {
padding: 10px 0 6%;
}
}
.muse-detail-profile-information h3 {
text-transform: uppercase;
margin-bottom: 4.5%;
letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
.muse-detail-profile-information h3 {
margin-bottom: 25px;
margin-top: 0;
text-align: center;
}
}
@media screen and (max-width: 767px) {
.muse-detail-profile-information p.subtitle {
margin-bottom: 5px;
}
}
.muse-detail-profile-information .point {
position: relative;
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
.muse-detail-profile-information .point {
margin-bottom: 25px;
}
}
.muse-detail-image {
position: relative;
width: 100%;
min-height: 150px;
margin-bottom: 10%;
}
.muse-detail-image:before {
content: '';
display: block;
padding-top: 73%;
}
@media screen and (max-width: 767px) {
.muse-detail-image {
margin-bottom: 15px;
}
}
.muse-detail-image-long {
position: relative;
width: 100%;
min-height: 150px;
margin-top: 4%;
}
.muse-detail-image-long:before {
content: '';
display: block;
padding-top: 38%;
}
.muse-about-person-title {
text-transform: uppercase;
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
.muse-about-person-title {
margin-bottom: 25px;
}
}
.muse-about-person-point {
position: relative;
margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
.muse-about-person-point {
margin-bottom: 25px;
}
}
.muse-about-person-point p {
font-size: 15px;
}
@media screen and (max-width: 1380px) {
.muse-about-person-point p {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
.muse-about-person-point p {
font-size: 12px;
}
}
.muse-about-person-point p.subtitle {
margin-bottom: 20px;
font-size: 16px;
}
@media screen and (max-width: 1380px) {
.muse-about-person-point p.subtitle {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
.muse-about-person-point p.subtitle {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.muse-about-person-point p.subtitle {
margin-bottom: 5px;
}
}
.muse-detail-person-quote {
position: relative;
text-align: center;
padding: 5% 0;
}
@media screen and (max-width: 767px) {
.muse-detail-person-quote {
padding: 20px 0 25px;
}
}
.muse-detail-person-quote p.subtitle {
margin-bottom: 2%;
letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.muse-detail-person-quote p.subtitle {
letter-spacing: 0;
margin-bottom: 10px;
}
}
.muse-detail-person-quote h4 {
text-transform: uppercase;
line-height: 2;
letter-spacing: 3px;
}
@media screen and (max-width: 1380px) {
.muse-detail-person-quote h4 {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.muse-detail-person-quote h4 {
line-height: 1.2;
margin-top: 20px;
margin-bottom: 20px;
letter-spacing: 0;
}
}
.muse-detail-person-quote button.btn-custom {
margin-top: 3%;
}
.muse-detail-shop-their-look {
padding: 4% 0 0;
}
@media screen and (max-width: 767px) {
.muse-detail-shop-their-look {
padding: 25px 0 0;
}
}
.muse-detail-shop-their-look.side-padding {
padding-left: 5%;
padding-right: 5%;
}
@media screen and (max-width: 767px) {
.muse-detail-shop-their-look.side-padding {
padding-left: 0;
padding-right: 0;
}
}
.muse-detail-shop-their-look.bottom-padding {
padding-bottom: 4%;
}
@media screen and (max-width: 767px) {
.muse-detail-shop-their-look.bottom-padding {
margin-bottom: 25px;
}
}
.muse-detail-shop-their-look h3 {
text-transform: uppercase;
letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
.muse-detail-shop-their-look h3 {
margin-top: 0;
}
}
.no-margin,
hr.no-margin {
margin: 0;
}
hr.muse-detail-popup-line {
width: 90%;
margin-left: auto;
margin-right: auto;
}
/**************************************************/
/* END JOURNAL MUSE DETAIL 1 ;*/
/**************************************************/
/**************************************************/
/* JOURNAL MUSE DETAIL 2 ;*/
/**************************************************/
.muse-detail-video-wrapper {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
pointer-events: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.muse-detail-video-wrapper.active {
opacity: 1;
pointer-events: auto;
}
.muse-detail-video-wrapper:before {
content: '';
display: block;
padding-top: 56.25%;
}
iframe#muse-detail-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.muse-detail-alternative-image {
position: relative;
width: 100%;
min-height: 150px;
}
.muse-detail-alternative-image:before {
content: '';
display: block;
padding-top: 64%;
}
@media screen and (max-width: 767px) {
.muse-detail-alternative-image {
margin-bottom: 20px;
}
}
.muse-detail-alternative-information {
padding: 5%;
}
@media screen and (max-width: 1380px) {
.muse-detail-alternative-information {
padding: 5% 25px;
}
}
@media screen and (max-width: 1280px) {
.muse-detail-alternative-information {
padding: 5% 15px;
}
}
@media screen and (max-width: 767px) {
.muse-detail-alternative-information {
padding: 0 0 15px;
}
}
.muse-detail-alternative-information h3 {
text-transform: uppercase;
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
.muse-detail-alternative-information h3 {
margin-top: 0;
margin-bottom: 15px;
}
}
.muse-detail-alternative-information .point {
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
.muse-detail-alternative-information .point {
margin-bottom: 25px;
}
}
.muse-detail-alternative-information .point p {
margin-bottom: 15px;
font-size: 15px;
}
@media screen and (max-width: 1380px) {
.muse-detail-alternative-information .point p {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
.muse-detail-alternative-information .point p {
font-size: 12px;
}
}
.muse-detail-alternative-information .point p.subtitle {
font-size: 16px;
}
@media screen and (max-width: 1380px) {
.muse-detail-alternative-information .point p.subtitle {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
.muse-detail-alternative-information .point p.subtitle {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.muse-detail-alternative-information .point p.subtitle {
margin-bottom: 5px;
}
}
.muse-detail-alternative-image-long {
position: relative;
width: 100%;
min-height: 150px;
}
.muse-detail-alternative-image-long:before {
content: '';
display: block;
padding-top: 31%;
}
.row-muse-detail-2 .col-xs-6.col-sm-6 {
margin-top: -5.5%;
}
.row-muse-detail-2 .muse-detail-alternative-image-2 {
position: relative;
width: 70%;
min-height: 150px;
border: 11px solid #fff;
}
.row-muse-detail-2 .muse-detail-alternative-image-2:before {
content: '';
display: block;
padding-top: 64%;
}
@media screen and (max-width: 1280px) {
.row-muse-detail-2 .muse-detail-alternative-image-2 {
width: 80%;
}
}
@media screen and (max-width: 767px) {
.row-muse-detail-2 .muse-detail-alternative-image-2 {
width: 100%;
border-width: 8px;
}
}
.row-muse-detail-2 .muse-detail-alternative-image-2.left {
margin-left: auto;
}
.section-side-padding {
position: relative;
width: 100%;
padding-left: 5%;
padding-right: 5%;
}
@media screen and (max-width: 767px) {
.section-side-padding {
padding-left: 0;
padding-right: 0;
}
}
.muse-detail-alternative-information-2 {
position: relative;
width: 100%;
max-width: 960px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 4.5% 0;
}
@media screen and (max-width: 767px) {
.muse-detail-alternative-information-2 {
padding-bottom: 35px;
}
}
.muse-detail-alternative-information-2 p {
font-size: 15px;
}
@media screen and (max-width: 1380px) {
.muse-detail-alternative-information-2 p {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
.muse-detail-alternative-information-2 p {
font-size: 12px;
}
}
.muse-detail-alternative-information-2 p.subtitle {
font-size: 16px;
}
@media screen and (max-width: 1380px) {
.muse-detail-alternative-information-2 p.subtitle {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
.muse-detail-alternative-information-2 p.subtitle {
font-size: 13px;
}
}
.muse-detail-alternative-information-2 button.btn-custom {
margin-top: 6%;
}
/**************************************************/
/* END JOURNAL MUSE DETAIL 2 ;*/
/**************************************************/
/**************************************************/
/* ABOUT US ;*/
/**************************************************/
.about-us-container {
position: relative;
width: 100%;
max-width: 1480px;
margin-left: auto;
margin-right: auto;
}
.about-us-container:before, .about-us-container:after {
content: ' ';
display: table;
}
.about-us-container:after {
clear: both;
}
.about-us-container .about-us-title {
position: relative;
float: left;
width: 20%;
}
@media screen and (max-width: 767px) {
.about-us-container .about-us-title {
display: block;
float: none;
width: 100%;
text-align: center;
}
}
.about-us-container .about-us-center {
position: relative;
width: 60%;
float: left;
}
@media screen and (max-width: 767px) {
.about-us-container .about-us-center {
display: block;
float: none;
width: 100%;
}
}
.about-us-container .about-us-center img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin-bottom: 5%;
}
.about-us-container .about-us-center p {
letter-spacing: 1px;
margin-bottom: 20px;
}
.about-us-container .about-us-center p.about-us-subtitle {
font-family: 'Lato-Semibold';
color: #414141;
font-size: 15px;
}
@media screen and (max-width: 1380px) {
.about-us-container .about-us-center p.about-us-subtitle {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
.about-us-container .about-us-center p.about-us-subtitle {
font-size: 13px;
}
}
/**************************************************/
/* ABOUT US END ;*/
/**************************************************/
/**************************************************/
/* CAREER ;*/
/**************************************************/
#general-section {
position: relative;
width: 100%;
padding: 5.5% 5% 7%;
}
@media screen and (max-width: 1380px) {
#general-section {
padding: 5.5% 3% 7%;
}
}
@media screen and (max-width: 1280px) {
#general-section {
padding: 5.5% 25px 7%;
}
}
@media screen and (max-width: 1080px) {
#general-section {
padding: 5.5% 15px 7%;
}
}
@media screen and (max-width: 767px) {
#general-section {
padding: 35px 0;
}
}
#general-section.bigger-padding {
padding: 4% 6% 7%;
}
@media screen and (max-width: 1380px) {
#general-section.bigger-padding {
padding: 4% 3% 7%;
}
}
@media screen and (max-width: 1080px) {
#general-section.bigger-padding {
padding: 7% 15px 7%;
}
}
@media screen and (max-width: 767px) {
#general-section.bigger-padding {
padding: 35px 0;
}
}
#general-section.no-padding-top {
padding-top: 0;
}
#general-section.no-padding-side {
padding: 3% 0;
}
#general-section h2.section-title.text-only {
margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
#general-section h2.section-title.text-only {
margin-bottom: 30px;
}
}
#general-section .section-description {
position: relative;
width: 100%;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
#general-section .section-description.margin-bottom {
margin-bottom: 7%;
}
#general-section .section-description h3 {
text-transform: uppercase;
margin-bottom: 30px;
margin-top: 0;
letter-spacing: 2px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#general-section .section-description h3 {
letter-spacing: 0;
}
}
#general-section .section-description p {
font-family: 'Lato-Bold';
letter-spacing: 1px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#general-section .section-description p {
letter-spacing: 0;
}
}
#general-section .section-description a {
color: #5c5c5c;
text-decoration: underline;
}
#general-section hr.career-line {
margin-top: 4%;
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
#general-section hr.career-line {
margin-top: 30px;
margin-bottom: 30px;
}
}
#general-section .career-wrapper {
position: relative;
width: 100%;
display: block;
padding-left: 3%;
padding-right: 3%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#general-section .career-wrapper {
padding-left: 0;
padding-right: 0;
}
}
#general-section .career-wrapper.detail {
padding-left: 15px;
padding-right: 15px;
}
#general-section .career-wrapper.detail h3 {
margin-bottom: 6%;
}
#general-section .career-wrapper.detail ul {
margin-bottom: 7%;
}
#general-section .career-wrapper.detail .career-detail-left {
position: relative;
float: left;
width: 42.4%;
padding-right: 4%;
}
@media screen and (max-width: 767px) {
#general-section .career-wrapper.detail .career-detail-left {
float: none;
display: block;
width: 100%;
padding-right: 0;
margin-bottom: 25px;
}
}
#general-section .career-wrapper.detail .career-detail-right {
position: relative;
float: left;
width: 57.6%;
padding-left: 4%;
}
@media screen and (max-width: 767px) {
#general-section .career-wrapper.detail .career-detail-right {
float: none;
display: block;
width: 100%;
padding-left: 0;
border-top: 1px solid #e1e1e1;
padding-top: 30px;
}
}
#general-section .career-wrapper.detail .career-detail-right:after {
content: '';
display: block;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
width: 1px;
height: 110%;
background-color: #e1e1e1;
}
@media screen and (max-width: 767px) {
#general-section .career-wrapper.detail .career-detail-right:after {
content: none;
}
}
#general-section .career-wrapper.detail .career-detail-right-inner {
position: relative;
width: 100%;
max-width: 650px;
margin-left: auto;
margin-right: auto;
}
#general-section .career-wrapper.detail .career-detail-right-inner p {
font-family: 'Lato-Bold';
margin-bottom: 5%;
font-size: 16px;
}
@media screen and (max-width: 1380px) {
#general-section .career-wrapper.detail .career-detail-right-inner p {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
#general-section .career-wrapper.detail .career-detail-right-inner p {
font-size: 13px;
}
}
#general-section .career-wrapper.detail .career-detail-right-inner button.btn-custom {
width: 100%;
}
#general-section .career-wrapper:after, #general-section .career-wrapper:before {
content: '';
display: table;
}
#general-section .career-wrapper:after {
clear: both;
}
#general-section .career-wrapper h3 {
margin-top: 0;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.4;
}
#general-section .career-wrapper p.job-description, #general-section .career-wrapper p.job-qualification {
font-family: 'Lato-Bold';
}
#general-section .career-wrapper ul {
padding-left: 40px;
}
#general-section .career-wrapper ul > li {
margin-left: -20px;
}
#general-section .career-wrapper button.btn-custom {
margin-top: 6%;
}
@media screen and (max-width: 767px) {
#general-section .career-wrapper button.btn-custom {
margin-top: 15px;
}
}
#general-section .search-result {
position: relative;
width: 100%;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
#general-section .search-result.product {
margin-bottom: 130px;
}
#general-section .search-point {
position: relative;
width: 100%;
padding: 20px;
margin-bottom: 35px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#general-section .search-point:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 1380px) {
#general-section .search-point {
margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
#general-section .search-point {
margin-bottom: 25px;
}
}
p.subtitle {
font-size: 15px;
font-family: 'Lato-Bold';
color: #232323;
}
@media screen and (max-width: 1380px) {
p.subtitle {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
p.subtitle {
font-size: 13px;
}
}
h5.subtitle {
font-size: 19px;
font-family: 'Lato-Bold';
}
@media screen and (max-width: 1380px) {
h5.subtitle {
font-size: 17px;
}
}
@media screen and (max-width: 1080px) {
h5.subtitle {
font-size: 15px;
}
}
/**************************************************/
/* END CAREER ;*/
/**************************************************/
/**************************************************/
/* PRIVACY POLICY ;*/
/**************************************************/
.privacy-policy-point {
margin-bottom: 25px;
}
.privacy-policy-point p.subtitle {
margin-bottom: 5px;
}
/**************************************************/
/* END PRIVACY POLICY ;*/
/**************************************************/
/**************************************************/
/* STOCKIST ;*/
/**************************************************/
.stockist-big-wrapper {
position: relative;
width: 100%;
margin-top: 25px;
margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
.stockist-big-wrapper {
margin-bottom: 15px;
}
}
.stockist-big {
position: relative;
width: 100%;
min-height: 100px;
}
.stockist-big:before {
content: '';
display: block;
padding-top: 52%;
}
.stockist-big-information {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
max-width: 820px;
background-color: rgba(29, 29, 29, 0.86);
padding: 30px;
}
@media screen and (max-width: 767px) {
.stockist-big-information {
position: relative;
background-color: transparent;
padding: 15px 0;
}
}
.stockist-big-information hr.stockist-big-information-line {
margin-top: 10px;
margin-bottom: 10px;
border-top-color: #767676;
}
h3.stockist-country {
position: relative;
display: inline-block;
vertical-align: bottom;
text-transform: uppercase;
margin: 0;
margin-right: 10px;
}
h4.stockist-city {
display: inline-block;
vertical-align: bottom;
margin: 0;
font-size: 2.1rem;
text-transform: uppercase;
}
h3.stockist-location {
font-family: 'Lato-Regular';
text-transform: uppercase;
letter-spacing: 2px;
font-size: 2.8rem;
color: #fff;
margin-top: 0;
}
@media screen and (max-width: 1080px) {
h3.stockist-location {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
h3.stockist-location {
font-size: 14px;
margin-top: 10px;
margin-bottom: 0;
color: initial;
}
}
.stockist-grid {
position: relative;
opacity: 1;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.stockist-grid:hover, .stockist-grid:focus, .stockist-grid.active {
opacity: 0.6 !important;
}
@media screen and (max-width: 767px) {
.stockist-grid {
margin-bottom: 20%;
}
}
.stockist-grid .stockist-image {
position: relative;
width: 100%;
min-height: 150px;
margin-top: 20px;
margin-bottom: 25px;
}
.stockist-grid .stockist-image:before {
content: '';
display: block;
padding-top: 68%;
}
@media screen and (max-width: 767px) {
.stockist-grid .stockist-image {
margin-bottom: 0;
}
}
.stockist-grid .stockist-image .content-inside {
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
}
.stockist-grid h3.stockist-country {
font-size: 21px;
}
@media screen and (max-width: 767px) {
.stockist-grid h3.stockist-country {
color: initial;
}
}
.stockist-grid h4.stockist-city {
font-size: 16px;
}
@media screen and (max-width: 767px) {
.stockist-grid h4.stockist-city {
color: initial;
}
}
.store-information-grid {
position: relative;
}
.store-information-grid h4 {
font-size: 17px;
color: #fff;
}
@media screen and (max-width: 1380px) {
.store-information-grid h4 {
font-size: 15px;
}
}
@media screen and (max-width: 1080px) {
.store-information-grid h4 {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.store-information-grid h4 {
margin-bottom: 5px;
color: initial;
}
}
.store-information-grid img.store-hours-img,
.store-information-grid img.store-phone-img,
.store-information-grid img.store-location-img {
display: inline-block;
width: 18px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
vertical-align: middle;
margin-right: 6px;
}
@media screen and (max-width: 1080px) {
.store-information-grid img.store-hours-img,
.store-information-grid img.store-phone-img,
.store-information-grid img.store-location-img {
width: 14px;
}
}
.store-information-grid img.store-location-img {
width: 14px;
}
@media screen and (max-width: 1080px) {
.store-information-grid img.store-location-img {
width: 12px;
}
}
.store-information-grid p.store-hours-text,
.store-information-grid p.store-phone-text,
.store-information-grid p.store-location-text {
position: relative;
display: inline-block;
vertical-align: middle;
width: -webkit-calc(100% - 27px);
width: calc(100% - 27px);
margin: 0;
color: #fff;
font-size: 12px;
}
@media screen and (max-width: 1080px) {
.store-information-grid p.store-hours-text,
.store-information-grid p.store-phone-text,
.store-information-grid p.store-location-text {
width: -webkit-calc(100% - 23px);
width: calc(100% - 23px);
}
}
@media screen and (max-width: 767px) {
.store-information-grid p.store-hours-text,
.store-information-grid p.store-phone-text,
.store-information-grid p.store-location-text {
color: initial;
width: 100%;
}
}
.store-information-grid p.store-location-text {
width: -webkit-calc(100% - 23px);
width: calc(100% - 23px);
}
@media screen and (max-width: 1080px) {
.store-information-grid p.store-location-text {
width: -webkit-calc(100% - 21px);
width: calc(100% - 21px);
}
}
@media screen and (max-width: 767px) {
.store-information-grid p.store-location-text {
color: initial;
width: 100%;
}
}
.store-information-grid p.store-location-text,
.store-information-grid img.store-location-img {
vertical-align: top;
}
.store-information-grid a {
color: #fff;
text-decoration: underline;
letter-spacing: 1px;
}
/**************************************************/
/* END STOCKIST ;*/
/**************************************************/
/**************************************************/
/* SHIPPING EXCHANGE ;*/
/**************************************************/
.shipping-exchange-point {
margin-bottom: 25px;
}
.shipping-exchange-point a {
color: #2632ce;
text-decoration: underline;
}
.shipping-exchange-point ul {
margin-bottom: 15px;
}
/**************************************************/
/* END SHIPPING EXCHANGE ;*/
/**************************************************/
/**************************************************/
/* TERMS CONDITION ;*/
/**************************************************/
.terms-and-conditions-point {
margin-bottom: 25px;
}
.terms-and-conditions-point .subpoint {
margin-bottom: 18px;
}
ol.nav.terms-and-conditions-nav {
padding-left: 0;
list-style: upper-roman;
}
ol.nav.terms-and-conditions-nav.affix {
top: 0;
}
@media screen and (max-width: 767px) {
ol.nav.terms-and-conditions-nav {
margin-bottom: 35px;
padding-left: 22px;
}
}
ol.nav.terms-and-conditions-nav > li {
margin-bottom: 5px;
display: list-item;
}
ol.nav.terms-and-conditions-nav > li.active a {
text-decoration: underline;
}
ol.nav.terms-and-conditions-nav > li > a {
color: #575757;
text-transform: uppercase;
font-family: 'Lato-Bold';
font-size: 16px;
-webkit-transition: color 0.4s ease;
transition: color 0.4s ease;
display: initial;
}
@media screen and (max-width: 1380px) {
ol.nav.terms-and-conditions-nav > li > a {
font-size: 15px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
ol.nav.terms-and-conditions-nav > li > a {
font-size: 14px;
}
}
ol.nav.terms-and-conditions-nav > li > a:hover, ol.nav.terms-and-conditions-nav > li > a:focus, ol.nav.terms-and-conditions-nav > li > a:active, ol.nav.terms-and-conditions-nav > li > a.active {
color: #2f2f2f;
background-color: transparent;
text-decoration: underline;
}
/**************************************************/
/* END TERMS CONDITION ;*/
/**************************************************/
/**************************************************/
/* ACCOUNT ;*/
/**************************************************/
.account-section h2.section-title {
margin-bottom: 4.5%;
}
ul.my-account-navigation {
padding-left: 0;
list-style: none;
width: 100%;
max-width: 220px;
display: block;
}
@media screen and (max-width: 767px) {
ul.my-account-navigation {
max-width: none;
margin-bottom: 45px;
margin-top: 15px;
}
}
ul.my-account-navigation > li {
border-bottom: 1px solid #ebebeb;
}
ul.my-account-navigation > li > a {
text-transform: uppercase;
color: #8b8b8b;
font-size: 17px;
letter-spacing: 1px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 14px 10px;
display: block;
}
@media screen and (max-width: 1380px) {
ul.my-account-navigation > li > a {
font-size: 15px;
}
}
@media screen and (max-width: 1280px) {
ul.my-account-navigation > li > a {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
ul.my-account-navigation > li > a {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
ul.my-account-navigation > li > a {
padding: 10px;
}
}
ul.my-account-navigation > li.active > a,
ul.my-account-navigation > li:active > a,
ul.my-account-navigation > li:hover > a,
ul.my-account-navigation > li:focus > a {
color: #393939;
font-family: 'Lato-Bold';
}
.my-account-content {
padding-left: 20px;
padding-right: 20px;
}
.my-account-content h4 {
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.my-account-content h4 {
margin-top: 0;
}
}
@media screen and (max-width: 1080px) {
.my-account-content {
padding-left: 15px;
padding-right: 15px;
}
}
@media screen and (max-width: 767px) {
.my-account-content {
padding-left: 0;
padding-right: 0;
}
}
.my-account-content.address-content p {
font-family: 'Lato-Italic';
color: #3f3f3f;
margin-bottom: 3px;
}
p.nav-address-text {
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
margin-right: 10px;
}
.nav-pills-custom {
display: inline-block;
vertical-align: middle;
}
.nav-pills-custom > li {
margin-right: 10px;
}
.nav-pills-custom > li.active > a {
background-color: #242424;
color: #fff;
}
.nav-pills-custom > li.active > a:hover, .nav-pills-custom > li.active > a:focus {
background-color: #151515;
color: #fff;
}
.nav-pills-custom > li > a {
background-color: #fff;
border-radius: 0;
border: 1px solid #d8d8d8;
font-family: 'Lato-Semibold';
color: #606060;
font-size: 13px;
padding: 10px 50px;
-webkit-transition: background-color 0.4s ease, color 0.4s ease;
transition: background-color 0.4s ease, color 0.4s ease;
text-transform: uppercase;
}
@media screen and (max-width: 1380px) {
.nav-pills-custom > li > a {
font-size: 12px;
padding: 8px 45px;
}
}
@media screen and (max-width: 1080px) {
.nav-pills-custom > li > a {
font-size: 12px;
padding: 8px 35px;
}
}
.nav-pills-custom > li > a:hover, .nav-pills-custom > li > a:focus {
background-color: #242424;
color: #fff;
}
.tab-content-custom {
padding: 3% 0;
}
@media screen and (max-width: 767px) {
.tab-content-custom {
padding: 25px 0 15px;
}
}
.tab-content-custom hr.address-line {
margin-top: 35px;
margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
.tab-content-custom hr.address-line {
margin: 20px 0;
}
}
table {
font-size: 14px;
}
@media screen and (max-width: 1380px) {
table {
font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
table {
font-size: 12px;
}
}
table.table-order-status.popup {
border-bottom: 1px solid #212121;
}
table.table-order-status thead > tr > th {
text-align: center;
font-size: 14px;
letter-spacing: 1px;
border-bottom-width: 1px;
border-bottom-color: #ebebeb;
vertical-align: middle;
}
@media screen and (max-width: 1280px) {
table.table-order-status thead > tr > th {
font-size: 13px;
}
}
table.table-order-status tbody > tr > td {
padding: 22px 8px;
text-align: center;
vertical-align: middle;
border-bottom-color: #ebebeb;
}
@media screen and (max-width: 767px) {
table.table-order-status tbody > tr > td {
padding: 16px 8px;
}
}
table.table-order-status tbody > tr > td.order-product {
text-align: center;
color: #0a39bd;
text-decoration: underline;
cursor: pointer;
}
table.table-order-status tbody > tr > td.order-product img {
width: 100%;
max-width: 145px;
margin: 0 auto 10px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
display: block;
border: 1px solid #e7e7e7;
}
table.table-order-status tbody > tr > td.order-number {
color: #058ae8;
cursor: pointer;
}
table.table-order-status tbody > tr > td.order-total {
font-family: 'Lato-Bold';
}
table.table-order-status tbody > tr > td.order-status.done {
color: #15ae09;
}
table.table-order-status tbody > tr > td.order-status.on-proccess {
color: #058ae8;
}
table.table-order-status tbody > tr > td.order-status.pending {
color: #ff2165;
}
table.table-order-status tbody > tr > td.order-track {
color: #058ae8;
text-decoration: underline;
}
.order-status-description {
margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
.order-status-description {
margin-bottom: 20px;
}
}
.order-status-description p {
font-size: 13px;
}
@media screen and (max-width: 1080px) {
.order-status-description p {
font-size: 12px;
}
}
.order-status-description p.title-bold {
margin-bottom: 0;
}
table.table-gift-card thead > tr > th {
text-align: center;
font-size: 14px;
letter-spacing: 1px;
border-bottom-width: 1px;
border-bottom-color: #ebebeb;
vertical-align: middle;
}
@media screen and (max-width: 1280px) {
table.table-gift-card thead > tr > th {
font-size: 13px;
}
}
table.table-gift-card tbody > tr > td {
padding: 22px 8px;
text-align: center;
vertical-align: middle;
border-bottom-color: #ebebeb;
}
table.table-gift-card tbody > tr > td.giftcard-code {
color: #058ae8;
}
table.table-gift-card tbody > tr > td.giftcard-value {
font-family: 'Lato-Bold';
}
/**************************************************/
/* END ACCOUNT ;*/
/**************************************************/
/**************************************************/
/* CART ;*/
/**************************************************/
#cart-section {
position: relative;
width: 100%;
padding: 3% 2% 7%;
}
@media screen and (max-width: 1280px) {
#cart-section {
padding: 3% 20px 7%;
}
}
@media screen and (max-width: 1080px) {
#cart-section {
padding: 3% 0 7%;
}
}
@media screen and (max-width: 767px) {
#cart-section {
padding: 35px 0;
}
}
#cart-section .cart-section-inner {
position: relative;
padding: 3% 4% 0;
padding: 3% 2.5% 0;
background-color: #fafafa;
}
@media screen and (max-width: 1380px) {
#cart-section .cart-section-inner {
padding: 13px 15px 0;
}
}
@media screen and (max-width: 767px) {
#cart-section .cart-section-inner {
padding: 0;
margin-top: 20px;
}
}
#cart-section .cart-section-inner.white {
background-color: #fff;
}
@media screen and (max-width: 1380px) {
#cart-section .cart-section-inner.white {
margin-top: 20px;
}
}
#cart-section .cart-section-inner.nopadding {
padding: 0;
}
#cart-section .cart-section-inner a {
color: #5c5c5c;
text-decoration: underline;
}
#cart-section .cart-button-action-wrapper {
position: relative;
padding: 0 4%;
margin-top: 3%;
text-align: right;
}
@media screen and (max-width: 767px) {
#cart-section .cart-button-action-wrapper {
padding: 0;
margin-top: 5px;
}
}
@media screen and (max-width: 767px) {
#cart-section .cart-button-action-wrapper button#submit-shipping-address {
margin-top: 10px;
}
}
#cart-section .cart-button-action-wrapper a + button.btn-custom,
#cart-section .cart-button-action-wrapper a + a {
margin-left: 17px;
}
@media screen and (max-width: 767px) {
#cart-section .cart-button-action-wrapper a + button.btn-custom,
#cart-section .cart-button-action-wrapper a + a {
display: block;
margin-left: 0;
margin-top: 10px;
}
}
.table-cart, .table-reviews-steps {
margin-bottom: 0;
}
.table-cart thead > tr > th, .table-reviews-steps thead > tr > th {
font-size: 16px;
letter-spacing: 1px;
border-bottom-width: 1px;
border-bottom-color: #ebebeb;
text-align: center;
padding: 8px 15px;
vertical-align: middle;
}
@media screen and (max-width: 1380px) {
.table-cart thead > tr > th, .table-reviews-steps thead > tr > th {
font-size: 14px;
}
}
@media screen and (max-width: 1280px) {
.table-cart thead > tr > th, .table-reviews-steps thead > tr > th {
font-size: 13px;
}
}
.table-cart thead > tr > th.cart-product-title, .table-reviews-steps thead > tr > th.cart-product-title {
text-align: left;
}
.table-cart tbody > tr > td, .table-reviews-steps tbody > tr > td {
padding: 22px 15px;
text-align: center;
vertical-align: middle;
border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 1480px) {
.table-cart tbody > tr > td, .table-reviews-steps tbody > tr > td {
padding: 17px 12px;
}
}
@media screen and (max-width: 1380px) {
.table-cart tbody > tr > td, .table-reviews-steps tbody > tr > td {
padding: 12px 8px;
}
}
.table-cart tbody > tr > td h4, .table-reviews-steps tbody > tr > td h4 {
font-size: 2.1rem;
font-size: 18px;
}
@media screen and (max-width: 1480px) {
.table-cart tbody > tr > td h4, .table-reviews-steps tbody > tr > td h4 {
font-size: 16px;
}
}
@media screen and (max-width: 1380px) {
.table-cart tbody > tr > td h4, .table-reviews-steps tbody > tr > td h4 {
font-size: 16px;
}
}
@media screen and (max-width: 1080px) {
.table-cart tbody > tr > td h4, .table-reviews-steps tbody > tr > td h4 {
font-size: 15px;
}
}
.cart-product {
text-align: left;
color: #0a39bd;
text-decoration: underline;
cursor: pointer;
}
.cart-product img {
width: 100%;
max-width: 120px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
display: inline-block;
vertical-align: middle;
border: 1px solid #e7e7e7;
margin-right: 15px;
}
@media screen and (max-width: 1440px) {
.cart-product img {
max-width: 100px;
}
}
@media screen and (max-width: 1380px) {
.cart-product img {
width: 95px;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.cart-product img {
width: 120px;
max-width: none;
display: block;
margin-right: 0;
margin-bottom: 10px;
}
}
@media screen and (max-width: 767px) {
.cart-product img {
max-width: 100px;
margin-right: 15px;
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
}
}
.cart-product h4 {
width: -webkit-calc(100% - 135px);
width: calc(100% - 135px);
display: inline-block;
vertical-align: middle;
text-align: left;
}
@media screen and (max-width: 1440px) {
.cart-product h4 {
width: -webkit-calc(100% - 115px);
width: calc(100% - 115px);
}
}
@media screen and (max-width: 1380px) {
.cart-product h4 {
width: -webkit-calc(100% - 110px);
width: calc(100% - 110px);
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.cart-product h4 {
width: 100%;
display: block;
font-size: 17px;
}
}
@media screen and (max-width: 767px) {
.cart-product h4 {
width: -webkit-calc(100% - 115px);
width: calc(100% - 115px);
display: inline-block;
vertical-align: middle;
line-height: 1.4;
}
}
.cart-price h4 {
font-family: 'Lato-Italic';
color: #9c9c9c;
}
@media screen and (max-width: 767px) {
.cart-price h4 {
font-size: 16px;
}
}
.cart-agreement {
text-align: left !important;
border-bottom-color: transparent;
}
.cart-promo-code input.input-custom {
background-color: #F7F7F7;
border-color: #dadada;
width: 100%;
max-width: 210px;
margin: 0 auto;
}
.cart-promo-code input.input-custom::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
text-align: center;
}
.cart-promo-code input.input-custom::-moz-placeholder {
/* Firefox 19+ */
text-align: center;
}
.cart-promo-code input.input-custom:-ms-input-placeholder {
/* IE 10+ */
text-align: center;
}
.cart-promo-code input.input-custom:-moz-placeholder {
/* Firefox 18- */
text-align: center;
}
.cart-promo-code-apply {
text-align: center;
}
.cart-promo-code-apply button.btn-apply-promo-code {
background-color: #fff;
border: none;
text-decoration: underline;
color: #5c5c5c;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
border-radius: 0;
}
@media screen and (max-width: 767px) {
.cart-promo-code-apply button.btn-apply-promo-code {
font-size: 12px;
}
}
.cart-promo-code-apply button.btn-apply-promo-code:hover, .cart-promo-code-apply button.btn-apply-promo-code:focus, .cart-promo-code-apply button.btn-apply-promo-code:active, .cart-promo-code-apply button.btn-apply-promo-code.active {
background-color: #f2f2f2;
color: #5c5c5c;
outline: none;
}
.cart-empty-placeholder {
border-bottom-color: transparent;
}
.cart-subtotal h4 {
font-family: 'Lato-Bold';
color: #272727;
font-size: 18px;
font-size: 1.8rem;
}
@media screen and (max-width: 1080px) {
.cart-subtotal h4 {
font-size: 13px;
}
}
.cart-total h4 {
color: #464646;
font-family: 'Lato-Italic';
font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
.cart-total h4 {
font-size: 18px;
}
}
.cart-mobile {
position: relative;
display: none;
}
@media screen and (max-width: 767px) {
.cart-mobile {
display: block;
}
}
.cart-mobile .cart-mobile-product {
position: relative;
background-color: #fafafa;
padding: 8px;
margin-bottom: 20px;
}
.cart-mobile .cart-mobile-section {
margin-bottom: 25px;
margin-bottom: 15px;
}
.cart-mobile .cart-mobile-section.bottom-small {
margin-bottom: 15px;
}
.cart-mobile .cart-mobile-section h4 {
font-size: 16px;
}
.cart-mobile .cart-mobile-section .cart-mobile-section-title {
border-bottom: 1px solid #ebebeb;
padding: 8px 15px;
margin-bottom: 15px;
}
.cart-mobile .cart-mobile-section .cart-mobile-section-title p {
letter-spacing: 1px;
color: #272727;
font-size: 13px;
font-family: 'Lato-Bold';
margin-bottom: 0;
}
.cart-mobile .cart-mobile-section .cart-mobile-section-content {
position: relative;
padding: 0 15px;
}
.cart-mobile .cart-mobile-section .cart-mobile-section-content p {
margin-bottom: 0;
}
.cart-content {
position: relative;
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
@media screen and (max-width: 767px) {
.cart-content {
padding-left: 0;
padding-right: 0;
}
}
@media screen and (max-width: 767px) {
.cart-content.margin-bottom-mobile {
margin-bottom: 20px;
}
}
.cart-content .checkbox-wrapper {
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 40px;
margin-bottom: 10px;
}
.cart-content button.btn-customize-message {
margin-top: 12px;
}
@media screen and (max-width: 767px) {
.cart-content button#cart-shipping-remove-message-button {
margin-left: 0;
}
}
.cart-content h4 {
margin: 0;
font-size: 16px;
}
@media screen and (max-width: 767px) {
.cart-content h4 {
font-size: 15px;
}
}
.giftcard-custom {
position: relative;
width: 100%;
max-width: 400px;
margin-left: auto;
border-radius: 10px;
border: 1px solid #e7e7e7;
padding: 30px 25px;
text-align: center;
}
@media screen and (max-width: 767px) {
.giftcard-custom {
margin-top: 30px;
}
}
.giftcard-custom img.giftcard-custom-image {
display: block;
position: relative;
width: 100%;
max-width: 240px;
margin-left: auto;
margin-right: auto;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin-bottom: 18px;
}
.giftcard-custom h3 {
font-family: 'Liar-Script';
color: rgba(75, 74, 74, 0.66);
margin: 0;
font-size: 3.3rem;
line-height: 1.6;
}
span.new-address-button {
margin-left: 10px;
}
@media screen and (max-width: 767px) {
span.new-address-button {
margin-left: 0;
margin-top: 10px;
}
}
/**************************************************/
/* CART END ;*/
/**************************************************/
/**************************************************/
/* SHIPPING ;*/
/**************************************************/
ul.shipping-steps {
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
ul.shipping-steps {
list-style-type: none;
white-space: nowrap;
overflow-x: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
}
}
ul.shipping-steps li {
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
color: #b0b0b0;
margin-left: 25px;
margin-right: 25px;
}
@media screen and (max-width: 991px) {
ul.shipping-steps li {
margin-left: 15px;
margin-right: 15px;
}
}
@media screen and (max-width: 767px) {
ul.shipping-steps li {
margin-right: 0;
}
}
ul.shipping-steps li.active {
color: #000000;
}
ul.shipping-steps li.active .shipping-steps-number-wrapper {
border-color: #000000;
}
ul.shipping-steps li .shipping-steps-number-wrapper {
position: relative;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid #b0b0b0;
display: inline-block;
vertical-align: middle;
text-align: center;
margin-right: 15px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
ul.shipping-steps li .shipping-steps-number-wrapper {
margin-right: 8px;
}
}
ul.shipping-steps li .shipping-steps-number-wrapper .shipping-steps-number {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
ul.shipping-steps li .shipping-steps-text {
position: relative;
display: inline-block;
vertical-align: middle;
font-family: 'Montserrat-Regular';
font-size: 2.3rem;
}
@media screen and (max-width: 991px) {
ul.shipping-steps li .shipping-steps-text {
font-size: 15px;
}
}
hr.shipping-steps-line {
margin-top: 2.5%;
margin-bottom: 2.5%;
border-top-color: #ebebeb;
}
@media screen and (max-width: 767px) {
hr.shipping-steps-line {
display: none;
}
}
/**************************************************/
/* SHIPPING END ;*/
/**************************************************/
/**************************************************/
/* REVIEWS ;*/
/**************************************************/
.table-reviews-steps thead > tr > th {
text-align: left;
vertical-align: middle;
}
.table-reviews-steps thead > tr > th.reviews-steps-price {
text-align: center;
}
.table-reviews-steps tbody > tr > td {
text-align: left;
}
.table-reviews-steps tbody > tr > td.reviews-steps-price {
text-align: center;
}
.table-reviews-steps tbody > tr > td.reviews-steps-price h4 {
font-family: 'Lato-Italic';
color: #9c9c9c;
}
.table-reviews-steps tbody > tr > td.cart-total {
text-align: center;
}
.table-reviews-steps tbody > tr > td p {
margin-bottom: 5px;
}
/**************************************************/
/* REVIEWS END ;*/
/**************************************************/
/**************************************************/
/* PAYMENT ;*/
/**************************************************/
.nav-tabs-custom {
margin-top: 25px;
}
.nav-tabs-custom.small > li > a {
padding: 5px 8px;
font-size: 12px;
color: #5c5c5c;
}
.nav-tabs-custom > li.active > a, .nav-tabs-custom > li.active > a:hover, .nav-tabs-custom > li.active > a:focus {
color: #272727;
}
.nav-tabs-custom > li > a {
border-radius: 0;
font-family: 'Lato-Regular';
text-transform: uppercase;
color: #969696;
font-size: 13px;
padding: 12px 20px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.nav-tabs-custom > li > a {
padding: 8px 14px;
}
}
@media screen and (min-width: 768px) {
.nav-tabs-custom > li > a:hover, .nav-tabs-custom > li > a:focus {
background-color: #242424;
color: #fff;
}
}
.tab-content-payment {
padding: 3% 0;
}
@media screen and (max-width: 767px) {
.tab-content-payment {
padding: 20px 0;
}
}
.tab-content-payment h4 {
font-family: 'Lato-Regular';
font-size: 2.1rem;
margin-bottom: 0;
}
.tab-content-payment img.bank-trasfer-logo,
.tab-content-payment img.credit-card-logo {
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 25px;
width: 100%;
max-width: 135px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
margin-top: 30px;
margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.tab-content-payment img.bank-trasfer-logo,
.tab-content-payment img.credit-card-logo {
margin-right: 0;
}
}
.tab-content-payment img.credit-card-logo {
max-width: 370px;
margin-top: 10px;
}
.tab-content-payment h4.bank-transfer-info {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
text-transform: uppercase;
font-style: italic;
font-family: 'Lato-LightItalic';
}
@media screen and (max-width: 767px) {
.tab-content-payment h4.bank-transfer-info {
display: block;
margin-bottom: 20px;
}
}
.tab-content-payment h4.bank-transfer-info span {
font-family: 'Lato-BoldItalic';
}
.checkbox-billing-address-wrapper {
position: relative;
margin-bottom: 25px;
}
hr.payment-bottom-line {
margin: 0;
}
@media screen and (max-width: 767px) {
hr.payment-bottom-line {
margin-bottom: 25px;
}
}
/**************************************************/
/* PAYMENT END ;*/
/**************************************************/
/**************************************************/
/* CONFIRMATION ;*/
/**************************************************/
.cart-confirmation-image {
position: relative;
width: 100%;
min-height: 450px;
}
.cart-confirmation-image:before {
content: '';
display: block;
padding-top: 90%;
}
@media screen and (max-width: 767px) {
.cart-confirmation-image {
min-height: 100px;
}
}
.cart-confirmation-content {
position: relative;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
padding: 0 5%;
}
.cart-confirmation-content .cart-confirmation-content-inner {
position: relative;
width: 100%;
text-align: center;
}
.cart-confirmation-content .cart-confirmation-content-inner h2 {
text-transform: uppercase;
font-size: 4rem;
}
@media screen and (max-width: 1080px) {
.cart-confirmation-content .cart-confirmation-content-inner h2 {
font-size: 3.5rem;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
.cart-confirmation-content .cart-confirmation-content-inner h2 {
font-size: 21px;
line-height: 1.2;
}
}
@media screen and (max-width: 767px) {
.cart-confirmation-content .cart-confirmation-content-inner h2 {
font-size: 20px;
line-height: 1.2;
letter-spacing: 1px;
}
}
.cart-confirmation-content .cart-confirmation-content-inner hr {
margin: 5% 0;
width: 80%;
margin-left: auto;
margin-right: auto;
border-top-color: #e1e1e1;
}
@media screen and (max-width: 767px) {
.cart-confirmation-content .cart-confirmation-content-inner hr {
width: 100%;
margin: 20px 0;
}
}
.cart-confirmation-content .cart-confirmation-content-inner p {
margin-bottom: 5px;
}
.cart-confirmation-content .cart-confirmation-content-inner a {
color: #0b5db0;
text-decoration: underline;
}
.cart-confirmation-content .cart-confirmation-content-inner button.btn-custom {
margin-top: 6%;
}
@media screen and (max-width: 767px) {
.cart-confirmation-content .cart-confirmation-content-inner button.btn-custom {
margin-top: 35px;
}
}
/**************************************************/
/* CONFIRMATION END ;*/
/**************************************************/
/**************************************************/
/* CONTACT US ;*/
/**************************************************/
ul.contact-us-info-list {
list-style: none;
padding-left: 0;
margin-top: 8%;
}
@media screen and (max-width: 767px) {
ul.contact-us-info-list {
margin-top: 30px;
margin-bottom: 35px;
}
}
ul.contact-us-info-list li {
margin-bottom: 6px;
}
ul.contact-us-info-list li img {
display: inline-block;
vertical-align: middle;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
width: 18px;
margin-right: 10px;
}
ul.contact-us-info-list li img.info-list-mail {
width: 22px;
}
ul.contact-us-info-list li img.info-list-phone {
width: 18px;
}
ul.contact-us-info-list li img.info-list-open-hours {
width: 18px;
}
ul.contact-us-info-list p {
display: inline-block;
vertical-align: middle;
margin: 0;
width: -webkit-calc(100% - 32px);
width: calc(100% - 32px);
}
.form-group-custom {
position: relative;
margin-bottom: 25px;
}
@media screen and (max-width: 1380px) {
.form-group-custom {
margin-bottom: 18px;
}
}
@media screen and (max-width: 1080px) {
.form-group-custom {
margin-bottom: 16px;
}
}
@media screen and (max-width: 767px) {
.form-group-custom {
margin-bottom: 10px;
}
}
.form-group-custom.no-margin {
margin-bottom: 0;
}
.form-group-custom label {
text-transform: uppercase;
color: #5c5c5c;
letter-spacing: 1px;
font-weight: normal;
font-size: 13px;
}
@media screen and (max-width: 1380px) {
.form-group-custom label {
font-size: 12px;
}
}
.form-group-custom.label-only {
margin-bottom: 0;
}
input.input-custom,
textarea.input-custom,
select.input-custom {
border-radius: 0;
border-color: #d9d9d9;
outline: none;
box-shadow: none;
-webkit-transition: border-color 0.4s ease;
transition: border-color 0.4s ease;
font-size: 12px;
height: 42px;
padding: 10px 16px;
color: #5c5c5c;
line-height: 1.3333333;
}
input.input-custom.noborder-top,
textarea.input-custom.noborder-top,
select.input-custom.noborder-top {
border-top: none;
}
input.input-custom option[value=""][disabled],
textarea.input-custom option[value=""][disabled],
select.input-custom option[value=""][disabled] {
display: none;
}
input.input-custom ::-webkit-input-placeholder,
textarea.input-custom ::-webkit-input-placeholder,
select.input-custom ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #5c5c5c;
font-style: icic;
}
input.input-custom ::-moz-placeholder,
textarea.input-custom ::-moz-placeholder,
select.input-custom ::-moz-placeholder {
/* Firefox 19+ */
color: #5c5c5c;
font-style: italic;
}
input.input-custom :-ms-input-placeholder,
textarea.input-custom :-ms-input-placeholder,
select.input-custom :-ms-input-placeholder {
/* IE 10+ */
color: #5c5c5c;
font-style: italic;
}
input.input-custom :-moz-placeholder,
textarea.input-custom :-moz-placeholder,
select.input-custom :-moz-placeholder {
/* Firefox 18- */
color: #5c5c5c;
font-style: italic;
}
@media screen and (max-width: 1380px) {
input.input-custom,
textarea.input-custom,
select.input-custom {
height: 34px;
padding: 6px 12px;
line-height: 1.42857143;
}
}
@media screen and (max-width: 1080px) {
input.input-custom,
textarea.input-custom,
select.input-custom {
font-size: 11px;
}
}
input.input-custom:focus, input.input-custom:active,
input.input-custom .active,
textarea.input-custom:focus,
textarea.input-custom:active,
textarea.input-custom .active,
select.input-custom:focus,
select.input-custom:active,
select.input-custom .active {
outline: none;
box-shadow: none;
border-color: #b7b3b3;
}
textarea.input-custom {
height: auto;
}
.input-group-search {
margin-top: 25px;
}
.input-group-search button.btn-custom {
font-size: 14px;
padding: 6px 15px;
}
/**************************************************/
/* CONTACT US END ;*/
/**************************************************/
/**************************************************/
/* FOOTER ;*/
/**************************************************/
#footer {
position: relative;
width: 100%;
padding: 3% 7% 2%;
background-color: #fff;
box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 1380px) {
#footer {
padding: 3% 5% 2%;
}
}
@media screen and (max-width: 1280px) {
#footer {
padding: 3% 25px 2.5%;
}
}
@media screen and (max-width: 1080px) {
#footer {
padding: 3% 15px 2.5%;
}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
#footer {
padding: 3% 0 0;
}
}
@media screen and (max-width: 767px) {
#footer {
padding: 15px 0 10px;
}
}
#footer .footer-inner {
position: relative;
width: 100%;
max-width: 1300px;
margin: 0 auto;
}
#footer .footer-inner h5 {
margin-bottom: 13px;
text-transform: uppercase;
}
#footer .footer-inner p {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
font-size: 13px;
color: #5c5c5c;
}
@media screen and (max-width: 1080px) {
#footer .footer-inner p {
font-size: 12px;
}
}
#footer .footer-inner li {
margin-bottom: 5px;
}
#footer .footer-inner li p {
font-size: 13px;
color: #5c5c5c !important;
}
@media screen and (max-width: 1380px) {
#footer .footer-inner li p {
font-size: 12px;
}
}
#footer .footer-inner ul.footer-contact-list {
padding-left: 0;
list-style: none;
list-style-position: inside;
}
#footer .footer-inner ul.footer-contact-list img.footer-contact-icon {
position: relative;
display: inline-block;
vertical-align: top;
width: 18px;
margin-right: 10px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#footer .footer-inner ul.footer-contact-list p {
display: inline-block;
vertical-align: top;
width: -webkit-calc(100% - 28px);
width: calc(100% - 28px);
}
#footer .footer-inner .input-group-subscribe {
width: 80%;
}
@media screen and (max-width: 1080px) {
#footer .footer-inner .input-group-subscribe {
width: 100%;
}
}
#footer .footer-inner .input-group-subscribe input {
border-radius: 0;
background-color: #f6f6f6;
color: #858585;
font-family: 'Lato-Regular';
box-shadow: none;
outline: none;
border: none;
font-size: 12px;
height: 46px;
padding: 10px 16px;
line-height: 1.3333333;
}
#footer .footer-inner .input-group-subscribe input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
font-style: italic;
color: #858585;
}
#footer .footer-inner .input-group-subscribe input ::-moz-placeholder {
/* Firefox 19+ */
font-style: italic;
color: #858585;
}
#footer .footer-inner .input-group-subscribe input :-ms-input-placeholder {
/* IE 10+ */
font-style: italic;
color: #858585;
}
#footer .footer-inner .input-group-subscribe input :-moz-placeholder {
/* Firefox 18- */
font-style: italic;
color: #858585;
}
@media screen and (max-width: 1380px) {
#footer .footer-inner .input-group-subscribe input {
height: 34px;
line-height: 1.42857143;
padding: 6px 12px;
}
}
#footer .footer-inner .input-group-subscribe input:focus, #footer .footer-inner .input-group-subscribe input:active {
outline: none;
border: none;
box-shadow: none;
background-color: #f4f4f4;
}
#footer .footer-inner .input-group-subscribe button {
border-radius: 0;
border: none;
background-color: #f6f6f6;
padding: 18px 16px;
}
@media screen and (max-width: 1380px) {
#footer .footer-inner .input-group-subscribe button {
padding: 12px 12px;
}
}
#footer .footer-inner .input-group-subscribe button:focus, #footer .footer-inner .input-group-subscribe button:active {
border: none;
outline: none;
}
#footer .footer-inner .input-group-subscribe button img.arrow-next {
position: relative;
display: block;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
height: 10px;
}
@media screen and (max-width: 1380px) {
#footer .footer-inner .input-group-subscribe button img.arrow-next {
height: 8px;
}
}
#footer .footer-inner ul.footer-links {
position: relative;
list-style: none;
padding-left: 0;
width: 100%;
max-width: 1080px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
#footer .footer-inner ul.footer-links:before, #footer .footer-inner ul.footer-links:after {
content: '';
display: table;
}
#footer .footer-inner ul.footer-links:after {
clear: both;
}
#footer .footer-inner ul.footer-links > li {
position: relative;
font-size: 15px;
text-align: center;
margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
#footer .footer-inner ul.footer-links > li {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
#footer .footer-inner ul.footer-links > li {
margin-bottom: 12px;
}
}
#footer .footer-inner ul.footer-links > li > a {
font-family: 'Montserrat-Regular';
color: #565656;
text-transform: uppercase;
}
#footer hr {
margin-top: 2%;
margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
#footer hr {
margin-top: 25px;
margin-bottom: 25px;
}
}
ul.footer-social-media-wrapper {
position: relative;
list-style: none;
padding-left: 0;
}
ul.footer-social-media-wrapper.inline {
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
}
ul.footer-social-media-wrapper:before, ul.footer-social-media-wrapper:after {
content: '';
display: table;
}
ul.footer-social-media-wrapper:after {
clear: both;
}
ul.footer-social-media-wrapper li {
float: left;
margin-right: 6px;
}
ul.footer-social-media-wrapper li .footer-social-media-box {
position: relative;
border: 1px solid #565656;
font-size: 1.2em;
padding: 2px 4px;
overflow: hidden;
}
ul.footer-social-media-wrapper li .footer-social-media-box:hover .fa, ul.footer-social-media-wrapper li .footer-social-media-box:focus .fa, ul.footer-social-media-wrapper li .footer-social-media-box:active .fa {
color: #fff;
}
ul.footer-social-media-wrapper li .footer-social-media-box:hover:before, ul.footer-social-media-wrapper li .footer-social-media-box:focus:before, ul.footer-social-media-wrapper li .footer-social-media-box:active:before {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
ul.footer-social-media-wrapper li .footer-social-media-box:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #565656;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
z-index: 0;
}
ul.footer-social-media-wrapper li .footer-social-media-box .fa {
position: relative;
color: #565656;
z-index: 1;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
#footer-copyright {
position: relative;
width: 100%;
padding: 10px 5%;
background-color: #212121;
}
@media screen and (max-width: 767px) {
#footer-copyright {
padding: 10px 0;
}
}
#footer-copyright p {
color: #fff;
font-size: 11px;
margin: 0;
letter-spacing: 1px;
}
@media screen and (max-width: 1080px) {
#footer-copyright p {
font-size: 10px;
}
}
@media screen and (min-width: 768px) {
.col-sm-20 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
float: left;
width: 20%;
}
}
/**************************************************/
/* END FOOTER ;*/
/**************************************************/
/**************************************************/
/* TINY SLIDER ;*/
/**************************************************/
.tns-outer {
padding: 0 !important;
}
.tns-outer [hidden] {
display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
cursor: pointer;
}
.tns-outer.ms-touch {
overflow-x: scroll;
overflow-y: hidden;
-ms-overflow-style: none;
-ms-scroll-chaining: none;
-ms-scroll-snap-type: mandatory;
-ms-scroll-snap-points-x: snapInterval(0%, 100%);
}
.tns-slider {
-webkit-transition: all 0s;
-moz-transition: all 0s;
transition: all 0s;
}
.tns-slider > .tns-item {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
display: inline-block;
vertical-align: top;
white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
content: '';
display: table;
clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
float: left;
margin-right: -100%;
}
.tns-no-calc {
position: relative;
left: 0;
}
.tns-gallery {
position: relative;
left: 0;
min-height: 1px;
}
.tns-gallery > .tns-item {
position: absolute;
left: -100%;
-webkit-transition: transform 0s, opacity 0s;
-moz-transition: transform 0s, opacity 0s;
-webkit-transition: opacity 0s, -webkit-transform 0s;
transition: opacity 0s, -webkit-transform 0s;
transition: transform 0s, opacity 0s;
transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
.tns-gallery > .tns-moving {
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
.tns-lazy-img {
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
transition: opacity 0.6s;
opacity: 0.6;
}
.tns-lazy-img.loaded {
opacity: 1;
}
.tns-ah {
-webkit-transition: height 0s;
-moz-transition: height 0s;
transition: height 0s;
}
.tns-ovh {
overflow: hidden;
}
.tns-hdx {
overflow-x: hidden;
}
.tns-hdy {
overflow-y: hidden;
}
.tns-visually-hidden {
position: absolute;
left: -10000em;
}
.tns-transparent {
opacity: 0;
visibility: hidden;
}
.tns-fadeIn {
opacity: 1;
filter: alpha(opacity=100);
z-index: 0;
}
.tns-normal,
.tns-fadeOut {
opacity: 0;
filter: alpha(opacity=0);
z-index: -1;
}
/**************************************************/
/* TINY SLIDER END ;*/
/**************************************************/
/**************************************************/
/* RESPONSIVE GALLERY ;*/
/**************************************************/
/*responsiv 3D gallery*/
.responsiveGallery-container {
width: 100%;
position: relative;
overflow: hidden;
}
.responsiveGallery-btn {
position: absolute;
top: 0;
z-index: 3;
display: block;
width: 5%;
height: 100%;
}
.responsiveGallery-btn_prev {
background: url(images/arrow-left.png) center center no-repeat;
left: 1%;
}
.responsiveGallery-btn_next {
background: url(images/arrow-right.png) center center no-repeat;
right: 1%;
}
.responsiveGallery-wrapper {
position: relative;
width: 90%;
width: 100%;
margin: 0 auto;
padding-top: 39%;
margin-top: 8%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
-o-perspective: 1000px;
-ms-perspective: 1000px;
perspective: 1000px;
}
.responsiveGallery-item {
position: absolute;
left: 0;
top: 0;
z-index: 0;
display: block;
width: 33.33333%;
opacity: 0;
visibility: hidden;
}
.responsiveGallery-item .gambar {
position: relative;
width: 100%;
min-height: 100px;
position: relative;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
height: auto;
margin-left: 50%;
margin-top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.responsiveGallery-item .gambar:before {
content: '';
display: block;
padding-top: 66%;
}
@media (max-width: 1000px) {
.responsiveGallery-item {
width: 33.33%;
/*此宽度下显示3个*/
}
}
.responsivGallery-link {
display: block;
width: 100%;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.responsivGallery-pic {
width: 100%;
height: auto;
}
.w-responsivGallery-info {
width: 80%;
margin: 0 auto;
padding-top: 5%;
text-align: center;
color: #fff;
}
.responsivGallery-name {
font-size: 1.25em;
}
.responsivGallery-position {
padding-top: 4%;
font-size: 0.875em;
line-height: 1.3;
}
/**************************************************/
/* END RESPONSIVE GALLERY ;*/
/**************************************************/
/**************************************************/
/* UTILITY CLASSES ;*/
/**************************************************/
.error {
color: red;
display: none;
}
.column-relative {
position: relative;
}
[data-animate] {
opacity: 0;
}
.no-csstransitions [data-animate], .no-cssanimations [data-animate] {
opacity: 1;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
}
.translateUp {
-webkit-animation-name: translateUp;
animation-name: translateUp;
}
@-webkit-keyframes translateUp {
from {
opacity: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes translateUp {
from {
opacity: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.translateUpText {
-webkit-animation-name: translateUpText;
animation-name: translateUpText;
}
@-webkit-keyframes translateUpText {
from {
opacity: 0;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes translateUpText {
from {
opacity: 0;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.scaleUp {
-webkit-animation-name: scaleUp;
animation-name: scaleUp;
}
@-webkit-keyframes scaleUp {
0% {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
}
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
opacity: 1;
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
@keyframes scaleUp {
0% {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
}
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
opacity: 1;
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
}
.row-scroll {
margin-top: 16%;
margin-bottom: 12%;
}
@media screen and (max-width: 767px) {
.row-scroll {
margin-top: 0;
}
}
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-20 {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-20 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-20 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-20 {
width: 20%;
float: left;
}
}
.col-xs-60,
.col-sm-60,
.col-md-60,
.col-lg-60 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-60 {
width: 60%;
float: left;
}
@media (min-width: 768px) {
.col-sm-60 {
width: 60%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-60 {
width: 60%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-60 {
width: 60%;
float: left;
}
}
.content-inside {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-size: cover;
background-position: center center;
/* background-color: #fafafa;*/
background-repeat: no-repeat;
width: 100%;
overflow: hidden;
image-rendering: -webkit-optimize-contrast;
}
.no-padding {
padding-left: 0;
padding-right: 0;
}
@media screen and (max-width: 767px) {
.no-padding-mobile {
padding-left: 0;
padding-right: 0;
}
}
@media screen and (min-width: 768px) {
.no-padding-tablet {
padding-left: 0;
padding-right: 0;
}
}
@media screen and (min-width: 769px) {
.no-padding-desktop {
padding-left: 0;
padding-right: 0;
}
}
.no-padding-right {
padding-right: 0;
}
@media screen and (min-width: 768px) {
.no-padding-right-tablet {
padding-right: 0;
}
}
.no-padding-left {
padding-left: 0;
}
@media screen and (min-width: 768px) {
.no-padding-right-tablet {
padding-right: 0;
}
.no-padding-left-tablet {
padding-left: 0;
}
}
.v-center {
display: inline-block;
vertical-align: middle;
float: none;
}
.v-bottom {
display: inline-block;
vertical-align: bottom;
float: none;
}
@media screen and (min-width: 768px) {
.v-center-tablet {
display: inline-block;
vertical-align: middle;
float: none;
}
.v-bottom-tablet {
display: inline-block;
vertical-align: bottom;
float: none;
}
}
@media screen and (min-width: 993px) {
.v-center-desktop {
display: inline-block;
vertical-align: middle;
float: none;
}
.v-bottom-desktop {
display: inline-block;
vertical-align: bottom;
float: none;
}
}
@media screen and (min-width: 768px) {
.row-same-height {
overflow: hidden;
}
.row-same-height [class*="col-"] {
margin-bottom: -99999px;
padding-bottom: 99999px;
}
}
@media screen and (min-width: 768px) {
.list-centered {
display: table;
margin: 0 auto;
}
}
.row-eq-height {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
@media screen and (min-width: 768px) {
.row-eq-height-tablet {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
@media screen and (min-width: 992px) {
.row-eq-height-desktop {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
.no-flexbox .row-eq-height,
.no-flexbox .row-eq-height-desktop {
display: table;
width: 100%;
}
.no-flexbox .row-eq-height [class*="col-"],
.no-flexbox .row-eq-height-desktop [class*="col-"] {
float: none;
display: table-cell;
vertical-align: middle;
}
@media screen and (max-width: 767px) {
.text-left-mobile {
text-align: left;
}
}
.margin-top-3 {
margin-top: 3%;
}
.margin-top-4 {
margin-top: 4%;
}
.margin-top-5 {
margin-top: 5%;
}
.margin-top-6 {
margin-top: 6%;
}
.margin-top-7 {
margin-top: 7%;
}
@media screen and (max-width: 767px) {
.margin-top-7 {
margin-top: 40px;
}
}
.margin-top-8 {
margin-top: 8%;
}
.margin-top-10 {
margin-top: 10%;
}
@media screen and (max-width: 767px) {
.margin-top-10-mobile {
margin-top: 10%;
}
}
.margin-top-12 {
margin-top: 12%;
}
.margin-top-20 {
margin-top: 20%;
}
@media screen and (max-width: 767px) {
.margin-top-20-mobile {
margin-top: 20%;
}
}
@media screen and (max-width: 767px) {
.margin-top-15-mobile {
margin-top: 15px;
}
}
@media screen and (max-width: 767px) {
.margin-top-25-mobile {
margin-top: 25px;
}
}
@media screen and (max-width: 767px) {
.btn-full-mobile {
width: 100%;
}
}
.margin-none {
margin: 0;
}
.margin-bottom-5 {
margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
.no-margin-left-mobile {
margin-left: 0 !important;
margin-top: 15px;
}
}
@media screen and (max-width: 767px) {
.no-margin-top-mobile {
margin-top: 0;
}
}
.visibility-hidden {
visibility: hidden;
}
@media screen and (max-width: 767px) {
.padding-left-mobile {
padding-left: 7px;
}
}
@media screen and (max-width: 767px) {
.padding-right-mobile {
padding-right: 7px;
}
}
/**************************************************/
/* UTILITY CLASSES END ;*/
/**************************************************/
| 0.233444 | 0.057652 |
@charset "utf-8";
/* CSS Document */
.wrapper{background-color: #FFF;border: 1px solid #e5e5e5;}
.wrapper .admodel{height:400px;width:550px;margin-top: 20px;background-image: url(../images/tg-chang1ea8a2.png);background-repeat: no-repeat;background-position: right center;position:relative;}
.wrapper .admodel .text{position:absolute; width:240px; height:150px; top:65px;left:50px; font-size:15px; line-height:30px; color:#999}
.wrapper .loginRegister{width:600px; margin:auto; min-height:345px; border-left:1px solid #e5e5e5;}
.wrapper .tabNav{display:block; height:40px; line-height:40px; border-bottom:#ff6600 2px solid; font-size:18px; font-weight:bold; margin-bottom:15px; padding:0px 15px;}
.wrapper .tabNav span.fr a{ font-size:16px; font-weight:normal;}
.wrapper table{ font-size:16px; font-weight:bold;}
.wrapper table .int{ height:30px; line-height:30px; border:#CCC 1px inset; padding-left:5px; width:230px;}
.wrapper table .reminder{font-size:14px;font-weight:normal;}
.wrapper table .reminder a{color:#ff6600;}
.anniu{border: 1px solid #ff5c5c;background:#ff6600;height:40px; line-height:40px;cursor:pointer; width:150px;text-align: center;border-radius:3px;color: #fff; font-size:16px;}
/*==========表单验证===========*/
.Validform_checktip{margin-left:8px;line-height:20px;height:20px;overflow:hidden;color:#999;font-size:12px;}
.Validform_right{color:#71b83d;padding-left:20px;background:url(../images/right.png) no-repeat left center;}
.Validform_wrong{color:red;padding-left:20px;white-space:nowrap;background:url(../images/error.png) no-repeat left center;}
.Validform_loading{padding-left:20px;background:url(../images/onLoad.gif) no-repeat left center;}
.Validform_error{background-color:#ffe7e7;}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}
/*密码强度验证*/
.passwordStrength{}
.passwordStrength b{font-weight:normal;}
.passwordStrength b,.passwordStrength span{display:inline-block; vertical-align:middle;line-height:20px;height:20px; font-weight:normal; font-size:13px;}
.passwordStrength span{width:45px; text-align:center; background-color:#d0d0d0; border-right:1px solid #fff;}
.passwordStrength .last{border-right:none;}
.passwordStrength .bgStrength{color:#fff;background-color:#71b83d;}
/*注册样式*/
.RegisterFormModel{width:366px;background-color:#fff; margin:auto;}
.RegisterFormModel .con{padding:15px 30px;color:#5188a6}
.RegisterFormModel .con .l_inp{border:1px solid #bdbdbd;height:38px;line-height:38px;width:304px;margin-bottom:15px;border-radius: 3px; overflow:hidden;}
.RegisterFormModel .con .l_inp span.fl{width:52px; text-align:center;display:block;border-right:1px solid #bdbdbd;background-color:#f3f3f3;padding:0 10px}
.RegisterFormModel .con .l_inp input.inp{border:0;background-color:#fff;width:221px;padding-left:10px;height:38px;font-size:14px;}
.RegisterFormModel .con .l_inp input.Validform_error{background-color: #ffe7e7;}
.RegisterFormModel .RegisterBtn{border-radius:3px;background-color:#ff6600;color:#fff;display:inline-block;height:40px;line-height:40px;text-align:center;width:306px;transition:background-color .2s linear 0s;border:0;cursor:pointer}
.oauth-model{width:360px;float:left;margin:51px 0 0 120px}
.oauth-model .oauth-title-highlight{color:#f2a333}
.oauth-model .oauth-title{font-size:14px;line-height:20px}
.oauth-model .oauth-links{margin-top:70px;padding:0 42px}
.oauth-model .oauth-links .oauth-link{display:block;float:left;padding:0 105px;text-decoration:none}
.oauth-model .oauth-links .oauth-link .oauth-icon-github{background:url(../images/github.png) repeat scroll -106px 0;height:53px;width:53px}
.oauth-model .oauth-links .oauth-link .oauth-icon-qq{background:url(../images/oauth-logo.png) repeat scroll 0 0;height:53px;width:53px}
.oauth-model .oauth-links .oauth-link .oauth-link-text{color:#000;font-size:14px;line-height:18px;margin-top:10px;text-align:center}
.oauth-model .oauth-links .oauth-link .oauth-icon-wechat{background:url(../images/oauth-logo.png) repeat scroll -53px 0;height:53px;width:53px}
.oauth-model .oauth-links .oauth-link .oauth-icon-weibo{background:url(../images/oauth-logo.png) repeat scroll -106px 0;height:53px;width:53px}
|
public/static/css/login_register.css
|
@charset "utf-8";
/* CSS Document */
.wrapper{background-color: #FFF;border: 1px solid #e5e5e5;}
.wrapper .admodel{height:400px;width:550px;margin-top: 20px;background-image: url(../images/tg-chang1ea8a2.png);background-repeat: no-repeat;background-position: right center;position:relative;}
.wrapper .admodel .text{position:absolute; width:240px; height:150px; top:65px;left:50px; font-size:15px; line-height:30px; color:#999}
.wrapper .loginRegister{width:600px; margin:auto; min-height:345px; border-left:1px solid #e5e5e5;}
.wrapper .tabNav{display:block; height:40px; line-height:40px; border-bottom:#ff6600 2px solid; font-size:18px; font-weight:bold; margin-bottom:15px; padding:0px 15px;}
.wrapper .tabNav span.fr a{ font-size:16px; font-weight:normal;}
.wrapper table{ font-size:16px; font-weight:bold;}
.wrapper table .int{ height:30px; line-height:30px; border:#CCC 1px inset; padding-left:5px; width:230px;}
.wrapper table .reminder{font-size:14px;font-weight:normal;}
.wrapper table .reminder a{color:#ff6600;}
.anniu{border: 1px solid #ff5c5c;background:#ff6600;height:40px; line-height:40px;cursor:pointer; width:150px;text-align: center;border-radius:3px;color: #fff; font-size:16px;}
/*==========表单验证===========*/
.Validform_checktip{margin-left:8px;line-height:20px;height:20px;overflow:hidden;color:#999;font-size:12px;}
.Validform_right{color:#71b83d;padding-left:20px;background:url(../images/right.png) no-repeat left center;}
.Validform_wrong{color:red;padding-left:20px;white-space:nowrap;background:url(../images/error.png) no-repeat left center;}
.Validform_loading{padding-left:20px;background:url(../images/onLoad.gif) no-repeat left center;}
.Validform_error{background-color:#ffe7e7;}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}
/*密码强度验证*/
.passwordStrength{}
.passwordStrength b{font-weight:normal;}
.passwordStrength b,.passwordStrength span{display:inline-block; vertical-align:middle;line-height:20px;height:20px; font-weight:normal; font-size:13px;}
.passwordStrength span{width:45px; text-align:center; background-color:#d0d0d0; border-right:1px solid #fff;}
.passwordStrength .last{border-right:none;}
.passwordStrength .bgStrength{color:#fff;background-color:#71b83d;}
/*注册样式*/
.RegisterFormModel{width:366px;background-color:#fff; margin:auto;}
.RegisterFormModel .con{padding:15px 30px;color:#5188a6}
.RegisterFormModel .con .l_inp{border:1px solid #bdbdbd;height:38px;line-height:38px;width:304px;margin-bottom:15px;border-radius: 3px; overflow:hidden;}
.RegisterFormModel .con .l_inp span.fl{width:52px; text-align:center;display:block;border-right:1px solid #bdbdbd;background-color:#f3f3f3;padding:0 10px}
.RegisterFormModel .con .l_inp input.inp{border:0;background-color:#fff;width:221px;padding-left:10px;height:38px;font-size:14px;}
.RegisterFormModel .con .l_inp input.Validform_error{background-color: #ffe7e7;}
.RegisterFormModel .RegisterBtn{border-radius:3px;background-color:#ff6600;color:#fff;display:inline-block;height:40px;line-height:40px;text-align:center;width:306px;transition:background-color .2s linear 0s;border:0;cursor:pointer}
.oauth-model{width:360px;float:left;margin:51px 0 0 120px}
.oauth-model .oauth-title-highlight{color:#f2a333}
.oauth-model .oauth-title{font-size:14px;line-height:20px}
.oauth-model .oauth-links{margin-top:70px;padding:0 42px}
.oauth-model .oauth-links .oauth-link{display:block;float:left;padding:0 105px;text-decoration:none}
.oauth-model .oauth-links .oauth-link .oauth-icon-github{background:url(../images/github.png) repeat scroll -106px 0;height:53px;width:53px}
.oauth-model .oauth-links .oauth-link .oauth-icon-qq{background:url(../images/oauth-logo.png) repeat scroll 0 0;height:53px;width:53px}
.oauth-model .oauth-links .oauth-link .oauth-link-text{color:#000;font-size:14px;line-height:18px;margin-top:10px;text-align:center}
.oauth-model .oauth-links .oauth-link .oauth-icon-wechat{background:url(../images/oauth-logo.png) repeat scroll -53px 0;height:53px;width:53px}
.oauth-model .oauth-links .oauth-link .oauth-icon-weibo{background:url(../images/oauth-logo.png) repeat scroll -106px 0;height:53px;width:53px}
| 0.239527 | 0.087291 |
#budgetTable {
max-width: 1200px;
overflow: auto;
}
#budget_table {
display: flex;
flex-direction: column;
/* align-items: center; */
/* justify-content: center; */
padding: 16px;
}
#pagecontainer {
max-width: 1200px;
}
#arm_dropdowns {
display: flex;
margin: auto;
}
#arm_dropdowns div {
margin-right: 24px;
}
.arm button.active-arm {
background-color: #007bff;
border-color: #006bef;
color: white;
}
div#arm_tables {
margin: auto;
}
.arm_table {
display: none;
font-size: 1rem;
margin: auto;
}
.arm_table th, .arm_table td:nth-child(1) {
padding: 8px 8px;
text-align: center;
}
.arm_table .visit_total {
padding-left: 8px;
text-align: center;
}
.arm_table tbody tr:nth-child(odd) td {
background-color: #F2F6FB;
}
.arm_table tbody tr:nth-child(even) td {
background-color: #E9ECF6;
}
.arm_table tbody tr:nth-child(odd) td.nonzero {
background-color: #c2edff;
}
.arm_table tbody tr:nth-child(even) td.nonzero {
background-color: #A6E0FF;
}
.arm_table tbody tr:last-child td:first-child {
background-color: #FFFFFF;
}
.proc_cell {
text-align: center;
}
.proc_cell button {
display: none;
}
.proc_count, .visit_total {
font-size: 1.25rem;
}
td.procedure, .proc_cell, .visit_total, .arm_table th:not(:first-child) {
border: 1px solid gray;
}
#tinbudget_edit_procedures .modal-body {
display: flex;
flex-direction: column;
align-items: center;
}
#edit_procedures th, #edit_procedures td {
padding: 8px;
text-align: center;
border: 1px solid black;
}
/* #edit_procedures td.name input { */
/* width: 250px; */
/* } */
/* #edit_procedures td.cost input { */
/* width: 75px; */
/* } */
/* #edit_procedures td.cpt input { */
/* width: 650px; */
/* } */
.ui-autocomplete { z-index:2147483647; } /* prevent autocomplete from being hidden behind modal */
#edit_procedure_buttons {
display: flex;
width: 100%;
justify-content: space-evenly;
}
#select_visits, #select_arms {
display: flex;
align-items: center;
flex-direction: column;
}
.visit_select, .arm_select {
max-width: 100%;
margin: 8px;
}
|
css/budget.css
|
#budgetTable {
max-width: 1200px;
overflow: auto;
}
#budget_table {
display: flex;
flex-direction: column;
/* align-items: center; */
/* justify-content: center; */
padding: 16px;
}
#pagecontainer {
max-width: 1200px;
}
#arm_dropdowns {
display: flex;
margin: auto;
}
#arm_dropdowns div {
margin-right: 24px;
}
.arm button.active-arm {
background-color: #007bff;
border-color: #006bef;
color: white;
}
div#arm_tables {
margin: auto;
}
.arm_table {
display: none;
font-size: 1rem;
margin: auto;
}
.arm_table th, .arm_table td:nth-child(1) {
padding: 8px 8px;
text-align: center;
}
.arm_table .visit_total {
padding-left: 8px;
text-align: center;
}
.arm_table tbody tr:nth-child(odd) td {
background-color: #F2F6FB;
}
.arm_table tbody tr:nth-child(even) td {
background-color: #E9ECF6;
}
.arm_table tbody tr:nth-child(odd) td.nonzero {
background-color: #c2edff;
}
.arm_table tbody tr:nth-child(even) td.nonzero {
background-color: #A6E0FF;
}
.arm_table tbody tr:last-child td:first-child {
background-color: #FFFFFF;
}
.proc_cell {
text-align: center;
}
.proc_cell button {
display: none;
}
.proc_count, .visit_total {
font-size: 1.25rem;
}
td.procedure, .proc_cell, .visit_total, .arm_table th:not(:first-child) {
border: 1px solid gray;
}
#tinbudget_edit_procedures .modal-body {
display: flex;
flex-direction: column;
align-items: center;
}
#edit_procedures th, #edit_procedures td {
padding: 8px;
text-align: center;
border: 1px solid black;
}
/* #edit_procedures td.name input { */
/* width: 250px; */
/* } */
/* #edit_procedures td.cost input { */
/* width: 75px; */
/* } */
/* #edit_procedures td.cpt input { */
/* width: 650px; */
/* } */
.ui-autocomplete { z-index:2147483647; } /* prevent autocomplete from being hidden behind modal */
#edit_procedure_buttons {
display: flex;
width: 100%;
justify-content: space-evenly;
}
#select_visits, #select_arms {
display: flex;
align-items: center;
flex-direction: column;
}
.visit_select, .arm_select {
max-width: 100%;
margin: 8px;
}
| 0.140543 | 0.058966 |
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.container {
margin: 0 auto;
padding: 0 20px;
max-width: 1240px;
}
.head-wrapper {
position: relative;
background-image: url(../img/picture.jpg);
background-size: cover;
background-position: center;
min-height: 1000px;
margin-bottom: 46px;
}
@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
.head-wrapper {
background-image: url(../img/[email protected]);
}
}
.head-wrapper::after {
position: absolute;
content: "";
top: 0;
right: 0;
left: 0;
bottom: 0;
background: -webkit-gradient(
linear,
left top,
left bottom,
from(rgb(243, 129, 129)),
to(rgb(252, 227, 138))
);
background: -o-linear-gradient(rgb(243, 129, 129), rgb(252, 227, 138));
background: linear-gradient(rgb(243, 129, 129), rgb(252, 227, 138));
opacity: 0.9;
}
.head,
.section-intro {
position: relative;
z-index: 1;
}
.head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 86px;
padding-top: 35px;
padding-bottom: 100px;
}
.head__logo {
font-family: "Montserrat", sans-serif;
font-size: 30px;
font-weight: 700;
}
.head__logo--link,
.head__link {
text-decoration: none;
color: #fff;
-webkit-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.head__menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-width: 620px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 14px;
text-transform: uppercase;
list-style: none;
}
.head__link:hover,
.head__menu--svg:hover .head__menu--svg_path {
color: #fce38a;
fill: #fce38a;
}
.head__item {
position: relative;
}
.head__item::after {
position: absolute;
content: "";
bottom: -10px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: 3px;
width: 50px;
background-color: #fce38a;
opacity: 0;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.head__item:hover::after {
opacity: 1;
}
.head__page-title {
display: block;
margin: 0 auto 120px;
text-align: center;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 150px;
line-height: 140px;
text-transform: uppercase;
max-width: 840px;
}
.head__page-title--script {
display: block;
font-family: "Kaushan Script", cursive;
font-size: 72px;
font-weight: 400;
text-transform: none;
}
.head__button {
display: block;
margin: 0 auto;
width: 160px;
height: 42px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
color: #fff;
background: none;
border: 4px solid #fff;
cursor: pointer;
}
.section-main--description,
.section-team--description {
display: block;
font-family: "Kaushan Script", cursive;
font-size: 24px;
font-weight: 400;
color: #333333;
text-align: center;
padding-bottom: 20px;
text-transform: none;
}
.section-main__title,
.section-team__title {
font-family: "Montserrat", sans-serif;
font-size: 30px;
font-weight: 700;
color: #333333;
text-align: center;
text-transform: uppercase;
}
.section-main__title {
margin-bottom: 62px;
}
.section-main__title::after,
.section-team__title::after {
content: "";
display: table;
margin: 44px auto 0px;
height: 3px;
width: 60px;
background-color: #f38181;
}
.services-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.service {
width: 392px;
padding-left: 92px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-position: top left 30px;
background-repeat: no-repeat;
min-height: 145px;
margin-bottom: 15px;
}
.service:nth-of-type(1) {
background-image: url(../img/section/ALARM.png);
}
.service:nth-of-type(2) {
background-image: url(../img/section/LINEGRAPH.png);
}
.service:nth-of-type(3) {
background-image: url(../img/section/COMPUTER.png);
}
.service:nth-of-type(4) {
background-image: url(../img/section/BOOK.png);
}
.service:nth-of-type(5) {
background-image: url(../img/section/HOME.png);
}
.service:nth-of-type(6) {
background-image: url(../img/section/IMAGE.png);
}
.section-team {
margin-bottom: 85px;
}
.service__title,
.team-member__name {
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #333333;
margin-bottom: 10px;
}
.service__text,
.section-team__text {
font-family: "Roboto", sans-serif;
font-size: 15px;
line-height: 24px;
font-weight: 400;
color: #999999;
}
.team-members-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.team-member {
position: relative;
width: 380px;
}
.section-team__title {
margin-bottom: 30px;
}
.section-team__text {
margin: 0 auto;
margin-bottom: 90px;
width: 950px;
text-align: center;
}
.team-member__name {
text-align: center;
color: #333333;
padding-top: 30px;
}
.team-member__position {
text-align: center;
font-size: 15px;
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
line-height: 24px;
color: #999999;
}
.team-member__img--background {
background-color: #95e1d3;
top: -100%;
left: 0;
width: 380px;
height: 470px;
}
@-webkit-keyframes team-member__img--background_animation {
0% {
top: 0;
left: 0;
opacity: 0;
}
100% {
top: -10px;
left: -10px;
opacity: 1;
}
}
@keyframes team-member__img--background_animation {
0% {
top: 0;
left: 0;
opacity: 0;
}
100% {
top: -10px;
left: -10px;
opacity: 1;
}
}
@-webkit-keyframes team-member__icons--animation {
0% {
top: 0;
left: 0;
}
100% {
top: -10px;
left: -10px;
}
}
@keyframes team-member__icons--animation {
0% {
top: 0;
left: 0;
}
100% {
top: -10px;
left: -10px;
}
}
.team-member__img {
position: absolute;
top: 0;
left: 0;
}
.team-member:hover .team-member__img {
-webkit-animation: team-member__icons--animation 0.2s;
animation: team-member__icons--animation 0.2s;
top: -10px;
left: -10px;
}
.team-member__icons--wrap {
position: absolute;
top: 0;
left: 0;
background: -webkit-gradient(
linear,
left top,
left bottom,
from(rgba(243, 129, 129, 0.9)),
to(rgba(252, 227, 138, 0.9))
);
background: -o-linear-gradient(
rgba(243, 129, 129, 0.9),
rgba(252, 227, 138, 0.9)
);
background: linear-gradient(
rgba(243, 129, 129, 0.9),
rgba(252, 227, 138, 0.9)
);
width: 380px;
height: 470px;
display: none;
-webkit-animation: team-member__img--background_animation 0.2s;
animation: team-member__img--background_animation 0.2s;
}
.team-member:hover .team-member__icons--wrap {
display: block;
top: -10px;
left: -10px;
}
.team-member__icons-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 380px;
height: 470px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
}
.team-member__icon {
margin-right: 1px;
cursor: pointer;
}
.team-member__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 58px;
height: 58px;
background-color: #fce38a;
-webkit-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
}
.team-member__link:hover {
background-color: #f38181;
}
.team-member__icon--svg {
margin: auto;
}
.team-member__link:hover .team-member__icon--svg-path {
fill: #fff;
-webkit-transition: fill 0.2s linear;
-o-transition: fill 0.2s linear;
transition: fill 0.2s linear;
}
.foot {
border-top: 1px solid #e5e5e5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
min-height: 62px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.foot__copyright {
color: #333333;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 400;
}
.foot__copyright--link {
text-decoration: none;
color: #f38181;
}
.subscribe-form__input {
width: 230px;
height: 40px;
padding-left: 10px;
border: 1px solid #e7e7e7;
font-size: 15px;
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
line-height: 40px;
color: #cccccc;
}
.subscribe-form__button {
border: none;
height: 40px;
width: 150px;
background-color: #95e1d3;
text-transform: uppercase;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 700;
cursor: pointer;
}
.subscribe-form {
font-size: 0;
}
|
hw-10/css/styles.css
|
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.container {
margin: 0 auto;
padding: 0 20px;
max-width: 1240px;
}
.head-wrapper {
position: relative;
background-image: url(../img/picture.jpg);
background-size: cover;
background-position: center;
min-height: 1000px;
margin-bottom: 46px;
}
@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
.head-wrapper {
background-image: url(../img/[email protected]);
}
}
.head-wrapper::after {
position: absolute;
content: "";
top: 0;
right: 0;
left: 0;
bottom: 0;
background: -webkit-gradient(
linear,
left top,
left bottom,
from(rgb(243, 129, 129)),
to(rgb(252, 227, 138))
);
background: -o-linear-gradient(rgb(243, 129, 129), rgb(252, 227, 138));
background: linear-gradient(rgb(243, 129, 129), rgb(252, 227, 138));
opacity: 0.9;
}
.head,
.section-intro {
position: relative;
z-index: 1;
}
.head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 86px;
padding-top: 35px;
padding-bottom: 100px;
}
.head__logo {
font-family: "Montserrat", sans-serif;
font-size: 30px;
font-weight: 700;
}
.head__logo--link,
.head__link {
text-decoration: none;
color: #fff;
-webkit-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.head__menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-width: 620px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 14px;
text-transform: uppercase;
list-style: none;
}
.head__link:hover,
.head__menu--svg:hover .head__menu--svg_path {
color: #fce38a;
fill: #fce38a;
}
.head__item {
position: relative;
}
.head__item::after {
position: absolute;
content: "";
bottom: -10px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: 3px;
width: 50px;
background-color: #fce38a;
opacity: 0;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.head__item:hover::after {
opacity: 1;
}
.head__page-title {
display: block;
margin: 0 auto 120px;
text-align: center;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 150px;
line-height: 140px;
text-transform: uppercase;
max-width: 840px;
}
.head__page-title--script {
display: block;
font-family: "Kaushan Script", cursive;
font-size: 72px;
font-weight: 400;
text-transform: none;
}
.head__button {
display: block;
margin: 0 auto;
width: 160px;
height: 42px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
color: #fff;
background: none;
border: 4px solid #fff;
cursor: pointer;
}
.section-main--description,
.section-team--description {
display: block;
font-family: "Kaushan Script", cursive;
font-size: 24px;
font-weight: 400;
color: #333333;
text-align: center;
padding-bottom: 20px;
text-transform: none;
}
.section-main__title,
.section-team__title {
font-family: "Montserrat", sans-serif;
font-size: 30px;
font-weight: 700;
color: #333333;
text-align: center;
text-transform: uppercase;
}
.section-main__title {
margin-bottom: 62px;
}
.section-main__title::after,
.section-team__title::after {
content: "";
display: table;
margin: 44px auto 0px;
height: 3px;
width: 60px;
background-color: #f38181;
}
.services-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.service {
width: 392px;
padding-left: 92px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-position: top left 30px;
background-repeat: no-repeat;
min-height: 145px;
margin-bottom: 15px;
}
.service:nth-of-type(1) {
background-image: url(../img/section/ALARM.png);
}
.service:nth-of-type(2) {
background-image: url(../img/section/LINEGRAPH.png);
}
.service:nth-of-type(3) {
background-image: url(../img/section/COMPUTER.png);
}
.service:nth-of-type(4) {
background-image: url(../img/section/BOOK.png);
}
.service:nth-of-type(5) {
background-image: url(../img/section/HOME.png);
}
.service:nth-of-type(6) {
background-image: url(../img/section/IMAGE.png);
}
.section-team {
margin-bottom: 85px;
}
.service__title,
.team-member__name {
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #333333;
margin-bottom: 10px;
}
.service__text,
.section-team__text {
font-family: "Roboto", sans-serif;
font-size: 15px;
line-height: 24px;
font-weight: 400;
color: #999999;
}
.team-members-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.team-member {
position: relative;
width: 380px;
}
.section-team__title {
margin-bottom: 30px;
}
.section-team__text {
margin: 0 auto;
margin-bottom: 90px;
width: 950px;
text-align: center;
}
.team-member__name {
text-align: center;
color: #333333;
padding-top: 30px;
}
.team-member__position {
text-align: center;
font-size: 15px;
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
line-height: 24px;
color: #999999;
}
.team-member__img--background {
background-color: #95e1d3;
top: -100%;
left: 0;
width: 380px;
height: 470px;
}
@-webkit-keyframes team-member__img--background_animation {
0% {
top: 0;
left: 0;
opacity: 0;
}
100% {
top: -10px;
left: -10px;
opacity: 1;
}
}
@keyframes team-member__img--background_animation {
0% {
top: 0;
left: 0;
opacity: 0;
}
100% {
top: -10px;
left: -10px;
opacity: 1;
}
}
@-webkit-keyframes team-member__icons--animation {
0% {
top: 0;
left: 0;
}
100% {
top: -10px;
left: -10px;
}
}
@keyframes team-member__icons--animation {
0% {
top: 0;
left: 0;
}
100% {
top: -10px;
left: -10px;
}
}
.team-member__img {
position: absolute;
top: 0;
left: 0;
}
.team-member:hover .team-member__img {
-webkit-animation: team-member__icons--animation 0.2s;
animation: team-member__icons--animation 0.2s;
top: -10px;
left: -10px;
}
.team-member__icons--wrap {
position: absolute;
top: 0;
left: 0;
background: -webkit-gradient(
linear,
left top,
left bottom,
from(rgba(243, 129, 129, 0.9)),
to(rgba(252, 227, 138, 0.9))
);
background: -o-linear-gradient(
rgba(243, 129, 129, 0.9),
rgba(252, 227, 138, 0.9)
);
background: linear-gradient(
rgba(243, 129, 129, 0.9),
rgba(252, 227, 138, 0.9)
);
width: 380px;
height: 470px;
display: none;
-webkit-animation: team-member__img--background_animation 0.2s;
animation: team-member__img--background_animation 0.2s;
}
.team-member:hover .team-member__icons--wrap {
display: block;
top: -10px;
left: -10px;
}
.team-member__icons-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 380px;
height: 470px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
}
.team-member__icon {
margin-right: 1px;
cursor: pointer;
}
.team-member__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 58px;
height: 58px;
background-color: #fce38a;
-webkit-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
}
.team-member__link:hover {
background-color: #f38181;
}
.team-member__icon--svg {
margin: auto;
}
.team-member__link:hover .team-member__icon--svg-path {
fill: #fff;
-webkit-transition: fill 0.2s linear;
-o-transition: fill 0.2s linear;
transition: fill 0.2s linear;
}
.foot {
border-top: 1px solid #e5e5e5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
min-height: 62px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.foot__copyright {
color: #333333;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 400;
}
.foot__copyright--link {
text-decoration: none;
color: #f38181;
}
.subscribe-form__input {
width: 230px;
height: 40px;
padding-left: 10px;
border: 1px solid #e7e7e7;
font-size: 15px;
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
line-height: 40px;
color: #cccccc;
}
.subscribe-form__button {
border: none;
height: 40px;
width: 150px;
background-color: #95e1d3;
text-transform: uppercase;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 700;
cursor: pointer;
}
.subscribe-form {
font-size: 0;
}
| 0.353094 | 0.06724 |
.page-window {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
background-position: center;
background-size: cover;
}
.page-window_bg-1 {
background-image: url('../img/bg/1.jpg');
}
.page-window_bg-2 {
background-image: url('../img/bg/2.jpg');
}
.page-window_bg-3 {
background-image: url('../img/bg/3.jpg');
}
.page-window_bg-4 {
background-image: url('../img/bg/4.jpg');
}
.page-window_bg-5 {
background-image: url('../img/bg/5.jpg');
}
.page-window__container {
width: 500px;
margin-left: auto;
margin-right: auto;
}
.page-window_sm .page-window__container {
width: 520px;
}
.page-window__inner {
padding: 40px 50px;
background-color: #2c2f33;
border-radius : 6px;
text-align: center;
}
.page-window_sm .page-window__inner {
padding: 20px 20px;
text-align: left;
}
.page-window .logo__img {
margin-left: auto;
margin-right: auto;
}
.page-window__title {
margin-bottom: 15px;
font-size: 1.625rem;
font-weight: 700;
color: #fff;
}
.page-window_sm .page-window__title {
margin-bottom: 4px;
font-size: 1rem;
}
.page-window__attention {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.6875rem;
font-weight: 600;
color: #e74c3c;
text-transform: uppercase;
}
.page-window__title_welcome {
margin-top: 40px;
font-family: 'SF UI Text', sans-serif;
font-size: 1rem;
font-style: italic;
font-weight: 700;
}
.page-window__title_no-margin {
margin-bottom: 10px;
}
.page-window__subtitle {
max-width: 300px;
margin-left: auto;
margin-right: auto;
font-size: 1rem;
font-weight: 600;
}
.page-window__subtitle_expanded {
max-width: 100%;
}
.page-window__username {
margin-top: 15px;
margin-left: auto;
margin-right: auto;
font-size: 1rem;
font-weight: 700;
cursor: default;
}
.page-window__text {
margin-top: 45px;
font-weight: 700;
}
.page-window__text_center {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.page-window__form {
margin-top: 40px;
}
.page-window__form .form__item {
text-align: left;
}
.page-window__form .input {
width: 100%;
padding: .875rem;
background-color: #23272a;
border-radius: 20px;
border-width: 0;
color: #bababb;
}
.page-window__form .btn {
display: block;
width: 100%;
padding: 1rem 0;
border-radius: 12px;
font-size: 1rem;
font-weight: 700;
}
.page-window__forgot-password {
font-weight: 600;
text-align: center !important;
}
.page-window__restore-link {
text-decoration: none;
transition: opacity .2s ease, text-decoration .2s ease;
}
.page-window__restore-link:hover {
opacity: .8;
text-decoration: underline;
}
.page-window__item-button.form__item {
margin-top: 40px;
}
.page-window__tfa-keys {
margin-top: 20px;
}
/* TFA Keys */
.tfa-keys {
display: flex;
justify-content: space-between;
}
.tfa-keys__list {
max-width: 120px;
margin-left: 15px;
padding: 20px;
background-color: #23272a;
border-radius: 4px;
font-size: .875rem;
font-weight: 400;
color: #bdc3c7;
text-align: center;
}
.tfa-keys__key:not(:first-child) {
margin-top: 10px;
}
.tfa-keys__content {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.tfa-keys__desc {
max-width: 300px;
font-size: .875rem;
font-weight: 600;
color: #bdc3c7;
}
.tfa-keys__about-quest {
margin: 0;
font-size: .6875rem;
font-weight: 700;
}
.tfa-keys__about-answ {
margin: 0;
}
.tfa-keys__about-warning {
margin-top: 20px;
margin-bottom: 0;
}
.tfa-keys__buttons {
text-align: right;
}
.tfa-keys__button {
min-width: 110px;
padding: .72rem 0;
font-size: 0.8125rem;
font-weight: 600;
border-radius: 3px;
border-width: 2px;
}
.tfa-keys__form {
display: inline-block;
margin-right: 20px;
}
/* TFA Enable */
.tfa-enable {
font-size: 0.875rem;
font-weight: 400;
}
.tfa-enable__download {
display: flex;
justify-content: space-between;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #343638;
}
.tfa-enable__apps, .tfa-enable__install {
//max-width: 290px;
width: 100%;
}
.tfa-enable__authenticator {
margin-right: 45px;
margin-left: 25px;
}
.tfa-enable__authenticator-img {
width: 100px;
height: 100px;
}
.tfa-enable__apps {
margin-top: 5px;
}
.tfa-enable__title {
font-size: 0.6875rem;
font-weight: 700;
}
.tfa-enable__desc {
}
.tfa-enable__links {
margin-top: 20px;
margin-bottom: 10px;
}
.tfa-enable__links-title {
font-size: 0.6875rem;
font-weight: 700;
}
.tfa-enable__link {
margin-right: 20px;
text-decoration: none;
transition: text-decoration .2s ease;
}
.tfa-enable__link:hover {
text-decoration: underline;
}
.tfa-enable__link-icon {
font-size: .9em;
}
.tfa-enable__codes {
display: flex;
justify-content: space-between;
padding-top: 20px;
}
.tfa-enable__qr {
margin-right: 45px;
margin-left: 25px;
}
.tfa-enable__qr-img {
width: 100px;
height: 100px;
}
.tfa-enable__qr {
}
.tfa-enable__install {
}
.tfa-enable__code {
margin-top: 20px;
font-size: 0.875rem;
font-weight: 400;
color: #fff;
}
.tfa-enable__code-title {
color: #bdc3c7;
}
.tfa-enable__finish {
margin-top: 20px;
font-size: 0.875rem;
font-weight: 400;
}
.tfa-enable__finish-title {
}
.tfa-enable__form {
display: flex;
justify-content: space-between;
margin-top: 25px;
}
.tfa-enable__form .input {
max-width: 170px;
padding-top: 11px;
padding-bottom: 11px;
background-color: #23272a;
border: 0;
color: #bdc3c7;
}
.tfa-enable__form .btn {
max-width: 110px;
min-width: 110px;
}
|
resources/sass/client/page-window.css
|
.page-window {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
background-position: center;
background-size: cover;
}
.page-window_bg-1 {
background-image: url('../img/bg/1.jpg');
}
.page-window_bg-2 {
background-image: url('../img/bg/2.jpg');
}
.page-window_bg-3 {
background-image: url('../img/bg/3.jpg');
}
.page-window_bg-4 {
background-image: url('../img/bg/4.jpg');
}
.page-window_bg-5 {
background-image: url('../img/bg/5.jpg');
}
.page-window__container {
width: 500px;
margin-left: auto;
margin-right: auto;
}
.page-window_sm .page-window__container {
width: 520px;
}
.page-window__inner {
padding: 40px 50px;
background-color: #2c2f33;
border-radius : 6px;
text-align: center;
}
.page-window_sm .page-window__inner {
padding: 20px 20px;
text-align: left;
}
.page-window .logo__img {
margin-left: auto;
margin-right: auto;
}
.page-window__title {
margin-bottom: 15px;
font-size: 1.625rem;
font-weight: 700;
color: #fff;
}
.page-window_sm .page-window__title {
margin-bottom: 4px;
font-size: 1rem;
}
.page-window__attention {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.6875rem;
font-weight: 600;
color: #e74c3c;
text-transform: uppercase;
}
.page-window__title_welcome {
margin-top: 40px;
font-family: 'SF UI Text', sans-serif;
font-size: 1rem;
font-style: italic;
font-weight: 700;
}
.page-window__title_no-margin {
margin-bottom: 10px;
}
.page-window__subtitle {
max-width: 300px;
margin-left: auto;
margin-right: auto;
font-size: 1rem;
font-weight: 600;
}
.page-window__subtitle_expanded {
max-width: 100%;
}
.page-window__username {
margin-top: 15px;
margin-left: auto;
margin-right: auto;
font-size: 1rem;
font-weight: 700;
cursor: default;
}
.page-window__text {
margin-top: 45px;
font-weight: 700;
}
.page-window__text_center {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.page-window__form {
margin-top: 40px;
}
.page-window__form .form__item {
text-align: left;
}
.page-window__form .input {
width: 100%;
padding: .875rem;
background-color: #23272a;
border-radius: 20px;
border-width: 0;
color: #bababb;
}
.page-window__form .btn {
display: block;
width: 100%;
padding: 1rem 0;
border-radius: 12px;
font-size: 1rem;
font-weight: 700;
}
.page-window__forgot-password {
font-weight: 600;
text-align: center !important;
}
.page-window__restore-link {
text-decoration: none;
transition: opacity .2s ease, text-decoration .2s ease;
}
.page-window__restore-link:hover {
opacity: .8;
text-decoration: underline;
}
.page-window__item-button.form__item {
margin-top: 40px;
}
.page-window__tfa-keys {
margin-top: 20px;
}
/* TFA Keys */
.tfa-keys {
display: flex;
justify-content: space-between;
}
.tfa-keys__list {
max-width: 120px;
margin-left: 15px;
padding: 20px;
background-color: #23272a;
border-radius: 4px;
font-size: .875rem;
font-weight: 400;
color: #bdc3c7;
text-align: center;
}
.tfa-keys__key:not(:first-child) {
margin-top: 10px;
}
.tfa-keys__content {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.tfa-keys__desc {
max-width: 300px;
font-size: .875rem;
font-weight: 600;
color: #bdc3c7;
}
.tfa-keys__about-quest {
margin: 0;
font-size: .6875rem;
font-weight: 700;
}
.tfa-keys__about-answ {
margin: 0;
}
.tfa-keys__about-warning {
margin-top: 20px;
margin-bottom: 0;
}
.tfa-keys__buttons {
text-align: right;
}
.tfa-keys__button {
min-width: 110px;
padding: .72rem 0;
font-size: 0.8125rem;
font-weight: 600;
border-radius: 3px;
border-width: 2px;
}
.tfa-keys__form {
display: inline-block;
margin-right: 20px;
}
/* TFA Enable */
.tfa-enable {
font-size: 0.875rem;
font-weight: 400;
}
.tfa-enable__download {
display: flex;
justify-content: space-between;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #343638;
}
.tfa-enable__apps, .tfa-enable__install {
//max-width: 290px;
width: 100%;
}
.tfa-enable__authenticator {
margin-right: 45px;
margin-left: 25px;
}
.tfa-enable__authenticator-img {
width: 100px;
height: 100px;
}
.tfa-enable__apps {
margin-top: 5px;
}
.tfa-enable__title {
font-size: 0.6875rem;
font-weight: 700;
}
.tfa-enable__desc {
}
.tfa-enable__links {
margin-top: 20px;
margin-bottom: 10px;
}
.tfa-enable__links-title {
font-size: 0.6875rem;
font-weight: 700;
}
.tfa-enable__link {
margin-right: 20px;
text-decoration: none;
transition: text-decoration .2s ease;
}
.tfa-enable__link:hover {
text-decoration: underline;
}
.tfa-enable__link-icon {
font-size: .9em;
}
.tfa-enable__codes {
display: flex;
justify-content: space-between;
padding-top: 20px;
}
.tfa-enable__qr {
margin-right: 45px;
margin-left: 25px;
}
.tfa-enable__qr-img {
width: 100px;
height: 100px;
}
.tfa-enable__qr {
}
.tfa-enable__install {
}
.tfa-enable__code {
margin-top: 20px;
font-size: 0.875rem;
font-weight: 400;
color: #fff;
}
.tfa-enable__code-title {
color: #bdc3c7;
}
.tfa-enable__finish {
margin-top: 20px;
font-size: 0.875rem;
font-weight: 400;
}
.tfa-enable__finish-title {
}
.tfa-enable__form {
display: flex;
justify-content: space-between;
margin-top: 25px;
}
.tfa-enable__form .input {
max-width: 170px;
padding-top: 11px;
padding-bottom: 11px;
background-color: #23272a;
border: 0;
color: #bdc3c7;
}
.tfa-enable__form .btn {
max-width: 110px;
min-width: 110px;
}
| 0.332852 | 0.04406 |
.aquaOliveDrab1,
.hover_aquaOliveDrab1:hover,
.active_aquaOliveDrab1:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39),
inset 0 -0.5em 0.9em 0 #f1f5c8,
inset 0 -0.5em 0em 0.65em rgb(197, 245, 48),
inset 0 0em 0.5em 2em rgb(217, 224, 196);
-moz-box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39),
inset 0 -0.5em 0.9em 0 #f1f5c8,
inset 0 -0.5em 0em 0.65em rgb(197, 245, 48),
inset 0 0em 0.5em 2em rgb(217, 224, 196);
box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39),
inset 0 -0.5em 0.9em 0 #f1f5c8,
inset 0 -0.5em 0em 0.65em rgb(197, 245, 48),
inset 0 0em 0.5em 2em rgb(217, 224, 196);
}
.aquaOliveDrab1h,
.hover_aquaOliveDrab1h:hover,
.active_aquaOliveDrab1h:active {
-webkit-box-shadow:0 0.63em 1em rgba(208, 227, 142, .55),
inset 0 -0.5em 0.9em 0 #fcfdf3,
inset 0 -0.5em 0em 0.65em #daee9c,
inset 0 0em 0.5em 2em #fafcf4;
-moz-box-shadow:0 0.63em 1em rgba(208, 227, 142, .55),
inset 0 -0.5em 0.9em 0 #fcfdf3,
inset 0 -0.5em 0em 0.65em #daee9c,
inset 0 0em 0.5em 2em #fafcf4;
box-shadow:0 0.63em 1em rgba(208, 227, 142, .55),
inset 0 -0.5em 0.9em 0 #fcfdf3,
inset 0 -0.5em 0em 0.65em #daee9c,
inset 0 0em 0.5em 2em #fafcf4;
}
.aquaOliveDrab1a,
.hover_aquaOliveDrab1a:hover,
.active_aquaOliveDrab1a:active {
/*background: #9acc32;*/
-webkit-box-shadow:0 0.63em 1em rgba(191, 228, 64, .55),
inset 0 -0.5em 0.9em 0 #f9fcdb,
inset 0 -0.5em 0em 0.65em #cff360,
inset 0 0em 0.5em 2em #e2f2b2;
-moz-box-shadow:0 0.63em 1em rgba(191, 228, 64, .55),
inset 0 -0.5em 0.9em 0 #f9fcdb,
inset 0 -0.5em 0em 0.65em #cff360,
inset 0 0em 0.5em 2em #e2f2b2;
box-shadow:0 0.63em 1em rgba(191, 228, 64, .55),
inset 0 -0.5em 0.9em 0 #f9fcdb,
inset 0 -0.5em 0em 0.65em #cff360,
inset 0 0em 0.5em 2em #e2f2b2;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaOliveDrab1,
.hover_color_aquaOliveDrab1:hover,
.active_color_aquaOliveDrab1:active {
color: #282828;
}
.color_aquaOliveDrab1h,
.hover_color_aquaOliveDrab1h:hover,
.active_color_aquaOliveDrab1h:active {
color: #282828;
}
.color_aquaOliveDrab1a,
.hover_color_aquaOliveDrab1a:hover,
.active_color_aquaOliveDrab1a:active {
color: #282828;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaOliveDrab1,
.hover_border_aquaOliveDrab1:hover,
.active_border_aquaOliveDrab1:active {
border-color: #9acc32 #9acc32 #9acc32 #9acc32;
}
.border_aquaOliveDrab1h,
.hover_border_aquaOliveDrab1h:hover,
.active_border_aquaOliveDrab1h:active {
border-color: #9acc32 #9acc32 #9acc32 #9acc32;
}
.border_aquaOliveDrab1a,
.hover_border_aquaOliveDrab1a:hover,
.active_border_aquaOliveDrab1a:active {
border-color: #9acc32 #9acc32 #9acc32 #9acc32;
}
|
widgets/common/assets/shadows/aqua/aquaOliveDrab/aquaOliveDrab1.css
|
.aquaOliveDrab1,
.hover_aquaOliveDrab1:hover,
.active_aquaOliveDrab1:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39),
inset 0 -0.5em 0.9em 0 #f1f5c8,
inset 0 -0.5em 0em 0.65em rgb(197, 245, 48),
inset 0 0em 0.5em 2em rgb(217, 224, 196);
-moz-box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39),
inset 0 -0.5em 0.9em 0 #f1f5c8,
inset 0 -0.5em 0em 0.65em rgb(197, 245, 48),
inset 0 0em 0.5em 2em rgb(217, 224, 196);
box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39),
inset 0 -0.5em 0.9em 0 #f1f5c8,
inset 0 -0.5em 0em 0.65em rgb(197, 245, 48),
inset 0 0em 0.5em 2em rgb(217, 224, 196);
}
.aquaOliveDrab1h,
.hover_aquaOliveDrab1h:hover,
.active_aquaOliveDrab1h:active {
-webkit-box-shadow:0 0.63em 1em rgba(208, 227, 142, .55),
inset 0 -0.5em 0.9em 0 #fcfdf3,
inset 0 -0.5em 0em 0.65em #daee9c,
inset 0 0em 0.5em 2em #fafcf4;
-moz-box-shadow:0 0.63em 1em rgba(208, 227, 142, .55),
inset 0 -0.5em 0.9em 0 #fcfdf3,
inset 0 -0.5em 0em 0.65em #daee9c,
inset 0 0em 0.5em 2em #fafcf4;
box-shadow:0 0.63em 1em rgba(208, 227, 142, .55),
inset 0 -0.5em 0.9em 0 #fcfdf3,
inset 0 -0.5em 0em 0.65em #daee9c,
inset 0 0em 0.5em 2em #fafcf4;
}
.aquaOliveDrab1a,
.hover_aquaOliveDrab1a:hover,
.active_aquaOliveDrab1a:active {
/*background: #9acc32;*/
-webkit-box-shadow:0 0.63em 1em rgba(191, 228, 64, .55),
inset 0 -0.5em 0.9em 0 #f9fcdb,
inset 0 -0.5em 0em 0.65em #cff360,
inset 0 0em 0.5em 2em #e2f2b2;
-moz-box-shadow:0 0.63em 1em rgba(191, 228, 64, .55),
inset 0 -0.5em 0.9em 0 #f9fcdb,
inset 0 -0.5em 0em 0.65em #cff360,
inset 0 0em 0.5em 2em #e2f2b2;
box-shadow:0 0.63em 1em rgba(191, 228, 64, .55),
inset 0 -0.5em 0.9em 0 #f9fcdb,
inset 0 -0.5em 0em 0.65em #cff360,
inset 0 0em 0.5em 2em #e2f2b2;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaOliveDrab1,
.hover_color_aquaOliveDrab1:hover,
.active_color_aquaOliveDrab1:active {
color: #282828;
}
.color_aquaOliveDrab1h,
.hover_color_aquaOliveDrab1h:hover,
.active_color_aquaOliveDrab1h:active {
color: #282828;
}
.color_aquaOliveDrab1a,
.hover_color_aquaOliveDrab1a:hover,
.active_color_aquaOliveDrab1a:active {
color: #282828;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaOliveDrab1,
.hover_border_aquaOliveDrab1:hover,
.active_border_aquaOliveDrab1:active {
border-color: #9acc32 #9acc32 #9acc32 #9acc32;
}
.border_aquaOliveDrab1h,
.hover_border_aquaOliveDrab1h:hover,
.active_border_aquaOliveDrab1h:active {
border-color: #9acc32 #9acc32 #9acc32 #9acc32;
}
.border_aquaOliveDrab1a,
.hover_border_aquaOliveDrab1a:hover,
.active_border_aquaOliveDrab1a:active {
border-color: #9acc32 #9acc32 #9acc32 #9acc32;
}
| 0.301054 | 0.321234 |
display: flex;
position: relative;
}
@media screen and (max-height: 500px) {
#area-welcome {
height: 500px !important;
}
}
/* #region introduction area */
h1 {
font-size: 6em;
text-transform: uppercase;
}
#introduction {
display: flex;
flex-direction: column;
align-items: flex-end;
row-gap: 2em;
flex: 1;
border-top: var(--element-border-style);
font-size: 0.55rem;
}
#title-role {
background-color: var(--palette-red);
padding: 0 0.5em;
position: relative;
}
#title-role h1 {
color: white;
}
@media screen and (max-width: 1000px) {
#introduction {
align-items: center;
justify-content: center;
}
}
@media screen and (max-width: 520px) {
#introduction {
font-size: 2vw;
}
}
/* #region Role decoration blocks */
#title-role::before, #title-role::after {
content: "";
width: 3.5em;
height: 3.5em;
position: absolute;
z-index: -1;
}
#title-role::before {
right: -10%;
top: -20%;
background: var(--palette-green);
}
#title-role::after {
left: -10%;
bottom: -20%;
background: var(--palette-yellow);
}
/* #endregion Role decoration blocks */
#title-randomizer {
border-bottom: var(--element-border-style);
padding-bottom: var(--element-underline-padding);
}
#title-randomizer h1 {
text-shadow: 0.05em 0.042em #0000008e;
}
/* @keyframes changeColor {
from {
color: var(--palette-red);
}
50% {
color: var(--palette-yellow);
}
to {
color: var(--palette-green);
}
} */
/* Animation that I'm still on the fence about. When enabling this, don't forget to uncomment the animation delay properties for the rules below this one and the @keyframes changeColor*/
/* #title-randomizer h1 span:nth-of-type(3n+1), #title-randomizer h1 span:nth-of-type(3n-1), #title-randomizer h1 span:nth-of-type(3n) {
animation: changeColor 3s infinite forwards linear;
} */
#title-randomizer h1 span:nth-of-type(3n+1) {
color: var(--palette-red);
}
#title-randomizer h1 span:nth-of-type(3n-1) {
color: var(--palette-yellow);
/* animation-delay: 1s; */
}
#title-randomizer h1 span:nth-of-type(3n) {
color: var(--palette-green);
/* animation-delay: 2s; */
}
#introduction-texts {
font-size: 3em;
width: 80%;
line-height: 1.4em;
}
#introduction li {
list-style: decimal;
margin-left: 1em;
transition: color 0.2s ease;
cursor: pointer;
text-decoration: underline;
}
#introduction li:first-of-type:focus {
outline: 2px solid var(--palette-red);
}
#introduction li:first-of-type:hover, #introduction li:first-of-type:focus {
color: var(--palette-red);
}
#introduction li:nth-of-type(2):focus {
outline: 2px solid var(--palette-yellow);
}
#introduction li:nth-of-type(2):hover, #introduction li:nth-of-type(2):focus {
color: var(--palette-yellow);
}
#introduction li:last-of-type:focus {
outline: 2px solid var(--palette-green);
}
#introduction li:last-of-type:hover, #introduction li:last-of-type:focus {
color: var(--palette-green);
}
#area-welcome .circle-group:first-of-type {
top: var(--circle-centering);
left: 5%;
}
#area-welcome .circle-group:last-of-type {
bottom: var(--circle-centering);
right: 5%;
}
/* #endregion introduction area */
/* #region #welcome-animation table area */
#welcome-animation {
flex-grow: 1;
display: flex;
justify-content: center;
align-items: center;
border-bottom: var(--element-border-style);
}
#welcome-animation .animation-placeholder {
flex-basis: 50%;
height: 80%;
}
@media screen and (max-width: 1000px) {
#welcome-animation {
display: none;
}
}
/* #endregion #welcome-animation area */
|
styles/area-welcome.css
|
display: flex;
position: relative;
}
@media screen and (max-height: 500px) {
#area-welcome {
height: 500px !important;
}
}
/* #region introduction area */
h1 {
font-size: 6em;
text-transform: uppercase;
}
#introduction {
display: flex;
flex-direction: column;
align-items: flex-end;
row-gap: 2em;
flex: 1;
border-top: var(--element-border-style);
font-size: 0.55rem;
}
#title-role {
background-color: var(--palette-red);
padding: 0 0.5em;
position: relative;
}
#title-role h1 {
color: white;
}
@media screen and (max-width: 1000px) {
#introduction {
align-items: center;
justify-content: center;
}
}
@media screen and (max-width: 520px) {
#introduction {
font-size: 2vw;
}
}
/* #region Role decoration blocks */
#title-role::before, #title-role::after {
content: "";
width: 3.5em;
height: 3.5em;
position: absolute;
z-index: -1;
}
#title-role::before {
right: -10%;
top: -20%;
background: var(--palette-green);
}
#title-role::after {
left: -10%;
bottom: -20%;
background: var(--palette-yellow);
}
/* #endregion Role decoration blocks */
#title-randomizer {
border-bottom: var(--element-border-style);
padding-bottom: var(--element-underline-padding);
}
#title-randomizer h1 {
text-shadow: 0.05em 0.042em #0000008e;
}
/* @keyframes changeColor {
from {
color: var(--palette-red);
}
50% {
color: var(--palette-yellow);
}
to {
color: var(--palette-green);
}
} */
/* Animation that I'm still on the fence about. When enabling this, don't forget to uncomment the animation delay properties for the rules below this one and the @keyframes changeColor*/
/* #title-randomizer h1 span:nth-of-type(3n+1), #title-randomizer h1 span:nth-of-type(3n-1), #title-randomizer h1 span:nth-of-type(3n) {
animation: changeColor 3s infinite forwards linear;
} */
#title-randomizer h1 span:nth-of-type(3n+1) {
color: var(--palette-red);
}
#title-randomizer h1 span:nth-of-type(3n-1) {
color: var(--palette-yellow);
/* animation-delay: 1s; */
}
#title-randomizer h1 span:nth-of-type(3n) {
color: var(--palette-green);
/* animation-delay: 2s; */
}
#introduction-texts {
font-size: 3em;
width: 80%;
line-height: 1.4em;
}
#introduction li {
list-style: decimal;
margin-left: 1em;
transition: color 0.2s ease;
cursor: pointer;
text-decoration: underline;
}
#introduction li:first-of-type:focus {
outline: 2px solid var(--palette-red);
}
#introduction li:first-of-type:hover, #introduction li:first-of-type:focus {
color: var(--palette-red);
}
#introduction li:nth-of-type(2):focus {
outline: 2px solid var(--palette-yellow);
}
#introduction li:nth-of-type(2):hover, #introduction li:nth-of-type(2):focus {
color: var(--palette-yellow);
}
#introduction li:last-of-type:focus {
outline: 2px solid var(--palette-green);
}
#introduction li:last-of-type:hover, #introduction li:last-of-type:focus {
color: var(--palette-green);
}
#area-welcome .circle-group:first-of-type {
top: var(--circle-centering);
left: 5%;
}
#area-welcome .circle-group:last-of-type {
bottom: var(--circle-centering);
right: 5%;
}
/* #endregion introduction area */
/* #region #welcome-animation table area */
#welcome-animation {
flex-grow: 1;
display: flex;
justify-content: center;
align-items: center;
border-bottom: var(--element-border-style);
}
#welcome-animation .animation-placeholder {
flex-basis: 50%;
height: 80%;
}
@media screen and (max-width: 1000px) {
#welcome-animation {
display: none;
}
}
/* #endregion #welcome-animation area */
| 0.302597 | 0.124532 |
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
color: #0366d6;
}
.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.border-top {
border-top: 1px solid #e5e5e5;
}
.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
font-size: 1rem;
line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
line-height: 60px; /* Vertically center the text there */
}
@charset "UTF-8";
.style-type-1 {
font: 1.3em Vollkorn,"Microsoft YaHei",微软雅黑,宋体;
color: #333;
line-height: 1.4;
text-align: justify
}
.style-type-1 img {
border: 0;
max-width: 100%;
display: block;
max-height: 50vh
}
.style-type-1 table {
width: 100%;
border-collapse: collapse;
padding: 5px
}
.style-type-1 table > thead {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 2
}
.style-type-1 table > thead > tr > th {
text-align: left;
border-bottom: 2px solid rgba(0,0,0,.69);
padding: .25rem .5rem
}
.style-type-1 table > thead > tr > td {
padding: .25rem .5rem
}
.style-type-1 table:not(:first-child) {
margin-top: 1rem
}
.style-type-1 table > tbody > tr > th {
padding: .25rem .5rem
}
.style-type-1 table > tbody > tr > td {
padding: .25rem .5rem
}
.style-type-1 table > tbody > tr + tr > td {
border-top: 1px solid rgba(0,0,0,.18)
}
.style-type-1 table td, .style-type-1 table th {
padding: 5px;
text-align: left
}
.style-type-1 header {
width: 700px;
margin: 0 auto
}
.style-type-1 nav {
width: 700px;
margin: 0 auto;
font-size: .9em;
font-style: italic;
border-bottom: 1px solid #ddd;
padding: 1em 0
}
.style-type-1 nav p {
margin: 0
}
.style-type-1 article {
width: 700px;
margin: 0 auto;
margin-top: 4em;
margin-bottom: 4em;
min-height: 400px
}
.style-type-1 footer {
width: 700px;
margin: 0 auto;
margin-bottom: 50px
}
.style-type-1 video {
margin: 2em 0;
border: 1px solid #ddd
}
.style-type-1 h1 {
margin-top: 0;
font-weight: 400;
font-size: 2.5rem;
font-weight: 400;
color: #111;
line-height: 1.2;
margin: 1em 0 .6em;
border-bottom: 2px solid #f83929
}
.style-type-1 h1 a {
color: #333;
text-decoration: none
}
.style-type-1 h1 a:hover {
color: #333;
text-decoration: none
}
.style-type-1 h1:first-child {
margin-top: 0
}
.style-type-1 h2 {
font-weight: 400;
font-size: 2rem;
font-weight: 400;
color: #111;
line-height: 1.2;
margin: 1em 0 .6em;
border-bottom: 1px solid #f83929
}
.style-type-1 h2:first-child {
margin-top: 0
}
.style-type-1 h3 {
font-weight: 400;
margin-top: 3em;
font-size: 1.5rem;
font-weight: 400;
color: #111;
line-height: 1.2;
margin: 1em 0 .6em;
border-bottom: 1px solid #f83929
}
.style-type-1 h3:first-child {
margin-top: 0
}
.style-type-1 p {
margin-top: 0;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
margin: 0
}
.style-type-1 p#heart {
font-size: 2em;
line-height: 1;
text-align: center;
color: #ccc
}
.style-type-1 p:not(:first-child) {
margin-top: 1rem
}
.style-type-1 ul {
list-style: square;
padding-left: 1.2em;
padding: 0 0 0 2rem;
margin: 0
}
.style-type-1 ul:not(:first-child) {
margin-top: 1rem
}
.style-type-1 ol {
padding-left: 1.2em;
padding: 0 0 0 2rem;
margin: 0
}
.style-type-1 ol:not(:first-child) {
margin-top: 1rem
}
.style-type-1 blockquote {
margin-left: 1em;
padding-left: 1em;
border-left: 1px solid #ddd;
margin: 0 0 0 .25rem;
padding-left: .65rem;
border-left: .25rem solid #007acc;
background: rgba(127,127,127,.1)
}
.style-type-1 blockquote:not(:first-child) {
margin-top: 1rem
}
.style-type-1 a {
color: #2484c1;
color: #007acc;
text-decoration: none
}
.style-type-1 a:hover {
text-decoration: underline;
color: #007acc;
text-decoration: underline
}
.style-type-1 a img {
border: none
}
.style-type-1 a:visited {
color: #007acc
}
.style-type-1 a:active {
text-decoration: underline
}
.style-type-1 hr {
color: #ddd;
height: 1px;
margin: 2em 0;
border-top: solid 1px #ddd;
border-bottom: none;
border-left: 0;
border-right: 0;
display: block;
border: 0;
height: 2px;
border-bottom: 2px solid rgba(0,0,0,.18);
margin: 0
}
.style-type-1 hr:not(:first-child) {
margin-top: 1rem
}
.style-type-1 .red {
color: #b50000
}
.style-type-1 h4 {
font-weight: 400;
color: #111;
line-height: 1.2;
margin: 1em 0 .6em;
font-weight: 700;
color: #444;
font-size: 1.2rem
}
.style-type-1 h4:first-child {
margin-top: 0
}
.style-type-1 h5 {
font-weight: 400;
color: #111;
line-height: 1.2;
margin: 1em 0 .6em;
font-weight: 700;
color: #444;
font-size: 1.1rem
}
.style-type-1 h5:first-child {
margin-top: 0
}
.style-type-1 h6 {
font-weight: 400;
color: #111;
line-height: 1.2;
margin: 1em 0 .6em;
font-weight: 700;
color: #444;
font-size: .9rem
}
.style-type-1 h6:first-child {
margin-top: 0
}
.style-type-1 b {
font-weight: 700
}
.style-type-1 strong {
font-weight: 700
}
.style-type-1 i {
font-style: italic
}
.style-type-1 em {
font-style: italic
}
.style-type-1 s {
text-decoration: line-through
}
.style-type-1 del {
text-decoration: line-through
}
.style-type-1 sub {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
bottom: -.25rem
}
.style-type-1 sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
top: -.5rem
}
.style-type-1 code {
font-family: Menlo,Monaco,Consolas,Droid Sans Mono,Courier New,monospace,Microsoft YaHei,微软雅黑,宋体;
background: rgba(127,127,127,.05);
border: 1px solid rgba(0,0,0,.18);
border-radius: .25rem;
font-size: .9em
}
.style-type-1 pre {
white-space: pre-wrap;
word-wrap: normal !important;
overflow-x: auto;
margin: 0;
background: rgba(127,127,127,.05);
border: 1px solid rgba(0,0,0,.18)
}
.style-type-1 pre > code {
white-space: pre !important;
display: block;
padding: .65rem 1rem;
background-color: transparent;
border: none
}
.style-type-1 pre:not(:first-child) {
margin-top: 1rem
}
* {
padding: 0;
margin: 0
}
.book-skin {
position: relative;
width: 1200px;
margin: 0 auto;
min-height: 300px
}
.book-skin a {
text-decoration: none;
color: #333
}
.book-skin .book-title {
line-height: 100px;
text-align: center
}
.book-skin .book-title .book-nav > li {
list-style: none;
display: none
}
.book-skin .book-title .book-nav > li.active {
display: inline-block;
font-size: 30px;
line-height: 40px
}
.book-skin .book-title .book-nav > li.book-back {
position: absolute;
left: 0
}
.book-skin .book-title .book-nav > li.book-navicon {
display: none
}
.book-skin .book-title .book-nav > li.book-search {
position: absolute;
right: 0
}
.book-skin .book-title .book-nav > li.book-search .fa {
position: absolute;
top: 40px;
left: 5px;
font-size: 20px;
color: #fff
}
.book-skin .book-title .book-nav > li.book-search input {
font-size: 20px;
padding-left: 25px;
background: 0 0;
border: 1px solid #fff;
display: none
}
.book-skin .book-title .book-nav > li.book-search .search-tip {
position: absolute;
top: 63px;
z-index: 99;
line-height: 25px;
background: #fff;
width: 100%;
display: none
}
.book-skin .book-title .book-nav > li.book-search .search-tip li {
list-style: none
}
.book-skin .book-title .book-nav > li.book-search .search-tip li:hover {
background: #a10000;
color: #fff
}
.book-skin .book-title .book-nav > li.book-search .search-tip li:hover a {
color: #fff
}
.book-skin .book-title .book-nav > li.book-search input:focus + .search-tip, .book-skin .book-title .book-nav > li.book-search.focus .search-tip {
display: block
}
.book-skin .book-title .book-nav > li.book-search.focus input {
display: inline-block
}
.book-skin .book-title .book-nav.hover > li, .book-skin .book-title .book-nav:hover > li {
display: inline-block
}
.book-skin .book-title .book-nav.hover > li.book-navicon, .book-skin .book-title .book-nav:hover > li.book-navicon {
display: none
}
.book-skin .book-body {
margin-right: 200px;
background-color: #fff;
padding: 30px 15px;
min-height: 400px;
position: relative
}
.book-skin .book-body .book-fork img {
position: absolute;
top: 0;
right: 0;
border: 0;
z-index: 99
}
.book-skin .book-body .book-header {
font-size: 16px;
line-height: 40px;
border-bottom: 1px solid #eee;
color: #484848;
font-weight: 400;
margin-bottom: 10px
}
.book-skin .book-body .book-header::after {
display: block;
content: " ";
background: #000;
width: 60px;
height: 3px
}
.book-skin .book-body .book-term {
margin-bottom: 20px
}
.book-skin .book-body .book-term .term-info {
position: relative;
min-height: 50px
}
.book-skin .book-body .book-term .term-info img {
width: 100%
}
.book-skin .book-body .book-term .term-info h3 {
position: absolute;
bottom: 4px;
line-height: 50px;
display: block;
background: rgba(0,0,0,.6);
width: 100%;
color: #fff;
padding: 0 10px;
box-sizing: border-box
}
.book-skin .book-body .book-sort {
position: absolute;
right: 25px;
top: -30px
}
.book-skin .book-body .book-sort a {
display: inline-block;
width: 50px;
line-height: 30px;
text-align: center;
position: relative;
background: #fff
}
.book-skin .book-body .book-sort a:after {
position: absolute;
content: "";
width: 0;
height: 0;
left: 0;
bottom: -50px;
border: transparent 25px solid;
border-top-color: rgba(161,0,0,.6)
}
.book-skin .book-body .book-sort a.active {
background: #a10000;
color: #fff
}
.book-skin .book-body .book-sort a.active:after {
border-top-color: #a10000
}
.book-skin .book-body .book-item {
margin: 0 -15px;
padding: 15px 20px 5px;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
transition: box-shadow 1s
}
.book-skin .book-body .book-item dt {
font-size: 20px;
font-weight: 600
}
.book-skin .book-body .book-item dt .book-time {
float: right;
text-align: right
}
.book-skin .book-body .book-item dd p {
margin: 5px 0;
min-height: 40px
}
.book-skin .book-body .book-item dd .author, .book-skin .book-body .book-item dd .category, .book-skin .book-body .book-item dd .comment, .book-skin .book-body .book-item dd .language {
margin-right: 20px
}
.book-skin .book-body .book-item dd .agree, .book-skin .book-body .book-item dd .disagree {
float: right;
margin-left: 10px
}
.book-skin .book-body .book-item:hover dd, .book-skin .book-body .book-item:nth-child(2) dd, .book-skin .book-body .book-item:nth-child(3) dd, .book-skin .book-body .book-item:nth-child(4) dd {
display: block
}
.book-skin .book-body .book-item:hover {
box-shadow: rgba(51,51,51,.7) 0 0 10px
}
.book-skin .book-body .book-item:not(:last-child) {
border-bottom: 1px solid #a10000
}
.book-skin .book-body .book-item.fade-pre-item {
visibility: hidden
}
.book-skin .book-body .book-item.fade-item {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
background: #fff;
border-bottom: none;
visibility: visible
}
.book-skin .book-body .cat-item {
line-height: 40px
}
.book-skin .book-body .cat-item .count {
color: #bbb
}
.book-skin .book-body .tag-item {
margin: 5px 10px;
border-bottom: 1px solid #999
}
.book-skin .book-body .tag-item:hover {
border-bottom: 1px solid #333
}
.book-skin .book-body .info {
border-bottom: 1px dotted #a10000;
line-height: 40px
}
.book-skin .book-body .info a, .book-skin .book-body .info span {
margin-right: 20px;
color: #333
}
.book-skin .book-body .info .language-toggle {
display: inline-block;
margin-right: 20px;
border: 1px solid #a10000;
border-bottom: none
}
.book-skin .book-body .info .language-toggle a {
display: inline-block;
background-color: #a10000;
color: #fff;
margin: 0;
width: 40px;
text-align: center
}
.book-skin .book-body .info .language-toggle a.active {
background-color: #fff;
color: #333;
position: relative
}
.book-skin .book-body .info .language-toggle a.active::after {
position: absolute;
content: "";
display: block;
background-color: #fff;
width: 40px;
height: 3px
}
.book-skin .book-body .content {
margin-bottom: 40px;
max-height: 300px;
overflow-y: hidden
}
.book-skin .book-body .content a {
color: #06a
}
.book-skin .book-body .toggle-open {
background-color: rgba(249,249,249,.9);
line-height: 40px;
text-align: center;
position: absolute;
left: 0;
right: 0;
margin-top: -40px;
color: #777;
cursor: pointer
}
.book-skin .book-body .tools {
border-top: 1px dotted #a10000;
line-height: 40px;
position: absolute;
bottom: 0;
right: 15px;
left: 15px;
font-size: 20px
}
.book-skin .book-body .tools .agree, .book-skin .book-body .tools .disagree {
float: right;
margin-left: 20px
}
.book-skin .book-body .book-source, .book-skin .book-body .book-tags {
font-size: 14px;
font-weight: 100;
margin-top: 10px
}
.book-skin .book-body .book-source a, .book-skin .book-body .book-tags a {
color: #0474c8;
font-weight: 600
}
.book-skin .book-body .book-bottom {
margin-bottom: 20px
}
.book-skin .book-body.open .content {
max-height: inherit
}
.book-skin .book-body.open .toggle-open {
display: none
}
.book-skin .book-footer.comment {
margin-top: 50px;
margin-right: 200px;
background: #fff;
padding: 15px;
position: relative
}
.time-axis {
position: relative;
z-index: 1010;
margin-left: 55px
}
.time-axis .time-title {
position: relative;
margin: 60px 0
}
.time-axis .time-title .time-year {
margin-left: 20px;
font-size: 20px;
font-weight: 700;
line-height: 1.5
}
.time-axis .time-title::before {
content: " ";
position: absolute;
left: 0;
top: 50%;
margin-left: -4px;
margin-top: -4px;
width: 8px;
height: 8px;
background: #bbb;
border-radius: 50%
}
.time-axis .time-items {
margin: 30px 0
}
.time-axis .time-items .time-item {
display: block;
position: relative;
transition-duration: .2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
transition-property: border;
border-bottom: 1px dashed #ccc;
line-height: 40px
}
.time-axis .time-items .time-item .title {
margin-left: 60px;
font-size: 16px;
font-weight: 400;
line-height: inherit
}
.time-axis .time-items .time-item .time {
position: absolute;
font-size: 12px;
left: 20px;
top: 0
}
.time-axis .time-items .time-item::before {
content: " ";
position: absolute;
left: 0;
top: 17px;
width: 6px;
height: 6px;
margin-left: -4px;
background: #bbb;
border-radius: 50%;
border: 1px solid #fff;
transition-duration: .2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
transition-property: background
}
.time-axis .time-items .time-item:hover {
border-bottom-color: #666
}
.time-axis .time-items .time-item:hover::before {
background: #222
}
.time-axis:after {
content: " ";
position: absolute;
top: 20px;
left: 0;
margin-left: -2px;
width: 4px;
height: 100%;
background: #f5f5f5;
z-index: -1
}
.book-pager {
float: left
}
.book-pager li {
list-style: none;
background: #fff;
width: 40px;
line-height: 40px;
text-align: center;
float: left;
border-top: 1px dotted #a10000
}
.book-pager li a {
display: block
}
.book-pager li.active {
background: #a10000;
color: #fff
}
.book-pager li:hover {
font-weight: 700
}
.book-pager li:hover a {
color: #af5d0d
}
.book-navigation {
padding: 30px 0;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px
}
.book-navigation .next, .book-navigation .prev {
display: grid;
grid-template-columns: 30px 1fr;
white-space: nowrap
}
.book-navigation .next .fa, .book-navigation .prev .fa {
padding: 13px 0 0 10px;
color: #7a7a7a;
font-size: 20px;
display: inline-block
}
.book-navigation .next .next-text, .book-navigation .next .prev-text, .book-navigation .prev .next-text, .book-navigation .prev .prev-text {
display: inline-block;
overflow: hidden
}
.book-navigation .next .next-label, .book-navigation .next .prev-label, .book-navigation .prev .next-label, .book-navigation .prev .prev-label {
font-size: .8em
}
.book-navigation .next .next-title, .book-navigation .next .prev-title, .book-navigation .prev .next-title, .book-navigation .prev .prev-title {
display: block;
color: #0c0c0c;
font-size: 18px;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis
}
.book-navigation .next {
text-align: right;
grid-template-columns: 1fr 30px
}
.book-navigation .next .fa {
padding: 13px 10px 0 0
}
.book-comments .reply-hide {
display: none
}
.book-comments .title {
font-size: 20px;
border-left: 5px solid #a10000;
padding-left: 10px;
margin-top: 15px
}
.book-comments .title .order {
float: right;
font-size: 12px;
cursor: pointer
}
.book-comments .title .order .active {
color: red
}
.book-comments .comment-item {
padding: 8px 0;
position: relative
}
.book-comments .comment-item .info {
line-height: 30px
}
.book-comments .comment-item .info .user {
font-weight: 600
}
.book-comments .comment-item .info .time {
margin-left: 20px;
color: #b3b1b1
}
.book-comments .comment-item .info .floor {
float: right
}
.book-comments .comment-item .content p {
margin: 5px 0
}
.book-comments .comment-item .content .expand {
font-size: 12px
}
.book-comments .comment-item .content .comment, .book-comments .comment-item .content .report {
float: right;
margin-left: 20px
}
.book-comments .comment-item .actions {
position: absolute;
right: -215px;
width: 200px;
text-align: center;
top: 30px;
background: #fff;
font-size: 20px;
line-height: 40px
}
.book-comments .comment-item .actions span {
padding: 0 3px
}
.book-comments .comment-item .comments {
padding-left: 100px;
margin-top: 8px;
border-top: 1px solid #a10000
}
.book-comments .comment-item .comments .comment-item:last-child {
border: none;
padding-bottom: 0
}
.book-comments .comment-item:not(:last-child) {
border-bottom: 1px solid #a10000
}
.book-comments.hot-comments .title {
margin-top: 0
}
.book-comments.hot-comments .comment-item .comments {
display: none
}
.book-comments.hot-comments .comment-item.active .comments {
display: block
}
.book-comments .book-comment-form .btn-cancel {
display: inline-block
}
.book-sidebar {
position: absolute;
width: 200px;
right: 0;
top: 130px
}
.book-sidebar .book-chapter li, .book-sidebar .book-new li {
background: #fff;
list-style: none;
width: 150px;
line-height: 30px;
padding-left: 20px;
box-sizing: border-box
}
.book-sidebar .book-chapter li .fa, .book-sidebar .book-new li .fa {
margin-right: 5px
}
.book-sidebar .book-chapter li .count, .book-sidebar .book-new li .count {
position: absolute;
color: #fff;
background-color: #a10000;
border-radius: 50%;
display: inline-block;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
left: 11px;
margin-top: 2px;
font-size: 10px;
overflow: hidden
}
.book-sidebar .book-chapter li.active, .book-sidebar .book-new li.active {
background: #a10000;
color: #fff;
width: 200px
}
.book-sidebar .book-chapter li.active:hover, .book-sidebar .book-new li.active:hover {
width: 200px
}
.book-sidebar .book-chapter li.active a, .book-sidebar .book-new li.active a {
color: #fff
}
.book-sidebar .book-chapter li.active .count, .book-sidebar .book-new li.active .count {
color: #a10000;
background-color: #fff;
left: auto;
right: 0
}
.book-sidebar .book-chapter li:hover, .book-sidebar .book-new li:hover {
width: 175px
}
.book-sidebar .book-chapter li:not(:last-child), .book-sidebar .book-new li:not(:last-child) {
border-bottom: 1px solid #a10000
}
.book-sidebar .book-new {
margin-top: 50px
}
.book-sidebar .book-new h3 {
padding-left: 10px
}
.book-sidebar .book-new li {
width: 100%;
padding: 3px 0 3px 20px;
line-height: 20px
}
.book-sidebar .book-new li a {
font-size: 14px
}
.book-dynamic {
margin-top: 50px
}
.book-dynamic h3 {
padding-left: 10px
}
.book-dynamic dl {
background: #fff;
border-bottom: 1px solid #a10000
}
.book-dynamic dl dt {
line-height: 30px;
font-size: 12px
}
.book-dynamic dl dt a {
font-size: 16px;
font-weight: 600
}
.book-dynamic dl dd {
display: none
}
.book-dynamic dl dd .book-time {
text-align: right;
display: block
}
.book-dynamic dl dd p {
margin: 5px 0
}
.book-dynamic dl:hover dt {
background: #a10000;
color: #fff
}
.book-dynamic dl:hover dd {
display: block
}
.book-side-nav li {
font-size: 12px;
background: #fff;
list-style: none;
width: 150px;
line-height: 30px;
border-bottom: 1px solid #a10000;
padding-left: 20px;
box-sizing: border-box
}
.book-side-nav li.nav-level-0 {
font-size: 14px;
font-weight: 600
}
.book-side-nav li.nav-level-1 {
width: 175px;
color: #b3b1b1
}
.book-side-nav li.nav-level-2 {
color: #b3b1b1;
width: 200px
}
.book-side-nav li.active {
background: #a10000;
color: #fff
}
.book-side-nav li.active a {
color: #fff
}
.book-side-nav li.nav-title {
text-align: center;
padding: 0;
font-size: 16px;
font-weight: 700;
border-bottom-width: 3px
}
.rule-box {
margin-top: 40px
}
.rule-box .rule-header {
text-align: center;
font-weight: 700
}
.rule-box .rule-header b {
color: #a10000
}
.rule-box .rule-tip {
text-align: center;
line-height: 40px;
color: #b3b1b1
}
.rule-box button {
height: 30px;
width: 80px;
background: #cc2525;
color: #fff;
border: 0;
outline: 0
}
.rule-box.rule-password {
text-align: center
}
.rule-box.rule-password input {
height: 30px;
border: 0;
outline: 0;
background: #fff;
padding: 0 10px
}
.rule-box.rule-buy {
text-align: center
}
.book-comment-form .title {
font-size: 20px;
border-left: 5px solid #a10000;
padding-left: 10px;
margin-top: 15px
}
.book-comment-form .form-table {
display: table;
width: 100%
}
.book-comment-form .form-table .form-group {
display: table-row
}
.book-comment-form .form-table .form-group label {
line-height: 30px;
width: 200px;
display: table-cell;
text-align: center
}
.book-comment-form .form-table .form-group input, .book-comment-form .form-table .form-group select {
display: table-cell;
background: 0 0;
border: none;
border-bottom: 1px solid #a10000;
font-size: 20px;
width: 100%
}
.book-comment-form textarea {
width: 100%;
height: 100px;
resize: none;
background: 0 0;
border: 1px solid #a10000;
font-size: 20px
}
.book-comment-form button {
line-height: 30px;
background: #a10000;
color: #fff;
padding: 0 20px;
border: none
}
.book-comment-form .btn-cancel {
display: none
}
.book-copyright {
clear: both;
background-color: #f2f2f2;
font-size: 12px;
color: #999;
padding: 6px 15px 5px;
border-radius: 2px;
text-align: center;
margin-top: 10px
}
.book-clear {
clear: both
}
.footer {
margin-top: 50px;
padding: 20px;
text-align: center
}
.audio-box iframe, .video-box iframe {
width: 100%;
height: 100vw;
max-height: 400px
}
.audio-box video, .video-box video {
margin: 0;
border: none
}
@media screen and (max-width:1200px) {
.book-skin {
width: 100%
}
}
@media screen and (max-width:769px) {
.book-skin .book-title .book-nav > li.book-navicon {
display: inline-block;
position: absolute;
left: 0;
font-size: 30px;
padding: 0 10px
}
.book-skin .book-title .book-nav > li.book-search {
position: relative;
left: 0;
line-height: 30px
}
.book-skin .book-title .book-nav > li.book-search .fa {
left: 5px;
top: 5px
}
.book-skin .book-title .book-nav > li.book-search input {
width: 100%;
box-sizing: border-box;
display: block;
line-height: 30px
}
.book-skin .book-title .book-nav > li.book-search .search-tip {
position: static
}
.book-skin .book-title .book-nav > li.active {
font-size: 20px;
padding-left: 50px;
line-height: 34px
}
.book-skin .book-title .book-nav.hover > li, .book-skin .book-title .book-nav:hover > li {
display: none
}
.book-skin .book-title .book-nav.hover > li.active, .book-skin .book-title .book-nav.hover > li.book-navicon, .book-skin .book-title .book-nav:hover > li.active, .book-skin .book-title .book-nav:hover > li.book-navicon {
display: inline-block
}
.book-skin .book-body {
margin-right: 0;
padding: 30px 8px
}
.book-skin .book-body .book-fork img {
width: 100px
}
.book-skin .book-body .book-item {
margin: 0 -8px;
padding: 15px 13px 5px
}
.book-skin .book-body .book-item dd {
display: block
}
.book-skin .book-body .book-item dd .agree, .book-skin .book-body .book-item dd .author, .book-skin .book-body .book-item dd .category, .book-skin .book-body .book-item dd .click, .book-skin .book-body .book-item dd .comment, .book-skin .book-body .book-item dd .disagree {
font-size: 12px
}
.book-skin .book-body .book-item dd .agree, .book-skin .book-body .book-item dd .disagree {
margin-top: 3px
}
.book-skin .book-body .book-item .book-time {
font-size: 12px;
width: 70px
}
.book-skin .book-body .info, .book-skin .book-body .tools {
font-size: 12px
}
.book-skin .book-body .content {
word-wrap: break-word;
word-break: normal;
width: 100%;
display: block;
position: relative;
overflow-x: auto
}
.book-skin .book-body .content img, .book-skin .book-body .content p {
word-break: normal;
width: auto;
white-space: pre-wrap;
word-wrap: break-word
}
.book-skin .book-sidebar .book-chapter {
position: static;
margin-bottom: 30px;
width: 100%;
display: none
}
.book-skin .book-sidebar .book-chapter li {
width: 100%
}
.book-skin .book-sidebar .book-chapter li.active {
width: 100%;
background: #a10000;
color: #fff
}
.book-skin .book-sidebar .book-chapter li.active:hover {
width: 100%
}
.book-skin .book-sidebar .book-chapter li.active a {
color: #fff
}
.book-skin .book-sidebar .book-chapter li:hover {
width: 100%;
background: #cc2525;
color: #fff
}
.book-skin .book-sidebar .book-chapter li:hover a {
color: #fff
}
.book-skin .book-sidebar .book-dynamic, .book-skin .book-sidebar .book-new, .book-skin .book-sidebar .book-side-nav {
display: none
}
.book-skin .book-footer .book-comments .comment-item .content .comment, .book-skin .book-footer .book-comments .comment-item .content .report {
margin-left: 8px
}
.book-skin .book-footer .book-comments .comment-item .actions {
position: static;
width: auto;
float: right;
line-height: 20px;
font-size: 16px
}
.book-skin .book-footer .book-comments .comment-item .floor, .book-skin .book-footer .book-comments .comment-item .time {
font-size: 12px
}
.book-skin .book-footer.comment {
margin-right: 0
}
.book-skin.book-collapsed .book-title .book-nav > li.book-navicon .fa:before {
content: ""
}
.book-skin.book-collapsed .book-title .book-nav > li.book-search {
display: block
}
.book-skin.book-collapsed .book-title .book-nav > li.book-search input {
display: block
}
.book-skin.book-collapsed .book-title .book-nav > li.book-search .search-tip {
position: static;
display: block
}
.book-skin.book-collapsed .book-title .book-nav.hover > li, .book-skin.book-collapsed .book-title .book-nav:hover > li {
display: inline-block
}
.book-skin.book-collapsed .book-title .book-nav.hover > li.book-search, .book-skin.book-collapsed .book-title .book-nav:hover > li.book-search {
display: block
}
.book-skin.book-collapsed .book-title.book-mobile-inline .book-nav > li {
display: block;
line-height: 30px
}
.book-skin.book-collapsed .book-title.book-mobile-inline .book-nav > li.book-back {
position: static;
font-size: 20px;
font-weight: 700;
text-align: right;
padding-right: 20px
}
.book-skin.book-collapsed .book-body {
margin-top: 40px
}
.book-skin.book-collapsed .book-sidebar {
position: static;
width: 100%
}
.book-skin.book-collapsed .book-sidebar .book-chapter {
display: block
}
.book-comment-form .form-table .form-group label {
width: 100px
}
}
|
src/NetDream.Razor/wwwroot/css/site.css
|
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
color: #0366d6;
}
.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.border-top {
border-top: 1px solid #e5e5e5;
}
.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
font-size: 1rem;
line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
line-height: 60px; /* Vertically center the text there */
}
@charset "UTF-8";
.style-type-1 {
font: 1.3em Vollkorn,"Microsoft YaHei",微软雅黑,宋体;
color: #333;
line-height: 1.4;
text-align: justify
}
.style-type-1 img {
border: 0;
max-width: 100%;
display: block;
max-height: 50vh
}
.style-type-1 table {
width: 100%;
border-collapse: collapse;
padding: 5px
}
.style-type-1 table > thead {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 2
}
.style-type-1 table > thead > tr > th {
text-align: left;
border-bottom: 2px solid rgba(0,0,0,.69);
padding: .25rem .5rem
}
.style-type-1 table > thead > tr > td {
padding: .25rem .5rem
}
.style-type-1 table:not(:first-child) {
margin-top: 1rem
}
.style-type-1 table > tbody > tr > th {
padding: .25rem .5rem
}
.style-type-1 table > tbody > tr > td {
padding: .25rem .5rem
}
.style-type-1 table > tbody > tr + tr > td {
border-top: 1px solid rgba(0,0,0,.18)
}
.style-type-1 table td, .style-type-1 table th {
padding: 5px;
text-align: left
}
.style-type-1 header {
width: 700px;
margin: 0 auto
}
.style-type-1 nav {
width: 700px;
margin: 0 auto;
font-size: .9em;
font-style: italic;
border-bottom: 1px solid #ddd;
padding: 1em 0
}
.style-type-1 nav p {
margin: 0
}
.style-type-1 article {
width: 700px;
margin: 0 auto;
margin-top: 4em;
margin-bottom: 4em;
min-height: 400px
}
.style-type-1 footer {
width: 700px;
margin: 0 auto;
margin-bottom: 50px
}
.style-type-1 video {
margin: 2em 0;
border: 1px solid #ddd
}
.style-type-1 h1 {
margin-top: 0;
font-weight: 400;
font-size: 2.5rem;
font-weight: 400;
color: #111;
line-height: 1.2;
margin: 1em 0 .6em;
border-bottom: 2px solid #f83929
}
.style-type-1 h1 a {
color: #333;
text-decoration: none
}
.style-type-1 h1 a:hover {
color: #333;
text-decoration: none
}
.style-type-1 h1:first-child {
margin-top: 0
}
.style-type-1 h2 {
font-weight: 400;
font-size: 2rem;
font-weight: 400;
color: #111;
line-height: 1.2;
margin: 1em 0 .6em;
border-bottom: 1px solid #f83929
}
.style-type-1 h2:first-child {
margin-top: 0
}
.style-type-1 h3 {
font-weight: 400;
margin-top: 3em;
font-size: 1.5rem;
font-weight: 400;
color: #111;
line-height: 1.2;
margin: 1em 0 .6em;
border-bottom: 1px solid #f83929
}
.style-type-1 h3:first-child {
margin-top: 0
}
.style-type-1 p {
margin-top: 0;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
margin: 0
}
.style-type-1 p#heart {
font-size: 2em;
line-height: 1;
text-align: center;
color: #ccc
}
.style-type-1 p:not(:first-child) {
margin-top: 1rem
}
.style-type-1 ul {
list-style: square;
padding-left: 1.2em;
padding: 0 0 0 2rem;
margin: 0
}
.style-type-1 ul:not(:first-child) {
margin-top: 1rem
}
.style-type-1 ol {
padding-left: 1.2em;
padding: 0 0 0 2rem;
margin: 0
}
.style-type-1 ol:not(:first-child) {
margin-top: 1rem
}
.style-type-1 blockquote {
margin-left: 1em;
padding-left: 1em;
border-left: 1px solid #ddd;
margin: 0 0 0 .25rem;
padding-left: .65rem;
border-left: .25rem solid #007acc;
background: rgba(127,127,127,.1)
}
.style-type-1 blockquote:not(:first-child) {
margin-top: 1rem
}
.style-type-1 a {
color: #2484c1;
color: #007acc;
text-decoration: none
}
.style-type-1 a:hover {
text-decoration: underline;
color: #007acc;
text-decoration: underline
}
.style-type-1 a img {
border: none
}
.style-type-1 a:visited {
color: #007acc
}
.style-type-1 a:active {
text-decoration: underline
}
.style-type-1 hr {
color: #ddd;
height: 1px;
margin: 2em 0;
border-top: solid 1px #ddd;
border-bottom: none;
border-left: 0;
border-right: 0;
display: block;
border: 0;
height: 2px;
border-bottom: 2px solid rgba(0,0,0,.18);
margin: 0
}
.style-type-1 hr:not(:first-child) {
margin-top: 1rem
}
.style-type-1 .red {
color: #b50000
}
.style-type-1 h4 {
font-weight: 400;
color: #111;
line-height: 1.2;
margin: 1em 0 .6em;
font-weight: 700;
color: #444;
font-size: 1.2rem
}
.style-type-1 h4:first-child {
margin-top: 0
}
.style-type-1 h5 {
font-weight: 400;
color: #111;
line-height: 1.2;
margin: 1em 0 .6em;
font-weight: 700;
color: #444;
font-size: 1.1rem
}
.style-type-1 h5:first-child {
margin-top: 0
}
.style-type-1 h6 {
font-weight: 400;
color: #111;
line-height: 1.2;
margin: 1em 0 .6em;
font-weight: 700;
color: #444;
font-size: .9rem
}
.style-type-1 h6:first-child {
margin-top: 0
}
.style-type-1 b {
font-weight: 700
}
.style-type-1 strong {
font-weight: 700
}
.style-type-1 i {
font-style: italic
}
.style-type-1 em {
font-style: italic
}
.style-type-1 s {
text-decoration: line-through
}
.style-type-1 del {
text-decoration: line-through
}
.style-type-1 sub {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
bottom: -.25rem
}
.style-type-1 sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
top: -.5rem
}
.style-type-1 code {
font-family: Menlo,Monaco,Consolas,Droid Sans Mono,Courier New,monospace,Microsoft YaHei,微软雅黑,宋体;
background: rgba(127,127,127,.05);
border: 1px solid rgba(0,0,0,.18);
border-radius: .25rem;
font-size: .9em
}
.style-type-1 pre {
white-space: pre-wrap;
word-wrap: normal !important;
overflow-x: auto;
margin: 0;
background: rgba(127,127,127,.05);
border: 1px solid rgba(0,0,0,.18)
}
.style-type-1 pre > code {
white-space: pre !important;
display: block;
padding: .65rem 1rem;
background-color: transparent;
border: none
}
.style-type-1 pre:not(:first-child) {
margin-top: 1rem
}
* {
padding: 0;
margin: 0
}
.book-skin {
position: relative;
width: 1200px;
margin: 0 auto;
min-height: 300px
}
.book-skin a {
text-decoration: none;
color: #333
}
.book-skin .book-title {
line-height: 100px;
text-align: center
}
.book-skin .book-title .book-nav > li {
list-style: none;
display: none
}
.book-skin .book-title .book-nav > li.active {
display: inline-block;
font-size: 30px;
line-height: 40px
}
.book-skin .book-title .book-nav > li.book-back {
position: absolute;
left: 0
}
.book-skin .book-title .book-nav > li.book-navicon {
display: none
}
.book-skin .book-title .book-nav > li.book-search {
position: absolute;
right: 0
}
.book-skin .book-title .book-nav > li.book-search .fa {
position: absolute;
top: 40px;
left: 5px;
font-size: 20px;
color: #fff
}
.book-skin .book-title .book-nav > li.book-search input {
font-size: 20px;
padding-left: 25px;
background: 0 0;
border: 1px solid #fff;
display: none
}
.book-skin .book-title .book-nav > li.book-search .search-tip {
position: absolute;
top: 63px;
z-index: 99;
line-height: 25px;
background: #fff;
width: 100%;
display: none
}
.book-skin .book-title .book-nav > li.book-search .search-tip li {
list-style: none
}
.book-skin .book-title .book-nav > li.book-search .search-tip li:hover {
background: #a10000;
color: #fff
}
.book-skin .book-title .book-nav > li.book-search .search-tip li:hover a {
color: #fff
}
.book-skin .book-title .book-nav > li.book-search input:focus + .search-tip, .book-skin .book-title .book-nav > li.book-search.focus .search-tip {
display: block
}
.book-skin .book-title .book-nav > li.book-search.focus input {
display: inline-block
}
.book-skin .book-title .book-nav.hover > li, .book-skin .book-title .book-nav:hover > li {
display: inline-block
}
.book-skin .book-title .book-nav.hover > li.book-navicon, .book-skin .book-title .book-nav:hover > li.book-navicon {
display: none
}
.book-skin .book-body {
margin-right: 200px;
background-color: #fff;
padding: 30px 15px;
min-height: 400px;
position: relative
}
.book-skin .book-body .book-fork img {
position: absolute;
top: 0;
right: 0;
border: 0;
z-index: 99
}
.book-skin .book-body .book-header {
font-size: 16px;
line-height: 40px;
border-bottom: 1px solid #eee;
color: #484848;
font-weight: 400;
margin-bottom: 10px
}
.book-skin .book-body .book-header::after {
display: block;
content: " ";
background: #000;
width: 60px;
height: 3px
}
.book-skin .book-body .book-term {
margin-bottom: 20px
}
.book-skin .book-body .book-term .term-info {
position: relative;
min-height: 50px
}
.book-skin .book-body .book-term .term-info img {
width: 100%
}
.book-skin .book-body .book-term .term-info h3 {
position: absolute;
bottom: 4px;
line-height: 50px;
display: block;
background: rgba(0,0,0,.6);
width: 100%;
color: #fff;
padding: 0 10px;
box-sizing: border-box
}
.book-skin .book-body .book-sort {
position: absolute;
right: 25px;
top: -30px
}
.book-skin .book-body .book-sort a {
display: inline-block;
width: 50px;
line-height: 30px;
text-align: center;
position: relative;
background: #fff
}
.book-skin .book-body .book-sort a:after {
position: absolute;
content: "";
width: 0;
height: 0;
left: 0;
bottom: -50px;
border: transparent 25px solid;
border-top-color: rgba(161,0,0,.6)
}
.book-skin .book-body .book-sort a.active {
background: #a10000;
color: #fff
}
.book-skin .book-body .book-sort a.active:after {
border-top-color: #a10000
}
.book-skin .book-body .book-item {
margin: 0 -15px;
padding: 15px 20px 5px;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
transition: box-shadow 1s
}
.book-skin .book-body .book-item dt {
font-size: 20px;
font-weight: 600
}
.book-skin .book-body .book-item dt .book-time {
float: right;
text-align: right
}
.book-skin .book-body .book-item dd p {
margin: 5px 0;
min-height: 40px
}
.book-skin .book-body .book-item dd .author, .book-skin .book-body .book-item dd .category, .book-skin .book-body .book-item dd .comment, .book-skin .book-body .book-item dd .language {
margin-right: 20px
}
.book-skin .book-body .book-item dd .agree, .book-skin .book-body .book-item dd .disagree {
float: right;
margin-left: 10px
}
.book-skin .book-body .book-item:hover dd, .book-skin .book-body .book-item:nth-child(2) dd, .book-skin .book-body .book-item:nth-child(3) dd, .book-skin .book-body .book-item:nth-child(4) dd {
display: block
}
.book-skin .book-body .book-item:hover {
box-shadow: rgba(51,51,51,.7) 0 0 10px
}
.book-skin .book-body .book-item:not(:last-child) {
border-bottom: 1px solid #a10000
}
.book-skin .book-body .book-item.fade-pre-item {
visibility: hidden
}
.book-skin .book-body .book-item.fade-item {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
background: #fff;
border-bottom: none;
visibility: visible
}
.book-skin .book-body .cat-item {
line-height: 40px
}
.book-skin .book-body .cat-item .count {
color: #bbb
}
.book-skin .book-body .tag-item {
margin: 5px 10px;
border-bottom: 1px solid #999
}
.book-skin .book-body .tag-item:hover {
border-bottom: 1px solid #333
}
.book-skin .book-body .info {
border-bottom: 1px dotted #a10000;
line-height: 40px
}
.book-skin .book-body .info a, .book-skin .book-body .info span {
margin-right: 20px;
color: #333
}
.book-skin .book-body .info .language-toggle {
display: inline-block;
margin-right: 20px;
border: 1px solid #a10000;
border-bottom: none
}
.book-skin .book-body .info .language-toggle a {
display: inline-block;
background-color: #a10000;
color: #fff;
margin: 0;
width: 40px;
text-align: center
}
.book-skin .book-body .info .language-toggle a.active {
background-color: #fff;
color: #333;
position: relative
}
.book-skin .book-body .info .language-toggle a.active::after {
position: absolute;
content: "";
display: block;
background-color: #fff;
width: 40px;
height: 3px
}
.book-skin .book-body .content {
margin-bottom: 40px;
max-height: 300px;
overflow-y: hidden
}
.book-skin .book-body .content a {
color: #06a
}
.book-skin .book-body .toggle-open {
background-color: rgba(249,249,249,.9);
line-height: 40px;
text-align: center;
position: absolute;
left: 0;
right: 0;
margin-top: -40px;
color: #777;
cursor: pointer
}
.book-skin .book-body .tools {
border-top: 1px dotted #a10000;
line-height: 40px;
position: absolute;
bottom: 0;
right: 15px;
left: 15px;
font-size: 20px
}
.book-skin .book-body .tools .agree, .book-skin .book-body .tools .disagree {
float: right;
margin-left: 20px
}
.book-skin .book-body .book-source, .book-skin .book-body .book-tags {
font-size: 14px;
font-weight: 100;
margin-top: 10px
}
.book-skin .book-body .book-source a, .book-skin .book-body .book-tags a {
color: #0474c8;
font-weight: 600
}
.book-skin .book-body .book-bottom {
margin-bottom: 20px
}
.book-skin .book-body.open .content {
max-height: inherit
}
.book-skin .book-body.open .toggle-open {
display: none
}
.book-skin .book-footer.comment {
margin-top: 50px;
margin-right: 200px;
background: #fff;
padding: 15px;
position: relative
}
.time-axis {
position: relative;
z-index: 1010;
margin-left: 55px
}
.time-axis .time-title {
position: relative;
margin: 60px 0
}
.time-axis .time-title .time-year {
margin-left: 20px;
font-size: 20px;
font-weight: 700;
line-height: 1.5
}
.time-axis .time-title::before {
content: " ";
position: absolute;
left: 0;
top: 50%;
margin-left: -4px;
margin-top: -4px;
width: 8px;
height: 8px;
background: #bbb;
border-radius: 50%
}
.time-axis .time-items {
margin: 30px 0
}
.time-axis .time-items .time-item {
display: block;
position: relative;
transition-duration: .2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
transition-property: border;
border-bottom: 1px dashed #ccc;
line-height: 40px
}
.time-axis .time-items .time-item .title {
margin-left: 60px;
font-size: 16px;
font-weight: 400;
line-height: inherit
}
.time-axis .time-items .time-item .time {
position: absolute;
font-size: 12px;
left: 20px;
top: 0
}
.time-axis .time-items .time-item::before {
content: " ";
position: absolute;
left: 0;
top: 17px;
width: 6px;
height: 6px;
margin-left: -4px;
background: #bbb;
border-radius: 50%;
border: 1px solid #fff;
transition-duration: .2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
transition-property: background
}
.time-axis .time-items .time-item:hover {
border-bottom-color: #666
}
.time-axis .time-items .time-item:hover::before {
background: #222
}
.time-axis:after {
content: " ";
position: absolute;
top: 20px;
left: 0;
margin-left: -2px;
width: 4px;
height: 100%;
background: #f5f5f5;
z-index: -1
}
.book-pager {
float: left
}
.book-pager li {
list-style: none;
background: #fff;
width: 40px;
line-height: 40px;
text-align: center;
float: left;
border-top: 1px dotted #a10000
}
.book-pager li a {
display: block
}
.book-pager li.active {
background: #a10000;
color: #fff
}
.book-pager li:hover {
font-weight: 700
}
.book-pager li:hover a {
color: #af5d0d
}
.book-navigation {
padding: 30px 0;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px
}
.book-navigation .next, .book-navigation .prev {
display: grid;
grid-template-columns: 30px 1fr;
white-space: nowrap
}
.book-navigation .next .fa, .book-navigation .prev .fa {
padding: 13px 0 0 10px;
color: #7a7a7a;
font-size: 20px;
display: inline-block
}
.book-navigation .next .next-text, .book-navigation .next .prev-text, .book-navigation .prev .next-text, .book-navigation .prev .prev-text {
display: inline-block;
overflow: hidden
}
.book-navigation .next .next-label, .book-navigation .next .prev-label, .book-navigation .prev .next-label, .book-navigation .prev .prev-label {
font-size: .8em
}
.book-navigation .next .next-title, .book-navigation .next .prev-title, .book-navigation .prev .next-title, .book-navigation .prev .prev-title {
display: block;
color: #0c0c0c;
font-size: 18px;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis
}
.book-navigation .next {
text-align: right;
grid-template-columns: 1fr 30px
}
.book-navigation .next .fa {
padding: 13px 10px 0 0
}
.book-comments .reply-hide {
display: none
}
.book-comments .title {
font-size: 20px;
border-left: 5px solid #a10000;
padding-left: 10px;
margin-top: 15px
}
.book-comments .title .order {
float: right;
font-size: 12px;
cursor: pointer
}
.book-comments .title .order .active {
color: red
}
.book-comments .comment-item {
padding: 8px 0;
position: relative
}
.book-comments .comment-item .info {
line-height: 30px
}
.book-comments .comment-item .info .user {
font-weight: 600
}
.book-comments .comment-item .info .time {
margin-left: 20px;
color: #b3b1b1
}
.book-comments .comment-item .info .floor {
float: right
}
.book-comments .comment-item .content p {
margin: 5px 0
}
.book-comments .comment-item .content .expand {
font-size: 12px
}
.book-comments .comment-item .content .comment, .book-comments .comment-item .content .report {
float: right;
margin-left: 20px
}
.book-comments .comment-item .actions {
position: absolute;
right: -215px;
width: 200px;
text-align: center;
top: 30px;
background: #fff;
font-size: 20px;
line-height: 40px
}
.book-comments .comment-item .actions span {
padding: 0 3px
}
.book-comments .comment-item .comments {
padding-left: 100px;
margin-top: 8px;
border-top: 1px solid #a10000
}
.book-comments .comment-item .comments .comment-item:last-child {
border: none;
padding-bottom: 0
}
.book-comments .comment-item:not(:last-child) {
border-bottom: 1px solid #a10000
}
.book-comments.hot-comments .title {
margin-top: 0
}
.book-comments.hot-comments .comment-item .comments {
display: none
}
.book-comments.hot-comments .comment-item.active .comments {
display: block
}
.book-comments .book-comment-form .btn-cancel {
display: inline-block
}
.book-sidebar {
position: absolute;
width: 200px;
right: 0;
top: 130px
}
.book-sidebar .book-chapter li, .book-sidebar .book-new li {
background: #fff;
list-style: none;
width: 150px;
line-height: 30px;
padding-left: 20px;
box-sizing: border-box
}
.book-sidebar .book-chapter li .fa, .book-sidebar .book-new li .fa {
margin-right: 5px
}
.book-sidebar .book-chapter li .count, .book-sidebar .book-new li .count {
position: absolute;
color: #fff;
background-color: #a10000;
border-radius: 50%;
display: inline-block;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
left: 11px;
margin-top: 2px;
font-size: 10px;
overflow: hidden
}
.book-sidebar .book-chapter li.active, .book-sidebar .book-new li.active {
background: #a10000;
color: #fff;
width: 200px
}
.book-sidebar .book-chapter li.active:hover, .book-sidebar .book-new li.active:hover {
width: 200px
}
.book-sidebar .book-chapter li.active a, .book-sidebar .book-new li.active a {
color: #fff
}
.book-sidebar .book-chapter li.active .count, .book-sidebar .book-new li.active .count {
color: #a10000;
background-color: #fff;
left: auto;
right: 0
}
.book-sidebar .book-chapter li:hover, .book-sidebar .book-new li:hover {
width: 175px
}
.book-sidebar .book-chapter li:not(:last-child), .book-sidebar .book-new li:not(:last-child) {
border-bottom: 1px solid #a10000
}
.book-sidebar .book-new {
margin-top: 50px
}
.book-sidebar .book-new h3 {
padding-left: 10px
}
.book-sidebar .book-new li {
width: 100%;
padding: 3px 0 3px 20px;
line-height: 20px
}
.book-sidebar .book-new li a {
font-size: 14px
}
.book-dynamic {
margin-top: 50px
}
.book-dynamic h3 {
padding-left: 10px
}
.book-dynamic dl {
background: #fff;
border-bottom: 1px solid #a10000
}
.book-dynamic dl dt {
line-height: 30px;
font-size: 12px
}
.book-dynamic dl dt a {
font-size: 16px;
font-weight: 600
}
.book-dynamic dl dd {
display: none
}
.book-dynamic dl dd .book-time {
text-align: right;
display: block
}
.book-dynamic dl dd p {
margin: 5px 0
}
.book-dynamic dl:hover dt {
background: #a10000;
color: #fff
}
.book-dynamic dl:hover dd {
display: block
}
.book-side-nav li {
font-size: 12px;
background: #fff;
list-style: none;
width: 150px;
line-height: 30px;
border-bottom: 1px solid #a10000;
padding-left: 20px;
box-sizing: border-box
}
.book-side-nav li.nav-level-0 {
font-size: 14px;
font-weight: 600
}
.book-side-nav li.nav-level-1 {
width: 175px;
color: #b3b1b1
}
.book-side-nav li.nav-level-2 {
color: #b3b1b1;
width: 200px
}
.book-side-nav li.active {
background: #a10000;
color: #fff
}
.book-side-nav li.active a {
color: #fff
}
.book-side-nav li.nav-title {
text-align: center;
padding: 0;
font-size: 16px;
font-weight: 700;
border-bottom-width: 3px
}
.rule-box {
margin-top: 40px
}
.rule-box .rule-header {
text-align: center;
font-weight: 700
}
.rule-box .rule-header b {
color: #a10000
}
.rule-box .rule-tip {
text-align: center;
line-height: 40px;
color: #b3b1b1
}
.rule-box button {
height: 30px;
width: 80px;
background: #cc2525;
color: #fff;
border: 0;
outline: 0
}
.rule-box.rule-password {
text-align: center
}
.rule-box.rule-password input {
height: 30px;
border: 0;
outline: 0;
background: #fff;
padding: 0 10px
}
.rule-box.rule-buy {
text-align: center
}
.book-comment-form .title {
font-size: 20px;
border-left: 5px solid #a10000;
padding-left: 10px;
margin-top: 15px
}
.book-comment-form .form-table {
display: table;
width: 100%
}
.book-comment-form .form-table .form-group {
display: table-row
}
.book-comment-form .form-table .form-group label {
line-height: 30px;
width: 200px;
display: table-cell;
text-align: center
}
.book-comment-form .form-table .form-group input, .book-comment-form .form-table .form-group select {
display: table-cell;
background: 0 0;
border: none;
border-bottom: 1px solid #a10000;
font-size: 20px;
width: 100%
}
.book-comment-form textarea {
width: 100%;
height: 100px;
resize: none;
background: 0 0;
border: 1px solid #a10000;
font-size: 20px
}
.book-comment-form button {
line-height: 30px;
background: #a10000;
color: #fff;
padding: 0 20px;
border: none
}
.book-comment-form .btn-cancel {
display: none
}
.book-copyright {
clear: both;
background-color: #f2f2f2;
font-size: 12px;
color: #999;
padding: 6px 15px 5px;
border-radius: 2px;
text-align: center;
margin-top: 10px
}
.book-clear {
clear: both
}
.footer {
margin-top: 50px;
padding: 20px;
text-align: center
}
.audio-box iframe, .video-box iframe {
width: 100%;
height: 100vw;
max-height: 400px
}
.audio-box video, .video-box video {
margin: 0;
border: none
}
@media screen and (max-width:1200px) {
.book-skin {
width: 100%
}
}
@media screen and (max-width:769px) {
.book-skin .book-title .book-nav > li.book-navicon {
display: inline-block;
position: absolute;
left: 0;
font-size: 30px;
padding: 0 10px
}
.book-skin .book-title .book-nav > li.book-search {
position: relative;
left: 0;
line-height: 30px
}
.book-skin .book-title .book-nav > li.book-search .fa {
left: 5px;
top: 5px
}
.book-skin .book-title .book-nav > li.book-search input {
width: 100%;
box-sizing: border-box;
display: block;
line-height: 30px
}
.book-skin .book-title .book-nav > li.book-search .search-tip {
position: static
}
.book-skin .book-title .book-nav > li.active {
font-size: 20px;
padding-left: 50px;
line-height: 34px
}
.book-skin .book-title .book-nav.hover > li, .book-skin .book-title .book-nav:hover > li {
display: none
}
.book-skin .book-title .book-nav.hover > li.active, .book-skin .book-title .book-nav.hover > li.book-navicon, .book-skin .book-title .book-nav:hover > li.active, .book-skin .book-title .book-nav:hover > li.book-navicon {
display: inline-block
}
.book-skin .book-body {
margin-right: 0;
padding: 30px 8px
}
.book-skin .book-body .book-fork img {
width: 100px
}
.book-skin .book-body .book-item {
margin: 0 -8px;
padding: 15px 13px 5px
}
.book-skin .book-body .book-item dd {
display: block
}
.book-skin .book-body .book-item dd .agree, .book-skin .book-body .book-item dd .author, .book-skin .book-body .book-item dd .category, .book-skin .book-body .book-item dd .click, .book-skin .book-body .book-item dd .comment, .book-skin .book-body .book-item dd .disagree {
font-size: 12px
}
.book-skin .book-body .book-item dd .agree, .book-skin .book-body .book-item dd .disagree {
margin-top: 3px
}
.book-skin .book-body .book-item .book-time {
font-size: 12px;
width: 70px
}
.book-skin .book-body .info, .book-skin .book-body .tools {
font-size: 12px
}
.book-skin .book-body .content {
word-wrap: break-word;
word-break: normal;
width: 100%;
display: block;
position: relative;
overflow-x: auto
}
.book-skin .book-body .content img, .book-skin .book-body .content p {
word-break: normal;
width: auto;
white-space: pre-wrap;
word-wrap: break-word
}
.book-skin .book-sidebar .book-chapter {
position: static;
margin-bottom: 30px;
width: 100%;
display: none
}
.book-skin .book-sidebar .book-chapter li {
width: 100%
}
.book-skin .book-sidebar .book-chapter li.active {
width: 100%;
background: #a10000;
color: #fff
}
.book-skin .book-sidebar .book-chapter li.active:hover {
width: 100%
}
.book-skin .book-sidebar .book-chapter li.active a {
color: #fff
}
.book-skin .book-sidebar .book-chapter li:hover {
width: 100%;
background: #cc2525;
color: #fff
}
.book-skin .book-sidebar .book-chapter li:hover a {
color: #fff
}
.book-skin .book-sidebar .book-dynamic, .book-skin .book-sidebar .book-new, .book-skin .book-sidebar .book-side-nav {
display: none
}
.book-skin .book-footer .book-comments .comment-item .content .comment, .book-skin .book-footer .book-comments .comment-item .content .report {
margin-left: 8px
}
.book-skin .book-footer .book-comments .comment-item .actions {
position: static;
width: auto;
float: right;
line-height: 20px;
font-size: 16px
}
.book-skin .book-footer .book-comments .comment-item .floor, .book-skin .book-footer .book-comments .comment-item .time {
font-size: 12px
}
.book-skin .book-footer.comment {
margin-right: 0
}
.book-skin.book-collapsed .book-title .book-nav > li.book-navicon .fa:before {
content: ""
}
.book-skin.book-collapsed .book-title .book-nav > li.book-search {
display: block
}
.book-skin.book-collapsed .book-title .book-nav > li.book-search input {
display: block
}
.book-skin.book-collapsed .book-title .book-nav > li.book-search .search-tip {
position: static;
display: block
}
.book-skin.book-collapsed .book-title .book-nav.hover > li, .book-skin.book-collapsed .book-title .book-nav:hover > li {
display: inline-block
}
.book-skin.book-collapsed .book-title .book-nav.hover > li.book-search, .book-skin.book-collapsed .book-title .book-nav:hover > li.book-search {
display: block
}
.book-skin.book-collapsed .book-title.book-mobile-inline .book-nav > li {
display: block;
line-height: 30px
}
.book-skin.book-collapsed .book-title.book-mobile-inline .book-nav > li.book-back {
position: static;
font-size: 20px;
font-weight: 700;
text-align: right;
padding-right: 20px
}
.book-skin.book-collapsed .book-body {
margin-top: 40px
}
.book-skin.book-collapsed .book-sidebar {
position: static;
width: 100%
}
.book-skin.book-collapsed .book-sidebar .book-chapter {
display: block
}
.book-comment-form .form-table .form-group label {
width: 100px
}
}
| 0.587943 | 0.097907 |
CSS Reset
--------------------------------------------------------------*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
img {
display: block;
border: 0;
width: 100%;
height: auto;
}
/*--------------------------------------------------------------
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-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 */
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
color: #404040;
font-family: 'Helvetica', Arial, sans-serif;
font-size: 18px;
line-height: 1.5;
}
h1,
h2,
h3 {
text-align: center;
margin: 0;
padding: 1em 0;
}
p {
margin: 0;
padding: 1em 0;
}
/* Promo section */
.logo,
.site-title {
text-align: center;
}
.logo {
font-size: 8em;
}
.site-title {
margin-top: -1em;
margin-bottom: 3em;
}
/* Splash section */
.splash {
background: #FFF6E5;
padding-bottom: 2em;
}
.splash-content {
padding: 1.5em;
}
@media screen and (min-width: 600px) {
.splash-text {
columns: 2;
column-gap: 2em;
}
.splash-text p {
padding-top: 0;
}
}
/* Buckets section */
.buckets {
padding: 2em 1em 1em;
background: #3E454C;
}
.buckets ul {
margin: 0;
padding: 0;
}
.buckets li {
margin-bottom: 1em;
background: white;
list-style-type: none;
}
.bucket {
padding: 1.5em;
}
/* More section */
.more {
padding: 2em;
}
/* Twins section */
.twin {
padding: 2em;
background: #2185C5;
color: white;
}
.twin:last-of-type {
background: #FF7F66;
}
/* Colophon section */
.colophon {
padding: 2em;
background: hsl(0, 0%, 10%);
color: white;
text-align: center;
}
.colophon a {
color: white;
}
.colophon a:hover,
.colophon a:focus {
border-bottom: 1px solid white;
}
/*--------------------------------------------------------------
If no grid support, limit width to 50em and center align
--------------------------------------------------------------*/
@supports not (display: grid) {
.grid {
max-width: 50em;
margin: 0 auto;
}
}
/*--------------------------------------------------------------
Use flex to create a three-bucket layout
--------------------------------------------------------------*/
@media screen and (min-width: 700px) {
@supports (display: flex) {
.buckets ul {
display: flex;
justify-content: space-around;
}
.buckets li {
width: 31%;
}
}
}
/*--------------------------------------------------------------
CSS Grid layout for wider screens, when browser supports grid:
--------------------------------------------------------------*/
@media screen and (min-width: 600px) {
/* Layout with CSS Grid */
@supports (display: grid) {
/* Four-column layout. Two center columns have a total max width of 50em: */
.grid {
display: grid;
grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
}
/* Center items by placing them in the two center columns: */
.splash-content,
.more-content,
.buckets ul {
grid-column: 2/4;
}
/* Use automatic grid placement + span to let each item span two columns:*/
.twin,
.colophon aside {
grid-column: span 2;
}
}
}
|
static/styles.css
|
CSS Reset
--------------------------------------------------------------*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
img {
display: block;
border: 0;
width: 100%;
height: auto;
}
/*--------------------------------------------------------------
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-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 */
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
color: #404040;
font-family: 'Helvetica', Arial, sans-serif;
font-size: 18px;
line-height: 1.5;
}
h1,
h2,
h3 {
text-align: center;
margin: 0;
padding: 1em 0;
}
p {
margin: 0;
padding: 1em 0;
}
/* Promo section */
.logo,
.site-title {
text-align: center;
}
.logo {
font-size: 8em;
}
.site-title {
margin-top: -1em;
margin-bottom: 3em;
}
/* Splash section */
.splash {
background: #FFF6E5;
padding-bottom: 2em;
}
.splash-content {
padding: 1.5em;
}
@media screen and (min-width: 600px) {
.splash-text {
columns: 2;
column-gap: 2em;
}
.splash-text p {
padding-top: 0;
}
}
/* Buckets section */
.buckets {
padding: 2em 1em 1em;
background: #3E454C;
}
.buckets ul {
margin: 0;
padding: 0;
}
.buckets li {
margin-bottom: 1em;
background: white;
list-style-type: none;
}
.bucket {
padding: 1.5em;
}
/* More section */
.more {
padding: 2em;
}
/* Twins section */
.twin {
padding: 2em;
background: #2185C5;
color: white;
}
.twin:last-of-type {
background: #FF7F66;
}
/* Colophon section */
.colophon {
padding: 2em;
background: hsl(0, 0%, 10%);
color: white;
text-align: center;
}
.colophon a {
color: white;
}
.colophon a:hover,
.colophon a:focus {
border-bottom: 1px solid white;
}
/*--------------------------------------------------------------
If no grid support, limit width to 50em and center align
--------------------------------------------------------------*/
@supports not (display: grid) {
.grid {
max-width: 50em;
margin: 0 auto;
}
}
/*--------------------------------------------------------------
Use flex to create a three-bucket layout
--------------------------------------------------------------*/
@media screen and (min-width: 700px) {
@supports (display: flex) {
.buckets ul {
display: flex;
justify-content: space-around;
}
.buckets li {
width: 31%;
}
}
}
/*--------------------------------------------------------------
CSS Grid layout for wider screens, when browser supports grid:
--------------------------------------------------------------*/
@media screen and (min-width: 600px) {
/* Layout with CSS Grid */
@supports (display: grid) {
/* Four-column layout. Two center columns have a total max width of 50em: */
.grid {
display: grid;
grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
}
/* Center items by placing them in the two center columns: */
.splash-content,
.more-content,
.buckets ul {
grid-column: 2/4;
}
/* Use automatic grid placement + span to let each item span two columns:*/
.twin,
.colophon aside {
grid-column: span 2;
}
}
}
| 0.326593 | 0.113629 |
[id^=NotiflixNotifyWrap] {
position: fixed;
z-index:1001;
opacity:1;
right: 10px;
top: 10px;
width: 280px;
max-width:96%;
box-sizing:border-box;
background: transparent;}
[id^=NotiflixNotifyWrap] * {
box-sizing:border-box;}
/* notify wrap off */
/* notify content on */
[id^=NotiflixNotifyWrap] > div {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: 'Quicksand', sans-serif;
width:100%;
display: inline-block;
position:relative;
margin:0 0 10px;
border-radius:5px;
background: #1e1e1e;
color: #fff;
padding: 10px 12px;
font-size: 14px;
line-height: 1.2;}
[id^=NotiflixNotifyWrap] > div:last-child {
margin:0;}
[id^=NotiflixNotifyWrap] > div.with-callback {
cursor:pointer;}
[id^=NotiflixNotifyWrap] *::selection {
background:inherit;}
[id^=NotiflixNotifyWrap] > div.with-icon {
padding: 8px;}
[id^=NotiflixNotifyWrap] > div.with-close {
padding: 10px 30px 10px 12px;}
[id^=NotiflixNotifyWrap] > div.with-icon.with-close {
padding: 6px 30px 6px 6px;}
[id^=NotiflixNotifyWrap] > div > span.the-message {
font-weight: 500;
font-family:inherit !important;
word-break: break-all;
word-break: break-word;}
[id^=NotiflixNotifyWrap] > div > span.click-to-close {
cursor:pointer;
transition:all .2s ease-in-out;
position: absolute;
right: 8px;
top: 0;
bottom:0;
margin:auto;
color:inherit;
width: 16px;
height: 16px;}
[id^=NotiflixNotifyWrap] > div > span.click-to-close:hover {
transform:rotate(90deg);}
[id^=NotiflixNotifyWrap] > div > span.click-to-close > svg {
position: absolute;
width: 16px;
height: 16px;
right: 0;
top: 0;}
/* notify content off */
/* notify icon if its true on */
[id^=NotiflixNotifyWrap] > div > .nmi {
position: absolute;
width: 40px;
height: 40px;
font-size: 30px;
line-height: 40px;
text-align: center;
left: 8px;
top: 0;
bottom: 0;
margin: auto;
border-radius: inherit;}
[id^=NotiflixNotifyWrap] > div > .wfa.shadow {
color: inherit;
background: rgba(0, 0, 0, 0.15);
box-shadow: inset 0 0 34px rgba(0, 0, 0, 0.2);
text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
[id^=NotiflixNotifyWrap] > div > span.with-icon {
position: relative;
float: left;
width: calc(100% - 40px);
margin:0 0 0 40px;
padding:0 0 0 10px;
box-sizing: border-box;}
/* notify icon if its true off */
/* rtl on */
[id^=NotiflixNotifyWrap] > div.rtl-on > .nmi {
left:auto;
right:8px;}
[id^=NotiflixNotifyWrap] > div.rtl-on > span.with-icon {
padding:0 10px 0 0;
margin:0 40px 0 0;}
[id^=NotiflixNotifyWrap] > div.rtl-on > span.click-to-close {
right: auto;
left: 8px;}
[id^=NotiflixNotifyWrap] > div.with-icon.with-close.rtl-on {
padding: 6px 6px 6px 30px;}
[id^=NotiflixNotifyWrap] > div.with-close.rtl-on {
padding: 10px 12px 10px 30px;}
/* rtl off */
/* notify animation fade on */
[id^=NotiflixNotifyOverlay].with-animation,
[id^=NotiflixNotifyWrap] > div.with-animation.nx-fade {
animation: notify-animation-fade .3s ease-in-out 0s normal;
-webkit-animation: notify-animation-fade .3s ease-in-out 0s normal;}
@keyframes notify-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes notify-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
/* notify animation fade off */
/* notify animation zoom on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-zoom {
animation: notify-animation-zoom .3s ease-in-out 0s normal;
-webkit-animation: notify-animation-zoom .3s ease-in-out 0s normal;}
@keyframes notify-animation-zoom {
0% {transform:scale(0);}
50% {transform:scale(1.05);}
100% {transform:scale(1);}
}
@-webkit-keyframes notify-animation-zoom {
0% {transform:scale(0);}
50% {transform:scale(1.05);}
100% {transform:scale(1);}
}
/* notify animation zoom off */
/* notify animation from right on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-right {
animation: notify-animation-from-right .3s ease-in-out 0s normal;
-webkit-animation: notify-animation-from-right .3s ease-in-out 0s normal;}
@keyframes notify-animation-from-right {
0% {right:-300px; opacity:0;}
50% {right:8px; opacity:1;}
100% {right:0px; opacity:1;}
}
@-webkit-keyframes notify-animation-from-right {
0% {right:-300px; opacity:0;}
50% {right:8px; opacity:1;}
100% {right:0px; opacity:1;}
}
/* notify animation from right off */
/* notify animation from left on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-left {
animation: notify-animation-from-left .3s ease-in-out 0s normal;
-webkit-animation: notify-animation-from-left .3s ease-in-out 0s normal;}
@keyframes notify-animation-from-left {
0% {left:-300px; opacity:0;}
50% {left:8px; opacity:1;}
100% {left:0px; opacity:1;}
}
@-webkit-keyframes notify-animation-from-left {
0% {left:-300px; opacity:0;}
50% {left:8px; opacity:1;}
100% {left:0px; opacity:1;}
}
/* notify animation from left off */
/* notify animation from top on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-top {
animation: notify-animation-from-top .3s ease-in-out 0s normal;
-webkit-animation: notify-animation-from-top .3s ease-in-out 0s normal;}
@keyframes notify-animation-from-top {
0% {top:-50px; opacity:0;}
50% {top:8px; opacity:1;}
100% {top:0px; opacity:1;}
}
@-webkit-keyframes notify-animation-from-top {
0% {top:-50px; opacity:0;}
50% {top:8px; opacity:1;}
100% {top:0px; opacity:1;}
}
/* notify animation from top off */
/* notify animation from bottom on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-bottom {
animation: notify-animation-from-bottom .3s ease-in-out 0s normal;
-webkit-animation: notify-animation-from-bottom .3s ease-in-out 0s normal;}
@keyframes notify-animation-from-bottom {
0% {bottom:-50px; opacity:0;}
50% {bottom:8px; opacity:1;}
100% {bottom:0px; opacity:1;}
}
@-webkit-keyframes notify-animation-from-bottom {
0% {bottom:-50px; opacity:0;}
50% {bottom:8px; opacity:1;}
100% {bottom:0px; opacity:1;}
}
/* notify animation from bottom off */
/* remove with fade on */
[id^=NotiflixNotifyOverlay].with-animation.remove,
[id^=NotiflixNotifyWrap] > div.with-animation.nx-fade.remove {
opacity:0;
animation: notify-remove-fade .3s ease-in-out 0s normal;
-webkit-animation: notify-remove-fade .3s ease-in-out 0s normal;}
@keyframes notify-remove-fade {
0% {opacity:1;}
100% {opacity:0;}
}
@-webkit-keyframes notify-remove-fade {
0% {opacity:1;}
100% {opacity:0;}
}
/* remove with fade on */
/* remove with zoom on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-zoom.remove {
transform:scale(0);
animation: notify-remove-zoom .3s ease-in-out 0s normal;
-webkit-animation: notify-remove-zoom .3s ease-in-out 0s normal;}
@keyframes notify-remove-zoom {
0% {transform:scale(1);}
50% {transform:scale(1.05);}
100% {transform:scale(0);}
}
@-webkit-keyframes notify-remove-zoom {
0% {transform:scale(1);}
50% {transform:scale(1.05);}
100% {transform:scale(0);}
}
/* remove with opacity on */
/* remove to top on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-top.remove {
opacity:0;
animation: notify-remove-to-top .3s ease-in-out 0s normal;
-webkit-animation: notify-remove-to-top .3s ease-in-out 0s normal;}
@keyframes notify-remove-to-top {
0% {top:0px; opacity:1;}
50% {top:8px; opacity:1;}
100% {top:-50px; opacity:0;}
}
@-webkit-keyframes notify-remove-to-top {
0% {top:0px; opacity:1;}
50% {top:8px; opacity:1;}
100% {top:-50px; opacity:0;}
}
/* remove to top on */
/* remove to right on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-right.remove {
opacity:0;
animation: notify-remove-to-right .3s ease-in-out 0s normal;
-webkit-animation: notify-remove-to-right .3s ease-in-out 0s normal;}
@keyframes notify-remove-to-right {
0% {right:0px; opacity:1;}
50% {right:8px; opacity:1;}
100% {right:-300px; opacity:0;}
}
@-webkit-keyframes notify-remove-to-right {
0% {right:0px; opacity:1;}
50% {right:8px; opacity:1;}
100% {right:-300px; opacity:0;}
}
/* remove to right on */
/* remove to bottom on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-bottom.remove {
opacity:0;
animation: notify-remove-to-bottom .3s ease-in-out 0s normal;
-webkit-animation: notify-remove-to-bottom .3s ease-in-out 0s normal;}
@keyframes notify-remove-to-bottom {
0% {bottom:0px; opacity:1;}
50% {bottom:8px; opacity:1;}
100% {bottom:-50px; opacity:0;}
}
@-webkit-keyframes notify-remove-to-bottom {
0% {bottom:0px; opacity:1;}
50% {bottom:8px; opacity:1;}
100% {bottom:-50px; opacity:0;}
}
/* remove to bottom on */
/* remove to left on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-left.remove {
opacity:0;
animation: notify-remove-to-left .3s ease-in-out 0s normal;
-webkit-animation: notify-remove-to-left .3s ease-in-out 0s normal;}
@keyframes notify-remove-to-left {
0% {left:0px; opacity:1;}
50% {left:8px; opacity:1;}
100% {left:-300px; opacity:0;}
}
@-webkit-keyframes notify-remove-to-left {
0% {left:0px; opacity:1;}
50% {left:8px; opacity:1;}
100% {left:-300px; opacity:0;}
}
/* remove to left on */
/* report wrap on */
[id^=NotiflixReportWrap] {
position: fixed;
z-index:1000;
width: 320px;
max-width:96%;
box-sizing:border-box;
font-family: "Quicksand", sans-serif;
left: 0;
right: 0;
top: 20px;
color:#1e1e1e;
border-radius: 25px;
background: transparent;
margin: auto;}
[id^=NotiflixReportWrap] * {
box-sizing:border-box;}
/* report wrap off */
/* report content on */
[id^=NotiflixReportWrap] > div[class*="-overlay"] {
width:100%;
height:100%;
left:0;
top:0;
background: rgba(255, 255, 255, .5);
position:fixed;
z-index:0;}
[id^=NotiflixReportWrap] > div[class*="-content"] {
width:100%;
float:left;
border-radius: inherit;
padding:10px;
filter: drop-shadow(0 0 5px rgba(0,0,0,.1));
border: 1px solid rgba(0,0,0,.03);
background: #f8f8f8;
position:relative;
z-index:1;}
[id^=NotiflixReportWrap] > div[class*="-content"] > div[class$="-icon"] {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width:110px;
height:110px;
display:block;
margin:6px auto 12px;}
[id^=NotiflixReportWrap] > div[class*="-content"] > div[class$="-icon"] svg {
min-width:100%;
max-width:100%;
height:auto;}
[id^=NotiflixReportWrap] > * > h5 {
word-break: break-all;
word-break: break-word;
font-family:inherit !important;
font-size:16px;
font-weight:500;
line-height: 1.2;
margin: 0 0 10px;
padding: 0 0 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
float: left;
width: 100%;
text-align: center;}
[id^=NotiflixReportWrap] > * > p {
word-break: break-all;
word-break: break-word;
font-family:inherit !important;
font-size:13px;
line-height: 1.2;
float: left;
width: 100%;
padding:0 10px;
margin: 0 0 10px;}
[id^=NotiflixReportWrap] a#NXReportButton {
word-break: break-all;
word-break: break-word;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family:inherit !important;
transition:all .25s ease-in-out;
cursor:pointer;
float: right;
padding: 7px 17px;
background: #00b462;
font-size:14px;
line-height: 1.2;
font-weight: 500;
border-radius: inherit !important;
color: #fff;}
[id^=NotiflixReportWrap] a#NXReportButton:hover {
padding:7px 20px;}
[id^=NotiflixReportWrap].rtl-on a#NXReportButton {
float:left;}
/* report content off */
/* report overlay animation fade on */
[id^=NotiflixReportWrap] > div[class*="-overlay"].with-animation {
animation: report-overlay-animation .3s ease-in-out 0s normal;
-webkit-animation: report-overlay-animation .3s ease-in-out 0s normal;}
@keyframes report-overlay-animation {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes report-overlay-animation {
0% {opacity:0;}
100% {opacity:1;}
}
/* report overlay animation fade off */
/* report content animation fade on */
[id^=NotiflixReportWrap] > div[class*="-content"].with-animation.nx-fade {
animation: report-animation-fade .3s ease-in-out 0s normal;
-webkit-animation: report-animation-fade .3s ease-in-out 0s normal;}
@keyframes report-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes report-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
/* report content animation fade off */
/* report content animation zoom on */
[id^=NotiflixReportWrap] > div[class*="-content"].with-animation.nx-zoom {
animation: report-animation-zoom .3s ease-in-out 0s normal;
-webkit-animation: report-animation-zoom .3s ease-in-out 0s normal;}
@keyframes report-animation-zoom {
0% {opacity:0; transform:scale(0.5);}
50% {opacity:1; transform:scale(1.05);}
100% {opacity:1; transform:scale(1);}
}
@-webkit-keyframes report-animation-zoom {
0% {opacity:0; transform:scale(0.5);}
50% {opacity:1; transform:scale(1.05);}
100% {opacity:1; transform:scale(1);}
}
/* report content animation zoom off */
/* report overlay animation fade remove on */
[id^=NotiflixReportWrap].remove > div[class*="-overlay"].with-animation {
opacity:0;
animation: report-overlay-animation-remove .3s ease-in-out 0s normal;
-webkit-animation: report-overlay-animation-remove .3s ease-in-out 0s normal;}
@keyframes report-overlay-animation-remove {
0% {opacity:1;}
100% {opacity:0;}
}
@-webkit-keyframes report-overlay-animation-remove {
0% {opacity:1;}
100% {opacity:0;}
}
/* report overlay animation fade remove off */
/* report content animation fade remove on */
[id^=NotiflixReportWrap].remove > div[class*="-content"].with-animation.nx-fade {
opacity:0;
animation: report-animation-fade-remove .3s ease-in-out 0s normal;
-webkit-animation: report-animation-fade-remove .3s ease-in-out 0s normal;}
@keyframes report-animation-fade-remove {
0% {opacity:1;}
100% {opacity:0;}
}
@-webkit-keyframes report-animation-fade-remove {
0% {opacity:1;}
100% {opacity:0;}
}
/* report content animation fade remove off */
/* report content animation zoom remove on */
[id^=NotiflixReportWrap].remove > div[class*="-content"].with-animation.nx-zoom {
opacity:0;
animation: report-animation-zoom-remove .3s ease-in-out 0s normal;
-webkit-animation: report-animation-zoom-remove .3s ease-in-out 0s normal;}
@keyframes report-animation-zoom-remove {
0% {opacity:1; transform:scale(1);}
50% {opacity:0.5; transform:scale(1.05);}
100% {opacity:0; transform:scale(0);}
}
@-webkit-keyframes report-animation-zoom-remove {
0% {opacity:1; transform:scale(1);}
50% {opacity:0.5; transform:scale(1.05);}
100% {opacity:0; transform:scale(0);}
}
/* report content animation zoom remove off */
/* loading wrap on */
[id^=NotiflixLoadingWrap] {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: fixed;
z-index: 1004;
width: 100%;
height: 100%;
left: 0;
top: 0;
right:0;
bottom:0;
margin:auto;
text-align: center;
box-sizing:border-box;
background: rgba(0, 0, 0, 0.8);
font-family: "Quicksand", sans-serif;}
[id^=NotiflixLoadingWrap] * {
box-sizing:border-box;}
[id^=NotiflixLoadingWrap].click-to-close {
cursor:pointer;}
/* loading wrap on */
/* loading content on */
[id^=NotiflixLoadingWrap] > div[class*="-icon"] {
width:60px;
height:60px;
position:fixed;
transition:top .2s ease-in-out;
left: 0;
top: 0;
right:0;
bottom:0;
margin:auto;}
[id^=NotiflixLoadingWrap] > div[class*="-icon"] img,
[id^=NotiflixLoadingWrap] > div[class*="-icon"] svg {
max-width:unset;
max-height:unset;
width: 100%;
height: 100%;
position:absolute;
left: 0;
top: 0;}
[id^=NotiflixLoadingWrap] > div[class*="-icon"].with-message {
top:-42px;}
[id^=NotiflixLoadingWrap] > p {
position: fixed;
left: 0;
right: 0;
top: 42px;
bottom: 0;
margin: auto;
font-family: inherit !important;
font-weight: 500;
line-height: 1.2;
padding: 0 10px;
width: 100%;
font-size:15px;
height: 18px;}
/* loading content off */
/* loading animation fade on */
[id^=NotiflixLoadingWrap].with-animation {
animation: loading-animation-fade .3s ease-in-out 0s normal;
-webkit-animation: loading-animation-fade .3s ease-in-out 0s normal;}
@keyframes loading-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes loading-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
/* loading animation fade off */
/* loading animation remove fade on */
[id^=NotiflixLoadingWrap].with-animation.remove {
opacity:0;
animation: loading-animation-fade-remove .3s ease-in-out 0s normal;
-webkit-animation: loading-animation-fade-remove .3s ease-in-out 0s normal;}
@keyframes loading-animation-fade-remove {
0% {opacity:1;}
100% {opacity:0;}
}
@-webkit-keyframes loading-animation-fade-remove {
0% {opacity:1;}
100% {opacity:0;}
}
/* loading animation remove fade off */
/* loading animation new message fade on */
[id^=NotiflixLoadingWrap] > p.new {
animation: loading-new-message-fade .3s ease-in-out 0s normal;
-webkit-animation: loading-new-message-fade .3s ease-in-out 0s normal;}
@keyframes loading-new-message-fade {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes loading-new-message-fade {
0% {opacity:0;}
100% {opacity:1;}
}
/* loading animation new message fade off */
/* confirm wrap on */
[id^=NotiflixConfirmWrap] {
position: fixed;
z-index: 1003;
width: 280px;
max-width:98%;
left: 10px;
right: 10px;
top: 10px;
margin:auto;
text-align: center;
box-sizing:border-box;
background:transparent;
font-family: "Quicksand", sans-serif;}
[id^=NotiflixConfirmWrap] * {
box-sizing:border-box;}
/* confirm wrap off */
/* confirm content on */
[id^=NotiflixConfirmWrap] > div[class*="-overlay"] {
width:100%;
height:100%;
left:0;
top:0;
background: rgba(255, 255, 255, .5);
position:fixed;
z-index:0;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] {
width:100%;
float:left;
border-radius: 25px;
padding:10px;
margin:0;
filter: drop-shadow(0 0 5px rgba(0,0,0,.1));
background: #f8f8f8;
color:#1e1e1e;
position:relative;
z-index:1;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-head"] {
float:left;
width:100%;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-head"] > h5 {
float:left;
width:100%;
margin:0;
padding:0 0 10px;
border-bottom:1px solid rgba(0,0,0,0.1);
color: #00B462;
font-family:inherit !important;
font-size:16px;
line-height:1.2;
font-weight:500;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-head"] > p {
font-family:inherit !important;
margin: 15px 0 20px;
padding: 0 10px;
float:left;
width:100%;
font-size: 14px;
line-height: 1.2;
color: inherit;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-buttons"] {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius:inherit;
float:left;
width:100%;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-buttons"] > a {
cursor:pointer;
font-family:inherit !important;
transition:all .25s ease-in-out;
float: left;
width: 48%;
padding: 10px 5px;
border-radius:inherit !important;
font-weight: 500;
font-size: 15px;
line-height: 1.2;
color:#f8f8f8;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-buttons"] > a.confirm-button-ok {
margin:0 2% 0 0;
background:#00B462;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-buttons"] > a.confirm-button-cancel {
margin:0 0 0 2%;
background:#a9a9a9;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-buttons"] > a.full {
margin:0;
width:100%;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-buttons"] > a:hover {
box-shadow:inset 0 -60px 5px -5px rgba(0, 0, 0, 0.2);}
/* confirm content off */
/* RTL on */
[id^=NotiflixConfirmWrap].rtl-on > div[class*="-content"] > div[class*="-buttons"],
[id^=NotiflixConfirmWrap].rtl-on > div[class*="-content"] > div[class*="-buttons"] > a {
transform:rotateY(180deg);}
/* RTL off */
/* confirm overlay animation fade on */
[id^=NotiflixConfirmWrap] > div[class*="-overlay"].with-animation {
animation: confirm-overlay-animation .3s ease-in-out 0s normal;
-webkit-animation: confirm-overlay-animation .3s ease-in-out 0s normal;}
@keyframes confirm-overlay-animation {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes confirm-overlay-animation {
0% {opacity:0;}
100% {opacity:1;}
}
/* confirm overlay animation fade off */
/* confirm overlay animation fade remove on */
[id^=NotiflixConfirmWrap].remove > div[class*="-overlay"].with-animation {
opacity:0;
animation: confirm-overlay-animation-remove .3s ease-in-out 0s normal;
-webkit-animation: confirm-overlay-animation-remove .3s ease-in-out 0s normal;}
@keyframes confirm-overlay-animation-remove {
0% {opacity:1;}
100% {opacity:0;}
}
@-webkit-keyframes confirm-overlay-animation-remove {
0% {opacity:1;}
100% {opacity:0;}
}
/* confirm overlay animation fade remove off */
/* confirm content animation fade on */
[id^=NotiflixConfirmWrap].with-animation.nx-fade > div[class*="-content"] {
animation: confirm-animation-fade .3s ease-in-out 0s normal;
-webkit-animation: confirm-animation-fade .3s ease-in-out 0s normal;}
@keyframes confirm-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes confirm-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
/* confirm content animation fade off */
/* confirm content animation zoom on */
[id^=NotiflixConfirmWrap].with-animation.nx-zoom > div[class*="-content"] {
animation: confirm-animation-zoom .3s ease-in-out 0s normal;
-webkit-animation: confirm-animation-zoom .3s ease-in-out 0s normal;}
@keyframes confirm-animation-zoom {
0% {opacity:0; transform:scale(0.5);}
50% {opacity:1; transform:scale(1.05);}
100% {opacity:1; transform:scale(1);}
}
@-webkit-keyframes confirm-animation-zoom {
0% {opacity:0; transform:scale(0.5);}
50% {opacity:1; transform:scale(1.05);}
100% {opacity:1; transform:scale(1);}
}
/* confirm content animation zoom off */
/* confirm content animation fade remove on */
[id^=NotiflixConfirmWrap].with-animation.nx-fade.remove > div[class*="-content"] {
opacity:0;
animation: confirm-animation-fade-remove .3s ease-in-out 0s normal;
-webkit-animation: confirm-animation-fade-remove .3s ease-in-out 0s normal;}
@keyframes confirm-animation-fade-remove {
0% {opacity:1;}
100% {opacity:0;}
}
@-webkit-keyframes confirm-animation-fade-remove {
0% {opacity:1;}
100% {opacity:0;}
}
/* confirm content animation fade remove off */
/* confirm content animation zoom remove on */
[id^=NotiflixConfirmWrap].with-animation.nx-zoom.remove > div[class*="-content"] {
opacity:0;
animation: confirm-animation-zoom-remove .3s ease-in-out 0s normal;
-webkit-animation: confirm-animation-zoom-remove .3s ease-in-out 0s normal;}
@keyframes confirm-animation-zoom-remove {
0% {opacity:1; transform:scale(1);}
50% {opacity:0.5; transform:scale(1.05);}
100% {opacity:0; transform:scale(0);}
}
@-webkit-keyframes confirm-animation-zoom-remove {
0% {opacity:1; transform:scale(1);}
50% {opacity:0.5; transform:scale(1.05);}
100% {opacity:0; transform:scale(0);}
}
/* confirm content animation zoom remove off */
|
LSFX/Notiflix-1.8.0/Notiflix-1.8.0/Unminified/notiflix-1.8.0.css
|
[id^=NotiflixNotifyWrap] {
position: fixed;
z-index:1001;
opacity:1;
right: 10px;
top: 10px;
width: 280px;
max-width:96%;
box-sizing:border-box;
background: transparent;}
[id^=NotiflixNotifyWrap] * {
box-sizing:border-box;}
/* notify wrap off */
/* notify content on */
[id^=NotiflixNotifyWrap] > div {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: 'Quicksand', sans-serif;
width:100%;
display: inline-block;
position:relative;
margin:0 0 10px;
border-radius:5px;
background: #1e1e1e;
color: #fff;
padding: 10px 12px;
font-size: 14px;
line-height: 1.2;}
[id^=NotiflixNotifyWrap] > div:last-child {
margin:0;}
[id^=NotiflixNotifyWrap] > div.with-callback {
cursor:pointer;}
[id^=NotiflixNotifyWrap] *::selection {
background:inherit;}
[id^=NotiflixNotifyWrap] > div.with-icon {
padding: 8px;}
[id^=NotiflixNotifyWrap] > div.with-close {
padding: 10px 30px 10px 12px;}
[id^=NotiflixNotifyWrap] > div.with-icon.with-close {
padding: 6px 30px 6px 6px;}
[id^=NotiflixNotifyWrap] > div > span.the-message {
font-weight: 500;
font-family:inherit !important;
word-break: break-all;
word-break: break-word;}
[id^=NotiflixNotifyWrap] > div > span.click-to-close {
cursor:pointer;
transition:all .2s ease-in-out;
position: absolute;
right: 8px;
top: 0;
bottom:0;
margin:auto;
color:inherit;
width: 16px;
height: 16px;}
[id^=NotiflixNotifyWrap] > div > span.click-to-close:hover {
transform:rotate(90deg);}
[id^=NotiflixNotifyWrap] > div > span.click-to-close > svg {
position: absolute;
width: 16px;
height: 16px;
right: 0;
top: 0;}
/* notify content off */
/* notify icon if its true on */
[id^=NotiflixNotifyWrap] > div > .nmi {
position: absolute;
width: 40px;
height: 40px;
font-size: 30px;
line-height: 40px;
text-align: center;
left: 8px;
top: 0;
bottom: 0;
margin: auto;
border-radius: inherit;}
[id^=NotiflixNotifyWrap] > div > .wfa.shadow {
color: inherit;
background: rgba(0, 0, 0, 0.15);
box-shadow: inset 0 0 34px rgba(0, 0, 0, 0.2);
text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
[id^=NotiflixNotifyWrap] > div > span.with-icon {
position: relative;
float: left;
width: calc(100% - 40px);
margin:0 0 0 40px;
padding:0 0 0 10px;
box-sizing: border-box;}
/* notify icon if its true off */
/* rtl on */
[id^=NotiflixNotifyWrap] > div.rtl-on > .nmi {
left:auto;
right:8px;}
[id^=NotiflixNotifyWrap] > div.rtl-on > span.with-icon {
padding:0 10px 0 0;
margin:0 40px 0 0;}
[id^=NotiflixNotifyWrap] > div.rtl-on > span.click-to-close {
right: auto;
left: 8px;}
[id^=NotiflixNotifyWrap] > div.with-icon.with-close.rtl-on {
padding: 6px 6px 6px 30px;}
[id^=NotiflixNotifyWrap] > div.with-close.rtl-on {
padding: 10px 12px 10px 30px;}
/* rtl off */
/* notify animation fade on */
[id^=NotiflixNotifyOverlay].with-animation,
[id^=NotiflixNotifyWrap] > div.with-animation.nx-fade {
animation: notify-animation-fade .3s ease-in-out 0s normal;
-webkit-animation: notify-animation-fade .3s ease-in-out 0s normal;}
@keyframes notify-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes notify-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
/* notify animation fade off */
/* notify animation zoom on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-zoom {
animation: notify-animation-zoom .3s ease-in-out 0s normal;
-webkit-animation: notify-animation-zoom .3s ease-in-out 0s normal;}
@keyframes notify-animation-zoom {
0% {transform:scale(0);}
50% {transform:scale(1.05);}
100% {transform:scale(1);}
}
@-webkit-keyframes notify-animation-zoom {
0% {transform:scale(0);}
50% {transform:scale(1.05);}
100% {transform:scale(1);}
}
/* notify animation zoom off */
/* notify animation from right on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-right {
animation: notify-animation-from-right .3s ease-in-out 0s normal;
-webkit-animation: notify-animation-from-right .3s ease-in-out 0s normal;}
@keyframes notify-animation-from-right {
0% {right:-300px; opacity:0;}
50% {right:8px; opacity:1;}
100% {right:0px; opacity:1;}
}
@-webkit-keyframes notify-animation-from-right {
0% {right:-300px; opacity:0;}
50% {right:8px; opacity:1;}
100% {right:0px; opacity:1;}
}
/* notify animation from right off */
/* notify animation from left on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-left {
animation: notify-animation-from-left .3s ease-in-out 0s normal;
-webkit-animation: notify-animation-from-left .3s ease-in-out 0s normal;}
@keyframes notify-animation-from-left {
0% {left:-300px; opacity:0;}
50% {left:8px; opacity:1;}
100% {left:0px; opacity:1;}
}
@-webkit-keyframes notify-animation-from-left {
0% {left:-300px; opacity:0;}
50% {left:8px; opacity:1;}
100% {left:0px; opacity:1;}
}
/* notify animation from left off */
/* notify animation from top on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-top {
animation: notify-animation-from-top .3s ease-in-out 0s normal;
-webkit-animation: notify-animation-from-top .3s ease-in-out 0s normal;}
@keyframes notify-animation-from-top {
0% {top:-50px; opacity:0;}
50% {top:8px; opacity:1;}
100% {top:0px; opacity:1;}
}
@-webkit-keyframes notify-animation-from-top {
0% {top:-50px; opacity:0;}
50% {top:8px; opacity:1;}
100% {top:0px; opacity:1;}
}
/* notify animation from top off */
/* notify animation from bottom on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-bottom {
animation: notify-animation-from-bottom .3s ease-in-out 0s normal;
-webkit-animation: notify-animation-from-bottom .3s ease-in-out 0s normal;}
@keyframes notify-animation-from-bottom {
0% {bottom:-50px; opacity:0;}
50% {bottom:8px; opacity:1;}
100% {bottom:0px; opacity:1;}
}
@-webkit-keyframes notify-animation-from-bottom {
0% {bottom:-50px; opacity:0;}
50% {bottom:8px; opacity:1;}
100% {bottom:0px; opacity:1;}
}
/* notify animation from bottom off */
/* remove with fade on */
[id^=NotiflixNotifyOverlay].with-animation.remove,
[id^=NotiflixNotifyWrap] > div.with-animation.nx-fade.remove {
opacity:0;
animation: notify-remove-fade .3s ease-in-out 0s normal;
-webkit-animation: notify-remove-fade .3s ease-in-out 0s normal;}
@keyframes notify-remove-fade {
0% {opacity:1;}
100% {opacity:0;}
}
@-webkit-keyframes notify-remove-fade {
0% {opacity:1;}
100% {opacity:0;}
}
/* remove with fade on */
/* remove with zoom on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-zoom.remove {
transform:scale(0);
animation: notify-remove-zoom .3s ease-in-out 0s normal;
-webkit-animation: notify-remove-zoom .3s ease-in-out 0s normal;}
@keyframes notify-remove-zoom {
0% {transform:scale(1);}
50% {transform:scale(1.05);}
100% {transform:scale(0);}
}
@-webkit-keyframes notify-remove-zoom {
0% {transform:scale(1);}
50% {transform:scale(1.05);}
100% {transform:scale(0);}
}
/* remove with opacity on */
/* remove to top on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-top.remove {
opacity:0;
animation: notify-remove-to-top .3s ease-in-out 0s normal;
-webkit-animation: notify-remove-to-top .3s ease-in-out 0s normal;}
@keyframes notify-remove-to-top {
0% {top:0px; opacity:1;}
50% {top:8px; opacity:1;}
100% {top:-50px; opacity:0;}
}
@-webkit-keyframes notify-remove-to-top {
0% {top:0px; opacity:1;}
50% {top:8px; opacity:1;}
100% {top:-50px; opacity:0;}
}
/* remove to top on */
/* remove to right on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-right.remove {
opacity:0;
animation: notify-remove-to-right .3s ease-in-out 0s normal;
-webkit-animation: notify-remove-to-right .3s ease-in-out 0s normal;}
@keyframes notify-remove-to-right {
0% {right:0px; opacity:1;}
50% {right:8px; opacity:1;}
100% {right:-300px; opacity:0;}
}
@-webkit-keyframes notify-remove-to-right {
0% {right:0px; opacity:1;}
50% {right:8px; opacity:1;}
100% {right:-300px; opacity:0;}
}
/* remove to right on */
/* remove to bottom on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-bottom.remove {
opacity:0;
animation: notify-remove-to-bottom .3s ease-in-out 0s normal;
-webkit-animation: notify-remove-to-bottom .3s ease-in-out 0s normal;}
@keyframes notify-remove-to-bottom {
0% {bottom:0px; opacity:1;}
50% {bottom:8px; opacity:1;}
100% {bottom:-50px; opacity:0;}
}
@-webkit-keyframes notify-remove-to-bottom {
0% {bottom:0px; opacity:1;}
50% {bottom:8px; opacity:1;}
100% {bottom:-50px; opacity:0;}
}
/* remove to bottom on */
/* remove to left on */
[id^=NotiflixNotifyWrap] > div.with-animation.nx-from-left.remove {
opacity:0;
animation: notify-remove-to-left .3s ease-in-out 0s normal;
-webkit-animation: notify-remove-to-left .3s ease-in-out 0s normal;}
@keyframes notify-remove-to-left {
0% {left:0px; opacity:1;}
50% {left:8px; opacity:1;}
100% {left:-300px; opacity:0;}
}
@-webkit-keyframes notify-remove-to-left {
0% {left:0px; opacity:1;}
50% {left:8px; opacity:1;}
100% {left:-300px; opacity:0;}
}
/* remove to left on */
/* report wrap on */
[id^=NotiflixReportWrap] {
position: fixed;
z-index:1000;
width: 320px;
max-width:96%;
box-sizing:border-box;
font-family: "Quicksand", sans-serif;
left: 0;
right: 0;
top: 20px;
color:#1e1e1e;
border-radius: 25px;
background: transparent;
margin: auto;}
[id^=NotiflixReportWrap] * {
box-sizing:border-box;}
/* report wrap off */
/* report content on */
[id^=NotiflixReportWrap] > div[class*="-overlay"] {
width:100%;
height:100%;
left:0;
top:0;
background: rgba(255, 255, 255, .5);
position:fixed;
z-index:0;}
[id^=NotiflixReportWrap] > div[class*="-content"] {
width:100%;
float:left;
border-radius: inherit;
padding:10px;
filter: drop-shadow(0 0 5px rgba(0,0,0,.1));
border: 1px solid rgba(0,0,0,.03);
background: #f8f8f8;
position:relative;
z-index:1;}
[id^=NotiflixReportWrap] > div[class*="-content"] > div[class$="-icon"] {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width:110px;
height:110px;
display:block;
margin:6px auto 12px;}
[id^=NotiflixReportWrap] > div[class*="-content"] > div[class$="-icon"] svg {
min-width:100%;
max-width:100%;
height:auto;}
[id^=NotiflixReportWrap] > * > h5 {
word-break: break-all;
word-break: break-word;
font-family:inherit !important;
font-size:16px;
font-weight:500;
line-height: 1.2;
margin: 0 0 10px;
padding: 0 0 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
float: left;
width: 100%;
text-align: center;}
[id^=NotiflixReportWrap] > * > p {
word-break: break-all;
word-break: break-word;
font-family:inherit !important;
font-size:13px;
line-height: 1.2;
float: left;
width: 100%;
padding:0 10px;
margin: 0 0 10px;}
[id^=NotiflixReportWrap] a#NXReportButton {
word-break: break-all;
word-break: break-word;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family:inherit !important;
transition:all .25s ease-in-out;
cursor:pointer;
float: right;
padding: 7px 17px;
background: #00b462;
font-size:14px;
line-height: 1.2;
font-weight: 500;
border-radius: inherit !important;
color: #fff;}
[id^=NotiflixReportWrap] a#NXReportButton:hover {
padding:7px 20px;}
[id^=NotiflixReportWrap].rtl-on a#NXReportButton {
float:left;}
/* report content off */
/* report overlay animation fade on */
[id^=NotiflixReportWrap] > div[class*="-overlay"].with-animation {
animation: report-overlay-animation .3s ease-in-out 0s normal;
-webkit-animation: report-overlay-animation .3s ease-in-out 0s normal;}
@keyframes report-overlay-animation {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes report-overlay-animation {
0% {opacity:0;}
100% {opacity:1;}
}
/* report overlay animation fade off */
/* report content animation fade on */
[id^=NotiflixReportWrap] > div[class*="-content"].with-animation.nx-fade {
animation: report-animation-fade .3s ease-in-out 0s normal;
-webkit-animation: report-animation-fade .3s ease-in-out 0s normal;}
@keyframes report-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes report-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
/* report content animation fade off */
/* report content animation zoom on */
[id^=NotiflixReportWrap] > div[class*="-content"].with-animation.nx-zoom {
animation: report-animation-zoom .3s ease-in-out 0s normal;
-webkit-animation: report-animation-zoom .3s ease-in-out 0s normal;}
@keyframes report-animation-zoom {
0% {opacity:0; transform:scale(0.5);}
50% {opacity:1; transform:scale(1.05);}
100% {opacity:1; transform:scale(1);}
}
@-webkit-keyframes report-animation-zoom {
0% {opacity:0; transform:scale(0.5);}
50% {opacity:1; transform:scale(1.05);}
100% {opacity:1; transform:scale(1);}
}
/* report content animation zoom off */
/* report overlay animation fade remove on */
[id^=NotiflixReportWrap].remove > div[class*="-overlay"].with-animation {
opacity:0;
animation: report-overlay-animation-remove .3s ease-in-out 0s normal;
-webkit-animation: report-overlay-animation-remove .3s ease-in-out 0s normal;}
@keyframes report-overlay-animation-remove {
0% {opacity:1;}
100% {opacity:0;}
}
@-webkit-keyframes report-overlay-animation-remove {
0% {opacity:1;}
100% {opacity:0;}
}
/* report overlay animation fade remove off */
/* report content animation fade remove on */
[id^=NotiflixReportWrap].remove > div[class*="-content"].with-animation.nx-fade {
opacity:0;
animation: report-animation-fade-remove .3s ease-in-out 0s normal;
-webkit-animation: report-animation-fade-remove .3s ease-in-out 0s normal;}
@keyframes report-animation-fade-remove {
0% {opacity:1;}
100% {opacity:0;}
}
@-webkit-keyframes report-animation-fade-remove {
0% {opacity:1;}
100% {opacity:0;}
}
/* report content animation fade remove off */
/* report content animation zoom remove on */
[id^=NotiflixReportWrap].remove > div[class*="-content"].with-animation.nx-zoom {
opacity:0;
animation: report-animation-zoom-remove .3s ease-in-out 0s normal;
-webkit-animation: report-animation-zoom-remove .3s ease-in-out 0s normal;}
@keyframes report-animation-zoom-remove {
0% {opacity:1; transform:scale(1);}
50% {opacity:0.5; transform:scale(1.05);}
100% {opacity:0; transform:scale(0);}
}
@-webkit-keyframes report-animation-zoom-remove {
0% {opacity:1; transform:scale(1);}
50% {opacity:0.5; transform:scale(1.05);}
100% {opacity:0; transform:scale(0);}
}
/* report content animation zoom remove off */
/* loading wrap on */
[id^=NotiflixLoadingWrap] {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: fixed;
z-index: 1004;
width: 100%;
height: 100%;
left: 0;
top: 0;
right:0;
bottom:0;
margin:auto;
text-align: center;
box-sizing:border-box;
background: rgba(0, 0, 0, 0.8);
font-family: "Quicksand", sans-serif;}
[id^=NotiflixLoadingWrap] * {
box-sizing:border-box;}
[id^=NotiflixLoadingWrap].click-to-close {
cursor:pointer;}
/* loading wrap on */
/* loading content on */
[id^=NotiflixLoadingWrap] > div[class*="-icon"] {
width:60px;
height:60px;
position:fixed;
transition:top .2s ease-in-out;
left: 0;
top: 0;
right:0;
bottom:0;
margin:auto;}
[id^=NotiflixLoadingWrap] > div[class*="-icon"] img,
[id^=NotiflixLoadingWrap] > div[class*="-icon"] svg {
max-width:unset;
max-height:unset;
width: 100%;
height: 100%;
position:absolute;
left: 0;
top: 0;}
[id^=NotiflixLoadingWrap] > div[class*="-icon"].with-message {
top:-42px;}
[id^=NotiflixLoadingWrap] > p {
position: fixed;
left: 0;
right: 0;
top: 42px;
bottom: 0;
margin: auto;
font-family: inherit !important;
font-weight: 500;
line-height: 1.2;
padding: 0 10px;
width: 100%;
font-size:15px;
height: 18px;}
/* loading content off */
/* loading animation fade on */
[id^=NotiflixLoadingWrap].with-animation {
animation: loading-animation-fade .3s ease-in-out 0s normal;
-webkit-animation: loading-animation-fade .3s ease-in-out 0s normal;}
@keyframes loading-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes loading-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
/* loading animation fade off */
/* loading animation remove fade on */
[id^=NotiflixLoadingWrap].with-animation.remove {
opacity:0;
animation: loading-animation-fade-remove .3s ease-in-out 0s normal;
-webkit-animation: loading-animation-fade-remove .3s ease-in-out 0s normal;}
@keyframes loading-animation-fade-remove {
0% {opacity:1;}
100% {opacity:0;}
}
@-webkit-keyframes loading-animation-fade-remove {
0% {opacity:1;}
100% {opacity:0;}
}
/* loading animation remove fade off */
/* loading animation new message fade on */
[id^=NotiflixLoadingWrap] > p.new {
animation: loading-new-message-fade .3s ease-in-out 0s normal;
-webkit-animation: loading-new-message-fade .3s ease-in-out 0s normal;}
@keyframes loading-new-message-fade {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes loading-new-message-fade {
0% {opacity:0;}
100% {opacity:1;}
}
/* loading animation new message fade off */
/* confirm wrap on */
[id^=NotiflixConfirmWrap] {
position: fixed;
z-index: 1003;
width: 280px;
max-width:98%;
left: 10px;
right: 10px;
top: 10px;
margin:auto;
text-align: center;
box-sizing:border-box;
background:transparent;
font-family: "Quicksand", sans-serif;}
[id^=NotiflixConfirmWrap] * {
box-sizing:border-box;}
/* confirm wrap off */
/* confirm content on */
[id^=NotiflixConfirmWrap] > div[class*="-overlay"] {
width:100%;
height:100%;
left:0;
top:0;
background: rgba(255, 255, 255, .5);
position:fixed;
z-index:0;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] {
width:100%;
float:left;
border-radius: 25px;
padding:10px;
margin:0;
filter: drop-shadow(0 0 5px rgba(0,0,0,.1));
background: #f8f8f8;
color:#1e1e1e;
position:relative;
z-index:1;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-head"] {
float:left;
width:100%;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-head"] > h5 {
float:left;
width:100%;
margin:0;
padding:0 0 10px;
border-bottom:1px solid rgba(0,0,0,0.1);
color: #00B462;
font-family:inherit !important;
font-size:16px;
line-height:1.2;
font-weight:500;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-head"] > p {
font-family:inherit !important;
margin: 15px 0 20px;
padding: 0 10px;
float:left;
width:100%;
font-size: 14px;
line-height: 1.2;
color: inherit;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-buttons"] {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius:inherit;
float:left;
width:100%;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-buttons"] > a {
cursor:pointer;
font-family:inherit !important;
transition:all .25s ease-in-out;
float: left;
width: 48%;
padding: 10px 5px;
border-radius:inherit !important;
font-weight: 500;
font-size: 15px;
line-height: 1.2;
color:#f8f8f8;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-buttons"] > a.confirm-button-ok {
margin:0 2% 0 0;
background:#00B462;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-buttons"] > a.confirm-button-cancel {
margin:0 0 0 2%;
background:#a9a9a9;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-buttons"] > a.full {
margin:0;
width:100%;}
[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-buttons"] > a:hover {
box-shadow:inset 0 -60px 5px -5px rgba(0, 0, 0, 0.2);}
/* confirm content off */
/* RTL on */
[id^=NotiflixConfirmWrap].rtl-on > div[class*="-content"] > div[class*="-buttons"],
[id^=NotiflixConfirmWrap].rtl-on > div[class*="-content"] > div[class*="-buttons"] > a {
transform:rotateY(180deg);}
/* RTL off */
/* confirm overlay animation fade on */
[id^=NotiflixConfirmWrap] > div[class*="-overlay"].with-animation {
animation: confirm-overlay-animation .3s ease-in-out 0s normal;
-webkit-animation: confirm-overlay-animation .3s ease-in-out 0s normal;}
@keyframes confirm-overlay-animation {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes confirm-overlay-animation {
0% {opacity:0;}
100% {opacity:1;}
}
/* confirm overlay animation fade off */
/* confirm overlay animation fade remove on */
[id^=NotiflixConfirmWrap].remove > div[class*="-overlay"].with-animation {
opacity:0;
animation: confirm-overlay-animation-remove .3s ease-in-out 0s normal;
-webkit-animation: confirm-overlay-animation-remove .3s ease-in-out 0s normal;}
@keyframes confirm-overlay-animation-remove {
0% {opacity:1;}
100% {opacity:0;}
}
@-webkit-keyframes confirm-overlay-animation-remove {
0% {opacity:1;}
100% {opacity:0;}
}
/* confirm overlay animation fade remove off */
/* confirm content animation fade on */
[id^=NotiflixConfirmWrap].with-animation.nx-fade > div[class*="-content"] {
animation: confirm-animation-fade .3s ease-in-out 0s normal;
-webkit-animation: confirm-animation-fade .3s ease-in-out 0s normal;}
@keyframes confirm-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes confirm-animation-fade {
0% {opacity:0;}
100% {opacity:1;}
}
/* confirm content animation fade off */
/* confirm content animation zoom on */
[id^=NotiflixConfirmWrap].with-animation.nx-zoom > div[class*="-content"] {
animation: confirm-animation-zoom .3s ease-in-out 0s normal;
-webkit-animation: confirm-animation-zoom .3s ease-in-out 0s normal;}
@keyframes confirm-animation-zoom {
0% {opacity:0; transform:scale(0.5);}
50% {opacity:1; transform:scale(1.05);}
100% {opacity:1; transform:scale(1);}
}
@-webkit-keyframes confirm-animation-zoom {
0% {opacity:0; transform:scale(0.5);}
50% {opacity:1; transform:scale(1.05);}
100% {opacity:1; transform:scale(1);}
}
/* confirm content animation zoom off */
/* confirm content animation fade remove on */
[id^=NotiflixConfirmWrap].with-animation.nx-fade.remove > div[class*="-content"] {
opacity:0;
animation: confirm-animation-fade-remove .3s ease-in-out 0s normal;
-webkit-animation: confirm-animation-fade-remove .3s ease-in-out 0s normal;}
@keyframes confirm-animation-fade-remove {
0% {opacity:1;}
100% {opacity:0;}
}
@-webkit-keyframes confirm-animation-fade-remove {
0% {opacity:1;}
100% {opacity:0;}
}
/* confirm content animation fade remove off */
/* confirm content animation zoom remove on */
[id^=NotiflixConfirmWrap].with-animation.nx-zoom.remove > div[class*="-content"] {
opacity:0;
animation: confirm-animation-zoom-remove .3s ease-in-out 0s normal;
-webkit-animation: confirm-animation-zoom-remove .3s ease-in-out 0s normal;}
@keyframes confirm-animation-zoom-remove {
0% {opacity:1; transform:scale(1);}
50% {opacity:0.5; transform:scale(1.05);}
100% {opacity:0; transform:scale(0);}
}
@-webkit-keyframes confirm-animation-zoom-remove {
0% {opacity:1; transform:scale(1);}
50% {opacity:0.5; transform:scale(1.05);}
100% {opacity:0; transform:scale(0);}
}
/* confirm content animation zoom remove off */
| 0.193223 | 0.057758 |
@font-face {
font-family: 'bold';
src: url('../fonts/mbold.ttf');
font-weight: normal;
font-style: normal;
color:#CFF;
}
@font-face {
font-family: 'forum';
src: url('../fonts/bitwise.ttf');
font-weight: normal;
font-style: normal;
color:#CFF;
}
@font-face {
font-family: 'awsome';
src: url('../fonts/FontAwesome.ttf');
font-weight: normal;
font-style: normal;
color:#CFF;
}
@font-face {
font-family:'fla';
src: url('../fonts/Reckoner.ttf');
font-weight: normal;
font-style: normal;
color:#CFF;
}
@font-face {
font-family: 'anirm';/* lord of rings font*/
src: url('../fonts/League.ttf');
font-weight: normal;
font-style: normal;
color:#CFF;
}
@font-face {
font-family: 'masque';/*its racing style*/
src: url('../fonts/MASQUE.ttf');
font-weight: normal;
font-style: normal;
color:#CFF;
}
body {
padding: 0;
margin: 0;
background: #000;
overflow: hidden;
}
body > div {
position: absolute;
top: 2px;
left: 5px;
width: 2px;
}
/* MENU STUFF ================= */
#menu {
position: absolute;
z-index: 12;
list-style: none;
padding: 0;
margin: 0;
top: 25px;
left: 4px;
background: #000;
opacity: 0.5;
padding: 10px;
}
.current {
background: black;
color: #fff !important;
border-bottom: 1px solid #000 !important;
}
.current:hover {
color: #fff;
}
#menu li a {
border-bottom: 1px solid #eee;
font-family: "forum";
width: 250px;
padding: 10px;
display: block;
text-decoration: none;
font-size:22px;
text-transform:uppercase;
color: #fff;
opacity:1 !important;
}
#menu li a:hover {
background: #000;
color: #fff;
/*border-bottom: 1px solid #000;*/
}
/* END MENU STUFF =========================== */
.content {
position: absolute;
top: 0px;
left: 400px;
display: none;
z-index: 11;
color:#000;
max-height:650px;
border:thin;
}
.before-slices, #home .after-slices {
display: inline-block;
height: inherit;
text-transform: lowercase;
}
#home .slice {
display: inline-block;
position: relative;
background: #fff;
z-index: inherit;
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
font-weight: bold;
}
#about .slice {
/*background: #fff337;*/
background:#CCF;
}
#Adhiyaana .slice {
background-color: #47bcf2;
}
#commevents .slice {
background-color: #bda0cb;
}
#Contactus .slice {
background-color: #fdb147;
}
#Credits .slice {
background-color: #ff7f50;
}#photoevent .slice{
/*background-color:#ff00ff;*/
background:#693;
}
.endShadow {
box-shadow: none !important;
}
.slices, .vertical, .horizontal {
width: inherit;
height: inherit;
}
.vertical .slice {
height: inherit;
top: 100%;
width: 90px;
z-index:inherit;
}
.horizontal .slice {
position: absolute;
top: 0;
right: 100%;
width: inherit;
height: 90px;
z-index: inherit;
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
font-weight: bold;
text-transform: capitalize;
}
.slice {
position: absolute;
text-transform: lowercase;
}
.left-slices, .right-slices {
height: inherit;
width: 50%;
display: inline-block;
}
.left-slices .slice, .right-slices .slice {
width: inherit;
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
height: 90px;
width: 50%;
font-style: italic;
}
.content h1{
padding-left:350px;
font-family:"bold";
text-transform:uppercase;
}
#ictas{
width:inherit;
height:63px;
padding:0px 15px 0px 591px;
}
#tc{
vertical-align:auto;
width:inherit;
height:108px;
padding:0px 0px 0px 333px;
opacity:1;
}
#homecon{
overflow:auto;
max-height:650px;
}
#homecon p{
text-align:center;
padding:160px 40px 0px 0px;
font-family:"bold" !important;
font-size:28px;
}
#homecon h1{
text-align:center;
padding:0px 300px 0px 400px;
font-family:"bold" !important;
font-size:49px;
}
#aboutcon{
padding:25px 60px 20px 350px;
/*font-family:"forum";
font-size:35px;*/
overflow:auto;
max-height:600px;
}
#aboutcon h1{
padding:0px 10px 0px 100px;
font-family:"anirm";
font-size:32px;
text-align:center;
}
#aboutcon p{
font-family:"bold";
font-size:15px;
}
.row{
padding-left:350px;
}
.eventscon
{
position:relative;
cursor:pointer;
width:250px;
height:300px;
padding:10px 100px 10px 10px;
}
.eventscon img{
position:absolute;
left:0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.eventscon .overimg {
position: absolute;
top: 0;
left: 0;
color: #fff;
z-index: 100;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
transition: all 300ms ease-out;
opacity:1;
width:250px;
height: 250px;
padding: 0px 0px;
}
.eventscon:hover .overimg {
opacity: 1;
background-color:rgba(96, 96, 96,0.9);
}
eventscon:hover {
opacity: 0.1;
}
.eventscon .overtext {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
transition: all 300ms ease-out;
transform: translateY(10px);
-webkit-transform: translateY(10px);
font-family:"masque";
}
.eventscon .title {
font-size: 1em;
text-transform: uppercase;
opacity: 0;
transition-delay: 0.1s;
transition-duration: 0.2s;
color:#fFF;
padding-top: 50px;
padding-left: 20px;
}
.eventscon:hover .title,
.eventscon:focus .title {
opacity: 1;
transform: translateY(40px);
-webkit-transform: translateY(40px);
}
.eventscon .tagline {
font-size: 0.8em;
opacity: 0;
transition-delay: 0.2s;
transition-duration: 0.2s;
font-family:"Comic Sans MS", cursive;
padding-left: 30px;
}
.eventscon:hover .tagline,
.eventscon:focus .tagline {
opacity: 1;
transform: translateX(40px);
-webkit-transform: translateX(40px);
}
/*contact####################################*/
#contactcon{
padding:5px 0px 0px 325px !important ;
}
#contactcon h1{
text-align:left;
padding:0px 0px 0px 20px !important;
font-family:"anirm";
font-size:16px;
}
#contactcon h2{
text-align:left;
padding:10px 0px 0px 15px !important;
font-family:"masque";
font-size:21px;
}
#contactcon h3{
text-align:left;
padding:0px 0px 0px 15px !important;
font-family:"forum";
font-size:45px;
}
#contactcon h5{
text-align:left;
padding:0px 0px 0px 15px !important;
font-family:"forum";
font-size:30px;
}
#images{
padding:5px 0px 0px 325px !important ;
overflow:scroll;
width:300px;
}
#images h1{
text-align:center;
padding:0px 0px 0px 20px !important;
font-family:"anirm";
font-size:16px;
}
#images h2{
text-align:center;
padding:10px 0px 0px 15px !important;
font-family:"masque";
font-size:21px;
}
#images h3{
text-align:center;
padding:0px 0px 0px 15px !important;
font-family:"forum";
font-size:45px;
}
#images h5{
text-align:center;
padding:0px 0px 0px 15px !important;
font-family:"forum";
font-size:30px;
}
.polaorid-images{
padding-left:250px;
overflow:auto;
}
.concre{
padding-left:350px;
padding-top:20px;
overflow:auto;
max-height:550px;
}
.page {
margin: 1em auto;
max-width: 100;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 100%;
}
.box {
padding: 0.5em;
width: 100%;
margin:0.5em;
}
.box-2 {
padding: 0.5em;
width: calc(100%/2 - 1em);
}
.options label,
.options input{
width:4em;
padding:0.5em 1em;
}
.btn{
background:white;
color:black;
border:1px solid black;
padding: 0.5em 1em;
text-decoration:none;
margin:0.8em 0.3em;
display:inline-block;
cursor:pointer;
}
.hide {
display: none;
}
img {
max-width: 100%;
}
|
GUI/gui_final/css/style.css
|
@font-face {
font-family: 'bold';
src: url('../fonts/mbold.ttf');
font-weight: normal;
font-style: normal;
color:#CFF;
}
@font-face {
font-family: 'forum';
src: url('../fonts/bitwise.ttf');
font-weight: normal;
font-style: normal;
color:#CFF;
}
@font-face {
font-family: 'awsome';
src: url('../fonts/FontAwesome.ttf');
font-weight: normal;
font-style: normal;
color:#CFF;
}
@font-face {
font-family:'fla';
src: url('../fonts/Reckoner.ttf');
font-weight: normal;
font-style: normal;
color:#CFF;
}
@font-face {
font-family: 'anirm';/* lord of rings font*/
src: url('../fonts/League.ttf');
font-weight: normal;
font-style: normal;
color:#CFF;
}
@font-face {
font-family: 'masque';/*its racing style*/
src: url('../fonts/MASQUE.ttf');
font-weight: normal;
font-style: normal;
color:#CFF;
}
body {
padding: 0;
margin: 0;
background: #000;
overflow: hidden;
}
body > div {
position: absolute;
top: 2px;
left: 5px;
width: 2px;
}
/* MENU STUFF ================= */
#menu {
position: absolute;
z-index: 12;
list-style: none;
padding: 0;
margin: 0;
top: 25px;
left: 4px;
background: #000;
opacity: 0.5;
padding: 10px;
}
.current {
background: black;
color: #fff !important;
border-bottom: 1px solid #000 !important;
}
.current:hover {
color: #fff;
}
#menu li a {
border-bottom: 1px solid #eee;
font-family: "forum";
width: 250px;
padding: 10px;
display: block;
text-decoration: none;
font-size:22px;
text-transform:uppercase;
color: #fff;
opacity:1 !important;
}
#menu li a:hover {
background: #000;
color: #fff;
/*border-bottom: 1px solid #000;*/
}
/* END MENU STUFF =========================== */
.content {
position: absolute;
top: 0px;
left: 400px;
display: none;
z-index: 11;
color:#000;
max-height:650px;
border:thin;
}
.before-slices, #home .after-slices {
display: inline-block;
height: inherit;
text-transform: lowercase;
}
#home .slice {
display: inline-block;
position: relative;
background: #fff;
z-index: inherit;
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
font-weight: bold;
}
#about .slice {
/*background: #fff337;*/
background:#CCF;
}
#Adhiyaana .slice {
background-color: #47bcf2;
}
#commevents .slice {
background-color: #bda0cb;
}
#Contactus .slice {
background-color: #fdb147;
}
#Credits .slice {
background-color: #ff7f50;
}#photoevent .slice{
/*background-color:#ff00ff;*/
background:#693;
}
.endShadow {
box-shadow: none !important;
}
.slices, .vertical, .horizontal {
width: inherit;
height: inherit;
}
.vertical .slice {
height: inherit;
top: 100%;
width: 90px;
z-index:inherit;
}
.horizontal .slice {
position: absolute;
top: 0;
right: 100%;
width: inherit;
height: 90px;
z-index: inherit;
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
font-weight: bold;
text-transform: capitalize;
}
.slice {
position: absolute;
text-transform: lowercase;
}
.left-slices, .right-slices {
height: inherit;
width: 50%;
display: inline-block;
}
.left-slices .slice, .right-slices .slice {
width: inherit;
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
height: 90px;
width: 50%;
font-style: italic;
}
.content h1{
padding-left:350px;
font-family:"bold";
text-transform:uppercase;
}
#ictas{
width:inherit;
height:63px;
padding:0px 15px 0px 591px;
}
#tc{
vertical-align:auto;
width:inherit;
height:108px;
padding:0px 0px 0px 333px;
opacity:1;
}
#homecon{
overflow:auto;
max-height:650px;
}
#homecon p{
text-align:center;
padding:160px 40px 0px 0px;
font-family:"bold" !important;
font-size:28px;
}
#homecon h1{
text-align:center;
padding:0px 300px 0px 400px;
font-family:"bold" !important;
font-size:49px;
}
#aboutcon{
padding:25px 60px 20px 350px;
/*font-family:"forum";
font-size:35px;*/
overflow:auto;
max-height:600px;
}
#aboutcon h1{
padding:0px 10px 0px 100px;
font-family:"anirm";
font-size:32px;
text-align:center;
}
#aboutcon p{
font-family:"bold";
font-size:15px;
}
.row{
padding-left:350px;
}
.eventscon
{
position:relative;
cursor:pointer;
width:250px;
height:300px;
padding:10px 100px 10px 10px;
}
.eventscon img{
position:absolute;
left:0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.eventscon .overimg {
position: absolute;
top: 0;
left: 0;
color: #fff;
z-index: 100;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
transition: all 300ms ease-out;
opacity:1;
width:250px;
height: 250px;
padding: 0px 0px;
}
.eventscon:hover .overimg {
opacity: 1;
background-color:rgba(96, 96, 96,0.9);
}
eventscon:hover {
opacity: 0.1;
}
.eventscon .overtext {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
transition: all 300ms ease-out;
transform: translateY(10px);
-webkit-transform: translateY(10px);
font-family:"masque";
}
.eventscon .title {
font-size: 1em;
text-transform: uppercase;
opacity: 0;
transition-delay: 0.1s;
transition-duration: 0.2s;
color:#fFF;
padding-top: 50px;
padding-left: 20px;
}
.eventscon:hover .title,
.eventscon:focus .title {
opacity: 1;
transform: translateY(40px);
-webkit-transform: translateY(40px);
}
.eventscon .tagline {
font-size: 0.8em;
opacity: 0;
transition-delay: 0.2s;
transition-duration: 0.2s;
font-family:"Comic Sans MS", cursive;
padding-left: 30px;
}
.eventscon:hover .tagline,
.eventscon:focus .tagline {
opacity: 1;
transform: translateX(40px);
-webkit-transform: translateX(40px);
}
/*contact####################################*/
#contactcon{
padding:5px 0px 0px 325px !important ;
}
#contactcon h1{
text-align:left;
padding:0px 0px 0px 20px !important;
font-family:"anirm";
font-size:16px;
}
#contactcon h2{
text-align:left;
padding:10px 0px 0px 15px !important;
font-family:"masque";
font-size:21px;
}
#contactcon h3{
text-align:left;
padding:0px 0px 0px 15px !important;
font-family:"forum";
font-size:45px;
}
#contactcon h5{
text-align:left;
padding:0px 0px 0px 15px !important;
font-family:"forum";
font-size:30px;
}
#images{
padding:5px 0px 0px 325px !important ;
overflow:scroll;
width:300px;
}
#images h1{
text-align:center;
padding:0px 0px 0px 20px !important;
font-family:"anirm";
font-size:16px;
}
#images h2{
text-align:center;
padding:10px 0px 0px 15px !important;
font-family:"masque";
font-size:21px;
}
#images h3{
text-align:center;
padding:0px 0px 0px 15px !important;
font-family:"forum";
font-size:45px;
}
#images h5{
text-align:center;
padding:0px 0px 0px 15px !important;
font-family:"forum";
font-size:30px;
}
.polaorid-images{
padding-left:250px;
overflow:auto;
}
.concre{
padding-left:350px;
padding-top:20px;
overflow:auto;
max-height:550px;
}
.page {
margin: 1em auto;
max-width: 100;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 100%;
}
.box {
padding: 0.5em;
width: 100%;
margin:0.5em;
}
.box-2 {
padding: 0.5em;
width: calc(100%/2 - 1em);
}
.options label,
.options input{
width:4em;
padding:0.5em 1em;
}
.btn{
background:white;
color:black;
border:1px solid black;
padding: 0.5em 1em;
text-decoration:none;
margin:0.8em 0.3em;
display:inline-block;
cursor:pointer;
}
.hide {
display: none;
}
img {
max-width: 100%;
}
| 0.1712 | 0.047647 |
@-moz-document domain(4chan.org) {
img.title,div.boardSubtitle{display:none !important;}
.click-me{display:none !important;}
/* FUCK YOUR ADS SON */
body > div.center, body > form > div.center { display:none !important; }
.click-me { display:none !important; }
#boardNavDesktop {
visibility: hidden;
}
h3 { margin: 0 !important; }
.inline { background-color: rgba(255, 255, 255, 0.02) !important; border: 1px solid rgba(128, 128, 128, 0.5) !important; }
body > #qp { background-color: inherit !important; border: 1px solid rgb(128, 128, 128) !important; padding: 4px !important; }
#qp .post { background: none !important; }
#qp a.forwardlink { text-decoration: none !important; padding-left: 1.25em !important; }
#qp a.forwardlink::before {
content: "@" !important; font-weight: bold !important;
position: absolute !important;
margin-left: -1.25em !important;
}
/* ^^ forward link marker ^^ */
.filesize span:not(:hover) {
visibility: hidden !important;
font-size: 0 !important;
}
.filesize span:not(:hover)::after {
content: attr(title) !important;
visibility: visible !important;
font-size: 13px !important;
}
/* ^^ filename expansion ^^ */
.container > a.backlink { counter-increment: numBacklinks; }
.container > a.backlink::after { content: counter(numBacklinks);
display: inline-block;
vertical-align: sub; font-size: 0.83em !important; margin-bottom: -0.43em !important;
}
/* ^^ backlink counter ^^ */
/* .nameBlock .useremail::before { content: " [" attr(href) "] "; color: brown !important; font-weight: bold; } /*email*/
/* .title, /*logo*/
/* .postForm, /*post area*/
img[src*="support"], hr+div.center, body>div:not([id="globalMessage"])+hr, div.board~hr:last-of-type, .abovePostForm, /*ads*/
:not(*|*) { display: none !important; }
/* no navscroll { padding: 0 5px 0 5px !important; position: fixed !important; } /**/
#absbot { display: none !important; } /*crhide*/
#toggleMsgBtn{display:none !important;}
div.globalMessage.hideMobile{display:none !important;}
div.post div.postInfo span.postNum a {
color: rgb(110, 110, 149);
}
div.navLinks{display:none !important;}
div.postingMode.desktop{display:none !important;}
div.globalMessage.hideMobile h3 {
text-align: center;
}
a.fileThumb img {
image-rendering: optimizeQuality;
}
span.fileText {
margin-left: 5px;
}
abovePostForm {
visibility: none;
}
hr.abovePostForm {
width: 0;
}
div.boardSubtitle {
color: #222;
}
hr {
width: 0;
}
tr.rules td {
}
html, body {
margin: 0;
padding: 0;
}
div.globalMessage.hideMobile {
color: black;
text-align: left;
width: 500px;
border: 1px solid #222;
padding: 5px 20px;
background-color: #222;
clear: both;
margin-left: auto;
margin-right: auto;
}
div.boardTitle {
position: fixed;
top: 0;
width: 100%;
padding: 0 2px 2px;
background-color: #222;
border-bottom: 1px solid #222;
color: #ddd;
text-align: left;
}
img.title {
margin-top: 20px;
}
div.navLinks {
text-align: center;
}
body {
background-image: none;
background-color: #222;
font-family: Arial,sans-serif;
font-size: 12px;
margin: 0;
}
a.quotelink {
color: cornflowerblue;
}
div.board {
border-top: 1px solid #222;
padding-top: 20px;
}
div.thread {
margin-top: 17px;
}
div.pagelist.desktop {
background: #222;
margin-left: 5px;
border: 1px solid #ccc;
}
div.post.reply {
background-color: #222;
padding: 10px 0 15pxpxpxpx;
width: 75%;
margin-left: 20px;
margin-bottom: 0;
clear: both;
float: left;
}
span.summary.desktop {
margin-left: 20px;
}
/* posts */
div.reply {
background:none!important;
background-color: #333!important;
border: 1px solid #444!important;
border-radius:5px!important;
box-shadow:0px 0px 6px black!important;
}
div.op .fileThumb img {
box-shadow:0px 0px 6px black;
}
.sideArrows {
display:none;
}
.postingMode {
font-family: Monospace;
color:#888!important;
background-color:#444844!important;
border-top:1px solid #484a48!important;
border-bottom:1px solid #484a48!important;
}
table.postForm > tbody > tr > td:first-child {
background-color:transparent;
border:0px;
color:#aaa;
vertical-align:top;
}
.postForm textarea, .postForm input, input[type="file"] {
background-color:#444;
border:1px solid #555!important;
border-radius:2px;
padding:2px;
color:#aaa;
box-shadow:0px 0px 6px black;
margin:1px;
}
.globalMessage {
color:#FFD24D!important;
}
/*Makes the comment box bigger*/
textarea{height:10em !important;width:30em !important;}
/*Uncomment to remove lines above/bellow post box, but also remove them between posts.*/
/*hr{display:none;}*/
/*removes the rules and info underneath the post box*/
ul.rules{display:none !important;}
/*oh shit here we go.*/
html, body { background:none !important; background-color:rgb(28, 28, 28) !important; color:rgb(195, 195, 195) !important; }
body a { color:rgb(110, 110, 149) !important; text-decoration:none !important; }
body a:hover { color:rgb(95, 95, 130) !important; text-decoration:none !important; }
hr { opacity:0 !important; }
span.name { color:rgb(124, 45, 45) !important; }
a.useremail span { color:rgb(110, 110, 149) !important; text-decoration:none !important; }
a.useremail:hover span { color:rgb(95, 95, 130) !important; text-decoration:none !important; }
span.postertrip { color:rgb(62, 113, 87) !important; font-weight:bold !important; }
#settingsBox, #theme.panel, #filters.panel, kbd {
width:auto !important;
overflow:hidden !important;
background-color:rgb(35, 35, 35) !important;
border-radius:3px 3px 3px 3px !important;
border:0 !important;
}
.post.reply {
width:100% !important;
min-width:100% !important;
max-width:100% !important;
overflow:hidden !important;
display:block !important;
background-color:rgb(35, 35, 35) !important;
border-radius:3px 3px 3px 3px !important;
border:0 !important;
padding-right:0px !important;
}
.post { color:rgb(195,195,195) !important; }
.replyContainer { width:100% !important; display:block !important; }
.postMessage { overflow:hidden !important; }
table.postForm, #quickReply { width:55% !important; }
table.postForm > tbody > tr > td:first-child {
background-color:rgb(40, 40, 40) !important;
color:rgb(205, 205, 205) !important;
border:0 !important;
width:15% !important;
}
.qrWindow { width:55% !important; }
.qrForm form table { width:100% !important; }
#ft li,
#ft ul,
#options input:not([type='checkbox']):not([type='radio']),
#updater input:not([type='checkbox']):not([type='radio']),
.box-outer,
.boxbar,
.deletebuttons input[value=Delete],
.recaptcha_image_cell > center > #recaptcha_image,
[name='recaptcha_response_field'],
.top-box,
h2,
input:not([type='checkbox']):not([type='radio']),
input:not([type='radio']),
input[type='file'] > input[type='button'],
input[type='submit'],
select,
#settings select,
textarea,
.button-group button
{
background-color:rgb(40, 40, 40) !important;
color:rgb(205, 205, 205) !important;
outline:none !important;
}
.boxcontent input,
.boxcontent input:not([type='checkbox']):not([type='radio']),
.boxcontent input:not([type='radio']),
.boxcontent textarea,
.boxcontent button,
#filter-list select {
-webkit-appearance: none;
-moz-appearance: none;
background-color:rgb(30, 30, 30) !important;
color:rgb(205, 205, 205) !important;
outline:none !important;
border-width:0 !important;
}
input[name="name"], input[name="email"], textarea[name="com"]
{ width:89% !important; }
input[name="sub"]
{ width:70% !important; }
input[type="submit"] { width:19% !important; }
ul.rules { display:none !important; }
form[action="https://sys.4chan.org/b/post"] input[name="email"],
form[action="https://sys.4chan.org/soc/post"] input[name="email"]
{ width:70% !important; }
form[action="https://sys.4chan.org/b/post"] input[type="submit"],
form[action="https://sys.4chan.org/soc/post"] input[type="submit"]
{ width:19% !important; }
.qrWindow { border:0 !important; background-color:rgb(28, 28, 28) !important; }
.qrHeader, .qrMessage { background:none !important; border:0 !important; color:rgb(195, 195, 195) !important; }
#recaptcha_logo, #recaptcha_tagline { display:none !important; }
#quickReply { width:60% !important; }
#quickReply form .postForm { width:100% !important; padding-left:15px !important; padding-bottom:5px !important; }
#qrHeader, #qrepHeader, div.postHover { background-color:rgb(25, 25, 25) !important; color:rgb(195, 195, 195) !important; border:none !important; }
.postForm td label { display:none !important; }
.postForm td span.desktop { opacity:0 !important; }
.postarea td small, .postarea td.rules { color:#aaa !important; }
.postarea form td:not(.postblock):not(.rules) { color:rgba(0,0,0,0) !important; }
td[style="padding: 10px 7px 7px 7px;"] { background:none !important; }
td[style="padding: 18px 7px 18px 7px;"], td[style="padding: 4px 7px 12px 7px;"] { display:none !important; }
.postarea form[name^='post'] {
top: auto;
left: auto;
bottom: -4px;
margin: 0 !important;
z-index: 5;
}
.postNum a { color:rgb(195, 195, 195) !important; }
.postNum a:hover { color:rgb(245, 245, 245) !important; }
.capcode.id_mod:hover { color:rgb(128, 0, 128) !important }
a.replylink { color:rgb(110, 110, 149) !important; }
a.replylink:hover { color:rgb(95, 95, 130) !important; }
hr { border-color:#000 !important; }
.subject { color:rgb(170, 170, 170) !important; }
.abbr, .sideArrows { color:rgb(100, 100, 100) !important; }
.fileText { color:rgb(100, 100, 100) !important; font-style:italic !important; }
.postingMode { background:none !important; }
.boardTitle, .boardSubtitle { color:rgb(205, 205, 205) !important; }
span.capcodeAdmin * { color:#f00 !important; }
span.capcodeMod * { color:#808 !important; }
.pages strong { color:rgb(205, 205, 205) !important; }
.pagelist strong a { color:rgb(205, 205, 205) !important; }
.pagelist, table.pages {
background:none !important;
background-color:rgb(40, 40, 40) !important;
color:rgb(80, 80, 80) !important;
border:0 !important;
border-radius:3px 3px 3px 3px !important;
}
td[align="left"] table.pages { width:70% !important; }
table.pages input[type="submit"] { width:70% !important; }
table.pages td { color:rgb(80, 80, 80) !important; }
.next form input, .prev form input { width:75px !important; }
#boardNavDesktopFoot, #boardNavDesktop, #absbot { color:rgb(195, 195, 195) !important; }
#boardNavDesktopFoot, #boardNavDesktop { font-size:13px !important; }
#announce { display:none !important; }
.menubutton { background:none !important; }
#recent-images li { background:none !important; }
li.current a { color:rgb(205, 205, 205) !important; }
#preview-tooltip-ws { display:none !important; }
.yui-u.first, .yui-u { border:none !important; width:100% !important; }
#logo { background:url('http://i.imgur.com/ehNel2V.jpg') no-repeat center !important; }
.prettyprint { background:none !important; }
.prettyprint span { color:rgb(195, 195, 195) !important; }
#disclaimer-dialog { background-color:rgb(35,35,35) !important; }
.yui-icon.warnicon, .container-close { display:none !important; }
#disclaimer-dialog .hd { background-color:rgb(35,35,35) !important; }
.content h3, h3 {
font-size:120% !important;
background:none !important;
color:rgb(195, 195, 195) !important;
border:0 !important;
}
.content { color:rgb(195, 195, 195) !important; }
.boxcontent, .boxcontent ul, .boxcontent dl dt { color:rgb(195, 195, 195) !important; }
.boxcontent dd { border:none !important; padding-bottom:5px !important; }
.boxcontent { font-size:13px !important; }
span[style="color:#000080"] { color:rgb(195, 195, 195) !important; }
.boxbar h2 a, .boxbar h2 a:hover { color:rgb(195, 195, 195) !important; }
.boxcontent h3 a, .boxcontent h3 a:hover { color:rgb(195, 195, 195) !important; }
.post.op { display:block !important; }
.sideArrows { display:none !important; }
h3[style="text-decoration: underline; display: inline;"] { text-decoration:none !important; }
#first-run { background:none !important; color:rgb(195, 195, 195) !important; border:none !important; }
.threadWatcher, #twHeader, .extPanel.reply { background-color:rgb(25, 25, 25) !important; color:rgb(195, 195, 195) !important; border:none !important; }
div.panelHeader { border:none !important; }
.preview { background-color:rgb(35, 35, 35) !important; color:rgb(195, 195, 195) !important; border:none !important; }
.passNotice { display:none !important; }
tr td .desktop { display:none !important; }
#captchaFormPart td { height:auto !important; }
table td.postblock {
background-color:rgb(40, 40, 40) !important;
color:rgb(205, 205, 205) !important;
outline:none !important;
border-width:0 !important;
}
#header, #navbot, #navbotr { font-size:13px !important; color:rgb(195, 195, 195) !important; }
.logo { color:rgb(195, 195, 195) !important; }
table.flashListing tr:nth-of-type(2n+1), .highlightPost {
background:none !important;
}
div.closed { display:none !important; }
.btn-wrap .button { color:rgb(110, 110, 149) !important; text-decoration:none !important; }
.btn-wrap .button:hover { color:rgb(95, 95, 130) !important; text-decoration:none !important; }
.cataloglink { border:none !important; }
.deadlink, span.quote { color:rgb(120, 153, 34) !important; }
.shown { color:rgb(195, 195, 195) !important; }
.hand:hover { color:rgb(195, 195, 195) !important; }
hr { background-color:rgb(0,0,0) !important; }
#ft ul { height:12px !important; border-top:2px solid rgb(40, 40, 40) !important; }
p[style="font-size: large; color: red; text-align: center;"],
span[style="font-size: 14pt; color: red; font-weight: bold;"]
{ color:rgb(195, 195, 195) !important; }
div.boardBanner > img { border:1px solid rgb(195, 195, 195) !important; }
.middlead.center, .topad.center, .bottomad.center { display:none !important; }
.thread.post-hidden .replyContainer { display:none !important; }
.pages.depagelink { display:none !important; }
#errmsg { color:rgb(195, 195, 195) !important; }
.postarea[align="center"] table[border="0"] { width:50% !important; }
.postarea[align="center"] table[border="0"] form { text-align:center !important; }
.postarea[align="center"] table[border="0"] form table { width:100% !important; }
span[style="color: red;"] { color:rgb(80, 80, 80) !important; }
span[style="color: rgb(204,87,17);"] { color:rgb(195, 195, 195) !important; }
img[alt="4chan"] { margin-top:15px !important; border:1px solid rgb(195, 195, 195) !important; }
.yui-skin-sam .yuimenu .bd { background-color:rgb(50,50,50) !important; }
.yuimenuitemlabel, .yuimenuitemlabel:hover { color:rgb(230,230,230) !important; }
.yuimenuitem:hover { background-color:rgb(30,30,30) !important; }
/*floating nav footer*/
#boardNavDesktopFoot {
display: block;
position: fixed;
bottom: 0px;
left: 0px;
background: #222;
width: 100%;
border-top: 1px solid #444;
padding-top: 0px !important;
height: 30px !important;
}
.bottomCtrl { width:100% !important; }
.deleteform { width:45% !important; }
input[value="Report"] { display:none !important; }
/* Displays post number */
body{counter-reset:posts;}
div.reply{counter-increment: posts;}
div.reply div.postInfo:after{
float: right;
font-size: 10px !important;
color: white;
opacity: 0.4;
margin-left: 4px;
padding: 2px;
content: "Shitpost #"counter(posts);
}
div.reply div.reply div.postInfo:after, div.op > div.postInfo:after{display:none;}
}
|
data/usercss/91962.user.css
|
@-moz-document domain(4chan.org) {
img.title,div.boardSubtitle{display:none !important;}
.click-me{display:none !important;}
/* FUCK YOUR ADS SON */
body > div.center, body > form > div.center { display:none !important; }
.click-me { display:none !important; }
#boardNavDesktop {
visibility: hidden;
}
h3 { margin: 0 !important; }
.inline { background-color: rgba(255, 255, 255, 0.02) !important; border: 1px solid rgba(128, 128, 128, 0.5) !important; }
body > #qp { background-color: inherit !important; border: 1px solid rgb(128, 128, 128) !important; padding: 4px !important; }
#qp .post { background: none !important; }
#qp a.forwardlink { text-decoration: none !important; padding-left: 1.25em !important; }
#qp a.forwardlink::before {
content: "@" !important; font-weight: bold !important;
position: absolute !important;
margin-left: -1.25em !important;
}
/* ^^ forward link marker ^^ */
.filesize span:not(:hover) {
visibility: hidden !important;
font-size: 0 !important;
}
.filesize span:not(:hover)::after {
content: attr(title) !important;
visibility: visible !important;
font-size: 13px !important;
}
/* ^^ filename expansion ^^ */
.container > a.backlink { counter-increment: numBacklinks; }
.container > a.backlink::after { content: counter(numBacklinks);
display: inline-block;
vertical-align: sub; font-size: 0.83em !important; margin-bottom: -0.43em !important;
}
/* ^^ backlink counter ^^ */
/* .nameBlock .useremail::before { content: " [" attr(href) "] "; color: brown !important; font-weight: bold; } /*email*/
/* .title, /*logo*/
/* .postForm, /*post area*/
img[src*="support"], hr+div.center, body>div:not([id="globalMessage"])+hr, div.board~hr:last-of-type, .abovePostForm, /*ads*/
:not(*|*) { display: none !important; }
/* no navscroll { padding: 0 5px 0 5px !important; position: fixed !important; } /**/
#absbot { display: none !important; } /*crhide*/
#toggleMsgBtn{display:none !important;}
div.globalMessage.hideMobile{display:none !important;}
div.post div.postInfo span.postNum a {
color: rgb(110, 110, 149);
}
div.navLinks{display:none !important;}
div.postingMode.desktop{display:none !important;}
div.globalMessage.hideMobile h3 {
text-align: center;
}
a.fileThumb img {
image-rendering: optimizeQuality;
}
span.fileText {
margin-left: 5px;
}
abovePostForm {
visibility: none;
}
hr.abovePostForm {
width: 0;
}
div.boardSubtitle {
color: #222;
}
hr {
width: 0;
}
tr.rules td {
}
html, body {
margin: 0;
padding: 0;
}
div.globalMessage.hideMobile {
color: black;
text-align: left;
width: 500px;
border: 1px solid #222;
padding: 5px 20px;
background-color: #222;
clear: both;
margin-left: auto;
margin-right: auto;
}
div.boardTitle {
position: fixed;
top: 0;
width: 100%;
padding: 0 2px 2px;
background-color: #222;
border-bottom: 1px solid #222;
color: #ddd;
text-align: left;
}
img.title {
margin-top: 20px;
}
div.navLinks {
text-align: center;
}
body {
background-image: none;
background-color: #222;
font-family: Arial,sans-serif;
font-size: 12px;
margin: 0;
}
a.quotelink {
color: cornflowerblue;
}
div.board {
border-top: 1px solid #222;
padding-top: 20px;
}
div.thread {
margin-top: 17px;
}
div.pagelist.desktop {
background: #222;
margin-left: 5px;
border: 1px solid #ccc;
}
div.post.reply {
background-color: #222;
padding: 10px 0 15pxpxpxpx;
width: 75%;
margin-left: 20px;
margin-bottom: 0;
clear: both;
float: left;
}
span.summary.desktop {
margin-left: 20px;
}
/* posts */
div.reply {
background:none!important;
background-color: #333!important;
border: 1px solid #444!important;
border-radius:5px!important;
box-shadow:0px 0px 6px black!important;
}
div.op .fileThumb img {
box-shadow:0px 0px 6px black;
}
.sideArrows {
display:none;
}
.postingMode {
font-family: Monospace;
color:#888!important;
background-color:#444844!important;
border-top:1px solid #484a48!important;
border-bottom:1px solid #484a48!important;
}
table.postForm > tbody > tr > td:first-child {
background-color:transparent;
border:0px;
color:#aaa;
vertical-align:top;
}
.postForm textarea, .postForm input, input[type="file"] {
background-color:#444;
border:1px solid #555!important;
border-radius:2px;
padding:2px;
color:#aaa;
box-shadow:0px 0px 6px black;
margin:1px;
}
.globalMessage {
color:#FFD24D!important;
}
/*Makes the comment box bigger*/
textarea{height:10em !important;width:30em !important;}
/*Uncomment to remove lines above/bellow post box, but also remove them between posts.*/
/*hr{display:none;}*/
/*removes the rules and info underneath the post box*/
ul.rules{display:none !important;}
/*oh shit here we go.*/
html, body { background:none !important; background-color:rgb(28, 28, 28) !important; color:rgb(195, 195, 195) !important; }
body a { color:rgb(110, 110, 149) !important; text-decoration:none !important; }
body a:hover { color:rgb(95, 95, 130) !important; text-decoration:none !important; }
hr { opacity:0 !important; }
span.name { color:rgb(124, 45, 45) !important; }
a.useremail span { color:rgb(110, 110, 149) !important; text-decoration:none !important; }
a.useremail:hover span { color:rgb(95, 95, 130) !important; text-decoration:none !important; }
span.postertrip { color:rgb(62, 113, 87) !important; font-weight:bold !important; }
#settingsBox, #theme.panel, #filters.panel, kbd {
width:auto !important;
overflow:hidden !important;
background-color:rgb(35, 35, 35) !important;
border-radius:3px 3px 3px 3px !important;
border:0 !important;
}
.post.reply {
width:100% !important;
min-width:100% !important;
max-width:100% !important;
overflow:hidden !important;
display:block !important;
background-color:rgb(35, 35, 35) !important;
border-radius:3px 3px 3px 3px !important;
border:0 !important;
padding-right:0px !important;
}
.post { color:rgb(195,195,195) !important; }
.replyContainer { width:100% !important; display:block !important; }
.postMessage { overflow:hidden !important; }
table.postForm, #quickReply { width:55% !important; }
table.postForm > tbody > tr > td:first-child {
background-color:rgb(40, 40, 40) !important;
color:rgb(205, 205, 205) !important;
border:0 !important;
width:15% !important;
}
.qrWindow { width:55% !important; }
.qrForm form table { width:100% !important; }
#ft li,
#ft ul,
#options input:not([type='checkbox']):not([type='radio']),
#updater input:not([type='checkbox']):not([type='radio']),
.box-outer,
.boxbar,
.deletebuttons input[value=Delete],
.recaptcha_image_cell > center > #recaptcha_image,
[name='recaptcha_response_field'],
.top-box,
h2,
input:not([type='checkbox']):not([type='radio']),
input:not([type='radio']),
input[type='file'] > input[type='button'],
input[type='submit'],
select,
#settings select,
textarea,
.button-group button
{
background-color:rgb(40, 40, 40) !important;
color:rgb(205, 205, 205) !important;
outline:none !important;
}
.boxcontent input,
.boxcontent input:not([type='checkbox']):not([type='radio']),
.boxcontent input:not([type='radio']),
.boxcontent textarea,
.boxcontent button,
#filter-list select {
-webkit-appearance: none;
-moz-appearance: none;
background-color:rgb(30, 30, 30) !important;
color:rgb(205, 205, 205) !important;
outline:none !important;
border-width:0 !important;
}
input[name="name"], input[name="email"], textarea[name="com"]
{ width:89% !important; }
input[name="sub"]
{ width:70% !important; }
input[type="submit"] { width:19% !important; }
ul.rules { display:none !important; }
form[action="https://sys.4chan.org/b/post"] input[name="email"],
form[action="https://sys.4chan.org/soc/post"] input[name="email"]
{ width:70% !important; }
form[action="https://sys.4chan.org/b/post"] input[type="submit"],
form[action="https://sys.4chan.org/soc/post"] input[type="submit"]
{ width:19% !important; }
.qrWindow { border:0 !important; background-color:rgb(28, 28, 28) !important; }
.qrHeader, .qrMessage { background:none !important; border:0 !important; color:rgb(195, 195, 195) !important; }
#recaptcha_logo, #recaptcha_tagline { display:none !important; }
#quickReply { width:60% !important; }
#quickReply form .postForm { width:100% !important; padding-left:15px !important; padding-bottom:5px !important; }
#qrHeader, #qrepHeader, div.postHover { background-color:rgb(25, 25, 25) !important; color:rgb(195, 195, 195) !important; border:none !important; }
.postForm td label { display:none !important; }
.postForm td span.desktop { opacity:0 !important; }
.postarea td small, .postarea td.rules { color:#aaa !important; }
.postarea form td:not(.postblock):not(.rules) { color:rgba(0,0,0,0) !important; }
td[style="padding: 10px 7px 7px 7px;"] { background:none !important; }
td[style="padding: 18px 7px 18px 7px;"], td[style="padding: 4px 7px 12px 7px;"] { display:none !important; }
.postarea form[name^='post'] {
top: auto;
left: auto;
bottom: -4px;
margin: 0 !important;
z-index: 5;
}
.postNum a { color:rgb(195, 195, 195) !important; }
.postNum a:hover { color:rgb(245, 245, 245) !important; }
.capcode.id_mod:hover { color:rgb(128, 0, 128) !important }
a.replylink { color:rgb(110, 110, 149) !important; }
a.replylink:hover { color:rgb(95, 95, 130) !important; }
hr { border-color:#000 !important; }
.subject { color:rgb(170, 170, 170) !important; }
.abbr, .sideArrows { color:rgb(100, 100, 100) !important; }
.fileText { color:rgb(100, 100, 100) !important; font-style:italic !important; }
.postingMode { background:none !important; }
.boardTitle, .boardSubtitle { color:rgb(205, 205, 205) !important; }
span.capcodeAdmin * { color:#f00 !important; }
span.capcodeMod * { color:#808 !important; }
.pages strong { color:rgb(205, 205, 205) !important; }
.pagelist strong a { color:rgb(205, 205, 205) !important; }
.pagelist, table.pages {
background:none !important;
background-color:rgb(40, 40, 40) !important;
color:rgb(80, 80, 80) !important;
border:0 !important;
border-radius:3px 3px 3px 3px !important;
}
td[align="left"] table.pages { width:70% !important; }
table.pages input[type="submit"] { width:70% !important; }
table.pages td { color:rgb(80, 80, 80) !important; }
.next form input, .prev form input { width:75px !important; }
#boardNavDesktopFoot, #boardNavDesktop, #absbot { color:rgb(195, 195, 195) !important; }
#boardNavDesktopFoot, #boardNavDesktop { font-size:13px !important; }
#announce { display:none !important; }
.menubutton { background:none !important; }
#recent-images li { background:none !important; }
li.current a { color:rgb(205, 205, 205) !important; }
#preview-tooltip-ws { display:none !important; }
.yui-u.first, .yui-u { border:none !important; width:100% !important; }
#logo { background:url('http://i.imgur.com/ehNel2V.jpg') no-repeat center !important; }
.prettyprint { background:none !important; }
.prettyprint span { color:rgb(195, 195, 195) !important; }
#disclaimer-dialog { background-color:rgb(35,35,35) !important; }
.yui-icon.warnicon, .container-close { display:none !important; }
#disclaimer-dialog .hd { background-color:rgb(35,35,35) !important; }
.content h3, h3 {
font-size:120% !important;
background:none !important;
color:rgb(195, 195, 195) !important;
border:0 !important;
}
.content { color:rgb(195, 195, 195) !important; }
.boxcontent, .boxcontent ul, .boxcontent dl dt { color:rgb(195, 195, 195) !important; }
.boxcontent dd { border:none !important; padding-bottom:5px !important; }
.boxcontent { font-size:13px !important; }
span[style="color:#000080"] { color:rgb(195, 195, 195) !important; }
.boxbar h2 a, .boxbar h2 a:hover { color:rgb(195, 195, 195) !important; }
.boxcontent h3 a, .boxcontent h3 a:hover { color:rgb(195, 195, 195) !important; }
.post.op { display:block !important; }
.sideArrows { display:none !important; }
h3[style="text-decoration: underline; display: inline;"] { text-decoration:none !important; }
#first-run { background:none !important; color:rgb(195, 195, 195) !important; border:none !important; }
.threadWatcher, #twHeader, .extPanel.reply { background-color:rgb(25, 25, 25) !important; color:rgb(195, 195, 195) !important; border:none !important; }
div.panelHeader { border:none !important; }
.preview { background-color:rgb(35, 35, 35) !important; color:rgb(195, 195, 195) !important; border:none !important; }
.passNotice { display:none !important; }
tr td .desktop { display:none !important; }
#captchaFormPart td { height:auto !important; }
table td.postblock {
background-color:rgb(40, 40, 40) !important;
color:rgb(205, 205, 205) !important;
outline:none !important;
border-width:0 !important;
}
#header, #navbot, #navbotr { font-size:13px !important; color:rgb(195, 195, 195) !important; }
.logo { color:rgb(195, 195, 195) !important; }
table.flashListing tr:nth-of-type(2n+1), .highlightPost {
background:none !important;
}
div.closed { display:none !important; }
.btn-wrap .button { color:rgb(110, 110, 149) !important; text-decoration:none !important; }
.btn-wrap .button:hover { color:rgb(95, 95, 130) !important; text-decoration:none !important; }
.cataloglink { border:none !important; }
.deadlink, span.quote { color:rgb(120, 153, 34) !important; }
.shown { color:rgb(195, 195, 195) !important; }
.hand:hover { color:rgb(195, 195, 195) !important; }
hr { background-color:rgb(0,0,0) !important; }
#ft ul { height:12px !important; border-top:2px solid rgb(40, 40, 40) !important; }
p[style="font-size: large; color: red; text-align: center;"],
span[style="font-size: 14pt; color: red; font-weight: bold;"]
{ color:rgb(195, 195, 195) !important; }
div.boardBanner > img { border:1px solid rgb(195, 195, 195) !important; }
.middlead.center, .topad.center, .bottomad.center { display:none !important; }
.thread.post-hidden .replyContainer { display:none !important; }
.pages.depagelink { display:none !important; }
#errmsg { color:rgb(195, 195, 195) !important; }
.postarea[align="center"] table[border="0"] { width:50% !important; }
.postarea[align="center"] table[border="0"] form { text-align:center !important; }
.postarea[align="center"] table[border="0"] form table { width:100% !important; }
span[style="color: red;"] { color:rgb(80, 80, 80) !important; }
span[style="color: rgb(204,87,17);"] { color:rgb(195, 195, 195) !important; }
img[alt="4chan"] { margin-top:15px !important; border:1px solid rgb(195, 195, 195) !important; }
.yui-skin-sam .yuimenu .bd { background-color:rgb(50,50,50) !important; }
.yuimenuitemlabel, .yuimenuitemlabel:hover { color:rgb(230,230,230) !important; }
.yuimenuitem:hover { background-color:rgb(30,30,30) !important; }
/*floating nav footer*/
#boardNavDesktopFoot {
display: block;
position: fixed;
bottom: 0px;
left: 0px;
background: #222;
width: 100%;
border-top: 1px solid #444;
padding-top: 0px !important;
height: 30px !important;
}
.bottomCtrl { width:100% !important; }
.deleteform { width:45% !important; }
input[value="Report"] { display:none !important; }
/* Displays post number */
body{counter-reset:posts;}
div.reply{counter-increment: posts;}
div.reply div.postInfo:after{
float: right;
font-size: 10px !important;
color: white;
opacity: 0.4;
margin-left: 4px;
padding: 2px;
content: "Shitpost #"counter(posts);
}
div.reply div.reply div.postInfo:after, div.op > div.postInfo:after{display:none;}
}
| 0.248899 | 0.063628 |
ul{list-style: none;margin: 0;padding: 0;}
body{font-family: "Hiragino Sans GB","Microsoft YaHei",sans-serif;font-size: 14px;}
p{margin: 0;}
.logoColor{color: #64a131;}
.pageColor{color:#555; }
/*a.pageColor:hover{outline: none;color: #555;text-decoration: none;}*/
.pdl{padding-left: 10px ;text-align: left !important;}
.step{height: 8px;}
.step td{padding-top:0 !important;}
dl{margin: 0;}
.noborderRight{border-right: 0 !important;}
/*个人信息*/
.main .member-tabmenu{border: 1px solid #ddd;overflow: hidden;width: 760px;}
.main .member-tabmenu ul li{float: left;}
.main .member-tabmenu ul li.member-info{background: #64a131;padding: 12px 20px;}
.main .member-tabmenu ul li.member-info div{float: left;}
.main .member-tabmenu ul li.member-info .face-img{width: 104px;position: relative;margin-right: 26px;}
.main .member-tabmenu ul li.member-info .face-img img{width: 104px;border-radius: 50%;margin-bottom: 10px;height: 104px;}
.main .member-tabmenu ul li.member-info .face-img .member-levels {position: absolute;bottom: 32px;right: 2px;width: 29px;height: 29px;background: url("../images/common/icons.png") no-repeat -512px -473px;}
.main .member-tabmenu ul li.member-info .face-img a{text-align: center;text-decoration: underline;color: #fff;margin-left: 10px;}
.main .member-tabmenu ul li.member-info .member-content{padding-top: 6px;width: 132px;overflow: hidden;}
.main .member-tabmenu ul li.member-info .member-content p{color: #fff;font-size: 14px;}
.main .member-tabmenu ul li.member-info .member-content .member-name{font-size: 15px;font-weight: bold;margin-bottom: 18px;width: 132px;overflow: hidden; white-space:nowrap;text-overflow: ellipsis;}
.main .member-tabmenu ul li.member-content{border-right: 1px solid #ddd;padding:0 30px;margin-top: 34px;}
/*.main .member-tabmenu ul li.member-content{*width: 123px;}*/
.main .member-tabmenu ul li.member-content:last-child{border-right: none;}
.main .member-tabmenu ul li.member-content p{font-size: 18px;color: #64a131;padding-bottom: 8px;}
.main .member-tabmenu ul li.member-content a{font-size: 16px;color: #64a131;}
.main .member-tabmenu ul li.member-content p.digit{color: #555;}
/*浏览记录*/
.look-history {position: relative;}
.look-history .scrollbar ul li.looked {border-bottom: 1px solid #64a131;}
.look-history .scrollbar ul li {padding-top: 10px;padding-bottom: 10px;line-height: 24px;font-family: "Hiragino Sans GB","Microsoft YaHei",sans-serif;color: #555555;cursor: pointer;}
.look-history .scrollbar ul li p {padding-right: 10px;border-right: 1px solid #ccc;font-size: 12px;}
.look-history .scrollbar ul li p.p-noborder { padding-left: 10px;border: none;}
.look-history .wrap {border: 1px solid #dddddd;}
.look-history .frame {overflow: hidden;height: 198px;width: 670px;margin: 0 auto;}
.look-history .frame ul.slidee li {float: left;margin: 14px 4px;}
.look-history .frame ul.slidee li a{display: block;width: 126px;text-decoration: none;}
.look-history .frame ul.slidee li a:hover {box-shadow: 0 0 8px rgba(0,0,0,.25);}
.look-history .frame ul.slidee li>a img {width: 100%;}
.look-history .frame ul.slidee li p.history-name {padding-left: 3px;padding-right: 3px;font-size: 12px;font-family: "Hiragino Sans GB","Microsoft YaHei",sans-serif;color: #555555;margin-top: 8px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.look-history .frame ul.slidee li p.history-price {padding-left: 3px;padding-right: 3px;font-size: 12px;font-family: "Hiragino Sans GB","Microsoft YaHei",sans-serif;color: #b0b0b0;margin-bottom: 3px;}
.look-history .prev {position: absolute;top: 130px;left: 12px;cursor: pointer;}
.look-history .prev div {width: 12px;height: 22px; background: url(../images/common/icons.png) no-repeat -127px -155px;}
.look-history .next {position: absolute;top: 130px;right: 20px;cursor: pointer;}
.look-history .next div {width: 12px;height: 22px;background: url(../images/common/icons.png) no-repeat -127px -225px;}
/*最近订单 */
.main .order-detail h6{font-size: 16px;color: #555;padding-left: 0;}
.main .tabmenu .order-selection{position: absolute;right: 0;bottom:8px;}
.main .tabmenu .order-selection .inpSel {position: relative;width: 160px;height: 30px;padding: 0 10px;margin: 0 15px 0 0;background: url("../images/selbg.png") no-repeat right 0;border: 1px solid #ddd;color: #555;line-height: 30px;}
.main .tabmenu .order-selection .inpSel span {display: inline-block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 30px;}
.main .tabmenu .order-selection .inpSel ul {display: none;position: absolute;top: 29px;left: -1px;width: 160px;*width: 180px;max-height: 210px;overflow: auto;background: #eee;border: 1px solid #ddd;box-shadow: 0 5px 5px rgba(175,175,175,0.75);}
.main .tabmenu .order-selection .inpSel ul li {padding: 0 10px;height: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.main .tabmenu .order-selection .inpSel ul li:hover, .main .tabmenu .order-selection .inpSel ul li.cur {background: #64a131;color: #fff;}
.main .tabmenu .order-selection .inpSel.act{border-color: #64a131;border-width: 1px;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.025),0 0 8px rgba(100,161,49,0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,0.025),0 0 8px rgba(100,161,49,0.6);}
/*订单列表*/
.main .order-detail table {width: 100%;font-size: 14px;margin-bottom: 8px;}
.main .order-detail table .order-nav{border:1px solid #ddd;width: 100%;height: 38px;background:#f1f1f1;margin-bottom: 8px;}
.main .order-detail table .order-nav th{color: #999;font-size: 14px;font-weight: normal;line-height: 38px;text-align: center;}
.main .order-detail table tbody tr.shop-list{border:1px solid #ddd;}
.main .order-detail table tbody tr.shop-list .shop-info{*border-left: 1px solid #ddd;}
.main .order-detail table tbody tr td.detail{padding: 8px 0;border:1px solid #ddd;background: #f1f1f1;text-align: left;}
.main .order-detail table tbody tr td .order-time{padding-right: 34px;padding-left:8px;color:#555;font-size: 14px;}
.main .order-detail table tbody tr td ul li{float: left;padding-top: 0;}
.main .order-detail table tbody tr td ul li.shop-img{width: 130px;padding:0 10px 8px;}
.main .order-detail table tbody tr td ul li.shop-img img{width: 100%;}
.main .order-detail table tbody tr td ul li.shop-character{padding-right: 10px;width: 220px;*width: 203px;text-align: left;}
.main .order-detail table tbody tr td ul li.shop-character a{color: #555;text-decoration: none;font-size: 14px;}
.main .order-detail table tbody tr td.member-border{border-right: 1px solid #ddd;}
.main .order-detail table tbody tr td{vertical-align: top;padding-top: 20px;text-align: center;*border-bottom: 1px solid #ddd;}
.main .order-detail table tbody tr td p a{display: block;color:#64a131;height:24px;text-decoration: none;}
.main .order-detail table tbody tr td.commodity p a{color: #555;}
.main .order-detail table .order-nav th.pdl{width: 364px;}
.shop-price{width: 62px;}
.shop-number{width: 33px;}
.shop-action{width: 67px}
.shop-pocket{width: 96px}
.shop-status{width: 68px;}
.shop-operation{width: 70px;}
/*物流悬停*/
.main .order-detail table tbody tr td.location{position: relative;*z-index: 2;}
.main .order-detail table tbody tr td .logistics-search{display:none;position: absolute;top:60px;right: 0;padding-top: 10px;background: url(../images/common/icons.png) no-repeat -332px -1113px;*background: url(../images/common/icons.png) no-repeat -327px -681px;z-index: 100;}
.main .order-detail table tbody tr td .logistics-search .logistics-content{background:#f0f5eb;padding: 12px;min-width: 245px;*min-width: 226px;}
.main .order-detail table tbody tr td .logistics-search p{font-size: 14px;color: #555;text-align: left;line-height: 30px;}
/*翻页*/
.main .btn-toolbar {width: 760px;margin-left: 0px;background-color: #f1f1f1;}
.main .btn-toolbar .page-content {text-align:center;margin: 0 auto;padding:6px 0;}
.main .btn-toolbar .page-content .last {width: 65px;margin-left: 10px;display: inline-block;}
.main .btn-toolbar .page-content .pagenum {margin-top: 3px;display: inline-block;}
.main .btn-toolbar .page-content .pagenum a {display: inline-block;height: 26px;margin:0 8px;font-size: 14px;font-family: 'Hiragino Sans GB','Microsoft YaHei',sans-serif;line-height: 26px;text-align: center;color: #555555;text-decoration: none;
}
.main .btn-toolbar .page-content .next {margin-right: 10px;width: 65px;display: inline-block;}
.btn-toolbar .page-content .last a, .btn-toolbar .page-content .next a {display: inline-block;width: 65px;height: 20px;font-size: 14px;line-height: 20px;margin-top: 5px;font-family: 'Hiragino Sans GB','Microsoft YaHei',sans-serif;color: #555555;cursor: pointer;}
.main .btn-toolbar .page-content .pagenum a:hover , .btn-toolbar .page-content .last a:hover, .btn-toolbar .page-content .next a:hover {color: #64a131;text-decoration: underline;}
.main .btn-toolbar .page-content .pagenum a.cur {min-width: 26px;border-radius: 13px;padding:0 3px;height: 26px;line-height: 28px\9\0;color: #ffffff;background: #64a131;}
.main .btn-toolbar .page-content .pagenum a.cur:hover{text-decoration: none;}
/*查看订单-订单信息*/
.main h6{font-size: 14px;color: #999;padding-left: 10px;}
.main h6 span{color:#64a131;}
.main .receive-info{width: 100%;margin-bottom: 12px;}
.main .receive-info dl{border:1px solid #ddd;}
.main .receive-info dl dt{color: #555;font-size: 14px;background: #f1f1f1;height: 28px;line-height: 28px;border-bottom:1px solid #ddd;padding-left: 10px;}
.main .receive-info dl dd{padding-left: 10px;line-height: 30px;color:#555;}
.main .receive-info dl dd.receive-common{padding-top: 10px;}
/*总价*/
.main .total ul{padding-right: 14px;padding-top: 16px;border-bottom:1px solid #ddd;}
.main .total ul li{text-align: right;color: #555;line-height: 30px;}
.main .total .extra{padding-right: 14px;text-align: right;line-height: 30px;color:#555;}
/*edit by rose 20150906*/
.main .member-tabmenu ul li.member-info .face-img .member-levels.v0{background:url(../images/vip_0.png) no-repeat 0 0;}
.main .member-tabmenu ul li.member-info .face-img .member-levels.v1{background:url(../images/vip_1.png) no-repeat 0 0;}
.main .member-tabmenu ul li.member-info .face-img .member-levels.v2{background:url(../images/vip_2.png) no-repeat 0 0;}
.main .member-tabmenu ul li.member-info .face-img .member-levels.v3{background:url(../images/vip_3.png) no-repeat 0 0;}
.main .member-tabmenu ul li.member-info .face-img .member-levels.v4{background:url(../images/vip_4.png) no-repeat 0 0;}
.main .member-tabmenu ul li.member-info .face-img .member-levels.v5{background:url(../images/vip_5.png) no-repeat center 0; width:33px;}
.look-history{height:245px;}
.look-history .look-history-con{height:200px; border:1px solid #ddd;}
.look-history .wrap{border:none;}
|
public/static/Reception/Css/usercenter-order.css
|
ul{list-style: none;margin: 0;padding: 0;}
body{font-family: "Hiragino Sans GB","Microsoft YaHei",sans-serif;font-size: 14px;}
p{margin: 0;}
.logoColor{color: #64a131;}
.pageColor{color:#555; }
/*a.pageColor:hover{outline: none;color: #555;text-decoration: none;}*/
.pdl{padding-left: 10px ;text-align: left !important;}
.step{height: 8px;}
.step td{padding-top:0 !important;}
dl{margin: 0;}
.noborderRight{border-right: 0 !important;}
/*个人信息*/
.main .member-tabmenu{border: 1px solid #ddd;overflow: hidden;width: 760px;}
.main .member-tabmenu ul li{float: left;}
.main .member-tabmenu ul li.member-info{background: #64a131;padding: 12px 20px;}
.main .member-tabmenu ul li.member-info div{float: left;}
.main .member-tabmenu ul li.member-info .face-img{width: 104px;position: relative;margin-right: 26px;}
.main .member-tabmenu ul li.member-info .face-img img{width: 104px;border-radius: 50%;margin-bottom: 10px;height: 104px;}
.main .member-tabmenu ul li.member-info .face-img .member-levels {position: absolute;bottom: 32px;right: 2px;width: 29px;height: 29px;background: url("../images/common/icons.png") no-repeat -512px -473px;}
.main .member-tabmenu ul li.member-info .face-img a{text-align: center;text-decoration: underline;color: #fff;margin-left: 10px;}
.main .member-tabmenu ul li.member-info .member-content{padding-top: 6px;width: 132px;overflow: hidden;}
.main .member-tabmenu ul li.member-info .member-content p{color: #fff;font-size: 14px;}
.main .member-tabmenu ul li.member-info .member-content .member-name{font-size: 15px;font-weight: bold;margin-bottom: 18px;width: 132px;overflow: hidden; white-space:nowrap;text-overflow: ellipsis;}
.main .member-tabmenu ul li.member-content{border-right: 1px solid #ddd;padding:0 30px;margin-top: 34px;}
/*.main .member-tabmenu ul li.member-content{*width: 123px;}*/
.main .member-tabmenu ul li.member-content:last-child{border-right: none;}
.main .member-tabmenu ul li.member-content p{font-size: 18px;color: #64a131;padding-bottom: 8px;}
.main .member-tabmenu ul li.member-content a{font-size: 16px;color: #64a131;}
.main .member-tabmenu ul li.member-content p.digit{color: #555;}
/*浏览记录*/
.look-history {position: relative;}
.look-history .scrollbar ul li.looked {border-bottom: 1px solid #64a131;}
.look-history .scrollbar ul li {padding-top: 10px;padding-bottom: 10px;line-height: 24px;font-family: "Hiragino Sans GB","Microsoft YaHei",sans-serif;color: #555555;cursor: pointer;}
.look-history .scrollbar ul li p {padding-right: 10px;border-right: 1px solid #ccc;font-size: 12px;}
.look-history .scrollbar ul li p.p-noborder { padding-left: 10px;border: none;}
.look-history .wrap {border: 1px solid #dddddd;}
.look-history .frame {overflow: hidden;height: 198px;width: 670px;margin: 0 auto;}
.look-history .frame ul.slidee li {float: left;margin: 14px 4px;}
.look-history .frame ul.slidee li a{display: block;width: 126px;text-decoration: none;}
.look-history .frame ul.slidee li a:hover {box-shadow: 0 0 8px rgba(0,0,0,.25);}
.look-history .frame ul.slidee li>a img {width: 100%;}
.look-history .frame ul.slidee li p.history-name {padding-left: 3px;padding-right: 3px;font-size: 12px;font-family: "Hiragino Sans GB","Microsoft YaHei",sans-serif;color: #555555;margin-top: 8px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.look-history .frame ul.slidee li p.history-price {padding-left: 3px;padding-right: 3px;font-size: 12px;font-family: "Hiragino Sans GB","Microsoft YaHei",sans-serif;color: #b0b0b0;margin-bottom: 3px;}
.look-history .prev {position: absolute;top: 130px;left: 12px;cursor: pointer;}
.look-history .prev div {width: 12px;height: 22px; background: url(../images/common/icons.png) no-repeat -127px -155px;}
.look-history .next {position: absolute;top: 130px;right: 20px;cursor: pointer;}
.look-history .next div {width: 12px;height: 22px;background: url(../images/common/icons.png) no-repeat -127px -225px;}
/*最近订单 */
.main .order-detail h6{font-size: 16px;color: #555;padding-left: 0;}
.main .tabmenu .order-selection{position: absolute;right: 0;bottom:8px;}
.main .tabmenu .order-selection .inpSel {position: relative;width: 160px;height: 30px;padding: 0 10px;margin: 0 15px 0 0;background: url("../images/selbg.png") no-repeat right 0;border: 1px solid #ddd;color: #555;line-height: 30px;}
.main .tabmenu .order-selection .inpSel span {display: inline-block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 30px;}
.main .tabmenu .order-selection .inpSel ul {display: none;position: absolute;top: 29px;left: -1px;width: 160px;*width: 180px;max-height: 210px;overflow: auto;background: #eee;border: 1px solid #ddd;box-shadow: 0 5px 5px rgba(175,175,175,0.75);}
.main .tabmenu .order-selection .inpSel ul li {padding: 0 10px;height: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.main .tabmenu .order-selection .inpSel ul li:hover, .main .tabmenu .order-selection .inpSel ul li.cur {background: #64a131;color: #fff;}
.main .tabmenu .order-selection .inpSel.act{border-color: #64a131;border-width: 1px;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.025),0 0 8px rgba(100,161,49,0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,0.025),0 0 8px rgba(100,161,49,0.6);}
/*订单列表*/
.main .order-detail table {width: 100%;font-size: 14px;margin-bottom: 8px;}
.main .order-detail table .order-nav{border:1px solid #ddd;width: 100%;height: 38px;background:#f1f1f1;margin-bottom: 8px;}
.main .order-detail table .order-nav th{color: #999;font-size: 14px;font-weight: normal;line-height: 38px;text-align: center;}
.main .order-detail table tbody tr.shop-list{border:1px solid #ddd;}
.main .order-detail table tbody tr.shop-list .shop-info{*border-left: 1px solid #ddd;}
.main .order-detail table tbody tr td.detail{padding: 8px 0;border:1px solid #ddd;background: #f1f1f1;text-align: left;}
.main .order-detail table tbody tr td .order-time{padding-right: 34px;padding-left:8px;color:#555;font-size: 14px;}
.main .order-detail table tbody tr td ul li{float: left;padding-top: 0;}
.main .order-detail table tbody tr td ul li.shop-img{width: 130px;padding:0 10px 8px;}
.main .order-detail table tbody tr td ul li.shop-img img{width: 100%;}
.main .order-detail table tbody tr td ul li.shop-character{padding-right: 10px;width: 220px;*width: 203px;text-align: left;}
.main .order-detail table tbody tr td ul li.shop-character a{color: #555;text-decoration: none;font-size: 14px;}
.main .order-detail table tbody tr td.member-border{border-right: 1px solid #ddd;}
.main .order-detail table tbody tr td{vertical-align: top;padding-top: 20px;text-align: center;*border-bottom: 1px solid #ddd;}
.main .order-detail table tbody tr td p a{display: block;color:#64a131;height:24px;text-decoration: none;}
.main .order-detail table tbody tr td.commodity p a{color: #555;}
.main .order-detail table .order-nav th.pdl{width: 364px;}
.shop-price{width: 62px;}
.shop-number{width: 33px;}
.shop-action{width: 67px}
.shop-pocket{width: 96px}
.shop-status{width: 68px;}
.shop-operation{width: 70px;}
/*物流悬停*/
.main .order-detail table tbody tr td.location{position: relative;*z-index: 2;}
.main .order-detail table tbody tr td .logistics-search{display:none;position: absolute;top:60px;right: 0;padding-top: 10px;background: url(../images/common/icons.png) no-repeat -332px -1113px;*background: url(../images/common/icons.png) no-repeat -327px -681px;z-index: 100;}
.main .order-detail table tbody tr td .logistics-search .logistics-content{background:#f0f5eb;padding: 12px;min-width: 245px;*min-width: 226px;}
.main .order-detail table tbody tr td .logistics-search p{font-size: 14px;color: #555;text-align: left;line-height: 30px;}
/*翻页*/
.main .btn-toolbar {width: 760px;margin-left: 0px;background-color: #f1f1f1;}
.main .btn-toolbar .page-content {text-align:center;margin: 0 auto;padding:6px 0;}
.main .btn-toolbar .page-content .last {width: 65px;margin-left: 10px;display: inline-block;}
.main .btn-toolbar .page-content .pagenum {margin-top: 3px;display: inline-block;}
.main .btn-toolbar .page-content .pagenum a {display: inline-block;height: 26px;margin:0 8px;font-size: 14px;font-family: 'Hiragino Sans GB','Microsoft YaHei',sans-serif;line-height: 26px;text-align: center;color: #555555;text-decoration: none;
}
.main .btn-toolbar .page-content .next {margin-right: 10px;width: 65px;display: inline-block;}
.btn-toolbar .page-content .last a, .btn-toolbar .page-content .next a {display: inline-block;width: 65px;height: 20px;font-size: 14px;line-height: 20px;margin-top: 5px;font-family: 'Hiragino Sans GB','Microsoft YaHei',sans-serif;color: #555555;cursor: pointer;}
.main .btn-toolbar .page-content .pagenum a:hover , .btn-toolbar .page-content .last a:hover, .btn-toolbar .page-content .next a:hover {color: #64a131;text-decoration: underline;}
.main .btn-toolbar .page-content .pagenum a.cur {min-width: 26px;border-radius: 13px;padding:0 3px;height: 26px;line-height: 28px\9\0;color: #ffffff;background: #64a131;}
.main .btn-toolbar .page-content .pagenum a.cur:hover{text-decoration: none;}
/*查看订单-订单信息*/
.main h6{font-size: 14px;color: #999;padding-left: 10px;}
.main h6 span{color:#64a131;}
.main .receive-info{width: 100%;margin-bottom: 12px;}
.main .receive-info dl{border:1px solid #ddd;}
.main .receive-info dl dt{color: #555;font-size: 14px;background: #f1f1f1;height: 28px;line-height: 28px;border-bottom:1px solid #ddd;padding-left: 10px;}
.main .receive-info dl dd{padding-left: 10px;line-height: 30px;color:#555;}
.main .receive-info dl dd.receive-common{padding-top: 10px;}
/*总价*/
.main .total ul{padding-right: 14px;padding-top: 16px;border-bottom:1px solid #ddd;}
.main .total ul li{text-align: right;color: #555;line-height: 30px;}
.main .total .extra{padding-right: 14px;text-align: right;line-height: 30px;color:#555;}
/*edit by rose 20150906*/
.main .member-tabmenu ul li.member-info .face-img .member-levels.v0{background:url(../images/vip_0.png) no-repeat 0 0;}
.main .member-tabmenu ul li.member-info .face-img .member-levels.v1{background:url(../images/vip_1.png) no-repeat 0 0;}
.main .member-tabmenu ul li.member-info .face-img .member-levels.v2{background:url(../images/vip_2.png) no-repeat 0 0;}
.main .member-tabmenu ul li.member-info .face-img .member-levels.v3{background:url(../images/vip_3.png) no-repeat 0 0;}
.main .member-tabmenu ul li.member-info .face-img .member-levels.v4{background:url(../images/vip_4.png) no-repeat 0 0;}
.main .member-tabmenu ul li.member-info .face-img .member-levels.v5{background:url(../images/vip_5.png) no-repeat center 0; width:33px;}
.look-history{height:245px;}
.look-history .look-history-con{height:200px; border:1px solid #ddd;}
.look-history .wrap{border:none;}
| 0.289071 | 0.041211 |
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, input, fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section{margin:0;padding:0;border:0;font-size:14px;font:inherit;vertical-align:baseline;}
body{font-size:12px;color:#333;font-family:"Microsoft YaHei","simsun","Helvetica Neue", Arial, Helvetica, sans-serif;}
/*栅格系统*/
.hd-grid { width: 100%; }
.hd-grid:before, .hd-grid:after { display: table; content: ' '; }
.hd-grid:after { clear: both; }
.hd-grid [class*='hd-col-xs-'] { float: left; position: relative; min-height: 1px; }
.hd-col-xs-e5 { width: 20%; }
.hd-col-xs-e10 { width: 10%; }
/*字体*/
.text-org { color: #fc6e51; }
.text-gray { color: #787878; }
.text-black { color: #000; }
.text-white { color: #fff; }
.text-drak { color: #35393c; }
.price-org { color: #fc6e51; }
.text-pink { color: #f14d4d; }
.text-blue { color: #0068b7; }
.text-red { color: #e03235; }
.strong { font-weight: bold; }
.inline { display: inline-block; }
.relative { position: relative; }
.hide { display: none !important; }
.over-initial { overflow: initial; }
.text-ellipsis { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
/*背景色*/
.bg-white { background-color: #fff; }
.bg-light-gray { background-color: #eee; }
.bg-drak-gray { background-color: #666; }
.bg-gray { background-color: #ddd; }
.bg-orange { background-color: #fc6e51; }
.bg-red { background-color: #f15252; }
.bg-none { background-color: transparent !important; }
/***border***/
.border{border:solid 1px #e1e1e1;}
.border-top{border-top:solid 1px #e1e1e1;}
.border-right{border-right:solid 1px #e1e1e1;}
.border-bottom{border-bottom:solid 1px #e1e1e1;}
.border-left{border-left:solid 1px #e1e1e1;}
.border-top-bottom{border-top:solid 1px #e1e1e1;border-bottom:solid 1px #e1e1e1;}
.border-left-right{border-left:solid 1px #e1e1e1;border-right:solid 1px #e1e1e1;}
/*边框样式*/
.border-dashed{border-style:dashed;}
.border-dotted{border-style:dotted;}
.border-double{border-style:double;}
.border-inset{border-style:inset;}
.border-outset{border-style:outset;}
/*边框大小*/
.border-large{border-width:10px;}
.border-big{border-width:5px;}
.border-middle{border-width:3px;}
.border-small{border-width:2px;}
.border-none{border: none !important;}
/*边框颜色*/
.border-gray-white { border-color: #eee; }
.border-light-gray { border-color:#ccc; }
.border-gray { border-color:#999; }
.border-main { border-color:#2a95de; }
.border-sub{border-color:#1380cb;}
.border-mix{border-color: #d93600;}
.border-dot{border-color: #ff5a00;}
.border-white{border-color: #fff;}
.border-black{border-color: #000;}
/***border radius***/
.radius-none{border-radius:0;}
.radius-small{border-radius:2px;}
.radius{border-radius:4px;}
.radius-big{border-radius:6px;}
.radius-rounded{border-radius:2em;}
.radius-circle{border-radius:50%;}
/*内边距,全,上,下,左,右*/
.padding-large{padding:30px;}
.padding-large-top{padding-top:30px;}
.padding-large-right{padding-right:30px;}
.padding-large-bottom{padding-bottom:30px;}
.padding-large-left{padding-left:30px;}
.padding-big{padding:20px;}
.padding-big-top{padding-top:20px;}
.padding-big-right{padding-right:20px;}
.padding-big-bottom{padding-bottom:20px;}
.padding-big-left{padding-left:20px;}
.padding-15{padding:15px;}
.padding-tb-15{padding:15px 0;}
.padding-lr-15{padding:0 15px;}
.padding-top-15{padding-top:15px;}
.padding-right-15{padding-right:15px;}
.padding-bottom-15{padding-bottom:15px;}
.padding-left-15{padding-left:15px;}
.padding{padding:10px;}
.padding-tb{padding:10px 0;}
.padding-lr{padding:0 10px;}
.padding-top{padding-top:10px;}
.padding-right{padding-right:10px;}
.padding-bottom{padding-bottom:10px;}
.padding-left{padding-left:10px;}
.padding-small{padding:5px;}
.padding-small-top{padding-top:5px;}
.padding-small-right{padding-right:5px;}
.padding-small-bottom{padding-bottom:5px;}
.padding-small-left{padding-left:5px;}
.padding-little{padding:2px;}
.padding-little-top{padding-top:2px;}
.padding-little-right{padding-right:2px;}
.padding-little-bottom{padding-bottom:2px;}
.padding-little-left{padding-left:2px;}
.padding-none{padding:0 !important;}
/*外边距,全,上,下,左,右*/
.margin-large{margin:30px;}
.margin-large-top{margin-top:30px;}
.margin-large-right{margin-right:30px;}
.margin-large-bottom{margin-bottom:30px;}
.margin-large-left{margin-left:30px;}
.margin-big{margin:20px;}
.margin-big-top{margin-top:20px;}
.margin-big-right{margin-right:20px;}
.margin-big-bottom{margin-bottom:20px;}
.margin-big-left{margin-left:20px;}
.margin-15{margin:15px;}
.margin-tb-15{margin:15px 0;}
.margin-lr-15{margin:0 15px;}
.margin-top-15{margin-top:15px;}
.margin-right-15{margin-right:15px;}
.margin-bottom-15{margin-bottom:15px;}
.margin-left-15{margin-left:15px;}
.margin{margin:10px !important;clear:both;}
.margin-tb{margin:10px 0;}
.margin-lr{margin:0 10px;}
.margin-top{margin-top:10px;}
.margin-right{margin-right:10px;}
.margin-bottom{margin-bottom:10px;}
.margin-left{margin-left:10px;}
.margin-around{margin: 0 10px;}
.margin-small{margin:5px;}
.margin-small-top{margin-top:5px;}
.margin-small-right{margin-right:5px;}
.margin-small-bottom{margin-bottom:5px;}
.margin-small-left{margin-left:5px;}
.margin-little{margin:2px;}
.margin-little-top{margin-top:2px;}
.margin-little-right{margin-right:2px;}
.margin-little-bottom{margin-bottom:2px;}
.margin-little-left{margin-left:2px;}
.margin-none{margin:0 !important;}
/*标题*/
.hd-h1{font-size:28px !important;}
.hd-h2{font-size:24px !important;}
.hd-h3{font-size:18px !important;}
.hd-h4{font-size:15px !important;}
.hd-h5{font-size:14px !important;}
.hd-h6{font-size:12px !important;}
/*行高*/
.lh-40{line-height:40px;}
.lh-30{line-height:30px;}
.lh-25{line-height:25px;}
.lh-20{line-height:20px;}
.lh-18{line-height:18px;}
.lh-normal{line-height:normal;}
/*表单*/
input[type=checkbox], input[type=radio] { vertical-align: middle; }
/**/
.full { width: 100%; }
.give-top{ position: fixed !important; top: 0px !important; }
/*confirm提示*/
.confirm-wrap { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.8); z-index: 99999; }
.confirm-wrap .confirm-box { position: absolute; top: 50%; left: 20px; right: 20px; margin-top: -65px; padding: 10px 20px; border-radius: 5px; font-size: 1rem; background: #f8f8f8; }
.confirm-wrap .confirm-box .content { max-height: 42px; line-height: 21px; text-align: center; overflow: hidden; }
.confirm-wrap .confirm-box span { padding: 0; width: 100%; line-height: 38px; }
|
haidao/haidao_install/template/wap/statics/css/haidao.css
|
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, input, fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section{margin:0;padding:0;border:0;font-size:14px;font:inherit;vertical-align:baseline;}
body{font-size:12px;color:#333;font-family:"Microsoft YaHei","simsun","Helvetica Neue", Arial, Helvetica, sans-serif;}
/*栅格系统*/
.hd-grid { width: 100%; }
.hd-grid:before, .hd-grid:after { display: table; content: ' '; }
.hd-grid:after { clear: both; }
.hd-grid [class*='hd-col-xs-'] { float: left; position: relative; min-height: 1px; }
.hd-col-xs-e5 { width: 20%; }
.hd-col-xs-e10 { width: 10%; }
/*字体*/
.text-org { color: #fc6e51; }
.text-gray { color: #787878; }
.text-black { color: #000; }
.text-white { color: #fff; }
.text-drak { color: #35393c; }
.price-org { color: #fc6e51; }
.text-pink { color: #f14d4d; }
.text-blue { color: #0068b7; }
.text-red { color: #e03235; }
.strong { font-weight: bold; }
.inline { display: inline-block; }
.relative { position: relative; }
.hide { display: none !important; }
.over-initial { overflow: initial; }
.text-ellipsis { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
/*背景色*/
.bg-white { background-color: #fff; }
.bg-light-gray { background-color: #eee; }
.bg-drak-gray { background-color: #666; }
.bg-gray { background-color: #ddd; }
.bg-orange { background-color: #fc6e51; }
.bg-red { background-color: #f15252; }
.bg-none { background-color: transparent !important; }
/***border***/
.border{border:solid 1px #e1e1e1;}
.border-top{border-top:solid 1px #e1e1e1;}
.border-right{border-right:solid 1px #e1e1e1;}
.border-bottom{border-bottom:solid 1px #e1e1e1;}
.border-left{border-left:solid 1px #e1e1e1;}
.border-top-bottom{border-top:solid 1px #e1e1e1;border-bottom:solid 1px #e1e1e1;}
.border-left-right{border-left:solid 1px #e1e1e1;border-right:solid 1px #e1e1e1;}
/*边框样式*/
.border-dashed{border-style:dashed;}
.border-dotted{border-style:dotted;}
.border-double{border-style:double;}
.border-inset{border-style:inset;}
.border-outset{border-style:outset;}
/*边框大小*/
.border-large{border-width:10px;}
.border-big{border-width:5px;}
.border-middle{border-width:3px;}
.border-small{border-width:2px;}
.border-none{border: none !important;}
/*边框颜色*/
.border-gray-white { border-color: #eee; }
.border-light-gray { border-color:#ccc; }
.border-gray { border-color:#999; }
.border-main { border-color:#2a95de; }
.border-sub{border-color:#1380cb;}
.border-mix{border-color: #d93600;}
.border-dot{border-color: #ff5a00;}
.border-white{border-color: #fff;}
.border-black{border-color: #000;}
/***border radius***/
.radius-none{border-radius:0;}
.radius-small{border-radius:2px;}
.radius{border-radius:4px;}
.radius-big{border-radius:6px;}
.radius-rounded{border-radius:2em;}
.radius-circle{border-radius:50%;}
/*内边距,全,上,下,左,右*/
.padding-large{padding:30px;}
.padding-large-top{padding-top:30px;}
.padding-large-right{padding-right:30px;}
.padding-large-bottom{padding-bottom:30px;}
.padding-large-left{padding-left:30px;}
.padding-big{padding:20px;}
.padding-big-top{padding-top:20px;}
.padding-big-right{padding-right:20px;}
.padding-big-bottom{padding-bottom:20px;}
.padding-big-left{padding-left:20px;}
.padding-15{padding:15px;}
.padding-tb-15{padding:15px 0;}
.padding-lr-15{padding:0 15px;}
.padding-top-15{padding-top:15px;}
.padding-right-15{padding-right:15px;}
.padding-bottom-15{padding-bottom:15px;}
.padding-left-15{padding-left:15px;}
.padding{padding:10px;}
.padding-tb{padding:10px 0;}
.padding-lr{padding:0 10px;}
.padding-top{padding-top:10px;}
.padding-right{padding-right:10px;}
.padding-bottom{padding-bottom:10px;}
.padding-left{padding-left:10px;}
.padding-small{padding:5px;}
.padding-small-top{padding-top:5px;}
.padding-small-right{padding-right:5px;}
.padding-small-bottom{padding-bottom:5px;}
.padding-small-left{padding-left:5px;}
.padding-little{padding:2px;}
.padding-little-top{padding-top:2px;}
.padding-little-right{padding-right:2px;}
.padding-little-bottom{padding-bottom:2px;}
.padding-little-left{padding-left:2px;}
.padding-none{padding:0 !important;}
/*外边距,全,上,下,左,右*/
.margin-large{margin:30px;}
.margin-large-top{margin-top:30px;}
.margin-large-right{margin-right:30px;}
.margin-large-bottom{margin-bottom:30px;}
.margin-large-left{margin-left:30px;}
.margin-big{margin:20px;}
.margin-big-top{margin-top:20px;}
.margin-big-right{margin-right:20px;}
.margin-big-bottom{margin-bottom:20px;}
.margin-big-left{margin-left:20px;}
.margin-15{margin:15px;}
.margin-tb-15{margin:15px 0;}
.margin-lr-15{margin:0 15px;}
.margin-top-15{margin-top:15px;}
.margin-right-15{margin-right:15px;}
.margin-bottom-15{margin-bottom:15px;}
.margin-left-15{margin-left:15px;}
.margin{margin:10px !important;clear:both;}
.margin-tb{margin:10px 0;}
.margin-lr{margin:0 10px;}
.margin-top{margin-top:10px;}
.margin-right{margin-right:10px;}
.margin-bottom{margin-bottom:10px;}
.margin-left{margin-left:10px;}
.margin-around{margin: 0 10px;}
.margin-small{margin:5px;}
.margin-small-top{margin-top:5px;}
.margin-small-right{margin-right:5px;}
.margin-small-bottom{margin-bottom:5px;}
.margin-small-left{margin-left:5px;}
.margin-little{margin:2px;}
.margin-little-top{margin-top:2px;}
.margin-little-right{margin-right:2px;}
.margin-little-bottom{margin-bottom:2px;}
.margin-little-left{margin-left:2px;}
.margin-none{margin:0 !important;}
/*标题*/
.hd-h1{font-size:28px !important;}
.hd-h2{font-size:24px !important;}
.hd-h3{font-size:18px !important;}
.hd-h4{font-size:15px !important;}
.hd-h5{font-size:14px !important;}
.hd-h6{font-size:12px !important;}
/*行高*/
.lh-40{line-height:40px;}
.lh-30{line-height:30px;}
.lh-25{line-height:25px;}
.lh-20{line-height:20px;}
.lh-18{line-height:18px;}
.lh-normal{line-height:normal;}
/*表单*/
input[type=checkbox], input[type=radio] { vertical-align: middle; }
/**/
.full { width: 100%; }
.give-top{ position: fixed !important; top: 0px !important; }
/*confirm提示*/
.confirm-wrap { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.8); z-index: 99999; }
.confirm-wrap .confirm-box { position: absolute; top: 50%; left: 20px; right: 20px; margin-top: -65px; padding: 10px 20px; border-radius: 5px; font-size: 1rem; background: #f8f8f8; }
.confirm-wrap .confirm-box .content { max-height: 42px; line-height: 21px; text-align: center; overflow: hidden; }
.confirm-wrap .confirm-box span { padding: 0; width: 100%; line-height: 38px; }
| 0.240239 | 0.104386 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("murobbs.plaza.fi") {
/************************************************/
/* CrystalClear theme for MuroBBS (2013) */
/* for Firefox & Chrome with Stylish */
/* ------------------------------------------- */
/* created by Lifeless - <EMAIL> */
/* ------------------------------------------- */
/* version: 1.00 - 2013-03-08 */
/* ------------------------------------------- */
/* No Lilies Were Harmed */
/* During the Making of This Style */
/* ------------------------------------------- */
/* nos univers */
/* A Contre-Courant */
/* tout à l'envers */
/* pas pour longtemps */
/************************************************/
/*[[sidebar]]*/
#sidebar-a { top: 70px !important; }
/* BASIC STUFF */
* { font-family: verdana !important; border-spacing: 0 !important; margin: 0 !important; }
body { background: #000 url(http://www.3rdw.net/themes/MuroBBS/CrystalClear/bg.png) !important; color: #000 !important; margin: 20px 0 0 0 !important; padding: 0px 10px 10px 10px !important; }
HTML { width: 100% !important; margin-left: 0% !important; }
REMOVEbody { background: #000 url(http://www.3rdw.net/themes/MuroBBS/CrystalClear/bg_big6.jpg) !important; color: #000 !important; margin: 20px 0 0 0 !important; padding: 0px 10px 10px 10px !important; background-size: 100% !important; }
.tborder { background: none !important; }
DIV[style*="padding:0px 10px 0px 10px"] { padding: 0 !important; }
* { background: transparent !important; border-spacing: 0px !important; }
TABLE, TD { border: none !important; }
.alt1Active { background: rgba(255,255,255,0.2) !important; }
.alt1 { background: rgba(255,255,255,0.2) !important; }
.alt2 { background: rgba(255,255,255,0.5) !important; }
#bbs { border: none !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; width: 100% !important; }
/* Announcements */
#vbseo_vhtml_0 { display: block !important; position: absolute; width: 500px !important; left: 280px; top: 3px; z-index: 99999; }
#vbseo_vhtml_0 { width: 60px !important; height: 14px !important; overflow: hidden !important; }
#vbseo_vhtml_0:before { content: "tiedotus!"; color: #406aa0 !important; text-shadow: 0 1px 0 #fff; }
#vbseo_vhtml_0:hover { display: block !important; position: absolute; width: 500px !important; right: 420px; overflow: auto !important; height: 1000px !important; }
#vbseo_vhtml_0:hover { -moz-transition: height 5s; }
#vbseo_vhtml_0 * { font-size: 9px !important; padding: 0px !important; }
#vbseo_vhtml_0 TR:first-of-type { display: none !important; }
#vbseo_vhtml_0 TR TD { background: none !important; }
#vbseo_vhtml_0 TR TD div { color: #fff !important; border-radius: 2px 2px 2px 2px; border: 1px solid rgba(255,255,255,0.2); background: rgba(0,0,0,0.5) !important; padding: 5px !important; }
/* FORUM VIEW */
.tborder TBODY[id*="forumbit"] * { color: #fff !important; }
.tborder TBODY[id*="forumbit"] TD DIV { color: rgba(255,255,255,0.9) !important; font-size: 11px !important; }
.tborder TBODY[id*="forumbit"] TD DIV A { color: #fff !important; font-size: 12px !important; }
.tborder TBODY[id*="forumbit"] TD STRONG { text-shadow: 0px 1px 2px rgba(0,0,0,0.6); }
/* SUB FORUM VIEW */
.alt1Active { color: #fff !important; }
.alt1Active A { color: #fff !important; font-size: 12px !important; }
.alt1Active STRONG { text-shadow: 0px 1px 2px rgba(0,0,0,0.6); }
.alt1Active TD DIV { color: rgba(255,255,255,0.9) !important; font-size: 11px !important; }
/* EDIT BOX */
.wysiwyg { background: rgba(255,255,255,0.5) !important; padding: 3px !important; margin: 0 !important; }
/* REPLY PAGE */
.panel { background: rgba(255,255,255,0.3) !important; border-radius: 5px !important; border: 1px solid rgba(255,255,255,0.5) !important; }
.panel>DIV { background: rgba(255,255,255,0.5) !important; padding: 5px !important; border-radius: 3px !important; width: auto !important; }
.panel>DIV[style*="640px"] { width: 950px !important; }
#vB_Editor_001 { width: 950px !important; position: relative!important; }
#vB_Editor_001_smiliebox { float: right; }
#vB_Editor_001_controls { background: rgba(255,255,255,0.5) !important; border: 1px solid rgba(255,255,255,0.5) !important; border-radius: 3px !important; margin: 5px 3px 5px 3px !important; }
#vB_Editor_001_controls .imagebutton { }
#vB_Editor_001_controls .imagebutton:hover { border: 1px solid !important; }
.controlbar *[style*="540px"] { width: 790px !important; height: 350px !important; border: none !important; }
#vB_Editor_001_popup_fontname_menu, #vB_Editor_001_popup_fontsize_menu, #vB_Editor_001_popup_forecolor_menu, #vB_Editor_001_popup_smilie_menu { background: rgba(255,255,255,0.5) !important; padding: 10px !important; }
#vB_Editor_001_popup_fontname_menu DIV, #vB_Editor_001_popup_fontsize_menu DIV, #vB_Editor_001_popup_smilie_menu DIV { background: rgba(255,255,255,0.8) !important; color: rgba(30,50,80,1) !important; border: none !important; padding: 3px !important; }
#vB_Editor_001_popup_fontname_menu DIV:hover, #vB_Editor_001_popup_fontsize_menu DIV:hover, #vB_Editor_001_popup_smilie_menu DIV:hover { background: rgba(60,100,160,0.8) !important; color: rgba(30,50,80,1) !important; text-shadow: 0 0 2px #fff; }
/* MESSAGES */
#posts ~ DIV { margin: 0 10px 0 10px !important; padding: 0 10px 0 10px !important; border-left: 1px solid rgba(255,255,255,0.2) !important; border-right: 1px solid rgba(255,255,255,0.2) !important; background: rgba(255,255,255,0.2) !important; }
#posts ~ DIV:last-of-type { margin: 0 10px 10px 10px !important; padding: 0 10px 10px 10px !important; background: rgba(255,255,255,0.2) !important; border: 1px solid rgba(255,255,255,0.2) !important; border-top: none !important; border-radius: 0 0 5px 5px !important; }
div#posts { margin: 10px 10px 0 10px !important; padding: 10px 10px 0 10px !important; background: rgba(255,255,255,0.2) !important; border-radius: 5px 5px 0 0 !important; border: 1px solid rgba(255,255,255,0.2) !important; border-bottom: none !important; }
div#posts { background: rgba(255,255,255,0.2) !important; }
/* left column */
div[id*="postmenu"] ~ .smallfont > DIV { font-size: 9px !important; color: rgba(0,0,0,0.5) !important; }
/* reflection */
div#posts a[name*="post"] { position: relative !important; }
div#posts a[name*="post"] img { padding: 0 0 0 960px !important; position: absolute !important; left: -14px !important; top: -25px !important; display: block !important; width: 0 !important; height: 1000px !important; border-radius: 5px 5px 5px 5px; }
div#posts a[name*="post"] img { z-index: -999; background: transparent url("http://www.3rdw.net/themes/MuroBBS/CrystalClear/reflection3.png") no-repeat !important; background-size: 100% 100% !important; }
/* KESKUSTELU, viestit */
/* pyoristys */
TABLE[id^="post"] { background: rgba(255, 255, 255, 0.5) !important; box-shadow: 0 0 15px rgba(255, 255, 255, 0.1) !important; }
#posts TABLE[id^="post"] { border-radius: 3px 3px 0 0 !important; box-shadow: 0 0 15px rgba(255, 255, 255, 0.1) !important; }
/* yla palkki ja msg divider */
TABLE[id^="post"] TD.thead, TABLE[id^="post"] TD.thead a, TABLE[id^="post"] TD.thead * { color: #3d6b96 !important; text-shadow: 1px 1px 0px #fff; font-size: 10px !important; }
TABLE[id^="post"][class="tborder"] TR:first-child { }
TABLE[id^="post"][class="tborder"] TR:first-child TD { padding: 3px !important; }
#posts TABLE[id^="post"][class="tborder"] TR:first-child { background: transparent !important; }
TABLE[id^="post"][class="tborder"] TR:first-child { text-shadow: 0px 0px 3px #000; }
/* sekalaista */
TABLE[id^="post"] * { color: #12202d !important; }
TABLE[id^="post"] a { text-decoration: underline !important; font-weight: normal !important; color: #12202d !important; }
TABLE[id^="post"] a:hover { text-decoration: none !important; }
TABLE[id^="post"] .alt1 DIV[id*=post_message] img:not(.inlineimg) { box-shadow: 0px 5px 7px rgba(0,0,0,0.8); margin: 5px !important; }
TABLE[id^="post"] HR { display: none; }
TABLE[id^="post"] .alt2 { width: 130px !important; padding: 10px !important; background: transparent !important; }
TABLE[id^="post"] .alt1 { background: transparent !important; }
TABLE[id^="post"] TD.thead:last-child { border-radius: 0 3px 0 0 !important; }
TABLE[id^="post"] TD.thead:first-child { border-radius: 3px 0 0 0 !important; border-left: 0px solid #ccc !important; }
/* quote */
TABLE[id^="post"] .alt1 DIV[id*=post_message] .alt2 { margin-bottom: 10px !important; border: 1px solid rgba(0,0,0, 0.1) !important; background: rgba(128,128,128, 0.1) !important; border-radius: 0 3px 3px 3px !important; color: #12202d !important; text-shadow: none !important; }
TABLE[id^="post"] div[style*="margin-bottom"].smallfont { margin: 10px 0 0 10px !important; color: #12202d !important; font-size: 11px !important; padding: 3px !important; border: 1px solid rgba(0,0,0, 0.1); border-bottom: none; display: inline-block; border-radius: 3px 3px 0 0 !important; background: rgba(128,128,128,0.3) !important; }
TABLE[id^="post"] div[style*="margin-bottom"].smallfont + table { margin: 0px 10px 10px 10px !important; padding-right:20px !important; }
TABLE[id^="post"] .alt1 DIV[id*=post_message] .alt2 a[target="_blank"] { color: #12202d !important; }
/* signature */
table[id^="post"] > tbody > tr > td[id^=td_post] > div:not([id^=post]) { opacity: 0.5; margin-top: 10px !important; font-size: 10px !important; }
table[id^="post"] > tbody > tr > td[id^=td_post] > div:not([id^=post]) * { text-shadow: none !important; font-size: 10px !important; }
table[id^="post"] > tbody > tr > td[id^=td_post] > div:not([id^=post]) div { background: transparent !important; border: none !important; }
table[id^="post"] > tbody > tr > td[id^=td_post] > div:not([id^=post]) a { text-decoration: underline !important; }
table[id^="post"] > tbody > tr > td[id^=td_post] > div:not([id^=post]) a:hover { text-decoration: none !important; }
/* code tagi */
TABLE[id^="post"] pre { margin-left: 10px !important; min-width: 95% !important; }
/* PAGE NAV */
.pagenav table.tborder { position: fixed; top: 44px; right: 4px; border: 1px solid rgba(255,255,255,0.3) !important; background: rgba(255,255,255,0.1) !important; border-radius: 2px 2px 2px 2px; }
.pagenav table.tborder * { font-size: 11px !important; padding: 1px !important; text-shadow: 0 1px 2px #000; vertical-align: 0%; }
.pagenav table.tborder a { color: #fff !important; display: block !important; height: 14px; min-width: 14px; border: 1px solid rgba(255,255,255,0.0) !important; border-radius: 2px 2px 2px 2px; }
.pagenav table.tborder a:hover { background: rgba(255,255,255,0.4) !important; border: 1px solid rgba(255,255,255,0.4) !important; }
.pagenav table.tborder td.alt1 { background: rgba(255,255,255,0.1) !important; }
.pagenav table.tborder td.alt2 { background: rgba(255,255,255,0.3) !important; }
/* HEADER */
#subnavigation UL { position: absolute !important; right: -2250px; top: 65px; background: none !important; }
#subnavigation UL li * { background: none !important; border: none !important; padding: 0px !important; }
#subnavigation UL li:not(:first-child) { border-left: 1px solid #fff !important; }
#subnavigation UL li { padding: 0px 5px !important; }
#subnavigation UL li a:hover { opacity: 0.9 !important; }
#subnavimainos { top: 50px !important; }
#logo { display: none !important; }
/* HEADER IMAGE & LOGIN INFO */
#subnavigation { position: fixed !important; left: 0px !important; top: 0px !important; }
#subnavigation { background: url("http://www.3rdw.net/themes/MuroBBS/CrystalClear/topbar2.png") 50% 0 no-repeat !important; background-size: 100% 43px !important; position: fixed; left: 0px; top: 0; height: 40px !important; } /* LOGO */
#bbs > table:nth-child(1) div > div > div > table:nth-child(1) { display: block !important; }
.page .tborder .alt2[nowrap="nowrap"] { width: auto !important; z-index: 10; }
.page .tborder .alt2[nowrap="nowrap"] * { padding: 0 !important; color: #fff !important; text-shadow: 0 0 2px #000; }
.page .tborder .alt2[nowrap="nowrap"] LABEL { margin-right: 4px !important; }
.page .tborder .alt2[nowrap="nowrap"] INPUT { margin-right: 4px !important; }
.page .tborder .alt2[nowrap="nowrap"] INPUT[type="submit"] { background: rgba(255,255,255,0.3) url("http://www.3rdw.net/themes/MuroBBS/CrystalClear/reflection3.png") no-repeat !important; background-size: 300px 100px !important; }
.page .tborder .alt2[nowrap="nowrap"] .alt2 * { font-size: 9px !important; } /* INFO */
.page .tborder .alt2[nowrap="nowrap"] { position: fixed; left: -10000px; top: 0; } /* INFO */
FORM[action*="tunnus/kirjaudu"] { position: fixed; left: 3px; top: 3px; }
FORM[action*="tunnus/kirjaudu"] TD[align="right"] { display: none !important; }
.page .tborder .alt2[nowrap="nowrap"] div { color: #406aa0; position: fixed; left: -75px; top: 2px; } /* INFO */
.page .tborder .alt2[nowrap="nowrap"] span:not(.time) { position: fixed; left: 300px; top: 2px; } /* INFO */
.page .tborder .alt2[nowrap="nowrap"] A { color: #fff !important; font-weight: bold !important; }
/* NAVBIT */
TABLE[width="100%"][cellpadding="0"][cellspacing="0"][border="0"] TABLE .navbar { z-index: 999999 !important; color: #fff !important; text-shadow: 0px 1px #000; font-weight: bold !important; }
TABLE[width="100%"][cellpadding="0"][cellspacing="0"][border="0"] TABLE .navbar * { z-index: 999999 !important; }
TABLE[width="100%"][cellpadding="0"][cellspacing="0"][border="0"] TABLE .navbar A { color: #fff !important; font-weight: bold !important; }
TABLE[width="100%"] [valign="top"] > TABLE[cellspacing="0"][cellpadding="0"][border="0"] TR { display: inline-block; }
TABLE[width="100%"] [valign="top"] > TABLE[cellspacing="0"][cellpadding="0"][border="0"] TR:last-child TD:before { content: ">" }
TABLE[width="100%"] [valign="top"] > TABLE[cellspacing="0"][cellpadding="0"][border="0"] TR:last-child IMG { display: none !important; }
/* THREAD TOOLS */
.tborder[cellspacing="1"][style="border-bottom-width:0px"] { z-index: 999 !important; position: fixed !important; top: 22px; height: 14px!important; background: transparent !important; width: 100% !important; left: 0%; text-shadow: 0 1px 1px #000; }
.tborder[cellspacing="1"][style="border-bottom-width:0px"] * { z-index: 999 !important; padding: 0 !important; vertical-align: bottom !important; }
.tborder[cellspacing="1"][style="border-bottom-width:0px"] { padding-bottom: 3px !important; }
.tborder[cellspacing="1"][style="border-bottom-width:0px"] .smallfont { position: relative; left: 5px !important; }
.tborder[cellspacing="1"][style="border-bottom-width:0px"] A:hover { color: #fff !important; text-decoration: none !important; text-shadow: 0 1px 3px #000; }
.tborder[cellspacing="1"][style="border-bottom-width:0px"] A { font-size: 10px !important; }
.tborder[cellspacing="1"][style="border-bottom-width:0px"] .tcat { visibility: hidden !important; }.tborder[cellspacing="1"][style="border-bottom-width:0px"] .tcat A { visibility: visible !important; }
/* TOP REPLY BUTTON */
A[id="poststop"] + TABLE TD.smallfont A { position: relative !important; top: 5px !important; left: 10px !important; border-radius: 5px !important; background: rgba(255,255,255,0.2) !important; padding: 5px 2px 7px 2px !important; margin-left: 2px !important; }
.page div table td.smallfont IMG { vertical-align: middle !important; }
/* BOTTM REPLY BUTTON */
[style="margin-top:3px"] IMG[src*="/buttons/reply.gif"] { margin-top: 5px !important; }
/* MAIN MENU */
DIV[class="tborder"][style*="border-top-width"] { padding: 0px !important; height: 10px !important; position: fixed !important; top: 0px; left: 44%; width: 10%; background: transparent !important; z-index: 99950 !important; }
DIV[class="tborder"][style*="border-top-width"] * { padding: 0px !important; border: none !important; background: transparent !important; margin: 0 !important; padding: 0 !important }
DIV[class="tborder"][style*="border-top-width"] .vbmenu_control { height: 26px !important; border-radius: 15px 15px; margin: 0 !important; }
DIV[class="tborder"][style*="border-top-width"] .vbmenu_control:hover { box-shadow: 0 0 10px rgba(255, 255, 255, 0.9) !important; background-color: rgba(255, 255, 255, 0.9) !important; border-radius: 3px 3px 3px 3px; }
DIV[class="tborder"][style*="border-top-width"] A { display: block !important; padding: 0 10px 0 10px !important; color: #fff !important; text-shadow:0px 0px 3px #336; line-height: 26px !important; font-size: 16px !important; display: inline-block; font-weight: bold !important; text-decoration: none !important; }
DIV[class="tborder"][style*="border-top-width"] TABLE TR { display: block !important; height: 20px !important; border-radius: 0 0 4px 4px; background: rgba(255,255,255,0.2) !important; overflow: hidden !important; border: 1px solid rgba(255,255,255,0.3) !important; border-top: none !important; background: rgba(255,255,255,0.2) url("http://www.3rdw.net/themes/MuroBBS/CrystalClear/reflection3.png") no-repeat !important; background-size:400px 200px !important; -moz-transition: height 0.5s; }
DIV[class="tborder"][style*="border-top-width"] TABLE TR:before { content: '... '; }
DIV[class="tborder"][style*="border-top-width"] TABLE TR:hover { height: 125px !important; -moz-transition: height 0.5s; }
DIV[class="tborder"][style*="border-top-width"] TABLE TD { display: block !important; border-radius: 0 0 0 0 !important; }
/* KAIKKI, popup menut */
DIV[class*="vbmenu_popup"] { border-radius: 5px !important; }
DIV[class*="vbmenu_popup"] { background: rgba(255,255,255,0.3) url("http://www.3rdw.net/themes/MuroBBS/CrystalClear/reflection3.png") no-repeat !important; background-size:100% 100% !important; }
DIV[class*="vbmenu_popup"] TD[class="thead"] { background: rgba(60,100,160,0.0) !important; text-shadow: 0 0 2px #000; }
DIV[class*="vbmenu_popup"] TD[class*="option"] A { color: rgba(30,50,80,1) !important; }
DIV[class*="vbmenu_popup"] TD[class*="hilite"] { background: rgba(60,100,160,0.7) !important; }
DIV[class*="vbmenu_popup"] TD[class*="hilite"] A { color: rgba(30,50,80,1) !important; text-shadow: 0px 0px 2px #fff; }
DIV[class*="vbmenu_popup"] { padding: 3px !important; border: 1px solid rgba(255,255,255,0.5) !important; }
#pagenav_menu TD[class*="thead"] { background: rgba(255,255,255,0.0) !important; color: #fff !important; }
DIV[id*="_menu"] TD { background: rgba(255,255,255,0.8) !important; }
DIV[id*="_menu"] TR:last-child TD { border-radius: 0 0 3px 3px !important; }
DIV[id*="_menu"] TR:nth-child(2) TD { border-radius: 3px 3px 0 0 !important; }
DIV[id*="_menu"] TR:nth-child(2):last-child TD { border-radius: 3px 3px 3px 3px !important; }
DIV[id*="_menu"] { }
/* FORUM JUMP position */
FORM[action*="forumdisplay.php"] { position: fixed!important; top: 0px !important; right: 0px !important; z-index: 50 !important; }
FORM[action*="forumdisplay.php"] STRONG, FORM[action*="forumdisplay.php"] BR { display: none !important; }
FORM[action*="forumdisplay.php"] SELECT { width: 300px !important; }
/* FORUM JUMP style */
FORM[action*="forumdisplay.php"] STRONG { color: #4d637c !important; padding: 0px !important; line-height: 7pt !important; }
FORM[action*="forumdisplay.php"] OPTGROUP { background-color: #fff !important; color: #4d637c !important; }
FORM[action*="forumdisplay.php"] SELECT { background-color: #fff !important; color: #4d637c !important; }
FORM[action*="forumdisplay.php"] OPTION { background-color: #fff !important; color: #4d637c !important; }
FORM[action*="forumdisplay.php"] OPTION[class="fjdpth0"] { background-color: #4d637c !important; color: #fff !important; }
FORM[action*="forumdisplay.php"] OPTION[class="fjsel"] { background-color: #ccc !important; color: #4d637c !important; }
FORM[action*="forumdisplay.php"] SELECT, OPTION, OPTGROUP { font-size: 7pt!important; padding: 0px !important; }
/* FORUM JUMP remove kaupallinenalue */
FORM[action*="forumdisplay.php"] OPTION[value="143"], FORM[action*="forumdisplay.php"] OPTION[value="147"], FORM[action*="forumdisplay.php"] OPTION[value="153"], FORM[action*="forumdisplay.php"] OPTION[value="155"], FORM[action*="forumdisplay.php"] OPTION[value="148"], FORM[action*="forumdisplay.php"] OPTION[value="149"] { display: none!important; }
/* ALI-ALUELISTA */
TD[class="alt1Active"][colspan="2"][align="left"][id^="f"]:first-child { padding: 2px 4px !important; border-left: 1px solid rgba(255,255,255,0.5) !important; border-bottom: 1px solid rgba(255,255,255,0.5) !important; }
TD[class="alt1Active"][colspan="2"][align="left"][id^="f"]:first-child TD:last-child { border-left: 1px solid rgba(255,255,255,0.5) !important; }
TD[class="alt1Active"][colspan="2"][align="left"][id^="f"] ~ TD { padding: 2px 4px !important; border-right: 1px solid rgba(255,255,255,0.5) !important; border-bottom: 1px solid rgba(255,255,255,0.5) !important; }
TD[class="alt1Active"][colspan="2"][align="left"][id^="f"] ~ TD:first-child { border-left: 1px solid rgba(255,255,255,0.5) !important; border-bottom: 1px solid rgba(255,255,255,0.5) !important; }
/* ALUELISTA, ALI-ALUELISTA, yla palkki */
.tborder TD.thead { background: rgba(255,255,255,0.5) !important; border-radius: 0 !important; color: #fff !important; text-shadow: 0 1px 1px #000; padding: 7px !important; border-top: 1px solid rgba(255,255,255,0.5) !important; border-bottom: 1px solid rgba(255,255,255,0.5) !important; border-right: 1px solid rgba(255,255,255,0.5) !important; }
.tborder TD.thead:last-child { border-radius: 0 5px 0 0 !important; }
.tborder TD.thead:first-child { border-radius: 5px 0 0 0 !important; border-left: 1px solid #ccc !important; border-right: 0 !important; }
.tborder TD.thead a { color: #09396c !important; }
.tborder TD.thead a:hover { color: #0f609F !important; }
TD[class="tcat"][colspan="5"]:first-child { padding: 3px !important; background: rgba(255,255,255,0.5) !important; text-shadow: 0 1px 1px #000; border: 1px solid rgba(255,255,255,0.5) !important; border-top: none !important; }
/* ALUELISTA */
.tborder TBODY[id*="forumbit"] TD { padding: 2px 4px !important; border-right: 1px solid rgba(255,255,255,0.5) !important; border-bottom: 1px solid rgba(255,255,255,0.5) !important; }
.tborder TBODY[id*="forumbit"] TD:first-child { background: rgba(255,255,255,0.2) !important; border-left: 1px solid rgba(255,255,255,0.5) !important; border-bottom: 1px solid rgba(255,255,255,0.5) !important; }
/* KETJULISTA BASIC STYLE */
TABLE[id^="threadslist"][class="tborder"] { padding: 3px 10px 10px 10px !important; margin: 10px 0 10px 0 !important; border: 1px solid rgba(255,255,255,0.2) !important; border-radius: 5px 5px 5px 5px; background: rgba(255,255,255,0.1) url("http://www.3rdw.net/themes/MuroBBS/CrystalClear/reflection3.png") no-repeat !important; }
TABLE[id^="threadslist"][class="tborder"] TD.thead { background: rgba(255,255,255,0) !important; border: 0 !important; color: #fff !important; padding: 0 3px 3px 3px !important; text-shadow: 0 1px 1px #000; }
TABLE[id^="threadslist"][class="tborder"] TD.thead a { color: #fff !important; text-decoration: none !important; }
TABLE[id^="threadslist"][class="tborder"] TD.thead a:hover { text-shadow: 0 1px 3px #000; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TD { border-bottom: 1px solid rgba(255,255,255,0.3) !important; color: #fff !important; text-shadow: 0 1px 1px #000 !important; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TD A { color: #fff !important; display: inline-block !important; height: auto !important; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TD A:hover { text-shadow: 0 1px 3px #000 !important; text-decoration: none !important; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TD:first-child { }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TD:last-child { }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TR:first-child TD:first-child { border-radius: 3px 0 0 0 !important; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TR:first-child TD:last-child { border-radius: 0 3px 0 0 !important; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TR:last-child TD:first-child { border-radius: 0 0 0 3px !important; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TR:last-child TD:last-child { border-radius: 0 0 3px 0 !important; }
#threadslist TBODY:not(:first-child) TR:hover { background: rgba(255,255,255,0.6) !important; }
#threadslist TBODY TR TD[class="alt1"] { background: rgba(255,255,255,0.2) !important; }
#threadslist TBODY TR TD[class="alt2"] { background: rgba(255,255,255,0.2) !important; }
#threadslist TBODY TR TD[class="alt2"] { padding: 0 3px 0 3px !important; }
/* UUSI VIESTI, ketjun esikatselu */
DIV[id*="threadreview"] IMG { max-width: 812px !important; }
DIV[id*="threadreview"] .tborder .thead { border-radius: 10px 10px 0 0 !important; -webkit-border-radius: 10px 10px 0 0 !important; border: 1px solid #ccc !important; background: #e6e6e6 !important; color: #09396c !important; }
DIV[id*="threadreview"] .tborder .alt1{ border-radius: 0 0 10px 0 !important; -webkit-border-radius: 0 0 10px 0 !important; border-right: 1px solid #ccc !important; border-bottom: 1px solid #ccc !important; }
DIV[id*="threadreview"] .tborder .alt2{ border-radius: 0 0 0 10px !important; -webkit-border-radius: 0 0 0 10px !important; border-right: 1px solid #ccc !important; border-left: 1px solid #ccc !important; border-bottom: 1px solid #ccc !important; font-size : 10pt !important; color: #09396c !important; text-align: left !important; }
DIV[id*="threadreview"] .tborder .alt1 .alt2 { border-radius: 10px !important; -webkit-border-radius: 10px !important; border: 1px solid #ccc !important; font-size : 9pt !important; color: #000 !important; }
DIV[id*="threadreview"] .tborder .tfoot { border-radius: 10px !important; -webkit-border-radius: 10px !important; border: 1px solid #ccc !important; background: #e6e6e6 !important; color: #09396c !important; padding: 5px !important; }
DIV[id*="threadreview"] .tborder .tfoot A { color: #09396c !important; text-decoration: underline !important; }
DIV[id*="threadreview"] .tborder .tfoot A:hover { text-decoration: none !important; }
/* KETJULISTA MISC */
IMG[src*="tag.png"], IMG[src*="sticky.gif"], IMG[src*="multipage.gif"] { display: none !important; }
TD[ID*="td_threadtitle"] SPAN[style*="nowrap"] { float: none !important; } /* PAGE NUMBERS */
TD[ID*="td_threadtitle"] SPAN[style*="cursor"] { font-size: 9px !important; } /* THREAD STARTER */
#threadslist .time { color: #fff !important; } /* THREAD STARTER */
A[href*="sort=voteavg"] { display: none !important; }
/* DESIGNED BY */
FORM[action="http://murobbs.plaza.fi/"]:not(#pagenav_form):before { color:#fff!important; font-size:7pt; text-align: center!important; display: block!important; content:"Crystal Clear style for MuroBBS - designed by Lifeless"; text-shadow: 3px 3px 1px #000; }
DIV[style*="Black"] { background: Black!important; }
DIV[style*="Sienna"] { background: Sienna!important; }
DIV[style*="DarkOliveGreen"] { background: DarkOliveGreen!important; }
DIV[style*="DarkGreen"] { background: DarkGreen!important; }
DIV[style*="DarkSlateBlue"] { background: DarkSlateBlue!important; }
DIV[style*="Navy"] { background: Navy!important; }
DIV[style*="Indigo"] { background: Indigo!important; }
DIV[style*="DarkSlateGray"] { background: DarkSlateGray!important; }
DIV[style*="DarkRed"] { background: DarkRed!important; }
DIV[style*="DarkOrange"] { background: DarkOrange!important; }
DIV[style*="Olive"] { background: Olive!important; }
DIV[style*="Green"] { background: Green!important; }
DIV[style*="Teal"] { background: Teal!important; }
DIV[style*="Blue"] { background: Blue!important; }
DIV[style*="SlateGray"] { background: SlateGray!important; }
DIV[style*="DimGray"] { background: DimGray!important; }
DIV[style*="Red"] { background: Red!important; }
DIV[style*="SandyBrown"] { background: SandyBrown!important; }
DIV[style*="YellowGreen"] { background: YellowGreen!important; }
DIV[style*="SeaGreen"] { background: SeaGreen!important; }
DIV[style*="MediumTurquoise"] { background: MediumTurquoise!important; }
DIV[style*="RoyalBlue"] { background: RoyalBlue!important; }
DIV[style*="Purple"] { background: Purple!important; }
DIV[style*="Gray"] { background: Gray!important; }
DIV[style*="Magenta"] { background: Magenta!important; }
DIV[style*="Orange"] { background: Orange!important; }
DIV[style*="Yellow"] { background: Yellow!important; }
DIV[style*="Lime"] { background: Lime!important; }
DIV[style*="Cyan"] { background: Cyan!important; }
DIV[style*="DeepSkyBlue"] { background: DeepSkyBlue!important; }
DIV[style*="DarkOrchid"] { background: DarkOrchid!important; }
DIV[style*="Silver"] { background: Silver!important; }
DIV[style*="Pink"] { background: Pink!important; }
DIV[style*="Wheat"] { background: Wheat!important; }
DIV[style*="LemonChiffon"] { background: LemonChiffon!important; }
DIV[style*="PaleGreen"] { background: PaleGreen!important; }
DIV[style*="PaleTurquoise"] { background: PaleTurquoise!important; }
DIV[style*="LightBlue"] { background: LightBlue!important; }
DIV[style*="Plum"] { background: Plum!important; }
DIV[style*="White"] { background: White!important; }
/* KESKUSTELU, user names */
TABLE[id^="post"] A.bigusername {
overflow: hidden !important;
max-width: 135px !important;
display: block !important;
text-decoration: none !important;
font-size : 10pt !important;
font-weight : bold !important;
font-family: 'Arial Black', Gadget, sans-serif !important;
letter-spacing : 0.3ex;
text-shadow : #000 1px 1px 1px;
color : #869bbf !important;
word-wrap:break-word !important;
}
TABLE[id^="post"] A[href*="lifeless-"].bigusername {
font-size : 12pt !important;
font-weight : bold !important;
font-family: 'Arial Black', Gadget, sans-serif !important;
letter-spacing : 0.9ex;
color : #bfa26f !important;
text-shadow : #000 1px 1px 1px;
}
TABLE[id^="post"] A[href*="lifeless-"].bigusername:after {
display: block !important;
content: 'photography / web design' !important;
font-weight : normal !important;
font-family: 'Verdana' !important;
font-size :9px !important;
letter-spacing : 0;
overflow: visible !important;
color : #000 !important;
text-shadow : none;
}
/* KESKUSTELU, moderator names */
TABLE[id^="post"] A.bigusername > SPAN[style="font-weight: bold;"]
{
font-size : 10pt !important;
font-weight : bold !important;
font-family: 'Arial Black', Gadget, sans-serif !important;
letter-spacing : 0.3ex;
color : #E56717 !important;
text-shadow : #000 1px 1px 1px;
}
}
|
data/usercss/57025.user.css
|
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("murobbs.plaza.fi") {
/************************************************/
/* CrystalClear theme for MuroBBS (2013) */
/* for Firefox & Chrome with Stylish */
/* ------------------------------------------- */
/* created by Lifeless - <EMAIL> */
/* ------------------------------------------- */
/* version: 1.00 - 2013-03-08 */
/* ------------------------------------------- */
/* No Lilies Were Harmed */
/* During the Making of This Style */
/* ------------------------------------------- */
/* nos univers */
/* A Contre-Courant */
/* tout à l'envers */
/* pas pour longtemps */
/************************************************/
/*[[sidebar]]*/
#sidebar-a { top: 70px !important; }
/* BASIC STUFF */
* { font-family: verdana !important; border-spacing: 0 !important; margin: 0 !important; }
body { background: #000 url(http://www.3rdw.net/themes/MuroBBS/CrystalClear/bg.png) !important; color: #000 !important; margin: 20px 0 0 0 !important; padding: 0px 10px 10px 10px !important; }
HTML { width: 100% !important; margin-left: 0% !important; }
REMOVEbody { background: #000 url(http://www.3rdw.net/themes/MuroBBS/CrystalClear/bg_big6.jpg) !important; color: #000 !important; margin: 20px 0 0 0 !important; padding: 0px 10px 10px 10px !important; background-size: 100% !important; }
.tborder { background: none !important; }
DIV[style*="padding:0px 10px 0px 10px"] { padding: 0 !important; }
* { background: transparent !important; border-spacing: 0px !important; }
TABLE, TD { border: none !important; }
.alt1Active { background: rgba(255,255,255,0.2) !important; }
.alt1 { background: rgba(255,255,255,0.2) !important; }
.alt2 { background: rgba(255,255,255,0.5) !important; }
#bbs { border: none !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; width: 100% !important; }
/* Announcements */
#vbseo_vhtml_0 { display: block !important; position: absolute; width: 500px !important; left: 280px; top: 3px; z-index: 99999; }
#vbseo_vhtml_0 { width: 60px !important; height: 14px !important; overflow: hidden !important; }
#vbseo_vhtml_0:before { content: "tiedotus!"; color: #406aa0 !important; text-shadow: 0 1px 0 #fff; }
#vbseo_vhtml_0:hover { display: block !important; position: absolute; width: 500px !important; right: 420px; overflow: auto !important; height: 1000px !important; }
#vbseo_vhtml_0:hover { -moz-transition: height 5s; }
#vbseo_vhtml_0 * { font-size: 9px !important; padding: 0px !important; }
#vbseo_vhtml_0 TR:first-of-type { display: none !important; }
#vbseo_vhtml_0 TR TD { background: none !important; }
#vbseo_vhtml_0 TR TD div { color: #fff !important; border-radius: 2px 2px 2px 2px; border: 1px solid rgba(255,255,255,0.2); background: rgba(0,0,0,0.5) !important; padding: 5px !important; }
/* FORUM VIEW */
.tborder TBODY[id*="forumbit"] * { color: #fff !important; }
.tborder TBODY[id*="forumbit"] TD DIV { color: rgba(255,255,255,0.9) !important; font-size: 11px !important; }
.tborder TBODY[id*="forumbit"] TD DIV A { color: #fff !important; font-size: 12px !important; }
.tborder TBODY[id*="forumbit"] TD STRONG { text-shadow: 0px 1px 2px rgba(0,0,0,0.6); }
/* SUB FORUM VIEW */
.alt1Active { color: #fff !important; }
.alt1Active A { color: #fff !important; font-size: 12px !important; }
.alt1Active STRONG { text-shadow: 0px 1px 2px rgba(0,0,0,0.6); }
.alt1Active TD DIV { color: rgba(255,255,255,0.9) !important; font-size: 11px !important; }
/* EDIT BOX */
.wysiwyg { background: rgba(255,255,255,0.5) !important; padding: 3px !important; margin: 0 !important; }
/* REPLY PAGE */
.panel { background: rgba(255,255,255,0.3) !important; border-radius: 5px !important; border: 1px solid rgba(255,255,255,0.5) !important; }
.panel>DIV { background: rgba(255,255,255,0.5) !important; padding: 5px !important; border-radius: 3px !important; width: auto !important; }
.panel>DIV[style*="640px"] { width: 950px !important; }
#vB_Editor_001 { width: 950px !important; position: relative!important; }
#vB_Editor_001_smiliebox { float: right; }
#vB_Editor_001_controls { background: rgba(255,255,255,0.5) !important; border: 1px solid rgba(255,255,255,0.5) !important; border-radius: 3px !important; margin: 5px 3px 5px 3px !important; }
#vB_Editor_001_controls .imagebutton { }
#vB_Editor_001_controls .imagebutton:hover { border: 1px solid !important; }
.controlbar *[style*="540px"] { width: 790px !important; height: 350px !important; border: none !important; }
#vB_Editor_001_popup_fontname_menu, #vB_Editor_001_popup_fontsize_menu, #vB_Editor_001_popup_forecolor_menu, #vB_Editor_001_popup_smilie_menu { background: rgba(255,255,255,0.5) !important; padding: 10px !important; }
#vB_Editor_001_popup_fontname_menu DIV, #vB_Editor_001_popup_fontsize_menu DIV, #vB_Editor_001_popup_smilie_menu DIV { background: rgba(255,255,255,0.8) !important; color: rgba(30,50,80,1) !important; border: none !important; padding: 3px !important; }
#vB_Editor_001_popup_fontname_menu DIV:hover, #vB_Editor_001_popup_fontsize_menu DIV:hover, #vB_Editor_001_popup_smilie_menu DIV:hover { background: rgba(60,100,160,0.8) !important; color: rgba(30,50,80,1) !important; text-shadow: 0 0 2px #fff; }
/* MESSAGES */
#posts ~ DIV { margin: 0 10px 0 10px !important; padding: 0 10px 0 10px !important; border-left: 1px solid rgba(255,255,255,0.2) !important; border-right: 1px solid rgba(255,255,255,0.2) !important; background: rgba(255,255,255,0.2) !important; }
#posts ~ DIV:last-of-type { margin: 0 10px 10px 10px !important; padding: 0 10px 10px 10px !important; background: rgba(255,255,255,0.2) !important; border: 1px solid rgba(255,255,255,0.2) !important; border-top: none !important; border-radius: 0 0 5px 5px !important; }
div#posts { margin: 10px 10px 0 10px !important; padding: 10px 10px 0 10px !important; background: rgba(255,255,255,0.2) !important; border-radius: 5px 5px 0 0 !important; border: 1px solid rgba(255,255,255,0.2) !important; border-bottom: none !important; }
div#posts { background: rgba(255,255,255,0.2) !important; }
/* left column */
div[id*="postmenu"] ~ .smallfont > DIV { font-size: 9px !important; color: rgba(0,0,0,0.5) !important; }
/* reflection */
div#posts a[name*="post"] { position: relative !important; }
div#posts a[name*="post"] img { padding: 0 0 0 960px !important; position: absolute !important; left: -14px !important; top: -25px !important; display: block !important; width: 0 !important; height: 1000px !important; border-radius: 5px 5px 5px 5px; }
div#posts a[name*="post"] img { z-index: -999; background: transparent url("http://www.3rdw.net/themes/MuroBBS/CrystalClear/reflection3.png") no-repeat !important; background-size: 100% 100% !important; }
/* KESKUSTELU, viestit */
/* pyoristys */
TABLE[id^="post"] { background: rgba(255, 255, 255, 0.5) !important; box-shadow: 0 0 15px rgba(255, 255, 255, 0.1) !important; }
#posts TABLE[id^="post"] { border-radius: 3px 3px 0 0 !important; box-shadow: 0 0 15px rgba(255, 255, 255, 0.1) !important; }
/* yla palkki ja msg divider */
TABLE[id^="post"] TD.thead, TABLE[id^="post"] TD.thead a, TABLE[id^="post"] TD.thead * { color: #3d6b96 !important; text-shadow: 1px 1px 0px #fff; font-size: 10px !important; }
TABLE[id^="post"][class="tborder"] TR:first-child { }
TABLE[id^="post"][class="tborder"] TR:first-child TD { padding: 3px !important; }
#posts TABLE[id^="post"][class="tborder"] TR:first-child { background: transparent !important; }
TABLE[id^="post"][class="tborder"] TR:first-child { text-shadow: 0px 0px 3px #000; }
/* sekalaista */
TABLE[id^="post"] * { color: #12202d !important; }
TABLE[id^="post"] a { text-decoration: underline !important; font-weight: normal !important; color: #12202d !important; }
TABLE[id^="post"] a:hover { text-decoration: none !important; }
TABLE[id^="post"] .alt1 DIV[id*=post_message] img:not(.inlineimg) { box-shadow: 0px 5px 7px rgba(0,0,0,0.8); margin: 5px !important; }
TABLE[id^="post"] HR { display: none; }
TABLE[id^="post"] .alt2 { width: 130px !important; padding: 10px !important; background: transparent !important; }
TABLE[id^="post"] .alt1 { background: transparent !important; }
TABLE[id^="post"] TD.thead:last-child { border-radius: 0 3px 0 0 !important; }
TABLE[id^="post"] TD.thead:first-child { border-radius: 3px 0 0 0 !important; border-left: 0px solid #ccc !important; }
/* quote */
TABLE[id^="post"] .alt1 DIV[id*=post_message] .alt2 { margin-bottom: 10px !important; border: 1px solid rgba(0,0,0, 0.1) !important; background: rgba(128,128,128, 0.1) !important; border-radius: 0 3px 3px 3px !important; color: #12202d !important; text-shadow: none !important; }
TABLE[id^="post"] div[style*="margin-bottom"].smallfont { margin: 10px 0 0 10px !important; color: #12202d !important; font-size: 11px !important; padding: 3px !important; border: 1px solid rgba(0,0,0, 0.1); border-bottom: none; display: inline-block; border-radius: 3px 3px 0 0 !important; background: rgba(128,128,128,0.3) !important; }
TABLE[id^="post"] div[style*="margin-bottom"].smallfont + table { margin: 0px 10px 10px 10px !important; padding-right:20px !important; }
TABLE[id^="post"] .alt1 DIV[id*=post_message] .alt2 a[target="_blank"] { color: #12202d !important; }
/* signature */
table[id^="post"] > tbody > tr > td[id^=td_post] > div:not([id^=post]) { opacity: 0.5; margin-top: 10px !important; font-size: 10px !important; }
table[id^="post"] > tbody > tr > td[id^=td_post] > div:not([id^=post]) * { text-shadow: none !important; font-size: 10px !important; }
table[id^="post"] > tbody > tr > td[id^=td_post] > div:not([id^=post]) div { background: transparent !important; border: none !important; }
table[id^="post"] > tbody > tr > td[id^=td_post] > div:not([id^=post]) a { text-decoration: underline !important; }
table[id^="post"] > tbody > tr > td[id^=td_post] > div:not([id^=post]) a:hover { text-decoration: none !important; }
/* code tagi */
TABLE[id^="post"] pre { margin-left: 10px !important; min-width: 95% !important; }
/* PAGE NAV */
.pagenav table.tborder { position: fixed; top: 44px; right: 4px; border: 1px solid rgba(255,255,255,0.3) !important; background: rgba(255,255,255,0.1) !important; border-radius: 2px 2px 2px 2px; }
.pagenav table.tborder * { font-size: 11px !important; padding: 1px !important; text-shadow: 0 1px 2px #000; vertical-align: 0%; }
.pagenav table.tborder a { color: #fff !important; display: block !important; height: 14px; min-width: 14px; border: 1px solid rgba(255,255,255,0.0) !important; border-radius: 2px 2px 2px 2px; }
.pagenav table.tborder a:hover { background: rgba(255,255,255,0.4) !important; border: 1px solid rgba(255,255,255,0.4) !important; }
.pagenav table.tborder td.alt1 { background: rgba(255,255,255,0.1) !important; }
.pagenav table.tborder td.alt2 { background: rgba(255,255,255,0.3) !important; }
/* HEADER */
#subnavigation UL { position: absolute !important; right: -2250px; top: 65px; background: none !important; }
#subnavigation UL li * { background: none !important; border: none !important; padding: 0px !important; }
#subnavigation UL li:not(:first-child) { border-left: 1px solid #fff !important; }
#subnavigation UL li { padding: 0px 5px !important; }
#subnavigation UL li a:hover { opacity: 0.9 !important; }
#subnavimainos { top: 50px !important; }
#logo { display: none !important; }
/* HEADER IMAGE & LOGIN INFO */
#subnavigation { position: fixed !important; left: 0px !important; top: 0px !important; }
#subnavigation { background: url("http://www.3rdw.net/themes/MuroBBS/CrystalClear/topbar2.png") 50% 0 no-repeat !important; background-size: 100% 43px !important; position: fixed; left: 0px; top: 0; height: 40px !important; } /* LOGO */
#bbs > table:nth-child(1) div > div > div > table:nth-child(1) { display: block !important; }
.page .tborder .alt2[nowrap="nowrap"] { width: auto !important; z-index: 10; }
.page .tborder .alt2[nowrap="nowrap"] * { padding: 0 !important; color: #fff !important; text-shadow: 0 0 2px #000; }
.page .tborder .alt2[nowrap="nowrap"] LABEL { margin-right: 4px !important; }
.page .tborder .alt2[nowrap="nowrap"] INPUT { margin-right: 4px !important; }
.page .tborder .alt2[nowrap="nowrap"] INPUT[type="submit"] { background: rgba(255,255,255,0.3) url("http://www.3rdw.net/themes/MuroBBS/CrystalClear/reflection3.png") no-repeat !important; background-size: 300px 100px !important; }
.page .tborder .alt2[nowrap="nowrap"] .alt2 * { font-size: 9px !important; } /* INFO */
.page .tborder .alt2[nowrap="nowrap"] { position: fixed; left: -10000px; top: 0; } /* INFO */
FORM[action*="tunnus/kirjaudu"] { position: fixed; left: 3px; top: 3px; }
FORM[action*="tunnus/kirjaudu"] TD[align="right"] { display: none !important; }
.page .tborder .alt2[nowrap="nowrap"] div { color: #406aa0; position: fixed; left: -75px; top: 2px; } /* INFO */
.page .tborder .alt2[nowrap="nowrap"] span:not(.time) { position: fixed; left: 300px; top: 2px; } /* INFO */
.page .tborder .alt2[nowrap="nowrap"] A { color: #fff !important; font-weight: bold !important; }
/* NAVBIT */
TABLE[width="100%"][cellpadding="0"][cellspacing="0"][border="0"] TABLE .navbar { z-index: 999999 !important; color: #fff !important; text-shadow: 0px 1px #000; font-weight: bold !important; }
TABLE[width="100%"][cellpadding="0"][cellspacing="0"][border="0"] TABLE .navbar * { z-index: 999999 !important; }
TABLE[width="100%"][cellpadding="0"][cellspacing="0"][border="0"] TABLE .navbar A { color: #fff !important; font-weight: bold !important; }
TABLE[width="100%"] [valign="top"] > TABLE[cellspacing="0"][cellpadding="0"][border="0"] TR { display: inline-block; }
TABLE[width="100%"] [valign="top"] > TABLE[cellspacing="0"][cellpadding="0"][border="0"] TR:last-child TD:before { content: ">" }
TABLE[width="100%"] [valign="top"] > TABLE[cellspacing="0"][cellpadding="0"][border="0"] TR:last-child IMG { display: none !important; }
/* THREAD TOOLS */
.tborder[cellspacing="1"][style="border-bottom-width:0px"] { z-index: 999 !important; position: fixed !important; top: 22px; height: 14px!important; background: transparent !important; width: 100% !important; left: 0%; text-shadow: 0 1px 1px #000; }
.tborder[cellspacing="1"][style="border-bottom-width:0px"] * { z-index: 999 !important; padding: 0 !important; vertical-align: bottom !important; }
.tborder[cellspacing="1"][style="border-bottom-width:0px"] { padding-bottom: 3px !important; }
.tborder[cellspacing="1"][style="border-bottom-width:0px"] .smallfont { position: relative; left: 5px !important; }
.tborder[cellspacing="1"][style="border-bottom-width:0px"] A:hover { color: #fff !important; text-decoration: none !important; text-shadow: 0 1px 3px #000; }
.tborder[cellspacing="1"][style="border-bottom-width:0px"] A { font-size: 10px !important; }
.tborder[cellspacing="1"][style="border-bottom-width:0px"] .tcat { visibility: hidden !important; }.tborder[cellspacing="1"][style="border-bottom-width:0px"] .tcat A { visibility: visible !important; }
/* TOP REPLY BUTTON */
A[id="poststop"] + TABLE TD.smallfont A { position: relative !important; top: 5px !important; left: 10px !important; border-radius: 5px !important; background: rgba(255,255,255,0.2) !important; padding: 5px 2px 7px 2px !important; margin-left: 2px !important; }
.page div table td.smallfont IMG { vertical-align: middle !important; }
/* BOTTM REPLY BUTTON */
[style="margin-top:3px"] IMG[src*="/buttons/reply.gif"] { margin-top: 5px !important; }
/* MAIN MENU */
DIV[class="tborder"][style*="border-top-width"] { padding: 0px !important; height: 10px !important; position: fixed !important; top: 0px; left: 44%; width: 10%; background: transparent !important; z-index: 99950 !important; }
DIV[class="tborder"][style*="border-top-width"] * { padding: 0px !important; border: none !important; background: transparent !important; margin: 0 !important; padding: 0 !important }
DIV[class="tborder"][style*="border-top-width"] .vbmenu_control { height: 26px !important; border-radius: 15px 15px; margin: 0 !important; }
DIV[class="tborder"][style*="border-top-width"] .vbmenu_control:hover { box-shadow: 0 0 10px rgba(255, 255, 255, 0.9) !important; background-color: rgba(255, 255, 255, 0.9) !important; border-radius: 3px 3px 3px 3px; }
DIV[class="tborder"][style*="border-top-width"] A { display: block !important; padding: 0 10px 0 10px !important; color: #fff !important; text-shadow:0px 0px 3px #336; line-height: 26px !important; font-size: 16px !important; display: inline-block; font-weight: bold !important; text-decoration: none !important; }
DIV[class="tborder"][style*="border-top-width"] TABLE TR { display: block !important; height: 20px !important; border-radius: 0 0 4px 4px; background: rgba(255,255,255,0.2) !important; overflow: hidden !important; border: 1px solid rgba(255,255,255,0.3) !important; border-top: none !important; background: rgba(255,255,255,0.2) url("http://www.3rdw.net/themes/MuroBBS/CrystalClear/reflection3.png") no-repeat !important; background-size:400px 200px !important; -moz-transition: height 0.5s; }
DIV[class="tborder"][style*="border-top-width"] TABLE TR:before { content: '... '; }
DIV[class="tborder"][style*="border-top-width"] TABLE TR:hover { height: 125px !important; -moz-transition: height 0.5s; }
DIV[class="tborder"][style*="border-top-width"] TABLE TD { display: block !important; border-radius: 0 0 0 0 !important; }
/* KAIKKI, popup menut */
DIV[class*="vbmenu_popup"] { border-radius: 5px !important; }
DIV[class*="vbmenu_popup"] { background: rgba(255,255,255,0.3) url("http://www.3rdw.net/themes/MuroBBS/CrystalClear/reflection3.png") no-repeat !important; background-size:100% 100% !important; }
DIV[class*="vbmenu_popup"] TD[class="thead"] { background: rgba(60,100,160,0.0) !important; text-shadow: 0 0 2px #000; }
DIV[class*="vbmenu_popup"] TD[class*="option"] A { color: rgba(30,50,80,1) !important; }
DIV[class*="vbmenu_popup"] TD[class*="hilite"] { background: rgba(60,100,160,0.7) !important; }
DIV[class*="vbmenu_popup"] TD[class*="hilite"] A { color: rgba(30,50,80,1) !important; text-shadow: 0px 0px 2px #fff; }
DIV[class*="vbmenu_popup"] { padding: 3px !important; border: 1px solid rgba(255,255,255,0.5) !important; }
#pagenav_menu TD[class*="thead"] { background: rgba(255,255,255,0.0) !important; color: #fff !important; }
DIV[id*="_menu"] TD { background: rgba(255,255,255,0.8) !important; }
DIV[id*="_menu"] TR:last-child TD { border-radius: 0 0 3px 3px !important; }
DIV[id*="_menu"] TR:nth-child(2) TD { border-radius: 3px 3px 0 0 !important; }
DIV[id*="_menu"] TR:nth-child(2):last-child TD { border-radius: 3px 3px 3px 3px !important; }
DIV[id*="_menu"] { }
/* FORUM JUMP position */
FORM[action*="forumdisplay.php"] { position: fixed!important; top: 0px !important; right: 0px !important; z-index: 50 !important; }
FORM[action*="forumdisplay.php"] STRONG, FORM[action*="forumdisplay.php"] BR { display: none !important; }
FORM[action*="forumdisplay.php"] SELECT { width: 300px !important; }
/* FORUM JUMP style */
FORM[action*="forumdisplay.php"] STRONG { color: #4d637c !important; padding: 0px !important; line-height: 7pt !important; }
FORM[action*="forumdisplay.php"] OPTGROUP { background-color: #fff !important; color: #4d637c !important; }
FORM[action*="forumdisplay.php"] SELECT { background-color: #fff !important; color: #4d637c !important; }
FORM[action*="forumdisplay.php"] OPTION { background-color: #fff !important; color: #4d637c !important; }
FORM[action*="forumdisplay.php"] OPTION[class="fjdpth0"] { background-color: #4d637c !important; color: #fff !important; }
FORM[action*="forumdisplay.php"] OPTION[class="fjsel"] { background-color: #ccc !important; color: #4d637c !important; }
FORM[action*="forumdisplay.php"] SELECT, OPTION, OPTGROUP { font-size: 7pt!important; padding: 0px !important; }
/* FORUM JUMP remove kaupallinenalue */
FORM[action*="forumdisplay.php"] OPTION[value="143"], FORM[action*="forumdisplay.php"] OPTION[value="147"], FORM[action*="forumdisplay.php"] OPTION[value="153"], FORM[action*="forumdisplay.php"] OPTION[value="155"], FORM[action*="forumdisplay.php"] OPTION[value="148"], FORM[action*="forumdisplay.php"] OPTION[value="149"] { display: none!important; }
/* ALI-ALUELISTA */
TD[class="alt1Active"][colspan="2"][align="left"][id^="f"]:first-child { padding: 2px 4px !important; border-left: 1px solid rgba(255,255,255,0.5) !important; border-bottom: 1px solid rgba(255,255,255,0.5) !important; }
TD[class="alt1Active"][colspan="2"][align="left"][id^="f"]:first-child TD:last-child { border-left: 1px solid rgba(255,255,255,0.5) !important; }
TD[class="alt1Active"][colspan="2"][align="left"][id^="f"] ~ TD { padding: 2px 4px !important; border-right: 1px solid rgba(255,255,255,0.5) !important; border-bottom: 1px solid rgba(255,255,255,0.5) !important; }
TD[class="alt1Active"][colspan="2"][align="left"][id^="f"] ~ TD:first-child { border-left: 1px solid rgba(255,255,255,0.5) !important; border-bottom: 1px solid rgba(255,255,255,0.5) !important; }
/* ALUELISTA, ALI-ALUELISTA, yla palkki */
.tborder TD.thead { background: rgba(255,255,255,0.5) !important; border-radius: 0 !important; color: #fff !important; text-shadow: 0 1px 1px #000; padding: 7px !important; border-top: 1px solid rgba(255,255,255,0.5) !important; border-bottom: 1px solid rgba(255,255,255,0.5) !important; border-right: 1px solid rgba(255,255,255,0.5) !important; }
.tborder TD.thead:last-child { border-radius: 0 5px 0 0 !important; }
.tborder TD.thead:first-child { border-radius: 5px 0 0 0 !important; border-left: 1px solid #ccc !important; border-right: 0 !important; }
.tborder TD.thead a { color: #09396c !important; }
.tborder TD.thead a:hover { color: #0f609F !important; }
TD[class="tcat"][colspan="5"]:first-child { padding: 3px !important; background: rgba(255,255,255,0.5) !important; text-shadow: 0 1px 1px #000; border: 1px solid rgba(255,255,255,0.5) !important; border-top: none !important; }
/* ALUELISTA */
.tborder TBODY[id*="forumbit"] TD { padding: 2px 4px !important; border-right: 1px solid rgba(255,255,255,0.5) !important; border-bottom: 1px solid rgba(255,255,255,0.5) !important; }
.tborder TBODY[id*="forumbit"] TD:first-child { background: rgba(255,255,255,0.2) !important; border-left: 1px solid rgba(255,255,255,0.5) !important; border-bottom: 1px solid rgba(255,255,255,0.5) !important; }
/* KETJULISTA BASIC STYLE */
TABLE[id^="threadslist"][class="tborder"] { padding: 3px 10px 10px 10px !important; margin: 10px 0 10px 0 !important; border: 1px solid rgba(255,255,255,0.2) !important; border-radius: 5px 5px 5px 5px; background: rgba(255,255,255,0.1) url("http://www.3rdw.net/themes/MuroBBS/CrystalClear/reflection3.png") no-repeat !important; }
TABLE[id^="threadslist"][class="tborder"] TD.thead { background: rgba(255,255,255,0) !important; border: 0 !important; color: #fff !important; padding: 0 3px 3px 3px !important; text-shadow: 0 1px 1px #000; }
TABLE[id^="threadslist"][class="tborder"] TD.thead a { color: #fff !important; text-decoration: none !important; }
TABLE[id^="threadslist"][class="tborder"] TD.thead a:hover { text-shadow: 0 1px 3px #000; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TD { border-bottom: 1px solid rgba(255,255,255,0.3) !important; color: #fff !important; text-shadow: 0 1px 1px #000 !important; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TD A { color: #fff !important; display: inline-block !important; height: auto !important; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TD A:hover { text-shadow: 0 1px 3px #000 !important; text-decoration: none !important; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TD:first-child { }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TD:last-child { }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TR:first-child TD:first-child { border-radius: 3px 0 0 0 !important; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TR:first-child TD:last-child { border-radius: 0 3px 0 0 !important; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TR:last-child TD:first-child { border-radius: 0 0 0 3px !important; }
TABLE[id^="threadslist"][class="tborder"] TBODY[id*="threadbits"] TR:last-child TD:last-child { border-radius: 0 0 3px 0 !important; }
#threadslist TBODY:not(:first-child) TR:hover { background: rgba(255,255,255,0.6) !important; }
#threadslist TBODY TR TD[class="alt1"] { background: rgba(255,255,255,0.2) !important; }
#threadslist TBODY TR TD[class="alt2"] { background: rgba(255,255,255,0.2) !important; }
#threadslist TBODY TR TD[class="alt2"] { padding: 0 3px 0 3px !important; }
/* UUSI VIESTI, ketjun esikatselu */
DIV[id*="threadreview"] IMG { max-width: 812px !important; }
DIV[id*="threadreview"] .tborder .thead { border-radius: 10px 10px 0 0 !important; -webkit-border-radius: 10px 10px 0 0 !important; border: 1px solid #ccc !important; background: #e6e6e6 !important; color: #09396c !important; }
DIV[id*="threadreview"] .tborder .alt1{ border-radius: 0 0 10px 0 !important; -webkit-border-radius: 0 0 10px 0 !important; border-right: 1px solid #ccc !important; border-bottom: 1px solid #ccc !important; }
DIV[id*="threadreview"] .tborder .alt2{ border-radius: 0 0 0 10px !important; -webkit-border-radius: 0 0 0 10px !important; border-right: 1px solid #ccc !important; border-left: 1px solid #ccc !important; border-bottom: 1px solid #ccc !important; font-size : 10pt !important; color: #09396c !important; text-align: left !important; }
DIV[id*="threadreview"] .tborder .alt1 .alt2 { border-radius: 10px !important; -webkit-border-radius: 10px !important; border: 1px solid #ccc !important; font-size : 9pt !important; color: #000 !important; }
DIV[id*="threadreview"] .tborder .tfoot { border-radius: 10px !important; -webkit-border-radius: 10px !important; border: 1px solid #ccc !important; background: #e6e6e6 !important; color: #09396c !important; padding: 5px !important; }
DIV[id*="threadreview"] .tborder .tfoot A { color: #09396c !important; text-decoration: underline !important; }
DIV[id*="threadreview"] .tborder .tfoot A:hover { text-decoration: none !important; }
/* KETJULISTA MISC */
IMG[src*="tag.png"], IMG[src*="sticky.gif"], IMG[src*="multipage.gif"] { display: none !important; }
TD[ID*="td_threadtitle"] SPAN[style*="nowrap"] { float: none !important; } /* PAGE NUMBERS */
TD[ID*="td_threadtitle"] SPAN[style*="cursor"] { font-size: 9px !important; } /* THREAD STARTER */
#threadslist .time { color: #fff !important; } /* THREAD STARTER */
A[href*="sort=voteavg"] { display: none !important; }
/* DESIGNED BY */
FORM[action="http://murobbs.plaza.fi/"]:not(#pagenav_form):before { color:#fff!important; font-size:7pt; text-align: center!important; display: block!important; content:"Crystal Clear style for MuroBBS - designed by Lifeless"; text-shadow: 3px 3px 1px #000; }
DIV[style*="Black"] { background: Black!important; }
DIV[style*="Sienna"] { background: Sienna!important; }
DIV[style*="DarkOliveGreen"] { background: DarkOliveGreen!important; }
DIV[style*="DarkGreen"] { background: DarkGreen!important; }
DIV[style*="DarkSlateBlue"] { background: DarkSlateBlue!important; }
DIV[style*="Navy"] { background: Navy!important; }
DIV[style*="Indigo"] { background: Indigo!important; }
DIV[style*="DarkSlateGray"] { background: DarkSlateGray!important; }
DIV[style*="DarkRed"] { background: DarkRed!important; }
DIV[style*="DarkOrange"] { background: DarkOrange!important; }
DIV[style*="Olive"] { background: Olive!important; }
DIV[style*="Green"] { background: Green!important; }
DIV[style*="Teal"] { background: Teal!important; }
DIV[style*="Blue"] { background: Blue!important; }
DIV[style*="SlateGray"] { background: SlateGray!important; }
DIV[style*="DimGray"] { background: DimGray!important; }
DIV[style*="Red"] { background: Red!important; }
DIV[style*="SandyBrown"] { background: SandyBrown!important; }
DIV[style*="YellowGreen"] { background: YellowGreen!important; }
DIV[style*="SeaGreen"] { background: SeaGreen!important; }
DIV[style*="MediumTurquoise"] { background: MediumTurquoise!important; }
DIV[style*="RoyalBlue"] { background: RoyalBlue!important; }
DIV[style*="Purple"] { background: Purple!important; }
DIV[style*="Gray"] { background: Gray!important; }
DIV[style*="Magenta"] { background: Magenta!important; }
DIV[style*="Orange"] { background: Orange!important; }
DIV[style*="Yellow"] { background: Yellow!important; }
DIV[style*="Lime"] { background: Lime!important; }
DIV[style*="Cyan"] { background: Cyan!important; }
DIV[style*="DeepSkyBlue"] { background: DeepSkyBlue!important; }
DIV[style*="DarkOrchid"] { background: DarkOrchid!important; }
DIV[style*="Silver"] { background: Silver!important; }
DIV[style*="Pink"] { background: Pink!important; }
DIV[style*="Wheat"] { background: Wheat!important; }
DIV[style*="LemonChiffon"] { background: LemonChiffon!important; }
DIV[style*="PaleGreen"] { background: PaleGreen!important; }
DIV[style*="PaleTurquoise"] { background: PaleTurquoise!important; }
DIV[style*="LightBlue"] { background: LightBlue!important; }
DIV[style*="Plum"] { background: Plum!important; }
DIV[style*="White"] { background: White!important; }
/* KESKUSTELU, user names */
TABLE[id^="post"] A.bigusername {
overflow: hidden !important;
max-width: 135px !important;
display: block !important;
text-decoration: none !important;
font-size : 10pt !important;
font-weight : bold !important;
font-family: 'Arial Black', Gadget, sans-serif !important;
letter-spacing : 0.3ex;
text-shadow : #000 1px 1px 1px;
color : #869bbf !important;
word-wrap:break-word !important;
}
TABLE[id^="post"] A[href*="lifeless-"].bigusername {
font-size : 12pt !important;
font-weight : bold !important;
font-family: 'Arial Black', Gadget, sans-serif !important;
letter-spacing : 0.9ex;
color : #bfa26f !important;
text-shadow : #000 1px 1px 1px;
}
TABLE[id^="post"] A[href*="lifeless-"].bigusername:after {
display: block !important;
content: 'photography / web design' !important;
font-weight : normal !important;
font-family: 'Verdana' !important;
font-size :9px !important;
letter-spacing : 0;
overflow: visible !important;
color : #000 !important;
text-shadow : none;
}
/* KESKUSTELU, moderator names */
TABLE[id^="post"] A.bigusername > SPAN[style="font-weight: bold;"]
{
font-size : 10pt !important;
font-weight : bold !important;
font-family: 'Arial Black', Gadget, sans-serif !important;
letter-spacing : 0.3ex;
color : #E56717 !important;
text-shadow : #000 1px 1px 1px;
}
}
| 0.236957 | 0.093306 |
body {
display: flex;
justify-content: center;
}
.ChessBoard {
height: 100vh;
width: 100vh;
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: repeat(8, 1fr);
border: solid 1px black;
}
:root {
--chess-bg-color: brown;
}
.ChessTile.Active {
background-color: blue !important;
}
.ChessTile:nth-child(-n+8):nth-child(even) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+8):nth-child(-n+16):nth-child(odd) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+17):nth-child(-n+24):nth-child(even) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+25):nth-child(-n+32):nth-child(odd) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+33):nth-child(-n+40):nth-child(even) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+41):nth-child(-n+48):nth-child(odd) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+49):nth-child(-n+56):nth-child(even) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+57):nth-child(-n+64):nth-child(odd) {
background-color: var(--chess-bg-color);
}
.ChessTile {
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.ChessTile.horse.black {
background-image: url("https://images.vexels.com/media/users/3/143174/isolated/preview/34f1b2b61373f599d8f735e91ce37851-knight-chess-figure-black-by-vexels.png");
}
.ChessTile.horse.white {
background-image: url("https://images.vexels.com/media/users/3/143173/isolated/preview/b34a47b2a0e9d773aa199f7ae0f0a7ca-knight-chess-figure-by-vexels.png");
}
.ChessTile.tower.white {
background-image: url("https://images.vexels.com/media/users/3/143224/isolated/preview/be2b821fd2c442cd1a7e26bc086ba091-rook-chess-figure-white-by-vexels.png");
}
.ChessTile.tower.black {
background-image: url("https://images.vexels.com/media/users/3/143223/isolated/preview/2ac9bfd45b5f61c5425789214ce4ea4e-rook-chess-figure-by-vexels.png");
}
.ChessTile.pawn.white {
background-image: url("https://images.vexels.com/media/users/3/143290/isolated/preview/3dc0e132939ad9ebff880b64637ea820-pawn-chess-figure-white-by-vexels.png");
}
.ChessTile.pawn.black {
background-image: url("https://images.vexels.com/media/users/3/166467/isolated/lists/3edbf34c2490a7597d0a4803352460ac-pawn-chess-piece.png");
}
.ChessTile.bishop.black {
background-image: url("https://i.dlpng.com/static/png/2316972_thumb.png");
}
.ChessTile.bishop.white {
background-image: url("https://images.vexels.com/media/users/3/143272/isolated/preview/270aa40d920d040a999bc44d27a2e114-bishop-xadrez-figura-branco-by-vexels.png");
}
.ChessTile.queen.white {
background-image: url("https://images.vexels.com/media/users/3/143217/isolated/preview/b37faca0051e61f5f393c949c1f4907e-queen-chess-figure-white-by-vexels.png");
}
.ChessTile.queen.black {
background-image: url("https://images.vexels.com/media/users/3/166479/isolated/preview/a67a141227a6b85d144f631a8a0e448e-pe--a-de-xadrez-rainha-by-vexels.png");
}
.ChessTile.king.black {
background-image: url("https://i.ya-webdesign.com/images/chess-clipart-indoor-sport-19.png");
}
.ChessTile.king.white {
background-image: url("https://images.vexels.com/media/users/3/143267/isolated/preview/80c9ad2648bc76689e7167cfd68306e4-king-chess-figure-by-vexels.png");
}
|
css/index.css
|
body {
display: flex;
justify-content: center;
}
.ChessBoard {
height: 100vh;
width: 100vh;
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: repeat(8, 1fr);
border: solid 1px black;
}
:root {
--chess-bg-color: brown;
}
.ChessTile.Active {
background-color: blue !important;
}
.ChessTile:nth-child(-n+8):nth-child(even) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+8):nth-child(-n+16):nth-child(odd) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+17):nth-child(-n+24):nth-child(even) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+25):nth-child(-n+32):nth-child(odd) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+33):nth-child(-n+40):nth-child(even) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+41):nth-child(-n+48):nth-child(odd) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+49):nth-child(-n+56):nth-child(even) {
background-color: var(--chess-bg-color);
}
.ChessTile:nth-child(n+57):nth-child(-n+64):nth-child(odd) {
background-color: var(--chess-bg-color);
}
.ChessTile {
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.ChessTile.horse.black {
background-image: url("https://images.vexels.com/media/users/3/143174/isolated/preview/34f1b2b61373f599d8f735e91ce37851-knight-chess-figure-black-by-vexels.png");
}
.ChessTile.horse.white {
background-image: url("https://images.vexels.com/media/users/3/143173/isolated/preview/b34a47b2a0e9d773aa199f7ae0f0a7ca-knight-chess-figure-by-vexels.png");
}
.ChessTile.tower.white {
background-image: url("https://images.vexels.com/media/users/3/143224/isolated/preview/be2b821fd2c442cd1a7e26bc086ba091-rook-chess-figure-white-by-vexels.png");
}
.ChessTile.tower.black {
background-image: url("https://images.vexels.com/media/users/3/143223/isolated/preview/2ac9bfd45b5f61c5425789214ce4ea4e-rook-chess-figure-by-vexels.png");
}
.ChessTile.pawn.white {
background-image: url("https://images.vexels.com/media/users/3/143290/isolated/preview/3dc0e132939ad9ebff880b64637ea820-pawn-chess-figure-white-by-vexels.png");
}
.ChessTile.pawn.black {
background-image: url("https://images.vexels.com/media/users/3/166467/isolated/lists/3edbf34c2490a7597d0a4803352460ac-pawn-chess-piece.png");
}
.ChessTile.bishop.black {
background-image: url("https://i.dlpng.com/static/png/2316972_thumb.png");
}
.ChessTile.bishop.white {
background-image: url("https://images.vexels.com/media/users/3/143272/isolated/preview/270aa40d920d040a999bc44d27a2e114-bishop-xadrez-figura-branco-by-vexels.png");
}
.ChessTile.queen.white {
background-image: url("https://images.vexels.com/media/users/3/143217/isolated/preview/b37faca0051e61f5f393c949c1f4907e-queen-chess-figure-white-by-vexels.png");
}
.ChessTile.queen.black {
background-image: url("https://images.vexels.com/media/users/3/166479/isolated/preview/a67a141227a6b85d144f631a8a0e448e-pe--a-de-xadrez-rainha-by-vexels.png");
}
.ChessTile.king.black {
background-image: url("https://i.ya-webdesign.com/images/chess-clipart-indoor-sport-19.png");
}
.ChessTile.king.white {
background-image: url("https://images.vexels.com/media/users/3/143267/isolated/preview/80c9ad2648bc76689e7167cfd68306e4-king-chess-figure-by-vexels.png");
}
| 0.608827 | 0.176672 |
.submit{
border-width: 0;
background-color: rgb(250,250,250);
color: red;
}
.title{
text-align: center;
width: 100%;
}
.title .editBtn{
font-size: 20px;
}
.title .deleteBtn{
font-size: 20px;
}
.title .publishBtn{
font-size: 20px;
}
.table_q_detail{
width: 100%;
margin: 0 auto;
margin-bottom: 40px;
}
.columns_q_detail{
width: 100%;
border-bottom: 1px solid black;
padding-left: 5%;
font-weight: bold;
}
.parameters_q_detail{
width: 80%;
margin: 0 auto;
padding: 10px 0 20px 0;
font-size: 25px;
overflow-wrap: break-word;
}
.word{
text-align: center;
}
.emptyMessage{
font-size: 25px;
text-align: center;
margin-top: 30px;
width: 100%;
}
.hidden{
display: none;
}
.editBtn:hover{
text-decoration: none;
}
.deleteBtn{
width:100px;
color: red;
margin: 0 auto;
cursor: pointer;
}
/*質問詳細画面のみ*/
/*メインの画面*/
.publishBtn{
width:150px;
margin: 0 auto;
color: green;
cursor: pointer;
}
.question{
font-size: 25px;
width: 80%;
margin: 0 auto;
}
.image{
height: 180px;
width: 280px;
}
.documents{
margin: 0 auto;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.alert{
border:1px solid pink;
background-color: rgba(255, 200, 200, 0.7);
color: red;
font-size: 25px;
}
/*公開時のプレビュー*/
.box{
border: 1px solid black;
}
.checkForm{
font-size: 23px;
text-align: center;
margin: 30px 0;
}
.check{
font-weight: bold;
}
.submit_btn{
display: inline-block;
position: relative;
text-decoration: none;
color: white;
width: 120px;
height: 50px;
line-height: 50px;
border-radius: 5px;
text-align: center;
overflow: hidden;
font-weight: bold;
background: linear-gradient(rgb(250,150,250) 30%, rgb(230,50,250) 100%);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
cursor: pointer;
}
.submit_btn:active{
-webkit-transform: translateY(2px);
transform: translateY(2px);
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);
}
.pre_btn{
border:1px solid rgba(255, 200, 200, 0.7);
background-color: rgba(255, 200, 200, 0.2);
color: rgba(200, 200, 200, 1);
font-size: 25px;
width: 120px;
margin: 0 auto;
}
/*関連記事詳細画面のみ*/
.document{
font-size: 25px;
width: 80%;
margin: 0 auto;
}
/*=================================
以下レスポンシブ対応CSS
750px幅で適応
=================================*/
.title{
padding: 0px;
margin:20px 0;
font-size: 1.75rem;
}
|
public/css/Mentor/show.css
|
.submit{
border-width: 0;
background-color: rgb(250,250,250);
color: red;
}
.title{
text-align: center;
width: 100%;
}
.title .editBtn{
font-size: 20px;
}
.title .deleteBtn{
font-size: 20px;
}
.title .publishBtn{
font-size: 20px;
}
.table_q_detail{
width: 100%;
margin: 0 auto;
margin-bottom: 40px;
}
.columns_q_detail{
width: 100%;
border-bottom: 1px solid black;
padding-left: 5%;
font-weight: bold;
}
.parameters_q_detail{
width: 80%;
margin: 0 auto;
padding: 10px 0 20px 0;
font-size: 25px;
overflow-wrap: break-word;
}
.word{
text-align: center;
}
.emptyMessage{
font-size: 25px;
text-align: center;
margin-top: 30px;
width: 100%;
}
.hidden{
display: none;
}
.editBtn:hover{
text-decoration: none;
}
.deleteBtn{
width:100px;
color: red;
margin: 0 auto;
cursor: pointer;
}
/*質問詳細画面のみ*/
/*メインの画面*/
.publishBtn{
width:150px;
margin: 0 auto;
color: green;
cursor: pointer;
}
.question{
font-size: 25px;
width: 80%;
margin: 0 auto;
}
.image{
height: 180px;
width: 280px;
}
.documents{
margin: 0 auto;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.alert{
border:1px solid pink;
background-color: rgba(255, 200, 200, 0.7);
color: red;
font-size: 25px;
}
/*公開時のプレビュー*/
.box{
border: 1px solid black;
}
.checkForm{
font-size: 23px;
text-align: center;
margin: 30px 0;
}
.check{
font-weight: bold;
}
.submit_btn{
display: inline-block;
position: relative;
text-decoration: none;
color: white;
width: 120px;
height: 50px;
line-height: 50px;
border-radius: 5px;
text-align: center;
overflow: hidden;
font-weight: bold;
background: linear-gradient(rgb(250,150,250) 30%, rgb(230,50,250) 100%);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
cursor: pointer;
}
.submit_btn:active{
-webkit-transform: translateY(2px);
transform: translateY(2px);
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);
}
.pre_btn{
border:1px solid rgba(255, 200, 200, 0.7);
background-color: rgba(255, 200, 200, 0.2);
color: rgba(200, 200, 200, 1);
font-size: 25px;
width: 120px;
margin: 0 auto;
}
/*関連記事詳細画面のみ*/
.document{
font-size: 25px;
width: 80%;
margin: 0 auto;
}
/*=================================
以下レスポンシブ対応CSS
750px幅で適応
=================================*/
.title{
padding: 0px;
margin:20px 0;
font-size: 1.75rem;
}
| 0.331444 | 0.095055 |
.cart-container {
padding: 2rem 4rem;
}
.cart-item, .titles {
@apply grid items-center gap-2.5 w-full text-center;
grid-template-columns: 3fr 1fr 1fr 1fr;
}
.cart-title {
font-weight: 700;
font-size: 30px;
text-align: center;
margin-bottom: 2rem;
}
.cart-empty {
font-weight: 600;
font-size: 25px;
text-align: center;
}
.start-shopping {
color: var(--green);
}
.cart-items {
}
.titles {
margin: 2rem 0 1rem 0;
}
.titles h4 {
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
text-align: center;
}
.cart-items .cart-item {
border-top: 1px solid rgb(187, 187, 187);
padding: 1rem 0;
}
.cart-items .cart-item .cart-product {
display: flex;
flex-direction: row;
gap: 2rem;
}
.cart-items .cart-product img {
width: 120px;
object-fit: contain;
object-position: center;
}
.cart-product-quantity button {
width: 20px;
height: 20px;
border-radius: 20px;
line-height: 15px;
text-align: center;
outline: none;
}
.cart-product-price {
font-weight: 600;
font-size: 16px;
text-align: center;
}
.cart-product-quantity {
@apply flex flex-row justify-center text-center font-semibold items-center;
font-size: 16px;
}
.cart-product-quantity .count {
margin: 0 .5rem;
font-weight: 600;
font-size: 16px;
text-align: center;
}
.cart-product-total-price {
font-weight: 600;
font-size: 16px;
text-align: right;
color: var(--green);
}
.cart-summary {
@apply flex flex-row items-center justify-between my-8 font-semibold sticky flex-shrink flex-grow bottom-0 left-0 pb-8;
border-top: 2px dotted var(--light-gray);
font-size: 20px;
background-color: var(--white);
}
.cart-summary p {
font-weight: 400;
font-size: 14px;
}
.clear-cart, .cart-summary button, .cart-product button {
font-weight: 600;
font-size: 16px;
color: var(--orange);
padding: 5px;
border-bottom: 1px solid var(--light-gray);
cursor: pointer;
outline: none;
}
.cart-product button:focus, .clear-cart:focus, .cart-summary button:focus {
box-shadow: 0 0.5em 0.5em -0.4em var(--green);
transform: translateY(-0.25em);
}
.cart-checkout {
@apply flex flex-col gap-2.5 items-start justify-between mt-8;
}
.cart-subtotal {
@apply flex flex-row justify-between w-full;
}
.cart-subtotal .amount {
color: var(--orange);
}
.continue-shopping {
color: var(--green);
}
.cart-checkbox {
font-weight: 600;
font-size: 1.6rem;
color: var(--orange);
margin-right: 2rem;
}
|
src/pages/CartPage/CartPage.css
|
.cart-container {
padding: 2rem 4rem;
}
.cart-item, .titles {
@apply grid items-center gap-2.5 w-full text-center;
grid-template-columns: 3fr 1fr 1fr 1fr;
}
.cart-title {
font-weight: 700;
font-size: 30px;
text-align: center;
margin-bottom: 2rem;
}
.cart-empty {
font-weight: 600;
font-size: 25px;
text-align: center;
}
.start-shopping {
color: var(--green);
}
.cart-items {
}
.titles {
margin: 2rem 0 1rem 0;
}
.titles h4 {
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
text-align: center;
}
.cart-items .cart-item {
border-top: 1px solid rgb(187, 187, 187);
padding: 1rem 0;
}
.cart-items .cart-item .cart-product {
display: flex;
flex-direction: row;
gap: 2rem;
}
.cart-items .cart-product img {
width: 120px;
object-fit: contain;
object-position: center;
}
.cart-product-quantity button {
width: 20px;
height: 20px;
border-radius: 20px;
line-height: 15px;
text-align: center;
outline: none;
}
.cart-product-price {
font-weight: 600;
font-size: 16px;
text-align: center;
}
.cart-product-quantity {
@apply flex flex-row justify-center text-center font-semibold items-center;
font-size: 16px;
}
.cart-product-quantity .count {
margin: 0 .5rem;
font-weight: 600;
font-size: 16px;
text-align: center;
}
.cart-product-total-price {
font-weight: 600;
font-size: 16px;
text-align: right;
color: var(--green);
}
.cart-summary {
@apply flex flex-row items-center justify-between my-8 font-semibold sticky flex-shrink flex-grow bottom-0 left-0 pb-8;
border-top: 2px dotted var(--light-gray);
font-size: 20px;
background-color: var(--white);
}
.cart-summary p {
font-weight: 400;
font-size: 14px;
}
.clear-cart, .cart-summary button, .cart-product button {
font-weight: 600;
font-size: 16px;
color: var(--orange);
padding: 5px;
border-bottom: 1px solid var(--light-gray);
cursor: pointer;
outline: none;
}
.cart-product button:focus, .clear-cart:focus, .cart-summary button:focus {
box-shadow: 0 0.5em 0.5em -0.4em var(--green);
transform: translateY(-0.25em);
}
.cart-checkout {
@apply flex flex-col gap-2.5 items-start justify-between mt-8;
}
.cart-subtotal {
@apply flex flex-row justify-between w-full;
}
.cart-subtotal .amount {
color: var(--orange);
}
.continue-shopping {
color: var(--green);
}
.cart-checkbox {
font-weight: 600;
font-size: 1.6rem;
color: var(--orange);
margin-right: 2rem;
}
| 0.555918 | 0.143487 |
/* http://www.the-art-of-web.com/css/format-dl/*/
.post-preview dl {
border: 3px double #ccc;
padding: 0.5em;
}
.post-preview dt{
font-weight: bold;
color: red;
}
.post-preview dd {
margin: 0;
padding: 0 0 0.5em 0;
}
/*from http://maxdesign.com.au/articles/definition/ - 有做一些調整*/
dl.margins-removed {
margin: 0;
padding: 0;
}
.margins-removed dt {
margin: 0;
padding: 0;
font-weight: bold;
}
.margins-removed dd {
margin: 0 0 1em 0;
padding: 0;
}
.background-image dt {
color: #000;
font-weight: bold;
padding: 0;
}
.background-image dd {
margin: 0 0 1em 0;
padding: 0 0 0 10px;
background: url(arrow.gif) no-repeat 0 .5em;
}
dl.border-around {
border-style: none;
margin: 2em 0;
padding: 0;
width: 35em;
}
.border-around dt {
background-color: #131210;
color: whitesmoke;
padding: .5em;
font-weight: bold;
text-align: center;
border-left: 1px solid #131210;
border-right: 1px solid #131210;
border-top: 1px solid #131210;
}
.border-around dd {
margin: 0 0 1em 0;
background: #DBD8D8;
padding: 1em .5em;
border-left: 1px solid #131210;
border-right: 1px solid #131210;
border-bottom: 1px solid #131210;
}
dl.table-display {
float: left;
margin: 1em 0;
padding: 0;
border-bottom: 1px solid #999;
}
.table-display dt {
clear: left;
float: left;
width: 40%;
margin: 0;
padding: 5px;
border-top: 1px solid #999;
font-weight: bold;
}
.table-display dd {
float: left;
width: 60%;
margin: 0;
padding: 5px;
border-top: 1px solid #999;
}
dl.float-right {
border: 1px solid #000;
background-color: #ddd;
width: 142px;
text-align: center;
padding: 0 0 10px 0;
float: right;
margin: 0 0 1em 1em;
}
.float-right dt {
font-weight: bold;
background-color: #131210;
color: #959289;
padding: 5px 10px;
margin-bottom: 10px;
}
.float-right dd img {
border: 1px solid #000;
width: 100px;
height: 100px;
}
.float-right dd {
margin: 0;
padding: 0 10px 5px 10px;
font-size: 85%;
}
dl.gallery {
border: 1px solid #000;
background-color: #ddd;
width: 102px;
text-align: center;
padding: 10px;
float: left;
margin-right: 1em;
}
.gallery dt { font-weight: bold; }
.gallery dt img {
border: 1px solid #000;
width: 100px;
height: 100px;
}
.gallery dd {
margin: 0;
padding: 0;
}
dl.event {
margin: 2em 0;
padding: 0;
font-family: georgia, times, serif;
}
.event dt {
position: relative;
left: 0;
top: 1.1em;
width: 5em;
font-weight: bold;
}
.event dd {
border-left: 1px solid #000;
margin: 0 0 0 6em;
padding: 0 0 .5em .5em;
}
dl.multiple-table { border-bottom: 1px solid #999; }
dl.multiple-table dt {
clear: left;
float: left;
width: 220px;
margin: 0;
padding: 5px;
border-top: 1px solid #999;
font-weight: bold;
}
dl.multiple-table dd {
margin-left: 230px;
padding: 5px;
}
dl.multiple-table dd.first { border-top: 1px solid #999; }
|
src/input/assets/css/dl.css
|
/* http://www.the-art-of-web.com/css/format-dl/*/
.post-preview dl {
border: 3px double #ccc;
padding: 0.5em;
}
.post-preview dt{
font-weight: bold;
color: red;
}
.post-preview dd {
margin: 0;
padding: 0 0 0.5em 0;
}
/*from http://maxdesign.com.au/articles/definition/ - 有做一些調整*/
dl.margins-removed {
margin: 0;
padding: 0;
}
.margins-removed dt {
margin: 0;
padding: 0;
font-weight: bold;
}
.margins-removed dd {
margin: 0 0 1em 0;
padding: 0;
}
.background-image dt {
color: #000;
font-weight: bold;
padding: 0;
}
.background-image dd {
margin: 0 0 1em 0;
padding: 0 0 0 10px;
background: url(arrow.gif) no-repeat 0 .5em;
}
dl.border-around {
border-style: none;
margin: 2em 0;
padding: 0;
width: 35em;
}
.border-around dt {
background-color: #131210;
color: whitesmoke;
padding: .5em;
font-weight: bold;
text-align: center;
border-left: 1px solid #131210;
border-right: 1px solid #131210;
border-top: 1px solid #131210;
}
.border-around dd {
margin: 0 0 1em 0;
background: #DBD8D8;
padding: 1em .5em;
border-left: 1px solid #131210;
border-right: 1px solid #131210;
border-bottom: 1px solid #131210;
}
dl.table-display {
float: left;
margin: 1em 0;
padding: 0;
border-bottom: 1px solid #999;
}
.table-display dt {
clear: left;
float: left;
width: 40%;
margin: 0;
padding: 5px;
border-top: 1px solid #999;
font-weight: bold;
}
.table-display dd {
float: left;
width: 60%;
margin: 0;
padding: 5px;
border-top: 1px solid #999;
}
dl.float-right {
border: 1px solid #000;
background-color: #ddd;
width: 142px;
text-align: center;
padding: 0 0 10px 0;
float: right;
margin: 0 0 1em 1em;
}
.float-right dt {
font-weight: bold;
background-color: #131210;
color: #959289;
padding: 5px 10px;
margin-bottom: 10px;
}
.float-right dd img {
border: 1px solid #000;
width: 100px;
height: 100px;
}
.float-right dd {
margin: 0;
padding: 0 10px 5px 10px;
font-size: 85%;
}
dl.gallery {
border: 1px solid #000;
background-color: #ddd;
width: 102px;
text-align: center;
padding: 10px;
float: left;
margin-right: 1em;
}
.gallery dt { font-weight: bold; }
.gallery dt img {
border: 1px solid #000;
width: 100px;
height: 100px;
}
.gallery dd {
margin: 0;
padding: 0;
}
dl.event {
margin: 2em 0;
padding: 0;
font-family: georgia, times, serif;
}
.event dt {
position: relative;
left: 0;
top: 1.1em;
width: 5em;
font-weight: bold;
}
.event dd {
border-left: 1px solid #000;
margin: 0 0 0 6em;
padding: 0 0 .5em .5em;
}
dl.multiple-table { border-bottom: 1px solid #999; }
dl.multiple-table dt {
clear: left;
float: left;
width: 220px;
margin: 0;
padding: 5px;
border-top: 1px solid #999;
font-weight: bold;
}
dl.multiple-table dd {
margin-left: 230px;
padding: 5px;
}
dl.multiple-table dd.first { border-top: 1px solid #999; }
| 0.23092 | 0.104477 |
body {
background-color: rgb(228, 225, 213);
color: #5b5b5b;
font-family: serif;
font-size: 1.2rem;
position: relative;
}
header {
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
height: 100vh;
background: url('../img/coding.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #fff;
}
header h1 {
font-weight: 500;
font-size: 10vw;
text-shadow: 3px 4px 0 rgba(0 ,0 ,0 , 0.2);
}
header p {
font-weight: 400;
font-size: 7vw;
font-style: italic;
}
footer {
text-align: center;
height: 50px;
}
footer span {
position: relative;
top: 10px;
}
hr {
border-color: #fff;
}
h3 {
font-size: 2.75rem;
text-align: center;
}
section {
padding: 60px 20vw;
}
.experience {
text-align: left;
}
.experience:not(:last-of-type) {
padding-bottom: 20px;
}
.location, .additional-info > strong {
display: block;
}
.location {
margin-top: 5px;
}
.experience h5 {
font-weight: 700;
}
.flex-nav {
position: fixed;
top: 0;
width: 100%;
box-shadow: 0px 2px 8px #000000;
}
.flex-nav ul {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.flex-nav li {
flex: 2;
}
.flex-nav .social {
flex: 1;
}
.toggleNav {
display: none;
}
.toggleNav:hover {
cursor: pointer;
}
nav a {
color: #fff !important;
font-weight: 400;
letter-spacing: 2px;
text-decoration: none !important;
background: rgba(0,0,0,0.2);
padding: 10px 5px;
display: inline-block;
width: 100%;
text-align: center;
transition: 0.5s;
}
.nav-full-size {
height: 100vh;
background: #000000;
z-index: 1;
}
.active {
background: rgba(37, 37, 37, 0.5);
font-style: italic;
}
#skills ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.skill-item {
flex: 1 50%;
display: flex;
justify-content: space-between;
padding-right: 20px;
max-width: 50%;
}
.skill-item:nth-child(2n) {
padding: 0 0 0 20px;
}
h3 + hr {
margin: 0 auto 50px auto;
}
hr {
border-top: 1px solid #8b8b8b;
}
.grey-background {
background: #333333;
}
.white-text {
color: rgba(255, 255, 255, 0.9);
}
#contact {
height: 600px;
}
#contact .location {
margin: 0 0 10px 0;
}
.contact-list a {
text-decoration: none;
color: #fff;
opacity: 0.5;
}
.contact-list a:hover {
opacity: 1;
}
.contact-list span {
font-size: 1.1rem;
position: relative;
top: -7px;
}
.contact-list {
display: flex;
flex-direction: column;
list-style: none;
padding: 0;
margin: 35px 0 0 0;
text-align: left;
}
.contact-list span {
margin-right: 5px;
}
@media all and (max-width: 880px) {
.flex-nav ul {
flex-wrap: wrap;
}
.flex-nav li {
flex-basis: 100%;
}
.toggleNav {
display: block;
padding: 10px 5px;
}
.flex-nav ul {
display: none;
}
.flex-nav ul.open {
display: flex;
}
nav a {
padding: 20px 5px;
}
}
@media all and (max-width: 880px) and (orientation: landscape) {
.flex-nav li {
flex: 1 50%;
}
.flex-nav .social {
flex: 1 25%;
}
}
@media all and (max-width: 400px) {
body {
font-size: 1rem;
}
h3 {
font-size: 2rem;
}
h3 + hr {
margin-bottom: 25px;
}
.experience:not(:last-of-type) {
padding-bottom: 40px;
}
.contact-list span {
font-size: 1rem;
}
}
@media all and (min-width: 1200px) {
.experience {
display: flex;
flex-wrap: wrap
}
.company-info {
flex: 1;
}
.additional-info {
flex: 3;
}
}
@media all and (max-width: 700px) {
section {
padding: 60px 10vw;
}
.skill-item {
flex: 1 100%;
max-width: 100%;
padding: 0 !important;
}
}
|
style/style.css
|
body {
background-color: rgb(228, 225, 213);
color: #5b5b5b;
font-family: serif;
font-size: 1.2rem;
position: relative;
}
header {
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
height: 100vh;
background: url('../img/coding.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #fff;
}
header h1 {
font-weight: 500;
font-size: 10vw;
text-shadow: 3px 4px 0 rgba(0 ,0 ,0 , 0.2);
}
header p {
font-weight: 400;
font-size: 7vw;
font-style: italic;
}
footer {
text-align: center;
height: 50px;
}
footer span {
position: relative;
top: 10px;
}
hr {
border-color: #fff;
}
h3 {
font-size: 2.75rem;
text-align: center;
}
section {
padding: 60px 20vw;
}
.experience {
text-align: left;
}
.experience:not(:last-of-type) {
padding-bottom: 20px;
}
.location, .additional-info > strong {
display: block;
}
.location {
margin-top: 5px;
}
.experience h5 {
font-weight: 700;
}
.flex-nav {
position: fixed;
top: 0;
width: 100%;
box-shadow: 0px 2px 8px #000000;
}
.flex-nav ul {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.flex-nav li {
flex: 2;
}
.flex-nav .social {
flex: 1;
}
.toggleNav {
display: none;
}
.toggleNav:hover {
cursor: pointer;
}
nav a {
color: #fff !important;
font-weight: 400;
letter-spacing: 2px;
text-decoration: none !important;
background: rgba(0,0,0,0.2);
padding: 10px 5px;
display: inline-block;
width: 100%;
text-align: center;
transition: 0.5s;
}
.nav-full-size {
height: 100vh;
background: #000000;
z-index: 1;
}
.active {
background: rgba(37, 37, 37, 0.5);
font-style: italic;
}
#skills ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.skill-item {
flex: 1 50%;
display: flex;
justify-content: space-between;
padding-right: 20px;
max-width: 50%;
}
.skill-item:nth-child(2n) {
padding: 0 0 0 20px;
}
h3 + hr {
margin: 0 auto 50px auto;
}
hr {
border-top: 1px solid #8b8b8b;
}
.grey-background {
background: #333333;
}
.white-text {
color: rgba(255, 255, 255, 0.9);
}
#contact {
height: 600px;
}
#contact .location {
margin: 0 0 10px 0;
}
.contact-list a {
text-decoration: none;
color: #fff;
opacity: 0.5;
}
.contact-list a:hover {
opacity: 1;
}
.contact-list span {
font-size: 1.1rem;
position: relative;
top: -7px;
}
.contact-list {
display: flex;
flex-direction: column;
list-style: none;
padding: 0;
margin: 35px 0 0 0;
text-align: left;
}
.contact-list span {
margin-right: 5px;
}
@media all and (max-width: 880px) {
.flex-nav ul {
flex-wrap: wrap;
}
.flex-nav li {
flex-basis: 100%;
}
.toggleNav {
display: block;
padding: 10px 5px;
}
.flex-nav ul {
display: none;
}
.flex-nav ul.open {
display: flex;
}
nav a {
padding: 20px 5px;
}
}
@media all and (max-width: 880px) and (orientation: landscape) {
.flex-nav li {
flex: 1 50%;
}
.flex-nav .social {
flex: 1 25%;
}
}
@media all and (max-width: 400px) {
body {
font-size: 1rem;
}
h3 {
font-size: 2rem;
}
h3 + hr {
margin-bottom: 25px;
}
.experience:not(:last-of-type) {
padding-bottom: 40px;
}
.contact-list span {
font-size: 1rem;
}
}
@media all and (min-width: 1200px) {
.experience {
display: flex;
flex-wrap: wrap
}
.company-info {
flex: 1;
}
.additional-info {
flex: 3;
}
}
@media all and (max-width: 700px) {
section {
padding: 60px 10vw;
}
.skill-item {
flex: 1 100%;
max-width: 100%;
padding: 0 !important;
}
}
| 0.439988 | 0.092278 |
:root {
--main-bg-color: #fffffe;
--second-bg-color: #e3f6f5;
--headline-color: #272343;
--text-color: #2d334a;
--btn-bg-color: #ffd803;
--btn-fg-color: #272343;
--link-fg-color: #bae8e8;
--error-color: #f25f4c;
}
* {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
box-sizing: border-box;
line-height: 1.5;
margin: 0px;
}
body {
color: var(--text-color);
background-color: var(--main-bg-color);
}
input, button {
color: var(--btn-fg-color);
font-size: 1.5rem;
border-radius: 5px;
padding: 0 0.4em 0 0.4em;
border: 2px solid var(--headline-color);
font-size: 1.5rem;
}
input[type='text'] {
width: 100%;
}
button {
background-color: var(--btn-bg-color);
margin-left: 0.4em;
}
h1 {
font-size: 3em;
font-weight: 900;
}
.app {
padding: 1rem;
width: 800px;
margin: 0 auto;
margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {
.app {
padding: 0.4em;
width: 100%;
margin: 0;
}
}
.header {
margin-bottom: 2em;
}
.flx {
display: flex;
flex-direction: row;
}
.flx-left {
justify-content: flex-start;
}
.flx-right {
justify-content: flex-end;
}
.flx-center {
align-items: center;
align-content: center;
justify-content: center;
}
.container {
width: 100%;
padding: 1rem;
border: 2px solid var(--headline-color);
border-radius: 5px;
background-color: var(--second-bg-color);
}
.question-list {
margin-bottom: 1em;
}
.question-cont {
margin-top: 1em;
padding: 0.5em;
border-radius: 5px;
background-color: var(--main-bg-color);
}
.question {
font-weight: bold;
margin-bottom: 0.4em;
}
.option label {
margin-left: 0.4em;
font-size: 1.2em;
}
#btn-submit {
float: right;
}
.scorehero {
text-align: center;
}
.score {
font-weight: 900;
font-size: 5em;
}
.error {
font-weight: bold;
font-style: italic;
margin-top: 0.5em;
color: #f25f4c;
}
.spinner {
width: 1em;
filter: invert(1);
}
|
src/App.css
|
:root {
--main-bg-color: #fffffe;
--second-bg-color: #e3f6f5;
--headline-color: #272343;
--text-color: #2d334a;
--btn-bg-color: #ffd803;
--btn-fg-color: #272343;
--link-fg-color: #bae8e8;
--error-color: #f25f4c;
}
* {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
box-sizing: border-box;
line-height: 1.5;
margin: 0px;
}
body {
color: var(--text-color);
background-color: var(--main-bg-color);
}
input, button {
color: var(--btn-fg-color);
font-size: 1.5rem;
border-radius: 5px;
padding: 0 0.4em 0 0.4em;
border: 2px solid var(--headline-color);
font-size: 1.5rem;
}
input[type='text'] {
width: 100%;
}
button {
background-color: var(--btn-bg-color);
margin-left: 0.4em;
}
h1 {
font-size: 3em;
font-weight: 900;
}
.app {
padding: 1rem;
width: 800px;
margin: 0 auto;
margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {
.app {
padding: 0.4em;
width: 100%;
margin: 0;
}
}
.header {
margin-bottom: 2em;
}
.flx {
display: flex;
flex-direction: row;
}
.flx-left {
justify-content: flex-start;
}
.flx-right {
justify-content: flex-end;
}
.flx-center {
align-items: center;
align-content: center;
justify-content: center;
}
.container {
width: 100%;
padding: 1rem;
border: 2px solid var(--headline-color);
border-radius: 5px;
background-color: var(--second-bg-color);
}
.question-list {
margin-bottom: 1em;
}
.question-cont {
margin-top: 1em;
padding: 0.5em;
border-radius: 5px;
background-color: var(--main-bg-color);
}
.question {
font-weight: bold;
margin-bottom: 0.4em;
}
.option label {
margin-left: 0.4em;
font-size: 1.2em;
}
#btn-submit {
float: right;
}
.scorehero {
text-align: center;
}
.score {
font-weight: 900;
font-size: 5em;
}
.error {
font-weight: bold;
font-style: italic;
margin-top: 0.5em;
color: #f25f4c;
}
.spinner {
width: 1em;
filter: invert(1);
}
| 0.511473 | 0.134975 |
div.filesView
{
overflow-y: auto;
height: 100%;
}
td.filesview_ftitle:hover
{
cursor: context-menu;
background-color: #ffffa0;
}
#filesview-splash
{
position: absolute;
width: 100%;
height: 100%;
background-color: #f0f0f0;
}
div.filesView div.filesView-header
{
padding: 15px 15px 10px 15px;
border-bottom: thin solid #ddd;
background-color: #efebe7;
box-shadow: 0 -1px 8px rgba(0,0,0,.2);
}
div.filesView-header > *
{
vertical-align: middle;
}
div.filesView-header .title
{
font-size: 1.75em;
padding-right: 1.5em;
}
div.filesView-panel
{
overflow-y: auto;
padding: 0 !important;
background-color: #f5f5f5;
}
div#filesView-accordion
{
padding: 15px;
border-right: thin solid #ddd;
border-left: thin solid #ddd;
}
div.filesView div.nofiles
{
font-size: large;
font-style: italic;
color: #c0c0c0;
}
span.yesno
{
padding-left: 30px;
}
a.collagelink
{
font-size: .9em;
display: inline-block;
overflow: hidden;
height: 23px;
margin-right: 10px;
padding: 0;
text-decoration: none;
color: #707070;
background-color: #eee;
}
span.collagelink-caption
{
font-weight: bold;
padding: 5px 0 5px 5px;
}
div.collagelink-number
{
font-weight: bold;
display: inline-block;
padding: 5px;
text-align: center;
}
span.filesView-item-numpage
{
padding-left: 10px;
color: #a0a0a0;
}
span.filesView-question-numvotes
{
font-size: large;
color: #a0a0a0;
}
span.filesView-item-ensembleinfo
{
padding-left: 10px;
color: #a0a0a0;
}
span.filesView-when
{
color: #a0a0a0;
}
div.filesView-floatright
{
float: right;
}
#filesView-question-list > div
{
padding: 10px;
}
#filesView-pending-list > div
{
padding: 10px;
}
div.filesView-question-body
{
font-family: Trebuchet MS, sans-serif;
font-size: medium;
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
div.filesView-item
{
border-bottom: thin solid #e0e0e0;
}
div.filesView-item:nth-child(odd)
{
background-color: #fafafa;
}
div.filesView-item:nth-child(even)
{
background-color: #f2f2f2;
}
span.filesView-reply-body
{
font-family: Trebuchet MS;
font-size: medium;
padding-right: 10px;
}
#filesView-question-header-total #filesView-pending-header-total
{
font-weight: bold;
}
#filesView-question-header,
#filesView-pending-header,
#filesView-files-header
{
font-family: trebuchet MS;
font-size: x-large;
}
/* snippets */
div.snippet-selection
{
position: absolute;
z-index: 2;
opacity: .4;
border: thin solid #777;
border-color: #337;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-color: #a5b5e5;
}
div.snippet-pagenumber
{
position: absolute;
z-index: 1;
right: 0;
padding: 3px;
opacity: .5;
border: thin solid #f0f0f0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-color: #f0f0f0;
}
div.snippet-pagenumber:hover
{
opacity: 1;
}
div.snippet-innermaterial
{
position: absolute;
cursor: move;
}
img.snippet-material
{
-moz-user-select: none;
border: thin solid #e0e0e0;
}
div.snippet-material
{
position: relative;
overflow: hidden;
max-width: 800px;
height: 100px;
margin: 0 auto 5px auto;
border: thin solid #e0e0e0;
background-color: #fafafa;
}
h3.ui-state-active > a
{
/*background-color: #beebff;*/
background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#fafafa));
background: -moz-linear-gradient(top, #e0e0e0, #fafafa);
}
span.reply-rated-as
{
color: #a0a0a0;
}
.hidden
{
display: none;
}
.sort-option
{
text-decoration: none;
}
.sort-option.active
{
font-weight: bold;
}
.sort-option > .arrow
{
display: inline-block;
width: 16px;
height: 8px;
background-repeat: no-repeat;
background-position: center;
}
.sort-option.asc > .arrow
{
background-image: url('/content/lib/tablesorter/asc.gif');
}
.sort-option.desc > .arrow
{
background-image: url('/content/lib/tablesorter/desc.gif');
}
a.button
{
margin: 0;
padding: 1px 4px;
color: #303030;
border: thin solid #707070;
border-radius: 5px 5px 5px 5px;
border-radius: 5px;
background-color: #c0c0c0;
}
|
content/views/ui.filesview.css
|
div.filesView
{
overflow-y: auto;
height: 100%;
}
td.filesview_ftitle:hover
{
cursor: context-menu;
background-color: #ffffa0;
}
#filesview-splash
{
position: absolute;
width: 100%;
height: 100%;
background-color: #f0f0f0;
}
div.filesView div.filesView-header
{
padding: 15px 15px 10px 15px;
border-bottom: thin solid #ddd;
background-color: #efebe7;
box-shadow: 0 -1px 8px rgba(0,0,0,.2);
}
div.filesView-header > *
{
vertical-align: middle;
}
div.filesView-header .title
{
font-size: 1.75em;
padding-right: 1.5em;
}
div.filesView-panel
{
overflow-y: auto;
padding: 0 !important;
background-color: #f5f5f5;
}
div#filesView-accordion
{
padding: 15px;
border-right: thin solid #ddd;
border-left: thin solid #ddd;
}
div.filesView div.nofiles
{
font-size: large;
font-style: italic;
color: #c0c0c0;
}
span.yesno
{
padding-left: 30px;
}
a.collagelink
{
font-size: .9em;
display: inline-block;
overflow: hidden;
height: 23px;
margin-right: 10px;
padding: 0;
text-decoration: none;
color: #707070;
background-color: #eee;
}
span.collagelink-caption
{
font-weight: bold;
padding: 5px 0 5px 5px;
}
div.collagelink-number
{
font-weight: bold;
display: inline-block;
padding: 5px;
text-align: center;
}
span.filesView-item-numpage
{
padding-left: 10px;
color: #a0a0a0;
}
span.filesView-question-numvotes
{
font-size: large;
color: #a0a0a0;
}
span.filesView-item-ensembleinfo
{
padding-left: 10px;
color: #a0a0a0;
}
span.filesView-when
{
color: #a0a0a0;
}
div.filesView-floatright
{
float: right;
}
#filesView-question-list > div
{
padding: 10px;
}
#filesView-pending-list > div
{
padding: 10px;
}
div.filesView-question-body
{
font-family: Trebuchet MS, sans-serif;
font-size: medium;
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
div.filesView-item
{
border-bottom: thin solid #e0e0e0;
}
div.filesView-item:nth-child(odd)
{
background-color: #fafafa;
}
div.filesView-item:nth-child(even)
{
background-color: #f2f2f2;
}
span.filesView-reply-body
{
font-family: Trebuchet MS;
font-size: medium;
padding-right: 10px;
}
#filesView-question-header-total #filesView-pending-header-total
{
font-weight: bold;
}
#filesView-question-header,
#filesView-pending-header,
#filesView-files-header
{
font-family: trebuchet MS;
font-size: x-large;
}
/* snippets */
div.snippet-selection
{
position: absolute;
z-index: 2;
opacity: .4;
border: thin solid #777;
border-color: #337;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-color: #a5b5e5;
}
div.snippet-pagenumber
{
position: absolute;
z-index: 1;
right: 0;
padding: 3px;
opacity: .5;
border: thin solid #f0f0f0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-color: #f0f0f0;
}
div.snippet-pagenumber:hover
{
opacity: 1;
}
div.snippet-innermaterial
{
position: absolute;
cursor: move;
}
img.snippet-material
{
-moz-user-select: none;
border: thin solid #e0e0e0;
}
div.snippet-material
{
position: relative;
overflow: hidden;
max-width: 800px;
height: 100px;
margin: 0 auto 5px auto;
border: thin solid #e0e0e0;
background-color: #fafafa;
}
h3.ui-state-active > a
{
/*background-color: #beebff;*/
background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#fafafa));
background: -moz-linear-gradient(top, #e0e0e0, #fafafa);
}
span.reply-rated-as
{
color: #a0a0a0;
}
.hidden
{
display: none;
}
.sort-option
{
text-decoration: none;
}
.sort-option.active
{
font-weight: bold;
}
.sort-option > .arrow
{
display: inline-block;
width: 16px;
height: 8px;
background-repeat: no-repeat;
background-position: center;
}
.sort-option.asc > .arrow
{
background-image: url('/content/lib/tablesorter/asc.gif');
}
.sort-option.desc > .arrow
{
background-image: url('/content/lib/tablesorter/desc.gif');
}
a.button
{
margin: 0;
padding: 1px 4px;
color: #303030;
border: thin solid #707070;
border-radius: 5px 5px 5px 5px;
border-radius: 5px;
background-color: #c0c0c0;
}
| 0.303629 | 0.161883 |
@font-face {
font-family: "Times New Roman";
}
/* set background color behind app (visible during flip transition) */
body {
background: #83FC03 !important;
}
/* hacks to get smoother page transition, esp on older Androids */
.ui-page {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
-o-perspective: 1000;
perspective: 1000;
}
/*--- custom styles for main springboard page -----------------------------*/
/* outer container to used to lay everything out relatively */
.springboard-container {
text-align: center;
padding: 0;
}
/* custom (non-jQuery Mobile styled) header with large font and no toolbar */
.springboard-heading {
font-size: 48px;
margin: 12px 0px;
}
/* don't let image overflow springboard grid nor exceed its native width */
@media all and (max-width: 321px) and (min-width: 0px){
.springboard img {
height: 50px;
}
}
@media all and (min-width: 322px){
.springboard img {
height: 75px;
}
}
/* keep springboard caption close to its corresponding icon */
.springboard p {
margin-top: -10px !important;
}
/* specify custom hyperlink styling for springboard caption */
.springboard a {
}
/*--- custom styles for secondary springboard pages -----------------------------*/
/* custom sizing optimized for custom font */
.ui-header .ui-title {
font-size: 20px;
margin: 3px 0;
}
/* custom image-based back button for jQM header */
.springboard-backbtn {
position: absolute;
top: 2px;
left: 5px;
}
/* custom fixed-position non-toolbar footer */
.springboard-credits {
position: absolute;
bottom: 10px;
width: 100%;
margin-left: -15px;
margin-right: -15px;
text-align: center;
/* TODO: could do css flexbox layout instead */
}
.springboard-credits a {
text-decoration: none;
font-weight: normal;
}
.boton {
text-decoration: none;
color: #fff;
font-weight: bold;
padding: 12px 25px;
font-size: 18px;
border-radius: 10px;
background-color: #666666;
box-shadow: 0 5px 5px #313131, 0 9px 0 #393939, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
position: relative;
border-bottom: 1px solid rgba(255,255,255,0.2);
display: inline-block;
font-family: Arial, Helvetica, sans;
text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}
.boton:hover {
box-shadow: 0 5px 5px #313131, 0 9px 0 #393939, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
color: #fff !important;
}
.boton:active {
top: 7px;
box-shadow: 0 2px 0 #393939, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2);
color: #fff !important;
}
.formaBoton {
border-radius: 5px;
padding-left: 25px;
padding-right: 25px;
}
.colorRojo{
background-color: #c34747;
box-shadow: 0 5px 5px #853232, 0 9px 0 #5e2525, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
}
.colorRojo:hover {
box-shadow: 0 5px 5px #853232, 0 9px 0 #5e2525, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
}
.colorRojon:active {
box-shadow: 0 2px 0 #5e2525, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2);
}
body{
background:#3CF;
}
nav{
/*Bordes redondeados*/
-webkit-border-radius:10px;/*Para chrome y Safari*/
-moz-border-radius:10px;/*Para Firefox*/
-o-border-radius:10px;/*Para Opera*/
border-radius:10px;/*El estandar por defecto*/
background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));/*Para chrome y Safari*/
/*Degradados*/
background-image: -moz-linear-gradient(top center, #FFF, #CCC);/*Para Firefox*/
background-image: -o-linear-gradient(top, #FFF, #CCC);/*Para Opera*/
background-image: linear-gradient(top, #FFF, #CCC);/*El estandar por defecto*/
overflow:hidden;
padding:10px;
width:950px;
}
nav ul{
list-style:none;
margin:0 10px 0 10px;
padding:0;
}
nav ul li{
/*Bordes redondeados*/
-webkit-border-radius:5px;/*Chrome y Safari*/
-moz-border-radius:5px;/*Firefox*/
-o-border-radius:5px;/*Opera*/
border-radius:5px;/*Estandar por defecto*/
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
margin-right:10px;
text-align:center;
/*Sombras para texto, los mismos parametros que box-shadow*/
text-shadow: 0px 1px 0px #FFF;
}
nav ul li:hover{
/*Degradado de fondo*/
background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to( #E3E3E3));/*Chrome y Safari*/
background-image: -moz-linear-gradient(top center, #FFF, #E3E3E3);/*Firefox*/
background-image: -o-linear-gradient(top, #FFF, #E3E3E3);/*Opera*/
background-image: linear-gradient(top, #FFF, #E3E3E3);/*Estandar por defecto*/
/*Sombras*/
-webkit-box-shadow: 1px -1px 0px #999;/*Chrome y Safari*/
-moz-box-shadow: 1px -1px 0px #999;/*Firefox*/
-o-box-shadow: 1px -1px 0px #999;/*Opera*/
box-shadow: 1px -1px 0px #999;/*Estandar por defecto*/
border:1px solid #E3E3E3;
}
nav ul li a{
color:#999;
display:block;
padding:10px;
text-decoration:none;
/*Transiciones*/
-webkit-transition: 0.4s linear all;
-moz-transition: 0.4s linear all;
-o-transition: 0.4s linear all;
transition: 0.4s linear all;
}
nav ul li a:hover {
color:#000;
}
.social {
position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
left: 0; /* Establecemos la barra en la izquierda */
top: 300px; /* Bajamos la barra 200px de arriba a abajo */
z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
.social ul {
list-style: none;
}
.social ul li a {
display: inline-block;
color:#fff;
background: #000;
padding: 20px 25px;
text-decoration: none;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
}
.social ul li .icon-facebook {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
.social ul li .icon-twitter {background: #00abf0;}
.social ul li .icon-googleplus {background: #d95232;}
.social ul li .icon-pinterest {background: #ae181f;}
.social ul li .icon-mail {background: #666666;}
.social ul li a:hover {
background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
padding: 20px 40px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}
#menu ul{
width: 300px;
height: auto;
background-color: #2f4f4f;
display: block;
margin: 0;
padding: 0;
width: 306px;
}
#menu li{
list-style: none;
display: block;
width: 100%;
height: auto;
border-bottom: 2px solid #fff;
color: #fffafa;
font-family: helvetica;
font-size: 20px;
padding: 20px;
text-align: center;
}
#menu li:hover{
background: #ff4500;
width: 266px;
}
#menu li{
-webkit-transition:all .9s ease;
-moz-transition:all .9s ease;
-ms-transition:all .9s ease;
transition:all .9s ease;
}
|
www/css/style.css
|
@font-face {
font-family: "Times New Roman";
}
/* set background color behind app (visible during flip transition) */
body {
background: #83FC03 !important;
}
/* hacks to get smoother page transition, esp on older Androids */
.ui-page {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
-o-perspective: 1000;
perspective: 1000;
}
/*--- custom styles for main springboard page -----------------------------*/
/* outer container to used to lay everything out relatively */
.springboard-container {
text-align: center;
padding: 0;
}
/* custom (non-jQuery Mobile styled) header with large font and no toolbar */
.springboard-heading {
font-size: 48px;
margin: 12px 0px;
}
/* don't let image overflow springboard grid nor exceed its native width */
@media all and (max-width: 321px) and (min-width: 0px){
.springboard img {
height: 50px;
}
}
@media all and (min-width: 322px){
.springboard img {
height: 75px;
}
}
/* keep springboard caption close to its corresponding icon */
.springboard p {
margin-top: -10px !important;
}
/* specify custom hyperlink styling for springboard caption */
.springboard a {
}
/*--- custom styles for secondary springboard pages -----------------------------*/
/* custom sizing optimized for custom font */
.ui-header .ui-title {
font-size: 20px;
margin: 3px 0;
}
/* custom image-based back button for jQM header */
.springboard-backbtn {
position: absolute;
top: 2px;
left: 5px;
}
/* custom fixed-position non-toolbar footer */
.springboard-credits {
position: absolute;
bottom: 10px;
width: 100%;
margin-left: -15px;
margin-right: -15px;
text-align: center;
/* TODO: could do css flexbox layout instead */
}
.springboard-credits a {
text-decoration: none;
font-weight: normal;
}
.boton {
text-decoration: none;
color: #fff;
font-weight: bold;
padding: 12px 25px;
font-size: 18px;
border-radius: 10px;
background-color: #666666;
box-shadow: 0 5px 5px #313131, 0 9px 0 #393939, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
position: relative;
border-bottom: 1px solid rgba(255,255,255,0.2);
display: inline-block;
font-family: Arial, Helvetica, sans;
text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}
.boton:hover {
box-shadow: 0 5px 5px #313131, 0 9px 0 #393939, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
color: #fff !important;
}
.boton:active {
top: 7px;
box-shadow: 0 2px 0 #393939, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2);
color: #fff !important;
}
.formaBoton {
border-radius: 5px;
padding-left: 25px;
padding-right: 25px;
}
.colorRojo{
background-color: #c34747;
box-shadow: 0 5px 5px #853232, 0 9px 0 #5e2525, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
}
.colorRojo:hover {
box-shadow: 0 5px 5px #853232, 0 9px 0 #5e2525, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
}
.colorRojon:active {
box-shadow: 0 2px 0 #5e2525, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2);
}
body{
background:#3CF;
}
nav{
/*Bordes redondeados*/
-webkit-border-radius:10px;/*Para chrome y Safari*/
-moz-border-radius:10px;/*Para Firefox*/
-o-border-radius:10px;/*Para Opera*/
border-radius:10px;/*El estandar por defecto*/
background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));/*Para chrome y Safari*/
/*Degradados*/
background-image: -moz-linear-gradient(top center, #FFF, #CCC);/*Para Firefox*/
background-image: -o-linear-gradient(top, #FFF, #CCC);/*Para Opera*/
background-image: linear-gradient(top, #FFF, #CCC);/*El estandar por defecto*/
overflow:hidden;
padding:10px;
width:950px;
}
nav ul{
list-style:none;
margin:0 10px 0 10px;
padding:0;
}
nav ul li{
/*Bordes redondeados*/
-webkit-border-radius:5px;/*Chrome y Safari*/
-moz-border-radius:5px;/*Firefox*/
-o-border-radius:5px;/*Opera*/
border-radius:5px;/*Estandar por defecto*/
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
margin-right:10px;
text-align:center;
/*Sombras para texto, los mismos parametros que box-shadow*/
text-shadow: 0px 1px 0px #FFF;
}
nav ul li:hover{
/*Degradado de fondo*/
background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to( #E3E3E3));/*Chrome y Safari*/
background-image: -moz-linear-gradient(top center, #FFF, #E3E3E3);/*Firefox*/
background-image: -o-linear-gradient(top, #FFF, #E3E3E3);/*Opera*/
background-image: linear-gradient(top, #FFF, #E3E3E3);/*Estandar por defecto*/
/*Sombras*/
-webkit-box-shadow: 1px -1px 0px #999;/*Chrome y Safari*/
-moz-box-shadow: 1px -1px 0px #999;/*Firefox*/
-o-box-shadow: 1px -1px 0px #999;/*Opera*/
box-shadow: 1px -1px 0px #999;/*Estandar por defecto*/
border:1px solid #E3E3E3;
}
nav ul li a{
color:#999;
display:block;
padding:10px;
text-decoration:none;
/*Transiciones*/
-webkit-transition: 0.4s linear all;
-moz-transition: 0.4s linear all;
-o-transition: 0.4s linear all;
transition: 0.4s linear all;
}
nav ul li a:hover {
color:#000;
}
.social {
position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
left: 0; /* Establecemos la barra en la izquierda */
top: 300px; /* Bajamos la barra 200px de arriba a abajo */
z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
.social ul {
list-style: none;
}
.social ul li a {
display: inline-block;
color:#fff;
background: #000;
padding: 20px 25px;
text-decoration: none;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
}
.social ul li .icon-facebook {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
.social ul li .icon-twitter {background: #00abf0;}
.social ul li .icon-googleplus {background: #d95232;}
.social ul li .icon-pinterest {background: #ae181f;}
.social ul li .icon-mail {background: #666666;}
.social ul li a:hover {
background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
padding: 20px 40px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}
#menu ul{
width: 300px;
height: auto;
background-color: #2f4f4f;
display: block;
margin: 0;
padding: 0;
width: 306px;
}
#menu li{
list-style: none;
display: block;
width: 100%;
height: auto;
border-bottom: 2px solid #fff;
color: #fffafa;
font-family: helvetica;
font-size: 20px;
padding: 20px;
text-align: center;
}
#menu li:hover{
background: #ff4500;
width: 266px;
}
#menu li{
-webkit-transition:all .9s ease;
-moz-transition:all .9s ease;
-ms-transition:all .9s ease;
transition:all .9s ease;
}
| 0.224906 | 0.078961 |
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
font-family: monospace;
}
.hextrapolate-footer {
text-align: center;
}
.hextrapolate-field {
display: flex;
flex-grow: 5;
font-size: 12px;
position: relative;
}
.hextrapolate-field input {
flex-grow: 80;
font-family: monospace;
}
.hextrapolate-row {
align-items: baseline;
display: flex;
margin-bottom: 12px;
}
.hextrapolate {
padding: 0 64px;
}
.hextrapolate h1 {
text-align: center;
}
.hextrapolate-base {
display: inline-block;
font-size: 12px;
padding-right: 12px;
text-align: right;
width: 128px;
}
.hextrapolate-copy {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjNDQ0IiBkPSJNMjAgOFYwSDZMMCA2djE4aDEydjhoMjBWOEgyMHpNNiAyLjgyOFY2SDIuODI4TDYgMi44Mjh6TTIgMjJWOGg2VjJoMTB2NmwtNiA2djhIMnptMTYtMTEuMTcyVjE0aC0zLjE3MkwxOCAxMC44Mjh6TTMwIDMwSDE0VjE2aDZ2LTZoMTB2MjB6Ii8+PC9zdmc+);
background-repeat: no-repeat;
background-size: 16px 16px;
cursor: pointer;
display: inline-block;
height: 16px;
margin-left: 8px;
overflow: hidden;
position: relative;
text-indent: -10000px;
top: 4px;
user-select: none;
width: 16px;
}
.hextrapolate-copy-status {
color: #0f0;
opacity: 0;
position: absolute;
right: 4px;
top: 4px;
transform: scale(1);
transition: transform .25s, opacity .25s;
user-select: none;
}
.hextrapolate-copy-success {
opacity: .5;
transform: scale(5);
transition: transform .5s, opacity .5s;
}
@media (max-width: 500px) {
.hextrapolate {
padding: 0 8px;
}
.hextrapolate h1 {
font-size: 1.2em;
min-height: 4em;
}
.hextrapolate-field input,
.hextrapolate-field input:focus,
.hextrapolate-base select,
.hextrapolate-base select:focus {
background: #eee;
font-size: 16px;
}
.hextrapolate-base select {
margin-bottom: 8px;
}
.hextrapolate-row {
display: block;
min-height: 40px;
}
.hextrapolate-base {
display: block;
text-align: left;
}
}
|
src/App.css
|
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
font-family: monospace;
}
.hextrapolate-footer {
text-align: center;
}
.hextrapolate-field {
display: flex;
flex-grow: 5;
font-size: 12px;
position: relative;
}
.hextrapolate-field input {
flex-grow: 80;
font-family: monospace;
}
.hextrapolate-row {
align-items: baseline;
display: flex;
margin-bottom: 12px;
}
.hextrapolate {
padding: 0 64px;
}
.hextrapolate h1 {
text-align: center;
}
.hextrapolate-base {
display: inline-block;
font-size: 12px;
padding-right: 12px;
text-align: right;
width: 128px;
}
.hextrapolate-copy {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjNDQ0IiBkPSJNMjAgOFYwSDZMMCA2djE4aDEydjhoMjBWOEgyMHpNNiAyLjgyOFY2SDIuODI4TDYgMi44Mjh6TTIgMjJWOGg2VjJoMTB2NmwtNiA2djhIMnptMTYtMTEuMTcyVjE0aC0zLjE3MkwxOCAxMC44Mjh6TTMwIDMwSDE0VjE2aDZ2LTZoMTB2MjB6Ii8+PC9zdmc+);
background-repeat: no-repeat;
background-size: 16px 16px;
cursor: pointer;
display: inline-block;
height: 16px;
margin-left: 8px;
overflow: hidden;
position: relative;
text-indent: -10000px;
top: 4px;
user-select: none;
width: 16px;
}
.hextrapolate-copy-status {
color: #0f0;
opacity: 0;
position: absolute;
right: 4px;
top: 4px;
transform: scale(1);
transition: transform .25s, opacity .25s;
user-select: none;
}
.hextrapolate-copy-success {
opacity: .5;
transform: scale(5);
transition: transform .5s, opacity .5s;
}
@media (max-width: 500px) {
.hextrapolate {
padding: 0 8px;
}
.hextrapolate h1 {
font-size: 1.2em;
min-height: 4em;
}
.hextrapolate-field input,
.hextrapolate-field input:focus,
.hextrapolate-base select,
.hextrapolate-base select:focus {
background: #eee;
font-size: 16px;
}
.hextrapolate-base select {
margin-bottom: 8px;
}
.hextrapolate-row {
display: block;
min-height: 40px;
}
.hextrapolate-base {
display: block;
text-align: left;
}
}
| 0.603581 | 0.071494 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://fhr.cdn.mozilla.net"),url-prefix("file:///"),url-prefix("https://services.addons.mozilla.org"),url-prefix("chrome://"),url-prefix("about:")/*about*/
{
a:not(.button):not(#graph_median):not(#graph_all){
color:#bc360a !important;
text-decoration:none;
}
a:hover,a:hover b{
color:#bc360a;
text-decoration:underline ;
}
::-moz-selection{
background:#bc360a;
color:#fff;
text-shadow: 1px 1px #444;
}
html,#newtab-scrollbox{
/*background-image:url(file:///D:/Program%20Files/wamp/www/wp-content/themes/Zoren/images/body.png);
*/}
*:not(button){
border-radius:0px !important;
outline:none !important;
font-family:mantou !important;
text-shadow:0px 1px 0px rgba(255,255,255,0.5);
}
body,.warningMessage,#errorPageContainer,#floatingBox{
box-shadow:0 1px 3px #aaa;
border:none;
}
#floatingBox{
background-color:#fff;
}
body[data-upandcoming-url*="https://services.addons.mozilla.org"]{
box-shadow:none;
}
}
@-moz-document url-prefix("about:memory"),url-prefix("about:support"),url-prefix("about:plugins"){
*:not(button){
border-radius:0px !important;
font-family:mantou !important;
text-shadow:0px 0px 1px rgba(0,0,0,0.3);
}
h2{
margin-bottom:0px !important;
}
a,span{
color:#bc360a !important;
}
::-moz-selection{
background:#bc360a;
color:#fff;
text-shadow: 1px 1px #444;
}
html{
background:#eee;
}
body{
background:#fff;
margin:48px auto;
padding:36px;
box-shadow:0 1px 3px #aaa;
width:75%;
}
}
@-moz-document url-prefix("about:neterror"), url-prefix("about:privatebrowsing"),url-prefix("about:mozilla"),url-prefix("about:sync-progress"),url-prefix("about:robots"),url-prefix("about:webrtc"),url-prefix("https://fhr.cdn.mozilla.net"){
body{
box-shadow:none;
}
}
@-moz-document url-prefix("chrome:"),url-prefix("about:home"){
*{
border-radius:0px !important;
}
}
|
data/usercss/101591.user.css
|
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://fhr.cdn.mozilla.net"),url-prefix("file:///"),url-prefix("https://services.addons.mozilla.org"),url-prefix("chrome://"),url-prefix("about:")/*about*/
{
a:not(.button):not(#graph_median):not(#graph_all){
color:#bc360a !important;
text-decoration:none;
}
a:hover,a:hover b{
color:#bc360a;
text-decoration:underline ;
}
::-moz-selection{
background:#bc360a;
color:#fff;
text-shadow: 1px 1px #444;
}
html,#newtab-scrollbox{
/*background-image:url(file:///D:/Program%20Files/wamp/www/wp-content/themes/Zoren/images/body.png);
*/}
*:not(button){
border-radius:0px !important;
outline:none !important;
font-family:mantou !important;
text-shadow:0px 1px 0px rgba(255,255,255,0.5);
}
body,.warningMessage,#errorPageContainer,#floatingBox{
box-shadow:0 1px 3px #aaa;
border:none;
}
#floatingBox{
background-color:#fff;
}
body[data-upandcoming-url*="https://services.addons.mozilla.org"]{
box-shadow:none;
}
}
@-moz-document url-prefix("about:memory"),url-prefix("about:support"),url-prefix("about:plugins"){
*:not(button){
border-radius:0px !important;
font-family:mantou !important;
text-shadow:0px 0px 1px rgba(0,0,0,0.3);
}
h2{
margin-bottom:0px !important;
}
a,span{
color:#bc360a !important;
}
::-moz-selection{
background:#bc360a;
color:#fff;
text-shadow: 1px 1px #444;
}
html{
background:#eee;
}
body{
background:#fff;
margin:48px auto;
padding:36px;
box-shadow:0 1px 3px #aaa;
width:75%;
}
}
@-moz-document url-prefix("about:neterror"), url-prefix("about:privatebrowsing"),url-prefix("about:mozilla"),url-prefix("about:sync-progress"),url-prefix("about:robots"),url-prefix("about:webrtc"),url-prefix("https://fhr.cdn.mozilla.net"){
body{
box-shadow:none;
}
}
@-moz-document url-prefix("chrome:"),url-prefix("about:home"){
*{
border-radius:0px !important;
}
}
| 0.152127 | 0.128717 |
display: block;
}
#content-mobile{
display: none;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap');
html{
scroll-behavior: smooth;
height: 100%;
margin: 0;
padding: 0;
}
body{
font-family: 'Lato', sans-serif;
background: #edf2f7;
color: #3c434f;
height: 100%;
margin: 0;
padding: 0;
}
a:link, a:visited, a:active{
color: blue;
text-decoration: none;
}
a:hover{
color: #f5f5f5;
}
#subtitle{
font-size: 150%;
}
.faq-link:hover{
color: #6363ff
}
label{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select{
border: solid 1px rgba(0, 0, 0, .3);
}
/* popup */
.overlay {
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
display: none;
background-color: rgba(0, 0, 0, 0.65);
position: fixed;
cursor: default;
}
.overlay:target {
display: block;
}
.popup {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
top: -100%;
right: 0;
overflow: auto;
left: 50%;
font-size: 14px;
z-index: 20;
margin: 0;
width: 85%;
min-width: 320px;
max-width: 600px;
max-height: 80%;
position: fixed;
padding: 15px;
border: 1px solid #383838;
background: #fefefe;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
transform: translate(-500%, 0);
opacity: 0;
transition: transform .4s ease-out, opacity .4s ease-out;
}
/* attivare finestra modale, viene utilizato pseudo-classe:target*/
.overlay:target+.popup {
transform: translate(-50%, 0);
top: 10%;
opacity: 1;
}
/* formare il bottone di chiusura */
.close {
overflow: hidden;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
position: fixed;
border: 2px solid rgba(0, 0, 0, .9);
border-radius: 15px;
text-align: center;
text-decoration: none;
font-weight: bold;
padding: 0 3px 6px 3px;
transition: all ease .2s;
}
.close:before {
color: rgba(255, 255, 255, 0.9);
content: "×";
text-shadow: -2px 0 rgba(0, 0, 0, .9), 0 2px rgba(0, 0, 0, .9), 2px 0 rgba(0, 0, 0, .9), 0 -2px rgba(0, 0, 0, .9);
font-size: 20px;
}
.close:hover {
background-color: rgba(230, 50, 34, 0.8);
}
/* immagine al interno della afinestra */
.popup img {
width: 100%;
height: auto;
}
/* miniatura a destra/sinistra */
.pic-left,
.pic-right {
width: 25%;
height: auto;
}
.pic-left {
float: left;
margin: 5px 15px 5px 0;
}
.pic-right {
float: right;
margin: 5px 0 5px 15px;
}
/* elemento media, frame */
.popup embed,
.popup iframe {
top: 0;
right: 0;
bottom: 0;
left: 0;
display:block;
margin: auto;
min-width: 320px;
max-width: 600px;
width: 100%;
}
/* /popup */
#question{
max-width: 700px;
}
#question > p{
font-size: 20px;
}
input[type="radio"] + label{
transition: font-weight .2s;
color: #707c91;
}
input[type="radio"]:checked + label{
transition: font-weight .2s;
font-weight: bold;
color: #3c434f;
}
input[type="radio"]:checked + label > img{
transition: box-shadow .2s;
box-shadow: 3px 3px 7px 1px black;
}
input[type="radio"] + label:hover{
transition: font-weight .2s;
color: #3c434f;
cursor: pointer;
}
input[type="radio"]:checked + label:hover{
transition: font-weight .2s;
font-weight: bold;
color: #3c434f;
cursor: pointer;
}
input[type="radio"] + label > img:hover{
transition: box-shadow .2s;
cursor: pointer;
box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, .3);
}
input[type="radio"]:checked + label > img:hover{
transition: box-shadow .2s;
cursor: pointer;
box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 1);
}
#result, #popups, #fin-link, #istruzioni{
display: none;
}
#result{
max-width: 480px;
border: solid 1px rgba(0, 0, 0, .7);
border-radius: 15px;
padding: 25px;
}
#testo-da-copiare{
margin-top: 10px;
width: 238px;
padding: 0.4em 0.35em;
font: 500 1em "Montserrat", sans-serif;
background-color: #fafdff;
transform: scale(0.85,0.85);
}
#popups{
max-width: 480px;
margin-top: -20px;
padding-top: 0;
text-align: left;
}
#fin-link{
width: 400px;
}
/* copy button */
@import url("https://fonts.googleapis.com/css?family=Montserrat:600&display=swap");
*,
*:before,
*:after {
box-sizing: border-box;
}
.multi-button {
padding: 10px 0 0 10px;
}
.multi-button button {
transform: scale(0.85,0.85);
background: #fafdff;
border: 0.125em solid black;
cursor: pointer;
font: 600 1.5rem/0.45 "Montserrat", sans-serif;
letter-spacing: 0.125em;
margin-top: 0.6rem;
margin-left: 18%;
padding: 0.6em 0.35em;
position: relative;
text-transform: uppercase;
}
.multi-button button:before, .multi-button button:after {
content: "";
position: absolute;
transition: all 0.125s ease-in-out;
}
.multi-button button.copy:after {
border: 0.125em dashed black;
bottom: -0.125em;
left: -0.125em;
right: -0.125em;
top: -0.125em;
z-index: -1;
}
.multi-button button.copy:hover:after, .multi-button button.copy:focus:after {
bottom: -0.375em;
left: 0.125em;
right: -0.375em;
top: 0.125em;
}
/* /copy button */
/* done instruction */
* {
box-sizing: border-box;
}
.done-inst {
position: relative;
display: block;
width: 200px;
height: 36px;
border-radius: 18px;
background-color: #1c89ff;
border: solid 1px transparent;
color: #fff;
font-size: 18px;
font-weight: 300;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
.done-inst:hover {
background-color: transparent;
border-color: #6bb2ff;
color: #6bb2ff;
transition: all 0.2s ease-in-out;
}
/* /done instruction */
/* button */
@import url("https://fonts.googleapis.com/css?family=Roboto:900");
#link {
font-family: "Roboto", sans-serif;
font-weight: 900;
color: black;
text-decoration: none;
}
.centered {
transform: translate(-50%, -50%);
}
.h-button {
background: white;
padding: 20px;
width: 250px;
border-radius: 5px;
border: dashed 2px black;
text-align: center;
}
.h-button span {
display: inline-block;
min-width: 0.3em;
text-transform: uppercase;
transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
opacity: 0;
transform: translate(0, -20px);
}
.h-button:before {
content: attr(data-text);
position: absolute;
width: 100%;
left: 0;
transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
text-transform: uppercase;
letter-spacing: 3.5px;
opacity: 1;
transform: translate(0, 0px);
}
.h-button:hover:before, .h-button:focus:before {
opacity: 0;
transform: translate(0, 20px);
}
.h-button:hover span, .h-button:focus span {
opacity: 1;
transform: translate(0, 0);
}
.h-button:hover span:nth-child(1), .h-button:focus span:nth-child(1) {
transition-delay: 0.025s;
}
.h-button:hover span:nth-child(2), .h-button:focus span:nth-child(2) {
transition-delay: 0.05s;
}
.h-button:hover span:nth-child(3), .h-button:focus span:nth-child(3) {
transition-delay: 0.075s;
}
.h-button:hover span:nth-child(4), .h-button:focus span:nth-child(4) {
transition-delay: 0.1s;
}
.h-button:hover span:nth-child(5), .h-button:focus span:nth-child(5) {
transition-delay: 0.125s;
}
.h-button:hover span:nth-child(6), .h-button:focus span:nth-child(6) {
transition-delay: 0.15s;
}
/* /button */
/* spoiler */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap");
*,
*:before,
*:after {
box-sizing: inherit;
}
details {
font-family: "Roboto", sans-serif;
font-size: 1rem;
margin: 2em;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
width: 100%;
background: #ffffff;
border-radius: 8px;
position: relative;
width: 500px;
}
details .summary-title {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: left;
}
details:hover {
cursor: pointer;
}
details .summary-content {
border-top: 1px solid #e2e8f0;
cursor: default;
padding: 1em;
font-weight: 300;
line-height: 1.5;
text-align: left;
}
details summary {
list-style: none;
padding: 1em;
}
details summary:focus {
outline: none;
}
details summary:hover .summary-chevron-up svg {
opacity: 1;
}
details .summary-chevron-up svg {
opacity: 0.5;
}
details .summary-chevron-up,
details .summary-chevron-down {
pointer-events: none;
position: absolute;
top: 0.75em;
right: 1em;
background: #ffffff;
}
details .summary-chevron-up svg,
details .summary-chevron-down svg {
display: block;
}
details summary::-webkit-details-marker {
display: none;
}
/* /spoiler */
#sed:after{content: ':(';}
#sed:hover:after{content: '\01F641';}
#home:after{
content: ':)';
}
#home:hover:after{
content: '\01F642';
}
footer{
background-color: #a8cbed;
width: 100%;
}
#cosa-trustpilot:target{
animation-name: illumina;
animation-duration: 3s;
}
@keyframes illumina{
0%{background-color: rgba(252, 244, 3, 0);}
40%{background-color: rgba(252, 244, 3, 1);}
80%{background-color: rgba(252, 244, 3, 1);}
100%{background-color: rgba(252, 244, 3, 0);}
}
#dichiarazione:target{
animation-name: illumina;
animation-duration: 3s;
}
#footer{
color: #595757;
position: relative;
bottom: 0px;
left: 0px;
background-color: #a8cbed;
width: 100%;
padding: 20px 0 30px 0;
border-top: solid 20px linear-gradient(180deg, rgba(237,242,247,1) 40%, rgba(168,203,237,1) 60%);
}
#footer-gradient{
height: 20px;
position: absolute;
top: 0;
width: 100%;
background: rgb(237,242,247);
background: linear-gradient(180deg, rgba(237,242,247,1) 35%, rgba(168,203,237,1) 65%);
}
#foo-torna-su{
color: #f5f5f5;
}
#foo-torna-su:hover{
color: blue;
}
/*loader*/
.loader {
-webkit-animation: rotate 2s linear infinite normal;
animation: rotate 2s linear infinite normal;
height: 1rem;
position: relative;
width: 1rem;
}
.loader__ball {
-webkit-animation: move1 1s ease-in-out infinite alternate, change-color 2s linear infinite normal;
animation: move1 1s ease-in-out infinite alternate, change-color 2s linear infinite normal;
background-color: #3c434f;
border-radius: 50%;
height: 100%;
position: absolute;
width: 100%;
}
.loader__ball:nth-of-type(2) {
-webkit-animation-name: move2, change-color;
animation-name: move2, change-color;
}
.loader__ball:nth-of-type(3) {
-webkit-animation-name: move3, change-color;
animation-name: move3, change-color;
}
@-webkit-keyframes rotate {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@keyframes rotate {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes move1 {
0%, 5% {
transform: translate(0, 0);
}
to {
transform: translate(0, -100%);
}
}
@keyframes move1 {
0%, 5% {
transform: translate(0, 0);
}
to {
transform: translate(0, -100%);
}
}
@-webkit-keyframes move2 {
0%, 5% {
transform: translate(0, 0);
}
to {
transform: translate(100%, 100%);
}
}
@keyframes move2 {
0%, 5% {
transform: translate(0, 0);
}
to {
transform: translate(100%, 100%);
}
}
@-webkit-keyframes move3 {
0%, 15% {
transform: translate(0);
}
to {
transform: translate(-100%, 100%);
}
}
@keyframes move3 {
0%, 15% {
transform: translate(0);
}
to {
transform: translate(-100%, 100%);
}
}
@-webkit-keyframes change-color {
0% {
background-color: #3c434f;
}
50% {
background-color: #edf2f7;
}
100% {
background-color: #3c434f;
}
}
@keyframes change-color {
0% {
background-color: #3c434f;
}
50% {
background-color: #edf2f7;
}
100% {
background-color: #3c434f;
}
}
|
style/stylesheet.css
|
display: block;
}
#content-mobile{
display: none;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap');
html{
scroll-behavior: smooth;
height: 100%;
margin: 0;
padding: 0;
}
body{
font-family: 'Lato', sans-serif;
background: #edf2f7;
color: #3c434f;
height: 100%;
margin: 0;
padding: 0;
}
a:link, a:visited, a:active{
color: blue;
text-decoration: none;
}
a:hover{
color: #f5f5f5;
}
#subtitle{
font-size: 150%;
}
.faq-link:hover{
color: #6363ff
}
label{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select{
border: solid 1px rgba(0, 0, 0, .3);
}
/* popup */
.overlay {
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
display: none;
background-color: rgba(0, 0, 0, 0.65);
position: fixed;
cursor: default;
}
.overlay:target {
display: block;
}
.popup {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
top: -100%;
right: 0;
overflow: auto;
left: 50%;
font-size: 14px;
z-index: 20;
margin: 0;
width: 85%;
min-width: 320px;
max-width: 600px;
max-height: 80%;
position: fixed;
padding: 15px;
border: 1px solid #383838;
background: #fefefe;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
transform: translate(-500%, 0);
opacity: 0;
transition: transform .4s ease-out, opacity .4s ease-out;
}
/* attivare finestra modale, viene utilizato pseudo-classe:target*/
.overlay:target+.popup {
transform: translate(-50%, 0);
top: 10%;
opacity: 1;
}
/* formare il bottone di chiusura */
.close {
overflow: hidden;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
position: fixed;
border: 2px solid rgba(0, 0, 0, .9);
border-radius: 15px;
text-align: center;
text-decoration: none;
font-weight: bold;
padding: 0 3px 6px 3px;
transition: all ease .2s;
}
.close:before {
color: rgba(255, 255, 255, 0.9);
content: "×";
text-shadow: -2px 0 rgba(0, 0, 0, .9), 0 2px rgba(0, 0, 0, .9), 2px 0 rgba(0, 0, 0, .9), 0 -2px rgba(0, 0, 0, .9);
font-size: 20px;
}
.close:hover {
background-color: rgba(230, 50, 34, 0.8);
}
/* immagine al interno della afinestra */
.popup img {
width: 100%;
height: auto;
}
/* miniatura a destra/sinistra */
.pic-left,
.pic-right {
width: 25%;
height: auto;
}
.pic-left {
float: left;
margin: 5px 15px 5px 0;
}
.pic-right {
float: right;
margin: 5px 0 5px 15px;
}
/* elemento media, frame */
.popup embed,
.popup iframe {
top: 0;
right: 0;
bottom: 0;
left: 0;
display:block;
margin: auto;
min-width: 320px;
max-width: 600px;
width: 100%;
}
/* /popup */
#question{
max-width: 700px;
}
#question > p{
font-size: 20px;
}
input[type="radio"] + label{
transition: font-weight .2s;
color: #707c91;
}
input[type="radio"]:checked + label{
transition: font-weight .2s;
font-weight: bold;
color: #3c434f;
}
input[type="radio"]:checked + label > img{
transition: box-shadow .2s;
box-shadow: 3px 3px 7px 1px black;
}
input[type="radio"] + label:hover{
transition: font-weight .2s;
color: #3c434f;
cursor: pointer;
}
input[type="radio"]:checked + label:hover{
transition: font-weight .2s;
font-weight: bold;
color: #3c434f;
cursor: pointer;
}
input[type="radio"] + label > img:hover{
transition: box-shadow .2s;
cursor: pointer;
box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, .3);
}
input[type="radio"]:checked + label > img:hover{
transition: box-shadow .2s;
cursor: pointer;
box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 1);
}
#result, #popups, #fin-link, #istruzioni{
display: none;
}
#result{
max-width: 480px;
border: solid 1px rgba(0, 0, 0, .7);
border-radius: 15px;
padding: 25px;
}
#testo-da-copiare{
margin-top: 10px;
width: 238px;
padding: 0.4em 0.35em;
font: 500 1em "Montserrat", sans-serif;
background-color: #fafdff;
transform: scale(0.85,0.85);
}
#popups{
max-width: 480px;
margin-top: -20px;
padding-top: 0;
text-align: left;
}
#fin-link{
width: 400px;
}
/* copy button */
@import url("https://fonts.googleapis.com/css?family=Montserrat:600&display=swap");
*,
*:before,
*:after {
box-sizing: border-box;
}
.multi-button {
padding: 10px 0 0 10px;
}
.multi-button button {
transform: scale(0.85,0.85);
background: #fafdff;
border: 0.125em solid black;
cursor: pointer;
font: 600 1.5rem/0.45 "Montserrat", sans-serif;
letter-spacing: 0.125em;
margin-top: 0.6rem;
margin-left: 18%;
padding: 0.6em 0.35em;
position: relative;
text-transform: uppercase;
}
.multi-button button:before, .multi-button button:after {
content: "";
position: absolute;
transition: all 0.125s ease-in-out;
}
.multi-button button.copy:after {
border: 0.125em dashed black;
bottom: -0.125em;
left: -0.125em;
right: -0.125em;
top: -0.125em;
z-index: -1;
}
.multi-button button.copy:hover:after, .multi-button button.copy:focus:after {
bottom: -0.375em;
left: 0.125em;
right: -0.375em;
top: 0.125em;
}
/* /copy button */
/* done instruction */
* {
box-sizing: border-box;
}
.done-inst {
position: relative;
display: block;
width: 200px;
height: 36px;
border-radius: 18px;
background-color: #1c89ff;
border: solid 1px transparent;
color: #fff;
font-size: 18px;
font-weight: 300;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
.done-inst:hover {
background-color: transparent;
border-color: #6bb2ff;
color: #6bb2ff;
transition: all 0.2s ease-in-out;
}
/* /done instruction */
/* button */
@import url("https://fonts.googleapis.com/css?family=Roboto:900");
#link {
font-family: "Roboto", sans-serif;
font-weight: 900;
color: black;
text-decoration: none;
}
.centered {
transform: translate(-50%, -50%);
}
.h-button {
background: white;
padding: 20px;
width: 250px;
border-radius: 5px;
border: dashed 2px black;
text-align: center;
}
.h-button span {
display: inline-block;
min-width: 0.3em;
text-transform: uppercase;
transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
opacity: 0;
transform: translate(0, -20px);
}
.h-button:before {
content: attr(data-text);
position: absolute;
width: 100%;
left: 0;
transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
text-transform: uppercase;
letter-spacing: 3.5px;
opacity: 1;
transform: translate(0, 0px);
}
.h-button:hover:before, .h-button:focus:before {
opacity: 0;
transform: translate(0, 20px);
}
.h-button:hover span, .h-button:focus span {
opacity: 1;
transform: translate(0, 0);
}
.h-button:hover span:nth-child(1), .h-button:focus span:nth-child(1) {
transition-delay: 0.025s;
}
.h-button:hover span:nth-child(2), .h-button:focus span:nth-child(2) {
transition-delay: 0.05s;
}
.h-button:hover span:nth-child(3), .h-button:focus span:nth-child(3) {
transition-delay: 0.075s;
}
.h-button:hover span:nth-child(4), .h-button:focus span:nth-child(4) {
transition-delay: 0.1s;
}
.h-button:hover span:nth-child(5), .h-button:focus span:nth-child(5) {
transition-delay: 0.125s;
}
.h-button:hover span:nth-child(6), .h-button:focus span:nth-child(6) {
transition-delay: 0.15s;
}
/* /button */
/* spoiler */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap");
*,
*:before,
*:after {
box-sizing: inherit;
}
details {
font-family: "Roboto", sans-serif;
font-size: 1rem;
margin: 2em;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
width: 100%;
background: #ffffff;
border-radius: 8px;
position: relative;
width: 500px;
}
details .summary-title {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: left;
}
details:hover {
cursor: pointer;
}
details .summary-content {
border-top: 1px solid #e2e8f0;
cursor: default;
padding: 1em;
font-weight: 300;
line-height: 1.5;
text-align: left;
}
details summary {
list-style: none;
padding: 1em;
}
details summary:focus {
outline: none;
}
details summary:hover .summary-chevron-up svg {
opacity: 1;
}
details .summary-chevron-up svg {
opacity: 0.5;
}
details .summary-chevron-up,
details .summary-chevron-down {
pointer-events: none;
position: absolute;
top: 0.75em;
right: 1em;
background: #ffffff;
}
details .summary-chevron-up svg,
details .summary-chevron-down svg {
display: block;
}
details summary::-webkit-details-marker {
display: none;
}
/* /spoiler */
#sed:after{content: ':(';}
#sed:hover:after{content: '\01F641';}
#home:after{
content: ':)';
}
#home:hover:after{
content: '\01F642';
}
footer{
background-color: #a8cbed;
width: 100%;
}
#cosa-trustpilot:target{
animation-name: illumina;
animation-duration: 3s;
}
@keyframes illumina{
0%{background-color: rgba(252, 244, 3, 0);}
40%{background-color: rgba(252, 244, 3, 1);}
80%{background-color: rgba(252, 244, 3, 1);}
100%{background-color: rgba(252, 244, 3, 0);}
}
#dichiarazione:target{
animation-name: illumina;
animation-duration: 3s;
}
#footer{
color: #595757;
position: relative;
bottom: 0px;
left: 0px;
background-color: #a8cbed;
width: 100%;
padding: 20px 0 30px 0;
border-top: solid 20px linear-gradient(180deg, rgba(237,242,247,1) 40%, rgba(168,203,237,1) 60%);
}
#footer-gradient{
height: 20px;
position: absolute;
top: 0;
width: 100%;
background: rgb(237,242,247);
background: linear-gradient(180deg, rgba(237,242,247,1) 35%, rgba(168,203,237,1) 65%);
}
#foo-torna-su{
color: #f5f5f5;
}
#foo-torna-su:hover{
color: blue;
}
/*loader*/
.loader {
-webkit-animation: rotate 2s linear infinite normal;
animation: rotate 2s linear infinite normal;
height: 1rem;
position: relative;
width: 1rem;
}
.loader__ball {
-webkit-animation: move1 1s ease-in-out infinite alternate, change-color 2s linear infinite normal;
animation: move1 1s ease-in-out infinite alternate, change-color 2s linear infinite normal;
background-color: #3c434f;
border-radius: 50%;
height: 100%;
position: absolute;
width: 100%;
}
.loader__ball:nth-of-type(2) {
-webkit-animation-name: move2, change-color;
animation-name: move2, change-color;
}
.loader__ball:nth-of-type(3) {
-webkit-animation-name: move3, change-color;
animation-name: move3, change-color;
}
@-webkit-keyframes rotate {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@keyframes rotate {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes move1 {
0%, 5% {
transform: translate(0, 0);
}
to {
transform: translate(0, -100%);
}
}
@keyframes move1 {
0%, 5% {
transform: translate(0, 0);
}
to {
transform: translate(0, -100%);
}
}
@-webkit-keyframes move2 {
0%, 5% {
transform: translate(0, 0);
}
to {
transform: translate(100%, 100%);
}
}
@keyframes move2 {
0%, 5% {
transform: translate(0, 0);
}
to {
transform: translate(100%, 100%);
}
}
@-webkit-keyframes move3 {
0%, 15% {
transform: translate(0);
}
to {
transform: translate(-100%, 100%);
}
}
@keyframes move3 {
0%, 15% {
transform: translate(0);
}
to {
transform: translate(-100%, 100%);
}
}
@-webkit-keyframes change-color {
0% {
background-color: #3c434f;
}
50% {
background-color: #edf2f7;
}
100% {
background-color: #3c434f;
}
}
@keyframes change-color {
0% {
background-color: #3c434f;
}
50% {
background-color: #edf2f7;
}
100% {
background-color: #3c434f;
}
}
| 0.313105 | 0.080864 |
@font-face {
font-family: 'mdicon';
src: url("../fonts/mdicon.ttf?sx8kbt") format("truetype"), url("../fonts/mdicon.woff?sx8kbt") format("woff"), url("../fonts/mdicon.svg?sx8kbt#mdicon") format("svg");
font-weight: normal;
font-style: normal; }
.mdicon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'mdicon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mdicon-schedule:before {
content: "\e8b5";
}
.mdicon-add_circle:before {
content: "\e147";
}
.mdicon-apps:before {
content: "\e5c3";
}
.mdicon-arrow_back:before {
content: "\e5c4";
}
.mdicon-arrow_downward:before {
content: "\e5db";
}
.mdicon-arrow_drop_down:before {
content: "\e5c5";
}
.mdicon-arrow_drop_up:before {
content: "\e5c7";
}
.mdicon-arrow_forward:before {
content: "\e5c8";
}
.mdicon-arrow_upward:before {
content: "\e5d8";
}
.mdicon-audiotrack:before {
content: "\e3a1";
}
.mdicon-border_color:before {
content: "\e22b";
}
.mdicon-cached:before {
content: "\e86a";
}
.mdicon-chat_bubble:before {
content: "\e0ca";
}
.mdicon-chat_bubble_outline:before {
content: "\e0cb";
}
.mdicon-navigate_before:before {
content: "\e408";
}
.mdicon-navigate_next:before {
content: "\e409";
}
.mdicon-close:before {
content: "\e5cd";
}
.mdicon-mode_edit:before {
content: "\e254";
}
.mdicon-crop_original:before {
content: "\e3c4";
}
.mdicon-dehaze:before {
content: "\e3c7";
}
.mdicon-remove_circle:before {
content: "\e15c";
}
.mdicon-expand_less:before {
content: "\e5ce";
}
.mdicon-expand_more:before {
content: "\e5cf";
}
.mdicon-extension:before {
content: "\e87b";
}
.mdicon-favorite:before {
content: "\e87d";
}
.mdicon-favorite_border:before {
content: "\e87e";
}
.mdicon-get_app:before {
content: "\e884";
}
.mdicon-filter:before {
content: "\e3d3";
}
.mdicon-flash_on:before {
content: "\e3e7";
}
.mdicon-folder:before {
content: "\e2c7";
}
.mdicon-folder_open:before {
content: "\e2c8";
}
.mdicon-star:before {
content: "\e838";
}
.mdicon-home:before {
content: "\e88a";
}
.mdicon-open_in_new:before {
content: "\e89e";
}
.mdicon-shopping_cart:before {
content: "\e8cc";
}
.mdicon-local_offer:before {
content: "\e54e";
}
.mdicon-mail_outline:before {
content: "\e0e1";
}
.mdicon-menu:before {
content: "\e5d2";
}
.mdicon-more_horiz:before {
content: "\e5d3";
}
.mdicon-more_vert:before {
content: "\e5d4";
}
.mdicon-person:before {
content: "\e7fd";
}
.mdicon-play_arrow:before {
content: "\e037";
}
.mdicon-play_circle_filled:before {
content: "\e038";
}
.mdicon-play_circle_outline:before {
content: "\e039";
}
.mdicon-public:before {
content: "\e80b";
}
.mdicon-visibility:before {
content: "\e8f4";
}
.mdicon-reply:before {
content: "\e15e";
}
.mdicon-rss_feed:before {
content: "\e0e5";
}
.mdicon-search:before {
content: "\e8b6";
}
.mdicon-share:before {
content: "\e80d";
}
.mdicon-shuffle:before {
content: "\e043";
}
.mdicon-star_border:before {
content: "\e83a";
}
.mdicon-star_half:before {
content: "\e839";
}
.mdicon-thumb_up:before {
content: "\e8dc";
}
.mdicon-trending_up:before {
content: "\e8e5";
}
.mdicon-fire:before {
content: "\e9a9";
}
.mdicon-enter:before {
content: "\ea13";
}
.mdicon-youtube-square:before {
content: "\f166";
}
.mdicon-youtube:before {
content: "\f167";
}
.mdicon-twitter:before {
content: "\f099";
}
.mdicon-facebook:before {
content: "\f09a";
}
.mdicon-facebook-f:before {
content: "\f09a";
}
.mdicon-google-plus:before {
content: "\f0d5";
}
.mdicon-linkedin:before {
content: "\f0e1";
}
.mdicon-xing:before {
content: "\f168";
}
.mdicon-youtube-play:before {
content: "\f16a";
}
.mdicon-instagram:before {
content: "\f16d";
}
.mdicon-tumblr:before {
content: "\f173";
}
.mdicon-dribbble:before {
content: "\f17d";
}
.mdicon-skype:before {
content: "\f17e";
}
.mdicon-foursquare:before {
content: "\f180";
}
.mdicon-vk:before {
content: "\f189";
}
.mdicon-stumbleupon:before {
content: "\f1a4";
}
.mdicon-behance:before {
content: "\f1b4";
}
.mdicon-spotify:before {
content: "\f1bc";
}
.mdicon-deviantart:before {
content: "\f1bd";
}
.mdicon-soundcloud:before {
content: "\f1be";
}
.mdicon-vine:before {
content: "\f1ca";
}
.mdicon-codepen:before {
content: "\f1cb";
}
.mdicon-twitch:before {
content: "\f1e8";
}
.mdicon-yelp:before {
content: "\f1e9";
}
.mdicon-pinterest-p:before {
content: "\f231";
}
.mdicon-medium:before {
content: "\f23a";
}
.mdicon-vimeo:before {
content: "\f27d";
}
.mdicon-product-hunt:before {
content: "\f288";
}
.mdicon-snapchat-ghost:before {
content: "\f2ac";
}
.mdicon-exit2:before {
content: "\ea15";
}
.mdicon-person_pin:before {
content: "\e55a";
}
.mdicon-sign-out:before {
content: "\f08b";
}
.mdicon-sort-asc:before {
content: "\f0de";
}
.mdicon-sort-up:before {
content: "\f0de";
}
.mdicon-envelope:before {
content: "\f0e0";
}
.mdicon-linkedin1:before {
content: "\f0e2";
}
.mdicon-rotate-left:before {
content: "\f0e3";
}
.mdicon-undo:before {
content: "\f0e3";
}
.mdicon-gavel:before {
content: "\f0e4";
}
.mdicon-legal:before {
content: "\f0e4";
}
.mdicon-dashboard:before {
content: "\f0e5";
}
.mdicon-tachometer:before {
content: "\f0e5";
}
.mdicon-comment-o:before {
content: "\f0e6";
}
.mdicon-comments-o:before {
content: "\f0e7";
}
.mdicon-cloud-download:before {
content: "\f0ed";
}
.mdicon-cloud-upload:before {
content: "\f0ee";
}
.mdicon-user-md:before {
content: "\f0f0";
}
.mdicon-stethoscope:before {
content: "\f0f1";
}
.mdicon-suitcase:before {
content: "\f0f2";
}
.mdicon-bell:before {
content: "\f0f3";
}
.mdicon-coffee:before {
content: "\f0f4";
}
.mdicon-cutlery:before {
content: "\f0f5";
}
.mdicon-beer:before {
content: "\f0fc";
}
.mdicon-h-square:before {
content: "\f0fd";
}
.mdicon-plus-square:before {
content: "\f0fe";
}
.mdicon-angle-double-left:before {
content: "\f100";
}
.mdicon-angle-double-right:before {
content: "\f101";
}
.mdicon-angle-double-up:before {
content: "\f102";
}
.mdicon-angle-double-down:before {
content: "\f103";
}
.mdicon-angle-left:before {
content: "\f104";
}
.mdicon-chevron-thin-down:before {
content: "\e902";
}
.mdicon-chevron-thin-left:before {
content: "\e900";
}
.mdicon-chevron-thin-right:before {
content: "\e901";
}
.mdicon-chevron-thin-up:before {
content: "\e903";
}
.icon-twitter,
.icon-facebook,
.icon-google-plus,
.icon-linkedin,
.icon-youtube,
.icon-tumbler,
.icon-dribbble,
.icon-vk,
.icon-stumbleupon,
.icon-behance,
.icon-soundcloud,
.icon-vine,
.icon-twitch,
.icon-facebook-official,
.icon-pinterest_p,
.icon-vimeo {
font-size: 1em; }
.icon--2x.icon--2x {
font-size: 200%; }
|
public/css/icons.css
|
@font-face {
font-family: 'mdicon';
src: url("../fonts/mdicon.ttf?sx8kbt") format("truetype"), url("../fonts/mdicon.woff?sx8kbt") format("woff"), url("../fonts/mdicon.svg?sx8kbt#mdicon") format("svg");
font-weight: normal;
font-style: normal; }
.mdicon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'mdicon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mdicon-schedule:before {
content: "\e8b5";
}
.mdicon-add_circle:before {
content: "\e147";
}
.mdicon-apps:before {
content: "\e5c3";
}
.mdicon-arrow_back:before {
content: "\e5c4";
}
.mdicon-arrow_downward:before {
content: "\e5db";
}
.mdicon-arrow_drop_down:before {
content: "\e5c5";
}
.mdicon-arrow_drop_up:before {
content: "\e5c7";
}
.mdicon-arrow_forward:before {
content: "\e5c8";
}
.mdicon-arrow_upward:before {
content: "\e5d8";
}
.mdicon-audiotrack:before {
content: "\e3a1";
}
.mdicon-border_color:before {
content: "\e22b";
}
.mdicon-cached:before {
content: "\e86a";
}
.mdicon-chat_bubble:before {
content: "\e0ca";
}
.mdicon-chat_bubble_outline:before {
content: "\e0cb";
}
.mdicon-navigate_before:before {
content: "\e408";
}
.mdicon-navigate_next:before {
content: "\e409";
}
.mdicon-close:before {
content: "\e5cd";
}
.mdicon-mode_edit:before {
content: "\e254";
}
.mdicon-crop_original:before {
content: "\e3c4";
}
.mdicon-dehaze:before {
content: "\e3c7";
}
.mdicon-remove_circle:before {
content: "\e15c";
}
.mdicon-expand_less:before {
content: "\e5ce";
}
.mdicon-expand_more:before {
content: "\e5cf";
}
.mdicon-extension:before {
content: "\e87b";
}
.mdicon-favorite:before {
content: "\e87d";
}
.mdicon-favorite_border:before {
content: "\e87e";
}
.mdicon-get_app:before {
content: "\e884";
}
.mdicon-filter:before {
content: "\e3d3";
}
.mdicon-flash_on:before {
content: "\e3e7";
}
.mdicon-folder:before {
content: "\e2c7";
}
.mdicon-folder_open:before {
content: "\e2c8";
}
.mdicon-star:before {
content: "\e838";
}
.mdicon-home:before {
content: "\e88a";
}
.mdicon-open_in_new:before {
content: "\e89e";
}
.mdicon-shopping_cart:before {
content: "\e8cc";
}
.mdicon-local_offer:before {
content: "\e54e";
}
.mdicon-mail_outline:before {
content: "\e0e1";
}
.mdicon-menu:before {
content: "\e5d2";
}
.mdicon-more_horiz:before {
content: "\e5d3";
}
.mdicon-more_vert:before {
content: "\e5d4";
}
.mdicon-person:before {
content: "\e7fd";
}
.mdicon-play_arrow:before {
content: "\e037";
}
.mdicon-play_circle_filled:before {
content: "\e038";
}
.mdicon-play_circle_outline:before {
content: "\e039";
}
.mdicon-public:before {
content: "\e80b";
}
.mdicon-visibility:before {
content: "\e8f4";
}
.mdicon-reply:before {
content: "\e15e";
}
.mdicon-rss_feed:before {
content: "\e0e5";
}
.mdicon-search:before {
content: "\e8b6";
}
.mdicon-share:before {
content: "\e80d";
}
.mdicon-shuffle:before {
content: "\e043";
}
.mdicon-star_border:before {
content: "\e83a";
}
.mdicon-star_half:before {
content: "\e839";
}
.mdicon-thumb_up:before {
content: "\e8dc";
}
.mdicon-trending_up:before {
content: "\e8e5";
}
.mdicon-fire:before {
content: "\e9a9";
}
.mdicon-enter:before {
content: "\ea13";
}
.mdicon-youtube-square:before {
content: "\f166";
}
.mdicon-youtube:before {
content: "\f167";
}
.mdicon-twitter:before {
content: "\f099";
}
.mdicon-facebook:before {
content: "\f09a";
}
.mdicon-facebook-f:before {
content: "\f09a";
}
.mdicon-google-plus:before {
content: "\f0d5";
}
.mdicon-linkedin:before {
content: "\f0e1";
}
.mdicon-xing:before {
content: "\f168";
}
.mdicon-youtube-play:before {
content: "\f16a";
}
.mdicon-instagram:before {
content: "\f16d";
}
.mdicon-tumblr:before {
content: "\f173";
}
.mdicon-dribbble:before {
content: "\f17d";
}
.mdicon-skype:before {
content: "\f17e";
}
.mdicon-foursquare:before {
content: "\f180";
}
.mdicon-vk:before {
content: "\f189";
}
.mdicon-stumbleupon:before {
content: "\f1a4";
}
.mdicon-behance:before {
content: "\f1b4";
}
.mdicon-spotify:before {
content: "\f1bc";
}
.mdicon-deviantart:before {
content: "\f1bd";
}
.mdicon-soundcloud:before {
content: "\f1be";
}
.mdicon-vine:before {
content: "\f1ca";
}
.mdicon-codepen:before {
content: "\f1cb";
}
.mdicon-twitch:before {
content: "\f1e8";
}
.mdicon-yelp:before {
content: "\f1e9";
}
.mdicon-pinterest-p:before {
content: "\f231";
}
.mdicon-medium:before {
content: "\f23a";
}
.mdicon-vimeo:before {
content: "\f27d";
}
.mdicon-product-hunt:before {
content: "\f288";
}
.mdicon-snapchat-ghost:before {
content: "\f2ac";
}
.mdicon-exit2:before {
content: "\ea15";
}
.mdicon-person_pin:before {
content: "\e55a";
}
.mdicon-sign-out:before {
content: "\f08b";
}
.mdicon-sort-asc:before {
content: "\f0de";
}
.mdicon-sort-up:before {
content: "\f0de";
}
.mdicon-envelope:before {
content: "\f0e0";
}
.mdicon-linkedin1:before {
content: "\f0e2";
}
.mdicon-rotate-left:before {
content: "\f0e3";
}
.mdicon-undo:before {
content: "\f0e3";
}
.mdicon-gavel:before {
content: "\f0e4";
}
.mdicon-legal:before {
content: "\f0e4";
}
.mdicon-dashboard:before {
content: "\f0e5";
}
.mdicon-tachometer:before {
content: "\f0e5";
}
.mdicon-comment-o:before {
content: "\f0e6";
}
.mdicon-comments-o:before {
content: "\f0e7";
}
.mdicon-cloud-download:before {
content: "\f0ed";
}
.mdicon-cloud-upload:before {
content: "\f0ee";
}
.mdicon-user-md:before {
content: "\f0f0";
}
.mdicon-stethoscope:before {
content: "\f0f1";
}
.mdicon-suitcase:before {
content: "\f0f2";
}
.mdicon-bell:before {
content: "\f0f3";
}
.mdicon-coffee:before {
content: "\f0f4";
}
.mdicon-cutlery:before {
content: "\f0f5";
}
.mdicon-beer:before {
content: "\f0fc";
}
.mdicon-h-square:before {
content: "\f0fd";
}
.mdicon-plus-square:before {
content: "\f0fe";
}
.mdicon-angle-double-left:before {
content: "\f100";
}
.mdicon-angle-double-right:before {
content: "\f101";
}
.mdicon-angle-double-up:before {
content: "\f102";
}
.mdicon-angle-double-down:before {
content: "\f103";
}
.mdicon-angle-left:before {
content: "\f104";
}
.mdicon-chevron-thin-down:before {
content: "\e902";
}
.mdicon-chevron-thin-left:before {
content: "\e900";
}
.mdicon-chevron-thin-right:before {
content: "\e901";
}
.mdicon-chevron-thin-up:before {
content: "\e903";
}
.icon-twitter,
.icon-facebook,
.icon-google-plus,
.icon-linkedin,
.icon-youtube,
.icon-tumbler,
.icon-dribbble,
.icon-vk,
.icon-stumbleupon,
.icon-behance,
.icon-soundcloud,
.icon-vine,
.icon-twitch,
.icon-facebook-official,
.icon-pinterest_p,
.icon-vimeo {
font-size: 1em; }
.icon--2x.icon--2x {
font-size: 200%; }
| 0.338514 | 0.070464 |
@charset "UTF-8";
* {
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
background-color: rgb(202, 200, 200);
}
header {
text-align: center;
width: 100%;
height: 600px;
background: url(imagens/bg-3.jpg);
background-size: cover;
background-position: bottom right;
box-shadow: 0px 0px 10px rgb(3, 3, 3);
}
header h1 {
font-size: 5em;
font-variant: small-caps;
color: white;
padding: 100px;
text-shadow: 5px 3px 3px rgba(0, 0, 0, 0.5);
}
header p {
font-size: 1.5em;
text-align: center;
font-variant: small-caps;
color: white;
background-color: rgba(0, 0, 0, 0.356);
display: inline-block;
padding: 15px;
border-bottom: 3px solid white;
}
ul {
text-align: right;
}
nav li {
display: inline-block;
padding: 10px;
background-color: darkgray;
border: 2px solid white;
margin: 20px 30px 0 0;
}
nav li:hover {
background-color: rgba(255, 255, 255, 0.329);
border: none;
transition: 0.2s;
}
a {
text-decoration: none;
color: white;
}
a:hover {
text-decoration: underline;
color: rgb(59, 59, 59);
transition: 0.2s;
}
main {
width: 80%;
margin: auto;
box-shadow: 0px 0px 10px rgba(134, 134, 134, 0.486);
}
.card img {
width: 100%;
display: block;
}
.card {
width: 32%;
float: left;
box-sizing: border-box;
}
.card1, .card2 {
margin-right: 2%;
}
.card p {
font-size: 1.2em;
background-color: rgb(160, 157, 157);
color: white;
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.603);
padding: 15px;
}
section {
background-color: white;
padding: 10px;
margin-top: 15px;
overflow: auto;
box-shadow: 0px 0px 10px rgba(134, 134, 134, 0.486);
}
article h1 {
font-size: 1.7em;
font-variant: small-caps;
background-color: rgba(230, 227, 227, 0.24);
border-bottom: 1px solid rgb(128, 127, 127);
padding: 10px;
}
article p {
font-size: 1.2em;
padding: 15px 10px;
margin-bottom: 20px;
}
footer {
background-color: rgb(129, 129, 129);
font-weight: bold;
font-variant: small-caps;text-align: center;
height: 50px;
line-height: 50px;
}
@media (max-width: 720px){
header {
width: 100%;
background-position: center center;
}
header h1 {
font-size: 2em;
text-shadow: none;
}
header p {
font-size: 1em;
}
main {
width: 100%;
}
ul {
text-align: center;
}
nav li {
padding: 5px;
margin: 10px 15px 0 0;
}
.card p {
font-size: .7em;
padding: 0px;
}
}
|
exercicios/ex03u/style.css
|
@charset "UTF-8";
* {
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
background-color: rgb(202, 200, 200);
}
header {
text-align: center;
width: 100%;
height: 600px;
background: url(imagens/bg-3.jpg);
background-size: cover;
background-position: bottom right;
box-shadow: 0px 0px 10px rgb(3, 3, 3);
}
header h1 {
font-size: 5em;
font-variant: small-caps;
color: white;
padding: 100px;
text-shadow: 5px 3px 3px rgba(0, 0, 0, 0.5);
}
header p {
font-size: 1.5em;
text-align: center;
font-variant: small-caps;
color: white;
background-color: rgba(0, 0, 0, 0.356);
display: inline-block;
padding: 15px;
border-bottom: 3px solid white;
}
ul {
text-align: right;
}
nav li {
display: inline-block;
padding: 10px;
background-color: darkgray;
border: 2px solid white;
margin: 20px 30px 0 0;
}
nav li:hover {
background-color: rgba(255, 255, 255, 0.329);
border: none;
transition: 0.2s;
}
a {
text-decoration: none;
color: white;
}
a:hover {
text-decoration: underline;
color: rgb(59, 59, 59);
transition: 0.2s;
}
main {
width: 80%;
margin: auto;
box-shadow: 0px 0px 10px rgba(134, 134, 134, 0.486);
}
.card img {
width: 100%;
display: block;
}
.card {
width: 32%;
float: left;
box-sizing: border-box;
}
.card1, .card2 {
margin-right: 2%;
}
.card p {
font-size: 1.2em;
background-color: rgb(160, 157, 157);
color: white;
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.603);
padding: 15px;
}
section {
background-color: white;
padding: 10px;
margin-top: 15px;
overflow: auto;
box-shadow: 0px 0px 10px rgba(134, 134, 134, 0.486);
}
article h1 {
font-size: 1.7em;
font-variant: small-caps;
background-color: rgba(230, 227, 227, 0.24);
border-bottom: 1px solid rgb(128, 127, 127);
padding: 10px;
}
article p {
font-size: 1.2em;
padding: 15px 10px;
margin-bottom: 20px;
}
footer {
background-color: rgb(129, 129, 129);
font-weight: bold;
font-variant: small-caps;text-align: center;
height: 50px;
line-height: 50px;
}
@media (max-width: 720px){
header {
width: 100%;
background-position: center center;
}
header h1 {
font-size: 2em;
text-shadow: none;
}
header p {
font-size: 1em;
}
main {
width: 100%;
}
ul {
text-align: center;
}
nav li {
padding: 5px;
margin: 10px 15px 0 0;
}
.card p {
font-size: .7em;
padding: 0px;
}
}
| 0.5 | 0.14013 |
margin-top: 30px;
}
#timeline {
float: left;
width: 669px;
background-color: #f3f3f4;
padding: 5px 10px;
height: 100px;
}
#timeline > div:first-child {
font-size: 16px;
}
#timeline > div:last-child {
background-color: #ffffff;
margin-top: 5px;
height: 70px;
}
#factor_value {
float: right;
width: 388px;
margin-left: 7px;
}
/*headers*/
#factor_value > div > div:first-child {
background-color: #f3f3f4;
border-top: 2px solid #d1d2d4;
color: #6e6e70;
}
#factor_value > div > div {
border-bottom: 2px solid #d1d2d4;
padding: 5px;
font-size:16px;
}
#factor {
width: 50%;
float: left;
}
#factor div {
border-left: 2px solid #d1d2d4;
border-right: 2px solid #d1d2d4;
}
#value {
width: 50%;
float: right;
}
#value div {
border-right: 2px solid #d1d2d4;
}
#value div:not(:first-child) {
color: #24aae1;
}
/**
SAMPLE ASSAY TYPES
**/
.sassay_type_title {
padding: 5px;
border-bottom: 5px solid #f3f3f4;
margin-bottom: 10px;
font-size:20px;
}
/**
PROTOCOLS
**/
.protocols{
padding: 5px;
}
.protocol{
overflow: hidden;
line-height: 50px;
height: 50px;
width: 263px;
float: left;
}
.protocol_text{
float: left;
background-color: #f3f3f4;
width: 216px;
}
.protocol_text div:first-child{
float: left;
padding: 5px;
}
.protocol_text div:first-child p{
line-height: 20px;
font-weight:bold;
font-size:16px;
}
.protocol_text div:first-child span{
color: #24aae1;
}
.protocol_text > div:last-child{
background-color:#24aae1 ;
padding: 0px 5px;
margin-left: 40px;
float: right;
}
.protocol_text div:last-child img{
height: 25px;
width: auto;
}
.protocol >div:last-child{
float: left;
padding: 0px 15px;
}
.protocol >div:last-child img{
height: 30px;
width: auto;
}
.protocols .protocol:last-child > div:last-child {
display: none;
}
/**
FILES
**/
.files{
padding: 5px;
}
.file{
float:left;
height: 158px;
width: 162px;
background-color: #f3f3f4;
text-align: center;
position: relative;
}
.files > .file:not(:first-child){
margin-left: 10px;
}
.file div:first-child{
display: block;
height: 59px;
width: 60px;
margin:0px auto;
margin-bottom: 10px;
margin-top: 10px;
}
.file .data_type{
font-size: 17px;
font-weight: bold;
}
.file .filename{
font-size: 14px;
font-weight: normal;
}
.file div:last-child{
background-color:#24aae1 ;
padding: 5px;
width: 28px;
height: 26px;
line-height: 30px;
position: absolute;
bottom:0px;
right: 0px;
}
.file div:last-child img{
margin-top: -2px;
}
|
bii_webapp/apps/browse/static/browse/css/sample.css
|
margin-top: 30px;
}
#timeline {
float: left;
width: 669px;
background-color: #f3f3f4;
padding: 5px 10px;
height: 100px;
}
#timeline > div:first-child {
font-size: 16px;
}
#timeline > div:last-child {
background-color: #ffffff;
margin-top: 5px;
height: 70px;
}
#factor_value {
float: right;
width: 388px;
margin-left: 7px;
}
/*headers*/
#factor_value > div > div:first-child {
background-color: #f3f3f4;
border-top: 2px solid #d1d2d4;
color: #6e6e70;
}
#factor_value > div > div {
border-bottom: 2px solid #d1d2d4;
padding: 5px;
font-size:16px;
}
#factor {
width: 50%;
float: left;
}
#factor div {
border-left: 2px solid #d1d2d4;
border-right: 2px solid #d1d2d4;
}
#value {
width: 50%;
float: right;
}
#value div {
border-right: 2px solid #d1d2d4;
}
#value div:not(:first-child) {
color: #24aae1;
}
/**
SAMPLE ASSAY TYPES
**/
.sassay_type_title {
padding: 5px;
border-bottom: 5px solid #f3f3f4;
margin-bottom: 10px;
font-size:20px;
}
/**
PROTOCOLS
**/
.protocols{
padding: 5px;
}
.protocol{
overflow: hidden;
line-height: 50px;
height: 50px;
width: 263px;
float: left;
}
.protocol_text{
float: left;
background-color: #f3f3f4;
width: 216px;
}
.protocol_text div:first-child{
float: left;
padding: 5px;
}
.protocol_text div:first-child p{
line-height: 20px;
font-weight:bold;
font-size:16px;
}
.protocol_text div:first-child span{
color: #24aae1;
}
.protocol_text > div:last-child{
background-color:#24aae1 ;
padding: 0px 5px;
margin-left: 40px;
float: right;
}
.protocol_text div:last-child img{
height: 25px;
width: auto;
}
.protocol >div:last-child{
float: left;
padding: 0px 15px;
}
.protocol >div:last-child img{
height: 30px;
width: auto;
}
.protocols .protocol:last-child > div:last-child {
display: none;
}
/**
FILES
**/
.files{
padding: 5px;
}
.file{
float:left;
height: 158px;
width: 162px;
background-color: #f3f3f4;
text-align: center;
position: relative;
}
.files > .file:not(:first-child){
margin-left: 10px;
}
.file div:first-child{
display: block;
height: 59px;
width: 60px;
margin:0px auto;
margin-bottom: 10px;
margin-top: 10px;
}
.file .data_type{
font-size: 17px;
font-weight: bold;
}
.file .filename{
font-size: 14px;
font-weight: normal;
}
.file div:last-child{
background-color:#24aae1 ;
padding: 5px;
width: 28px;
height: 26px;
line-height: 30px;
position: absolute;
bottom:0px;
right: 0px;
}
.file div:last-child img{
margin-top: -2px;
}
| 0.382257 | 0.102889 |
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
html,body {
overflow: hidden;
}
#container > * { position:relative; }
#container {
position: absolute !important;
top: 0;
bottom: 0;
left: 0;
right: 0;
-moz-transform: scale(2) rotate(90deg);
-webkit-transform: scale(2) rotate(90deg);
-o-transform: scale(2) rotate(90deg);
-ms-transform: scale(2) rotate(90deg);
transform: scale(2) rotate(90deg);
}
@media screen and (max-width:500px){
}
.gradientFrame {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
box-shadow: 0px 0px 500px #000 inset;
}
h1 {
font-size: 23px;
font-weight: bold;
}
.intro {display: none;}
/* Popup box BEGIN */
.grainpopup{
background:transparent;
cursor:pointer;
height:100%;
position:fixed;
text-align:center;
top:0;
width:100%;
z-index:10000;
}
.grainpopup .helper{
display:inline-block;
height:100%;
vertical-align:middle;
}
.grainpopup > div {
background-color: #fff;
box-shadow: 10px 10px 60px #555;
display: inline-block;
height: auto;
width: 315px;
min-height: 100px;
vertical-align: middle;
max-width: 90%;
position: relative;
border-radius: 8px;
padding: 15px 5%;
font-size: 20px;
line-height: 23px;
font-family: Arial;
}
.popupCloseButton {
background-color: #fff;
border: 3px solid #2d7966;
border-radius: 50px;
cursor: pointer;
display: inline-block;
font-family: arial;
font-weight: bold;
position: absolute;
top: -20px;
right: -20px;
color: #2d7966;
font-size: 25px;
line-height: 30px;
width: 30px;
height: 30px;
text-align: center;
}
.popupCloseButton:hover {
background-color: #a4aae8;
}
.trigger_popup_fricc {
cursor: pointer;
font-size: 20px;
margin: 20px;
display: inline-block;
font-weight: bold;
}
/* Popup box BEGIN */
|
style.css
|
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
html,body {
overflow: hidden;
}
#container > * { position:relative; }
#container {
position: absolute !important;
top: 0;
bottom: 0;
left: 0;
right: 0;
-moz-transform: scale(2) rotate(90deg);
-webkit-transform: scale(2) rotate(90deg);
-o-transform: scale(2) rotate(90deg);
-ms-transform: scale(2) rotate(90deg);
transform: scale(2) rotate(90deg);
}
@media screen and (max-width:500px){
}
.gradientFrame {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
box-shadow: 0px 0px 500px #000 inset;
}
h1 {
font-size: 23px;
font-weight: bold;
}
.intro {display: none;}
/* Popup box BEGIN */
.grainpopup{
background:transparent;
cursor:pointer;
height:100%;
position:fixed;
text-align:center;
top:0;
width:100%;
z-index:10000;
}
.grainpopup .helper{
display:inline-block;
height:100%;
vertical-align:middle;
}
.grainpopup > div {
background-color: #fff;
box-shadow: 10px 10px 60px #555;
display: inline-block;
height: auto;
width: 315px;
min-height: 100px;
vertical-align: middle;
max-width: 90%;
position: relative;
border-radius: 8px;
padding: 15px 5%;
font-size: 20px;
line-height: 23px;
font-family: Arial;
}
.popupCloseButton {
background-color: #fff;
border: 3px solid #2d7966;
border-radius: 50px;
cursor: pointer;
display: inline-block;
font-family: arial;
font-weight: bold;
position: absolute;
top: -20px;
right: -20px;
color: #2d7966;
font-size: 25px;
line-height: 30px;
width: 30px;
height: 30px;
text-align: center;
}
.popupCloseButton:hover {
background-color: #a4aae8;
}
.trigger_popup_fricc {
cursor: pointer;
font-size: 20px;
margin: 20px;
display: inline-block;
font-weight: bold;
}
/* Popup box BEGIN */
| 0.363308 | 0.061876 |
.feature-center {
padding: 30px;
float: left;
width: 100%;
position: relative;
bottom: 0;
margin-bottom: 40px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.feature-center:hover, .feature-center:focus {
background: #01bafd;
bottom: 10px;
-webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 100px) {
#v_courses .v_courses {
width: 90%;
}
}
#v_course{
float: left;
}
.v_courses a img {
width: 100%;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.v_courses .courses-text {
position: relative;
background: #F0F8FF;
width: 90%;
padding: 10px;
height: auto;
float: right;
margin-top: -50px;
margin-bottom: 20px;
-webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
-moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.v_courses .courses-text span {
display: inline-block;
margin-bottom: 20px;
}
#v_courses .v_courses .courses-text span.v_platform {
float: right;
}
#v_courses .v_courses .courses-text span.v_platform a {
color: #00BFFF;
font-size: 19px;
}
.v_courses .courses-text span.v_cost {
color: white;
font-size: 19px;
padding-left: 40px;
margin-left: -18px;
background: #87CEFA;
position: relative;
width:100px;
}
.v_courses .courses-text span.v_cost:before {
position: absolute;
top: -9px;
left: 0;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 9px 9px;
border-color: transparent transparent #87CEFA transparent;
}
.v_courses span.topleft {
position: absolute;
top: 20px;
left: 16px;
font-size: 19px;
padding: 2px 1px;
padding-left: 10px;
margin-left: -10px;
background: #87CEFA;
width:100px;
}
.v_courses span.topleft:before {
position: absolute;
top: -9px;
left: 0;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 9px 9px;
border-color: transparent transparent #87CEFA transparent;
}
@media screen and (max-width: 768px) {
.v_courses span.topleft {
display: none;
}
}
}
|
public/css/css/backup/v_courses.css
|
.feature-center {
padding: 30px;
float: left;
width: 100%;
position: relative;
bottom: 0;
margin-bottom: 40px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.feature-center:hover, .feature-center:focus {
background: #01bafd;
bottom: 10px;
-webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 100px) {
#v_courses .v_courses {
width: 90%;
}
}
#v_course{
float: left;
}
.v_courses a img {
width: 100%;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.v_courses .courses-text {
position: relative;
background: #F0F8FF;
width: 90%;
padding: 10px;
height: auto;
float: right;
margin-top: -50px;
margin-bottom: 20px;
-webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
-moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.v_courses .courses-text span {
display: inline-block;
margin-bottom: 20px;
}
#v_courses .v_courses .courses-text span.v_platform {
float: right;
}
#v_courses .v_courses .courses-text span.v_platform a {
color: #00BFFF;
font-size: 19px;
}
.v_courses .courses-text span.v_cost {
color: white;
font-size: 19px;
padding-left: 40px;
margin-left: -18px;
background: #87CEFA;
position: relative;
width:100px;
}
.v_courses .courses-text span.v_cost:before {
position: absolute;
top: -9px;
left: 0;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 9px 9px;
border-color: transparent transparent #87CEFA transparent;
}
.v_courses span.topleft {
position: absolute;
top: 20px;
left: 16px;
font-size: 19px;
padding: 2px 1px;
padding-left: 10px;
margin-left: -10px;
background: #87CEFA;
width:100px;
}
.v_courses span.topleft:before {
position: absolute;
top: -9px;
left: 0;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 9px 9px;
border-color: transparent transparent #87CEFA transparent;
}
@media screen and (max-width: 768px) {
.v_courses span.topleft {
display: none;
}
}
}
| 0.426083 | 0.119382 |
main {
width: 480px;
height: 767px;
margin: auto;
}
.container {
display: grid;
height: 767px;
width: 480px;
grid-template-columns: 1fr 1fr;
grid-template-rows: 75px 150px 125px 125px 250px 250px 80px;
grid-template-areas:
"a a"
"b b"
"c c"
"d d"
"e f"
"g h"
"i i";
}
section {
display: grid;
align-items: center;
text-align: center;
}
header {
grid-area: a;
display: grid;
align-items: center;
text-align: center;
}
section:nth-of-type(1) {
grid-area: b;
}
section:nth-of-type(2) {
grid-area: c;
}
section:nth-of-type(3) {
grid-area: d;
}
section:nth-of-type(4) {
grid-area: e;
}
section:nth-of-type(5) {
grid-area: f;
}
section:nth-of-type(6) {
grid-area: g;
}
section:nth-of-type(7) {
grid-area:h;
}
footer {
grid-area: i;
display: grid;
align-items: center;
text-align: center;
}
/* @media (min-width: 960px){
main {
width: 960px;
margin: auto;
}
.container {
display: grid;
height: 767px;
width: auto;
grid-template-columns: 200px repeat(4, 190px);
grid-template-rows: 100px 380px 250px 150px;
grid-template-areas:
"a a a a a"
"b c c d d"
"b e f g h"
"b i i i i";
}
header {
grid-area: a;
}
section:nth-of-type(1) {
grid-area: b;
}
section:nth-of-type(2) {
grid-area: c;
}
section:nth-of-type(3) {
grid-area: d;
}
section:nth-of-type(4) {
grid-area: e;
}
section:nth-of-type(5) {
grid-area: f;
}
section:nth-of-type(6) {
grid-area: g;
}
section:nth-of-type(7) {
grid-area:h;
}
footer {
grid-area: i;
}
} */
@media (min-width: 960px){
main {
width: 100vw;
height: 100vh;
margin: auto;
}
.container {
display: grid;
height: 767px;
width: auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 2fr 3fr 2fr;
grid-template-areas:
"a a a a a"
"b c c d d"
"b e f g h"
"b i i i i";
}
header {
grid-area: a;
display: grid;
align-items: center;
text-align: center;
}
section {
display: grid;
align-items: center;
text-align: center;
}
section:nth-of-type(1) {
grid-area: b;
}
section:nth-of-type(2) {
grid-area: c;
}
section:nth-of-type(3) {
grid-area: d;
}
section:nth-of-type(4) {
grid-area: e;
}
section:nth-of-type(5) {
grid-area: f;
}
section:nth-of-type(6) {
grid-area: g;
}
section:nth-of-type(7) {
grid-area:h;
}
footer {
grid-area: i;
display: grid;
align-items: center;
text-align: center;
}
}
|
css/layout.css
|
main {
width: 480px;
height: 767px;
margin: auto;
}
.container {
display: grid;
height: 767px;
width: 480px;
grid-template-columns: 1fr 1fr;
grid-template-rows: 75px 150px 125px 125px 250px 250px 80px;
grid-template-areas:
"a a"
"b b"
"c c"
"d d"
"e f"
"g h"
"i i";
}
section {
display: grid;
align-items: center;
text-align: center;
}
header {
grid-area: a;
display: grid;
align-items: center;
text-align: center;
}
section:nth-of-type(1) {
grid-area: b;
}
section:nth-of-type(2) {
grid-area: c;
}
section:nth-of-type(3) {
grid-area: d;
}
section:nth-of-type(4) {
grid-area: e;
}
section:nth-of-type(5) {
grid-area: f;
}
section:nth-of-type(6) {
grid-area: g;
}
section:nth-of-type(7) {
grid-area:h;
}
footer {
grid-area: i;
display: grid;
align-items: center;
text-align: center;
}
/* @media (min-width: 960px){
main {
width: 960px;
margin: auto;
}
.container {
display: grid;
height: 767px;
width: auto;
grid-template-columns: 200px repeat(4, 190px);
grid-template-rows: 100px 380px 250px 150px;
grid-template-areas:
"a a a a a"
"b c c d d"
"b e f g h"
"b i i i i";
}
header {
grid-area: a;
}
section:nth-of-type(1) {
grid-area: b;
}
section:nth-of-type(2) {
grid-area: c;
}
section:nth-of-type(3) {
grid-area: d;
}
section:nth-of-type(4) {
grid-area: e;
}
section:nth-of-type(5) {
grid-area: f;
}
section:nth-of-type(6) {
grid-area: g;
}
section:nth-of-type(7) {
grid-area:h;
}
footer {
grid-area: i;
}
} */
@media (min-width: 960px){
main {
width: 100vw;
height: 100vh;
margin: auto;
}
.container {
display: grid;
height: 767px;
width: auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 2fr 3fr 2fr;
grid-template-areas:
"a a a a a"
"b c c d d"
"b e f g h"
"b i i i i";
}
header {
grid-area: a;
display: grid;
align-items: center;
text-align: center;
}
section {
display: grid;
align-items: center;
text-align: center;
}
section:nth-of-type(1) {
grid-area: b;
}
section:nth-of-type(2) {
grid-area: c;
}
section:nth-of-type(3) {
grid-area: d;
}
section:nth-of-type(4) {
grid-area: e;
}
section:nth-of-type(5) {
grid-area: f;
}
section:nth-of-type(6) {
grid-area: g;
}
section:nth-of-type(7) {
grid-area:h;
}
footer {
grid-area: i;
display: grid;
align-items: center;
text-align: center;
}
}
| 0.327131 | 0.170301 |
background: #f7f7f7;
padding: 10px;
padding-bottom: 25px !important;
}
#support_add_content_inner {
padding-top: 20px;
width: 450px;
line-height: 18px;
margin: 0 auto;
}
#support_add_content_fields {
}
#support_add_field_theme {
width: 100%;
height: 21px;
padding-left: 8px !important;
}
#support_add_content_field_theme {
margin-top: 10px;
width: 437px;
}
#support_add_content_field_text {
width: 437px;
}
#support_add_content_field_text textarea {
display: block;
margin-top: 20px;
width: 100%;
height: 100px;
padding-left: 8px !important;
}
#support_add_content_buttons {
overflow: hidden;
margin-top: 15px;
}
#support_add_content_buttons .blue_button, #support_question_add_comment_txt_buttons_left .blue_button {
line-height: 1;
padding: 4px;
padding-top: 5px !important;
padding-left: 10px !important;
padding-right: 10px !important;
height: 14px;
width: 80px;
text-align: center;
}
#support_add_content_buttons_left {
float: left;
}
#support_add_content_buttons_right {
float: right;
margin-top: 4px;
}
#support_add_content_buttons_right a {
position: relative;
display: inline-block;
}
.border_bottom_field_support_add {
width: 451px;
border-top: 1px solid #ffffff;
}
#support_my_count_que {
color: #2B587A;
font-weight: bold;
margin-top: 5px;
padding: 10px;
padding-bottom: 7px !important;
border-bottom: 1px solid #e0e4eb;
}
#support_my_content {
line-height: 18px;
}
#support_my_content .question_main {
overflow: hidden;
padding: 10px;
padding-left: 25px !important;
border-bottom: 1px solid #e9edf3;
}
#support_my_content .question_main:last-child {
border-bottom: none !important;
}
#support_my_content .question_left {
float: left;
padding-top: 5px;
width: 360px;
}
#support_my_content .question_title a {
font-size: 12px;
font-weight: bold;
}
#support_my_content .question_status {
font-size: 11px;
}
#support_my_content .question_right {
float: right;
width: 210px;
}
.question_mini_profile {
overflow: hidden;
padding: 5px;
padding-bottom: 0 !important;
padding-right: 0 !important;
cursor: pointer;
}
.question_mini_profile a {
text-decoration: none !important;
}
.question_mini_profile:hover {
background: #e9ecf1;
}
.question_mini_profile .question_mini_avatar {
float: left;
width: 40px;
}
.question_mini_avatar img {
max-width: 32px;
}
.question_mini_info {
float: left;
}
.question_mini_username {
display: block;
}
.question_mini_time {
display: block;
margin-top: -3px;
color: #5d84a2;
}
#error_msg_support_error {
display: inline-block;
color: #a7020a;
margin-left: 10px;
}
#support_none_questions {
padding: 20px;
text-align: center;
color: gray;
font-size: 12px;
}
#support_title_head {
background: #f7f7f7;
border-bottom: 1px solid #e7e5e5;
padding: 10px;
padding-left: 15px !important;
overflow: hidden;
line-height: 18px;
}
#support_title_head_left {
float: left;
}
#support_title_head_left_title {
color: #2B587A;
font-weight: bold;
font-size: 12px;
width: 490px;
}
#support_title_head_right_status {
float: right;
}
.support_comment_question {
overflow: hidden;
border-bottom: 1px solid #e2e6ee;
padding: 15px;
}
.support_comment_question .support_comment_question_avatar {
float: left;
width: 65px;
}
.support_comment_question_avatar img {
max-width: 50px;
}
.support_comment_question_info {
float: left;
word-wrap: break-word;
width: 504px;
line-height: 13px;
}
.support_comment_question_info_name a {
font-weight: bold;
}
.support_comment_question_info_text {
margin-top: 5px;
}
.support_comment_question_info_footer {
margin-top: 5px;
}
.support_comment_question_info_footer_date {
color: gray;
}
#support_question_add_comment {
background: #f7f7f7;
padding: 15px;
overflow: hidden;
}
#support_question_add_comment_avatar {
float: left;
width: 65px;
}
#support_question_add_comment_avatar img {
max-width: 50px;
}
#support_question_add_comment_txt {
float: left;
width: 504px;
}
#support_question_add_comment_field_text {
width: 100%;
height: 39px;
display: block;
}
#support_question_add_comment_txt_buttons {
overflow: hidden;
margin-top: 10px;
width: 515px;
}
#support_question_add_comment_txt_buttons_left {
float: left;
}
#support_question_add_comment_txt_buttons_right {
float: right;
}
#support_msg {
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}
.support_browser_agent {
font-weight: normal !important;
font-size: 11px !important;
}
.agent_name {
color: #2B587A;
font-weight: bold;
}
.rate_result_comment_support {
color: gray;
}
.rate_result_comment_support_1 {
color: green;
}
.rate_result_comment_support_2 {
color: #a7020a;
}
.divider_support {
margin-left: 5px;
margin-right: 5px;
}
#support_all_questions_content {
padding: 10px;
margin-top: -10px;
}
#support_all_questions_table, #support_agents_rate_table {
border: 1px solid #d3dbe1;
}
#support_all_questions_table_header, #support_agents_rate_table_header {
background: #e3e9ee;
border-bottom: 1px solid #d3dbe1;
padding: 8px;
padding-left: 10px !important;
padding-right: 10px !important;
line-height: 1;
height: 12px;
font-weight: bold;
color: #51677a;
overflow: hidden;
}
#support_all_questions_table_id {
float: left;
width: 50px;
}
#support_all_questions_table_question {
float: left;
width: 380px;
}
#support_all_questions_table_status {
float: right;
width: 120px;
}
#support_all_questions_table_content {
}
.support_all_questions_table_content, .support_agents_rate_table_content {
overflow: hidden;
padding: 10px;
}
.support_all_questions_table_content.active {
background: #edf1f4;
}
.support_all_questions_table_id {
float: left;
width: 50px;
font-weight: bold;
color: #2B587A;
}
.support_all_questions_table_question {
float: left;
width: 380px;
}
.support_all_questions_table_status {
float: right;
width: 120px;
color: gray;
}
#support_all_questions_bar {
overflow: hidden;
margin-left: 10px;
margin-right: 10px;
margin-top: 15px;
}
#support_all_questions_bar_left {
float: left;
color: #2B587A;
font-size: 12px;
font-weight: bold;
padding-bottom: 10px;
}
#support_all_questions_bar_right {
float: right;
padding-bottom: 10px;
}
#support_agents_rate {
padding: 10px;
}
#support_agents_rate_table_header_agent_name {
float: left;
width: 180px;
text-align: center;
}
.support_agents_rate_table_header_agent_name {
float: left;
color: #2B587A;
width: 180px;
}
#support_agents_rate_table_header_rate_plus {
float: left;
width: 140px;
}
.support_agents_rate_table_header_rate_plus {
float: left;
width: 140px;
color: green;
}
#support_agents_rate_table_header_rate_minus {
float: left;
width: 140px;
}
.support_agents_rate_table_header_rate_minus {
float: left;
width: 140px;
color: #a7020a;
}
#support_agents_rate_table_header_rate {
float: right;
width: 100px;
}
.support_agents_rate_table_header_rate {
float: right;
width: 100px;
}
#support_add_img_file {
filter: alpha(opacity=0);
opacity: 0;
width: 220px;
font-size: 100px;
position: absolute;
margin-top: -19px;
margin-left: -10px;
z-index: 2;
cursor: pointer !important;
}
#support_upload_iframe {
display: none;
}
#support_grad_progress {
}
.progress_grad_support_overflow_comment {
margin-top: 10px !important;
}
.progress_grad_support_overflow {
margin-top: 20px;
}
.progress_grad_support_overflow_left {
margin-left: 5px;
color: gray;
display: inline-block;
vertical-align: 2px;
}
#support_grad_progress {
display: none;
}
#support_images_attach {
margin-top: 15px;
display: none;
}
.support_images_attach_comment {
margin-top: 10px !important;
}
#support_images_attach .support_images_attach_img_wrap {
vertical-align: top;
margin-right: 10px;
}
#support_images_attach img {
border: 0;
}
.support_images_attach_img_wrap {
display: inline-block;
max-width: 75px;
position: relative
}
.support_images_attach_img_inner {
position: absolute;
z-index: 2;
top: 0;
right: 0;
}
.support_images_attach_img_inner_bdel {
background: #000000;
opacity: 0.6;
width: 15px;
height: 15px;
line-height: 13px;
text-align: center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor: pointer;
}
.support_images_attach_img_inner_bdel_closed {
display: inline-block;
background-image: url('../images/wnd_bottom/closed_wnd.png');
width: 7px;
height: 7px;
opacity: 0.6;
}
.support_images_attach_img_inner_bdel:hover .support_images_attach_img_inner_bdel_closed {
opacity: 1;
}
.question_attaches_img_result {
margin-top: 10px;
}
.question_attaches_img_result img {
vertical-align: top;
margin-right: 10px;
border: 0;
}
.support_add_content_buttons_right_comment {
margin-top: 7px !important;
}
|
Dark soft/FISH/vkmix/css/support.css
|
background: #f7f7f7;
padding: 10px;
padding-bottom: 25px !important;
}
#support_add_content_inner {
padding-top: 20px;
width: 450px;
line-height: 18px;
margin: 0 auto;
}
#support_add_content_fields {
}
#support_add_field_theme {
width: 100%;
height: 21px;
padding-left: 8px !important;
}
#support_add_content_field_theme {
margin-top: 10px;
width: 437px;
}
#support_add_content_field_text {
width: 437px;
}
#support_add_content_field_text textarea {
display: block;
margin-top: 20px;
width: 100%;
height: 100px;
padding-left: 8px !important;
}
#support_add_content_buttons {
overflow: hidden;
margin-top: 15px;
}
#support_add_content_buttons .blue_button, #support_question_add_comment_txt_buttons_left .blue_button {
line-height: 1;
padding: 4px;
padding-top: 5px !important;
padding-left: 10px !important;
padding-right: 10px !important;
height: 14px;
width: 80px;
text-align: center;
}
#support_add_content_buttons_left {
float: left;
}
#support_add_content_buttons_right {
float: right;
margin-top: 4px;
}
#support_add_content_buttons_right a {
position: relative;
display: inline-block;
}
.border_bottom_field_support_add {
width: 451px;
border-top: 1px solid #ffffff;
}
#support_my_count_que {
color: #2B587A;
font-weight: bold;
margin-top: 5px;
padding: 10px;
padding-bottom: 7px !important;
border-bottom: 1px solid #e0e4eb;
}
#support_my_content {
line-height: 18px;
}
#support_my_content .question_main {
overflow: hidden;
padding: 10px;
padding-left: 25px !important;
border-bottom: 1px solid #e9edf3;
}
#support_my_content .question_main:last-child {
border-bottom: none !important;
}
#support_my_content .question_left {
float: left;
padding-top: 5px;
width: 360px;
}
#support_my_content .question_title a {
font-size: 12px;
font-weight: bold;
}
#support_my_content .question_status {
font-size: 11px;
}
#support_my_content .question_right {
float: right;
width: 210px;
}
.question_mini_profile {
overflow: hidden;
padding: 5px;
padding-bottom: 0 !important;
padding-right: 0 !important;
cursor: pointer;
}
.question_mini_profile a {
text-decoration: none !important;
}
.question_mini_profile:hover {
background: #e9ecf1;
}
.question_mini_profile .question_mini_avatar {
float: left;
width: 40px;
}
.question_mini_avatar img {
max-width: 32px;
}
.question_mini_info {
float: left;
}
.question_mini_username {
display: block;
}
.question_mini_time {
display: block;
margin-top: -3px;
color: #5d84a2;
}
#error_msg_support_error {
display: inline-block;
color: #a7020a;
margin-left: 10px;
}
#support_none_questions {
padding: 20px;
text-align: center;
color: gray;
font-size: 12px;
}
#support_title_head {
background: #f7f7f7;
border-bottom: 1px solid #e7e5e5;
padding: 10px;
padding-left: 15px !important;
overflow: hidden;
line-height: 18px;
}
#support_title_head_left {
float: left;
}
#support_title_head_left_title {
color: #2B587A;
font-weight: bold;
font-size: 12px;
width: 490px;
}
#support_title_head_right_status {
float: right;
}
.support_comment_question {
overflow: hidden;
border-bottom: 1px solid #e2e6ee;
padding: 15px;
}
.support_comment_question .support_comment_question_avatar {
float: left;
width: 65px;
}
.support_comment_question_avatar img {
max-width: 50px;
}
.support_comment_question_info {
float: left;
word-wrap: break-word;
width: 504px;
line-height: 13px;
}
.support_comment_question_info_name a {
font-weight: bold;
}
.support_comment_question_info_text {
margin-top: 5px;
}
.support_comment_question_info_footer {
margin-top: 5px;
}
.support_comment_question_info_footer_date {
color: gray;
}
#support_question_add_comment {
background: #f7f7f7;
padding: 15px;
overflow: hidden;
}
#support_question_add_comment_avatar {
float: left;
width: 65px;
}
#support_question_add_comment_avatar img {
max-width: 50px;
}
#support_question_add_comment_txt {
float: left;
width: 504px;
}
#support_question_add_comment_field_text {
width: 100%;
height: 39px;
display: block;
}
#support_question_add_comment_txt_buttons {
overflow: hidden;
margin-top: 10px;
width: 515px;
}
#support_question_add_comment_txt_buttons_left {
float: left;
}
#support_question_add_comment_txt_buttons_right {
float: right;
}
#support_msg {
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}
.support_browser_agent {
font-weight: normal !important;
font-size: 11px !important;
}
.agent_name {
color: #2B587A;
font-weight: bold;
}
.rate_result_comment_support {
color: gray;
}
.rate_result_comment_support_1 {
color: green;
}
.rate_result_comment_support_2 {
color: #a7020a;
}
.divider_support {
margin-left: 5px;
margin-right: 5px;
}
#support_all_questions_content {
padding: 10px;
margin-top: -10px;
}
#support_all_questions_table, #support_agents_rate_table {
border: 1px solid #d3dbe1;
}
#support_all_questions_table_header, #support_agents_rate_table_header {
background: #e3e9ee;
border-bottom: 1px solid #d3dbe1;
padding: 8px;
padding-left: 10px !important;
padding-right: 10px !important;
line-height: 1;
height: 12px;
font-weight: bold;
color: #51677a;
overflow: hidden;
}
#support_all_questions_table_id {
float: left;
width: 50px;
}
#support_all_questions_table_question {
float: left;
width: 380px;
}
#support_all_questions_table_status {
float: right;
width: 120px;
}
#support_all_questions_table_content {
}
.support_all_questions_table_content, .support_agents_rate_table_content {
overflow: hidden;
padding: 10px;
}
.support_all_questions_table_content.active {
background: #edf1f4;
}
.support_all_questions_table_id {
float: left;
width: 50px;
font-weight: bold;
color: #2B587A;
}
.support_all_questions_table_question {
float: left;
width: 380px;
}
.support_all_questions_table_status {
float: right;
width: 120px;
color: gray;
}
#support_all_questions_bar {
overflow: hidden;
margin-left: 10px;
margin-right: 10px;
margin-top: 15px;
}
#support_all_questions_bar_left {
float: left;
color: #2B587A;
font-size: 12px;
font-weight: bold;
padding-bottom: 10px;
}
#support_all_questions_bar_right {
float: right;
padding-bottom: 10px;
}
#support_agents_rate {
padding: 10px;
}
#support_agents_rate_table_header_agent_name {
float: left;
width: 180px;
text-align: center;
}
.support_agents_rate_table_header_agent_name {
float: left;
color: #2B587A;
width: 180px;
}
#support_agents_rate_table_header_rate_plus {
float: left;
width: 140px;
}
.support_agents_rate_table_header_rate_plus {
float: left;
width: 140px;
color: green;
}
#support_agents_rate_table_header_rate_minus {
float: left;
width: 140px;
}
.support_agents_rate_table_header_rate_minus {
float: left;
width: 140px;
color: #a7020a;
}
#support_agents_rate_table_header_rate {
float: right;
width: 100px;
}
.support_agents_rate_table_header_rate {
float: right;
width: 100px;
}
#support_add_img_file {
filter: alpha(opacity=0);
opacity: 0;
width: 220px;
font-size: 100px;
position: absolute;
margin-top: -19px;
margin-left: -10px;
z-index: 2;
cursor: pointer !important;
}
#support_upload_iframe {
display: none;
}
#support_grad_progress {
}
.progress_grad_support_overflow_comment {
margin-top: 10px !important;
}
.progress_grad_support_overflow {
margin-top: 20px;
}
.progress_grad_support_overflow_left {
margin-left: 5px;
color: gray;
display: inline-block;
vertical-align: 2px;
}
#support_grad_progress {
display: none;
}
#support_images_attach {
margin-top: 15px;
display: none;
}
.support_images_attach_comment {
margin-top: 10px !important;
}
#support_images_attach .support_images_attach_img_wrap {
vertical-align: top;
margin-right: 10px;
}
#support_images_attach img {
border: 0;
}
.support_images_attach_img_wrap {
display: inline-block;
max-width: 75px;
position: relative
}
.support_images_attach_img_inner {
position: absolute;
z-index: 2;
top: 0;
right: 0;
}
.support_images_attach_img_inner_bdel {
background: #000000;
opacity: 0.6;
width: 15px;
height: 15px;
line-height: 13px;
text-align: center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor: pointer;
}
.support_images_attach_img_inner_bdel_closed {
display: inline-block;
background-image: url('../images/wnd_bottom/closed_wnd.png');
width: 7px;
height: 7px;
opacity: 0.6;
}
.support_images_attach_img_inner_bdel:hover .support_images_attach_img_inner_bdel_closed {
opacity: 1;
}
.question_attaches_img_result {
margin-top: 10px;
}
.question_attaches_img_result img {
vertical-align: top;
margin-right: 10px;
border: 0;
}
.support_add_content_buttons_right_comment {
margin-top: 7px !important;
}
| 0.468791 | 0.151184 |
html {
height: 100%;
}
body{
font-size:12px;
height: 100%;
}
.layout{
padding: 15px 20px;
height: 100%;
}
.layout .el-form{
text-align: left;
margin-bottom: 15px;
}
/* 表格 */
.el-table .table-drag-area {
display: table-row-group;
}
.el-table .elx-drag-item {
position: absolute;
display: table-row-group;
top: 0px;
left: 0px;
width: 100%;
box-shadow: 0px 0px 5px #d3d3d3;
z-index: 100;
}
.el-table .elx-drag-item td {
background: #eaeaea;
}
.el-table tr.sortable-chosen.sortable-ghost td{
opacity:1 !important;
}
.el-table td, .el-table th {
height: 32px;
}
.el-table, .el-table__fixed-header-wrapper thead div, .el-table__header-wrapper thead div {
color: #475669;
font-size: 12px;
}
.card_table .el-table__fixed-header-wrapper thead div, .card_table .el-table__header-wrapper thead div {
font-size: 14px;
}
.el-table button.el-button.el-button--mini {
width: 25px;
height: 25px;
}
.el-table .cell, .el-table th>div {
padding: 0px 12px;
}
.el-table__body-wrapper button.el-button {
height: 26px;
font-size: 12px;
}
.card_table.el-table button.el-button.el-button--mini {
width: auto;
padding: 0px 10px;
}
.card_table .title{
font-size:14px;
margin-bottom: 10px;
}
.el-table .el-checkbox__inner {
width: 15px;
height: 15px;
}
.el-table .el-checkbox__inner::after {
width: 3px;
height: 7px;
left: 4px;
}
.el-table label {
margin-bottom: 0px;
}
.el-tooltip__rel,.el-table td, .el-table th {
vertical-align: middle;
}
/* 表单 */
.el-form-item__content {
line-height: 30px;
}
.el-form--inline .el-form-item__content, .el-date-editor.is-have-trigger, .el-date-editor__editor{
width: 120px;
}
.el-date-editor,.el-date-editor__editor, .el-time-panel__footer {
height: 30px;
border-radius: 0px;
}
.el-date-editor__trigger.el-icon {
font-size: 16px;
line-height: 30px;
}
.el-input__inner {
height: 30px;
}
.el-input,.el-textarea__inner,.el-input__inner,.el-input-group__append, .el-input-group__prepend{
border-radius: 0px;
}
.el-select{
display:block;
}
.el-button {
height: 30px;
width: 80px;
border-radius: 4px;
padding: 0px 5px;
}
.el-button--info, .el-button--info:hover, .el-button--info:active,.el-button--info:focus{
color: #fff;
}
.el-button--info{
background-color: #47b2fb;
border-color: #47b2fb;
}
.el-button--info:hover {
background-color: #82cafb;
border-color: #82cafb;
}
.el-button--info:active,.el-button--info:focus{
background-color: #168dde;
border-color: #168dde;
}
.el-form .el-form-item{
margin-bottom: 16px
}
.el-form--inline .el-form-item {
margin-bottom: 0px;
}
.el-form--inline .separate{
text-align: left;
margin-bottom: 10px;
}
.el-form--inline .el-form-item__label{
text-align: left;
}
.el-form-item__label {
line-height: 30px;
padding: 0px;
margin-bottom: 0px;
text-align: right;
padding-right: 10px;
}
.button-group .el-form-item__content {
width: auto;
margin-left: 10px !important;
}
.el-input,.el-form-item__label,.el-button,.el-radio__label,.el-form-item__content {
font-size: 12px;
}
#toolbar .el-form-item__label {
text-align: right;
padding-right: 10px;
box-sizing: border-box;
}
.el-input-number--small .el-input-number__decrease, .el-input-number--small .el-input-number__increase{
line-height: 28px;
}
.el-slider__input {
margin-top: 0px;
}
.el-slider__runway {
margin: 13px 0;
}
.el-slider__button-wrapper {
height: 30px;
top: -13px;
}
/* 分页 */
.paginationCommon {
text-align: center;
margin: 10px 0px;
}
.el-pagination {
display: inline-block;
padding: 0px;
}
.el-pagination button, .el-pagination span,.el-select-dropdown__item,.el-pagination__sizes .el-input .el-input__inner ,.el-pager li{
font-size: 12px;
}
.el-pager li.active {
background-color: #47b2fb;
border-color: #47b2fb;
}
|
examples/assets/styles/layout.css
|
html {
height: 100%;
}
body{
font-size:12px;
height: 100%;
}
.layout{
padding: 15px 20px;
height: 100%;
}
.layout .el-form{
text-align: left;
margin-bottom: 15px;
}
/* 表格 */
.el-table .table-drag-area {
display: table-row-group;
}
.el-table .elx-drag-item {
position: absolute;
display: table-row-group;
top: 0px;
left: 0px;
width: 100%;
box-shadow: 0px 0px 5px #d3d3d3;
z-index: 100;
}
.el-table .elx-drag-item td {
background: #eaeaea;
}
.el-table tr.sortable-chosen.sortable-ghost td{
opacity:1 !important;
}
.el-table td, .el-table th {
height: 32px;
}
.el-table, .el-table__fixed-header-wrapper thead div, .el-table__header-wrapper thead div {
color: #475669;
font-size: 12px;
}
.card_table .el-table__fixed-header-wrapper thead div, .card_table .el-table__header-wrapper thead div {
font-size: 14px;
}
.el-table button.el-button.el-button--mini {
width: 25px;
height: 25px;
}
.el-table .cell, .el-table th>div {
padding: 0px 12px;
}
.el-table__body-wrapper button.el-button {
height: 26px;
font-size: 12px;
}
.card_table.el-table button.el-button.el-button--mini {
width: auto;
padding: 0px 10px;
}
.card_table .title{
font-size:14px;
margin-bottom: 10px;
}
.el-table .el-checkbox__inner {
width: 15px;
height: 15px;
}
.el-table .el-checkbox__inner::after {
width: 3px;
height: 7px;
left: 4px;
}
.el-table label {
margin-bottom: 0px;
}
.el-tooltip__rel,.el-table td, .el-table th {
vertical-align: middle;
}
/* 表单 */
.el-form-item__content {
line-height: 30px;
}
.el-form--inline .el-form-item__content, .el-date-editor.is-have-trigger, .el-date-editor__editor{
width: 120px;
}
.el-date-editor,.el-date-editor__editor, .el-time-panel__footer {
height: 30px;
border-radius: 0px;
}
.el-date-editor__trigger.el-icon {
font-size: 16px;
line-height: 30px;
}
.el-input__inner {
height: 30px;
}
.el-input,.el-textarea__inner,.el-input__inner,.el-input-group__append, .el-input-group__prepend{
border-radius: 0px;
}
.el-select{
display:block;
}
.el-button {
height: 30px;
width: 80px;
border-radius: 4px;
padding: 0px 5px;
}
.el-button--info, .el-button--info:hover, .el-button--info:active,.el-button--info:focus{
color: #fff;
}
.el-button--info{
background-color: #47b2fb;
border-color: #47b2fb;
}
.el-button--info:hover {
background-color: #82cafb;
border-color: #82cafb;
}
.el-button--info:active,.el-button--info:focus{
background-color: #168dde;
border-color: #168dde;
}
.el-form .el-form-item{
margin-bottom: 16px
}
.el-form--inline .el-form-item {
margin-bottom: 0px;
}
.el-form--inline .separate{
text-align: left;
margin-bottom: 10px;
}
.el-form--inline .el-form-item__label{
text-align: left;
}
.el-form-item__label {
line-height: 30px;
padding: 0px;
margin-bottom: 0px;
text-align: right;
padding-right: 10px;
}
.button-group .el-form-item__content {
width: auto;
margin-left: 10px !important;
}
.el-input,.el-form-item__label,.el-button,.el-radio__label,.el-form-item__content {
font-size: 12px;
}
#toolbar .el-form-item__label {
text-align: right;
padding-right: 10px;
box-sizing: border-box;
}
.el-input-number--small .el-input-number__decrease, .el-input-number--small .el-input-number__increase{
line-height: 28px;
}
.el-slider__input {
margin-top: 0px;
}
.el-slider__runway {
margin: 13px 0;
}
.el-slider__button-wrapper {
height: 30px;
top: -13px;
}
/* 分页 */
.paginationCommon {
text-align: center;
margin: 10px 0px;
}
.el-pagination {
display: inline-block;
padding: 0px;
}
.el-pagination button, .el-pagination span,.el-select-dropdown__item,.el-pagination__sizes .el-input .el-input__inner ,.el-pager li{
font-size: 12px;
}
.el-pager li.active {
background-color: #47b2fb;
border-color: #47b2fb;
}
| 0.346984 | 0.07208 |
header {
position: absolute;
z-index: 100;
width: 100%;
background-color: transparent;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
header .top-search {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: flex-start;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
header .top-search select,
header .top-search input {
height: 46px;
border: none;
background-color: #01060a !important;
font-family: 'Nunito', sans-serif;
font-size: 12px;
color: #abb7c4;
font-weight: 300;
text-transform: none;
border : 1px solid #9b9999;
}
header .top-search select {
width: 20%;
border-right: 1px solid #020d18;
-webkit-appearance: none;
-moz-appearance: none;
/* Firefox */
text-transform: uppercase;
color: #ffffff;
}
header .top-search input::-webkit-input-placeholder {
color: #abb7c4;
}
.sticky {
background-color: #0f2133;
position: fixed;
width: 100%;
z-index: 9999;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
top: 0;
left: 0;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.menu-icon {
height: 30px;
width: 30px;
cursor: pointer;
margin: 0 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
.nav__content .menu-icon {
margin: 0 auto;
}
.menu-icon__line {
height: 2px;
width: 30px;
display: block;
background-color: #ffffff;
margin-bottom: 4px;
transition: background-color .5s ease, -webkit-transform .2s ease;
transition: transform .2s ease, background-color .5s ease;
transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
width: 15px;
}
.menu-icon__line-right {
width: 15px;
margin-left: auto;
}
.nav {
position: relative;
z-index: 1;
border-bottom: 1px solid #000;
transition: background-color .2s ease;
}
.nav:before, .nav:after {
content: "";
position: absolute;
width: 100%;
height: 100vh;
top:0;
left: 0;
background: rgba(234, 234, 234, 0.2);
z-index: -1;
transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
-webkit-transform: translateX(0%) translateY(-100%);
transform: translateX(0%) translateY(-100%);
}
.nav:after {
background: white;
transition-delay: 0s;
}
.nav:before {
transition-delay: .1s;
}
.nav__header {
padding: 10px 0;
transition: background-color .2s ease;
min-height: 69px;
}
.nav__header .nav__wrapper {
display: flex;
align-items: center;
}
.nav__header .nav__search{
margin-left: auto;
display: flex;
}
.nav__header .top-search {
margin-bottom: 0;
}
.nav__header .top-search input {
min-width: 330px;
padding-right: 34px;
}
.nav__header .top-search .input{
position: relative;
}
.nav__header .top-search i.fa-search{
position: absolute;
top: 0;
right: 0;
padding: 0 12px;
height: 46px;
line-height: 46px;
}
.nav__header .top-search > a{
white-space: nowrap;
background-color: #01060a;
margin-left: 15px;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
height: 46px;
border-radius: 5px;
line-height: 46px;
padding: 0 10px;
color: #abb7c4;
border : 1px solid #9b9999;
}
.nav__content {
cursor: pointer;
background-color: rgba(1,6,9,.8);
position: relative;
}
.nav__list{
display: flex;
align-items: center;
}
.nav__list,
.nav__sub-list{
padding-left: 0;
margin-bottom: 0;
}
.nav__list-item {
position: relative;
list-style: none;
border-left: 1px solid #010609;
transition: background-color .2s ease;
}
.nav__list .nav__list-item:last-child{
margin-left: auto;
border-left: unset;
}
.nav__list-item a {
display: block;
text-align: center;
padding: 10px 20px;
text-transform: capitalize;
font-weight: bold;
color: #abb7c4;
}
.nav__list-item:hover{
background-color: #fff;
}
.nav__list-item:hover > a{
color: #111;
}
.nav__list .nav__list-item:last-child:hover{
background-color: transparent;
}
.nav__sub-list {
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: #fff;
width: 60vw;
flex-wrap: wrap;
align-items: center;
border-bottom: 1px solid #111;
}
.nav__list-item:hover .nav__sub-list{
display: flex;
}
.nav__sub-list-item {
display: block;
width: 25%;
}
.nav__list-item__3 .nav__sub-list-item{
width: 33.33%;
}
.nav__list-item__3 .nav__sub-list{
width: 45vw;
}
.nav__sub-list-item a {
color: #010609;
font-weight: normal;
}
.nav__sub-list-item:hover a {
color: #7d0606;
text-decoration: underline;
}
body.nav-active .menu-icon__line {
background-color: #abb7c4;
-webkit-transform: translateX(0px) rotate(-45deg);
transform: translateX(0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
-webkit-transform: translateX(1px) rotate(45deg);
transform: translateX(1px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
-webkit-transform: translateX(-2px) rotate(45deg);
transform: translateX(-2px) rotate(45deg);
}
body.nav-active .nav:before, body.nav-active .nav:after {
-webkit-transform: translateX(0%) translateY(0%);
transform: translateX(0%) translateY(0%);
}
body.nav-active .nav:after {
transition-delay: .1s;
}
body.nav-active .nav:before {
transition-delay: 0s;
}
body.nav-active .nav__header{
background-color: #111;
}
body.nav-active .nav{
position: fixed;
width: 100%;
height: 100%;
background-color: #fff;
transition-delay: .8s;
overflow-y: auto;
}
body.nav-active .nav__content {
background-color: transparent;
}
body.nav-active .nav__list{
flex-wrap: wrap;
}
body.nav-active .nav__list-item {
border-left: unset;
flex-wrap: wrap;
width: 100%;
}
body.nav-active .nav__list-item a{
text-align: left;
padding-left: 0;
}
body.nav-active .nav__list-item > a{
font-size: 20px;
color: #111;
}
body.nav-active .nav__list-item a .fa{
display: none;
}
body.nav-active .nav__sub-list{
display: flex;
position: static;
width: 100%;
background-color: transparent;
align-items: flex-start;
border: unset;
}
body.nav-active .nav__list-item.nav__list-item__0:before {
content: "";
position: absolute;
background: #111;
width: 20px;
height: 1px;
top: 100%;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
transition: all .3s ease;
}
body.nav-active .nav__list-item.nav__list-item__0:hover:before {
width: 200px;
}
body.nav-active .nav__sub-list-item{
width: 25%;
}
.nav__header .menu-icon{
display: none;
}
.nav__search-icon {
display: none;
color: #abb7c4;
padding: 15px 20px;
cursor: pointer;
background-color: #01060a;
border-radius: 5px;
}
.nav__header.search-active .nav__logo{
display: none;
}
.nav__header.search-active .nav__search{
flex-grow: 1;
}
.nav__header.search-active .top-search{
flex-grow: 1;
display: flex !important;
}
.nav__header.search-active .top-search .input{
width: 100%;
}
.nav__header.search-active .top-search input{
min-width: unset;
width: 100%;
}
.nav__header.search-active .top-search a{
display: none;
}
@media (max-width: 480px) {
.nav__sub-list-item {
width: 50% !important;
}
}
@media (min-width: 768px){
body.nav-active .nav__list .nav__list-item:last-child{
position: absolute;
top: 10px;
right: 0;
width: 30px;
height: 30px;
}
body.nav-active .nav__list{
position: relative;
}
}
@media (max-width: 767px){
header .top-search {
display: none;
}
body:not(.nav-active) .nav__content{
display: none;
}
.nav__header .menu-icon{
display: flex;
}
.nav__search-icon {
display: block;
}
.nav__logo {
flex-grow: 1;
}
.nav__logo img{
margin: auto;
}
}
footer {
/* background: url(/images/slider-bg.jpg) no-repeat; */
background-position: center;
background-size: cover;
}
footer .flex-parent-ft {
padding: 80px 0 60px 0;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
align-items: flex-start;
}
@media (max-width: 991px) {
footer .flex-parent-ft {
display: flex;
flex-direction: column;
max-width: 550px;
margin: 0 auto;
}
}
@media (max-width: 991px) {
footer .flex-parent-ft .flex-child-ft {
width: 100%;
}
}
footer .flex-parent-ft .flex-child-ft img {
margin-bottom: 60px;
}
footer .flex-parent-ft .flex-child-ft p {
margin-bottom: 15px;
}
footer .flex-parent-ft .flex-child-ft p a {
color: #ffffff;
font-size: 18px;
}
footer .flex-parent-ft .flex-child-ft h4 {
font-family: 'Cuprum', sans-serif;
font-size: 18px;
color: #ffffff;
font-weight: bold;
text-transform: capitalize;
margin-bottom: 30px;
}
footer .flex-parent-ft .flex-child-ft ul {
list-style: none;
margin-left: 0;
}
footer .flex-parent-ft .flex-child-ft ul li {
margin-bottom: 5px;
}
footer .flex-parent-ft .flex-child-ft ul li a {
font-family: 'Nunito', sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: regular;
text-transform: none;
}
footer .flex-parent-ft .flex-child-ft ul li a:hover {
color: #dcf836;
}
footer .flex-parent-ft .flex-child-ft a.btn {
font-family: 'Cuprum', sans-serif;
font-size: 14px;
color: #dd003f;
font-weight: bold;
text-transform: uppercase;
}
footer .flex-parent-ft .flex-child-ft form {
margin-bottom: 20px;
}
footer .flex-parent-ft .flex-child-ft form input {
font-family: 'Nunito', sans-serif;
font-size: 12px;
color: #abb7c4;
font-weight: 300;
text-transform: none;
background-color: #020d18;
border-color: #405266;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: url('../images/uploads/search-bg.png') no-repeat right 20px center;
}
footer .ft-copyright {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #405266;
padding-top: 20px;
padding-bottom: 10px;
background-color: #020d18;
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
-webkit-opacity: 0.7;
opacity: 0.7;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
filter: alpha(opacity=70);
padding-left: 380px;
padding-right: 380px;
}
@media (max-width: 1200px) {
footer .ft-copyright {
padding-left: 125px;
padding-right: 125px;
}
}
@media (max-width: 767px) {
footer .ft-copyright {
padding: 15px;
display: flex;
flex-direction: column;
align-items: inherit;
}
}
footer .ft-copyright .backtotop a:hover {
color: #dcf836;
}
footer.full-width-ft .ft-copyright {
border-top: none;
padding: 0;
padding-bottom: 15px;
padding-top: 15px;
}
@media (max-width: 767px) {
footer.full-width-ft .ft-copyright {
background: none;
}
}
.ft-copyright-landing {
text-align: center;
background-color: #e8e8e8;
padding: 23px;
}
.ft-copyright-landing p {
text-transform: uppercase;
margin-bottom: 0;
color: #8c9296;
font-family: 'Cuprum', sans-serif;
font-weight: 700;
}
p {
font-family: 'Nunito', sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: 300;
text-transform: none;
line-height: 24px !important;
}
.cate {
margin-bottom: 15px;
}
.cate span {
padding: 3px 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.cate span a {
font-family: 'Cuprum', sans-serif;
font-size: 12px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
}
.cate .blue {
background-color: #1692bb;
}
.cate .yell {
background-color: #f5b50a;
}
.cate .green {
background-color: #a6bb16;
}
.cate .orange {
background-color: #ec5a1a;
}
.more-btn {
font-family: 'Cuprum', sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: bold;
text-transform: uppercase;
padding: 13px 25px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
text-decoration: none;
transition: background-color 0.3s ease-in-out;
margin-bottom: 7px;
margin-top: 8px;
display: inline-block;
}
.more-btn img {
margin-top: -0.2em;
}
.more-btn:hover {
text-decoration: none;
background-color: #020d18;
color: #dcf836;
}
.red-btn {
background-color: #dd003f;
color: #ffffff;
}
.yellow-btn {
background-color: #dcf836;
color: #020d18;
}
.btn-nav {
border-radius: 5px;
}
.btn-fw {
width: 100%;
border-radius: 5px;
display: block;
text-align: center;
}
.title-hd {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 15px;
}
.title-hd .more-btn{
font-size: 12px;
padding: 10px 15px;
vertical-align: middle;
margin-left: 10px;
}
.title-hd h2 {
font-size: 24px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
}
.title-hd h2 span{
font-size: 15px;
color: #4f5b68;
font-weight: normal;
text-transform: uppercase;
}
.title-hd h2 span .messenger-icn path{
fill: #4f5b68;
}
.title-hd h2 span .messenger-icn polygon{
fill: #020d18;
}
.title-hd h2 span .messenger-icn{
vertical-align: text-top;
}
@media (max-width: 767px) {
.title-hd h2 {
margin: 0;
}
}
.title-hd a.viewall {
font-family: 'Cuprum', sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: bold;
text-transform: uppercase;
margin-right: 10px;
}
.title-hd a.viewall i {
margin-left: 5px;
}
.title-hd a.viewall:hover {
color: #dcf836;
}
.flex-wrap-movielist {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: inherit;
margin-right: -15px;
}
.flex-wrap-movielist .movie-item {
display: flex;
flex-direction: column;
align-items: inherit;
width: calc(20% - 30px);
position: relative;
margin-right: 30px;
margin-bottom: 30px;
}
.flex-wrap-movielist .vertical-display {
width : 300px;
}
.flex-wrap-movielist .list-display {
width : calc(24% - 21px);
}
@media (max-width: 1199px) {
.flex-wrap-movielist .movie-item {
width: calc(25% - 30px);
}
}
@media (max-width: 991px) {
.flex-wrap-movielist .movie-item {
width: calc(33.3333% - 30px);
}
}
@media (max-width: 767px) {
.flex-wrap-movielist .movie-item {
width: calc(50% - 30px);
}
}
@media (max-width: 479px) {
/* .flex-wrap-movielist{
margin-right: 0;
}
.flex-wrap-movielist .movie-item {
margin-right: 0px;
width: 100%;
} */
}
.flex-wrap-movielist .movie-item img {
width: 100%;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.flex-wrap-movielist .movie-item .mv-img {
position: relative;
padding-bottom: 56.25%;
background-size: cover;
background-position: center;
}
.flex-wrap-movielist .movie-item .mv-img:after {
box-shadow: inset -5px -50px 100px -15px #000000;
-webkit-box-shadow: inset -5px -50px 100px -15px #000000;
-moz-box-shadow: inset -5px -50px 100px -15px #000000;
-o-box-shadow: inset -5px -50px 100px -15px #000000;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
content: "";
}
.flex-wrap-movielist .movie-item .title-in {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-left: 10px;
bottom: 0;
left: 0;
width : 100%;
position: absolute;
}
.title-in h6 , .title-in p{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width : 100%;
}
.flex-wrap-movielist .movie-item .title-in h6 {
font-family: 'Cuprum', sans-serif;
font-size: 14px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
}
.flex-wrap-movielist .movie-item .title-in p {
font-size: 12px;
color: #ffffff;
}
.flex-wrap-movielist .movie-item .title-in p i {
color: #f5b50a;
font-size: 22px;
}
.flex-wrap-movielist .movie-item .title-in p span {
font-weight: 400;
font-size: 18px;
}
.flex-wrap-movielist .movie-item .hvr-inner {
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: #dd003f;
padding: 8px 15px;
width: 110px;
height: 38px;
text-align: center;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
cursor: pointer;
opacity: 0;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.flex-wrap-movielist .movie-item .hvr-inner {
font-family: 'Cuprum', sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
}
.flex-wrap-movielist .movie-item .hvr-inner i {
margin-right: 5px;
}
.flex-wrap-movielist .movie-item:hover .hvr-inner {
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.flex-wrap-movielist .movie-item:hover .title-in,
.flex-wrap-movielist .movie-item:hover .mv-img {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-moz-opacity: 0.25;
-khtml-opacity: 0.25;
-webkit-opacity: 0.25;
opacity: 0.25;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
filter: alpha(opacity=25);
}
.flex-wrap-movielist .movie-item:hover h6 a {
color: #dcf836;
}
.sliderv2 .movie-item{
padding: 20px 0 50px 0;
}
.sliderv2 .movie-item .title-in {
text-align: left;
}
.sliderv2 .movie-item .title-in h1 a {
font-family: 'Cuprum', sans-serif;
font-size: 30px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
line-height: 45px;
}
.sliderv2 .movie-item .title-in h1 a span {
font-family: 'Cuprum', sans-serif;
font-size: 36px;
color: #abb7c4;
font-weight: 300;
text-transform: uppercase;
}
.sliderv2 .movie-item .title-in p {
font-size: 12px;
color: #ffffff;
}
.sliderv2 .movie-item .title-in p i {
color: #f5b50a;
font-size: 22px;
}
.sliderv2 .movie-item .title-in p span {
font-weight: 400;
font-size: 18px;
}
.sliderv2 .movie-item .title-in .social-btn {
margin-bottom: 15px;
}
.sliderv2 .movie-item .title-in .redbtn {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
width: 130px;
}
.sliderv2 .movie-item .title-in .redbtn:hover {
color: #ffffff;
}
.sliderv2 .movie-item .title-in .btn-transform:hover .hvrbtn {
background-color: #020d18;
color: #dcf836;
}
.sliderv2 .movie-item .title-in .mv-details {
margin-bottom: 15px;
}
@media (max-width: 991px) {
.sliderv2 .movie-item .mv-img-2 {
display: none;
}
}
@media (max-width: 767px) {
.sliderv2 .slider-single-item {
padding-top: 0;
}
.sliderv2 .slider-single-item .movie-item .title-in {
margin-left: 10px;
margin-bottom: 15px;
}
}
.hero {
text-align: center;
background-size: cover;
background-position: center;
position: relative;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
height: 445px;
}
.hero:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.75);
top: 0;
}
.trans-hero:before {
background-color: transparent;
}
.hero.common-hero {
height : auto;
min-height: 200px;
}
.hero h1 {
font-size: 36px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px;
}
.hero ul.breadcumb {
list-style-type: none;
}
.hero ul.breadcumb li.active a {
color: #4280bf;
}
.hero ul.breadcumb li,
.hero ul.breadcumb a {
display: inline-block;
font-size: 14px;
color: #abb7c4;
font-weight: 300;
text-transform: uppercase;
}
.hero ul.breadcumb span {
margin-left: 15px;
margin-right: 15px;
}
.page-single {
background-color: #020d18;
padding: 75px 0;
}
.movie-single {
margin-top: -415px;
}
.movie-rate{
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: flex-start;
border-top: 1px solid #405266;
border-bottom: 1px solid #405266;
/* margin-bottom: 70px; */
margin-top: 20px;
}
.movie-rate .rate {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: flex-start;
}
.movie-rate .rate p {
margin-bottom: 0;
margin-left: 10px;
font-size: 11px;
}
.movie-rate .rate i.fa {
font-size: 1.5em;
color: #df433e;
}
.movie-rate .rate-star {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: flex-start;
margin-left: 30px;
border-left: 1px solid #405266;
padding-left: 30px;
flex-wrap: wrap;
width: 100%;
padding-top: 5px;
}
.movie-eps-nav {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
width: 100%;
justify-content: space-around;
margin: 5px 0px;
}
.movie-eps-nav > div {
font-size: 20px;
cursor: pointer;
}
.movie-eps-all p {
margin-bottom: 5px;
text-transform: uppercase;
font-weight: bold;
margin-top: 10px;
border-bottom: 1px solid #405266;
}
.movie-eps-wrapper {
max-height: 100px;
overflow: auto;
}
.movie-eps-all__search__input {
display: inline-block;
min-width: 200px;
position: relative;
}
.movie-eps-all__search__input input{
padding-right: 34px;
height: 35px;
background-color: #01060a !important;
font-family: 'Nunito', sans-serif;
font-size: 12px;
color: #abb7c4;
font-weight: 300;
text-transform: none;
min-width: 200px;
border: 1px solid #4f5b55;
}
.movie-eps-all__search__input i.fa{
position: absolute;
right: 0;
top: 0;
padding: 10px;
}
.sb-it {
margin-bottom: 10px;
margin-left: 10px;
}
.sb-it h6 {
font-size: 14px;
color: #abb7c4;
font-weight: bold;
text-transform: capitalize;
margin-bottom: 10px;
}
.sb-it h6 span{
font-family: 'Nunito',sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: 300;
text-transform: none;
line-height: 24px!important;
}
.sb-img{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: inherit;
}
.img-11{
width : 100%;
background-position: center;
background-size : cover;
padding-bottom : 100%;
border-radius: 50%;
}
.public-people-item{
width : 120px;
margin-right : 7px;
margin-bottom : 10px;
}
.public-people-item p{
color : #4280bf;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
ul.tabs-mv {
padding: 20px 0;
margin-bottom: 40px;
list-style: none;
margin-left: 0;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: flex-start;
}
ul.tabs-mv li {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
ul.tabs-mv li a {
font-size: 18px;
padding: 0 15px 15px 15px;
border-bottom: 3px solid transparent;
font-weight: bold;
text-transform: uppercase;
font-family: 'Cuprum', sans-serif;
display: inline-block;
color: #abb7c4;
}
ul.tabs-mv li.active a,
ul.tabs-mv li:hover a {
border-bottom: 3px solid #dcf836;
}
ul.tabs-mv li.active a{
color: #dcf836;
}
select.filter {
border: none;
border-bottom: 1px solid #405266;
font-weight: 400;
background-color: transparent;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
position: relative;
}
@media (max-width: 767px) {
select.filter {
border: 1px solid #405266;
}
ul.tabs-mv{
margin-bottom : 0;}
}
select.filter option {
background-color: #020d18;
}
.filter input {
background-color: transparent;
color: white;
border: none;
border-bottom: 1px solid #df4240;
}
.filter input:focus {
box-shadow: unset;
border-color: #962a28;
}
.carousel-content{
position: relative;
padding-bottom: 28.125%;
min-height: 300px;
}
.carousel-content-background-image{
position: absolute;
top:0; left:0; bottom:0; right:0;
background-size: cover;
background-position: center center;
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
-o-filter: blur(10px);
-ms-filter: blur(10px);
filter: blur(10px);
}
.carousel-content-image {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 100%;
height: 100%;
margin: 0 auto;
}
.carousel-content-image img{
margin : 0 auto;
height: 100%;
display: block;
}
.carousel-content-text a{
color : black;
}
.carousel-content-text .title{
color : #444444;
}
.carousel-content-title{
position: absolute;
bottom : 50px;
left : 7%;
font-size: 25px;
background: #020d19;
color : white;
padding : 5px 10px;
opacity: 0.9;
max-width : 85%;
}
.carousel-content-badget{
font-size: 14px;
background-color: #7d0606;
display: inline-block;
padding: 3px 7px;
border-radius: 3px;
font-weight: bold;
margin-top: -20px;
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #020d18;
/* change if the mask should have another color then white */
z-index: 99999;
text-align: center;
/* makes sure it stays on top */
}
#preloader img {
margin-top: 100px;
}
@media (max-width: 767px) {
#preloader img {
margin-bottom: 50px;
}
}
#status {
position: relative;
width: 70px;
height: 70px;
top: 35%;
margin: 0 auto;
right: 35px;
}
#status span {
position: absolute;
border-radius: 999px;
}
#status span:nth-child(1) {
border: 5px solid #dcf836;
border-top: 5px solid transparent;
width: 70px;
height: 70px;
animation: spin1 2s infinite linear;
}
#status span:nth-child(2) {
border: 5px solid #dd003f;
border-top: 5px solid transparent;
top: 20px;
left: 20px;
width: 30px;
height: 30px;
animation: spin2 1s infinite linear;
margin-left: 35px;
}
@keyframes spin1 {
0% {
transform: rotate(360deg);
opacity: 1;
}
50% {
transform: rotate(180deg);
opacity: 0.75;
}
100% {
transform: rotate(0deg);
opacity: 1;
}
}
@keyframes spin2 {
0% {
transform: rotate(0deg);
opacity: 0.75;
}
50% {
transform: rotate(180deg);
opacity: 1;
}
100% {
transform: rotate(360deg);
opacity: 0.75;
}
}
#playlists{
position: relative;
}
.sidebar-container{
position: relative;
background-color: #01060a;
padding: 10px 15px;
margin: 0 -15px;
}
@media (min-width: 992px) {
.sidebar-container.affix{
top: 150px;
width: inherit;
}
.affix{
position: fixed !important;
}
.sidebar-container.affix{
max-height: calc(100vh - 150px);
overflow-x: hidden;
}
}
.billboard-tab {
list-style-type: none;
padding-left: 0;
display: flex;
margin-bottom: 0;
}
.billboard-tab li {
flex-grow: 1;
flex-basis: 0;
text-align: center;
}
.billboard-tab li a {
display: flex;
flex-direction: column;
height: 40px;
background-color: #020d18;
color: #fff;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
border-bottom: 3px solid #020d18;
width: 100%;
align-items: center;
justify-content: center;
transition: all 0.2s ease-in-out;
}
.billboard-tab li.active a,
.billboard-tab li:hover a{
background-color: #000;
border-color: #7e2112;
}
.billboard-content {
height: 630px;
overflow-x: hidden;
overflow-y: auto;
}
.cscroller::-webkit-scrollbar,
.y-scroller ul::-webkit-scrollbar{
width : 5px;
border-radius: 5px;
height : 5px;
}
.cscroller::-webkit-scrollbar-thumb ,
.y-scroller ul::-webkit-scrollbar-thumb{
background-color: #2d2d2d;
border-radius: 5px;
}
.cscrollerr::-webkit-scrollbar-track ,
.y-scroller ul::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
border-radius: 5px;
}
.it-bill-board{
position: absolute;
border-bottom-left-radius: 100%;
top : 0;
right : 0;
padding :3px 5px 6px 10px;
color : white;
font-size : 13px;
background : grey;
font-weight: 700;
}
.it-bill-board-1{
background : #ea000b;
}
.it-bill-board-2{
background : #ef8a0d;
}
.it-bill-board-3{
background : #f5c824;
}
.it-bill-board-4{
background : #39c300;
}
.it-bill-board-5{
background : #529e49;
}
.it-bill-board-6{
background : #3a18f9;
}
.it-bill-board-7{
background : #1b84c1;
}
.it-bill-board-8{
background : #82009a;
}
.it-bill-board-9{
background : #a22370;
}
.it-img{
background-position: center;
background-size: cover;
position: absolute;
top: 0;
right: 0;
width: 160px;
height: 100%;
}
.it-tt {
text-transform: uppercase;
font-weight: bold;
}
.it-badget {
background-color: #7d0606;
display: inline-block;
padding: 3px 7px;
border-radius: 3px;
color: #eee;
font-size: 11px;
}
.it-content{
margin-left: 0;
width: 100%;
position: absolute;
padding-left: 10px;
padding: 5px 80px 0 10px;
}
.it-content a{
color : white;
font-weight : bold;
font-size : 13px;
}
.it-content p{
color : #eaeaea;
line-height : 1.3em !important;
margin-bottom : 5px;
}
.it-content .it-en-tt{
text-overflow: ellipsis;
overflow: hidden;
font-size : 11px;
color : #b9b9b9;
}
.it-item{
margin-top : 20px;
position: relative;
overflow: hidden;
height: 90px;
background: #010609;
}
.it-item::before{
position: absolute;
content: '';
bottom : -7px;
left : 5%;
width : 90%;
border-bottom : 1px solid #292929;
}
.it-item-big .it-img{
position: relative;
width: 100%;
height: 0;
padding-top: 42.1%;
background-position: top;
}
.it-item-big {
height: auto;
}
.it-item-big .it-content{
margin: 0;
width: 100%;
position: absolute;
bottom: 0;
padding: 20px 10px 10px 10px;
box-sizing: border-box;
/* background-color: #111; */
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.it-overlay,
.pl-carousel-overlay,
.cmsoon-overlay {
position: absolute;
top:0;
bottom:0;
left:0;
right:0;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
color: #fff;
font-size: 2em;
background-color: rgba(1,1,1,.3);
transition: opacity 0.2s ease-in-out;
}
.it-vignette {
position: absolute;
width: 160px;
height: 100%;
left: 0;
top: 0;
background: rgb(1,6,9);
background: linear-gradient(90deg, rgba(1,6,9,1) 0%, rgba(1,6,9,0) 100%);
}
.it-item-big .it-vignette {
display: none;
}
.it-item:hover .it-overlay {
opacity: 1;
}
.it-item:hover .it-tt {
color: #dcf836;
}
.y-scroller {
width: 100%;
position: relative;
max-width: 1170px;
margin: 0 auto;
padding-bottom: 10px;
}
.y-scroller ul{
-webkit-overflow-scrolling: touch;
overflow: hidden;
overflow-x: auto;
height: 150px;
position: relative;
white-space: nowrap;
}
.y-scroller.tall ul{
/*height: 300px;*/
}
.y-scroller ul li {
display: inline-block;
float: none !important;
vertical-align: top;
padding : 10px;
}
.y-scroller ul li:first-child {
margin-left : 0;
}
@media(max-width : 840px){
.instant-trending{
display : none;
}
}
@media (max-width: 767px) {
header .navbar-default {
padding: 10px 0;
}
header .navbar-default img.logo {
width: 30%;
margin-top: 5px;
}
}
.luna .boxed {
background-size: 135%;
}
.luna header .navbar-default .navbar-nav li a{
color : #fff !important;
padding : 10px;
background: #2f2f2f;
}
.luna footer p,
.luna footer ul li a{
color : #fff !important;
}
.luna footer {
background-position: bottom;
}
.fa-circle-o-notch{
color : #ea7979;
font-size : 25px;
animation: spin1 1s infinite linear;
}
@media (max-width: 991px) {
.luna header{
background-color: unset;
}
}
.border-top {
border-top: 1px solid #1d1d1d;
}
.img {
background-size: cover;
background-position: center center;
}
.r43 {
padding-top: 133.33%;
}
.r169 {
padding-top: 56.25%;
}
.elipsis{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pl-carousel-cell {
width: 20%;
min-width: 180px;
padding: 0 5px;
}
.pl-carousel-cell.lg{
width: 25%;
}
.pl-carousel-img {
position: relative;
}
.pl-carousel-cell:hover .pl-carousel-overlay {
opacity: 1;
}
.pl-carousel-badget{
position: absolute;
color: #fff;
font-size: 12px;
top: 0;
left: 0;
margin: 5px;
padding: 5px;
background-color: rgba(2, 13, 24, 0.6);
border-radius: 8px;
}
.pl-carousel-content h6 {
font-size: 1em;
color: #fff;
/* text-transform: uppercase; */
font-weight: bold;
margin-bottom: 0;
}
.pl-carousel-cell.lg .pl-carousel-content h6{
white-space: unset;
overflow: unset;
text-overflow: unset;
line-height: 1.3;
}
.pl-carousel-cell:hover .pl-carousel-content h6{
color: #dcf836;
}
.pl-carousel-content p {
font-size: 12px;
}
.playlist-wrapper {
padding: 0 15px;
margin: 0 -15px;
}
#playlists .playlist-wrapper:nth-child(even) {
background-color: #01060a;
}
.bn-carousel,
.bn-carousel-sm{
padding-bottom: 0 !important;
}
.bn-carousel-cell {
width: 100%;
overflow: hidden;
}
.bn-carousel-cell > a {
background-color: rgb(1,6,9);
}
.bn-carousel-img {
position: relative;
padding-bottom: 28.125%;
min-height: 180px;
background-color: rgb(1,6,9);
overflow: hidden;
background-size: cover;
background-position: center;
}
.bn-carousel-img img {
height: 100%;
}
.bn-carousel-vignette {
position: absolute;
width: 80%;
height: 100%;
left: 0;
top: 0;
background: rgb(1,6,9);
background: linear-gradient(90deg, rgba(1,6,9,1) 0%, rgba(1,6,9,0) 100%)
}
.bn-carousel-content {
max-width: 70%;
position: absolute;
top: 20px;
left: 10%;
background-color: rgba(1,1,1,0.6);
padding: 10px 20px;
border-radius: 10px;
}
.bn-carousel-content h6{
font-size: 2em;
color: #fff;
text-transform: uppercase;
font-weight: bold;
}
.bn-carousel-content img {
max-height: 100px;
}
@media (max-width: 767px) {
.bn-carousel-sm{
display: none;
}
.bn-carousel-content{
display: none;
}
}
.bn-carousel-sm-cell {
width: 72px;
margin-right: 15px;
border: 1px solid #fff;
}
.bn-carousel-sm-cell.is-nav-selected{
border: 1px solid #7e2112;
}
.banner-wrapper {
position: relative;
}
.bn-carousel-sm-wrapper {
width: 60%;
position: absolute;
bottom: 30px;
right: 30px;
}
.cmsoon-content-wrapper {
height: 585px;
overflow-x: hidden;
overflow-y: auto;
}
.cmsoon-item {
display: flex;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #1d1d1d;
}
.cmsoon-img {
width: 96px;
position: relative;
}
.cmsoon-content {
padding-left: 10px;
flex: 1;
}
.cmsoon-content h6 {
color: #fff;
font-size: 1em;
margin-top: 0;
}
.cmsoon-item:hover .cmsoon-content h6{
color: #dcf836;
}
.cmsoon-content p{
font-size: 12px;
}
@media (max-width: 767px){
.sidebar-container .title-hd h2 {
margin: 15px 0;
}
}
/* Article CSS */
.v-item-list > a{
display : flex;
}
.v-item-list{
position: relative;
padding: 10px 15px;
/* border-bottom : 2px solid #020d19; */
}
.v-item-list.common-news{
border-right : 1px solid #072333;
}
.related-news .v-item-list:nth-child(odd){
background-color: #041221;
}
.v-item-img{
flex: 0 0 40%;
/* align-self: flex-end;
margin-top: .2em; */
}
.related-news-header span{
color: white;
padding: 15px;
font-weight: bold;
text-transform: uppercase;
font-size: 17px;
}
.related-news-header .pull-right{
margin-right : 15px;
font-size : 20px;
color : white;
cursor: pointer;
}
.related-movie-news{
background-color: #01060a;
border-color: #072333;
}
.related-news{
display: flex;
flex-wrap: wrap;
}
.related-news .img{
border-radius: 3px;
}
.v-item-content p{
color : #cecece;
line-height: 20px !important;
font-size : 1em;
font-weight: bold;
margin-bottom : 5px;
}
.v-item-content{
margin-top: .2em;
overflow: hidden;
padding : 0 10px 0 0;
max-height : 60px;
flex : 0 0 60%;
align-self : flex-start;
}
.clearfix{
clear:both;
}
.fullscreen{
z-index: 10000;
}
#related_news_modal .modal-dialog{
width : 85%;
margin-top: 0;
}
.modal-open{
overflow : hidden !important;
}
#related_news_modal .close{
color: white;
/* margin-top: -16px; */
background: #ffffff;
border-radius: 50%;
/* border-bottom-left-radius: 100%; */
/* margin-right: -16px; */
/* padding: 7px 10px; */
padding: 13px 2px 13px 0;
opacity: 1;
position: fixed;
top: 20px;
right: 7%;
}
#related_news_modal .close span{
/* margin-top: -16px; */
background: #ff5200;
border-radius: 50%;
/* border-bottom-left-radius: 100%; */
/* margin-right: -16px; */
padding: 7px 14px;
}
#related_news_modal a, #related_news_modal h4{
font-family: "Times New Roman", Times, serif;
color : black;
}
#related_news_modal .item h3{
font-size : 15px;
margin-top : 10px;
}
.flex-container{
display: flex;
flex-wrap: wrap;
}
#related_news_modal .modal-content{
background: #f6f6f6;
position: relative;
}
#related_news_modal .r169{
margin-top : 10px;
}
.entity_content img,
.feature-img-thumb img,
.entity_content video{
display: block;
margin: 0 auto;
width : 100%;
}
.entity_content{
color: black;
font-size: 20px;
}
.single-post-wrap .content-wrap h3{
font-family: "Times New Roman", Times, serif;
font-size : 20px;
font-weight: bold;
margin-top: 5px;
}
.single-post-wrap li{
display: inline-block;
}
.single-post-wrap ul{
margin-left: -40px;
}
.single-post-wrap li a,
.source{
color : grey !important;
font-weight: bold;
}
.category-label{
padding: 5px 10px;
color: white;
border-radius: 5px;
background: #4e589d;
font-weight: bold;
margin-left: 10px;
}
.entity_content *{
font-family: "Times New Roman", Times, serif;
}
.entity_content .img{
margin-bottom: .5em;
}
.entity_content p{
color : black;
font-size: 17px;
line-height : 30px !important;
}
.entity_content .img p,
.entity_content .gallery p,
.entity_content .video p{
text-align: center;
font-weight: bold;
color: #606060;
background: #d7d7d7;
padding: .05em 0;
margin: 0;
font-style: italic;
font-size: 13px;
}
.gallery p.image_caption{
margin-top : -10px;
margin-bottom : 10px;
}
.img p strong{
color: #0f0f53;
}
.entity_content h3, .entity_content h2{
font-size: 20px;
}
.stream_detail .title{
font-size: 20px;
margin-top: 5px;
/* text-align: center; */
color: #2a2a2a;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
border-bottom: 2px solid #2a2a2a;
padding-bottom: 10px;
}
.stream_detail .thumb{
width : 120px;
padding-bottom: 56.25%;
background-size: cover;
background-position: center;
}
.stream_detail .detail {
margin-left : 10px;
}
.stream_detail .detail h6{
margin-top : 0;
font-family: "Times New Roman", Times, serif;
font-size: 15px;
}
.stream_detail .flex-row{
display : flex;
flex-direction: row;
margin-bottom: 10px;
}
.gallery img{
margin-bottom: 10px;
}
#related_news_modal .preloader{
position: relative;
margin : 15% auto;
width : 200px;
display: none;
}
#related_news_modal .preloader-img,
#related_news_modal .editors-pick-post .img-fluid{
background-size: cover;
background-position: center;
width : 100%;
padding-bottom: 56.25%;
}
#related_news_modal .preloader span{
position: absolute;
border-radius: 999px;
}
#related_news_modal .preloader span:nth-child(1){
border: 5px solid #dcf836;
border-top: 5px solid transparent;
width: 70px;
height: 70px;
animation: spin1 2s infinite linear;
}
#related_news_modal .preloader span:nth-child(2){
border: 5px solid #dd003f;
border-top: 5px solid transparent;
top: 20px;
left: 20px;
width: 30px;
height: 30px;
animation: spin2 1s infinite linear;
margin-left: 35px;
}
.back-to-top{
position: fixed;
top: 85%;
right: 8.5%;
background: #202020;
color: white;
z-index: 10001;
padding: 10px;
opacity: .8;
font-weight: bold;
font-size: 20px;
display: none;
border: none;
}
.top-fixed{
position: fixed;
top : 0;
}
#related_news_modal .fb-comments{
text-align: center;
width: 100%;
}
:focus{
outline: none;
}
#related_news_modal .mt-20{
font-size: 17px;
font-weight: bold;
}
@media(max-width : 840px){
#related_news_modal .modal-dialog{
width : 100%;
margin : 0;
border-radius: 0;
}
#related_news_modal .close{
/*margin-top : -15px;*/
/*border-top-right-radius: 0;*/
/*border-bottom-left-radius: 10px;*/
right: 0;
top : 0;
padding : 10px 0;
opacity: .9;
}
#related_news_modal .close span{
border-radius: 0;
}
.modal-content{
border-radius: 0;
}
.back-to-top{
right : 0;
}
.related-news{
display : unset;
}
}
@media(max-width : 480px){
.related-news .col-xs-6{
width : 100%;
}
}
/* End Article CSS */
.title-cat{
margin-top: 10px;
}
.title-cat h4{
font-size: 18px;
padding: 0 15px 15px 15px;
border-bottom: 3px solid transparent;
font-weight: bold;
text-transform: uppercase;
font-family: 'Cuprum', sans-serif;
display: inline-block;
color: #dcf836;
border-bottom: 3px solid #dcf836;
}
/* Banner Search */
.banner_img{
background-size: cover;
background-position: center center;
padding-bottom : 12.25%;
}
.banner_img_mb{
height : 0;
padding-bottom : 31.25%;
display : none;
}
@media(max-width : 768px){
.banner_img{
display :none;
}
.banner_img_mb{
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.trending-container .flickity-prev-next-button{
display : none;
}
}
/* Banner Search */
.trending-container{
max-width : 960px;
margin : 10px auto 0;
}
.trending-container .flickity-prev-next-button{
top : 30%;
}
/* Ads Container */
#top_banner,
#comment-ads,
#airtime-ads,
#sidebar-ads{
text-align : center;
background : #020d17;
}
.ads-container a{
color : black;
}
/* Ads Container */
.scroll-x {
white-space: nowrap;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
overflow-y: hidden;
}
.scroll-x > div {
display: inline-block;
white-space: normal;
vertical-align: top;
position: relative;
}
.playlist-view-all{
padding: 9px 7px !important;
background-color: #235a74 !important;
}
.playlist-view-all span{
color: #020d19;
font-weight: bold;
padding: 3px 5px;
background-color: #fafafa;
border-radius: 5px;
text-transform: capitalize;
}
.playlist-btn-container{
display : none;
margin-bottom : 20px;
}
.current_page{
font-size: 15px;
padding: 12px 25px 11px;
background: #6ed22f;
border-radius: 5px;
display: inline-block;
color : black;
}
/** nav search **/
#nav_search_result{
position: absolute;
width : 100%;
margin-top : 0px;
z-index: 9999;
background: #242d35;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.nav_search_item{
display : block;
padding : 10px 10px 6px;
border-bottom : 1px solid #47505d;
}
.nav_search_list{
padding : 0;
margin-bottom : 0;
}
.nav_search_item_img{
background-size : cover;
background-position: center center;
float : left;
width : 35%;
height : 65px;
position: relative;
border-radius: 5px;
}
.nav_search_idol_img{
height: auto;
}
.nav_search_idol_img div{
width : 80%;
margin : 0 auto;
background-position: top center;
padding-bottom : 80%;
border-radius: 50%;
background-size : cover;
}
.nav_search_item_info{
float : left;
width : 60%;
margin-left : 5%;
}
.nav_search_item_title{
font-weight: bold;
margin-bottom : 0px;
font-size : 13px;
line-height : 18px !important;
font-family: "Cuprum",Helvetica,Arial,sans-serif;
color : white;
}
.nav_search_item_eng_title{
font-size: 12px;
}
.nav_search_item_img:hover .pl-carousel-overlay{
opacity: 1;
}
.nav_search_item_title:hover{
color : #dcf836;
}
.nav_search_view_all_container{
background : #df4141;
padding-bottom : 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.nav_search_view_all_btn{
color: white;
font-weight: bold;
}
.nav_search_list li:last-child {
border-bottom : none;
}
.nav_search_notif{
padding : 10px;
font-size : 13px;
color : white;
}
.nav_search_notif b{
font-size : 15px;
}
.nav_search_item_header{
font-size: 15px;
background: #0e1317;
color: white;
font-weight: bold;
}
.nav-search-table{
margin-bottom : 0;
}
.nav-search-table-title{
color: #dedede;
vertical-align: middle !important;
font-weight: bold;
background: #1b2127;
max-width : 55px;
}
.nav-search-table td{
border-color: #5a5a5a !important;
}
/** end nav search **/
/** mgid css **/
.ads_banner_img{
display : block;
margin: auto;
}
.mgid-container{
padding: 10px;
background: #e6e6e6;
margin: auto;
display : block;
max-width : 480px;
}
.mgid-airtime,
.mgid-movie-eps{
margin-top : 10px;
}
/** end mgid css **/
/** tooltips **/
.tooltips{
display : none;
}
#easyTooltip{
color : #abb7c4;
width : 320px;
padding: 1px;
background: #01060a;
border: 1px solid #01060a;
box-shadow: 1px 1px 5px 1px #333;
}
#easyTooltip .content{
padding : 5px 10px;
background : #0e2235;
}
#easyTooltip .des{
background : #01060a;
padding : 5px 10px;
}
#easyTooltip p{
margin-bottom : 0;
line-height: 1.2em !important;
}
#easyTooltip .title{
color : #fafafa;
font-weight : bold;
}
#easyTooltip .title span{
color : #abb7c4;
}
#easyTooltip .eng_title{
color : #abb7c4;
font-size : 12px;
}
/** end tooltips **/
.cc-warning{
padding: 10px;
text-align: center;
margin-top: 1px !important;
background: #0b1f35;
font-weight: bold;
font-size: 18px;
border : 3px solid #737373;
max-width: 960px;
margin: 0 auto;
}
.player-notif{
padding: 10px;
text-align: center;
background: #0b1f35;
font-weight: bold;
font-size: 18px;
border: 2px solid #6b6b6b;
max-width: 960px;
margin: 0 auto;
box-shadow: 3px 3px 6px #a09393;
}
.player-notif span{
color : #c7860f;
}
.completed_movie_wrapper{
height : 680px;
overflow-x : hidden;
overflow-y : auto;
}
@media(max-width : 767px){
.player-notif{
font-size : 13px;
}
}
/** player banner **/
.pl-newsfeed-item{
width : 15%;
}
.video-detail{
position: relative;
}
.player-banner{
position: absolute;
max-height: 97%;
max-width: calc(calc(calc(100% - 960px) /2) - 20px);
}
.player-banner-right{
left : calc(calc(calc(100% - 960px) / 2) + 975px);
}
.player-banner-left {
right : calc(calc(calc(100% - 960px) / 2) + 975px);
}
@media(max-width: 1024px){
.player-banner {
display: none;
}
}
/** end player banner **/
/******************** SHORTENER **********************/
.shortener.shortener-height{
margin-bottom: 20px;
overflow: hidden;
position: relative;
}
.shortener .shortener-nav{
position: relative;
height: 30px;
background: #01060a;
text-align: center;
padding-top: 5px;
border: 1px solid #444444;
cursor: pointer;
font-weight: bold;
}
.shortener.shortener-height .shortener-nav{
position: absolute;
bottom: 0;
width: 100%;
}
.shortener img{
max-width : 100%;
display: block;
margin : 0 auto;
height: auto;
}
/******************** SHORTENER **********************/
/**** galak css *****/
.gl-container{
background : #505050;
}
/**** galak css *****/
/**** star detail ****/
.public-people-cover{
width : 300px;
height : 300px;
display: block;
margin : 0 auto;
background-size : cover;
background-position: top center;
border : 3px solid #e2e2e2;
}
.star_container{
background : #020d18;
padding : 20px 0;
}
.star_name{
font-size : 30px;
}
.star_nav li{
margin-right : 20px;
}
.loading div{
width : 10px;
height: 10px;
display: inline-block;
background: #d9ed39;
margin-right : 10px;
border-radius: 5px;
}
.loading .loading1{
-webkit-animation: loading-scale 1s 0s infinite ease-in-out;
animation: loading-scale 1s 0s infinite ease-in-out;
}
.loading .loading2{
-webkit-animation: loading-scale 1s 250ms infinite ease-in-out;
animation: loading-scale 1s 250ms infinite ease-in-out;
}
.loading .loading3{
-webkit-animation: loading-scale 1s .5s infinite ease-in-out;
animation: loading-scale 1s .5s infinite ease-in-out;
}
@-webkit-keyframes loading-scale {
0%,100% {
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
50% {
-webkit-transform: scale(2,2);
transform: scale(2,2);
}
}
@keyframes loading-scale {
0%,100% {
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
50% {
-webkit-transform: scale(2,2);
transform: scale(2,2);
}
}
.hidden-movie-alert{
background: #380101;
border-radius: 5px;
border: 1px solid #480101;
font-size: 20px;
font-weight: bold;
color: #b7b7b7;
}
.idol_relatec_content_title{
border-bottom : 3px solid #dcf836;
padding-bottom : 5px;
color : #dcf836 !important;
margin-top : 15px !important;
}
.star_info div{
text-transform: capitalize;
}
.star_info h6{
font-size: 17px;
font-weight: bold;
}
.star_info span{
font-size: 15px;
color: #abb7c4;
font-weight: 300;
font-family: 'Nunito', sans-serif;
}
/**** star detail ****/
/**** mobile banner ****/
@media(min-width : 768px){
.mb_airtime_container img{
max-width : 220px;
}
}
/**** mobile banner ****/
.nav__logo {
position: relative;
text-align: center;
}
.text-logo {
font-size: 1.5em;
text-transform: uppercase;
color: #fff !important;
}
.text-logo b {
font-size: 1.5em;
}
/*** search idol ***/
.idol-search-container{
max-width : 100%;
}
.idol-load-more{
position: relative;
height: 100%;
}
.idol-load-more p{
position: absolute;
left : 0;
bottom : 37%;
color : white;
font-size : 50px;
cursor: pointer;
}
.btns-list{
padding : 5px;
display: flex;
}
.btns-list li{
display: inline-block;
margin-right : 10px;
}
.btn-submit-error{
text-transform: uppercase;
padding: 5px 21px;
background: rgba(193, 26, 26, 0.5);
border: 1px solid #e45400;
color: white;
font-size: 14px;
font-weight: bold;
font-family: 'Nunito', sans-serif;
}
/*** search idol ***/
.air_date{
background: #212121;
border: 1px dashed #d9ed39;
padding: 5px 0 0 0;
margin: 0 0 15px 0;
}
.air_date p{
padding: 0 15px;
display : inline-block;
}
.air_date h4{
margin-bottom : 0;
border-bottom: none;
font-size: 16px;
}
.btn-error-report{
position: fixed;
width: 85px;
height: 85px;
bottom: 45%;
right: 10px;
z-index: 10000;
}
.btn-error-report img{
width : 100%;
height : 100%;
border-radius: 50%;
border: 3px solid white;
}
/*** responsive ***/
@media(max-width : 840px){
.btn-error-report{
bottom : 30px;
right : 5px;
width : 65px;
height : 65px;
}
}
@media(max-width : 320px){
.text-logo,
.text-logo b{
font-size : 1.1em;
}
}
/*** responsive ***/
|
public/css/style.css
|
header {
position: absolute;
z-index: 100;
width: 100%;
background-color: transparent;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
header .top-search {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: flex-start;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
header .top-search select,
header .top-search input {
height: 46px;
border: none;
background-color: #01060a !important;
font-family: 'Nunito', sans-serif;
font-size: 12px;
color: #abb7c4;
font-weight: 300;
text-transform: none;
border : 1px solid #9b9999;
}
header .top-search select {
width: 20%;
border-right: 1px solid #020d18;
-webkit-appearance: none;
-moz-appearance: none;
/* Firefox */
text-transform: uppercase;
color: #ffffff;
}
header .top-search input::-webkit-input-placeholder {
color: #abb7c4;
}
.sticky {
background-color: #0f2133;
position: fixed;
width: 100%;
z-index: 9999;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
top: 0;
left: 0;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.menu-icon {
height: 30px;
width: 30px;
cursor: pointer;
margin: 0 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
.nav__content .menu-icon {
margin: 0 auto;
}
.menu-icon__line {
height: 2px;
width: 30px;
display: block;
background-color: #ffffff;
margin-bottom: 4px;
transition: background-color .5s ease, -webkit-transform .2s ease;
transition: transform .2s ease, background-color .5s ease;
transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
width: 15px;
}
.menu-icon__line-right {
width: 15px;
margin-left: auto;
}
.nav {
position: relative;
z-index: 1;
border-bottom: 1px solid #000;
transition: background-color .2s ease;
}
.nav:before, .nav:after {
content: "";
position: absolute;
width: 100%;
height: 100vh;
top:0;
left: 0;
background: rgba(234, 234, 234, 0.2);
z-index: -1;
transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
-webkit-transform: translateX(0%) translateY(-100%);
transform: translateX(0%) translateY(-100%);
}
.nav:after {
background: white;
transition-delay: 0s;
}
.nav:before {
transition-delay: .1s;
}
.nav__header {
padding: 10px 0;
transition: background-color .2s ease;
min-height: 69px;
}
.nav__header .nav__wrapper {
display: flex;
align-items: center;
}
.nav__header .nav__search{
margin-left: auto;
display: flex;
}
.nav__header .top-search {
margin-bottom: 0;
}
.nav__header .top-search input {
min-width: 330px;
padding-right: 34px;
}
.nav__header .top-search .input{
position: relative;
}
.nav__header .top-search i.fa-search{
position: absolute;
top: 0;
right: 0;
padding: 0 12px;
height: 46px;
line-height: 46px;
}
.nav__header .top-search > a{
white-space: nowrap;
background-color: #01060a;
margin-left: 15px;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
height: 46px;
border-radius: 5px;
line-height: 46px;
padding: 0 10px;
color: #abb7c4;
border : 1px solid #9b9999;
}
.nav__content {
cursor: pointer;
background-color: rgba(1,6,9,.8);
position: relative;
}
.nav__list{
display: flex;
align-items: center;
}
.nav__list,
.nav__sub-list{
padding-left: 0;
margin-bottom: 0;
}
.nav__list-item {
position: relative;
list-style: none;
border-left: 1px solid #010609;
transition: background-color .2s ease;
}
.nav__list .nav__list-item:last-child{
margin-left: auto;
border-left: unset;
}
.nav__list-item a {
display: block;
text-align: center;
padding: 10px 20px;
text-transform: capitalize;
font-weight: bold;
color: #abb7c4;
}
.nav__list-item:hover{
background-color: #fff;
}
.nav__list-item:hover > a{
color: #111;
}
.nav__list .nav__list-item:last-child:hover{
background-color: transparent;
}
.nav__sub-list {
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: #fff;
width: 60vw;
flex-wrap: wrap;
align-items: center;
border-bottom: 1px solid #111;
}
.nav__list-item:hover .nav__sub-list{
display: flex;
}
.nav__sub-list-item {
display: block;
width: 25%;
}
.nav__list-item__3 .nav__sub-list-item{
width: 33.33%;
}
.nav__list-item__3 .nav__sub-list{
width: 45vw;
}
.nav__sub-list-item a {
color: #010609;
font-weight: normal;
}
.nav__sub-list-item:hover a {
color: #7d0606;
text-decoration: underline;
}
body.nav-active .menu-icon__line {
background-color: #abb7c4;
-webkit-transform: translateX(0px) rotate(-45deg);
transform: translateX(0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
-webkit-transform: translateX(1px) rotate(45deg);
transform: translateX(1px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
-webkit-transform: translateX(-2px) rotate(45deg);
transform: translateX(-2px) rotate(45deg);
}
body.nav-active .nav:before, body.nav-active .nav:after {
-webkit-transform: translateX(0%) translateY(0%);
transform: translateX(0%) translateY(0%);
}
body.nav-active .nav:after {
transition-delay: .1s;
}
body.nav-active .nav:before {
transition-delay: 0s;
}
body.nav-active .nav__header{
background-color: #111;
}
body.nav-active .nav{
position: fixed;
width: 100%;
height: 100%;
background-color: #fff;
transition-delay: .8s;
overflow-y: auto;
}
body.nav-active .nav__content {
background-color: transparent;
}
body.nav-active .nav__list{
flex-wrap: wrap;
}
body.nav-active .nav__list-item {
border-left: unset;
flex-wrap: wrap;
width: 100%;
}
body.nav-active .nav__list-item a{
text-align: left;
padding-left: 0;
}
body.nav-active .nav__list-item > a{
font-size: 20px;
color: #111;
}
body.nav-active .nav__list-item a .fa{
display: none;
}
body.nav-active .nav__sub-list{
display: flex;
position: static;
width: 100%;
background-color: transparent;
align-items: flex-start;
border: unset;
}
body.nav-active .nav__list-item.nav__list-item__0:before {
content: "";
position: absolute;
background: #111;
width: 20px;
height: 1px;
top: 100%;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
transition: all .3s ease;
}
body.nav-active .nav__list-item.nav__list-item__0:hover:before {
width: 200px;
}
body.nav-active .nav__sub-list-item{
width: 25%;
}
.nav__header .menu-icon{
display: none;
}
.nav__search-icon {
display: none;
color: #abb7c4;
padding: 15px 20px;
cursor: pointer;
background-color: #01060a;
border-radius: 5px;
}
.nav__header.search-active .nav__logo{
display: none;
}
.nav__header.search-active .nav__search{
flex-grow: 1;
}
.nav__header.search-active .top-search{
flex-grow: 1;
display: flex !important;
}
.nav__header.search-active .top-search .input{
width: 100%;
}
.nav__header.search-active .top-search input{
min-width: unset;
width: 100%;
}
.nav__header.search-active .top-search a{
display: none;
}
@media (max-width: 480px) {
.nav__sub-list-item {
width: 50% !important;
}
}
@media (min-width: 768px){
body.nav-active .nav__list .nav__list-item:last-child{
position: absolute;
top: 10px;
right: 0;
width: 30px;
height: 30px;
}
body.nav-active .nav__list{
position: relative;
}
}
@media (max-width: 767px){
header .top-search {
display: none;
}
body:not(.nav-active) .nav__content{
display: none;
}
.nav__header .menu-icon{
display: flex;
}
.nav__search-icon {
display: block;
}
.nav__logo {
flex-grow: 1;
}
.nav__logo img{
margin: auto;
}
}
footer {
/* background: url(/images/slider-bg.jpg) no-repeat; */
background-position: center;
background-size: cover;
}
footer .flex-parent-ft {
padding: 80px 0 60px 0;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
align-items: flex-start;
}
@media (max-width: 991px) {
footer .flex-parent-ft {
display: flex;
flex-direction: column;
max-width: 550px;
margin: 0 auto;
}
}
@media (max-width: 991px) {
footer .flex-parent-ft .flex-child-ft {
width: 100%;
}
}
footer .flex-parent-ft .flex-child-ft img {
margin-bottom: 60px;
}
footer .flex-parent-ft .flex-child-ft p {
margin-bottom: 15px;
}
footer .flex-parent-ft .flex-child-ft p a {
color: #ffffff;
font-size: 18px;
}
footer .flex-parent-ft .flex-child-ft h4 {
font-family: 'Cuprum', sans-serif;
font-size: 18px;
color: #ffffff;
font-weight: bold;
text-transform: capitalize;
margin-bottom: 30px;
}
footer .flex-parent-ft .flex-child-ft ul {
list-style: none;
margin-left: 0;
}
footer .flex-parent-ft .flex-child-ft ul li {
margin-bottom: 5px;
}
footer .flex-parent-ft .flex-child-ft ul li a {
font-family: 'Nunito', sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: regular;
text-transform: none;
}
footer .flex-parent-ft .flex-child-ft ul li a:hover {
color: #dcf836;
}
footer .flex-parent-ft .flex-child-ft a.btn {
font-family: 'Cuprum', sans-serif;
font-size: 14px;
color: #dd003f;
font-weight: bold;
text-transform: uppercase;
}
footer .flex-parent-ft .flex-child-ft form {
margin-bottom: 20px;
}
footer .flex-parent-ft .flex-child-ft form input {
font-family: 'Nunito', sans-serif;
font-size: 12px;
color: #abb7c4;
font-weight: 300;
text-transform: none;
background-color: #020d18;
border-color: #405266;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: url('../images/uploads/search-bg.png') no-repeat right 20px center;
}
footer .ft-copyright {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #405266;
padding-top: 20px;
padding-bottom: 10px;
background-color: #020d18;
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
-webkit-opacity: 0.7;
opacity: 0.7;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
filter: alpha(opacity=70);
padding-left: 380px;
padding-right: 380px;
}
@media (max-width: 1200px) {
footer .ft-copyright {
padding-left: 125px;
padding-right: 125px;
}
}
@media (max-width: 767px) {
footer .ft-copyright {
padding: 15px;
display: flex;
flex-direction: column;
align-items: inherit;
}
}
footer .ft-copyright .backtotop a:hover {
color: #dcf836;
}
footer.full-width-ft .ft-copyright {
border-top: none;
padding: 0;
padding-bottom: 15px;
padding-top: 15px;
}
@media (max-width: 767px) {
footer.full-width-ft .ft-copyright {
background: none;
}
}
.ft-copyright-landing {
text-align: center;
background-color: #e8e8e8;
padding: 23px;
}
.ft-copyright-landing p {
text-transform: uppercase;
margin-bottom: 0;
color: #8c9296;
font-family: 'Cuprum', sans-serif;
font-weight: 700;
}
p {
font-family: 'Nunito', sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: 300;
text-transform: none;
line-height: 24px !important;
}
.cate {
margin-bottom: 15px;
}
.cate span {
padding: 3px 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.cate span a {
font-family: 'Cuprum', sans-serif;
font-size: 12px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
}
.cate .blue {
background-color: #1692bb;
}
.cate .yell {
background-color: #f5b50a;
}
.cate .green {
background-color: #a6bb16;
}
.cate .orange {
background-color: #ec5a1a;
}
.more-btn {
font-family: 'Cuprum', sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: bold;
text-transform: uppercase;
padding: 13px 25px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
text-decoration: none;
transition: background-color 0.3s ease-in-out;
margin-bottom: 7px;
margin-top: 8px;
display: inline-block;
}
.more-btn img {
margin-top: -0.2em;
}
.more-btn:hover {
text-decoration: none;
background-color: #020d18;
color: #dcf836;
}
.red-btn {
background-color: #dd003f;
color: #ffffff;
}
.yellow-btn {
background-color: #dcf836;
color: #020d18;
}
.btn-nav {
border-radius: 5px;
}
.btn-fw {
width: 100%;
border-radius: 5px;
display: block;
text-align: center;
}
.title-hd {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 15px;
}
.title-hd .more-btn{
font-size: 12px;
padding: 10px 15px;
vertical-align: middle;
margin-left: 10px;
}
.title-hd h2 {
font-size: 24px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
}
.title-hd h2 span{
font-size: 15px;
color: #4f5b68;
font-weight: normal;
text-transform: uppercase;
}
.title-hd h2 span .messenger-icn path{
fill: #4f5b68;
}
.title-hd h2 span .messenger-icn polygon{
fill: #020d18;
}
.title-hd h2 span .messenger-icn{
vertical-align: text-top;
}
@media (max-width: 767px) {
.title-hd h2 {
margin: 0;
}
}
.title-hd a.viewall {
font-family: 'Cuprum', sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: bold;
text-transform: uppercase;
margin-right: 10px;
}
.title-hd a.viewall i {
margin-left: 5px;
}
.title-hd a.viewall:hover {
color: #dcf836;
}
.flex-wrap-movielist {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: inherit;
margin-right: -15px;
}
.flex-wrap-movielist .movie-item {
display: flex;
flex-direction: column;
align-items: inherit;
width: calc(20% - 30px);
position: relative;
margin-right: 30px;
margin-bottom: 30px;
}
.flex-wrap-movielist .vertical-display {
width : 300px;
}
.flex-wrap-movielist .list-display {
width : calc(24% - 21px);
}
@media (max-width: 1199px) {
.flex-wrap-movielist .movie-item {
width: calc(25% - 30px);
}
}
@media (max-width: 991px) {
.flex-wrap-movielist .movie-item {
width: calc(33.3333% - 30px);
}
}
@media (max-width: 767px) {
.flex-wrap-movielist .movie-item {
width: calc(50% - 30px);
}
}
@media (max-width: 479px) {
/* .flex-wrap-movielist{
margin-right: 0;
}
.flex-wrap-movielist .movie-item {
margin-right: 0px;
width: 100%;
} */
}
.flex-wrap-movielist .movie-item img {
width: 100%;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.flex-wrap-movielist .movie-item .mv-img {
position: relative;
padding-bottom: 56.25%;
background-size: cover;
background-position: center;
}
.flex-wrap-movielist .movie-item .mv-img:after {
box-shadow: inset -5px -50px 100px -15px #000000;
-webkit-box-shadow: inset -5px -50px 100px -15px #000000;
-moz-box-shadow: inset -5px -50px 100px -15px #000000;
-o-box-shadow: inset -5px -50px 100px -15px #000000;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
content: "";
}
.flex-wrap-movielist .movie-item .title-in {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-left: 10px;
bottom: 0;
left: 0;
width : 100%;
position: absolute;
}
.title-in h6 , .title-in p{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width : 100%;
}
.flex-wrap-movielist .movie-item .title-in h6 {
font-family: 'Cuprum', sans-serif;
font-size: 14px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
}
.flex-wrap-movielist .movie-item .title-in p {
font-size: 12px;
color: #ffffff;
}
.flex-wrap-movielist .movie-item .title-in p i {
color: #f5b50a;
font-size: 22px;
}
.flex-wrap-movielist .movie-item .title-in p span {
font-weight: 400;
font-size: 18px;
}
.flex-wrap-movielist .movie-item .hvr-inner {
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: #dd003f;
padding: 8px 15px;
width: 110px;
height: 38px;
text-align: center;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
cursor: pointer;
opacity: 0;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.flex-wrap-movielist .movie-item .hvr-inner {
font-family: 'Cuprum', sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
}
.flex-wrap-movielist .movie-item .hvr-inner i {
margin-right: 5px;
}
.flex-wrap-movielist .movie-item:hover .hvr-inner {
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.flex-wrap-movielist .movie-item:hover .title-in,
.flex-wrap-movielist .movie-item:hover .mv-img {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-moz-opacity: 0.25;
-khtml-opacity: 0.25;
-webkit-opacity: 0.25;
opacity: 0.25;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
filter: alpha(opacity=25);
}
.flex-wrap-movielist .movie-item:hover h6 a {
color: #dcf836;
}
.sliderv2 .movie-item{
padding: 20px 0 50px 0;
}
.sliderv2 .movie-item .title-in {
text-align: left;
}
.sliderv2 .movie-item .title-in h1 a {
font-family: 'Cuprum', sans-serif;
font-size: 30px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
line-height: 45px;
}
.sliderv2 .movie-item .title-in h1 a span {
font-family: 'Cuprum', sans-serif;
font-size: 36px;
color: #abb7c4;
font-weight: 300;
text-transform: uppercase;
}
.sliderv2 .movie-item .title-in p {
font-size: 12px;
color: #ffffff;
}
.sliderv2 .movie-item .title-in p i {
color: #f5b50a;
font-size: 22px;
}
.sliderv2 .movie-item .title-in p span {
font-weight: 400;
font-size: 18px;
}
.sliderv2 .movie-item .title-in .social-btn {
margin-bottom: 15px;
}
.sliderv2 .movie-item .title-in .redbtn {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
width: 130px;
}
.sliderv2 .movie-item .title-in .redbtn:hover {
color: #ffffff;
}
.sliderv2 .movie-item .title-in .btn-transform:hover .hvrbtn {
background-color: #020d18;
color: #dcf836;
}
.sliderv2 .movie-item .title-in .mv-details {
margin-bottom: 15px;
}
@media (max-width: 991px) {
.sliderv2 .movie-item .mv-img-2 {
display: none;
}
}
@media (max-width: 767px) {
.sliderv2 .slider-single-item {
padding-top: 0;
}
.sliderv2 .slider-single-item .movie-item .title-in {
margin-left: 10px;
margin-bottom: 15px;
}
}
.hero {
text-align: center;
background-size: cover;
background-position: center;
position: relative;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
height: 445px;
}
.hero:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.75);
top: 0;
}
.trans-hero:before {
background-color: transparent;
}
.hero.common-hero {
height : auto;
min-height: 200px;
}
.hero h1 {
font-size: 36px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px;
}
.hero ul.breadcumb {
list-style-type: none;
}
.hero ul.breadcumb li.active a {
color: #4280bf;
}
.hero ul.breadcumb li,
.hero ul.breadcumb a {
display: inline-block;
font-size: 14px;
color: #abb7c4;
font-weight: 300;
text-transform: uppercase;
}
.hero ul.breadcumb span {
margin-left: 15px;
margin-right: 15px;
}
.page-single {
background-color: #020d18;
padding: 75px 0;
}
.movie-single {
margin-top: -415px;
}
.movie-rate{
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: flex-start;
border-top: 1px solid #405266;
border-bottom: 1px solid #405266;
/* margin-bottom: 70px; */
margin-top: 20px;
}
.movie-rate .rate {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: flex-start;
}
.movie-rate .rate p {
margin-bottom: 0;
margin-left: 10px;
font-size: 11px;
}
.movie-rate .rate i.fa {
font-size: 1.5em;
color: #df433e;
}
.movie-rate .rate-star {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: flex-start;
margin-left: 30px;
border-left: 1px solid #405266;
padding-left: 30px;
flex-wrap: wrap;
width: 100%;
padding-top: 5px;
}
.movie-eps-nav {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
width: 100%;
justify-content: space-around;
margin: 5px 0px;
}
.movie-eps-nav > div {
font-size: 20px;
cursor: pointer;
}
.movie-eps-all p {
margin-bottom: 5px;
text-transform: uppercase;
font-weight: bold;
margin-top: 10px;
border-bottom: 1px solid #405266;
}
.movie-eps-wrapper {
max-height: 100px;
overflow: auto;
}
.movie-eps-all__search__input {
display: inline-block;
min-width: 200px;
position: relative;
}
.movie-eps-all__search__input input{
padding-right: 34px;
height: 35px;
background-color: #01060a !important;
font-family: 'Nunito', sans-serif;
font-size: 12px;
color: #abb7c4;
font-weight: 300;
text-transform: none;
min-width: 200px;
border: 1px solid #4f5b55;
}
.movie-eps-all__search__input i.fa{
position: absolute;
right: 0;
top: 0;
padding: 10px;
}
.sb-it {
margin-bottom: 10px;
margin-left: 10px;
}
.sb-it h6 {
font-size: 14px;
color: #abb7c4;
font-weight: bold;
text-transform: capitalize;
margin-bottom: 10px;
}
.sb-it h6 span{
font-family: 'Nunito',sans-serif;
font-size: 14px;
color: #abb7c4;
font-weight: 300;
text-transform: none;
line-height: 24px!important;
}
.sb-img{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: inherit;
}
.img-11{
width : 100%;
background-position: center;
background-size : cover;
padding-bottom : 100%;
border-radius: 50%;
}
.public-people-item{
width : 120px;
margin-right : 7px;
margin-bottom : 10px;
}
.public-people-item p{
color : #4280bf;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
ul.tabs-mv {
padding: 20px 0;
margin-bottom: 40px;
list-style: none;
margin-left: 0;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: flex-start;
}
ul.tabs-mv li {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
ul.tabs-mv li a {
font-size: 18px;
padding: 0 15px 15px 15px;
border-bottom: 3px solid transparent;
font-weight: bold;
text-transform: uppercase;
font-family: 'Cuprum', sans-serif;
display: inline-block;
color: #abb7c4;
}
ul.tabs-mv li.active a,
ul.tabs-mv li:hover a {
border-bottom: 3px solid #dcf836;
}
ul.tabs-mv li.active a{
color: #dcf836;
}
select.filter {
border: none;
border-bottom: 1px solid #405266;
font-weight: 400;
background-color: transparent;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
position: relative;
}
@media (max-width: 767px) {
select.filter {
border: 1px solid #405266;
}
ul.tabs-mv{
margin-bottom : 0;}
}
select.filter option {
background-color: #020d18;
}
.filter input {
background-color: transparent;
color: white;
border: none;
border-bottom: 1px solid #df4240;
}
.filter input:focus {
box-shadow: unset;
border-color: #962a28;
}
.carousel-content{
position: relative;
padding-bottom: 28.125%;
min-height: 300px;
}
.carousel-content-background-image{
position: absolute;
top:0; left:0; bottom:0; right:0;
background-size: cover;
background-position: center center;
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
-o-filter: blur(10px);
-ms-filter: blur(10px);
filter: blur(10px);
}
.carousel-content-image {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 100%;
height: 100%;
margin: 0 auto;
}
.carousel-content-image img{
margin : 0 auto;
height: 100%;
display: block;
}
.carousel-content-text a{
color : black;
}
.carousel-content-text .title{
color : #444444;
}
.carousel-content-title{
position: absolute;
bottom : 50px;
left : 7%;
font-size: 25px;
background: #020d19;
color : white;
padding : 5px 10px;
opacity: 0.9;
max-width : 85%;
}
.carousel-content-badget{
font-size: 14px;
background-color: #7d0606;
display: inline-block;
padding: 3px 7px;
border-radius: 3px;
font-weight: bold;
margin-top: -20px;
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #020d18;
/* change if the mask should have another color then white */
z-index: 99999;
text-align: center;
/* makes sure it stays on top */
}
#preloader img {
margin-top: 100px;
}
@media (max-width: 767px) {
#preloader img {
margin-bottom: 50px;
}
}
#status {
position: relative;
width: 70px;
height: 70px;
top: 35%;
margin: 0 auto;
right: 35px;
}
#status span {
position: absolute;
border-radius: 999px;
}
#status span:nth-child(1) {
border: 5px solid #dcf836;
border-top: 5px solid transparent;
width: 70px;
height: 70px;
animation: spin1 2s infinite linear;
}
#status span:nth-child(2) {
border: 5px solid #dd003f;
border-top: 5px solid transparent;
top: 20px;
left: 20px;
width: 30px;
height: 30px;
animation: spin2 1s infinite linear;
margin-left: 35px;
}
@keyframes spin1 {
0% {
transform: rotate(360deg);
opacity: 1;
}
50% {
transform: rotate(180deg);
opacity: 0.75;
}
100% {
transform: rotate(0deg);
opacity: 1;
}
}
@keyframes spin2 {
0% {
transform: rotate(0deg);
opacity: 0.75;
}
50% {
transform: rotate(180deg);
opacity: 1;
}
100% {
transform: rotate(360deg);
opacity: 0.75;
}
}
#playlists{
position: relative;
}
.sidebar-container{
position: relative;
background-color: #01060a;
padding: 10px 15px;
margin: 0 -15px;
}
@media (min-width: 992px) {
.sidebar-container.affix{
top: 150px;
width: inherit;
}
.affix{
position: fixed !important;
}
.sidebar-container.affix{
max-height: calc(100vh - 150px);
overflow-x: hidden;
}
}
.billboard-tab {
list-style-type: none;
padding-left: 0;
display: flex;
margin-bottom: 0;
}
.billboard-tab li {
flex-grow: 1;
flex-basis: 0;
text-align: center;
}
.billboard-tab li a {
display: flex;
flex-direction: column;
height: 40px;
background-color: #020d18;
color: #fff;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
border-bottom: 3px solid #020d18;
width: 100%;
align-items: center;
justify-content: center;
transition: all 0.2s ease-in-out;
}
.billboard-tab li.active a,
.billboard-tab li:hover a{
background-color: #000;
border-color: #7e2112;
}
.billboard-content {
height: 630px;
overflow-x: hidden;
overflow-y: auto;
}
.cscroller::-webkit-scrollbar,
.y-scroller ul::-webkit-scrollbar{
width : 5px;
border-radius: 5px;
height : 5px;
}
.cscroller::-webkit-scrollbar-thumb ,
.y-scroller ul::-webkit-scrollbar-thumb{
background-color: #2d2d2d;
border-radius: 5px;
}
.cscrollerr::-webkit-scrollbar-track ,
.y-scroller ul::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
border-radius: 5px;
}
.it-bill-board{
position: absolute;
border-bottom-left-radius: 100%;
top : 0;
right : 0;
padding :3px 5px 6px 10px;
color : white;
font-size : 13px;
background : grey;
font-weight: 700;
}
.it-bill-board-1{
background : #ea000b;
}
.it-bill-board-2{
background : #ef8a0d;
}
.it-bill-board-3{
background : #f5c824;
}
.it-bill-board-4{
background : #39c300;
}
.it-bill-board-5{
background : #529e49;
}
.it-bill-board-6{
background : #3a18f9;
}
.it-bill-board-7{
background : #1b84c1;
}
.it-bill-board-8{
background : #82009a;
}
.it-bill-board-9{
background : #a22370;
}
.it-img{
background-position: center;
background-size: cover;
position: absolute;
top: 0;
right: 0;
width: 160px;
height: 100%;
}
.it-tt {
text-transform: uppercase;
font-weight: bold;
}
.it-badget {
background-color: #7d0606;
display: inline-block;
padding: 3px 7px;
border-radius: 3px;
color: #eee;
font-size: 11px;
}
.it-content{
margin-left: 0;
width: 100%;
position: absolute;
padding-left: 10px;
padding: 5px 80px 0 10px;
}
.it-content a{
color : white;
font-weight : bold;
font-size : 13px;
}
.it-content p{
color : #eaeaea;
line-height : 1.3em !important;
margin-bottom : 5px;
}
.it-content .it-en-tt{
text-overflow: ellipsis;
overflow: hidden;
font-size : 11px;
color : #b9b9b9;
}
.it-item{
margin-top : 20px;
position: relative;
overflow: hidden;
height: 90px;
background: #010609;
}
.it-item::before{
position: absolute;
content: '';
bottom : -7px;
left : 5%;
width : 90%;
border-bottom : 1px solid #292929;
}
.it-item-big .it-img{
position: relative;
width: 100%;
height: 0;
padding-top: 42.1%;
background-position: top;
}
.it-item-big {
height: auto;
}
.it-item-big .it-content{
margin: 0;
width: 100%;
position: absolute;
bottom: 0;
padding: 20px 10px 10px 10px;
box-sizing: border-box;
/* background-color: #111; */
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.it-overlay,
.pl-carousel-overlay,
.cmsoon-overlay {
position: absolute;
top:0;
bottom:0;
left:0;
right:0;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
color: #fff;
font-size: 2em;
background-color: rgba(1,1,1,.3);
transition: opacity 0.2s ease-in-out;
}
.it-vignette {
position: absolute;
width: 160px;
height: 100%;
left: 0;
top: 0;
background: rgb(1,6,9);
background: linear-gradient(90deg, rgba(1,6,9,1) 0%, rgba(1,6,9,0) 100%);
}
.it-item-big .it-vignette {
display: none;
}
.it-item:hover .it-overlay {
opacity: 1;
}
.it-item:hover .it-tt {
color: #dcf836;
}
.y-scroller {
width: 100%;
position: relative;
max-width: 1170px;
margin: 0 auto;
padding-bottom: 10px;
}
.y-scroller ul{
-webkit-overflow-scrolling: touch;
overflow: hidden;
overflow-x: auto;
height: 150px;
position: relative;
white-space: nowrap;
}
.y-scroller.tall ul{
/*height: 300px;*/
}
.y-scroller ul li {
display: inline-block;
float: none !important;
vertical-align: top;
padding : 10px;
}
.y-scroller ul li:first-child {
margin-left : 0;
}
@media(max-width : 840px){
.instant-trending{
display : none;
}
}
@media (max-width: 767px) {
header .navbar-default {
padding: 10px 0;
}
header .navbar-default img.logo {
width: 30%;
margin-top: 5px;
}
}
.luna .boxed {
background-size: 135%;
}
.luna header .navbar-default .navbar-nav li a{
color : #fff !important;
padding : 10px;
background: #2f2f2f;
}
.luna footer p,
.luna footer ul li a{
color : #fff !important;
}
.luna footer {
background-position: bottom;
}
.fa-circle-o-notch{
color : #ea7979;
font-size : 25px;
animation: spin1 1s infinite linear;
}
@media (max-width: 991px) {
.luna header{
background-color: unset;
}
}
.border-top {
border-top: 1px solid #1d1d1d;
}
.img {
background-size: cover;
background-position: center center;
}
.r43 {
padding-top: 133.33%;
}
.r169 {
padding-top: 56.25%;
}
.elipsis{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pl-carousel-cell {
width: 20%;
min-width: 180px;
padding: 0 5px;
}
.pl-carousel-cell.lg{
width: 25%;
}
.pl-carousel-img {
position: relative;
}
.pl-carousel-cell:hover .pl-carousel-overlay {
opacity: 1;
}
.pl-carousel-badget{
position: absolute;
color: #fff;
font-size: 12px;
top: 0;
left: 0;
margin: 5px;
padding: 5px;
background-color: rgba(2, 13, 24, 0.6);
border-radius: 8px;
}
.pl-carousel-content h6 {
font-size: 1em;
color: #fff;
/* text-transform: uppercase; */
font-weight: bold;
margin-bottom: 0;
}
.pl-carousel-cell.lg .pl-carousel-content h6{
white-space: unset;
overflow: unset;
text-overflow: unset;
line-height: 1.3;
}
.pl-carousel-cell:hover .pl-carousel-content h6{
color: #dcf836;
}
.pl-carousel-content p {
font-size: 12px;
}
.playlist-wrapper {
padding: 0 15px;
margin: 0 -15px;
}
#playlists .playlist-wrapper:nth-child(even) {
background-color: #01060a;
}
.bn-carousel,
.bn-carousel-sm{
padding-bottom: 0 !important;
}
.bn-carousel-cell {
width: 100%;
overflow: hidden;
}
.bn-carousel-cell > a {
background-color: rgb(1,6,9);
}
.bn-carousel-img {
position: relative;
padding-bottom: 28.125%;
min-height: 180px;
background-color: rgb(1,6,9);
overflow: hidden;
background-size: cover;
background-position: center;
}
.bn-carousel-img img {
height: 100%;
}
.bn-carousel-vignette {
position: absolute;
width: 80%;
height: 100%;
left: 0;
top: 0;
background: rgb(1,6,9);
background: linear-gradient(90deg, rgba(1,6,9,1) 0%, rgba(1,6,9,0) 100%)
}
.bn-carousel-content {
max-width: 70%;
position: absolute;
top: 20px;
left: 10%;
background-color: rgba(1,1,1,0.6);
padding: 10px 20px;
border-radius: 10px;
}
.bn-carousel-content h6{
font-size: 2em;
color: #fff;
text-transform: uppercase;
font-weight: bold;
}
.bn-carousel-content img {
max-height: 100px;
}
@media (max-width: 767px) {
.bn-carousel-sm{
display: none;
}
.bn-carousel-content{
display: none;
}
}
.bn-carousel-sm-cell {
width: 72px;
margin-right: 15px;
border: 1px solid #fff;
}
.bn-carousel-sm-cell.is-nav-selected{
border: 1px solid #7e2112;
}
.banner-wrapper {
position: relative;
}
.bn-carousel-sm-wrapper {
width: 60%;
position: absolute;
bottom: 30px;
right: 30px;
}
.cmsoon-content-wrapper {
height: 585px;
overflow-x: hidden;
overflow-y: auto;
}
.cmsoon-item {
display: flex;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #1d1d1d;
}
.cmsoon-img {
width: 96px;
position: relative;
}
.cmsoon-content {
padding-left: 10px;
flex: 1;
}
.cmsoon-content h6 {
color: #fff;
font-size: 1em;
margin-top: 0;
}
.cmsoon-item:hover .cmsoon-content h6{
color: #dcf836;
}
.cmsoon-content p{
font-size: 12px;
}
@media (max-width: 767px){
.sidebar-container .title-hd h2 {
margin: 15px 0;
}
}
/* Article CSS */
.v-item-list > a{
display : flex;
}
.v-item-list{
position: relative;
padding: 10px 15px;
/* border-bottom : 2px solid #020d19; */
}
.v-item-list.common-news{
border-right : 1px solid #072333;
}
.related-news .v-item-list:nth-child(odd){
background-color: #041221;
}
.v-item-img{
flex: 0 0 40%;
/* align-self: flex-end;
margin-top: .2em; */
}
.related-news-header span{
color: white;
padding: 15px;
font-weight: bold;
text-transform: uppercase;
font-size: 17px;
}
.related-news-header .pull-right{
margin-right : 15px;
font-size : 20px;
color : white;
cursor: pointer;
}
.related-movie-news{
background-color: #01060a;
border-color: #072333;
}
.related-news{
display: flex;
flex-wrap: wrap;
}
.related-news .img{
border-radius: 3px;
}
.v-item-content p{
color : #cecece;
line-height: 20px !important;
font-size : 1em;
font-weight: bold;
margin-bottom : 5px;
}
.v-item-content{
margin-top: .2em;
overflow: hidden;
padding : 0 10px 0 0;
max-height : 60px;
flex : 0 0 60%;
align-self : flex-start;
}
.clearfix{
clear:both;
}
.fullscreen{
z-index: 10000;
}
#related_news_modal .modal-dialog{
width : 85%;
margin-top: 0;
}
.modal-open{
overflow : hidden !important;
}
#related_news_modal .close{
color: white;
/* margin-top: -16px; */
background: #ffffff;
border-radius: 50%;
/* border-bottom-left-radius: 100%; */
/* margin-right: -16px; */
/* padding: 7px 10px; */
padding: 13px 2px 13px 0;
opacity: 1;
position: fixed;
top: 20px;
right: 7%;
}
#related_news_modal .close span{
/* margin-top: -16px; */
background: #ff5200;
border-radius: 50%;
/* border-bottom-left-radius: 100%; */
/* margin-right: -16px; */
padding: 7px 14px;
}
#related_news_modal a, #related_news_modal h4{
font-family: "Times New Roman", Times, serif;
color : black;
}
#related_news_modal .item h3{
font-size : 15px;
margin-top : 10px;
}
.flex-container{
display: flex;
flex-wrap: wrap;
}
#related_news_modal .modal-content{
background: #f6f6f6;
position: relative;
}
#related_news_modal .r169{
margin-top : 10px;
}
.entity_content img,
.feature-img-thumb img,
.entity_content video{
display: block;
margin: 0 auto;
width : 100%;
}
.entity_content{
color: black;
font-size: 20px;
}
.single-post-wrap .content-wrap h3{
font-family: "Times New Roman", Times, serif;
font-size : 20px;
font-weight: bold;
margin-top: 5px;
}
.single-post-wrap li{
display: inline-block;
}
.single-post-wrap ul{
margin-left: -40px;
}
.single-post-wrap li a,
.source{
color : grey !important;
font-weight: bold;
}
.category-label{
padding: 5px 10px;
color: white;
border-radius: 5px;
background: #4e589d;
font-weight: bold;
margin-left: 10px;
}
.entity_content *{
font-family: "Times New Roman", Times, serif;
}
.entity_content .img{
margin-bottom: .5em;
}
.entity_content p{
color : black;
font-size: 17px;
line-height : 30px !important;
}
.entity_content .img p,
.entity_content .gallery p,
.entity_content .video p{
text-align: center;
font-weight: bold;
color: #606060;
background: #d7d7d7;
padding: .05em 0;
margin: 0;
font-style: italic;
font-size: 13px;
}
.gallery p.image_caption{
margin-top : -10px;
margin-bottom : 10px;
}
.img p strong{
color: #0f0f53;
}
.entity_content h3, .entity_content h2{
font-size: 20px;
}
.stream_detail .title{
font-size: 20px;
margin-top: 5px;
/* text-align: center; */
color: #2a2a2a;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
border-bottom: 2px solid #2a2a2a;
padding-bottom: 10px;
}
.stream_detail .thumb{
width : 120px;
padding-bottom: 56.25%;
background-size: cover;
background-position: center;
}
.stream_detail .detail {
margin-left : 10px;
}
.stream_detail .detail h6{
margin-top : 0;
font-family: "Times New Roman", Times, serif;
font-size: 15px;
}
.stream_detail .flex-row{
display : flex;
flex-direction: row;
margin-bottom: 10px;
}
.gallery img{
margin-bottom: 10px;
}
#related_news_modal .preloader{
position: relative;
margin : 15% auto;
width : 200px;
display: none;
}
#related_news_modal .preloader-img,
#related_news_modal .editors-pick-post .img-fluid{
background-size: cover;
background-position: center;
width : 100%;
padding-bottom: 56.25%;
}
#related_news_modal .preloader span{
position: absolute;
border-radius: 999px;
}
#related_news_modal .preloader span:nth-child(1){
border: 5px solid #dcf836;
border-top: 5px solid transparent;
width: 70px;
height: 70px;
animation: spin1 2s infinite linear;
}
#related_news_modal .preloader span:nth-child(2){
border: 5px solid #dd003f;
border-top: 5px solid transparent;
top: 20px;
left: 20px;
width: 30px;
height: 30px;
animation: spin2 1s infinite linear;
margin-left: 35px;
}
.back-to-top{
position: fixed;
top: 85%;
right: 8.5%;
background: #202020;
color: white;
z-index: 10001;
padding: 10px;
opacity: .8;
font-weight: bold;
font-size: 20px;
display: none;
border: none;
}
.top-fixed{
position: fixed;
top : 0;
}
#related_news_modal .fb-comments{
text-align: center;
width: 100%;
}
:focus{
outline: none;
}
#related_news_modal .mt-20{
font-size: 17px;
font-weight: bold;
}
@media(max-width : 840px){
#related_news_modal .modal-dialog{
width : 100%;
margin : 0;
border-radius: 0;
}
#related_news_modal .close{
/*margin-top : -15px;*/
/*border-top-right-radius: 0;*/
/*border-bottom-left-radius: 10px;*/
right: 0;
top : 0;
padding : 10px 0;
opacity: .9;
}
#related_news_modal .close span{
border-radius: 0;
}
.modal-content{
border-radius: 0;
}
.back-to-top{
right : 0;
}
.related-news{
display : unset;
}
}
@media(max-width : 480px){
.related-news .col-xs-6{
width : 100%;
}
}
/* End Article CSS */
.title-cat{
margin-top: 10px;
}
.title-cat h4{
font-size: 18px;
padding: 0 15px 15px 15px;
border-bottom: 3px solid transparent;
font-weight: bold;
text-transform: uppercase;
font-family: 'Cuprum', sans-serif;
display: inline-block;
color: #dcf836;
border-bottom: 3px solid #dcf836;
}
/* Banner Search */
.banner_img{
background-size: cover;
background-position: center center;
padding-bottom : 12.25%;
}
.banner_img_mb{
height : 0;
padding-bottom : 31.25%;
display : none;
}
@media(max-width : 768px){
.banner_img{
display :none;
}
.banner_img_mb{
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.trending-container .flickity-prev-next-button{
display : none;
}
}
/* Banner Search */
.trending-container{
max-width : 960px;
margin : 10px auto 0;
}
.trending-container .flickity-prev-next-button{
top : 30%;
}
/* Ads Container */
#top_banner,
#comment-ads,
#airtime-ads,
#sidebar-ads{
text-align : center;
background : #020d17;
}
.ads-container a{
color : black;
}
/* Ads Container */
.scroll-x {
white-space: nowrap;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
overflow-y: hidden;
}
.scroll-x > div {
display: inline-block;
white-space: normal;
vertical-align: top;
position: relative;
}
.playlist-view-all{
padding: 9px 7px !important;
background-color: #235a74 !important;
}
.playlist-view-all span{
color: #020d19;
font-weight: bold;
padding: 3px 5px;
background-color: #fafafa;
border-radius: 5px;
text-transform: capitalize;
}
.playlist-btn-container{
display : none;
margin-bottom : 20px;
}
.current_page{
font-size: 15px;
padding: 12px 25px 11px;
background: #6ed22f;
border-radius: 5px;
display: inline-block;
color : black;
}
/** nav search **/
#nav_search_result{
position: absolute;
width : 100%;
margin-top : 0px;
z-index: 9999;
background: #242d35;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.nav_search_item{
display : block;
padding : 10px 10px 6px;
border-bottom : 1px solid #47505d;
}
.nav_search_list{
padding : 0;
margin-bottom : 0;
}
.nav_search_item_img{
background-size : cover;
background-position: center center;
float : left;
width : 35%;
height : 65px;
position: relative;
border-radius: 5px;
}
.nav_search_idol_img{
height: auto;
}
.nav_search_idol_img div{
width : 80%;
margin : 0 auto;
background-position: top center;
padding-bottom : 80%;
border-radius: 50%;
background-size : cover;
}
.nav_search_item_info{
float : left;
width : 60%;
margin-left : 5%;
}
.nav_search_item_title{
font-weight: bold;
margin-bottom : 0px;
font-size : 13px;
line-height : 18px !important;
font-family: "Cuprum",Helvetica,Arial,sans-serif;
color : white;
}
.nav_search_item_eng_title{
font-size: 12px;
}
.nav_search_item_img:hover .pl-carousel-overlay{
opacity: 1;
}
.nav_search_item_title:hover{
color : #dcf836;
}
.nav_search_view_all_container{
background : #df4141;
padding-bottom : 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.nav_search_view_all_btn{
color: white;
font-weight: bold;
}
.nav_search_list li:last-child {
border-bottom : none;
}
.nav_search_notif{
padding : 10px;
font-size : 13px;
color : white;
}
.nav_search_notif b{
font-size : 15px;
}
.nav_search_item_header{
font-size: 15px;
background: #0e1317;
color: white;
font-weight: bold;
}
.nav-search-table{
margin-bottom : 0;
}
.nav-search-table-title{
color: #dedede;
vertical-align: middle !important;
font-weight: bold;
background: #1b2127;
max-width : 55px;
}
.nav-search-table td{
border-color: #5a5a5a !important;
}
/** end nav search **/
/** mgid css **/
.ads_banner_img{
display : block;
margin: auto;
}
.mgid-container{
padding: 10px;
background: #e6e6e6;
margin: auto;
display : block;
max-width : 480px;
}
.mgid-airtime,
.mgid-movie-eps{
margin-top : 10px;
}
/** end mgid css **/
/** tooltips **/
.tooltips{
display : none;
}
#easyTooltip{
color : #abb7c4;
width : 320px;
padding: 1px;
background: #01060a;
border: 1px solid #01060a;
box-shadow: 1px 1px 5px 1px #333;
}
#easyTooltip .content{
padding : 5px 10px;
background : #0e2235;
}
#easyTooltip .des{
background : #01060a;
padding : 5px 10px;
}
#easyTooltip p{
margin-bottom : 0;
line-height: 1.2em !important;
}
#easyTooltip .title{
color : #fafafa;
font-weight : bold;
}
#easyTooltip .title span{
color : #abb7c4;
}
#easyTooltip .eng_title{
color : #abb7c4;
font-size : 12px;
}
/** end tooltips **/
.cc-warning{
padding: 10px;
text-align: center;
margin-top: 1px !important;
background: #0b1f35;
font-weight: bold;
font-size: 18px;
border : 3px solid #737373;
max-width: 960px;
margin: 0 auto;
}
.player-notif{
padding: 10px;
text-align: center;
background: #0b1f35;
font-weight: bold;
font-size: 18px;
border: 2px solid #6b6b6b;
max-width: 960px;
margin: 0 auto;
box-shadow: 3px 3px 6px #a09393;
}
.player-notif span{
color : #c7860f;
}
.completed_movie_wrapper{
height : 680px;
overflow-x : hidden;
overflow-y : auto;
}
@media(max-width : 767px){
.player-notif{
font-size : 13px;
}
}
/** player banner **/
.pl-newsfeed-item{
width : 15%;
}
.video-detail{
position: relative;
}
.player-banner{
position: absolute;
max-height: 97%;
max-width: calc(calc(calc(100% - 960px) /2) - 20px);
}
.player-banner-right{
left : calc(calc(calc(100% - 960px) / 2) + 975px);
}
.player-banner-left {
right : calc(calc(calc(100% - 960px) / 2) + 975px);
}
@media(max-width: 1024px){
.player-banner {
display: none;
}
}
/** end player banner **/
/******************** SHORTENER **********************/
.shortener.shortener-height{
margin-bottom: 20px;
overflow: hidden;
position: relative;
}
.shortener .shortener-nav{
position: relative;
height: 30px;
background: #01060a;
text-align: center;
padding-top: 5px;
border: 1px solid #444444;
cursor: pointer;
font-weight: bold;
}
.shortener.shortener-height .shortener-nav{
position: absolute;
bottom: 0;
width: 100%;
}
.shortener img{
max-width : 100%;
display: block;
margin : 0 auto;
height: auto;
}
/******************** SHORTENER **********************/
/**** galak css *****/
.gl-container{
background : #505050;
}
/**** galak css *****/
/**** star detail ****/
.public-people-cover{
width : 300px;
height : 300px;
display: block;
margin : 0 auto;
background-size : cover;
background-position: top center;
border : 3px solid #e2e2e2;
}
.star_container{
background : #020d18;
padding : 20px 0;
}
.star_name{
font-size : 30px;
}
.star_nav li{
margin-right : 20px;
}
.loading div{
width : 10px;
height: 10px;
display: inline-block;
background: #d9ed39;
margin-right : 10px;
border-radius: 5px;
}
.loading .loading1{
-webkit-animation: loading-scale 1s 0s infinite ease-in-out;
animation: loading-scale 1s 0s infinite ease-in-out;
}
.loading .loading2{
-webkit-animation: loading-scale 1s 250ms infinite ease-in-out;
animation: loading-scale 1s 250ms infinite ease-in-out;
}
.loading .loading3{
-webkit-animation: loading-scale 1s .5s infinite ease-in-out;
animation: loading-scale 1s .5s infinite ease-in-out;
}
@-webkit-keyframes loading-scale {
0%,100% {
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
50% {
-webkit-transform: scale(2,2);
transform: scale(2,2);
}
}
@keyframes loading-scale {
0%,100% {
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
50% {
-webkit-transform: scale(2,2);
transform: scale(2,2);
}
}
.hidden-movie-alert{
background: #380101;
border-radius: 5px;
border: 1px solid #480101;
font-size: 20px;
font-weight: bold;
color: #b7b7b7;
}
.idol_relatec_content_title{
border-bottom : 3px solid #dcf836;
padding-bottom : 5px;
color : #dcf836 !important;
margin-top : 15px !important;
}
.star_info div{
text-transform: capitalize;
}
.star_info h6{
font-size: 17px;
font-weight: bold;
}
.star_info span{
font-size: 15px;
color: #abb7c4;
font-weight: 300;
font-family: 'Nunito', sans-serif;
}
/**** star detail ****/
/**** mobile banner ****/
@media(min-width : 768px){
.mb_airtime_container img{
max-width : 220px;
}
}
/**** mobile banner ****/
.nav__logo {
position: relative;
text-align: center;
}
.text-logo {
font-size: 1.5em;
text-transform: uppercase;
color: #fff !important;
}
.text-logo b {
font-size: 1.5em;
}
/*** search idol ***/
.idol-search-container{
max-width : 100%;
}
.idol-load-more{
position: relative;
height: 100%;
}
.idol-load-more p{
position: absolute;
left : 0;
bottom : 37%;
color : white;
font-size : 50px;
cursor: pointer;
}
.btns-list{
padding : 5px;
display: flex;
}
.btns-list li{
display: inline-block;
margin-right : 10px;
}
.btn-submit-error{
text-transform: uppercase;
padding: 5px 21px;
background: rgba(193, 26, 26, 0.5);
border: 1px solid #e45400;
color: white;
font-size: 14px;
font-weight: bold;
font-family: 'Nunito', sans-serif;
}
/*** search idol ***/
.air_date{
background: #212121;
border: 1px dashed #d9ed39;
padding: 5px 0 0 0;
margin: 0 0 15px 0;
}
.air_date p{
padding: 0 15px;
display : inline-block;
}
.air_date h4{
margin-bottom : 0;
border-bottom: none;
font-size: 16px;
}
.btn-error-report{
position: fixed;
width: 85px;
height: 85px;
bottom: 45%;
right: 10px;
z-index: 10000;
}
.btn-error-report img{
width : 100%;
height : 100%;
border-radius: 50%;
border: 3px solid white;
}
/*** responsive ***/
@media(max-width : 840px){
.btn-error-report{
bottom : 30px;
right : 5px;
width : 65px;
height : 65px;
}
}
@media(max-width : 320px){
.text-logo,
.text-logo b{
font-size : 1.1em;
}
}
/*** responsive ***/
| 0.388154 | 0.068257 |
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(FontsFiles/OpenSans-Light-Latin-Ext.woff) format('woff');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(FontsFiles/OpenSans-Light-Latin.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(FontsFiles/OpenSans-Latin-Ext.woff) format('woff');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(FontsFiles/OpenSans-Latin.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(FontsFiles/OpenSans-Bold-Latin-Ext.woff) format('woff');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(FontsFiles/OpenSans-Bold-Latin.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(FontsFiles/OpenSans-Extrabold-Latin-Ext.woff) format('woff');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(FontsFiles/OpenSans-Extrabold-Latin.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
|
public/fonts/s2b/OpenSansFont.css
|
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(FontsFiles/OpenSans-Light-Latin-Ext.woff) format('woff');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(FontsFiles/OpenSans-Light-Latin.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(FontsFiles/OpenSans-Latin-Ext.woff) format('woff');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(FontsFiles/OpenSans-Latin.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(FontsFiles/OpenSans-Bold-Latin-Ext.woff) format('woff');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(FontsFiles/OpenSans-Bold-Latin.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(FontsFiles/OpenSans-Extrabold-Latin-Ext.woff) format('woff');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(FontsFiles/OpenSans-Extrabold-Latin.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
| 0.2227 | 0.067516 |
.courses {
display: flex;
flex-direction: column;
height: 100%;
}
.course__search__row {
display: flex;
flex-direction: row;
}
.course__input {
margin: 25px 15px;
padding: 5px;
background: white;
width: 100%;
font-size: 25px;
border: 2px solid #6f4495;
}
.course__btn {
margin: 25px 0;
padding: 5px 20px;
border-radius: 25px;
font-size: 25px;
background: linear-gradient(#6f4495, #f64c72);
color: aliceblue;
transition: 1s;
}
.course__btn:hover {
color: #242582;
}
.courses__row {
flex: 1;
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-wrap: wrap;
padding: 15px 0;
}
.course {
background: url("/image/ggg.png");
width: 30%;
height: 250px;
margin: 10px;
display: flex;
flex-direction: column;
}
.course__img {
height: 150px;
margin: 15px 15px 15px 15px;
}
.course__img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.course__title {
margin: 0 15px 5px 15px;
font-size: 25px;
max-height: 40px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
color: aliceblue;
}
.course__last {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 15px 15px 10px 15px;
}
.course__rating {
font-size: 20px;
color: aliceblue;
}
.course__link {
background: linear-gradient(#6f4495, #f64c72);
padding: 5px;
border-radius: 5px;
font-size: 20px;
text-decoration: none;
color: aliceblue;
transition: 1s;
}
.course__link:hover {
text-decoration: none;
color: #242582;
}
.create_course_btn {
padding: 10px 20px;
margin: 0 30px;
border-radius: 25px;
font-size: 25px;
background: linear-gradient(#6f4495, #f64c72);
color: aliceblue;
text-align: center;
transition: 1s;
}
.create_course_btn:hover {
color: #242582;
}
@media all and (max-width: 995px) {
.course {
width: 45%;
}
}
@media all and (max-width: 770px) {
.course {
width: 90%;
}
}
|
src/main/resources/static/css/course/allCourses.css
|
.courses {
display: flex;
flex-direction: column;
height: 100%;
}
.course__search__row {
display: flex;
flex-direction: row;
}
.course__input {
margin: 25px 15px;
padding: 5px;
background: white;
width: 100%;
font-size: 25px;
border: 2px solid #6f4495;
}
.course__btn {
margin: 25px 0;
padding: 5px 20px;
border-radius: 25px;
font-size: 25px;
background: linear-gradient(#6f4495, #f64c72);
color: aliceblue;
transition: 1s;
}
.course__btn:hover {
color: #242582;
}
.courses__row {
flex: 1;
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-wrap: wrap;
padding: 15px 0;
}
.course {
background: url("/image/ggg.png");
width: 30%;
height: 250px;
margin: 10px;
display: flex;
flex-direction: column;
}
.course__img {
height: 150px;
margin: 15px 15px 15px 15px;
}
.course__img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.course__title {
margin: 0 15px 5px 15px;
font-size: 25px;
max-height: 40px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
color: aliceblue;
}
.course__last {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 15px 15px 10px 15px;
}
.course__rating {
font-size: 20px;
color: aliceblue;
}
.course__link {
background: linear-gradient(#6f4495, #f64c72);
padding: 5px;
border-radius: 5px;
font-size: 20px;
text-decoration: none;
color: aliceblue;
transition: 1s;
}
.course__link:hover {
text-decoration: none;
color: #242582;
}
.create_course_btn {
padding: 10px 20px;
margin: 0 30px;
border-radius: 25px;
font-size: 25px;
background: linear-gradient(#6f4495, #f64c72);
color: aliceblue;
text-align: center;
transition: 1s;
}
.create_course_btn:hover {
color: #242582;
}
@media all and (max-width: 995px) {
.course {
width: 45%;
}
}
@media all and (max-width: 770px) {
.course {
width: 90%;
}
}
| 0.458106 | 0.153676 |
width: 64px;
padding-top: 39px;
}
.dropdown-item svg {
margin-bottom: 2px;
margin-right: 7px;
}
#addButton svg {
margin-bottom: -40px;
margin-right: -3px;
font-size: 23pt;
}
#nav-sign-up {
padding: 10px;
display: block;
margin-right: 30px;
position: relative;
display: flex;
align-items: center;
transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
#addButton {
padding: 7px;
}
.navbar-nav .dropdown {
top: 3px;
}
#nav-sign-in {
color: white;
padding: 10px;
background: #343a40;
border-radius: 5px;
}
/* Style 3: Just animate the :after element's width from 0 to 100% */
/* #nav-sign-up:after {
content: "";
position: absolute;
width: 0%;
height: 3px;
display: block;
transition: all 0.3s ease;
bottom: 85%;
}
#nav-sign-up:hover::after {
width: 80%;
height: 3px;
background-color: rgb(34, 46, 35);
}
#nav-sign-in:hover{
background-color: #23272b;
} */
.dropdown-toggle::after {
display: none;
}
.dropdown-toggle svg {
font-size: 24pt;
}
.navbar-nav svg {
color: black;
font-size: 14pt;
}
#collasible-nav-dropdown svg {
font-size: 24pt;
}
.dropleft .dropdown-toggle::before {
display: none;
}
.navbar-brand a {
font-family: serif;
font-style: italic;
font-size: 20pt;
}
.dropdown-item.active, .dropdown-item:focus, .dropdown-item.active svg {
color: white;
background-color: #343a40;
}
#navImg {
margin-bottom: -35px;
width: 32px;
height: 32px;
object-fit: cover;
border-radius: 100px;
border: 1px solid black;
}
.navbar {
background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
height: 80px;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.2rem;
position: sticky;
top: 0;
z-index: 999;
}
.navbar-container {
display: flex;
justify-content: center;
align-items: center;
height: 80px;
max-width: 1500px;
}
.navbar-logo {
color: #fff;
justify-self: start;
margin-left: 20px;
cursor: pointer;
text-decoration: none;
font-size: 2rem;
display: flex;
align-items: center;
}
.fa-typo3 {
margin-left: 0.5rem;
font-size: 1.8rem;
}
.nav-menu {
display: grid;
grid-template-columns: repeat(4, auto);
grid-gap: 10px;
list-style: none;
text-align: center;
width: 60vw;
justify-content: end;
margin-right: 2rem;
}
.nav-item {
height: 80px;
}
.nav-links {
color: rgb(0, 0, 0);
display: flex;
align-items: center;
text-decoration: none;
padding: 0.5rem 1rem;
height: 100%;
}
.nav-links:hover {
border-bottom: 4px solid rgb(3, 3, 3);
transition: all 0.2s ease-out;
}
.fa-bars {
color: rgb(0, 0, 0);
}
.nav-links-mobile {
display: none;
}
.menu-icon {
display: none;
}
@media screen and (max-width: 960px) {
.NavbarItems {
position: relative;
}
#navImg {
margin-left: -150px;
}
#addButton svg {
margin-left: -180px;
}
#notif{
margin-left: -66px;
z-index: 99;
position: relative;
}
.nav-menu {
display: flex;
flex-direction: column;
width: 100%;
height: 90vh;
position: absolute;
top: 80px;
left: -100%;
opacity: 1;
transition: all 0.5s ease;
}
.nav-menu.active {
background: #242222;
left: 0;
opacity: 1;
transition: all 0.5s ease;
z-index: 1;
}
.nav-links {
text-align: center;
padding: 2rem;
width: 100%;
display: table;
}
.nav-links:hover {
background-color: #fff;
color: #242424;
border-radius: 0;
}
.navbar-logo {
position: absolute;
top: 0;
left: 0;
transform: translate(25%, 50%);
}
.menu-icon {
display: block;
position: absolute;
top: 0;
right: 0;
transform: translate(-100%, 60%);
font-size: 1.8rem;
cursor: pointer;
}
.fa-times {
color: #fff;
font-size: 2rem;
}
.nav-links-mobile {
display: block;
text-align: center;
margin: 2rem auto;
border-radius: 4px;
width: 80%;
text-decoration: none;
font-size: 1.5rem;
background-color: transparent;
color: #fff;
padding: 14px 20px;
border: 1px solid #fff;
transition: all 0.3s ease-out;
}
.nav-links-mobile:hover {
background: #fff;
color: #242424;
transition: 250ms;
}
}
.shopping-icon {
width: 24px;
height: 24px;
}
.cart-icon {
margin-left: -66px;
z-index: 99;
position: relative;
}
.cart-count {
display: block;
position: absolute;
background: rgb(0, 0, 0);
height: 24px;
line-height: 24px;
text-align: center;
font-size: 12px;
color: #fff;
width: 24px;
border-radius: 50%;
top: -6px;
right: -9px;
}
|
client/src/components/Header/Header.css
|
width: 64px;
padding-top: 39px;
}
.dropdown-item svg {
margin-bottom: 2px;
margin-right: 7px;
}
#addButton svg {
margin-bottom: -40px;
margin-right: -3px;
font-size: 23pt;
}
#nav-sign-up {
padding: 10px;
display: block;
margin-right: 30px;
position: relative;
display: flex;
align-items: center;
transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
#addButton {
padding: 7px;
}
.navbar-nav .dropdown {
top: 3px;
}
#nav-sign-in {
color: white;
padding: 10px;
background: #343a40;
border-radius: 5px;
}
/* Style 3: Just animate the :after element's width from 0 to 100% */
/* #nav-sign-up:after {
content: "";
position: absolute;
width: 0%;
height: 3px;
display: block;
transition: all 0.3s ease;
bottom: 85%;
}
#nav-sign-up:hover::after {
width: 80%;
height: 3px;
background-color: rgb(34, 46, 35);
}
#nav-sign-in:hover{
background-color: #23272b;
} */
.dropdown-toggle::after {
display: none;
}
.dropdown-toggle svg {
font-size: 24pt;
}
.navbar-nav svg {
color: black;
font-size: 14pt;
}
#collasible-nav-dropdown svg {
font-size: 24pt;
}
.dropleft .dropdown-toggle::before {
display: none;
}
.navbar-brand a {
font-family: serif;
font-style: italic;
font-size: 20pt;
}
.dropdown-item.active, .dropdown-item:focus, .dropdown-item.active svg {
color: white;
background-color: #343a40;
}
#navImg {
margin-bottom: -35px;
width: 32px;
height: 32px;
object-fit: cover;
border-radius: 100px;
border: 1px solid black;
}
.navbar {
background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
height: 80px;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.2rem;
position: sticky;
top: 0;
z-index: 999;
}
.navbar-container {
display: flex;
justify-content: center;
align-items: center;
height: 80px;
max-width: 1500px;
}
.navbar-logo {
color: #fff;
justify-self: start;
margin-left: 20px;
cursor: pointer;
text-decoration: none;
font-size: 2rem;
display: flex;
align-items: center;
}
.fa-typo3 {
margin-left: 0.5rem;
font-size: 1.8rem;
}
.nav-menu {
display: grid;
grid-template-columns: repeat(4, auto);
grid-gap: 10px;
list-style: none;
text-align: center;
width: 60vw;
justify-content: end;
margin-right: 2rem;
}
.nav-item {
height: 80px;
}
.nav-links {
color: rgb(0, 0, 0);
display: flex;
align-items: center;
text-decoration: none;
padding: 0.5rem 1rem;
height: 100%;
}
.nav-links:hover {
border-bottom: 4px solid rgb(3, 3, 3);
transition: all 0.2s ease-out;
}
.fa-bars {
color: rgb(0, 0, 0);
}
.nav-links-mobile {
display: none;
}
.menu-icon {
display: none;
}
@media screen and (max-width: 960px) {
.NavbarItems {
position: relative;
}
#navImg {
margin-left: -150px;
}
#addButton svg {
margin-left: -180px;
}
#notif{
margin-left: -66px;
z-index: 99;
position: relative;
}
.nav-menu {
display: flex;
flex-direction: column;
width: 100%;
height: 90vh;
position: absolute;
top: 80px;
left: -100%;
opacity: 1;
transition: all 0.5s ease;
}
.nav-menu.active {
background: #242222;
left: 0;
opacity: 1;
transition: all 0.5s ease;
z-index: 1;
}
.nav-links {
text-align: center;
padding: 2rem;
width: 100%;
display: table;
}
.nav-links:hover {
background-color: #fff;
color: #242424;
border-radius: 0;
}
.navbar-logo {
position: absolute;
top: 0;
left: 0;
transform: translate(25%, 50%);
}
.menu-icon {
display: block;
position: absolute;
top: 0;
right: 0;
transform: translate(-100%, 60%);
font-size: 1.8rem;
cursor: pointer;
}
.fa-times {
color: #fff;
font-size: 2rem;
}
.nav-links-mobile {
display: block;
text-align: center;
margin: 2rem auto;
border-radius: 4px;
width: 80%;
text-decoration: none;
font-size: 1.5rem;
background-color: transparent;
color: #fff;
padding: 14px 20px;
border: 1px solid #fff;
transition: all 0.3s ease-out;
}
.nav-links-mobile:hover {
background: #fff;
color: #242424;
transition: 250ms;
}
}
.shopping-icon {
width: 24px;
height: 24px;
}
.cart-icon {
margin-left: -66px;
z-index: 99;
position: relative;
}
.cart-count {
display: block;
position: absolute;
background: rgb(0, 0, 0);
height: 24px;
line-height: 24px;
text-align: center;
font-size: 12px;
color: #fff;
width: 24px;
border-radius: 50%;
top: -6px;
right: -9px;
}
| 0.338186 | 0.079818 |
.background{
position: fixed;
background-image: url('../img/blurr2.jpg');
background-repeat: repeat;
background-position: center;
filter: blur(2px);
width: 100vw;
height: 100vh;
z-index: -20;
}
.content{
color: white;
font-size: 19px;
line-height: normal;
letter-spacing: normal;
font-family: 'Playfair Display', 'serif';
}
.top-title{
font-family: 'Open Sans Condensed', sans-serif;
font-weight: bolder;
line-height: 1.1em;
font-size: 50px;
text-align: center;
letter-spacing: 0.04em;
vertical-align: baseline;
width: 80%;
margin-left: 10%;
padding-top: 110px;
}
.main-content-top{
text-align: center;
margin-top: 45px;
}
.main-content{
margin-top: 30px;
}
.points{
margin: 30px 0 30px 0;
}
.grey{
color: #DBDBDB;
font-size: 26px;
}
.red{
color: red;
}
.end-top{
font-weight: 900;
text-align: center;
font-size: 26px;
}
#end-button{
background-color: #80ADDC;
transition: all 0.4s ease-in-out;
width: 200px;
text-decoration-line: none;
height: 52px;
padding: 100px 400px 100px 400px;
margin-left: auto;
margin-right: auto;
margin-top: 70px;
margin-bottom: 100px;
text-align: center;
display: table;
opacity: 0;
transition:1000ms linear;
}
#end-button-text{
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
letter-spacing: 1px;
color: #FFFFFF;
font-size: 30px;
vertical-align: middle;
display: table-cell;
text-decoration: none;
transition:1000ms linear;
}
#end-button:hover, #end-button:active, #end-button:focus {
transition: all 0.4s ease-in-out;
background-color: #40576e;
}
#end-button-text:hover, #end-button-text:active, #end-button-text:focus {
text-decoration: none;
text-decoration-line: none;
}
a:hover{
text-decoration: none;
}
.end-img{
height: 230px;
width: 230px;
object-position: 50% 50%;
border-radius: 50%;
border: 6px solid #FFFFFF;
margin: 30px 10px 40px 10px;
}
.end-dis {
text-align: center;
}
.end-text{
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
letter-spacing: 1px;
color: #FFFFFF;
font-size: 15px;
width: 60%;
margin-right: auto;
margin-left: auto;
padding-bottom: 80px;
}
|
public/css/about.css
|
.background{
position: fixed;
background-image: url('../img/blurr2.jpg');
background-repeat: repeat;
background-position: center;
filter: blur(2px);
width: 100vw;
height: 100vh;
z-index: -20;
}
.content{
color: white;
font-size: 19px;
line-height: normal;
letter-spacing: normal;
font-family: 'Playfair Display', 'serif';
}
.top-title{
font-family: 'Open Sans Condensed', sans-serif;
font-weight: bolder;
line-height: 1.1em;
font-size: 50px;
text-align: center;
letter-spacing: 0.04em;
vertical-align: baseline;
width: 80%;
margin-left: 10%;
padding-top: 110px;
}
.main-content-top{
text-align: center;
margin-top: 45px;
}
.main-content{
margin-top: 30px;
}
.points{
margin: 30px 0 30px 0;
}
.grey{
color: #DBDBDB;
font-size: 26px;
}
.red{
color: red;
}
.end-top{
font-weight: 900;
text-align: center;
font-size: 26px;
}
#end-button{
background-color: #80ADDC;
transition: all 0.4s ease-in-out;
width: 200px;
text-decoration-line: none;
height: 52px;
padding: 100px 400px 100px 400px;
margin-left: auto;
margin-right: auto;
margin-top: 70px;
margin-bottom: 100px;
text-align: center;
display: table;
opacity: 0;
transition:1000ms linear;
}
#end-button-text{
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
letter-spacing: 1px;
color: #FFFFFF;
font-size: 30px;
vertical-align: middle;
display: table-cell;
text-decoration: none;
transition:1000ms linear;
}
#end-button:hover, #end-button:active, #end-button:focus {
transition: all 0.4s ease-in-out;
background-color: #40576e;
}
#end-button-text:hover, #end-button-text:active, #end-button-text:focus {
text-decoration: none;
text-decoration-line: none;
}
a:hover{
text-decoration: none;
}
.end-img{
height: 230px;
width: 230px;
object-position: 50% 50%;
border-radius: 50%;
border: 6px solid #FFFFFF;
margin: 30px 10px 40px 10px;
}
.end-dis {
text-align: center;
}
.end-text{
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
letter-spacing: 1px;
color: #FFFFFF;
font-size: 15px;
width: 60%;
margin-right: auto;
margin-left: auto;
padding-bottom: 80px;
}
| 0.437583 | 0.071235 |
.main-body-content p{
text-indent: 2em;
line-height: 1.5;
font-family: "Source Han Sans CN";
}
*, p, h1, h2, h3, ul, ol {
margin: 0;
padding: 0;
}
@font-face {
font-family: geometos;
src: url(../resources/Fonts/geometos.woff.ttf) format("truetype");
}
@font-face {
font-family: TitilliumWeb-Black;
src: url(../resources/Fonts/TitilliumWeb-Black.ttf) format("truetype");
}
@font-face {
font-family: Source-Han-Sans-CN;
src: url(../resources/Fonts/Source Han Sans CN.ttf) format("truetype");
}
ul {
list-style-type:none;
list-style-image: none;
}
body {
background-color: #fff;
font-family: "Source Han Sans CN";
font-size: 1em;
font-weight: normal;
/* 正文字体 */
}
h1 {
border-bottom:none;
}
h1, h2, h3, h4 {
font-family: 'Centrale Sans Regular', Arial, Helvetica, sans-serif;
}
a, a:hover, a:visited, a:focus{
text-decoration: none;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 75px;
}
html, body {
height: 100%;
}
.grid-normal {
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(10px, 1fr) (minmax(50px, 300px))[5] minmax(10px, 1fr);
grid-template-columns: minmax(10px, 1fr) repeat(5, minmax(50px, 300px)) minmax(10px, 1fr);
}
.hyperlink {
color: #007972;
text-decoration: underline;
}
.hyperlink:visited{
color: #007972;
}
.hyperlink:hover{
color:#63cabc;
text-decoration: underline;
}
.hyperlink-dark {
color: #63cabc;
text-decoration: underline;
}
.hyperlink-dark:visited{
color: #63cabc;
}
.hyperlink-dark:hover{
color:#007972;
text-decoration: underline;
}
.orange {
color: #FE9901;
}
.highlight {
font-weight: bold;
color: #fe9901;
}
.green-highlight {
font-weight: bold;
color: #007972;
}
.margin-normal{
margin:auto;
}
/************ Skip-main ****************/
a.skip-main {
left: -999px;
position: absolute;
top: 3em;
width: 1px;
height: 1px;
overflow: hidden;
z-index: -999;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
a.skip-main:focus {
left: 3em;
top: 3em;
width: 30%;
height: auto;
overflow: auto;
padding: 5px;
font-size: 1.2em;
color: #212832;
background-color: #ffffff;
text-align: center;
z-index: 999;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
/*********** static switch ***********/
div.StatDynSwitch {
position: fixed;
display: block;
bottom: 5em;
right: 8em;
}
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
margin: -10px 10px;
}
.switch input {
display: none
}
.switch-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #e5e5e5;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
-webkit-box-shadow: 0px 0px 5px #ffffff;
box-shadow: 0px 0px 5px #ffffff;
}
.switch-slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: #ffffff;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
input:checked+.switch-slider {
background-color: #212832;
}
input:checked+.switch-slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.switch-slider {
border-radius: 34px;
}
.switch-slider:before {
border-radius: 50%;
}
.StatDynSwitch>span {
display: inline-block;
font-size: 20px;
text-shadow: 0px 0px 5px #f7f7f7;
}
/************Circles / crowdfunding *************/
.circle {
border-radius: 50%;
}
.crowdfunding-text-container {
background-color: #ffffffab;
border-radius: 10px;
width:80%;
margin: auto;
padding: 2em;
border: solid 3px #e5e5e5;
}
.crowdfunding-container {
width: 70%;
margin: auto;
}
#donate-button {
font-size: 1.375em;
font-weight: bold;
background-color: #ffffff;
color: #212832;
padding: 0.5em;
border: solid 3px #212832;
border-radius: 10px;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: inline;
}
#donate-button:hover, #donate-button:active{
background-color: #212832;
color: #ffffff;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.donate-button-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 1em;
}
#main-body-crowd {
max-width: none;
}
/*************** LOADER *************************/
.loader-wrapper {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color: #ffffff;
z-index: 10000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.loader-wrapper h2 {
font-size: 5em;
color: #FE9901;
text-align: center;
position: relative;
top: -1em;
}
.loader {
color: #FE9901;
/*background-repeat: repeat;*/
/*width: 40%;*/
/*height: ;*/
}
.loader img {
width: 100%;
background-repeat: no-repeat;
}
@-webkit-keyframes loader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes loader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
/********PAGE TRANSITIONS ************/
.animate-in {
-webkit-animation: fadeIn 0.5s ease-in;
animation: fadeIn 0.5s ease-in;
}
.animate-out {
-webkit-transition: all 3s;
-o-transition: all 3s;
transition: all 3s;
opacity: 0;
}
@-webkit-keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
/******* HOME PAGE *****************/
.video-div {
/*padding: 0 6em;*/
background-color: #212832;
}
#video-banner{
width: 100%;
}
.arrow-down {
position: absolute;
top: -5em;
left: 49%;
opacity: 0;
-webkit-transition: 2s all;
-o-transition: 2s all;
transition: 2s all;
}
.arrow-down-scroll {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
top:-50px;
font-size: 6em;
color: #fff;
}
.arrow-down-scroll2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
font-size: 4em;
color: #fff;
}
.pulse {
position: absolute;
-webkit-animation: pulse 2s linear infinite;
animation: pulse 2s linear infinite;
}
@-webkit-keyframes pulse {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
40% {
opacity: 0.8;
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
80% {
opacity: 0.5;
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
100% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
40% {
opacity: 0.8;
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
80% {
opacity: 0.5;
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
100% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.figure-wrapper-align-start{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.main-page-home-section {
position: relative;
max-width: 1300px;
margin: auto;
padding: 3em 3em 0 3em ;
}
.home{
background-repeat: repeat;
background-size: 1200px;
}
.circle-box{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: -1;
}
#circle-small{
top: 10em;
left: -3em;
z-index: -1
}
#circle-green{
background-color:#007972;
border: #0d5450 solid 10px;
z-index: -1;
margin: -5em;
right: 3em;
}
.circle-content{
color: #212832;
text-align: justify;
padding: 3em;
}
.circle-content h3{
text-align: center;
padding-bottom: 1em;
font-size:2em;
}
.arrow .figure-container img{
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.arrow {
margin: -9% 0;
}
.arrow .figure-container {
width: 15%;
margin: auto;
}
#arrow1 {
margin: -10% 0;
}
#arrow2 .figure-container img, #arrow4 .figure-container img {
-webkit-transform: rotate(190deg);
-ms-transform: rotate(190deg);
transform: rotate(190deg);
}
#arrow2 img{
position: relative;
left: 12em;
}
#arrow3 img {
position: relative;
left: -9em;
}
#arrow4 img {
position: relative;
left: 12em;
}
#arrow3 .figure-container {
width: 10%;
}
.bacteria {
border-style: solid;
border-width: 100px;
border-image-source: url(https://2020.igem.org/wiki/images/8/8c/T--Leiden--BacteriumBoxFilled.png);
border-image-slice: 33.3333333333333333333333% fill ;
border-image-repeat: round;
border-image-width: 1.5;
}
.virus {
border-style: solid;
border-width: 50px;
border-image-source: url(https://2020.igem.org/wiki/images/d/d0/T--Leiden--VirusBox.png);
border-image-slice: 27% fill ;
border-image-repeat: round;
border-image-width: 2;
padding: 0
}
.virus-transparent{
border-style: solid;
border-width: 40px;
border-image-source: url(https://2020.igem.org/wiki/images/d/dd/T--Leiden--VirusBoxTransparent.png);
border-image-slice: 27% fill ;
border-image-repeat: round;
border-image-width: 2;
padding: 0;
}
.bacteria-transparent {
border-style: solid;
border-width: 100px;
border-image-source: url(https://2020.igem.org/wiki/images/7/7e/T--Leiden--BacteriumBoxTransparent.png);
border-image-slice: 33.3333333333333333333333% fill ;
border-image-repeat: round;
border-image-width: 1.5;
}
.bacteria-transparent.figure-container, .virus-transparent.figure-container {
margin: auto;
}
.gear-information {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.gear-text-box {
max-width: 30%;
min-width: 400px;
border-radius: 150px;
margin: 1.5em 0;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.gear-text-box:nth-child(even) {
border: 10px solid #63cabc;
background-color: #b8eee7;
}
.gear-text-box:nth-child(odd) {
border: 10px solid #fe9901;
background-color: #ffd8a1;
}
.gear-text-box-content{
padding: 4em;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.gear-text-box h2{
text-align: center;
margin-bottom: 0.5em;
}
.gear-text-box p {
text-align: justify
}
.corner-gear img {
width:100%;
}
.corner-gear {
position: absolute;
right: 100%;
bottom: 100%;
width: 30%;
margin:-6em;
}
.corner-gear:hover{
-webkit-animation: spin 4s infinite linear;
animation: spin 4s infinite linear
}
/**** Readmore Home buttons ******/
.more-button {
padding: 2em 0 ;
margin-top: auto;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.more-content {
padding: 1em;
border: solid 3px #212832;
border-radius:30px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 1;
}
a.more-content{
font-weight: bold;
color: #212832;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor:pointer;
z-index: 10;
}
a.more-content:hover{
color: #ffffff;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.more-content:hover {
background-color: #212832;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.references-box {
background-color: #fff;
padding: 3em;
margin-bottom: 0;
border-top-left-radius: 70px;
border-top-right-radius: 70px;
-ms-grid-column: 3;
-ms-grid-column-span: 3;
grid-column: 3/6
}
/******* HOME SEGMENTS ****************/
.grey-segment {
background-color: #e5e5e5;
overflow-x: hidden;
}
.darkgrey-segment {
background-color: #666666;
color: #fff;
overflow-x: hidden;
}
.whiteread {
color: #fff;
border: #fff;
}
.whiteread:hover {
background-color: #fff;
}
.segment-container {
width: 80%;
margin: auto;
padding: 1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.segment-figure, .segment-text {
width: 35%;
margin: 1em;
}
.segment-figure img {
width: 100%;
border-radius: 10px;
}
.segment-text h1{
padding-bottom: 0.3em;
font-size: 1.5em;
}
.segment-text {
text-align: justify;
}
.from-left{
-webkit-transform: translateX(-80%);
-ms-transform: translateX(-80%);
transform: translateX(-80%);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.from-right{
-webkit-transform: translateX(80%);
-ms-transform: translateX(80%);
transform: translateX(80%);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.from-left.appear, .from-right.appear{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
opacity: 1;
}
/************************ HEADER ******************************/
header {
background: url(https://2020.igem.org/wiki/images/f/f1/T--Leiden--banner-min.png);
min-height: 140px;
max-height: 360px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/****** Navbar ******/
nav {
background: linear-gradient(to right,white,#F6DFEB);
/*background-color: #FFDADA;!*导航栏颜色*!*/
-webkit-box-shadow: 10px 0 5px #2128327a;
box-shadow: 10px 0 5px #2128327a;
width: 100%;
position: fixed;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
z-index: 1000
}
#normal-nav {
display: block;
}
.dark-nav{
background: linear-gradient(to right,white,#F8EDED);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.logo {
position: absolute;
top: 5px;
padding-left: 1em;
z-index: -1;
}
.hidden-logo {
opacity: 0;
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
padding: 1em;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: 70%;
margin: auto;
}
.hidden-logo img{
width: 100%;
}
.hidden-logo:hover {
opacity: 1;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#nav-logo {
width: 13%;
}
.chapters {
padding-top: 1.6em;
padding-right: 1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.chapter-content {
padding-right: 1em;
padding-left: 1em;
padding-bottom: 1em;
color: black;/*导航栏文字颜色*/
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
}
.chapter-nav {
z-index: 2;
}
a.chapter-nav,
a:active.chapter-nav,
a:visited.chapter-nav {
color: white;
}
.chapter-icon {
padding-left: 0.5em;
position: relative;
top: -3px;
}
.chapter-active {
font-weight: bold;
}
#chapter-award {
font-size: 1.5em;
position: relative;
top: -9px;
}
/******* Mobile nav-bar styles *******/
#mobile-nav {
display: none;
z-index: 2;
}
.hamburger {
color: #fff;
font-size: 1.8em;
padding: 0.3em;
float: right;
z-index: 2;
cursor: pointer;
}
.mobile-nav {
padding: 0.5em;
z-index: 2;
}
.mobile-sidenav{
height: 100%;
width:0;
position: fixed;
z-index: 1;
top:5.1em;
right: 0;
background-color: #e5e5e5;
overflow-x: hidden;
padding-top: 60px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
opacity: 97%;
}
.mobile-sidenav a{
padding: 0.8em 0.8em 0.8em 2em;
font-size: 1em;
color: #212832;
display: block;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mobile-sidenav .closebtn {
position: absolute;
top: 0;
right: 1em;
font-size: 1.375em;
margin-left: 2em;
padding-bottom: 0
}
#mob-chapter-award{
font-size: 1.5em;
}
/* Change size for lower screens */
@media only screen and (max-height: 500px) {
.mobile-sidenav a{
padding-top: 0;
font-size: 0.8em;
}
}
/********Mobile dropdown menu ******/
.mobile-dropdown-content{
padding-left: 2em;
list-style: none;
font-style: italic;
display: none;
}
/* Dropdown menu */
.dropdown-menu {
z-index: 3;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
top: 4em;
background-color: #e5e5e5;
opacity: 0;
min-width: 160px;
max-width: 220px;
z-index: -2;
padding: 0.8em 0;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}
/* Links inside the dropdown */
.dropdown-content a {
color: #212832;
padding: 0.5em 1em;
text-decoration: none;
display: block;
}
/* Show the dropdown menu on hover */
.dropdown-menu:hover .dropdown-content {
display: block;
-webkit-animation: dropdown 1s forwards;
animation: dropdown 1s forwards;
}
@-webkit-keyframes dropdown {
100% {
opacity: 0.95;
-webkit-transform: translateX(0);
transform: translateX(0);
}
0% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes dropdown {
100% {
opacity: 0.95;
-webkit-transform: translateX(0);
transform: translateX(0);
}
0% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
/********* cool link **************/
.cool-link::after {
content: "";
display: block;
position: relative;
width: 0;
top: -0.5em;
opacity: 0;
height: 3px;
background: #FE9901;
margin: auto;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.cool-link:hover::after {
width: 90%;
height: 3px;
opacity: 1;
position: relative;
margin: auto;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.cool-link2::after {
content: "";
display: block;
position: relative;
width: 0;
height: 3px;
background: #FE9901;
margin: auto;
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.cool-link2:hover::after {
width: 90%;
height: 3px;
position: relative;
opacity: 1;
margin: auto;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/****** Page-title******/
.page-title {
padding-top:5em;
}
.page-title-content h1 {
color: white;
font-size: 8em;
font-weight: normal;
text-align: center;
font-family: "TitilliumWeb-Black";
/*小标题*/
}
/**************** Introduction **********************/
.introduction {
width: 100%;
background-color: #212832;
-ms-grid-column: 1;
-ms-grid-column-span: 7;
grid-column: 1 / 8;
border-bottom: 10px solid #FE9901;
}
.introduction-content {
color: white;
-ms-grid-column: 3;
-ms-grid-column-span: 3;
grid-column: 3/6;
padding: 2em 1em;
text-align: justify;
}
/******************* Arrow ******************/
.triangle-down {
width: 0;
height: 0;
position: relative;
right: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 40px solid #FE9901;
-webkit-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
z-index: 0;
}
/********************* Buttons ************************/
.buttons {
margin-left: 270px;
margin-right: 1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.button-name {
width: 20%;
text-align: center;
cursor: pointer;
background-color: #ffe6c4;
border-radius: 10px;
}
.button-name a {
color: #212832;
font-size: 1.375em;
cursor: pointer;
display: block;
padding: 1em 0;
}
.active{
font-weight: bold;
}
/*********************** READ MORE BUTTON ************/
.readmore-button {
padding: 2em 0 ;
}
.odd {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.even {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.readmore-content {
padding: 1em;
border: solid 3px #212832;
border-radius:30px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 1;
}
a.readmore-content{
font-weight: bold;
color: #212832;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor:pointer;
z-index: 10;
}
a.readmore-content:hover{
color: #ffffff;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.readmore-content:hover {
background-color: #212832;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.readmore-white {
padding: 1em;
border: solid 3px #fff;
border-radius:30px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
a.readmore-white{
font-weight: bold;
color: #fff;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor:pointer;}
a.readmore-white:hover{
color: #212832;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.readmore-white:hover {
background-color: #fff;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
/************ Sub navigation *********************/
aside {
width: 240px;
float: left;
padding-top: 5em;
}
.grid-aside {
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
-ms-grid-row: 1;
grid-row-start: 1;
}
.sub-navigation-content {
padding:2em 0;
border-right: solid 3px #FE9901;
max-width: 220px
}
.sub-navigation-chapter a{
color: #212832;
font-size: 1.2em;
padding: 0.3em 0.3em 0 0.5em;
display: block
}
a.main-nav-link.active {
font-weight: normal;
color: #fe9901;
}
.main-nav-link {
cursor: pointer;
}
#to-top-arrow a, #to-top-arrow a:visited, #to-top-arrow a:active{
color: #FE9901;
font-size: 2em;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
padding: 1em 2em 0 2em;
display: block
}
#to-top-arrow a:hover{
color: #ffb444;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
/* Class that is added to subnav by JS to keep it sticky */
.sticky {
position: -webkit-sticky;
position: sticky;
top: 1em;
}
/************ Carousel ***********************/
.sections-container{
width: 90%;
margin: auto;
}
.carousel {
overflow: hidden;
position: relative;
-ms-grid-column: 3;
-ms-grid-column-span: 4;
grid-column: 3/7;
-ms-grid-row: 1;
grid-row-start: 1;
}
.slider {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 400%;
height: 100%;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.slider section {
width: 25%;
}
/************* Main-body with content **********************/
.main-body {
/*padding: 0 0 1em 0;*/
padding-left: 10px;
/*text-align: center;*/
/*width: 100vh;*/
/*margin: 0 auto;*/
}
.main-body p {
text-align:justify;
padding-bottom: 1em;
}
.main-body h2 {
font-size: 3.3em;
padding: 0.5em 0 0.5em 0;
color: #FE9901;
scroll-margin-top: 79px;
font-family: "geometos"
/*大标题*/
}
.main-body h3 {
padding-bottom: 0.5em;
}
.main-body h4 {
font-style: italic;
}
.main-body li {
text-align:justify;
list-style-position: outside;
padding: 0.2em 0;
}
.references li{
text-align: left;
font-size: 0.9em;
font-weight: normal;
}
.main-body ul, .main-body ol {
padding-left: 1em;
padding-bottom: 0.8em;
}
.side-box-content {
background-color: #e5e5e5;
padding: 1.5em;
margin-bottom: 1em;
}
.side-box-content p{
padding-bottom: 0;
}
#side-box-1, #side-box-3 {
float: right;
width: 35%;
}
#side-box-2, #side-box-4 {
width: 90%;
}
/********** FIGURES *****************/
.figure-container {
padding: 1em;
position: relative;
}
.figure-container p, .figure-container-no-padding p, .figure-container2 p{
color: #636262;
font-size: 0.8em;
text-align: center;
}
.figure-container-no-padding, .figure-container2 {
position: relative;
}
.figure-container img, .figure-container2 img{
width: 100%;
}
.figure-container-no-padding img{
width:140%;
}
.figure-container video {
width: 100%;
}
.figure-container svg {
width: 100%;
height: auto;
}
.figure-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex ;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.figure-wrapper-stay-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex ;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.figure-wrapper-stay-flex-no-space {
display: -webkit-box;
display: -ms-flexbox;
display: flex ;
}
.auto-margin{
width: 80%;
margin: auto;
}
.width15-no-margin{
width:15%;
}
.width20, .width20-2 {
width: 20%;
margin: auto;
}
.width25 {
width: 25%;
margin: auto;
}
.width30, .width30-text, .width30-2{
width: 30%;
margin: auto;
}
.width35 {
width: 35%;
margin: auto;
}
.width40, .width40-text, .width40-2 {
width: 40%;
margin: auto;
}
.width40-text.no-margin-top {
margin: 0 auto;
}
.width45-no-margin-text, .width45-no-margin {
width: 45%;
}
.width50, .width50-text, .width50-2 {
width: 50%;
margin: auto;
}
.width50-stay-flex {
width: 45%;
}
.width40-no-margin, .width40-no-margin-text {
width:40%;
}
.width50-no-margin, .width50-no-margin-text {
width:50%;
}
.width60, .width60-no-margin-text {
width: 60%;
font-weight: normal;
}
.width60-margin, .width60-2{
width: 60%;
margin: auto;
}
.width75 {
width: 75%;
margin: auto;
}
.only-mobile, .only-mobile-flex, .only-mobile-home {
display:none
}
#wrap2{
width: 40%;
padding-top: 1em;
padding-right: 1em;
float: left;
}
.side-figure {
float: right;
}
.side-figure-odd {
float: left;
}
/*********** FIGURES*********/
#collab-figure1, #figure4, #figure5, #figure7, #ed-figure4 {
width: 45%;
}
#ed-figure1, #ed-figure2, #ed-figure4 {
width: 35%
}
#figure8 {
width: 15%;
}
#contr-figure3, #contr-figure4, #contr-figure5, #contr-figure6 {
width: 50%;
}
#ed-figure-wrapper1, #ed-text1, #ed-text2 {
width: 60%;
}
.vertical-figure-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
/************8 TabLe ***************/
table.model {
border-collapse: collapse;
width: 100%;
margin-top: 1em;
}
table.model tbody {
overflow-x: auto;
}
table.model td, table.model th {
text-align: left;
padding: 8px;
}
table.model th {
border-bottom: #212832 3px solid;
}
table.model tr:nth-child(even) {
background-color: #ffe6c4;
}
.table-model {
overflow-x: auto;
}
.table-model li {
text-align: left;
}
.break-words {
max-width: 550px;
min-width: 150px;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
}
/*********** POP-OUTS ********************/
.popout{
width: 100%;
margin: 0em auto;
position: relative;
-webkit-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
scroll-margin-top: 79px;
max-width: 1000px;
transition: transform 0.5s;
/*padding-top: 1em;*/
}
.popout:hover{
transform:scale(1.1,1.1);
}
.collapsible {
display: block;
font-size: 2em;
padding: 0.8em 1.5em;
position: relative;
color: #ffffff;
cursor: pointer;
border-bottom: 1px solid white;
}
.popout:first-child {
padding-top: 2em;
}
.collapsible::before {
position: absolute;
content: '';
bottom: 0;
left: 0;
height: 5px;/*悬浮之前橙色高度*/
width: 95%;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
/*background: #FE9901;*/
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.collapsible:hover::before{
height: 25px;/*悬浮之后橙色高度*/
/*left: 25px;*/
}
.collapsible {
outline : none !important;
text-align: center;
}
.collapsible-content {
max-height: 0;
position: relative;
overflow-y: hidden;
width:95%;
-webkit-transition: all 0s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.collapsible-content-wrapper {
margin: auto;
text-align: justify;
width: 80%;
padding: 1em 0;
}
.collapsible-content-wrapper h2 {
font-size: 1.5em;
}
.collapsible::after {
content:'';
position: absolute;
top: 0;
left: 0;
height: 100%;
background-color: #8BBED5;
border-radius: 30px;
width: 95%;
z-index: -1;
}
.closed {
max-height: 0;
-webkit-box-shadow: 0;
box-shadow: 0;
}
.newsletter {
font-size: 1.7em;
padding: 0.2em;
color: #fff;
}
/***** newsletter *****/
.newsletter-table{
margin: auto;
}
.newsletter-title span {
position: relative;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
font-size: 0.8em;
}
p.newsletter-title{
display:block;
padding: 0;
}
.newsletter-title span {
display:block;
float:right;
padding-right:1em;
text-align: right;
}
.collapsible:hover .newsletter-title span{
opacity: 1;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
/********** RESULTS READ MORES ***********/
.results-collapsible-content {
max-height: 0;
opacity:0;
-webkit-transition: 1s all;
-o-transition: 1s all;
transition: 1s all;
position: relative;
z-index: -1;
}
/*************** feature Boxes ***************/
.featured-flexbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 2em;
}
.featured-box {
width: 48%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.scroll-box {
overflow-x: hidden;
overflow-y: auto;
height: 300px;
border: 3px solid #FE9901;
border-radius: 5px;
margin-top: auto;
}
.featured-box .figure-container {
margin-top: auto;
}
.featured-box img {
width: 100%;
}
/*************** NEXT-BUTTONS ************/
.next-buttons{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
z-index: 10;
}
a.single-button, a.single-button:visited{
font-size: 1.375em;
font-weight: bold;
background-color: #ffffff;
color: #212832;
padding: 0.5em;
border: solid 3px #212832;
border-radius: 10px;
margin: 1em;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 10
}
a.single-button:hover, a.single-button:active{
background-color: #212832;
color: #ffffff;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
z-index: 10;
}
/********* To top arrow for mobile versions ***************/
#mobile-to-top-arrow {
/*display:none;*/
}
.to-top {
position: fixed;
bottom: 1em;
right:0.3em;
border-radius: 100%;
font-size:32px;
color:#FE9901;
opacity:0;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
cursor: default;
}
a.to-top.active1 {
cursor:pointer;
}
.active1 {
bottom:32px;
opacity:1;
}
#mobile-to-top-arrow.to-top:visited i{
color:#FE9901;
}
#mobile-to-top-arrow.active1:hover i {
cursor: pointer;
}
#mobile-to-top-arrow:active i{
color: #ffb444;
cursor: pointer;
}
#mobile-to-top-arrow.to-top:hover i{
color: #FE9901;
}
/********************************* Footer ***************************************/
.contact-info {
background-color: #212832;
/*position: fixed;*/
}
.contact-info-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
padding: 1.9em 1em;
}
.box {
width: 20%;
text-align: justify;
}
.box h3 {
font-size: 1.875em;
padding: 0.5em;
color: white;
}
.box h4 {
font-size: 1.3em;
padding: 5px 0;
color: white;
text-indent: 1em;
}
.box p{
color: white;
font-size: 1em;
padding: 0 1em;
}
.social-media-icons {
padding: 0 0.3em ;
font-size: 3em;
}
.social-media-icons a, .social-media-icons a:active, .social-media-icons a:visited, .box a, .box a:active, .box a:visited{
color: white;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.social-media-icons a:hover, .box a:hover{
color: #FE9901;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
/***** HOVER EFFECT SPONSORS***************/
.image-main-sponsor a{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.image-main-sponsor a:hover {
-webkit-filter: none;
filter: none;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.image-sub-sponsor a{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.image-sub-sponsor a:hover {
-webkit-filter: none;
filter: none;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
/***************** MODEL STYLES ************************/
.eq {
text-align: left;
}
.model-container {
display: block;
}
.canvas-container {
display: block;
}
.input-container form {
font-size: 1em !important;
}
.chart {
position: relative;
}
#chartPop, #chartI {
}
.parameters-model {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.center-button-model {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/*** added by Marijn ***/
input[type=number]{
width: 60px;
}
input[type=range]{
width: 80px;
}
.stateprob {
padding-right: 1em;
}
#stateprobI {
padding-right: 1.4em;
}
#param1 {
padding-right: 4em;
}
#param2 {
padding-right: 0.5em;
}
#param3 {
padding-right: 1.8em;
}
#param4 {
padding-right: 3.6em;
}
#param5 {
padding-right: 1.6em;
}
#param6 {
padding-right: 1em;
}
#param7 {
padding-right: 2.3em;
}
#param8 {
padding-right: 1.9em;
}
#param9 {
padding-right: 1.4em;
}
#param10 {
padding-right: 1em;
}
/********* TEAM STYLES **************************/
.team-picture-modal {
width: 30%;
margin: auto;
}
.supervisor-square {
width: 90%;
height: auto;
margin:auto;
border-radius: 50%;
overflow: hidden;
}
.supervisor-pic {
width:100% ;
}
.supervisor-pic img {
width: 100%;
}
.supervisor-box {
width: 20%
}
.supervisor-box p{
display: block;
position: relative;
margin-top: 1em;
margin-bottom: 2em;
text-align: center;
}
.supervisor-flexbox{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.team-square {
cursor: pointer;
}
.team-pic {
-webkit-filter: grayscale(0);
filter: grayscale(0);
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all;
}
.team-square:hover .team-pic{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all;
}
.team-pic img {
width: 100%;
}
.team-box {
width: 33%;
}
.team-box p{
display: block;
position: relative;
font-size: 1em;
margin-top: 1em;
margin-bottom: 2em;
text-align: center;
}
.team-flexbox{
/*display: flex;*/
/*flex-wrap: nowrap;*/
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/*********** MODAL STYLES *************/
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px ;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
color: #333333;
padding: 20px;
border: 1px solid #888;
border-radius: 6px;
width: 60%;
overflow: auto;
}
#roadmapimg .modal-content {
width:80%;
}
#rapidemicimg .modal-content, #safetyimg .modal-content{
width:70%;
}
.modal-content h3{
padding-bottom: 0;
text-align: center;
}
.sub{
font-weight: normal;
padding-bottom: 1em;
padding-top: 0;
}
.modal-content img{
padding-bottom: 1em;
}
.modal-content h4, .modal-content p{
padding-bottom: 0;
padding-top: 0;
margin: 0;
padding: 0 4em;
text-align: justify;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/* Animation*/
@-webkit-keyframes animatetop {
from { opacity:0}
to {opacity:1}
}
@keyframes animatetop {
from { opacity:0}
to { opacity:1}
}
/**********Experiments styles *********/
.experiments {
cursor: pointer;
}
/*********** HP STYLES ***************/
.content-wrap{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1em
}
.content-wrap h2 {
font-size: 1.3em;
}
.content-wrap p{
padding-top: 0.3em;
}
.integration-hp {
width: 45%;
}
.question-content{
display: block;
border-right: solid 3px #FE9901;
padding-right: 2em;
}
.text-hp {
width: 85%;
}
.profile-pic-hp{
width:13%;
}
.profile-pic-hp img {
width:100%;
border-radius: 50%;
}
.question-hp {
width: 53%;
}
.time-line-hp {
background-color: #e5e5e5;
}
.time-line-content {
padding: 1em;
}
/******* ENTRe Styles *****/
#roadmapimg .figure-container, #rapidemicimg .figure-container, #safetyimg .figure-container {
margin: 2em;
margin-bottom:5em;
padding-bottom: 2em;
}
.profile {
cursor: pointer;
}
/********* CONTRIBUTION STYLES *************/
.main-body ul {
list-style: disc;
}
/********* SPONSOR PAGE STYLES **************/
.first-row{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 2em 0;
}
.first-row-sponsors {
width: 60%;
margin: auto;
}
.first-row-sponsors img{
width: 100%;
}
.second-row{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 2em 0;
}
.second-row-container {
width: 30%;
}
.second-row-sponsors {
width: 100%;
}
.second-row-sponsors img{
width: 100%;
}
.third-row{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 2em 0;
}
.third-row-sponsors {
width: 30%;
}
.third-row-sponsors img{
width: 100%;
}
/*************** PUBLIC ENGAGMENT PAGE STYLES *************/
.video-wrapper {
width: 80%;
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.video, .video-description {
width: 50%;
padding: 1em 1em;
}
.video img {
width: 100%;
border-radius: 10px;
}
.video video {
width: 100%;
border-radius: 10px;
}
.video-description {
text-align: justify;
}
.video-description:nth-child(odd){
border-right: 3px solid #FE9901;
}
.video-description:nth-child(even){
border-left: 3px solid #FE9901;
}
/********** Medal Criteria styles **********/
#med-figure1, #med-figure2, #med-figure3 {
width: 25%;
}
/********* Engineering ************/
#eng-figure1{
width: 80%;
position: relative;
margin: auto
}
.gear-with-text {
width: 20%;
position: relative;
top: 30px
}
.gear {
position: absolute;
width: 23%;
}
.gear:hover {
-webkit-animation: spin 4s infinite linear;
animation: spin 4s infinite linear
}
#gear1{
top: 34%;
left: 1%;
}
#gear2{
top: 42%;
left: 24%;
}
#gear4{
top: 33%;
right: 25%;
}
#gear3{
top: 38%;
right: 1%;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
/************** Implementation *************/
.column-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.column-wrapper {
width: 48%;
}
.column-wrapper p {
padding-top: 1em;
}
.column-wrapper h3{
background-color: #0d5450;
border-radius: 50%;
border: solid 3px #0d5450;
color: #FFF;
padding: 0.3em 0.5em;
display:inline;
}
.numbers h3{
background-color: #0d5450;
border-radius: 50%;
border: solid 3px #0d5450;
color: #FFF;
padding: 0.3em 0.5em;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-size: 1.3em;
}
.numbers {
position: absolute;
}
#number1{
top:32%;
right:27%
}
#number2 {
top: 22%;
left:50%;
}
#number3{
top:28%;
left:25%
}
#number4{
top:50%;
left:30%
}
#number5{
top:62%;
left:38%
}
#number6{
top:75%;
left:46%
}
#number7{
bottom: 5%;
left:46%;
}
.numbers:hover h3{
font-size: 1.8em;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.empty-filler {
padding: 3em;
}
/*************INCLUSION PAGE ****************/
.img-comp-container {
position: relative;
height: 20vw;
}
.img-comp-img {
position: absolute;
overflow:hidden;
width: auto;
height: auto;
}
.img-comp-img img {
display:block;
width: 30vw ;
height: 15vw;
}
.img-comp-slider {
position: absolute;
z-index:9;
cursor: ew-resize;
width: 40px;
height: 40px;
background-color: #fe9901;
opacity: 0.7;
border-radius: 50%;
}
.img-comp-slider::before {
content:"";
display: block;
position: relative;
top:-6vw;
right: -19px;
height: 15vw;
background-color: #fe9901;
width: 2px;
z-index: -1;
}
.figure-wrapper-inclusion {
width: 50%;
}
.incl-slider-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.color-slider-legenda span {
display: block;
float: right;
padding-right: 3em;
text-align: right;
}
.inclusion-p {
font-size: 1em;
font-weight: bold;
}
/**********NEW STYLES AWARDS *************/
.figure-wrapper-center {
display: flex;
justify-content: center;
align-items: center;
}
.figure-wrapper-awards {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.figure-wrapper-column {
align-items: center;
}
.figure-wrapper-column {
display: flex;
flex-direction: column;
}
.absolute-figure-container{
position: absolute;
bottom: -10%;
right: -7%;
width: 20%;
}
a:visited.prize-hyperlink h3, a:hover.prize-hyperlink h3, .a:active.prize-hyperlink h3 {
color: #212832;
}
a:hover.prize-hyperlink {
opacity:70%;
}
.announcement {
position: absolute;
top: 54px;
right:2px;
width: 15%;
z-index: 1;
}
.announcement-block {
animation: announcement 19s infinite;
}
@keyframes announcement {
0% {
opacity: 0
}
10% {
opacity: 0
}
30% {
opacity: 1
}
95% {
opacity: 1
}
100% {
opacity: 0;
}
}
@media only screen and (max-width: 800px) {
.announcement {
top: 24px;
right:20px;
width: 19%;
}
}
/**********MEDIA QUERIES ************/
@media only screen and (min-width: 1440px){
.loader-wrapper h2 {
font-size: 6em;
top: -1em;
}
}
@media only screen and (max-width: 1024px){
.bacteria, .bacteria-transparent {
border-width: 50px;
}
.chapter-content{
padding-right: 0.05em;
font-size: 0.9em;
}
.loader-wrapper h2 {
font-size: 4em;
top: -1em;
}
.newsletter-title span {
display:none;
}
.only-mobile-flex {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
}
.only-mobile {
display: block;
}
.only-desktop {
display: none;
}
.dropdown-content {
top: 3.8em;
}
aside {
width: 200px;
}
.sections-container aside div div a {
font-size: 1em;
}
.main-body p, ol li, ul li {
font-size: 0.9em;
}
.featured-flexbox {
display: block
}
.featured-box, #ed-text1, #ed-text2 {
width: 100%;
}
.team-box {
width: 45%;
}
.supervisor-box {
width: 30%
}
.figure-wrapper {
display: block;
}
.width50-no-margin-text, .width50-text, .width40-text, .width40-no-margin-text, .width30-text, .width60-no-margin-text, .width45-no-margin-text, .width75 {
width:100%;
font-weight: normal;
}
#figure4, #figure5, #ed-figure4, .width40, .width40-no-margin, .width50, .width50-no-margin, .width30, .width20, .width35, .width60, .width60-margin, .width45-no-margin {
width: 80%;
margin: auto;
}
.width25 {
width: 40%;
}
.side-box-content{
margin-bottom: 1em;
}
.content-wrap{
display: block;
}
.question-hp{
width: 100%;
padding-bottom: 1em;
}
.integration-hp{
width: 100%;
border-top: solid 3px #FE9901;
}
.question-content {
border-right: none;
}
.question-content .width40-no-margin{
width:40%;
margin: 0
}
#gear1{
top: 33%;
left: 0%;
}
#gear2{
top: 40%;
left: 23%;
}
#gear4{
top: 30%;
right: 25%;
}
#gear3{
top: 36%;
right: 1%;
}
.video-wrapper {
display: block;
}
.video, .video-description{
width: 80%;
margin: auto;
}
.video-description:nth-child(even), .video-description:nth-child(odd) {
border-left: none;
border-right: none;
border-top: solid 3px #fe9901;
}
.virus{
margin-top: 1em;
}
#arrow3 img {
left: -5em;
}
#arrow4 img{
left: 6em;
}
.video-div {
padding: 0;
}
/**** Phones max width 800px********/
@media only screen and (max-width: 800px) {
.circle-box {
padding: 1em;
}
.bacteria {
background-color: #ffd8a1;
border: solid 8px #fe9901;
border-radius: 150px;
}
.bacteria:first-child {
margin-top: 1em;
}
.virus {
/*border-image-source*/
background-color: #b8eee7;
border: solid 8px #63cabc;
border-radius: 150px;
}
.virus-transparent{
border: solid 8px #63cabc;
border-radius: 150px;
background: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 3em;
}
.bacteria-transparent {
border: solid 8px #FE9901;
border-radius: 150px;
background: #fff;
padding: 3em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.arrow-down-scroll {
display:none;
}
.arrow-down-scroll2 {
top: 30px;
}
.only-mobile-home, .incl-slider-container{
display:block;
}
.only-desktop-home{
display: none;
}
/****Mobile nav *******/
.loader-wrapper h2 {
font-size: 3em;
top: -1em;
}
.width60-2, .width50-2, .width40-2, .width20-2, .width30-2 {
width: 80%
}
.virus-transparent.figure-container {
width:50%;
margin-top: 1em;
}
.bacteria-transparent.figure-container {
width:50%;
margin-top: 1em;
}
.gear-text-box:nth-child(even) .corner-gear {
position: absolute;
left: 98%;
bottom: 100%;
}
.gear-text-box:nth-child(odd) .corner-gear {
position: absolute;
right: 98%;
bottom: 100%;
}
.gear-text-box{
min-width: 300px;
}
.numbers h3 {
font-size: 1.2em
}
#arrow2 .figure-container img, #arrow4 .figure-container img{
-webkit-transform: rotate(160deg);
-ms-transform: rotate(160deg);
transform: rotate(160deg)
}
#arrow2 img, #arrow4 img{
left: 5em;
}
#arrow3 img{
left: 0
}
.main-page-home-section{
padding: 0;
}
.figure-wrapper-align-start {
display: block;
}
.circle-content {
padding:3em;
}
.numbers:hover h3 {
font-size: 1.2em
}
#number5{
top:62%;
left:33%
}
.arrow-down {
top:-6em;
left: 45%;
}
.gear-with-text {
width:50%;
}
/******* HOME SEGMENTS ****************/
.grey-segment {
background-color: #e5e5e5;
overflow-x: hidden;
}
.darkgrey-segment {
background-color: #666666;
color: #fff;
overflow-x: hidden;
}
.whiteread {
color: #fff;
border: #fff;
}
.whiteread:hover {
background-color: #fff;
}
.segment-container {
width: 80%;
margin: auto;
padding: 1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.segment-figure, .segment-text {
width: 35%;
margin: 1em;
}
.segment-figure img {
width: 100%;
border-radius: 10px;
}
.segment-text h1{
padding-bottom: 0.3em;
font-size: 1.5em;
}
.segment-text {
text-align: justify;
}
.from-left{
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
}
.from-right{
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
}
.from-left.appear, .from-right.appear{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 1;
}
#gear1{
top: 33%;
left: 1%;
}
#gear2{
top: 41%;
left: 24%;
}
#gear4{
top: 30%;
right: 25%;
}
#gear3{
top: 36%;
right: 1%;
}
/************************ HEADER ******************************/
header {
background: url(https://2020.igem.org/wiki/images/f/f1/T--Leiden--banner-min.png);
min-height: 140px;
max-height: 360px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
body {
font-size: 0.8em;
}
#nav-logo {
width: 3.2em;
}
#normal-nav{
display: none;
}
#mobile-nav {
display: block;
}
aside {
display: none;
}
.buttons a{
font-size: 1em;
}
.main-body, .buttons {
margin: auto;
}
.main-body h2 {
font-size: 1.8em;
}
a.single-button .button-content-wrapper {
font-size: 0.8em;
}
.contact-info-content {
display: block;
}
.box:first-child {
display: none;
}
.box h3, .empty-filler {
display: none;
}
.box {
padding-bottom: 1em;
width: 100%;
}
.introduction-content{
-ms-grid-column: 2;
-ms-grid-column-span: 5;
grid-column: 2/7;
}
.page-title-content h1 {
font-size: 3em;
}
.main-body h2 {
padding-top: 1em;
}
#mobile-to-top-arrow, .first-row, .second-row {
display:block;
}
.team-flexbox {
display: block;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.supervisor-box, .second-row-container {
width: 80%;
margin: auto;
}
.second-row-container{
padding-bottom: 1em;
}
.team-box, .column-wrapper {
width: 100%;
}
.collapsible {
font-size: 1.8em;
}
#contr-figure3, #contr-figure4, #contr-figure5, #contr-figure6, .first-row-sponsors, .figure-wrapper-inclusion{
width: 95%;
}
.img-comp-img img {
display:block;
width: 80vw ;
height: 40vw;
}
.img-comp-container {
height: 45vw;
}
.img-comp-slider::before {
content:"";
display: block;
position: relative;
top:-18.5vw;
right: -19px;
height: 45vw;
background-color: #fe9901;
width: 2px;
z-index: -1;
}
.inclusion-p {
font-size: 1em;
font-weight: bold;
}
.collapsible:hover::before {
height: 17px;
}
.gear:hover {
-webkit-animation: none;
animation: none;
}
a.readmore-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
@media only screen and (max-width: 500px) {
.loader-wrapper h2 {
font-size: 2em;
top: -1em;
}
.gear {
width: 23%;
}
#gear1 {
top:31%;
}
#gear2 {
top:38%;
left:22%;
}
#gear4{
left: 45%;
top:29%;
}
#gear3 {
top:33%;
}
}
}
}
|
web/CSS/main_cssstyle.css
|
.main-body-content p{
text-indent: 2em;
line-height: 1.5;
font-family: "Source Han Sans CN";
}
*, p, h1, h2, h3, ul, ol {
margin: 0;
padding: 0;
}
@font-face {
font-family: geometos;
src: url(../resources/Fonts/geometos.woff.ttf) format("truetype");
}
@font-face {
font-family: TitilliumWeb-Black;
src: url(../resources/Fonts/TitilliumWeb-Black.ttf) format("truetype");
}
@font-face {
font-family: Source-Han-Sans-CN;
src: url(../resources/Fonts/Source Han Sans CN.ttf) format("truetype");
}
ul {
list-style-type:none;
list-style-image: none;
}
body {
background-color: #fff;
font-family: "Source Han Sans CN";
font-size: 1em;
font-weight: normal;
/* 正文字体 */
}
h1 {
border-bottom:none;
}
h1, h2, h3, h4 {
font-family: 'Centrale Sans Regular', Arial, Helvetica, sans-serif;
}
a, a:hover, a:visited, a:focus{
text-decoration: none;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 75px;
}
html, body {
height: 100%;
}
.grid-normal {
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(10px, 1fr) (minmax(50px, 300px))[5] minmax(10px, 1fr);
grid-template-columns: minmax(10px, 1fr) repeat(5, minmax(50px, 300px)) minmax(10px, 1fr);
}
.hyperlink {
color: #007972;
text-decoration: underline;
}
.hyperlink:visited{
color: #007972;
}
.hyperlink:hover{
color:#63cabc;
text-decoration: underline;
}
.hyperlink-dark {
color: #63cabc;
text-decoration: underline;
}
.hyperlink-dark:visited{
color: #63cabc;
}
.hyperlink-dark:hover{
color:#007972;
text-decoration: underline;
}
.orange {
color: #FE9901;
}
.highlight {
font-weight: bold;
color: #fe9901;
}
.green-highlight {
font-weight: bold;
color: #007972;
}
.margin-normal{
margin:auto;
}
/************ Skip-main ****************/
a.skip-main {
left: -999px;
position: absolute;
top: 3em;
width: 1px;
height: 1px;
overflow: hidden;
z-index: -999;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
a.skip-main:focus {
left: 3em;
top: 3em;
width: 30%;
height: auto;
overflow: auto;
padding: 5px;
font-size: 1.2em;
color: #212832;
background-color: #ffffff;
text-align: center;
z-index: 999;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
/*********** static switch ***********/
div.StatDynSwitch {
position: fixed;
display: block;
bottom: 5em;
right: 8em;
}
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
margin: -10px 10px;
}
.switch input {
display: none
}
.switch-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #e5e5e5;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
-webkit-box-shadow: 0px 0px 5px #ffffff;
box-shadow: 0px 0px 5px #ffffff;
}
.switch-slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: #ffffff;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
input:checked+.switch-slider {
background-color: #212832;
}
input:checked+.switch-slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.switch-slider {
border-radius: 34px;
}
.switch-slider:before {
border-radius: 50%;
}
.StatDynSwitch>span {
display: inline-block;
font-size: 20px;
text-shadow: 0px 0px 5px #f7f7f7;
}
/************Circles / crowdfunding *************/
.circle {
border-radius: 50%;
}
.crowdfunding-text-container {
background-color: #ffffffab;
border-radius: 10px;
width:80%;
margin: auto;
padding: 2em;
border: solid 3px #e5e5e5;
}
.crowdfunding-container {
width: 70%;
margin: auto;
}
#donate-button {
font-size: 1.375em;
font-weight: bold;
background-color: #ffffff;
color: #212832;
padding: 0.5em;
border: solid 3px #212832;
border-radius: 10px;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: inline;
}
#donate-button:hover, #donate-button:active{
background-color: #212832;
color: #ffffff;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.donate-button-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 1em;
}
#main-body-crowd {
max-width: none;
}
/*************** LOADER *************************/
.loader-wrapper {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color: #ffffff;
z-index: 10000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.loader-wrapper h2 {
font-size: 5em;
color: #FE9901;
text-align: center;
position: relative;
top: -1em;
}
.loader {
color: #FE9901;
/*background-repeat: repeat;*/
/*width: 40%;*/
/*height: ;*/
}
.loader img {
width: 100%;
background-repeat: no-repeat;
}
@-webkit-keyframes loader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes loader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
/********PAGE TRANSITIONS ************/
.animate-in {
-webkit-animation: fadeIn 0.5s ease-in;
animation: fadeIn 0.5s ease-in;
}
.animate-out {
-webkit-transition: all 3s;
-o-transition: all 3s;
transition: all 3s;
opacity: 0;
}
@-webkit-keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
/******* HOME PAGE *****************/
.video-div {
/*padding: 0 6em;*/
background-color: #212832;
}
#video-banner{
width: 100%;
}
.arrow-down {
position: absolute;
top: -5em;
left: 49%;
opacity: 0;
-webkit-transition: 2s all;
-o-transition: 2s all;
transition: 2s all;
}
.arrow-down-scroll {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
top:-50px;
font-size: 6em;
color: #fff;
}
.arrow-down-scroll2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
font-size: 4em;
color: #fff;
}
.pulse {
position: absolute;
-webkit-animation: pulse 2s linear infinite;
animation: pulse 2s linear infinite;
}
@-webkit-keyframes pulse {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
40% {
opacity: 0.8;
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
80% {
opacity: 0.5;
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
100% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
40% {
opacity: 0.8;
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
80% {
opacity: 0.5;
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
100% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.figure-wrapper-align-start{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.main-page-home-section {
position: relative;
max-width: 1300px;
margin: auto;
padding: 3em 3em 0 3em ;
}
.home{
background-repeat: repeat;
background-size: 1200px;
}
.circle-box{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: -1;
}
#circle-small{
top: 10em;
left: -3em;
z-index: -1
}
#circle-green{
background-color:#007972;
border: #0d5450 solid 10px;
z-index: -1;
margin: -5em;
right: 3em;
}
.circle-content{
color: #212832;
text-align: justify;
padding: 3em;
}
.circle-content h3{
text-align: center;
padding-bottom: 1em;
font-size:2em;
}
.arrow .figure-container img{
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.arrow {
margin: -9% 0;
}
.arrow .figure-container {
width: 15%;
margin: auto;
}
#arrow1 {
margin: -10% 0;
}
#arrow2 .figure-container img, #arrow4 .figure-container img {
-webkit-transform: rotate(190deg);
-ms-transform: rotate(190deg);
transform: rotate(190deg);
}
#arrow2 img{
position: relative;
left: 12em;
}
#arrow3 img {
position: relative;
left: -9em;
}
#arrow4 img {
position: relative;
left: 12em;
}
#arrow3 .figure-container {
width: 10%;
}
.bacteria {
border-style: solid;
border-width: 100px;
border-image-source: url(https://2020.igem.org/wiki/images/8/8c/T--Leiden--BacteriumBoxFilled.png);
border-image-slice: 33.3333333333333333333333% fill ;
border-image-repeat: round;
border-image-width: 1.5;
}
.virus {
border-style: solid;
border-width: 50px;
border-image-source: url(https://2020.igem.org/wiki/images/d/d0/T--Leiden--VirusBox.png);
border-image-slice: 27% fill ;
border-image-repeat: round;
border-image-width: 2;
padding: 0
}
.virus-transparent{
border-style: solid;
border-width: 40px;
border-image-source: url(https://2020.igem.org/wiki/images/d/dd/T--Leiden--VirusBoxTransparent.png);
border-image-slice: 27% fill ;
border-image-repeat: round;
border-image-width: 2;
padding: 0;
}
.bacteria-transparent {
border-style: solid;
border-width: 100px;
border-image-source: url(https://2020.igem.org/wiki/images/7/7e/T--Leiden--BacteriumBoxTransparent.png);
border-image-slice: 33.3333333333333333333333% fill ;
border-image-repeat: round;
border-image-width: 1.5;
}
.bacteria-transparent.figure-container, .virus-transparent.figure-container {
margin: auto;
}
.gear-information {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.gear-text-box {
max-width: 30%;
min-width: 400px;
border-radius: 150px;
margin: 1.5em 0;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.gear-text-box:nth-child(even) {
border: 10px solid #63cabc;
background-color: #b8eee7;
}
.gear-text-box:nth-child(odd) {
border: 10px solid #fe9901;
background-color: #ffd8a1;
}
.gear-text-box-content{
padding: 4em;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.gear-text-box h2{
text-align: center;
margin-bottom: 0.5em;
}
.gear-text-box p {
text-align: justify
}
.corner-gear img {
width:100%;
}
.corner-gear {
position: absolute;
right: 100%;
bottom: 100%;
width: 30%;
margin:-6em;
}
.corner-gear:hover{
-webkit-animation: spin 4s infinite linear;
animation: spin 4s infinite linear
}
/**** Readmore Home buttons ******/
.more-button {
padding: 2em 0 ;
margin-top: auto;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.more-content {
padding: 1em;
border: solid 3px #212832;
border-radius:30px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 1;
}
a.more-content{
font-weight: bold;
color: #212832;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor:pointer;
z-index: 10;
}
a.more-content:hover{
color: #ffffff;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.more-content:hover {
background-color: #212832;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.references-box {
background-color: #fff;
padding: 3em;
margin-bottom: 0;
border-top-left-radius: 70px;
border-top-right-radius: 70px;
-ms-grid-column: 3;
-ms-grid-column-span: 3;
grid-column: 3/6
}
/******* HOME SEGMENTS ****************/
.grey-segment {
background-color: #e5e5e5;
overflow-x: hidden;
}
.darkgrey-segment {
background-color: #666666;
color: #fff;
overflow-x: hidden;
}
.whiteread {
color: #fff;
border: #fff;
}
.whiteread:hover {
background-color: #fff;
}
.segment-container {
width: 80%;
margin: auto;
padding: 1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.segment-figure, .segment-text {
width: 35%;
margin: 1em;
}
.segment-figure img {
width: 100%;
border-radius: 10px;
}
.segment-text h1{
padding-bottom: 0.3em;
font-size: 1.5em;
}
.segment-text {
text-align: justify;
}
.from-left{
-webkit-transform: translateX(-80%);
-ms-transform: translateX(-80%);
transform: translateX(-80%);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.from-right{
-webkit-transform: translateX(80%);
-ms-transform: translateX(80%);
transform: translateX(80%);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.from-left.appear, .from-right.appear{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
opacity: 1;
}
/************************ HEADER ******************************/
header {
background: url(https://2020.igem.org/wiki/images/f/f1/T--Leiden--banner-min.png);
min-height: 140px;
max-height: 360px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/****** Navbar ******/
nav {
background: linear-gradient(to right,white,#F6DFEB);
/*background-color: #FFDADA;!*导航栏颜色*!*/
-webkit-box-shadow: 10px 0 5px #2128327a;
box-shadow: 10px 0 5px #2128327a;
width: 100%;
position: fixed;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
z-index: 1000
}
#normal-nav {
display: block;
}
.dark-nav{
background: linear-gradient(to right,white,#F8EDED);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.logo {
position: absolute;
top: 5px;
padding-left: 1em;
z-index: -1;
}
.hidden-logo {
opacity: 0;
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
padding: 1em;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: 70%;
margin: auto;
}
.hidden-logo img{
width: 100%;
}
.hidden-logo:hover {
opacity: 1;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#nav-logo {
width: 13%;
}
.chapters {
padding-top: 1.6em;
padding-right: 1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.chapter-content {
padding-right: 1em;
padding-left: 1em;
padding-bottom: 1em;
color: black;/*导航栏文字颜色*/
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
}
.chapter-nav {
z-index: 2;
}
a.chapter-nav,
a:active.chapter-nav,
a:visited.chapter-nav {
color: white;
}
.chapter-icon {
padding-left: 0.5em;
position: relative;
top: -3px;
}
.chapter-active {
font-weight: bold;
}
#chapter-award {
font-size: 1.5em;
position: relative;
top: -9px;
}
/******* Mobile nav-bar styles *******/
#mobile-nav {
display: none;
z-index: 2;
}
.hamburger {
color: #fff;
font-size: 1.8em;
padding: 0.3em;
float: right;
z-index: 2;
cursor: pointer;
}
.mobile-nav {
padding: 0.5em;
z-index: 2;
}
.mobile-sidenav{
height: 100%;
width:0;
position: fixed;
z-index: 1;
top:5.1em;
right: 0;
background-color: #e5e5e5;
overflow-x: hidden;
padding-top: 60px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
opacity: 97%;
}
.mobile-sidenav a{
padding: 0.8em 0.8em 0.8em 2em;
font-size: 1em;
color: #212832;
display: block;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.mobile-sidenav .closebtn {
position: absolute;
top: 0;
right: 1em;
font-size: 1.375em;
margin-left: 2em;
padding-bottom: 0
}
#mob-chapter-award{
font-size: 1.5em;
}
/* Change size for lower screens */
@media only screen and (max-height: 500px) {
.mobile-sidenav a{
padding-top: 0;
font-size: 0.8em;
}
}
/********Mobile dropdown menu ******/
.mobile-dropdown-content{
padding-left: 2em;
list-style: none;
font-style: italic;
display: none;
}
/* Dropdown menu */
.dropdown-menu {
z-index: 3;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
top: 4em;
background-color: #e5e5e5;
opacity: 0;
min-width: 160px;
max-width: 220px;
z-index: -2;
padding: 0.8em 0;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}
/* Links inside the dropdown */
.dropdown-content a {
color: #212832;
padding: 0.5em 1em;
text-decoration: none;
display: block;
}
/* Show the dropdown menu on hover */
.dropdown-menu:hover .dropdown-content {
display: block;
-webkit-animation: dropdown 1s forwards;
animation: dropdown 1s forwards;
}
@-webkit-keyframes dropdown {
100% {
opacity: 0.95;
-webkit-transform: translateX(0);
transform: translateX(0);
}
0% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes dropdown {
100% {
opacity: 0.95;
-webkit-transform: translateX(0);
transform: translateX(0);
}
0% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
/********* cool link **************/
.cool-link::after {
content: "";
display: block;
position: relative;
width: 0;
top: -0.5em;
opacity: 0;
height: 3px;
background: #FE9901;
margin: auto;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.cool-link:hover::after {
width: 90%;
height: 3px;
opacity: 1;
position: relative;
margin: auto;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.cool-link2::after {
content: "";
display: block;
position: relative;
width: 0;
height: 3px;
background: #FE9901;
margin: auto;
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.cool-link2:hover::after {
width: 90%;
height: 3px;
position: relative;
opacity: 1;
margin: auto;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/****** Page-title******/
.page-title {
padding-top:5em;
}
.page-title-content h1 {
color: white;
font-size: 8em;
font-weight: normal;
text-align: center;
font-family: "TitilliumWeb-Black";
/*小标题*/
}
/**************** Introduction **********************/
.introduction {
width: 100%;
background-color: #212832;
-ms-grid-column: 1;
-ms-grid-column-span: 7;
grid-column: 1 / 8;
border-bottom: 10px solid #FE9901;
}
.introduction-content {
color: white;
-ms-grid-column: 3;
-ms-grid-column-span: 3;
grid-column: 3/6;
padding: 2em 1em;
text-align: justify;
}
/******************* Arrow ******************/
.triangle-down {
width: 0;
height: 0;
position: relative;
right: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 40px solid #FE9901;
-webkit-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
z-index: 0;
}
/********************* Buttons ************************/
.buttons {
margin-left: 270px;
margin-right: 1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.button-name {
width: 20%;
text-align: center;
cursor: pointer;
background-color: #ffe6c4;
border-radius: 10px;
}
.button-name a {
color: #212832;
font-size: 1.375em;
cursor: pointer;
display: block;
padding: 1em 0;
}
.active{
font-weight: bold;
}
/*********************** READ MORE BUTTON ************/
.readmore-button {
padding: 2em 0 ;
}
.odd {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.even {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.readmore-content {
padding: 1em;
border: solid 3px #212832;
border-radius:30px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 1;
}
a.readmore-content{
font-weight: bold;
color: #212832;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor:pointer;
z-index: 10;
}
a.readmore-content:hover{
color: #ffffff;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.readmore-content:hover {
background-color: #212832;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.readmore-white {
padding: 1em;
border: solid 3px #fff;
border-radius:30px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
a.readmore-white{
font-weight: bold;
color: #fff;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor:pointer;}
a.readmore-white:hover{
color: #212832;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.readmore-white:hover {
background-color: #fff;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
/************ Sub navigation *********************/
aside {
width: 240px;
float: left;
padding-top: 5em;
}
.grid-aside {
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
-ms-grid-row: 1;
grid-row-start: 1;
}
.sub-navigation-content {
padding:2em 0;
border-right: solid 3px #FE9901;
max-width: 220px
}
.sub-navigation-chapter a{
color: #212832;
font-size: 1.2em;
padding: 0.3em 0.3em 0 0.5em;
display: block
}
a.main-nav-link.active {
font-weight: normal;
color: #fe9901;
}
.main-nav-link {
cursor: pointer;
}
#to-top-arrow a, #to-top-arrow a:visited, #to-top-arrow a:active{
color: #FE9901;
font-size: 2em;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
padding: 1em 2em 0 2em;
display: block
}
#to-top-arrow a:hover{
color: #ffb444;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
/* Class that is added to subnav by JS to keep it sticky */
.sticky {
position: -webkit-sticky;
position: sticky;
top: 1em;
}
/************ Carousel ***********************/
.sections-container{
width: 90%;
margin: auto;
}
.carousel {
overflow: hidden;
position: relative;
-ms-grid-column: 3;
-ms-grid-column-span: 4;
grid-column: 3/7;
-ms-grid-row: 1;
grid-row-start: 1;
}
.slider {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 400%;
height: 100%;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.slider section {
width: 25%;
}
/************* Main-body with content **********************/
.main-body {
/*padding: 0 0 1em 0;*/
padding-left: 10px;
/*text-align: center;*/
/*width: 100vh;*/
/*margin: 0 auto;*/
}
.main-body p {
text-align:justify;
padding-bottom: 1em;
}
.main-body h2 {
font-size: 3.3em;
padding: 0.5em 0 0.5em 0;
color: #FE9901;
scroll-margin-top: 79px;
font-family: "geometos"
/*大标题*/
}
.main-body h3 {
padding-bottom: 0.5em;
}
.main-body h4 {
font-style: italic;
}
.main-body li {
text-align:justify;
list-style-position: outside;
padding: 0.2em 0;
}
.references li{
text-align: left;
font-size: 0.9em;
font-weight: normal;
}
.main-body ul, .main-body ol {
padding-left: 1em;
padding-bottom: 0.8em;
}
.side-box-content {
background-color: #e5e5e5;
padding: 1.5em;
margin-bottom: 1em;
}
.side-box-content p{
padding-bottom: 0;
}
#side-box-1, #side-box-3 {
float: right;
width: 35%;
}
#side-box-2, #side-box-4 {
width: 90%;
}
/********** FIGURES *****************/
.figure-container {
padding: 1em;
position: relative;
}
.figure-container p, .figure-container-no-padding p, .figure-container2 p{
color: #636262;
font-size: 0.8em;
text-align: center;
}
.figure-container-no-padding, .figure-container2 {
position: relative;
}
.figure-container img, .figure-container2 img{
width: 100%;
}
.figure-container-no-padding img{
width:140%;
}
.figure-container video {
width: 100%;
}
.figure-container svg {
width: 100%;
height: auto;
}
.figure-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex ;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.figure-wrapper-stay-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex ;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.figure-wrapper-stay-flex-no-space {
display: -webkit-box;
display: -ms-flexbox;
display: flex ;
}
.auto-margin{
width: 80%;
margin: auto;
}
.width15-no-margin{
width:15%;
}
.width20, .width20-2 {
width: 20%;
margin: auto;
}
.width25 {
width: 25%;
margin: auto;
}
.width30, .width30-text, .width30-2{
width: 30%;
margin: auto;
}
.width35 {
width: 35%;
margin: auto;
}
.width40, .width40-text, .width40-2 {
width: 40%;
margin: auto;
}
.width40-text.no-margin-top {
margin: 0 auto;
}
.width45-no-margin-text, .width45-no-margin {
width: 45%;
}
.width50, .width50-text, .width50-2 {
width: 50%;
margin: auto;
}
.width50-stay-flex {
width: 45%;
}
.width40-no-margin, .width40-no-margin-text {
width:40%;
}
.width50-no-margin, .width50-no-margin-text {
width:50%;
}
.width60, .width60-no-margin-text {
width: 60%;
font-weight: normal;
}
.width60-margin, .width60-2{
width: 60%;
margin: auto;
}
.width75 {
width: 75%;
margin: auto;
}
.only-mobile, .only-mobile-flex, .only-mobile-home {
display:none
}
#wrap2{
width: 40%;
padding-top: 1em;
padding-right: 1em;
float: left;
}
.side-figure {
float: right;
}
.side-figure-odd {
float: left;
}
/*********** FIGURES*********/
#collab-figure1, #figure4, #figure5, #figure7, #ed-figure4 {
width: 45%;
}
#ed-figure1, #ed-figure2, #ed-figure4 {
width: 35%
}
#figure8 {
width: 15%;
}
#contr-figure3, #contr-figure4, #contr-figure5, #contr-figure6 {
width: 50%;
}
#ed-figure-wrapper1, #ed-text1, #ed-text2 {
width: 60%;
}
.vertical-figure-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
/************8 TabLe ***************/
table.model {
border-collapse: collapse;
width: 100%;
margin-top: 1em;
}
table.model tbody {
overflow-x: auto;
}
table.model td, table.model th {
text-align: left;
padding: 8px;
}
table.model th {
border-bottom: #212832 3px solid;
}
table.model tr:nth-child(even) {
background-color: #ffe6c4;
}
.table-model {
overflow-x: auto;
}
.table-model li {
text-align: left;
}
.break-words {
max-width: 550px;
min-width: 150px;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
}
/*********** POP-OUTS ********************/
.popout{
width: 100%;
margin: 0em auto;
position: relative;
-webkit-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
scroll-margin-top: 79px;
max-width: 1000px;
transition: transform 0.5s;
/*padding-top: 1em;*/
}
.popout:hover{
transform:scale(1.1,1.1);
}
.collapsible {
display: block;
font-size: 2em;
padding: 0.8em 1.5em;
position: relative;
color: #ffffff;
cursor: pointer;
border-bottom: 1px solid white;
}
.popout:first-child {
padding-top: 2em;
}
.collapsible::before {
position: absolute;
content: '';
bottom: 0;
left: 0;
height: 5px;/*悬浮之前橙色高度*/
width: 95%;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
/*background: #FE9901;*/
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.collapsible:hover::before{
height: 25px;/*悬浮之后橙色高度*/
/*left: 25px;*/
}
.collapsible {
outline : none !important;
text-align: center;
}
.collapsible-content {
max-height: 0;
position: relative;
overflow-y: hidden;
width:95%;
-webkit-transition: all 0s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.collapsible-content-wrapper {
margin: auto;
text-align: justify;
width: 80%;
padding: 1em 0;
}
.collapsible-content-wrapper h2 {
font-size: 1.5em;
}
.collapsible::after {
content:'';
position: absolute;
top: 0;
left: 0;
height: 100%;
background-color: #8BBED5;
border-radius: 30px;
width: 95%;
z-index: -1;
}
.closed {
max-height: 0;
-webkit-box-shadow: 0;
box-shadow: 0;
}
.newsletter {
font-size: 1.7em;
padding: 0.2em;
color: #fff;
}
/***** newsletter *****/
.newsletter-table{
margin: auto;
}
.newsletter-title span {
position: relative;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
font-size: 0.8em;
}
p.newsletter-title{
display:block;
padding: 0;
}
.newsletter-title span {
display:block;
float:right;
padding-right:1em;
text-align: right;
}
.collapsible:hover .newsletter-title span{
opacity: 1;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
/********** RESULTS READ MORES ***********/
.results-collapsible-content {
max-height: 0;
opacity:0;
-webkit-transition: 1s all;
-o-transition: 1s all;
transition: 1s all;
position: relative;
z-index: -1;
}
/*************** feature Boxes ***************/
.featured-flexbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 2em;
}
.featured-box {
width: 48%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.scroll-box {
overflow-x: hidden;
overflow-y: auto;
height: 300px;
border: 3px solid #FE9901;
border-radius: 5px;
margin-top: auto;
}
.featured-box .figure-container {
margin-top: auto;
}
.featured-box img {
width: 100%;
}
/*************** NEXT-BUTTONS ************/
.next-buttons{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
z-index: 10;
}
a.single-button, a.single-button:visited{
font-size: 1.375em;
font-weight: bold;
background-color: #ffffff;
color: #212832;
padding: 0.5em;
border: solid 3px #212832;
border-radius: 10px;
margin: 1em;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 10
}
a.single-button:hover, a.single-button:active{
background-color: #212832;
color: #ffffff;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
z-index: 10;
}
/********* To top arrow for mobile versions ***************/
#mobile-to-top-arrow {
/*display:none;*/
}
.to-top {
position: fixed;
bottom: 1em;
right:0.3em;
border-radius: 100%;
font-size:32px;
color:#FE9901;
opacity:0;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
cursor: default;
}
a.to-top.active1 {
cursor:pointer;
}
.active1 {
bottom:32px;
opacity:1;
}
#mobile-to-top-arrow.to-top:visited i{
color:#FE9901;
}
#mobile-to-top-arrow.active1:hover i {
cursor: pointer;
}
#mobile-to-top-arrow:active i{
color: #ffb444;
cursor: pointer;
}
#mobile-to-top-arrow.to-top:hover i{
color: #FE9901;
}
/********************************* Footer ***************************************/
.contact-info {
background-color: #212832;
/*position: fixed;*/
}
.contact-info-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
padding: 1.9em 1em;
}
.box {
width: 20%;
text-align: justify;
}
.box h3 {
font-size: 1.875em;
padding: 0.5em;
color: white;
}
.box h4 {
font-size: 1.3em;
padding: 5px 0;
color: white;
text-indent: 1em;
}
.box p{
color: white;
font-size: 1em;
padding: 0 1em;
}
.social-media-icons {
padding: 0 0.3em ;
font-size: 3em;
}
.social-media-icons a, .social-media-icons a:active, .social-media-icons a:visited, .box a, .box a:active, .box a:visited{
color: white;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.social-media-icons a:hover, .box a:hover{
color: #FE9901;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
/***** HOVER EFFECT SPONSORS***************/
.image-main-sponsor a{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.image-main-sponsor a:hover {
-webkit-filter: none;
filter: none;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.image-sub-sponsor a{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.image-sub-sponsor a:hover {
-webkit-filter: none;
filter: none;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
/***************** MODEL STYLES ************************/
.eq {
text-align: left;
}
.model-container {
display: block;
}
.canvas-container {
display: block;
}
.input-container form {
font-size: 1em !important;
}
.chart {
position: relative;
}
#chartPop, #chartI {
}
.parameters-model {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.center-button-model {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/*** added by Marijn ***/
input[type=number]{
width: 60px;
}
input[type=range]{
width: 80px;
}
.stateprob {
padding-right: 1em;
}
#stateprobI {
padding-right: 1.4em;
}
#param1 {
padding-right: 4em;
}
#param2 {
padding-right: 0.5em;
}
#param3 {
padding-right: 1.8em;
}
#param4 {
padding-right: 3.6em;
}
#param5 {
padding-right: 1.6em;
}
#param6 {
padding-right: 1em;
}
#param7 {
padding-right: 2.3em;
}
#param8 {
padding-right: 1.9em;
}
#param9 {
padding-right: 1.4em;
}
#param10 {
padding-right: 1em;
}
/********* TEAM STYLES **************************/
.team-picture-modal {
width: 30%;
margin: auto;
}
.supervisor-square {
width: 90%;
height: auto;
margin:auto;
border-radius: 50%;
overflow: hidden;
}
.supervisor-pic {
width:100% ;
}
.supervisor-pic img {
width: 100%;
}
.supervisor-box {
width: 20%
}
.supervisor-box p{
display: block;
position: relative;
margin-top: 1em;
margin-bottom: 2em;
text-align: center;
}
.supervisor-flexbox{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.team-square {
cursor: pointer;
}
.team-pic {
-webkit-filter: grayscale(0);
filter: grayscale(0);
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all;
}
.team-square:hover .team-pic{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all;
}
.team-pic img {
width: 100%;
}
.team-box {
width: 33%;
}
.team-box p{
display: block;
position: relative;
font-size: 1em;
margin-top: 1em;
margin-bottom: 2em;
text-align: center;
}
.team-flexbox{
/*display: flex;*/
/*flex-wrap: nowrap;*/
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/*********** MODAL STYLES *************/
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px ;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
color: #333333;
padding: 20px;
border: 1px solid #888;
border-radius: 6px;
width: 60%;
overflow: auto;
}
#roadmapimg .modal-content {
width:80%;
}
#rapidemicimg .modal-content, #safetyimg .modal-content{
width:70%;
}
.modal-content h3{
padding-bottom: 0;
text-align: center;
}
.sub{
font-weight: normal;
padding-bottom: 1em;
padding-top: 0;
}
.modal-content img{
padding-bottom: 1em;
}
.modal-content h4, .modal-content p{
padding-bottom: 0;
padding-top: 0;
margin: 0;
padding: 0 4em;
text-align: justify;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/* Animation*/
@-webkit-keyframes animatetop {
from { opacity:0}
to {opacity:1}
}
@keyframes animatetop {
from { opacity:0}
to { opacity:1}
}
/**********Experiments styles *********/
.experiments {
cursor: pointer;
}
/*********** HP STYLES ***************/
.content-wrap{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1em
}
.content-wrap h2 {
font-size: 1.3em;
}
.content-wrap p{
padding-top: 0.3em;
}
.integration-hp {
width: 45%;
}
.question-content{
display: block;
border-right: solid 3px #FE9901;
padding-right: 2em;
}
.text-hp {
width: 85%;
}
.profile-pic-hp{
width:13%;
}
.profile-pic-hp img {
width:100%;
border-radius: 50%;
}
.question-hp {
width: 53%;
}
.time-line-hp {
background-color: #e5e5e5;
}
.time-line-content {
padding: 1em;
}
/******* ENTRe Styles *****/
#roadmapimg .figure-container, #rapidemicimg .figure-container, #safetyimg .figure-container {
margin: 2em;
margin-bottom:5em;
padding-bottom: 2em;
}
.profile {
cursor: pointer;
}
/********* CONTRIBUTION STYLES *************/
.main-body ul {
list-style: disc;
}
/********* SPONSOR PAGE STYLES **************/
.first-row{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 2em 0;
}
.first-row-sponsors {
width: 60%;
margin: auto;
}
.first-row-sponsors img{
width: 100%;
}
.second-row{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 2em 0;
}
.second-row-container {
width: 30%;
}
.second-row-sponsors {
width: 100%;
}
.second-row-sponsors img{
width: 100%;
}
.third-row{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 2em 0;
}
.third-row-sponsors {
width: 30%;
}
.third-row-sponsors img{
width: 100%;
}
/*************** PUBLIC ENGAGMENT PAGE STYLES *************/
.video-wrapper {
width: 80%;
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.video, .video-description {
width: 50%;
padding: 1em 1em;
}
.video img {
width: 100%;
border-radius: 10px;
}
.video video {
width: 100%;
border-radius: 10px;
}
.video-description {
text-align: justify;
}
.video-description:nth-child(odd){
border-right: 3px solid #FE9901;
}
.video-description:nth-child(even){
border-left: 3px solid #FE9901;
}
/********** Medal Criteria styles **********/
#med-figure1, #med-figure2, #med-figure3 {
width: 25%;
}
/********* Engineering ************/
#eng-figure1{
width: 80%;
position: relative;
margin: auto
}
.gear-with-text {
width: 20%;
position: relative;
top: 30px
}
.gear {
position: absolute;
width: 23%;
}
.gear:hover {
-webkit-animation: spin 4s infinite linear;
animation: spin 4s infinite linear
}
#gear1{
top: 34%;
left: 1%;
}
#gear2{
top: 42%;
left: 24%;
}
#gear4{
top: 33%;
right: 25%;
}
#gear3{
top: 38%;
right: 1%;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
/************** Implementation *************/
.column-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.column-wrapper {
width: 48%;
}
.column-wrapper p {
padding-top: 1em;
}
.column-wrapper h3{
background-color: #0d5450;
border-radius: 50%;
border: solid 3px #0d5450;
color: #FFF;
padding: 0.3em 0.5em;
display:inline;
}
.numbers h3{
background-color: #0d5450;
border-radius: 50%;
border: solid 3px #0d5450;
color: #FFF;
padding: 0.3em 0.5em;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-size: 1.3em;
}
.numbers {
position: absolute;
}
#number1{
top:32%;
right:27%
}
#number2 {
top: 22%;
left:50%;
}
#number3{
top:28%;
left:25%
}
#number4{
top:50%;
left:30%
}
#number5{
top:62%;
left:38%
}
#number6{
top:75%;
left:46%
}
#number7{
bottom: 5%;
left:46%;
}
.numbers:hover h3{
font-size: 1.8em;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.empty-filler {
padding: 3em;
}
/*************INCLUSION PAGE ****************/
.img-comp-container {
position: relative;
height: 20vw;
}
.img-comp-img {
position: absolute;
overflow:hidden;
width: auto;
height: auto;
}
.img-comp-img img {
display:block;
width: 30vw ;
height: 15vw;
}
.img-comp-slider {
position: absolute;
z-index:9;
cursor: ew-resize;
width: 40px;
height: 40px;
background-color: #fe9901;
opacity: 0.7;
border-radius: 50%;
}
.img-comp-slider::before {
content:"";
display: block;
position: relative;
top:-6vw;
right: -19px;
height: 15vw;
background-color: #fe9901;
width: 2px;
z-index: -1;
}
.figure-wrapper-inclusion {
width: 50%;
}
.incl-slider-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.color-slider-legenda span {
display: block;
float: right;
padding-right: 3em;
text-align: right;
}
.inclusion-p {
font-size: 1em;
font-weight: bold;
}
/**********NEW STYLES AWARDS *************/
.figure-wrapper-center {
display: flex;
justify-content: center;
align-items: center;
}
.figure-wrapper-awards {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.figure-wrapper-column {
align-items: center;
}
.figure-wrapper-column {
display: flex;
flex-direction: column;
}
.absolute-figure-container{
position: absolute;
bottom: -10%;
right: -7%;
width: 20%;
}
a:visited.prize-hyperlink h3, a:hover.prize-hyperlink h3, .a:active.prize-hyperlink h3 {
color: #212832;
}
a:hover.prize-hyperlink {
opacity:70%;
}
.announcement {
position: absolute;
top: 54px;
right:2px;
width: 15%;
z-index: 1;
}
.announcement-block {
animation: announcement 19s infinite;
}
@keyframes announcement {
0% {
opacity: 0
}
10% {
opacity: 0
}
30% {
opacity: 1
}
95% {
opacity: 1
}
100% {
opacity: 0;
}
}
@media only screen and (max-width: 800px) {
.announcement {
top: 24px;
right:20px;
width: 19%;
}
}
/**********MEDIA QUERIES ************/
@media only screen and (min-width: 1440px){
.loader-wrapper h2 {
font-size: 6em;
top: -1em;
}
}
@media only screen and (max-width: 1024px){
.bacteria, .bacteria-transparent {
border-width: 50px;
}
.chapter-content{
padding-right: 0.05em;
font-size: 0.9em;
}
.loader-wrapper h2 {
font-size: 4em;
top: -1em;
}
.newsletter-title span {
display:none;
}
.only-mobile-flex {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
}
.only-mobile {
display: block;
}
.only-desktop {
display: none;
}
.dropdown-content {
top: 3.8em;
}
aside {
width: 200px;
}
.sections-container aside div div a {
font-size: 1em;
}
.main-body p, ol li, ul li {
font-size: 0.9em;
}
.featured-flexbox {
display: block
}
.featured-box, #ed-text1, #ed-text2 {
width: 100%;
}
.team-box {
width: 45%;
}
.supervisor-box {
width: 30%
}
.figure-wrapper {
display: block;
}
.width50-no-margin-text, .width50-text, .width40-text, .width40-no-margin-text, .width30-text, .width60-no-margin-text, .width45-no-margin-text, .width75 {
width:100%;
font-weight: normal;
}
#figure4, #figure5, #ed-figure4, .width40, .width40-no-margin, .width50, .width50-no-margin, .width30, .width20, .width35, .width60, .width60-margin, .width45-no-margin {
width: 80%;
margin: auto;
}
.width25 {
width: 40%;
}
.side-box-content{
margin-bottom: 1em;
}
.content-wrap{
display: block;
}
.question-hp{
width: 100%;
padding-bottom: 1em;
}
.integration-hp{
width: 100%;
border-top: solid 3px #FE9901;
}
.question-content {
border-right: none;
}
.question-content .width40-no-margin{
width:40%;
margin: 0
}
#gear1{
top: 33%;
left: 0%;
}
#gear2{
top: 40%;
left: 23%;
}
#gear4{
top: 30%;
right: 25%;
}
#gear3{
top: 36%;
right: 1%;
}
.video-wrapper {
display: block;
}
.video, .video-description{
width: 80%;
margin: auto;
}
.video-description:nth-child(even), .video-description:nth-child(odd) {
border-left: none;
border-right: none;
border-top: solid 3px #fe9901;
}
.virus{
margin-top: 1em;
}
#arrow3 img {
left: -5em;
}
#arrow4 img{
left: 6em;
}
.video-div {
padding: 0;
}
/**** Phones max width 800px********/
@media only screen and (max-width: 800px) {
.circle-box {
padding: 1em;
}
.bacteria {
background-color: #ffd8a1;
border: solid 8px #fe9901;
border-radius: 150px;
}
.bacteria:first-child {
margin-top: 1em;
}
.virus {
/*border-image-source*/
background-color: #b8eee7;
border: solid 8px #63cabc;
border-radius: 150px;
}
.virus-transparent{
border: solid 8px #63cabc;
border-radius: 150px;
background: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 3em;
}
.bacteria-transparent {
border: solid 8px #FE9901;
border-radius: 150px;
background: #fff;
padding: 3em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.arrow-down-scroll {
display:none;
}
.arrow-down-scroll2 {
top: 30px;
}
.only-mobile-home, .incl-slider-container{
display:block;
}
.only-desktop-home{
display: none;
}
/****Mobile nav *******/
.loader-wrapper h2 {
font-size: 3em;
top: -1em;
}
.width60-2, .width50-2, .width40-2, .width20-2, .width30-2 {
width: 80%
}
.virus-transparent.figure-container {
width:50%;
margin-top: 1em;
}
.bacteria-transparent.figure-container {
width:50%;
margin-top: 1em;
}
.gear-text-box:nth-child(even) .corner-gear {
position: absolute;
left: 98%;
bottom: 100%;
}
.gear-text-box:nth-child(odd) .corner-gear {
position: absolute;
right: 98%;
bottom: 100%;
}
.gear-text-box{
min-width: 300px;
}
.numbers h3 {
font-size: 1.2em
}
#arrow2 .figure-container img, #arrow4 .figure-container img{
-webkit-transform: rotate(160deg);
-ms-transform: rotate(160deg);
transform: rotate(160deg)
}
#arrow2 img, #arrow4 img{
left: 5em;
}
#arrow3 img{
left: 0
}
.main-page-home-section{
padding: 0;
}
.figure-wrapper-align-start {
display: block;
}
.circle-content {
padding:3em;
}
.numbers:hover h3 {
font-size: 1.2em
}
#number5{
top:62%;
left:33%
}
.arrow-down {
top:-6em;
left: 45%;
}
.gear-with-text {
width:50%;
}
/******* HOME SEGMENTS ****************/
.grey-segment {
background-color: #e5e5e5;
overflow-x: hidden;
}
.darkgrey-segment {
background-color: #666666;
color: #fff;
overflow-x: hidden;
}
.whiteread {
color: #fff;
border: #fff;
}
.whiteread:hover {
background-color: #fff;
}
.segment-container {
width: 80%;
margin: auto;
padding: 1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.segment-figure, .segment-text {
width: 35%;
margin: 1em;
}
.segment-figure img {
width: 100%;
border-radius: 10px;
}
.segment-text h1{
padding-bottom: 0.3em;
font-size: 1.5em;
}
.segment-text {
text-align: justify;
}
.from-left{
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
}
.from-right{
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
}
.from-left.appear, .from-right.appear{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 1;
}
#gear1{
top: 33%;
left: 1%;
}
#gear2{
top: 41%;
left: 24%;
}
#gear4{
top: 30%;
right: 25%;
}
#gear3{
top: 36%;
right: 1%;
}
/************************ HEADER ******************************/
header {
background: url(https://2020.igem.org/wiki/images/f/f1/T--Leiden--banner-min.png);
min-height: 140px;
max-height: 360px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
body {
font-size: 0.8em;
}
#nav-logo {
width: 3.2em;
}
#normal-nav{
display: none;
}
#mobile-nav {
display: block;
}
aside {
display: none;
}
.buttons a{
font-size: 1em;
}
.main-body, .buttons {
margin: auto;
}
.main-body h2 {
font-size: 1.8em;
}
a.single-button .button-content-wrapper {
font-size: 0.8em;
}
.contact-info-content {
display: block;
}
.box:first-child {
display: none;
}
.box h3, .empty-filler {
display: none;
}
.box {
padding-bottom: 1em;
width: 100%;
}
.introduction-content{
-ms-grid-column: 2;
-ms-grid-column-span: 5;
grid-column: 2/7;
}
.page-title-content h1 {
font-size: 3em;
}
.main-body h2 {
padding-top: 1em;
}
#mobile-to-top-arrow, .first-row, .second-row {
display:block;
}
.team-flexbox {
display: block;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.supervisor-box, .second-row-container {
width: 80%;
margin: auto;
}
.second-row-container{
padding-bottom: 1em;
}
.team-box, .column-wrapper {
width: 100%;
}
.collapsible {
font-size: 1.8em;
}
#contr-figure3, #contr-figure4, #contr-figure5, #contr-figure6, .first-row-sponsors, .figure-wrapper-inclusion{
width: 95%;
}
.img-comp-img img {
display:block;
width: 80vw ;
height: 40vw;
}
.img-comp-container {
height: 45vw;
}
.img-comp-slider::before {
content:"";
display: block;
position: relative;
top:-18.5vw;
right: -19px;
height: 45vw;
background-color: #fe9901;
width: 2px;
z-index: -1;
}
.inclusion-p {
font-size: 1em;
font-weight: bold;
}
.collapsible:hover::before {
height: 17px;
}
.gear:hover {
-webkit-animation: none;
animation: none;
}
a.readmore-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
@media only screen and (max-width: 500px) {
.loader-wrapper h2 {
font-size: 2em;
top: -1em;
}
.gear {
width: 23%;
}
#gear1 {
top:31%;
}
#gear2 {
top:38%;
left:22%;
}
#gear4{
left: 45%;
top:29%;
}
#gear3 {
top:33%;
}
}
}
}
| 0.257672 | 0.07843 |
body {
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 18px;
}
p {
line-height: 27px;
}
.nav-link,
.dropdown-item {
font-size: 14px;
font-weight: 300;
}
.card-title-text {
margin-top: 8px;
}
.main-div {
min-height: 100vh;
}
@media only screen and (min-width: 962px) {
.card-title-text {
min-height: 50px;
}
.card-img-top {
width: 100%;
height: 15vw;
object-fit: cover;
}
}
@media only screen and (min-width: 1400px) {
.card-title-text {
min-height: unset;
}
}
.header-logo {
max-width: 50px;
}
.cursive {
font-family: 'Dancing Script';
}
.overlayDark {
background: rgba(0, 0, 0, 0.3);
}
.font-weight-bold {
font-weight: 500;
}
.font-weight-bolder {
font-weight: 700;
}
.font-weight-lighter {
font-weight: 100;
}
.font-weight-light {
font-weight: 300;
}
.badge .rounded-pill {
font-size: 14px !important;
}
.bg-primary {
background-color: #e83e8c !important;
}
.text-primary {
color: #e83e8c !important;
}
.btn-primary {
background-color: #e83e8c !important;
border-color: #e83e8c !important;
}
.btn-primary:hover {
background-color: #a12860 !important;
border-color: #a12860 !important;
}
.text-subtitle {
color: #e83e8c !important;
letter-spacing: .2em;
font-weight: 700;
font-size: 1.1em;
text-transform: uppercase;
margin-bottom: 20px;
}
/************************************************************
GALLERY PAGE
************************************************************/
.gallery-image-container {
overflow: hidden;
}
.gallery-image {
width: 100%;
height: 300px;
object-fit: cover;
transition-duration: .3s;
}
.gallery-image:hover {
transform: scale(1.2);
transition-duration: .3s;
}
#gallery .row>*,
.gallery-row .row>* {
padding: 0px !important;
}
.gallery-image-container-header {
overflow: hidden;
}
.gallery-image-header {
width: 100%;
height: 400px;
object-fit: cover;
transition-duration: .3s;
}
#gallery .row>* {
padding: 0px;
}
/************************************************************
MAP
************************************************************/
.map-responsive {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 0;
}
.map-responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}
/************************************************************
HOME PAGE
************************************************************/
.heading-text {
font-size: 4em;
}
#header-text {
font-family: 'Dancing Script';
font-size: 28px !important;
margin-left: 15px;
}
#homeDiv {
background: url("/img/home.jpg");
background-repeat: none;
background-size: cover;
background-position: center;
}
|
public/css/main.css
|
body {
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 18px;
}
p {
line-height: 27px;
}
.nav-link,
.dropdown-item {
font-size: 14px;
font-weight: 300;
}
.card-title-text {
margin-top: 8px;
}
.main-div {
min-height: 100vh;
}
@media only screen and (min-width: 962px) {
.card-title-text {
min-height: 50px;
}
.card-img-top {
width: 100%;
height: 15vw;
object-fit: cover;
}
}
@media only screen and (min-width: 1400px) {
.card-title-text {
min-height: unset;
}
}
.header-logo {
max-width: 50px;
}
.cursive {
font-family: 'Dancing Script';
}
.overlayDark {
background: rgba(0, 0, 0, 0.3);
}
.font-weight-bold {
font-weight: 500;
}
.font-weight-bolder {
font-weight: 700;
}
.font-weight-lighter {
font-weight: 100;
}
.font-weight-light {
font-weight: 300;
}
.badge .rounded-pill {
font-size: 14px !important;
}
.bg-primary {
background-color: #e83e8c !important;
}
.text-primary {
color: #e83e8c !important;
}
.btn-primary {
background-color: #e83e8c !important;
border-color: #e83e8c !important;
}
.btn-primary:hover {
background-color: #a12860 !important;
border-color: #a12860 !important;
}
.text-subtitle {
color: #e83e8c !important;
letter-spacing: .2em;
font-weight: 700;
font-size: 1.1em;
text-transform: uppercase;
margin-bottom: 20px;
}
/************************************************************
GALLERY PAGE
************************************************************/
.gallery-image-container {
overflow: hidden;
}
.gallery-image {
width: 100%;
height: 300px;
object-fit: cover;
transition-duration: .3s;
}
.gallery-image:hover {
transform: scale(1.2);
transition-duration: .3s;
}
#gallery .row>*,
.gallery-row .row>* {
padding: 0px !important;
}
.gallery-image-container-header {
overflow: hidden;
}
.gallery-image-header {
width: 100%;
height: 400px;
object-fit: cover;
transition-duration: .3s;
}
#gallery .row>* {
padding: 0px;
}
/************************************************************
MAP
************************************************************/
.map-responsive {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 0;
}
.map-responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}
/************************************************************
HOME PAGE
************************************************************/
.heading-text {
font-size: 4em;
}
#header-text {
font-family: 'Dancing Script';
font-size: 28px !important;
margin-left: 15px;
}
#homeDiv {
background: url("/img/home.jpg");
background-repeat: none;
background-size: cover;
background-position: center;
}
| 0.476823 | 0.099689 |
.main-window {
padding: 0em 0em;
spacing: 0;
}
.main-window .popup-menu-ornament {
width: 0em;
}
.main-window .display-box {
height: 20em;
width: 25.45455em;
}
.main-window .search-box-label {
margin: 1.81818em, 0.90909em;
font-size: 0.909em;
}
.main-window .menuBarLeft {
margin: 0;
padding: 0;
}
.main-window .menu-button {
width: 1.36em;
height: 1.36em;
border-bottom: 0.273em solid transparent;
padding: 0.2em 0.7em 0.2em 0.7em;
background: transparent;
color: #0d0d0d;
transition-duration: 1200ms;
}
.main-window .menu-button:hover {
color: #5c5c5c;
border-top-color: #3daefd;
border-bottom-color: transparent;
}
.main-window .menu-button:active {
color: #5c5c5c;
border-top-color: #3daefd;
border-bottom-color: transparent;
}
.main-window .menuBar {
margin: 0;
padding: 0.5em 0.2em 0.2em 0.2em;
}
.main-window .mycroft-status-text {
width: 18.364em;
padding: 0;
margin: 0em;
text-align: center;
position: fixed;
font-size: 0.909em;
}
.main-window .mycroft-status-text {
color: #000000;
}
.main-window .disabled {
color: #FF8700;
}
.main-window .active {
color: #0AE00A;
}
.main-window .failed,
.main-window .install {
color: #FF1D1D;
}
.main-window .starting {
color: #9f49f9;
}
.main-window .stopping {
color: #f9499f;
}
.main-window .listening {
color: #23D123;
}
.main-window .chat-box {
height: 13.63636em;
}
.main-window .search-box-label {
margin: 1.81818em, 0.90909em;
font-size: 0.909em;
}
.main-window .hint-header {
margin: 0.75em, 1em;
font-weight: bold;
font-size: 0.909em;
}
.main-window .hint-text {
margin: 0.25em, 0em, 0.25em 0em;
font-size: 0.909em;
}
.main-window .hint-text-bold {
margin: 0.25em 0em 0.25em 1.5em;
color: #969696;
}
.main-window .hint-box {
margin: 2em 2em;
max-width: 25.45455em;
}
.main-window .conversation-box {
height: 6em;
max-width: 24em;
padding: 1em;
word-wrap: break-word;
}
.main-window .verticalfade {
-st-vfade-offset: 2.72727em;
}
.main-window .conversation-label {
color: white;
border-radius: 0.18182em;
border-color: rgba(225, 255, 255, 0.1);
background-color: rgba(30, 30, 30, 0.3);
border-width: 0.09091em;
padding: 0.18182em 0.36364em;
margin: 0.36364em 0em;
}
.main-window .sent-label {
border-radius: 0.18182em 0.72727em;
margin-left: 4em;
}
.main-window .reciever-label {
border-radius: 0.72727em 0.18182em;
margin-right: 4em;
}
.main-window .clear-button {
border-radius: 0.72727em;
font-size: 0.72727em;
background-color: rgba(175, 175, 175, 0.1);
}
.main-window .message-box {
padding: 0.54545em 0.36364em;
}
.main-window .utterance-entry {
width: 25.45455em;
padding: 0.18182em 0.36364em;
border-radius: 0.18182em;
border-color: #747467;
}
.main-window .utterance-entry:focus {
border-width: 0.09091em;
border-color: #215d9c;
}
.main-window .utterance-entry .utterance-entry-icon,
.main-window .utterance-mic-icon {
icon-size: 1.2em;
padding: 0 0;
color: rgba(128, 128, 128, 0.9);
}
.main-window .utterance-entry:hover .utterance-entry-icon,
.main-window .utterance-entry:focus .utterance-entry-icon {
color: #eeeeec;
}
.main-window .utterance-mic-icon:hover,
.main-window .utterance-mic-icon:focus {
color: #eeeeec;
}
.main-window .suggestions-box {
margin: 0.18182em 0em;
}
.main-window .suggestions-label {
color: white;
border-color: #ffffff;
border-radius: 0.18182em;
padding: 0.18182em 0.36364em;
margin: 0.18182em 0.18182em;
background-color: rgba(30, 30, 30, 0.7);
max-width: 7em;
word-wrap: ellipsis;
}
.main-window .suggestions-label:focus,
.main-window .suggestions-label:hover,
.main-window .suggestion-label:active {
background-color: rgba(30, 30, 30, 0.8);
word-wrap: none;
}
.main-window .suggestions-focus-label-active {
border-color: #ffffff;
border-radius: 0.18182em;
background-color: rgba(30, 30, 30, 0.7);
padding: 0.18182em 0.36364em;
max-width: 24em;
color: white;
}
.main-window .suggestions-focus-label {
padding: 0.18182em 0.36364em !important;
border-color: #ffffff;
border-radius: 0.18182em;
}
/*# sourceMappingURL=stylesheet.css.map */
|
[email protected]/stylesheet.css
|
.main-window {
padding: 0em 0em;
spacing: 0;
}
.main-window .popup-menu-ornament {
width: 0em;
}
.main-window .display-box {
height: 20em;
width: 25.45455em;
}
.main-window .search-box-label {
margin: 1.81818em, 0.90909em;
font-size: 0.909em;
}
.main-window .menuBarLeft {
margin: 0;
padding: 0;
}
.main-window .menu-button {
width: 1.36em;
height: 1.36em;
border-bottom: 0.273em solid transparent;
padding: 0.2em 0.7em 0.2em 0.7em;
background: transparent;
color: #0d0d0d;
transition-duration: 1200ms;
}
.main-window .menu-button:hover {
color: #5c5c5c;
border-top-color: #3daefd;
border-bottom-color: transparent;
}
.main-window .menu-button:active {
color: #5c5c5c;
border-top-color: #3daefd;
border-bottom-color: transparent;
}
.main-window .menuBar {
margin: 0;
padding: 0.5em 0.2em 0.2em 0.2em;
}
.main-window .mycroft-status-text {
width: 18.364em;
padding: 0;
margin: 0em;
text-align: center;
position: fixed;
font-size: 0.909em;
}
.main-window .mycroft-status-text {
color: #000000;
}
.main-window .disabled {
color: #FF8700;
}
.main-window .active {
color: #0AE00A;
}
.main-window .failed,
.main-window .install {
color: #FF1D1D;
}
.main-window .starting {
color: #9f49f9;
}
.main-window .stopping {
color: #f9499f;
}
.main-window .listening {
color: #23D123;
}
.main-window .chat-box {
height: 13.63636em;
}
.main-window .search-box-label {
margin: 1.81818em, 0.90909em;
font-size: 0.909em;
}
.main-window .hint-header {
margin: 0.75em, 1em;
font-weight: bold;
font-size: 0.909em;
}
.main-window .hint-text {
margin: 0.25em, 0em, 0.25em 0em;
font-size: 0.909em;
}
.main-window .hint-text-bold {
margin: 0.25em 0em 0.25em 1.5em;
color: #969696;
}
.main-window .hint-box {
margin: 2em 2em;
max-width: 25.45455em;
}
.main-window .conversation-box {
height: 6em;
max-width: 24em;
padding: 1em;
word-wrap: break-word;
}
.main-window .verticalfade {
-st-vfade-offset: 2.72727em;
}
.main-window .conversation-label {
color: white;
border-radius: 0.18182em;
border-color: rgba(225, 255, 255, 0.1);
background-color: rgba(30, 30, 30, 0.3);
border-width: 0.09091em;
padding: 0.18182em 0.36364em;
margin: 0.36364em 0em;
}
.main-window .sent-label {
border-radius: 0.18182em 0.72727em;
margin-left: 4em;
}
.main-window .reciever-label {
border-radius: 0.72727em 0.18182em;
margin-right: 4em;
}
.main-window .clear-button {
border-radius: 0.72727em;
font-size: 0.72727em;
background-color: rgba(175, 175, 175, 0.1);
}
.main-window .message-box {
padding: 0.54545em 0.36364em;
}
.main-window .utterance-entry {
width: 25.45455em;
padding: 0.18182em 0.36364em;
border-radius: 0.18182em;
border-color: #747467;
}
.main-window .utterance-entry:focus {
border-width: 0.09091em;
border-color: #215d9c;
}
.main-window .utterance-entry .utterance-entry-icon,
.main-window .utterance-mic-icon {
icon-size: 1.2em;
padding: 0 0;
color: rgba(128, 128, 128, 0.9);
}
.main-window .utterance-entry:hover .utterance-entry-icon,
.main-window .utterance-entry:focus .utterance-entry-icon {
color: #eeeeec;
}
.main-window .utterance-mic-icon:hover,
.main-window .utterance-mic-icon:focus {
color: #eeeeec;
}
.main-window .suggestions-box {
margin: 0.18182em 0em;
}
.main-window .suggestions-label {
color: white;
border-color: #ffffff;
border-radius: 0.18182em;
padding: 0.18182em 0.36364em;
margin: 0.18182em 0.18182em;
background-color: rgba(30, 30, 30, 0.7);
max-width: 7em;
word-wrap: ellipsis;
}
.main-window .suggestions-label:focus,
.main-window .suggestions-label:hover,
.main-window .suggestion-label:active {
background-color: rgba(30, 30, 30, 0.8);
word-wrap: none;
}
.main-window .suggestions-focus-label-active {
border-color: #ffffff;
border-radius: 0.18182em;
background-color: rgba(30, 30, 30, 0.7);
padding: 0.18182em 0.36364em;
max-width: 24em;
color: white;
}
.main-window .suggestions-focus-label {
padding: 0.18182em 0.36364em !important;
border-color: #ffffff;
border-radius: 0.18182em;
}
/*# sourceMappingURL=stylesheet.css.map */
| 0.38943 | 0.058777 |
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
/* styles for validation helpers */
.field-validation-error {
color: #b94a48;
}
.field-validation-valid {
display: none;
}
input.input-validation-error {
border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
border: 0 none;
}
.validation-summary-errors {
color: #b94a48;
}
.validation-summary-valid {
display: none;
}
/*
Twitter Typeahead styling
Attribution to: https://github.com/bassjobsen/typeahead.js-bootstrap-css
*/
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
span.twitter-typeahead {
width: 100%;
}
.input-group span.twitter-typeahead {
display: block !important;
height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
top: 46px !important;
}
|
ExampleWebApp/Content/Site.css
|
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
/* styles for validation helpers */
.field-validation-error {
color: #b94a48;
}
.field-validation-valid {
display: none;
}
input.input-validation-error {
border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
border: 0 none;
}
.validation-summary-errors {
color: #b94a48;
}
.validation-summary-valid {
display: none;
}
/*
Twitter Typeahead styling
Attribution to: https://github.com/bassjobsen/typeahead.js-bootstrap-css
*/
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
span.twitter-typeahead {
width: 100%;
}
.input-group span.twitter-typeahead {
display: block !important;
height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
top: 46px !important;
}
| 0.435661 | 0.088544 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.