code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
body {
font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
nav {
width: 100vw;
height: 3.9vw;
position: fixed;
top: 0%;
left: 0;
z-index: 4;
}
.navbar {
color: #ffffff;
width: 100vw;
display: flex;
list-style: none;
position: absolute;
top: -110%;
right: 0;
margin: 0;
z-index: 1;
padding-top: 0.51%;
padding-bottom: 0.2vw;
padding-right: 5.677vw;
justify-content: flex-end;
background-color: rgba(78, 86, 67, 0.8);
transition: top 0.5s;
/* visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.5s linear;
top: 0%; */
}
.navbar li {
font-weight: 900;
font-size: 1.2vw;
width: 7.448vw;
text-align: center;
padding-top: 1.094vw;
position: relative;
}
.nav-logo {
margin-left: -67.708vw;
width: 100%;
}
nav:hover>.navbar {
top: 0%;
transition: top 1s;
/* visibility: visible;
opacity: 1;
transition: visibility 0s, opacity 0.5s linear; */
}
.nav-detail {
display: none;
background-color: transparent;
border-radius: 10px;
border: rgba(59, 117, 86, 0.6) solid 2px;
position: absolute;
top: 0.4vw;
left: 0.26vw;
width: calc(100% - 0.6vw);
padding-top: 1.094vw;
font-weight: 900;
flex-direction: column;
align-items: center;
}
.nav-detail::before {
content: '';
z-index: -1;
border-radius: 10px;
width: calc(100% + 0.6vw);
height: calc(100% + 0.6vw);
position: absolute;
top: -0.3vw;
left: -0.3vw;
background-color: rgba(229, 255, 215, 0.75);
}
.nav-detail-title {
margin-top: -0.5vw;
padding-bottom: 3.23vw;
color: #72A081;
}
.nav-detail a {
text-decoration: none;
display: flex;
flex-direction: column;
font-size: 1.0417vw;
font-size: bold;
margin-bottom: 1.719vw;
padding-bottom: 0.2083vw;
color: #518568;
transition: background-position-x 0.5s linear;
}
.nav-detail a:hover {
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEi%0D%0AIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhs%0D%0AaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0%0D%0AaD0iMzkwcHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDM5MCA1MCIgZW5hYmxlLWJhY2tn%0D%0Acm91bmQ9Im5ldyAwIDAgMzkwIDUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0i%0D%0Abm9uZSIgc3Ryb2tlPSIjZDk0ZjVjIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGlt%0D%0AaXQ9IjEwIiBkPSJNMCw0Ny41ODVjMCwwLDk3LjUsMCwxMzAsMAoJYzEzLjc1LDAsMjguNzQtMzgu%0D%0ANzc4LDQ2LjE2OC0xOS40MTZDMTkyLjY2OSw0Ni41LDI0My42MDMsNDcuNTg1LDI2MCw0Ny41ODVj%0D%0AMzEuODIxLDAsMTMwLDAsMTMwLDAiLz4KPC9zdmc+Cg==");
background-size: cover;
animation: line 1s;
background-position-x: 20vw;
color: #d94f5c;
}
@keyframes line {
0% {
background-position-x: 5vw;
}
100% {
background-position-x: 20vw;
}
}
.active {
display: flex;
} | public/css/navbar.css | body {
font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
nav {
width: 100vw;
height: 3.9vw;
position: fixed;
top: 0%;
left: 0;
z-index: 4;
}
.navbar {
color: #ffffff;
width: 100vw;
display: flex;
list-style: none;
position: absolute;
top: -110%;
right: 0;
margin: 0;
z-index: 1;
padding-top: 0.51%;
padding-bottom: 0.2vw;
padding-right: 5.677vw;
justify-content: flex-end;
background-color: rgba(78, 86, 67, 0.8);
transition: top 0.5s;
/* visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.5s linear;
top: 0%; */
}
.navbar li {
font-weight: 900;
font-size: 1.2vw;
width: 7.448vw;
text-align: center;
padding-top: 1.094vw;
position: relative;
}
.nav-logo {
margin-left: -67.708vw;
width: 100%;
}
nav:hover>.navbar {
top: 0%;
transition: top 1s;
/* visibility: visible;
opacity: 1;
transition: visibility 0s, opacity 0.5s linear; */
}
.nav-detail {
display: none;
background-color: transparent;
border-radius: 10px;
border: rgba(59, 117, 86, 0.6) solid 2px;
position: absolute;
top: 0.4vw;
left: 0.26vw;
width: calc(100% - 0.6vw);
padding-top: 1.094vw;
font-weight: 900;
flex-direction: column;
align-items: center;
}
.nav-detail::before {
content: '';
z-index: -1;
border-radius: 10px;
width: calc(100% + 0.6vw);
height: calc(100% + 0.6vw);
position: absolute;
top: -0.3vw;
left: -0.3vw;
background-color: rgba(229, 255, 215, 0.75);
}
.nav-detail-title {
margin-top: -0.5vw;
padding-bottom: 3.23vw;
color: #72A081;
}
.nav-detail a {
text-decoration: none;
display: flex;
flex-direction: column;
font-size: 1.0417vw;
font-size: bold;
margin-bottom: 1.719vw;
padding-bottom: 0.2083vw;
color: #518568;
transition: background-position-x 0.5s linear;
}
.nav-detail a:hover {
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEi%0D%0AIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhs%0D%0AaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0%0D%0AaD0iMzkwcHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDM5MCA1MCIgZW5hYmxlLWJhY2tn%0D%0Acm91bmQ9Im5ldyAwIDAgMzkwIDUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0i%0D%0Abm9uZSIgc3Ryb2tlPSIjZDk0ZjVjIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGlt%0D%0AaXQ9IjEwIiBkPSJNMCw0Ny41ODVjMCwwLDk3LjUsMCwxMzAsMAoJYzEzLjc1LDAsMjguNzQtMzgu%0D%0ANzc4LDQ2LjE2OC0xOS40MTZDMTkyLjY2OSw0Ni41LDI0My42MDMsNDcuNTg1LDI2MCw0Ny41ODVj%0D%0AMzEuODIxLDAsMTMwLDAsMTMwLDAiLz4KPC9zdmc+Cg==");
background-size: cover;
animation: line 1s;
background-position-x: 20vw;
color: #d94f5c;
}
@keyframes line {
0% {
background-position-x: 5vw;
}
100% {
background-position-x: 20vw;
}
}
.active {
display: flex;
} | 0.448064 | 0.089773 |
body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li {
margin:0; padding:0;
}
li {list-style:none;}
a {color:#069; text-decoration:none;}
a:hover {text-decoration:underline;}
body {
line-height: 1.5;
font-size:14px;
font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "wenquanyi micro hei", sans-serif;
color: #666;
background-color: #FFF;
}
/* layout */
.container {
overflow: hidden;
zoom: 1;
background-color: #FFF;
}
/* head */
.container .head-bg {
position: relative;
z-index: 2;
padding: 1em 2em 1.7142857142857143em; /* 1.7142857142857143em = (14 + 10)/10*/
color: #FFF;
background: url(./bg.jpg) repeat-x #000;
}
.container .head {
position: relative;
margin: 0 auto;
padding: 0 4em 0 1em;
max-width: 600px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container .head h1 {
font-size: 1.5em;
text-shadow: 0px 0px 28px #FFF;
}
.container .head a {
color: #FFF;
}
.container .head-meta {
font-size: 0.8571428571428571em; /* 12px */
}
.container .head-more {
position: absolute;
bottom: 0;
right: 0;
margin-top: -1em;
width: 4em;
height: 2em;
line-height: 2em;
text-align: center;
color: #069;
font-size: 0.8571428571428571em; /* 12px */
cursor: pointer;
background-color: #FFF;
border-radius: 3px;
}
.container .head-more:before {
content: 'MORE';
}
.container .head-more:hover {
color: #069 !important;
background-color: #EEE !important;
}
.container .head-more:active {
color: #983;
background-color: #EEE;
box-shadow: 0px 3px 15px #666 inset;
}
/* info */
.container .head-info {
margin: 0 auto;
padding: 0 1em;
max-width: 600px;
height: 0;
overflow: hidden;
font-size: 0.8571428571428571em; /* 12px */
border-left: 2px solid #FFF;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container .head-info a {
color: #FFF;
text-decoration: underline;
}
.container .head-info a:hover {
text-decoration: none;
}
.container .head-info p {
margin-top: 0.5em;
}
.container .head-info p:last-child {
margin-bottom: 1em;
}
.container .head-info p img {
margin: 0 0 1em 1em;
border: 2px solid #FFF;
}
.container .head-info .head-info-ft {
margin-top: 3em;
}
/* head-ft */
.container .head-ft {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10px;
background: url(./bg2.png) repeat-x bottom left;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
/* trigger */
.container .head-info-trigger {
position: absolute;
top: 0;
left: -9999px;
}
.container .head-info-trigger:checked ~ .head-info {
margin: 1em auto;
height: auto;
}
.container .head-info-trigger:checked ~ .head-ft {
background: url(./bg2.png) repeat-x 50px bottom;
}
.container .head-info-trigger:checked ~ .head .head-more {
color: #666;
background-color: #EEE;
box-shadow: 0px 3px 15px #666 inset;
}
/* for screen width >= 600px */
@media screen and (min-width: 600px) {
.container .head-info {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.container .head-info-trigger:checked ~ .head-info {
height: 303px;
}
}
/* main */
.container .main {
margin: 0 auto;
padding: 4em 0;
max-width: 600px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container .main .markdown h1 {
text-align: center;
}
/* list */
.list {
}
.list h2 {
margin: 10px 20px 0 20px;
}
.list ul {
margin: 0 10px;
padding: 20px;
border-left: 3px solid #CCC;
}
.list ul li {
position: relative;
}
.list ul li:before {
content: '';
position: absolute;
top: 6px;
left: -27px;
width: 8px;
height: 8px;
font-size: 0;
background-color: white;
border-radius: 20px;
border: 2px solid #CCC;
}
.list ul li a {
font-size: 1.1428571428571428em; /* 16px */
color: #666;
}
.list ul li time {
display: block;
font-size: 0.8571428571428571em; /* 12px */
color: #CCC;
} | prototype/public/stylesheet/style.css | body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li {
margin:0; padding:0;
}
li {list-style:none;}
a {color:#069; text-decoration:none;}
a:hover {text-decoration:underline;}
body {
line-height: 1.5;
font-size:14px;
font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "wenquanyi micro hei", sans-serif;
color: #666;
background-color: #FFF;
}
/* layout */
.container {
overflow: hidden;
zoom: 1;
background-color: #FFF;
}
/* head */
.container .head-bg {
position: relative;
z-index: 2;
padding: 1em 2em 1.7142857142857143em; /* 1.7142857142857143em = (14 + 10)/10*/
color: #FFF;
background: url(./bg.jpg) repeat-x #000;
}
.container .head {
position: relative;
margin: 0 auto;
padding: 0 4em 0 1em;
max-width: 600px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container .head h1 {
font-size: 1.5em;
text-shadow: 0px 0px 28px #FFF;
}
.container .head a {
color: #FFF;
}
.container .head-meta {
font-size: 0.8571428571428571em; /* 12px */
}
.container .head-more {
position: absolute;
bottom: 0;
right: 0;
margin-top: -1em;
width: 4em;
height: 2em;
line-height: 2em;
text-align: center;
color: #069;
font-size: 0.8571428571428571em; /* 12px */
cursor: pointer;
background-color: #FFF;
border-radius: 3px;
}
.container .head-more:before {
content: 'MORE';
}
.container .head-more:hover {
color: #069 !important;
background-color: #EEE !important;
}
.container .head-more:active {
color: #983;
background-color: #EEE;
box-shadow: 0px 3px 15px #666 inset;
}
/* info */
.container .head-info {
margin: 0 auto;
padding: 0 1em;
max-width: 600px;
height: 0;
overflow: hidden;
font-size: 0.8571428571428571em; /* 12px */
border-left: 2px solid #FFF;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container .head-info a {
color: #FFF;
text-decoration: underline;
}
.container .head-info a:hover {
text-decoration: none;
}
.container .head-info p {
margin-top: 0.5em;
}
.container .head-info p:last-child {
margin-bottom: 1em;
}
.container .head-info p img {
margin: 0 0 1em 1em;
border: 2px solid #FFF;
}
.container .head-info .head-info-ft {
margin-top: 3em;
}
/* head-ft */
.container .head-ft {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10px;
background: url(./bg2.png) repeat-x bottom left;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
/* trigger */
.container .head-info-trigger {
position: absolute;
top: 0;
left: -9999px;
}
.container .head-info-trigger:checked ~ .head-info {
margin: 1em auto;
height: auto;
}
.container .head-info-trigger:checked ~ .head-ft {
background: url(./bg2.png) repeat-x 50px bottom;
}
.container .head-info-trigger:checked ~ .head .head-more {
color: #666;
background-color: #EEE;
box-shadow: 0px 3px 15px #666 inset;
}
/* for screen width >= 600px */
@media screen and (min-width: 600px) {
.container .head-info {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.container .head-info-trigger:checked ~ .head-info {
height: 303px;
}
}
/* main */
.container .main {
margin: 0 auto;
padding: 4em 0;
max-width: 600px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container .main .markdown h1 {
text-align: center;
}
/* list */
.list {
}
.list h2 {
margin: 10px 20px 0 20px;
}
.list ul {
margin: 0 10px;
padding: 20px;
border-left: 3px solid #CCC;
}
.list ul li {
position: relative;
}
.list ul li:before {
content: '';
position: absolute;
top: 6px;
left: -27px;
width: 8px;
height: 8px;
font-size: 0;
background-color: white;
border-radius: 20px;
border: 2px solid #CCC;
}
.list ul li a {
font-size: 1.1428571428571428em; /* 16px */
color: #666;
}
.list ul li time {
display: block;
font-size: 0.8571428571428571em; /* 12px */
color: #CCC;
} | 0.140248 | 0.056418 |
*{
margin: 0;
padding: 0;
}
:root {
--accent-color: #8f1fff;
--bottom-bg-color: #20343f;
}
body{
font-family: 'Roboto', sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #fff;
}
.Credits {
color:black;
display:flex;
background-color:white;
}
#loading {
position: absolute;
height: 100vh;
left: 0;
right: 0;
top: 0;
margin: auto;
background: rgba(0, 0, 0, 0.8);
z-index: 10;
font-family: 'Changa One', cursive;
font-size: 2em;
overflow-x: hidden;
color: #ffffff;
text-align: center;
}
.loading-text{
margin-top: 50vh;
letter-spacing: 2px;
-webkit-animation: rubberBand 1.3s infinite;
animation: rubberBand 1.3s infinite;
}
.by{
margin-top: 10vh;
font-size: 0.9em;
}
.icon{
border-radius: 50%;
padding: 5px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.icon:active{
background: rgba(255, 255, 255, 0.2);
}
.left-pannel{
width: 4rem;
border-bottom-left-radius: 30px;
position: absolute;
left: 0;
right: 0;
color: #fff;
}
.left-pannel__top{
height: 45vh;
border-bottom-left-radius: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.left-pannel__menu{
position: relative;
font-size: 1.8em;
margin-top: 0.6rem;
z-index: 1;
}
.left-pannel__play_list{
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
-webkit-text-orientation: mixed;
text-orientation: mixed;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
padding-left: 1rem;
padding-right: 1rem;
padding-bottom: 3rem;
color: #fff;
}
.left-pannel__bottom{
height: calc(55vh - 12vh);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #000;
}
.left-pannel__favorite, .left-pannel__anime{
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
-webkit-text-orientation: mixed;
text-orientation: mixed;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
padding-top: 1.5rem;
padding-bottom: 1rem;
position: relative;
z-index: 1;
}
.left-pannel__favorite{
color: var(--accent-color);
}
/*-------Nav------*/
.nav-container{
position: absolute;
background: rgba(0, 0, 0, 0.5);
height: 100vh;
left: 0;
right: 0;
z-index: 2;
display: none;
}
.nav{
position: relative;
background: #fff;
height: 100vh;
width: 0;
}
.nav p{
display: none;
}
.by{
padding-left: 1rem;
padding-bottom: 1rem;
}
.nav-top{
background: var(--accent-color);
height: 35vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
color: #ffffff;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.nav-bottom{
padding-left: 1rem;
text-align: center;
}
.themes{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: none;
}
.select-theme{
padding-top: 1rem;
}
.theme{
background: var(--accent-color);
height: 12vw;
width: 12vw;
max-height: 4rem;
max-width: 4rem;
margin: 1rem;
margin-left: 0;
margin-bottom: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.theme1{
background: #ff4b66;
-webkit-transition: 0.65s all;
-o-transition: 0.65s all;
transition: 0.65s all;
}
.theme2{
background: #62ff6e;
-webkit-transition: 0.45s all;
-o-transition: 0.45s all;
transition: 0.45s all;
}
.theme3{
background: #ffb762;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
transition: 0.5s all;
}
.theme4{
background: #3444ff;
-webkit-transition: 0.55s all;
-o-transition: 0.55s all;
transition: 0.55s all;
}
.theme5{
background: #16e0aa;
-webkit-transition: 0.6s all;
-o-transition: 0.6s all;
transition: 0.6s all;
}
.theme6{
background: #8f1fff;
-webkit-transition: 0.7s all;
-o-transition: 0.7s all;
transition: 0.7s all;
}
.theme7{
background: #70de00;
-webkit-transition: 0.75s all;
-o-transition: 0.75s all;
transition: 0.75s all;
}
.theme8{
background: #000000;
-webkit-transition: 0.75s all;
-o-transition: 0.75s all;
transition: 0.75s all;
}
.theme9{
background: #000000;
-webkit-transition: 0.75s all;
-o-transition: 0.75s all;
transition: 0.75s all;
}
.top{
background: var(--accent-color);
height: 45vh;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.cards-holder{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow-y: auto;
overflow-x: visible;
position: relative;
padding-top: 3rem;
padding-bottom: 2rem;
}
.card{
margin: auto;
background: black;
width: 35vh;
height: 45vh;
border-radius: 30px;
background-size: cover;
background-position: center;
display: inline-block;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
margin-left: 1.5rem;
-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
color: #fff;
overflow: hidden;
position: relative;
}
.card:first-child{
margin-left: 4rem;
}
.card:last-child{
margin-right: 2rem;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0;
}
.card__song-info__singer, .card__song-info__name{
font-size: 0.8em;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space: nowrap;
}
.card__song-info__name{
font-size: 1em;
}
.card__song-info{
position: absolute;
background: rgba(0, 0, 0, 0.7);
width: 100%;
bottom: 0;
text-align: center;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
.card__song-artist-title{
padding-left: 0.5rem;
padding-right: 0.5rem;
}
/*-----song list-----*/
.list-view{
overflow-x: hidden;
height: 55vh;
}
.song-list{
padding-top: 1rem;
padding-left: 4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 0.9em;
}
.song-list:first-child{
padding-top: 4rem;
}
.song-list:last-child{
padding-bottom: calc(12vh + 1rem);
}
.song-list__info{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#songListPlayedTime{
color: grey;
padding-top: 0.3rem;
font-size: 0.8em;
}
.song-list img{
height: 3rem;
width: 3rem;
border-radius: 1rem;
margin-right: 1rem;
}
#songListDuration{
padding-right: 2rem;
color: grey;
font-size: 0.8em;
}
/*-----------*/
/*Botttommm*/
.bottom-pannel{
background: var(--bottom-bg-color);
height: 12vh;
border-top-left-radius: 3rem;
border-top-right-radius: 3rem;
position: absolute;
bottom: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
color: #fff;
font-size: 0.9em;
/* animation: go-up 2s;*/
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.bottom-drawer{
background: rgba(0, 0, 0, 0.6);
height: 100vh;
position: absolute;
bottom: 0;
width: 100%;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
z-index: 2;
color: #fff;
display: none;
}
#drawerPlay{
opacity: 0.7;
}
.drawer-holder{
height: 12vh;
position: absolute;
bottom: 0;
width: 100%;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.drawer{
position: relative;
background: var(--bottom-bg-color);
height: 100%;
border-top-left-radius: 3rem;
border-top-right-radius: 3rem;
position: absolute;
bottom: 0;
width: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.darwer__column1{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
margin-top: 1rem;
}
.darwer__column1 img{
width: 35%;
height: 35%;
border-radius: 50%;
}
.song-album-art-holder{
width: 30vh;
height: 30vh;
border-radius: 50%;
position: relative;
}
#songAlbumArt{
position: absolute;
background-image: url(images/Sing_Me_To_Sleep.jpg);
background-size: cover;
width: 100%;
height: 100%;
border-radius: 50%;
/* animation: round 8s linear infinite;*/
}
/*
@keyframes round{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}
*/
.drawer-song-play-btn{
position: absolute;
background: rgba(0, 0, 0, 0.4);
height: 100%;
width: 100%;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#prev{
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#next{
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.bottom-drawer .bottom__up-arrow{
margin-top: 0.5rem;
position: absolute;
z-index: 2;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.darwer__column2{
text-align: center;
font-size: 0.9em;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.darwer__column3{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 1rem;
padding-right: 1rem;
font-size: 0.9em;
}
#drawerSingerName{
color: #b5b5b5;
}
#dawerProgress{
position: relative;
cursor: pointer;
height: 3px;
width: 85vw;
margin-left: 1rem;
margin-right: 1rem;
background: grey;
}
#drawerBufferedBar{
position: absolute;
height: 3px;
background: #a7a7a7;
border-radius: 5px;
z-index: 1;
}
#drawerBar{
position: relative;
height: 3px;
background: #fff;
border-radius: 5px;
z-index: 1;
width: 0;
}
#drawerBar::after{
position: absolute;
height: 12px;
width: 12px;
background: #ffffff;
z-index: 100;
content: "";
right: -6px;
top: -4px;
border-radius: 50%;
}
.bottom__warpper{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50%;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space: nowrap;
}
#bottomSongName{
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space: nowrap;
}
.bottom__up-arrow{
font-size: 40px;
margin-left: 1rem;
margin-right: 1rem;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#bottomSingerName{
font-size: 0.8em;
padding-top: 0.3rem;
color: #9b9a9a;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.bottom__play-button{
font-size: 36px;
margin-right: 2rem;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#bottomProgress{
margin-top: 0.3rem;
width: 25vw;
background: #606060;
border-radius: 5px;
cursor: pointer;
position: relative;
height: 3px;
}
#bottomBar{
position: absolute;
height: 3px;
background: #fff;
border-radius: 5px;
z-index: 1;
}
#bufferedBar{
position: absolute;
height: 3px;
background: #a7a7a7;
border-radius: 5px;
z-index: 1;
}
.bottom__progress-warpper{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
font-size: 0.8em;
}
.bufferingStats{
margin-top: 0.2rem;
font-size: 0.9em;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
}
.drawer__column4{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.column{
display: none;
}
.not-supported{
display: -webkit-box;
display: -ms-flexbox;
height: 100vh;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: none;
}
#toast{
position: absolute;
left: 0;
right: 0;
bottom: 16vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
pointer-events: none;
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 5;
}
#toast p{
background: #ffffff;
color: #000;
padding: 1rem;
border-radius: 3rem;
font-size: 0.9em;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes fade{
0%{
opacity: 1;
}
50%{
opacity: 1;
}
100%{
opacity: 0;
}
}
@keyframes fade{
0%{
opacity: 1;
}
50%{
opacity: 1;
}
100%{
opacity: 0;
}
}
@media only screen and (max-height: 500px) {
.left-pannel__play_list{
padding-bottom: 40%;
}
.left-pannel__anime{
padding-top: 0rem;
padding-bottom: 0rem;
}
}
@media only screen and (max-height: 400px) {
.left-pannel{
font-size: 0.8em;
}
.left-pannel__play_list{
padding-bottom: 0.5rem;
}
}
@media only screen and (max-height: 350px) {
.main-container{
display: none;
}
.not-supported{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
nav{
width: 100%;
height: 55px;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
left: 0;
z-index: 3;
transition: 0.5s;
}
#nav{
width: 100%;
height: 55px;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
left: 0;
z-index: 3;
transition: 0.5s;
}
.icon{
width: 55px;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.text{
color: #fff;
text-shadow: 0 0 15px #000;
font-size: 35px;
font-family: 'Sacramento', cursive;
}
.searchbar{
width: 100%;
height: 55px;
background: #fff;
display: flex;
position: fixed;
top: 0;
right: -100%;
z-index: 4;
transition: 0.5s;
}
.icon{
min-width: 55px;
}
.back{
color: #07CFD4;
}
#inp{
border: none;
outline: none;
width: 100%;
} | style.css | *{
margin: 0;
padding: 0;
}
:root {
--accent-color: #8f1fff;
--bottom-bg-color: #20343f;
}
body{
font-family: 'Roboto', sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #fff;
}
.Credits {
color:black;
display:flex;
background-color:white;
}
#loading {
position: absolute;
height: 100vh;
left: 0;
right: 0;
top: 0;
margin: auto;
background: rgba(0, 0, 0, 0.8);
z-index: 10;
font-family: 'Changa One', cursive;
font-size: 2em;
overflow-x: hidden;
color: #ffffff;
text-align: center;
}
.loading-text{
margin-top: 50vh;
letter-spacing: 2px;
-webkit-animation: rubberBand 1.3s infinite;
animation: rubberBand 1.3s infinite;
}
.by{
margin-top: 10vh;
font-size: 0.9em;
}
.icon{
border-radius: 50%;
padding: 5px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.icon:active{
background: rgba(255, 255, 255, 0.2);
}
.left-pannel{
width: 4rem;
border-bottom-left-radius: 30px;
position: absolute;
left: 0;
right: 0;
color: #fff;
}
.left-pannel__top{
height: 45vh;
border-bottom-left-radius: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.left-pannel__menu{
position: relative;
font-size: 1.8em;
margin-top: 0.6rem;
z-index: 1;
}
.left-pannel__play_list{
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
-webkit-text-orientation: mixed;
text-orientation: mixed;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
padding-left: 1rem;
padding-right: 1rem;
padding-bottom: 3rem;
color: #fff;
}
.left-pannel__bottom{
height: calc(55vh - 12vh);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #000;
}
.left-pannel__favorite, .left-pannel__anime{
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
-webkit-text-orientation: mixed;
text-orientation: mixed;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
padding-top: 1.5rem;
padding-bottom: 1rem;
position: relative;
z-index: 1;
}
.left-pannel__favorite{
color: var(--accent-color);
}
/*-------Nav------*/
.nav-container{
position: absolute;
background: rgba(0, 0, 0, 0.5);
height: 100vh;
left: 0;
right: 0;
z-index: 2;
display: none;
}
.nav{
position: relative;
background: #fff;
height: 100vh;
width: 0;
}
.nav p{
display: none;
}
.by{
padding-left: 1rem;
padding-bottom: 1rem;
}
.nav-top{
background: var(--accent-color);
height: 35vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
color: #ffffff;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.nav-bottom{
padding-left: 1rem;
text-align: center;
}
.themes{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: none;
}
.select-theme{
padding-top: 1rem;
}
.theme{
background: var(--accent-color);
height: 12vw;
width: 12vw;
max-height: 4rem;
max-width: 4rem;
margin: 1rem;
margin-left: 0;
margin-bottom: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.theme1{
background: #ff4b66;
-webkit-transition: 0.65s all;
-o-transition: 0.65s all;
transition: 0.65s all;
}
.theme2{
background: #62ff6e;
-webkit-transition: 0.45s all;
-o-transition: 0.45s all;
transition: 0.45s all;
}
.theme3{
background: #ffb762;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
transition: 0.5s all;
}
.theme4{
background: #3444ff;
-webkit-transition: 0.55s all;
-o-transition: 0.55s all;
transition: 0.55s all;
}
.theme5{
background: #16e0aa;
-webkit-transition: 0.6s all;
-o-transition: 0.6s all;
transition: 0.6s all;
}
.theme6{
background: #8f1fff;
-webkit-transition: 0.7s all;
-o-transition: 0.7s all;
transition: 0.7s all;
}
.theme7{
background: #70de00;
-webkit-transition: 0.75s all;
-o-transition: 0.75s all;
transition: 0.75s all;
}
.theme8{
background: #000000;
-webkit-transition: 0.75s all;
-o-transition: 0.75s all;
transition: 0.75s all;
}
.theme9{
background: #000000;
-webkit-transition: 0.75s all;
-o-transition: 0.75s all;
transition: 0.75s all;
}
.top{
background: var(--accent-color);
height: 45vh;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.cards-holder{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow-y: auto;
overflow-x: visible;
position: relative;
padding-top: 3rem;
padding-bottom: 2rem;
}
.card{
margin: auto;
background: black;
width: 35vh;
height: 45vh;
border-radius: 30px;
background-size: cover;
background-position: center;
display: inline-block;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
margin-left: 1.5rem;
-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
color: #fff;
overflow: hidden;
position: relative;
}
.card:first-child{
margin-left: 4rem;
}
.card:last-child{
margin-right: 2rem;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0;
}
.card__song-info__singer, .card__song-info__name{
font-size: 0.8em;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space: nowrap;
}
.card__song-info__name{
font-size: 1em;
}
.card__song-info{
position: absolute;
background: rgba(0, 0, 0, 0.7);
width: 100%;
bottom: 0;
text-align: center;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
.card__song-artist-title{
padding-left: 0.5rem;
padding-right: 0.5rem;
}
/*-----song list-----*/
.list-view{
overflow-x: hidden;
height: 55vh;
}
.song-list{
padding-top: 1rem;
padding-left: 4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 0.9em;
}
.song-list:first-child{
padding-top: 4rem;
}
.song-list:last-child{
padding-bottom: calc(12vh + 1rem);
}
.song-list__info{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#songListPlayedTime{
color: grey;
padding-top: 0.3rem;
font-size: 0.8em;
}
.song-list img{
height: 3rem;
width: 3rem;
border-radius: 1rem;
margin-right: 1rem;
}
#songListDuration{
padding-right: 2rem;
color: grey;
font-size: 0.8em;
}
/*-----------*/
/*Botttommm*/
.bottom-pannel{
background: var(--bottom-bg-color);
height: 12vh;
border-top-left-radius: 3rem;
border-top-right-radius: 3rem;
position: absolute;
bottom: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
color: #fff;
font-size: 0.9em;
/* animation: go-up 2s;*/
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.bottom-drawer{
background: rgba(0, 0, 0, 0.6);
height: 100vh;
position: absolute;
bottom: 0;
width: 100%;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
z-index: 2;
color: #fff;
display: none;
}
#drawerPlay{
opacity: 0.7;
}
.drawer-holder{
height: 12vh;
position: absolute;
bottom: 0;
width: 100%;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.drawer{
position: relative;
background: var(--bottom-bg-color);
height: 100%;
border-top-left-radius: 3rem;
border-top-right-radius: 3rem;
position: absolute;
bottom: 0;
width: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.darwer__column1{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
margin-top: 1rem;
}
.darwer__column1 img{
width: 35%;
height: 35%;
border-radius: 50%;
}
.song-album-art-holder{
width: 30vh;
height: 30vh;
border-radius: 50%;
position: relative;
}
#songAlbumArt{
position: absolute;
background-image: url(images/Sing_Me_To_Sleep.jpg);
background-size: cover;
width: 100%;
height: 100%;
border-radius: 50%;
/* animation: round 8s linear infinite;*/
}
/*
@keyframes round{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}
*/
.drawer-song-play-btn{
position: absolute;
background: rgba(0, 0, 0, 0.4);
height: 100%;
width: 100%;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#prev{
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#next{
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.bottom-drawer .bottom__up-arrow{
margin-top: 0.5rem;
position: absolute;
z-index: 2;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.darwer__column2{
text-align: center;
font-size: 0.9em;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.darwer__column3{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 1rem;
padding-right: 1rem;
font-size: 0.9em;
}
#drawerSingerName{
color: #b5b5b5;
}
#dawerProgress{
position: relative;
cursor: pointer;
height: 3px;
width: 85vw;
margin-left: 1rem;
margin-right: 1rem;
background: grey;
}
#drawerBufferedBar{
position: absolute;
height: 3px;
background: #a7a7a7;
border-radius: 5px;
z-index: 1;
}
#drawerBar{
position: relative;
height: 3px;
background: #fff;
border-radius: 5px;
z-index: 1;
width: 0;
}
#drawerBar::after{
position: absolute;
height: 12px;
width: 12px;
background: #ffffff;
z-index: 100;
content: "";
right: -6px;
top: -4px;
border-radius: 50%;
}
.bottom__warpper{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50%;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space: nowrap;
}
#bottomSongName{
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow:hidden;
white-space: nowrap;
}
.bottom__up-arrow{
font-size: 40px;
margin-left: 1rem;
margin-right: 1rem;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#bottomSingerName{
font-size: 0.8em;
padding-top: 0.3rem;
color: #9b9a9a;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.bottom__play-button{
font-size: 36px;
margin-right: 2rem;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#bottomProgress{
margin-top: 0.3rem;
width: 25vw;
background: #606060;
border-radius: 5px;
cursor: pointer;
position: relative;
height: 3px;
}
#bottomBar{
position: absolute;
height: 3px;
background: #fff;
border-radius: 5px;
z-index: 1;
}
#bufferedBar{
position: absolute;
height: 3px;
background: #a7a7a7;
border-radius: 5px;
z-index: 1;
}
.bottom__progress-warpper{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
font-size: 0.8em;
}
.bufferingStats{
margin-top: 0.2rem;
font-size: 0.9em;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
}
.drawer__column4{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.column{
display: none;
}
.not-supported{
display: -webkit-box;
display: -ms-flexbox;
height: 100vh;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: none;
}
#toast{
position: absolute;
left: 0;
right: 0;
bottom: 16vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
pointer-events: none;
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 5;
}
#toast p{
background: #ffffff;
color: #000;
padding: 1rem;
border-radius: 3rem;
font-size: 0.9em;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes fade{
0%{
opacity: 1;
}
50%{
opacity: 1;
}
100%{
opacity: 0;
}
}
@keyframes fade{
0%{
opacity: 1;
}
50%{
opacity: 1;
}
100%{
opacity: 0;
}
}
@media only screen and (max-height: 500px) {
.left-pannel__play_list{
padding-bottom: 40%;
}
.left-pannel__anime{
padding-top: 0rem;
padding-bottom: 0rem;
}
}
@media only screen and (max-height: 400px) {
.left-pannel{
font-size: 0.8em;
}
.left-pannel__play_list{
padding-bottom: 0.5rem;
}
}
@media only screen and (max-height: 350px) {
.main-container{
display: none;
}
.not-supported{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
nav{
width: 100%;
height: 55px;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
left: 0;
z-index: 3;
transition: 0.5s;
}
#nav{
width: 100%;
height: 55px;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
left: 0;
z-index: 3;
transition: 0.5s;
}
.icon{
width: 55px;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.text{
color: #fff;
text-shadow: 0 0 15px #000;
font-size: 35px;
font-family: 'Sacramento', cursive;
}
.searchbar{
width: 100%;
height: 55px;
background: #fff;
display: flex;
position: fixed;
top: 0;
right: -100%;
z-index: 4;
transition: 0.5s;
}
.icon{
min-width: 55px;
}
.back{
color: #07CFD4;
}
#inp{
border: none;
outline: none;
width: 100%;
} | 0.42477 | 0.052473 |
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
section:nth-child(3) {
margin-top: 20vh;
}
}
@media only screen and (max-width: 600px) {
/* Header CSS */
.header {
flex-direction: column;
justify-content: flex-start;
}
.header__toggle {
display: flex;
}
.header__logo > img {
transform: translateX(-5%);
}
.header__buttons > button {
margin-top: 5vh !important;
}
.active > .header__buttons {
display: flex;
flex-direction: column;
}
.active > .header__buttons > .button {
margin-top: 2vh;
}
.active {
height: 100vh;
transition: all 0.2s ease-in-out;
}
.header__buttons {
display: none;
}
.active .header__toggle {
transform: scale(1.2) translateY(5px) rotate(-135deg) !important;
}
.active .header__toggle:before {
transform: translateY(-8px) rotate(90deg);
}
.active .header__toggle:after {
display: none;
}
/* Home Section CSS*/
.home {
background-size: 200vw 75vh !important;
}
.home__info {
font-size: 0.9rem;
}
/* Join Us CSS */
.joinUs {
flex-direction: column;
margin-top: 5vh;
}
.btnRegister {
font-size: 0.7em;
}
/* About CSS */
.about__container > img {
max-width: 250px !important;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
/* Header CSS */
.header {
flex-direction: row;
justify-content: space-between;
}
.header__buttons {
display: flex;
}
.header__buttons > button {
margin-top: 5vh !important;
}
/* Home CSS */
.home {
background-size: 115vw 80vh !important;
}
.home__info {
font-size: 0.9rem;
}
/* Join Us */
.joinUs {
padding: 30px;
flex-direction: column;
margin-top: 5vh;
}
.btnRegister {
font-size: 0.7em;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
/* Header CSS */
.home {
background-size: 100vw 85vh !important;
}
.header {
flex-direction: row;
justify-content: space-between;
}
.header__buttons {
display: flex;
}
/* Home CSS*/
.home__title {
font-size: 1.7em;
}
/* Join Us CSS */
.joinUs {
padding-top: 00px !important;
flex-direction: row;
}
.btnRegister {
font-size: 0.7em;
}
/* About CSS */
.about__container {
flex-direction: row !important;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
/* Footer */
.footer__container {
display: flex;
align-items: center;
justify-content: space-around;
}
} | src/components/styles/responsive.css | @media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
section:nth-child(3) {
margin-top: 20vh;
}
}
@media only screen and (max-width: 600px) {
/* Header CSS */
.header {
flex-direction: column;
justify-content: flex-start;
}
.header__toggle {
display: flex;
}
.header__logo > img {
transform: translateX(-5%);
}
.header__buttons > button {
margin-top: 5vh !important;
}
.active > .header__buttons {
display: flex;
flex-direction: column;
}
.active > .header__buttons > .button {
margin-top: 2vh;
}
.active {
height: 100vh;
transition: all 0.2s ease-in-out;
}
.header__buttons {
display: none;
}
.active .header__toggle {
transform: scale(1.2) translateY(5px) rotate(-135deg) !important;
}
.active .header__toggle:before {
transform: translateY(-8px) rotate(90deg);
}
.active .header__toggle:after {
display: none;
}
/* Home Section CSS*/
.home {
background-size: 200vw 75vh !important;
}
.home__info {
font-size: 0.9rem;
}
/* Join Us CSS */
.joinUs {
flex-direction: column;
margin-top: 5vh;
}
.btnRegister {
font-size: 0.7em;
}
/* About CSS */
.about__container > img {
max-width: 250px !important;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
/* Header CSS */
.header {
flex-direction: row;
justify-content: space-between;
}
.header__buttons {
display: flex;
}
.header__buttons > button {
margin-top: 5vh !important;
}
/* Home CSS */
.home {
background-size: 115vw 80vh !important;
}
.home__info {
font-size: 0.9rem;
}
/* Join Us */
.joinUs {
padding: 30px;
flex-direction: column;
margin-top: 5vh;
}
.btnRegister {
font-size: 0.7em;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
/* Header CSS */
.home {
background-size: 100vw 85vh !important;
}
.header {
flex-direction: row;
justify-content: space-between;
}
.header__buttons {
display: flex;
}
/* Home CSS*/
.home__title {
font-size: 1.7em;
}
/* Join Us CSS */
.joinUs {
padding-top: 00px !important;
flex-direction: row;
}
.btnRegister {
font-size: 0.7em;
}
/* About CSS */
.about__container {
flex-direction: row !important;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
/* Footer */
.footer__container {
display: flex;
align-items: center;
justify-content: space-around;
}
} | 0.321141 | 0.082623 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;700;900&display=swap');
:root{
--cor1: #BB2020 ;
--cor2: #06111C ;
--cor3: #BEC7C7 ;
--cor4: #FFEB4D ;
--cor5: #050505 ;
--cor6: #ffffff ;
--titulo: 'Abril Fatface', cursive;
--titulo2: 'Times New Roman', Times, serif;
--paragrafos: 'Outfit', sans-serif;
}
html{ scroll-behavior: smooth; }
body, header, section, main,footer{
margin: 0;
padding: 0;
overflow-x: hidden;
}
a{
text-decoration: none;
}
h1{
font-family: var(--titulo);
}
h1{
font-family: var(--titulo2);
}
p{
font-family: var(--paragrafos);
}
/* Personalização da barra de rolagem*/
* {
scrollbar-width: thin;
scrollbar-color: var(--cor3) var(--cor2);
}
/* funciona no Chrome, Edge, e Safari */
*::-webkit-scrollbar {
width: 12px;
}
*::-webkit-scrollbar-track {
background: var(--cor2);
}
*::-webkit-scrollbar-thumb {
background-color: var(--cor3);
border-radius: 20px;
border: 3px solid var(--cor2);
}
/* =============================== Header ===============================*/
li{ list-style: none;}
nav.menu a{text-decoration: none;}
.header{
display:flex;
flex-wrap: nowrap;
flex-direction: column;
position: fixed;
width:100%;
height: 60px;
background-image: linear-gradient(to bottom, var(--cor2), transparent);
z-index: 100;
}
.menu ul{
display:flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
z-index: 100;
}
.menu ul > a > li{
color: var(--cor6);
padding: 0px 10px;
margin: 0px 10px;
text-transform: uppercase;
font-weight: bolder;
font-size: 1em;
font-family: var(--titulo2);
border-bottom: 3px solid transparent;
transition: 0.5s ease-in-out;
z-index: 100;
}
.menu ul > a > li:hover{
border-bottom: 3px solid var(--cor6);
color: var(--cor4);
font-size: 1.1em;
z-index: 100;
}
/* =============================== capitulos ===============================*/
.central{
width:100%;
height: 100%;
background: linear-gradient(45deg, var(--cor2), var(--cor3));
background-size: 300% 300%;
animation: fundo 10s ease infinite;
overflow-x: hidden;
}
@keyframes fundo{
0%{
background-position: 0% 50%;
}
50%{
background-position: 100% 50%;
}
100%{
background-position: 0% 50%;
}
}
.capitulo{
max-width: 800px;
height:auto;
background-color: var(--cor6);
margin: 60px auto;
border-radius: 10px;
box-shadow: 0px 0px 20px black;
padding: 15px;
}
.capitulo h1{
text-align: center;
background-image: linear-gradient(to right, var(--cor3), var(--cor3));
font-size: 2em;
font-family: var(--titulo);
font-weight: normal;
color:var(--cor6);
text-shadow: 1px 0px 8px var(--cor5);
}
.capitulo p{
text-align: justify;
margin-right: 5px;
color:var(--cor5);
font-size: 1.1em;
font-weight: normal;
margin: 10px;
text-indent: 10px;
}
.botoes{
display:flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.capitulo button{
text-align: justify;
display: block;
margin-left: 10px;
margin-right: 10px;
background-color: var(--cor1);
border-color: var(--cor3);
color: var(--cor6);
font-size: 1.2em;
transition: .4s linear
}
.capitulo button:hover{
text-align: justify;
display: block;
margin-left: 10px;
margin-right: 10px;
background-color: var(--cor4);
border-color: var(--cor6);
color: var(--cor5);
font-size: 1.3em;
}
.cap{
display: none;
}
.cap:target{
display: block;
}
/* =============================== footer ===============================*/
.footer{
background: var(--cor2);
width: 100%;
height: auto;
margin:0;
padding: 0;
box-shadow: 0px -2px 2px var(--cor5);
}
.footer2{
max-width: 500px;
height: auto;
margin: 0 auto;
padding: 0px 20px;
}
.footer2 p{
color: var(--cor6);
text-align: center;
transition: .2s ease-in;
cursor: pointer;
}
.footer2 p:hover{
color: var(--cor1);
text-decoration: underline;
} | lercapitulo.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;700;900&display=swap');
:root{
--cor1: #BB2020 ;
--cor2: #06111C ;
--cor3: #BEC7C7 ;
--cor4: #FFEB4D ;
--cor5: #050505 ;
--cor6: #ffffff ;
--titulo: 'Abril Fatface', cursive;
--titulo2: 'Times New Roman', Times, serif;
--paragrafos: 'Outfit', sans-serif;
}
html{ scroll-behavior: smooth; }
body, header, section, main,footer{
margin: 0;
padding: 0;
overflow-x: hidden;
}
a{
text-decoration: none;
}
h1{
font-family: var(--titulo);
}
h1{
font-family: var(--titulo2);
}
p{
font-family: var(--paragrafos);
}
/* Personalização da barra de rolagem*/
* {
scrollbar-width: thin;
scrollbar-color: var(--cor3) var(--cor2);
}
/* funciona no Chrome, Edge, e Safari */
*::-webkit-scrollbar {
width: 12px;
}
*::-webkit-scrollbar-track {
background: var(--cor2);
}
*::-webkit-scrollbar-thumb {
background-color: var(--cor3);
border-radius: 20px;
border: 3px solid var(--cor2);
}
/* =============================== Header ===============================*/
li{ list-style: none;}
nav.menu a{text-decoration: none;}
.header{
display:flex;
flex-wrap: nowrap;
flex-direction: column;
position: fixed;
width:100%;
height: 60px;
background-image: linear-gradient(to bottom, var(--cor2), transparent);
z-index: 100;
}
.menu ul{
display:flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
z-index: 100;
}
.menu ul > a > li{
color: var(--cor6);
padding: 0px 10px;
margin: 0px 10px;
text-transform: uppercase;
font-weight: bolder;
font-size: 1em;
font-family: var(--titulo2);
border-bottom: 3px solid transparent;
transition: 0.5s ease-in-out;
z-index: 100;
}
.menu ul > a > li:hover{
border-bottom: 3px solid var(--cor6);
color: var(--cor4);
font-size: 1.1em;
z-index: 100;
}
/* =============================== capitulos ===============================*/
.central{
width:100%;
height: 100%;
background: linear-gradient(45deg, var(--cor2), var(--cor3));
background-size: 300% 300%;
animation: fundo 10s ease infinite;
overflow-x: hidden;
}
@keyframes fundo{
0%{
background-position: 0% 50%;
}
50%{
background-position: 100% 50%;
}
100%{
background-position: 0% 50%;
}
}
.capitulo{
max-width: 800px;
height:auto;
background-color: var(--cor6);
margin: 60px auto;
border-radius: 10px;
box-shadow: 0px 0px 20px black;
padding: 15px;
}
.capitulo h1{
text-align: center;
background-image: linear-gradient(to right, var(--cor3), var(--cor3));
font-size: 2em;
font-family: var(--titulo);
font-weight: normal;
color:var(--cor6);
text-shadow: 1px 0px 8px var(--cor5);
}
.capitulo p{
text-align: justify;
margin-right: 5px;
color:var(--cor5);
font-size: 1.1em;
font-weight: normal;
margin: 10px;
text-indent: 10px;
}
.botoes{
display:flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.capitulo button{
text-align: justify;
display: block;
margin-left: 10px;
margin-right: 10px;
background-color: var(--cor1);
border-color: var(--cor3);
color: var(--cor6);
font-size: 1.2em;
transition: .4s linear
}
.capitulo button:hover{
text-align: justify;
display: block;
margin-left: 10px;
margin-right: 10px;
background-color: var(--cor4);
border-color: var(--cor6);
color: var(--cor5);
font-size: 1.3em;
}
.cap{
display: none;
}
.cap:target{
display: block;
}
/* =============================== footer ===============================*/
.footer{
background: var(--cor2);
width: 100%;
height: auto;
margin:0;
padding: 0;
box-shadow: 0px -2px 2px var(--cor5);
}
.footer2{
max-width: 500px;
height: auto;
margin: 0 auto;
padding: 0px 20px;
}
.footer2 p{
color: var(--cor6);
text-align: center;
transition: .2s ease-in;
cursor: pointer;
}
.footer2 p:hover{
color: var(--cor1);
text-decoration: underline;
} | 0.295332 | 0.089375 |
:root {
--default-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-monospace: 'SF Mono', Consolas, monaco, monospace;;
}
.theme-light {
--background-code: #f0f1f4;
--background-secondary: #f5f6f8;
--background-tag: #c3e1d3;
--background-primary: #ffffff;
--text-accent: #1f7ee6;
--text-accent-hover: #1f7ee6;
--text-code: #797d84;
--text-faint: #a5a9ad;
--text-highlight-bg: #f8e594;
--text-highlight-fg: #3f3a26;
--icons-color: #a8acb3;
--text-muted: #363a3e;
--text-selection: #c9e0ff;
--text-tag: #1e7d57;
--horizontal-line: #e6e8ec;
--text-blue: #0062c1;
--background-quick: #f2f3f5;
--interactive-accent: #0062c1;
--interactive-accent-hover: #0062c1;
--interactive-accent-rgb: 0,98,193;
--scrollbar-bg: rgba(0,0,0,0);
--scrollbar-active-thumb-bg: #7f7f7f;
--scrollbar-thumb-bg: rgba(0, 0, 0, 0.1);
--input-color: #d9dde4;
--sidebar-selected-bg: #dce0e7;
}
.theme-dark {
--background-code: #353535;
--background-secondary: #1c1c1c;
--background-tag: #307155;
--background-primary: #262626;
--text-accent: #66a9fa;
--text-accent-hover: #66a9fa;
--text-code: #797d84;
--text-faint: #6a6a6a;
--text-highlight-bg: #4f482a;
--text-highlight-fg: #ffe691;
--icons-color: #a8acb3;
--text-muted: #d1d2d1;
--text-selection: #276cbd;
--text-tag: #e9f5f1;
--horizontal-line: #67acfe;
--text-blue: #67acfe;
--background-quick: #262626;
--interactive-accent: #0062c1;
--interactive-accent-hover: #0062c1;
--interactive-accent-rgb: 0,98,193;
--scrollbar-bg: rgba(0,0,0,0);
--scrollbar-active-thumb-bg: #7f7f7f;
--scrollbar-thumb-bg: rgba(0, 0, 0, 0.1);
--input-color: #515151;
--sidebar-selected-bg: #393939;
}
/* Fix Font sizes */
html,
body,
.search-empty-state,
.page-title,
.cm-header-1,
.cm-header-2,
.cm-header-3,
.cm-header-4,
.cm-header-5,
.cm-header-6,
.cm-s-obsidian pre.HyperMD-codeblock,
.markdown-preview-view h1,
.markdown-preview-view h2,
.markdown-preview-view h3,
.markdown-preview-view h4,
.markdown-preview-view h5,
.markdown-preview-view h6,
.markdown-preview-view code {
font-size: 15px;
line-height: 26px;
}
/* Fix all font-family settings to use the the font variables */
button {
font-family: var(--default-font);
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
font-family: var(--default-font);
}
.dropdown {
font-family: var(--default-font);
}
.suggestion-hotkey {
font-family: var(--font-monospace);
}
.hidden-token {
font-family: var(--font-monospace);
}
.CodeMirror span.hmd-hidden-token.cm-formatting-code,
.CodeMirror span.hmd-hidden-token.cm-formatting-em,
.CodeMirror span.hmd-hidden-token.cm-formatting-link,
.CodeMirror span.hmd-hidden-token.cm-formatting-strikethrough,
.CodeMirror span.hmd-hidden-token.cm-formatting-strong {
font-family: var(--font-monospace);
}
.cm-s-obsidian.CodeMirror .HyperMD-hover > .HyperMD-hover-content code,
.cm-s-obsidian .hmd-fold-html-stub,
.cm-s-obsidian .hmd-fold-code-stub,
.cm-s-obsidian .cm-formatting-code,
.cm-s-obsidian .cm-hmd-frontmatter,
.cm-s-obsidian .cm-hmd-orgmode-markup,
.cm-s-obsidian .cm-inline-code,
.cm-s-obsidian .cm-math,
.cm-s-obsidian .CodeMirror-linewidget kbd,
.cm-s-obsidian .HyperMD-codeblock,
.cm-s-obsidian .HyperMD-hr,
.cm-s-obsidian .hmd-fold-html kbd,
.cm-s-obsidian span.hmd-fold-math-placeholder{
font-family: var(--font-monospace);
}
.cm-s-obsidian span.cm-url {
color: var(--text-faint);
text-decoration: none;
}
span.cm-formatting.cm-formatting-image.cm-image.cm-image-marker,
span.cm-formatting.cm-formatting-image.cm-image.cm-image-alt-text.cm-link,
.cm-s-obsidian pre.HyperMD-footnote span.cm-hmd-footnote {
color: var(--text-faint);
}
span.cm-image.cm-image-alt-text.cm-link {
color: var(--text-muted);
}
.cm-s-obsidian .cm-formatting-hashtag {
font-family: var(--default-font);
}
.editor {
font-family: var(--font-monospace);
}
.setting-hotkey {
font-family: var(--font-monospace);
}
.top-titlebar-text {
font-family: var(--font-monospace);
}
.splash-brand-name {
font-family: var(--font-monospace);
}
/* Format tags */
.cm-s-obsidian span.cm-hashtag {
color: var(--text-tag);
background-color: var(--background-tag);
font-size: 14px;
text-decoration: none;
padding-bottom: 1px;
padding-top: 1px;
}
.cm-s-obsidian span.cm-hashtag-begin {
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
padding-left: 10px;
}
.cm-s-obsidian span.cm-hashtag-end {
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
padding-right: 10px;
}
.cm-s-obsidian span.cm-inline-code {
color: var(--text-code);
font-size: 90%;
}
.cm-s-obsidian pre.HyperMD-codeblock {
background-color: var(--background-code);
color: var(--text-code);
font-size: 90%;
}
/* PREVIEW */
a.tag {
color: var(--text-tag);
background-color: var(--background-tag);
font-size: 14px;
padding-bottom: 1px;
padding-top: 1px;
text-decoration: none;
border-radius: 20px;
padding-left: 10px;
padding-right: 10px;
}
.markdown-preview-view pre {
background-color: var(--background-code);
color: var(--text-code);
padding: 1em;
margin: 0.5em 0;
}
.markdown-preview-view mark {
padding: 2px;
padding-left: 5px;
padding-right: 5px;
background-color: var(--text-highlight-bg);
color: var(--text-highlight-fg);
}
.markdown-preview-view code {
background-color: var(--background-code);
color: var(--text-code);
font-size: 90%;
}
:not(pre) > code[class*="language-"], pre[class*="language-"] {
background-color: var(--background-code);
}
a {
color: var(--text-accent);
text-decoration: none;
}
.external-link {
background-image: none;
padding-right: 0px;
}
/* Markdown Headings */
.markdown-preview-view h1,
.markdown-preview-view h2
{
margin-bottom: 5px;
margin-top: 10px;
}
.markdown-preview-view h3,
.markdown-preview-view h4,
.markdown-preview-view h5,
.markdown-preview-view h6 {
font-size: inherit;
line-height: 24px;
margin-bottom: 0px;
margin-top: 4px;
font-weight: 600;
}
.markdown-preview-view h6 {
line-height: 16px;
}
.markdown-preview-view h1 {
font-size: 23px;
line-height: 24px;
margin-top: 30px;
margin-bottom: 16px;
font-weight: 600;
}
.markdown-preview-view h2 {
color: var(--text-blue);
border-bottom: 1px solid var(--horizontal-line);
font-size: 14px;
line-height: 24px;
font-weight: 700;
}
.markdown-preview-view h4 {
font-style: italic;
}
.markdown-preview-view h5 {
font-style: italic;
font-weight: 300;
}
.markdown-preview-view h6 {
color: inherit;
}
.markdown-preview-view input[type=checkbox]:checked {
background-color: var(--text-accent);
}
.markdown-preview-view .task-list-item-checkbox {
top: -1px;
}
.nav-folder.mod-root > .nav-file-title, .nav-folder.mod-root > .nav-folder-title {
font-size: 14px;
font-weight: 500;
}
.nav-file-title-content, .nav-folder-title-content {
padding: 0px;
}
.nav-folder-collapse-indicator {
color: var(--icons-color);
top: 0px;
}
/* Fix round borders */
.workspace-tab-container-after.is-after-active .workspace-tab-header-inner,
.workspace-tab-header.is-after-active .workspace-tab-header-inner {
border-bottom-left-radius: 0px;
}
.workspace-tab-container-before.is-before-active .workspace-tab-header-inner,
.workspace-tab-header.is-before-active .workspace-tab-header-inner {
border-bottom-right-radius: 0px;
}
.workspace-split.mod-left-split .workspace-tabs .workspace-leaf {
border-top-left-radius: 0px;
}
.workspace-split.mod-right-split .workspace-tabs .workspace-leaf {
border-top-right-radius: 0px;
}
.workspace-tab-header.is-active {
border-radius: 0px;
}
.nav-folder.mod-root > .nav-file-title,
.nav-folder.mod-root > .nav-folder-title,
.view-header-title {
font-size: 14px;
}
.view-action,
.nav-action-button {
color: var(--text-faint);
}
.view-action:hover,
.nav-action-button:hover {
color: var(--text-normal);
}
.status-bar {
font-size: 12px;
}
.workspace-leaf-content .view-header-title {
color: var(--text-faint);
}
.workspace-leaf.mod-active .view-header {
height: 30px;
border: none;
}
.view-header {
border: none;
height: 30px;
}
.view-content {
height: calc(100% - 34px);
}
.theme-light .prompt {
background-color: var(--background-quick);
box-shadow: 0px 0px 25px var(--text-faint);
}
.theme-dark .prompt {
background-color: var(--background-quick);
box-shadow: 0px 0px 25px var(--background-secondary-alt);
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="text"]:active, input[type="email"]:active, input[type="password"]:active, input[type="number"]:active, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus {
background-color: var(--input-color);
border-color: var(--input-color);
font-size: 14px;
}
.suggestion-item.is-selected {
background-color: var(--text-selection);
border-radius: 5px;
}
.suggestion-item {
font-size: 14px;
padding: 4px;
}
.workspace-leaf-resize-handle {
background-color: inherit;
}
.workspace-split.mod-root .workspace-split.mod-vertical .workspace-leaf-content {
padding-right: 0px;
}
.markdown-preview-view blockquote {
border-radius: 0px;
border: 0px solid var(--background-modifier-border);
border-left-width: 5px;
padding: 10px;
background-color: inherit;
font-weight: 600;
}
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string {
background: inherit;
}
.markdown-preview-view hr {
border: none;
border-top: 1px solid ;
border-color: var(--horizontal-line);
}
.cm-s-obsidian pre.HyperMD-footnote {
font-size: inherit;
padding-left: inherit;
}
.workspace-tab-header {
border-radius: 0px;
}
.view-header {
border-radius: 0px;
}
.workspace-split.mod-root > .workspace-leaf:first-of-type .workspace-leaf-content {
border-top-left-radius: 0px;
}
.workspace-split.mod-root > .workspace-leaf:last-of-type .workspace-leaf-content {
border-top-right-radius: 0px;
}
.cm-s-obsidian span.cm-formatting-math {
color: var(--text-muted);
font-weight: inherit;
}
.CodeMirror .cm-inline-code, .CodeMirror .cm-math {
color: inherit;
}
.cm-s-obsidian span.cm-math, .cm-s-obsidian span.hmd-fold-math-placeholder {
font-style: normal;
font-size: 90%;
}
.view-header-title-container:after, .workspace-leaf.mod-active .view-header-title-container:after, .workspace-split.mod-root > .workspace-leaf:first-of-type:last-of-type.mod-active .view-header-title-container:after {
background: none;
}
.list-item-ending-flair, .search-result-count, .search-result-file-title:hover, .list-item:hover .list-item-ending-flair {
background-color: inherit;
color: var(--text-faint);
font-weight: 600;
}
.footnotes ol {
padding-inline-start: 15px;
}
.workspace-leaf-content[data-type='search'] .nav-action-button.is-active, .workspace-leaf-content[data-type='backlink'] .nav-action-button.is-active {
background-color: inherit;
color: var(--text-normal);
font-weight: 600;
}
.modal-bg {
background-color: inherit;
}
.view-actions {
padding: none;
padding-top: 2px;
}
.CodeMirror-vscrollbar {
overflow: auto;
}
.vertical-tab-nav-item.is-active {
border-left-color: none;
border-left: 0px;
}
.dropdown {
background-image: url('data:image/svg+xml;charset=utf-8, <svg width="100%" height="100%" viewBox="0 0 184 49" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-877.45,-1362.33)"><g transform="matrix(-1,-1.22465e-16,1.22465e-16,-1,1938.66,2773.3)"><path d="M969.328,1362.33L1061.21,1410.97L877.45,1410.97L969.328,1362.33Z" style="fill:rgb(0,98,193);"/></g></g></svg>');
background-size: 1em auto, 100%;
border: 1px solid var(--interactive-accent);
}
.search-result-file-matched-text {
color: var(--text-highlight-fg);
}
.markdown-preview-view .internal-link {
text-decoration: none;
}
.nav-file.is-active > .nav-file-title, .nav-file.is-active > .nav-folder-title, .nav-file.is-active > .nav-folder-collapse-indicator, .nav-folder.is-active > .nav-file-title, .nav-folder.is-active > .nav-folder-title, .nav-folder.is-active > .nav-folder-collapse-indicator {
background-color: var(--sidebar-selected-bg);
}
.pane-clickable-item:hover, .side-dock-collapsible-section-header:hover {
background-color: var(--sidebar-selected-bg);
}
.workspace-split.mod-left-split > .workspace-leaf-resize-handle, .workspace-split.mod-right-split > .workspace-leaf-resize-handle {
background-color: var(--background-secondary-alt);
}
.view-header-icon {
color: var(--text-faint);
} | obsidian.css | :root {
--default-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-monospace: 'SF Mono', Consolas, monaco, monospace;;
}
.theme-light {
--background-code: #f0f1f4;
--background-secondary: #f5f6f8;
--background-tag: #c3e1d3;
--background-primary: #ffffff;
--text-accent: #1f7ee6;
--text-accent-hover: #1f7ee6;
--text-code: #797d84;
--text-faint: #a5a9ad;
--text-highlight-bg: #f8e594;
--text-highlight-fg: #3f3a26;
--icons-color: #a8acb3;
--text-muted: #363a3e;
--text-selection: #c9e0ff;
--text-tag: #1e7d57;
--horizontal-line: #e6e8ec;
--text-blue: #0062c1;
--background-quick: #f2f3f5;
--interactive-accent: #0062c1;
--interactive-accent-hover: #0062c1;
--interactive-accent-rgb: 0,98,193;
--scrollbar-bg: rgba(0,0,0,0);
--scrollbar-active-thumb-bg: #7f7f7f;
--scrollbar-thumb-bg: rgba(0, 0, 0, 0.1);
--input-color: #d9dde4;
--sidebar-selected-bg: #dce0e7;
}
.theme-dark {
--background-code: #353535;
--background-secondary: #1c1c1c;
--background-tag: #307155;
--background-primary: #262626;
--text-accent: #66a9fa;
--text-accent-hover: #66a9fa;
--text-code: #797d84;
--text-faint: #6a6a6a;
--text-highlight-bg: #4f482a;
--text-highlight-fg: #ffe691;
--icons-color: #a8acb3;
--text-muted: #d1d2d1;
--text-selection: #276cbd;
--text-tag: #e9f5f1;
--horizontal-line: #67acfe;
--text-blue: #67acfe;
--background-quick: #262626;
--interactive-accent: #0062c1;
--interactive-accent-hover: #0062c1;
--interactive-accent-rgb: 0,98,193;
--scrollbar-bg: rgba(0,0,0,0);
--scrollbar-active-thumb-bg: #7f7f7f;
--scrollbar-thumb-bg: rgba(0, 0, 0, 0.1);
--input-color: #515151;
--sidebar-selected-bg: #393939;
}
/* Fix Font sizes */
html,
body,
.search-empty-state,
.page-title,
.cm-header-1,
.cm-header-2,
.cm-header-3,
.cm-header-4,
.cm-header-5,
.cm-header-6,
.cm-s-obsidian pre.HyperMD-codeblock,
.markdown-preview-view h1,
.markdown-preview-view h2,
.markdown-preview-view h3,
.markdown-preview-view h4,
.markdown-preview-view h5,
.markdown-preview-view h6,
.markdown-preview-view code {
font-size: 15px;
line-height: 26px;
}
/* Fix all font-family settings to use the the font variables */
button {
font-family: var(--default-font);
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
font-family: var(--default-font);
}
.dropdown {
font-family: var(--default-font);
}
.suggestion-hotkey {
font-family: var(--font-monospace);
}
.hidden-token {
font-family: var(--font-monospace);
}
.CodeMirror span.hmd-hidden-token.cm-formatting-code,
.CodeMirror span.hmd-hidden-token.cm-formatting-em,
.CodeMirror span.hmd-hidden-token.cm-formatting-link,
.CodeMirror span.hmd-hidden-token.cm-formatting-strikethrough,
.CodeMirror span.hmd-hidden-token.cm-formatting-strong {
font-family: var(--font-monospace);
}
.cm-s-obsidian.CodeMirror .HyperMD-hover > .HyperMD-hover-content code,
.cm-s-obsidian .hmd-fold-html-stub,
.cm-s-obsidian .hmd-fold-code-stub,
.cm-s-obsidian .cm-formatting-code,
.cm-s-obsidian .cm-hmd-frontmatter,
.cm-s-obsidian .cm-hmd-orgmode-markup,
.cm-s-obsidian .cm-inline-code,
.cm-s-obsidian .cm-math,
.cm-s-obsidian .CodeMirror-linewidget kbd,
.cm-s-obsidian .HyperMD-codeblock,
.cm-s-obsidian .HyperMD-hr,
.cm-s-obsidian .hmd-fold-html kbd,
.cm-s-obsidian span.hmd-fold-math-placeholder{
font-family: var(--font-monospace);
}
.cm-s-obsidian span.cm-url {
color: var(--text-faint);
text-decoration: none;
}
span.cm-formatting.cm-formatting-image.cm-image.cm-image-marker,
span.cm-formatting.cm-formatting-image.cm-image.cm-image-alt-text.cm-link,
.cm-s-obsidian pre.HyperMD-footnote span.cm-hmd-footnote {
color: var(--text-faint);
}
span.cm-image.cm-image-alt-text.cm-link {
color: var(--text-muted);
}
.cm-s-obsidian .cm-formatting-hashtag {
font-family: var(--default-font);
}
.editor {
font-family: var(--font-monospace);
}
.setting-hotkey {
font-family: var(--font-monospace);
}
.top-titlebar-text {
font-family: var(--font-monospace);
}
.splash-brand-name {
font-family: var(--font-monospace);
}
/* Format tags */
.cm-s-obsidian span.cm-hashtag {
color: var(--text-tag);
background-color: var(--background-tag);
font-size: 14px;
text-decoration: none;
padding-bottom: 1px;
padding-top: 1px;
}
.cm-s-obsidian span.cm-hashtag-begin {
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
padding-left: 10px;
}
.cm-s-obsidian span.cm-hashtag-end {
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
padding-right: 10px;
}
.cm-s-obsidian span.cm-inline-code {
color: var(--text-code);
font-size: 90%;
}
.cm-s-obsidian pre.HyperMD-codeblock {
background-color: var(--background-code);
color: var(--text-code);
font-size: 90%;
}
/* PREVIEW */
a.tag {
color: var(--text-tag);
background-color: var(--background-tag);
font-size: 14px;
padding-bottom: 1px;
padding-top: 1px;
text-decoration: none;
border-radius: 20px;
padding-left: 10px;
padding-right: 10px;
}
.markdown-preview-view pre {
background-color: var(--background-code);
color: var(--text-code);
padding: 1em;
margin: 0.5em 0;
}
.markdown-preview-view mark {
padding: 2px;
padding-left: 5px;
padding-right: 5px;
background-color: var(--text-highlight-bg);
color: var(--text-highlight-fg);
}
.markdown-preview-view code {
background-color: var(--background-code);
color: var(--text-code);
font-size: 90%;
}
:not(pre) > code[class*="language-"], pre[class*="language-"] {
background-color: var(--background-code);
}
a {
color: var(--text-accent);
text-decoration: none;
}
.external-link {
background-image: none;
padding-right: 0px;
}
/* Markdown Headings */
.markdown-preview-view h1,
.markdown-preview-view h2
{
margin-bottom: 5px;
margin-top: 10px;
}
.markdown-preview-view h3,
.markdown-preview-view h4,
.markdown-preview-view h5,
.markdown-preview-view h6 {
font-size: inherit;
line-height: 24px;
margin-bottom: 0px;
margin-top: 4px;
font-weight: 600;
}
.markdown-preview-view h6 {
line-height: 16px;
}
.markdown-preview-view h1 {
font-size: 23px;
line-height: 24px;
margin-top: 30px;
margin-bottom: 16px;
font-weight: 600;
}
.markdown-preview-view h2 {
color: var(--text-blue);
border-bottom: 1px solid var(--horizontal-line);
font-size: 14px;
line-height: 24px;
font-weight: 700;
}
.markdown-preview-view h4 {
font-style: italic;
}
.markdown-preview-view h5 {
font-style: italic;
font-weight: 300;
}
.markdown-preview-view h6 {
color: inherit;
}
.markdown-preview-view input[type=checkbox]:checked {
background-color: var(--text-accent);
}
.markdown-preview-view .task-list-item-checkbox {
top: -1px;
}
.nav-folder.mod-root > .nav-file-title, .nav-folder.mod-root > .nav-folder-title {
font-size: 14px;
font-weight: 500;
}
.nav-file-title-content, .nav-folder-title-content {
padding: 0px;
}
.nav-folder-collapse-indicator {
color: var(--icons-color);
top: 0px;
}
/* Fix round borders */
.workspace-tab-container-after.is-after-active .workspace-tab-header-inner,
.workspace-tab-header.is-after-active .workspace-tab-header-inner {
border-bottom-left-radius: 0px;
}
.workspace-tab-container-before.is-before-active .workspace-tab-header-inner,
.workspace-tab-header.is-before-active .workspace-tab-header-inner {
border-bottom-right-radius: 0px;
}
.workspace-split.mod-left-split .workspace-tabs .workspace-leaf {
border-top-left-radius: 0px;
}
.workspace-split.mod-right-split .workspace-tabs .workspace-leaf {
border-top-right-radius: 0px;
}
.workspace-tab-header.is-active {
border-radius: 0px;
}
.nav-folder.mod-root > .nav-file-title,
.nav-folder.mod-root > .nav-folder-title,
.view-header-title {
font-size: 14px;
}
.view-action,
.nav-action-button {
color: var(--text-faint);
}
.view-action:hover,
.nav-action-button:hover {
color: var(--text-normal);
}
.status-bar {
font-size: 12px;
}
.workspace-leaf-content .view-header-title {
color: var(--text-faint);
}
.workspace-leaf.mod-active .view-header {
height: 30px;
border: none;
}
.view-header {
border: none;
height: 30px;
}
.view-content {
height: calc(100% - 34px);
}
.theme-light .prompt {
background-color: var(--background-quick);
box-shadow: 0px 0px 25px var(--text-faint);
}
.theme-dark .prompt {
background-color: var(--background-quick);
box-shadow: 0px 0px 25px var(--background-secondary-alt);
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="text"]:active, input[type="email"]:active, input[type="password"]:active, input[type="number"]:active, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus {
background-color: var(--input-color);
border-color: var(--input-color);
font-size: 14px;
}
.suggestion-item.is-selected {
background-color: var(--text-selection);
border-radius: 5px;
}
.suggestion-item {
font-size: 14px;
padding: 4px;
}
.workspace-leaf-resize-handle {
background-color: inherit;
}
.workspace-split.mod-root .workspace-split.mod-vertical .workspace-leaf-content {
padding-right: 0px;
}
.markdown-preview-view blockquote {
border-radius: 0px;
border: 0px solid var(--background-modifier-border);
border-left-width: 5px;
padding: 10px;
background-color: inherit;
font-weight: 600;
}
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string {
background: inherit;
}
.markdown-preview-view hr {
border: none;
border-top: 1px solid ;
border-color: var(--horizontal-line);
}
.cm-s-obsidian pre.HyperMD-footnote {
font-size: inherit;
padding-left: inherit;
}
.workspace-tab-header {
border-radius: 0px;
}
.view-header {
border-radius: 0px;
}
.workspace-split.mod-root > .workspace-leaf:first-of-type .workspace-leaf-content {
border-top-left-radius: 0px;
}
.workspace-split.mod-root > .workspace-leaf:last-of-type .workspace-leaf-content {
border-top-right-radius: 0px;
}
.cm-s-obsidian span.cm-formatting-math {
color: var(--text-muted);
font-weight: inherit;
}
.CodeMirror .cm-inline-code, .CodeMirror .cm-math {
color: inherit;
}
.cm-s-obsidian span.cm-math, .cm-s-obsidian span.hmd-fold-math-placeholder {
font-style: normal;
font-size: 90%;
}
.view-header-title-container:after, .workspace-leaf.mod-active .view-header-title-container:after, .workspace-split.mod-root > .workspace-leaf:first-of-type:last-of-type.mod-active .view-header-title-container:after {
background: none;
}
.list-item-ending-flair, .search-result-count, .search-result-file-title:hover, .list-item:hover .list-item-ending-flair {
background-color: inherit;
color: var(--text-faint);
font-weight: 600;
}
.footnotes ol {
padding-inline-start: 15px;
}
.workspace-leaf-content[data-type='search'] .nav-action-button.is-active, .workspace-leaf-content[data-type='backlink'] .nav-action-button.is-active {
background-color: inherit;
color: var(--text-normal);
font-weight: 600;
}
.modal-bg {
background-color: inherit;
}
.view-actions {
padding: none;
padding-top: 2px;
}
.CodeMirror-vscrollbar {
overflow: auto;
}
.vertical-tab-nav-item.is-active {
border-left-color: none;
border-left: 0px;
}
.dropdown {
background-image: url('data:image/svg+xml;charset=utf-8, <svg width="100%" height="100%" viewBox="0 0 184 49" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-877.45,-1362.33)"><g transform="matrix(-1,-1.22465e-16,1.22465e-16,-1,1938.66,2773.3)"><path d="M969.328,1362.33L1061.21,1410.97L877.45,1410.97L969.328,1362.33Z" style="fill:rgb(0,98,193);"/></g></g></svg>');
background-size: 1em auto, 100%;
border: 1px solid var(--interactive-accent);
}
.search-result-file-matched-text {
color: var(--text-highlight-fg);
}
.markdown-preview-view .internal-link {
text-decoration: none;
}
.nav-file.is-active > .nav-file-title, .nav-file.is-active > .nav-folder-title, .nav-file.is-active > .nav-folder-collapse-indicator, .nav-folder.is-active > .nav-file-title, .nav-folder.is-active > .nav-folder-title, .nav-folder.is-active > .nav-folder-collapse-indicator {
background-color: var(--sidebar-selected-bg);
}
.pane-clickable-item:hover, .side-dock-collapsible-section-header:hover {
background-color: var(--sidebar-selected-bg);
}
.workspace-split.mod-left-split > .workspace-leaf-resize-handle, .workspace-split.mod-right-split > .workspace-leaf-resize-handle {
background-color: var(--background-secondary-alt);
}
.view-header-icon {
color: var(--text-faint);
} | 0.38318 | 0.078113 |
.response-container{
min-width: 300px;
}
.response-header {
padding: 10px;
}
.response-header-tab span {
display: inline-block;
padding: 0 10px;
border-radius: 25px;
height:25px;
line-height:25px;
cursor: pointer;
}
.response-status-and-time {
line-height:25px;
}
.response-status-and-time span {
font-weight: bold;
}
.response-body {
overflow-y: auto;
padding: 10px;
}
.response-body pre {
overflow-y: auto;
font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,
Roboto,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",微软雅黑,"Microsoft Jhenghei",sans-serif!important;
}
.response-empty {
padding: 100px 0;
text-align: center;
text-shadow: 1px 1px 1px #000;
font-size:14px;
position: relative;
}
.response-empty-rectangle {
display: inline-block;
width:80px;
height:80px;
line-height:80px;
border: 2px solid #ccc;
margin-bottom:20px;
text-align: center;
border-radius: 5px;
box-shadow: 1px 1px 1px #000;
}
.response-empty i.mdi-alpha-j-box {
position: absolute;
top:10px;
right:10px;
font-size:28px;
cursor: pointer;
color:#fff;
opacity: .5;
}
.response-empty i.mdi-alpha-j-box:hover {
opacity: 1;
}
/* code theme */
.response-body{position:relative;}
.response-body pre div{position:relative;padding-left:20px;font-size:14px;}
.response-body pre div i{position:absolute;left: 0;top:0;font-size:16px;display: inline-block;
width:13px;height:13px;cursor:pointer;}
.response-body pre div.child{padding-left:25px;background: url('../../../images/line.png') repeat-y 0 0;
background-size: 16px 22px;}
.response-body pre div.row-root{background: url('../../../images/open_root.png') no-repeat 0 -5px;background-size: 16px 22px;}
.response-body pre div.row-child{background: url('../../../images/open.png') no-repeat 0 -5px;background-size: 16px 22px;}
.response-body pre div.row-node{background: url('../../../images/node.png') no-repeat 0 -5px;background-size: 16px 22px;}
.response-body pre div.row-close{background: url('../../../images/folder.png') no-repeat 0 -5px;background-size: 16px 22px;}
.response-body pre div.row-root-close{background: url('../../../images/folder_root.png') no-repeat 0 -5px;background-size: 16px 22px;}
.code-theme-light pre{text-shadow: -2px 1px 3px rgba(187, 187, 187, 0.17);background-color:#fff;color:#222;}
.code-theme-light .code-string{color:#993300;}
.code-theme-light .code-number{color:#cc00cc;}
.code-theme-light .code-boolean{color:#000033;}
.code-theme-light .code-null{color:magenta;}
.code-theme-light .code-key{color:#003377;font-weight:bold;}
.code-theme-light #result-format span.focus{background-color:#fff;color:#000;}
.code-theme-light .sending pre{background-color:#efefef;}
.response-body pre.code-theme-dark::-webkit-scrollbar-thumb {border-radius:0;background:#828281;box-shadow:rgba(0,0,0,0.5);}
.code-theme-dark pre{text-shadow: -2px 1px 3px rgba(187, 187, 187, 0.17);}
.code-theme-dark .code-string{color:#66D9EF;}
.code-theme-dark .code-number{color:#F92672;}
.code-theme-dark .code-boolean{color:#000033;}
.code-theme-dark .code-null{color:magenta;}
.code-theme-dark .code-key{color:#A6E22E;font-weight:bold;}
.code-theme-dark #result-format span.focus{background-color:rgb(50, 54, 57);color:#fff;}
.code-theme-dark .sending pre{background-color:#333;}
.response-body-format{position:absolute;top:10px;right:20px;font-size:20px;opacity: 0.5;cursor:pointer;}
.response-body-format:hover{opacity: 1;}
.response-format-modal{height:490px;margin-top:10px;}
.response-format-modal textarea{width:100%;padding:10px;}
.response-format-type span, .json-format-type span{display: inline-block;padding:5px 10px;border-radius: 20px;cursor:pointer;}
.response-body-button{width:100px;} | scripts/module/response/style.css | .response-container{
min-width: 300px;
}
.response-header {
padding: 10px;
}
.response-header-tab span {
display: inline-block;
padding: 0 10px;
border-radius: 25px;
height:25px;
line-height:25px;
cursor: pointer;
}
.response-status-and-time {
line-height:25px;
}
.response-status-and-time span {
font-weight: bold;
}
.response-body {
overflow-y: auto;
padding: 10px;
}
.response-body pre {
overflow-y: auto;
font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,
Roboto,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",微软雅黑,"Microsoft Jhenghei",sans-serif!important;
}
.response-empty {
padding: 100px 0;
text-align: center;
text-shadow: 1px 1px 1px #000;
font-size:14px;
position: relative;
}
.response-empty-rectangle {
display: inline-block;
width:80px;
height:80px;
line-height:80px;
border: 2px solid #ccc;
margin-bottom:20px;
text-align: center;
border-radius: 5px;
box-shadow: 1px 1px 1px #000;
}
.response-empty i.mdi-alpha-j-box {
position: absolute;
top:10px;
right:10px;
font-size:28px;
cursor: pointer;
color:#fff;
opacity: .5;
}
.response-empty i.mdi-alpha-j-box:hover {
opacity: 1;
}
/* code theme */
.response-body{position:relative;}
.response-body pre div{position:relative;padding-left:20px;font-size:14px;}
.response-body pre div i{position:absolute;left: 0;top:0;font-size:16px;display: inline-block;
width:13px;height:13px;cursor:pointer;}
.response-body pre div.child{padding-left:25px;background: url('../../../images/line.png') repeat-y 0 0;
background-size: 16px 22px;}
.response-body pre div.row-root{background: url('../../../images/open_root.png') no-repeat 0 -5px;background-size: 16px 22px;}
.response-body pre div.row-child{background: url('../../../images/open.png') no-repeat 0 -5px;background-size: 16px 22px;}
.response-body pre div.row-node{background: url('../../../images/node.png') no-repeat 0 -5px;background-size: 16px 22px;}
.response-body pre div.row-close{background: url('../../../images/folder.png') no-repeat 0 -5px;background-size: 16px 22px;}
.response-body pre div.row-root-close{background: url('../../../images/folder_root.png') no-repeat 0 -5px;background-size: 16px 22px;}
.code-theme-light pre{text-shadow: -2px 1px 3px rgba(187, 187, 187, 0.17);background-color:#fff;color:#222;}
.code-theme-light .code-string{color:#993300;}
.code-theme-light .code-number{color:#cc00cc;}
.code-theme-light .code-boolean{color:#000033;}
.code-theme-light .code-null{color:magenta;}
.code-theme-light .code-key{color:#003377;font-weight:bold;}
.code-theme-light #result-format span.focus{background-color:#fff;color:#000;}
.code-theme-light .sending pre{background-color:#efefef;}
.response-body pre.code-theme-dark::-webkit-scrollbar-thumb {border-radius:0;background:#828281;box-shadow:rgba(0,0,0,0.5);}
.code-theme-dark pre{text-shadow: -2px 1px 3px rgba(187, 187, 187, 0.17);}
.code-theme-dark .code-string{color:#66D9EF;}
.code-theme-dark .code-number{color:#F92672;}
.code-theme-dark .code-boolean{color:#000033;}
.code-theme-dark .code-null{color:magenta;}
.code-theme-dark .code-key{color:#A6E22E;font-weight:bold;}
.code-theme-dark #result-format span.focus{background-color:rgb(50, 54, 57);color:#fff;}
.code-theme-dark .sending pre{background-color:#333;}
.response-body-format{position:absolute;top:10px;right:20px;font-size:20px;opacity: 0.5;cursor:pointer;}
.response-body-format:hover{opacity: 1;}
.response-format-modal{height:490px;margin-top:10px;}
.response-format-modal textarea{width:100%;padding:10px;}
.response-format-type span, .json-format-type span{display: inline-block;padding:5px 10px;border-radius: 20px;cursor:pointer;}
.response-body-button{width:100px;} | 0.349755 | 0.08548 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
list-style: none;
font-family: sans-serif;
}
/*==========HEADER==========*/
.header {background: url(../imagens/capa.png) no-repeat; background-size: cover;}
.header01 {display: flex; justify-content: space-between; align-items: center; padding: 40px 35px;}
.header01 img {width: 160px;}
.header01 .menu {display: flex;}
.header01 .menu li a {color: white;}
.header01 .menu li + li {margin-left: 40px;}
.header02 {margin: 170px 150px 0 560px;}
.header02 h2, .header02 p {color: white;}
.header02 h2 {font-weight: lighter; font-size: 40px; line-height: 1.5; margin-bottom: 10px;}
.header02 p {padding-bottom: 330px;}
@media screen and (max-width: 600px){
.header {width: 100%; height: auto; background: url(../imagens/capa600.png) no-repeat; background-size: cover; background-position: center; margin-bottom: -200px;}
.header01 {flex-direction: column; padding: 40px 10px;}
.header01 .menu {margin-top: 30px;}
.header01 .menu li + li {margin-left: 35px;}
.header02 {margin: 10px;}
.header02 h2 {font-size: 30px; text-align: center; margin: 30px 0;}
.header02 p {text-align: justify; margin-top: 150px;}
}
@media screen and (min-width: 601px) and (max-width: 1000px){
.header {width: 100%; height: auto; background: url(../imagens/capa1000.png) no-repeat; background-size: cover; background-position: center; margin-bottom: -200px;}
.header02 {margin: 50px;}
}
/*==========CONTENT==========*/
.content01 {display: flex; justify-content: space-between; background-color: #472562; padding: 0 150px 0 310px;}
.content01a h2, .content01a p, .content01a ul li {color: white;}
.content01a h2 {font-weight: lighter; font-size: 25px; margin-top: 55px; margin-bottom: 30px;}
.content01a p {margin-bottom: 10px;}
.content01a ul li {list-style: disc; margin-left: 15px;}
.content01a ul li + li {margin-top: 10px;}
.content01a button {width: 160px; height: 45px; border-radius: 25px; border: none; background-color: #ff703d;
color: white; cursor: pointer; margin-top: 30px;}
.content01b img {width: 500px; margin: -30px 0 -4px 0;}
@media screen and (max-width: 768px){
.content01 {flex-direction: column; padding: 10px;}
.content01a h2, .content01a p {text-align: center;}
.content01a p {margin-bottom: 30px;}
.content01a ul li {text-align: center; list-style: none;}
.content01a button {display: block; margin: 30px auto;}
.content01b img {width: 100%; margin: 0 0 -14px 0;}
}
@media screen and (min-width: 769px) and (max-width: 1000px){
.content01 {padding: 0 50px;}
}
.content02 h2, .content02 p {text-align: center;}
.content02 h2 {color: #472663; font-weight: 300; font-size: 1.5em; margin: 35px 0;}
.content02 p {padding: 0 250px; text-align: justify; margin-bottom: 70px;}
.content02 img {display: block; margin: 0 auto; position: relative; margin-bottom: -60px;}
@media screen and (max-width: 1000px){
.content02 p {padding: 0 10px;}
.content02 img {width: 100%; padding: 0 10px;}
}
.content03 {display: flex; justify-content: space-between;}
.content03a, .content03b {width: 50%;}
.content03a {background-color: #835fa7; padding: 140px 50px 100px 100px;}
.content03a h2, .content03a p {color: white;}
.content03a h2 {font-weight: 300; font-style: italic; font-size: 23px; margin-bottom: 20px;}
.content03a p {line-height: 35px; font-size: 15.5px;}
.content03b {padding: 140px 50px 100px 30px;}
.content03b1 {display: flex;}
.content03b1a h2 {color: #232323; font-weight: 400; font-size: 21px; margin-bottom: 5px;}
.content03b1a p {font-size: 13px; color: #232323; font-style: italic; font-weight: 300; margin-bottom: 15px;}
.content03b1b img {width: 40px; margin-left: 10px;}
.content03b2a p {color: #232323;}
.content03b2b {display: flex; margin-top: 15px;}
.content03b2b div + div {margin-left: 10px;}
.content03b2b .bolinha01 {width: 16px; height: 16px; background-color: #aaaaaa; border-radius: 50%; cursor: pointer;}
.content03b2b .bolinha02, .content03b2b .bolinha03 {width: 16px; height: 16px; background-color:#c8c8c8;
border-radius: 50%; cursor: pointer;}
@media screen and (max-width: 600px){
.content03 {flex-direction: column;}
.content03a, .content03b {width: 100%; padding: 70px 10px;}
.content03a p, .content03b2a p {text-align: justify;}
}
@media screen and (min-width: 601px) and (max-width: 1000px){
.content03a {padding: 140px 50px 100px 50px;}
}
.content04 {display: flex; background-color: #472663; padding-bottom: 25px;}
.content04a {width: 50%; padding: 100px 150px 0 40px;}
.content04a h2, .content04a p {color: white;}
.content04a h2 {font-size: 23px; font-weight: 300; margin-bottom: 5px;}
.content04a p {line-height: 1.2; margin-bottom: 15px; padding-right: 80px;}
.content04a input {width: 485px; height: 55px; margin-top: 7px; padding-left: 8px;}
.content04a textarea {width: 485px; margin-top: 7px; padding: 15px 0 0 8px;}
.content04a button {width: 170px; height: 45px; margin-top: 18px; border-radius: 25px; border: none;
background-color: #ff703d; color: white; cursor: pointer;}
.content04b {width: 50%; padding: 100px 150px 0 0;}
.content04b h2 {font-size: 23px; font-weight: 300; margin-bottom: 10px; color: white;}
@media screen and (max-width: 768px){
.content04 {flex-direction: column; padding-top: 50px;}
.content04a, .content04b {width: 100%; padding: 10px;}
.content04a h2 {text-align: center;}
.content04a p {padding-right: 0; text-align: justify;}
.content04a input, .content04a textarea {width: 100%;}
.content04a button {display: block; margin: 18px auto;}
.content04b h2 {text-align: center;}
.content04b iframe {width: 100%;}
}
@media screen and (min-width: 769px) and (max-width: 1100px){
.content04a, .content04b {width: 50%; padding: 10px;}
.content04a input, .content04a textarea {width: 95%;}
.content04b iframe {width: 95%;}
}
/*==========FOOTER==========*/
.footer {display: flex; justify-content: space-between; padding: 40px 30px; background-color: #192123;}
.footer p {color: white; font-size: 15px;}
@media screen and (max-width: 600px){
.footer {flex-direction: column;}
.footer p {text-align: center;}
.footer p + p {margin-top: 20px;}
} | css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
list-style: none;
font-family: sans-serif;
}
/*==========HEADER==========*/
.header {background: url(../imagens/capa.png) no-repeat; background-size: cover;}
.header01 {display: flex; justify-content: space-between; align-items: center; padding: 40px 35px;}
.header01 img {width: 160px;}
.header01 .menu {display: flex;}
.header01 .menu li a {color: white;}
.header01 .menu li + li {margin-left: 40px;}
.header02 {margin: 170px 150px 0 560px;}
.header02 h2, .header02 p {color: white;}
.header02 h2 {font-weight: lighter; font-size: 40px; line-height: 1.5; margin-bottom: 10px;}
.header02 p {padding-bottom: 330px;}
@media screen and (max-width: 600px){
.header {width: 100%; height: auto; background: url(../imagens/capa600.png) no-repeat; background-size: cover; background-position: center; margin-bottom: -200px;}
.header01 {flex-direction: column; padding: 40px 10px;}
.header01 .menu {margin-top: 30px;}
.header01 .menu li + li {margin-left: 35px;}
.header02 {margin: 10px;}
.header02 h2 {font-size: 30px; text-align: center; margin: 30px 0;}
.header02 p {text-align: justify; margin-top: 150px;}
}
@media screen and (min-width: 601px) and (max-width: 1000px){
.header {width: 100%; height: auto; background: url(../imagens/capa1000.png) no-repeat; background-size: cover; background-position: center; margin-bottom: -200px;}
.header02 {margin: 50px;}
}
/*==========CONTENT==========*/
.content01 {display: flex; justify-content: space-between; background-color: #472562; padding: 0 150px 0 310px;}
.content01a h2, .content01a p, .content01a ul li {color: white;}
.content01a h2 {font-weight: lighter; font-size: 25px; margin-top: 55px; margin-bottom: 30px;}
.content01a p {margin-bottom: 10px;}
.content01a ul li {list-style: disc; margin-left: 15px;}
.content01a ul li + li {margin-top: 10px;}
.content01a button {width: 160px; height: 45px; border-radius: 25px; border: none; background-color: #ff703d;
color: white; cursor: pointer; margin-top: 30px;}
.content01b img {width: 500px; margin: -30px 0 -4px 0;}
@media screen and (max-width: 768px){
.content01 {flex-direction: column; padding: 10px;}
.content01a h2, .content01a p {text-align: center;}
.content01a p {margin-bottom: 30px;}
.content01a ul li {text-align: center; list-style: none;}
.content01a button {display: block; margin: 30px auto;}
.content01b img {width: 100%; margin: 0 0 -14px 0;}
}
@media screen and (min-width: 769px) and (max-width: 1000px){
.content01 {padding: 0 50px;}
}
.content02 h2, .content02 p {text-align: center;}
.content02 h2 {color: #472663; font-weight: 300; font-size: 1.5em; margin: 35px 0;}
.content02 p {padding: 0 250px; text-align: justify; margin-bottom: 70px;}
.content02 img {display: block; margin: 0 auto; position: relative; margin-bottom: -60px;}
@media screen and (max-width: 1000px){
.content02 p {padding: 0 10px;}
.content02 img {width: 100%; padding: 0 10px;}
}
.content03 {display: flex; justify-content: space-between;}
.content03a, .content03b {width: 50%;}
.content03a {background-color: #835fa7; padding: 140px 50px 100px 100px;}
.content03a h2, .content03a p {color: white;}
.content03a h2 {font-weight: 300; font-style: italic; font-size: 23px; margin-bottom: 20px;}
.content03a p {line-height: 35px; font-size: 15.5px;}
.content03b {padding: 140px 50px 100px 30px;}
.content03b1 {display: flex;}
.content03b1a h2 {color: #232323; font-weight: 400; font-size: 21px; margin-bottom: 5px;}
.content03b1a p {font-size: 13px; color: #232323; font-style: italic; font-weight: 300; margin-bottom: 15px;}
.content03b1b img {width: 40px; margin-left: 10px;}
.content03b2a p {color: #232323;}
.content03b2b {display: flex; margin-top: 15px;}
.content03b2b div + div {margin-left: 10px;}
.content03b2b .bolinha01 {width: 16px; height: 16px; background-color: #aaaaaa; border-radius: 50%; cursor: pointer;}
.content03b2b .bolinha02, .content03b2b .bolinha03 {width: 16px; height: 16px; background-color:#c8c8c8;
border-radius: 50%; cursor: pointer;}
@media screen and (max-width: 600px){
.content03 {flex-direction: column;}
.content03a, .content03b {width: 100%; padding: 70px 10px;}
.content03a p, .content03b2a p {text-align: justify;}
}
@media screen and (min-width: 601px) and (max-width: 1000px){
.content03a {padding: 140px 50px 100px 50px;}
}
.content04 {display: flex; background-color: #472663; padding-bottom: 25px;}
.content04a {width: 50%; padding: 100px 150px 0 40px;}
.content04a h2, .content04a p {color: white;}
.content04a h2 {font-size: 23px; font-weight: 300; margin-bottom: 5px;}
.content04a p {line-height: 1.2; margin-bottom: 15px; padding-right: 80px;}
.content04a input {width: 485px; height: 55px; margin-top: 7px; padding-left: 8px;}
.content04a textarea {width: 485px; margin-top: 7px; padding: 15px 0 0 8px;}
.content04a button {width: 170px; height: 45px; margin-top: 18px; border-radius: 25px; border: none;
background-color: #ff703d; color: white; cursor: pointer;}
.content04b {width: 50%; padding: 100px 150px 0 0;}
.content04b h2 {font-size: 23px; font-weight: 300; margin-bottom: 10px; color: white;}
@media screen and (max-width: 768px){
.content04 {flex-direction: column; padding-top: 50px;}
.content04a, .content04b {width: 100%; padding: 10px;}
.content04a h2 {text-align: center;}
.content04a p {padding-right: 0; text-align: justify;}
.content04a input, .content04a textarea {width: 100%;}
.content04a button {display: block; margin: 18px auto;}
.content04b h2 {text-align: center;}
.content04b iframe {width: 100%;}
}
@media screen and (min-width: 769px) and (max-width: 1100px){
.content04a, .content04b {width: 50%; padding: 10px;}
.content04a input, .content04a textarea {width: 95%;}
.content04b iframe {width: 95%;}
}
/*==========FOOTER==========*/
.footer {display: flex; justify-content: space-between; padding: 40px 30px; background-color: #192123;}
.footer p {color: white; font-size: 15px;}
@media screen and (max-width: 600px){
.footer {flex-direction: column;}
.footer p {text-align: center;}
.footer p + p {margin-top: 20px;}
} | 0.181916 | 0.136177 |
body.wp-admin.upload-php .filebird_sidebar{
margin-top: 10px;
}
body.wp-admin.upload-php #wpbody-content {
padding-right: 10px;
float: left;
}
body.wp-admin.upload-php .attachments {
height: 0;
}
body.wp-admin.upload-php .view-switch a:before {
line-height: 28px;
}
body.wp-admin.upload-php {
position: relative;
}
body.wp-admin.upload-php #screen-meta-links {
margin-bottom: -20px;
}
/** Media styles **/
.filebird_sidebar {
float: right;
position: relative;
}
.filebird_sidebar *,
.filebird_sidebar:before,
.filebird_sidebar :before,
.filebird_sidebar :after,
.filebird_sidebar:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.filebird_sidebar_container {
float: right;
position: relative;
}
.filebird_sidebar_toolbar {
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
font-size: 13px;
color: #555;
background: #fff;
}
.filebird_sidebar .nt_main_title {
font-size: 23px;
font-weight: 400;
margin: 0;
padding: 9px 120px 4px 0;
line-height: 29px;
}
.filebird_sidebar .filebird_add_new_container {
position: absolute;
right: 0;
top: 12px;
padding: 0;
margin: 0;
width: 130px;
text-align: right;
font-size: 0;
}
.filebird_sidebar .filebird_add_new_container .nt_main_add_new {
position: relative;
border: 1px solid #ccc;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: #f7f7f7;
font-weight: 600;
line-height: normal;
font-size: 13px;
cursor: pointer;
outline: 0;
width: 88%;
margin: 0;
color: #0073aa;
display: flex;
align-items: center;
height: 27px;
padding: 4px 8px;
float: right;
}
.filebird_toolbar .nt_main_button_icon svg {
position: absolute;
top: 1px;
left: 4px;
}
.filebird_sidebar .filebird_add_new_container .nt_main_add_new svg {
position: absolute;
z-index: 0;
}
.filebird_sidebar .filebird_add_new_container .nt_main_add_new:hover {
border-color: #008ec2;
background: #00a0d2;
color: #fff;
}
.filebird_toolbar {
font-size: 0;
padding: 4px 10px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
border: 1px solid #e5e5e5;
background: #fff;
color: #555;
margin-top: 12px;
height: 55px;
padding-top: 10px;
min-width: 225px;
}
.filebird_toolbar .nt_main_button_icon {
position: relative;
-moz-border-radius: 2px;
font-size: 13px;
cursor: pointer;
outline: 0;
margin-top: 3px;
margin-right: 6px;
height: 27px;
}
.filebird_toolbar .js__nt_rename svg {
top: 1px;
}
.filebird_toolbar .nt_main_button_icon span {
font-weight: normal !important;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 28px;
}
/** jsTree **/
#njt-filebird-defaultTree {
margin: 10px 0 10px 0px;
padding-bottom: 10px;
border-bottom: 1px solid #e5e5e5;
box-shadow: 0 1px 0 0 #f7f7f7;
}
.filebird_tree .jstree-icon:before {
line-height: 24px;
}
.filebird_tree
.jstree-open
> .jstree-anchor
.jstree-icon.icon-folder-close:before {
content: "\e801";
}
.filebird_tree.jstree-default .jstree-anchor {
position: relative;
padding-right: 0;
display: flex;
align-items: center;
}
/* .jstree-anchor span {
margin-right: 10px;
} */
.filebird_tree [data-number] {
position: relative;
}
.filebird_tree [data-number]:before {
content: attr(data-number);
position: absolute;
left: 5px;
min-width: 18px;
height: 18px;
text-align: center;
font-size: 10px;
line-height: 17px;
top: 6px;
padding: 0 4px;
z-index: 1;
pointer-events: none;
border-style: solid;
border-width: 1px;
border-color: rgb(204, 204, 204);
border-radius: 2px;
background-color: #fff;
height: 19px;
}
/* njt-filebird-fixed */
.njt-filebird-fixed{
position: fixed;
}
.njt-filebird-fixed-border {
/* z-index: 1;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
padding: 10px;
transform: scale(1);
transition: 0.15s all ease; */
}
/* njt-filebird-fixed */
/** Drag **/
#njt-filebird-attachment {
position: fixed;
z-index: 9999999999;
padding: 5px 10px;
background: #0073aa;
color: #ffffff;
transform: translate(20px, 20px);
border-radius: 4px;
font-size: 14px;
line-height: 24px;
box-shadow: 0 1px 0 #ccc;
display: none;
}
.njt-filebird-loader {
width: 0;
-webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
transition: width 0.5s;
height: 5px;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAXklEQVQYV2NkKFn1nwEEROXBFAp4/ZCBASLLwAhWSEARRGHnSageJLNAJoEATIYRm0Ik66B2gp2FaiIORahW41GEUEhAEcLXaA7HFgqMDMXQcIRowxmeCIV4FIHMAADu4TAvFHh4twAAAABJRU5ErkJggg==")
repeat;
}
.njt-filebird-loader.loading {
width: 90%;
}
.njt-filebird-loader.finish {
width: 100%;
}
#tree-bottom {
height: 100px;
position: relative;
}
#tree-bottom .jstree-default {
width: 200px;
height: 4px;
background: #0073aa;
margin-left: 15px;
}
#tree-bottom .jstree-default.hide {
display: none;
}
#tree-bottom .jstree-icon {
background-position: -66px -68px;
top: -7px;
left: 4px;
}
#tree-bottom .pl-icon {
top: -3px;
left: 9px;
font-size: 16px;
}
#tree-bottom i {
position: absolute;
}
.jstree-default .jstree-hovered.jstree-clicked {
background: none;
border-radius: 0;
box-shadow: none;
}
#jstree-marker {
width: 150px;
height: 2px !important;
border: 1px solid #0073aa;
background-color: #0073aa;
}
.jstree-dnd-parent > a.jstree-hovered {
position: absolute;
border: 1px solid #0073aa;
border-radius: 2px;
}
#njt-filebird-folderTree {
margin-left: 0px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
background-image: none !important;
}
.jstree-default .jstree-icon:empty {
display: none;
}
.jstree-default > .jstree-container-ul > .jstree-node {
margin-top: 5px;
padding-right: 6px;
}
body.wp-admin.upload-php .wpmediacategory-filter {
display: none !important;
}
.media-frame.mode-grid .attachments-browser {
height: auto;
}
body.wp-admin.upload-php .njt-splitter {
position: relative;
float: right;
flex: 0 0 auto;
width: 18px;
height: 100vh;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAhCAQAAABOpSL+AAAAIklEQVR4AWMwbb/PdR+JZDD9f1/oPhI5sgVGBSruc9xHIgGdSQqqQJGkRgAAAABJRU5ErkJggg==")
0 65px no-repeat;
min-height: 200px;
cursor: col-resize;
transition: margin-top 300ms;
}
body.wp-admin.upload-php .njt-splitter:before {
content: "";
width: 2px;
position: absolute;
top: 0px;
bottom: 0;
right: -2px;
margin-right: 15px;
background: #e5e5e5;
z-index: -1;
border-right: 1px solid #f7f7f7;
}
body.wp-admin.upload-php .njt-expand {
height: 38px;
position: absolute;
display: none;
margin-top: 75px;
right: -14px;
}
body.wp-admin.upload-php .njt-expand:before {
content: "\f148";
display: block;
width: 20px;
cursor: pointer;
position: relative;
top: 7px;
text-align: center;
font: 400 20px/1 dashicons !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
#njt-filebird-folderTree {
max-height: calc(100vh - 250px);
}
#update-folders {
padding-right: 10px;
}
#njt-filebird-folderTree .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #c1c1c1;
}
#njt-filebird-folderTree .mCSB_scrollTools .mCSB_draggerRail {
background-color: rgba(208, 208, 208, 0.4);
}
#njt-filebird-folderTree .mCSB_scrollTools .mCSB_draggerContainer{
left: -12px;
}
#njt-filebird-folderTree .mCSB_inside>.mCSB_container{
margin-left: 6px;
} | web/wp-content/plugins/filebird/admin/css/filebird-upload-rtl.css | body.wp-admin.upload-php .filebird_sidebar{
margin-top: 10px;
}
body.wp-admin.upload-php #wpbody-content {
padding-right: 10px;
float: left;
}
body.wp-admin.upload-php .attachments {
height: 0;
}
body.wp-admin.upload-php .view-switch a:before {
line-height: 28px;
}
body.wp-admin.upload-php {
position: relative;
}
body.wp-admin.upload-php #screen-meta-links {
margin-bottom: -20px;
}
/** Media styles **/
.filebird_sidebar {
float: right;
position: relative;
}
.filebird_sidebar *,
.filebird_sidebar:before,
.filebird_sidebar :before,
.filebird_sidebar :after,
.filebird_sidebar:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.filebird_sidebar_container {
float: right;
position: relative;
}
.filebird_sidebar_toolbar {
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
font-size: 13px;
color: #555;
background: #fff;
}
.filebird_sidebar .nt_main_title {
font-size: 23px;
font-weight: 400;
margin: 0;
padding: 9px 120px 4px 0;
line-height: 29px;
}
.filebird_sidebar .filebird_add_new_container {
position: absolute;
right: 0;
top: 12px;
padding: 0;
margin: 0;
width: 130px;
text-align: right;
font-size: 0;
}
.filebird_sidebar .filebird_add_new_container .nt_main_add_new {
position: relative;
border: 1px solid #ccc;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: #f7f7f7;
font-weight: 600;
line-height: normal;
font-size: 13px;
cursor: pointer;
outline: 0;
width: 88%;
margin: 0;
color: #0073aa;
display: flex;
align-items: center;
height: 27px;
padding: 4px 8px;
float: right;
}
.filebird_toolbar .nt_main_button_icon svg {
position: absolute;
top: 1px;
left: 4px;
}
.filebird_sidebar .filebird_add_new_container .nt_main_add_new svg {
position: absolute;
z-index: 0;
}
.filebird_sidebar .filebird_add_new_container .nt_main_add_new:hover {
border-color: #008ec2;
background: #00a0d2;
color: #fff;
}
.filebird_toolbar {
font-size: 0;
padding: 4px 10px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
border: 1px solid #e5e5e5;
background: #fff;
color: #555;
margin-top: 12px;
height: 55px;
padding-top: 10px;
min-width: 225px;
}
.filebird_toolbar .nt_main_button_icon {
position: relative;
-moz-border-radius: 2px;
font-size: 13px;
cursor: pointer;
outline: 0;
margin-top: 3px;
margin-right: 6px;
height: 27px;
}
.filebird_toolbar .js__nt_rename svg {
top: 1px;
}
.filebird_toolbar .nt_main_button_icon span {
font-weight: normal !important;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 28px;
}
/** jsTree **/
#njt-filebird-defaultTree {
margin: 10px 0 10px 0px;
padding-bottom: 10px;
border-bottom: 1px solid #e5e5e5;
box-shadow: 0 1px 0 0 #f7f7f7;
}
.filebird_tree .jstree-icon:before {
line-height: 24px;
}
.filebird_tree
.jstree-open
> .jstree-anchor
.jstree-icon.icon-folder-close:before {
content: "\e801";
}
.filebird_tree.jstree-default .jstree-anchor {
position: relative;
padding-right: 0;
display: flex;
align-items: center;
}
/* .jstree-anchor span {
margin-right: 10px;
} */
.filebird_tree [data-number] {
position: relative;
}
.filebird_tree [data-number]:before {
content: attr(data-number);
position: absolute;
left: 5px;
min-width: 18px;
height: 18px;
text-align: center;
font-size: 10px;
line-height: 17px;
top: 6px;
padding: 0 4px;
z-index: 1;
pointer-events: none;
border-style: solid;
border-width: 1px;
border-color: rgb(204, 204, 204);
border-radius: 2px;
background-color: #fff;
height: 19px;
}
/* njt-filebird-fixed */
.njt-filebird-fixed{
position: fixed;
}
.njt-filebird-fixed-border {
/* z-index: 1;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
padding: 10px;
transform: scale(1);
transition: 0.15s all ease; */
}
/* njt-filebird-fixed */
/** Drag **/
#njt-filebird-attachment {
position: fixed;
z-index: 9999999999;
padding: 5px 10px;
background: #0073aa;
color: #ffffff;
transform: translate(20px, 20px);
border-radius: 4px;
font-size: 14px;
line-height: 24px;
box-shadow: 0 1px 0 #ccc;
display: none;
}
.njt-filebird-loader {
width: 0;
-webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
transition: width 0.5s;
height: 5px;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAXklEQVQYV2NkKFn1nwEEROXBFAp4/ZCBASLLwAhWSEARRGHnSageJLNAJoEATIYRm0Ik66B2gp2FaiIORahW41GEUEhAEcLXaA7HFgqMDMXQcIRowxmeCIV4FIHMAADu4TAvFHh4twAAAABJRU5ErkJggg==")
repeat;
}
.njt-filebird-loader.loading {
width: 90%;
}
.njt-filebird-loader.finish {
width: 100%;
}
#tree-bottom {
height: 100px;
position: relative;
}
#tree-bottom .jstree-default {
width: 200px;
height: 4px;
background: #0073aa;
margin-left: 15px;
}
#tree-bottom .jstree-default.hide {
display: none;
}
#tree-bottom .jstree-icon {
background-position: -66px -68px;
top: -7px;
left: 4px;
}
#tree-bottom .pl-icon {
top: -3px;
left: 9px;
font-size: 16px;
}
#tree-bottom i {
position: absolute;
}
.jstree-default .jstree-hovered.jstree-clicked {
background: none;
border-radius: 0;
box-shadow: none;
}
#jstree-marker {
width: 150px;
height: 2px !important;
border: 1px solid #0073aa;
background-color: #0073aa;
}
.jstree-dnd-parent > a.jstree-hovered {
position: absolute;
border: 1px solid #0073aa;
border-radius: 2px;
}
#njt-filebird-folderTree {
margin-left: 0px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
background-image: none !important;
}
.jstree-default .jstree-icon:empty {
display: none;
}
.jstree-default > .jstree-container-ul > .jstree-node {
margin-top: 5px;
padding-right: 6px;
}
body.wp-admin.upload-php .wpmediacategory-filter {
display: none !important;
}
.media-frame.mode-grid .attachments-browser {
height: auto;
}
body.wp-admin.upload-php .njt-splitter {
position: relative;
float: right;
flex: 0 0 auto;
width: 18px;
height: 100vh;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAhCAQAAABOpSL+AAAAIklEQVR4AWMwbb/PdR+JZDD9f1/oPhI5sgVGBSruc9xHIgGdSQqqQJGkRgAAAABJRU5ErkJggg==")
0 65px no-repeat;
min-height: 200px;
cursor: col-resize;
transition: margin-top 300ms;
}
body.wp-admin.upload-php .njt-splitter:before {
content: "";
width: 2px;
position: absolute;
top: 0px;
bottom: 0;
right: -2px;
margin-right: 15px;
background: #e5e5e5;
z-index: -1;
border-right: 1px solid #f7f7f7;
}
body.wp-admin.upload-php .njt-expand {
height: 38px;
position: absolute;
display: none;
margin-top: 75px;
right: -14px;
}
body.wp-admin.upload-php .njt-expand:before {
content: "\f148";
display: block;
width: 20px;
cursor: pointer;
position: relative;
top: 7px;
text-align: center;
font: 400 20px/1 dashicons !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
#njt-filebird-folderTree {
max-height: calc(100vh - 250px);
}
#update-folders {
padding-right: 10px;
}
#njt-filebird-folderTree .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #c1c1c1;
}
#njt-filebird-folderTree .mCSB_scrollTools .mCSB_draggerRail {
background-color: rgba(208, 208, 208, 0.4);
}
#njt-filebird-folderTree .mCSB_scrollTools .mCSB_draggerContainer{
left: -12px;
}
#njt-filebird-folderTree .mCSB_inside>.mCSB_container{
margin-left: 6px;
} | 0.198841 | 0.064065 |
@media (max-width: 1450px) and (min-width:811px){
body{
background-color:rgb(48, 54, 64);
color:aliceblue;
overflow-x:hidden;
font-weight: bold;
font-family:'Courier New', Courier, monospace;
}
#nav{
margin-left: 65%;
}
#country{
align-self: right;
width:20%;
}
/* #myForm2{
margin-top: -3%;
margin-left: 45%;
} */
#Go{
transition: 0.5s;
transition-timing-function: ease-in;
border-radius: 7px;
border-width: 2px;
background-color: rgba(8, 99, 164, 0.7);
color:aliceblue;
height: 7vh;
}
#dispvcc{
color:rgb(21, 203, 11);
font-weight: bolder;
font-size: 1.5rem;
margin-left:10%;
padding: 10px;
}
#dispperc{
color:rgb(21, 203, 11);
font-weight: bolder;
font-size: 1.5rem;
margin-left:55%;
padding: 10px;
}
#myForm2>input{
height: 3vh;
border-radius: 7px;
border-width: 2px;
}
#location{
transition: 0.5s;
transition-timing-function: ease-in;
padding: 0.67%;
margin-top: -3%;
margin-left: 15%;
border-radius: 5px;
background-color: rgba(8, 99, 164, 0.7);
color:rgb(181, 210, 235);
text-decoration: none;
font-size: 0.6rem;
}
#nv1{
transition: 0.5s;
transition-timing-function: ease-in;
padding: 0.67%;
float:right;
margin-top: -3%;
border-radius: 5px;
background-color: rgba(8, 99, 164, 0.7);
color:rgb(181, 210, 235);
text-decoration: none;
font-size: 0.6rem;
}
.line{
background-color: lightslategrey;
color: lightslategrey;
height: 2px;
border-radius: 2px;
}
#location:hover,#Go:hover,#nv1:hover{
color: honeydew;
background-color: rgb(35, 130, 214);
border-radius: 5px;
transition-duration: 0.5s;
transition-timing-function:ease-in-out;
}
#head{
background-color:rgb(48, 54, 64,0.8);
position: fixed;
width: 100%;
height: 10%;
margin-left:-0.5%;
margin-top: 0%;
}
#head1{
color:aliceblue;
font-size: 2rem;
margin-left: 8%;
margin-top: -5%;
}
#img1{
align-self: center;
margin-left: 23%;
}
#wrldsts,#disp{
border-radius: 10px;
background-color:rgb(48, 54, 64);
margin-top:5%;
}
#wrldhead,#srch{
text-align: center;
font-size: 2rem;
color:rgb(53, 64, 66);
padding: 1%;
}
#srch{
color:aliceblue;
}
#wrldrec1 ,#disprec{
color:rgb(52, 187, 40);
font-weight: bolder;
font-size: 1.5rem;
margin-left:10%;
padding: 1%;
}
#wrldrecdat,#disprecdat{
margin-left:2%;
}
#wrldrec4,#dispded{
color:lightgray;
font-weight: bolder;
font-size: 1.5rem;
margin-right:20%;
margin-top: -5.25%;
text-align: right;
padding: 1%;
}
#veryhigh{
border-radius:10px;
background-color:rgba(231, 35, 35, 0.8);
display:flex;
flex-wrap: nowrap;
}
#wrldactdat,#dispdeddat{
margin-right: 1%;
}
#dispprec{
border-radius: 5px;
}
#high{
border-radius:10px;
background-color:rgba(231, 195, 35,0.8);
display:flex;
flex-wrap: nowrap;
}
#low{
border-radius:10px;
background-color:rgba(110, 202, 64, 0.8);
display:flex;
flex-wrap: nowrap;
}
#wrldrec3,#dispcnf{
color:rgb(35, 104, 241);
font-weight: bolder;
font-size: 1.5rem;
margin-left:10%;
margin-top:1%;
padding: 10px;
}
#wrldcnfdat,#dispcnfdat{
margin-left:2.5%;
}
#wrldrec2,#dispactive{
color:rgb(214, 38, 38);
font-weight: bolder;
font-size: 1.5rem;
margin-right:20%;
margin-top: -5.5%;
text-align: right;
padding: 10px;
}
#wrlddeddat,#dispactivedat{
margin-right: 2.25%;
}
#world{
margin: 1%;
padding: 1%;
border-radius: 10px;
border-width: 5px;
background-color:aliceblue;
}
#disp{
padding: 2%;
border-radius: 10px;
}
.bingwidget{
overflow-x: hidden;
margin-left: 30%;
}
} | Project-3/Rituraj Seal/CSS/tablet.css | @media (max-width: 1450px) and (min-width:811px){
body{
background-color:rgb(48, 54, 64);
color:aliceblue;
overflow-x:hidden;
font-weight: bold;
font-family:'Courier New', Courier, monospace;
}
#nav{
margin-left: 65%;
}
#country{
align-self: right;
width:20%;
}
/* #myForm2{
margin-top: -3%;
margin-left: 45%;
} */
#Go{
transition: 0.5s;
transition-timing-function: ease-in;
border-radius: 7px;
border-width: 2px;
background-color: rgba(8, 99, 164, 0.7);
color:aliceblue;
height: 7vh;
}
#dispvcc{
color:rgb(21, 203, 11);
font-weight: bolder;
font-size: 1.5rem;
margin-left:10%;
padding: 10px;
}
#dispperc{
color:rgb(21, 203, 11);
font-weight: bolder;
font-size: 1.5rem;
margin-left:55%;
padding: 10px;
}
#myForm2>input{
height: 3vh;
border-radius: 7px;
border-width: 2px;
}
#location{
transition: 0.5s;
transition-timing-function: ease-in;
padding: 0.67%;
margin-top: -3%;
margin-left: 15%;
border-radius: 5px;
background-color: rgba(8, 99, 164, 0.7);
color:rgb(181, 210, 235);
text-decoration: none;
font-size: 0.6rem;
}
#nv1{
transition: 0.5s;
transition-timing-function: ease-in;
padding: 0.67%;
float:right;
margin-top: -3%;
border-radius: 5px;
background-color: rgba(8, 99, 164, 0.7);
color:rgb(181, 210, 235);
text-decoration: none;
font-size: 0.6rem;
}
.line{
background-color: lightslategrey;
color: lightslategrey;
height: 2px;
border-radius: 2px;
}
#location:hover,#Go:hover,#nv1:hover{
color: honeydew;
background-color: rgb(35, 130, 214);
border-radius: 5px;
transition-duration: 0.5s;
transition-timing-function:ease-in-out;
}
#head{
background-color:rgb(48, 54, 64,0.8);
position: fixed;
width: 100%;
height: 10%;
margin-left:-0.5%;
margin-top: 0%;
}
#head1{
color:aliceblue;
font-size: 2rem;
margin-left: 8%;
margin-top: -5%;
}
#img1{
align-self: center;
margin-left: 23%;
}
#wrldsts,#disp{
border-radius: 10px;
background-color:rgb(48, 54, 64);
margin-top:5%;
}
#wrldhead,#srch{
text-align: center;
font-size: 2rem;
color:rgb(53, 64, 66);
padding: 1%;
}
#srch{
color:aliceblue;
}
#wrldrec1 ,#disprec{
color:rgb(52, 187, 40);
font-weight: bolder;
font-size: 1.5rem;
margin-left:10%;
padding: 1%;
}
#wrldrecdat,#disprecdat{
margin-left:2%;
}
#wrldrec4,#dispded{
color:lightgray;
font-weight: bolder;
font-size: 1.5rem;
margin-right:20%;
margin-top: -5.25%;
text-align: right;
padding: 1%;
}
#veryhigh{
border-radius:10px;
background-color:rgba(231, 35, 35, 0.8);
display:flex;
flex-wrap: nowrap;
}
#wrldactdat,#dispdeddat{
margin-right: 1%;
}
#dispprec{
border-radius: 5px;
}
#high{
border-radius:10px;
background-color:rgba(231, 195, 35,0.8);
display:flex;
flex-wrap: nowrap;
}
#low{
border-radius:10px;
background-color:rgba(110, 202, 64, 0.8);
display:flex;
flex-wrap: nowrap;
}
#wrldrec3,#dispcnf{
color:rgb(35, 104, 241);
font-weight: bolder;
font-size: 1.5rem;
margin-left:10%;
margin-top:1%;
padding: 10px;
}
#wrldcnfdat,#dispcnfdat{
margin-left:2.5%;
}
#wrldrec2,#dispactive{
color:rgb(214, 38, 38);
font-weight: bolder;
font-size: 1.5rem;
margin-right:20%;
margin-top: -5.5%;
text-align: right;
padding: 10px;
}
#wrlddeddat,#dispactivedat{
margin-right: 2.25%;
}
#world{
margin: 1%;
padding: 1%;
border-radius: 10px;
border-width: 5px;
background-color:aliceblue;
}
#disp{
padding: 2%;
border-radius: 10px;
}
.bingwidget{
overflow-x: hidden;
margin-left: 30%;
}
} | 0.339828 | 0.085633 |
body {
background-color: #f6f8fb;
}
.feature-box {
margin: 21px 0;
padding: 13px;
background: white;
border-radius: 4px;
background-color: #ffffff;
background-size: cover;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.info-box {
border-radius: 4px;
background: #f6f8fb;
color: #142e7b;
font-size: 1.1rem;
margin: 13px 0;
padding: 13px 0;
text-align: center;
}
.underline-title {
position: relative;
}
.underline-title:before{
content: "";
position: absolute;
width: 34px;
height: 1px;
bottom: -8px;
left: 0;
border-bottom: 1px solid #ddd;
}
.kpi-card {
width: 233px;
text-align: left;
margin: 13px 0;
}
.kpi-card h2 {
margin-bottom: 0;
}
.staticmap {
height: 100px;
margin: auto;
}
/* Table design */
.summary-table {
table-layout: fixed;
white-space: nowrap;
width: 100%;
margin-bottom: 21px;
}
.scroll-table {
height: 377px;
overflow-y: auto;
}
.scroll-table thead th {
position: sticky;
top: 0;
background: #f6f8fb;
color: #142e7b;
border-bottom: 1px solid;
border-color: #dee5ef;
}
.summary-table thead {
background: #f6f8fb;
color: #142e7b;
}
.summary-table td,
th {
padding: 1rem;
}
.summary-table td {
border-top: 1px solid;
border-color: #dee5ef;
}
.summary-table tr:hover {
background: #f6f8fb;
}
.summary-table .toggled {
background: #f6f8fb;
}
.hidden-checkbox {
visibility: hidden;
}
.fake-checkbox {
width: 13px;
height: 13px;
background: white;
border: 1px solid #142e7b;
border-radius: 4px;
font-weight: normal;
vertical-align: text-bottom;
}
.fake-checkbox:after {
content: "\f00c";
opacity: 0;
font-family: FontAwesome;
color: #142e7b;
}
.hidden-checkbox:checked ~ .fake-checkbox {
background: #142e7b;
}
/* Utilities */
.mb-4 {
margin-bottom: 21px;
}
.my-4 {
margin-top: 21px;
margin-bottom: 21px;
}
.my-3 {
margin-top: 13px !important;
margin-bottom: 13px !important;
}
.mx-2 {
margin-left: 8px;
margin-right: 8px;
}
.px-5 {
padding-left: 34px;
padding-right: 34px;
}
.text-primary {
color: #1873e2 !important;
}
.text-warning {
color: #FA8C44 !important;
}
.text-center {
text-align: center;
}
.text-light {
color: #898D92;
}
.justify-content-start {
display: flex;
justify-content: flex-start;
align-items: baseline;
}
.justify-content-between {
display: flex;
justify-content: space-between;
}
.justify-content-around {
display: flex;
justify-content: space-around;
}
.align-items-center {
display: flex;
align-items: center;
}
/** override legends style */
.odswidget-legend {
width: 100%;
align-items: center;
}
.odswidget-legend__steps_style {
flex-direction: row;
justify-content: space-around;
width: 100%;
}
/* Override map */
.leaflet-tile-pane {
display: none;
}
.leaflet-control-container {
display: none;
}
.odswidget.odswidget-map__map.leaflet-container {
background-color: transparent;
} | dashboard/covid-us/covid-us.css | body {
background-color: #f6f8fb;
}
.feature-box {
margin: 21px 0;
padding: 13px;
background: white;
border-radius: 4px;
background-color: #ffffff;
background-size: cover;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.info-box {
border-radius: 4px;
background: #f6f8fb;
color: #142e7b;
font-size: 1.1rem;
margin: 13px 0;
padding: 13px 0;
text-align: center;
}
.underline-title {
position: relative;
}
.underline-title:before{
content: "";
position: absolute;
width: 34px;
height: 1px;
bottom: -8px;
left: 0;
border-bottom: 1px solid #ddd;
}
.kpi-card {
width: 233px;
text-align: left;
margin: 13px 0;
}
.kpi-card h2 {
margin-bottom: 0;
}
.staticmap {
height: 100px;
margin: auto;
}
/* Table design */
.summary-table {
table-layout: fixed;
white-space: nowrap;
width: 100%;
margin-bottom: 21px;
}
.scroll-table {
height: 377px;
overflow-y: auto;
}
.scroll-table thead th {
position: sticky;
top: 0;
background: #f6f8fb;
color: #142e7b;
border-bottom: 1px solid;
border-color: #dee5ef;
}
.summary-table thead {
background: #f6f8fb;
color: #142e7b;
}
.summary-table td,
th {
padding: 1rem;
}
.summary-table td {
border-top: 1px solid;
border-color: #dee5ef;
}
.summary-table tr:hover {
background: #f6f8fb;
}
.summary-table .toggled {
background: #f6f8fb;
}
.hidden-checkbox {
visibility: hidden;
}
.fake-checkbox {
width: 13px;
height: 13px;
background: white;
border: 1px solid #142e7b;
border-radius: 4px;
font-weight: normal;
vertical-align: text-bottom;
}
.fake-checkbox:after {
content: "\f00c";
opacity: 0;
font-family: FontAwesome;
color: #142e7b;
}
.hidden-checkbox:checked ~ .fake-checkbox {
background: #142e7b;
}
/* Utilities */
.mb-4 {
margin-bottom: 21px;
}
.my-4 {
margin-top: 21px;
margin-bottom: 21px;
}
.my-3 {
margin-top: 13px !important;
margin-bottom: 13px !important;
}
.mx-2 {
margin-left: 8px;
margin-right: 8px;
}
.px-5 {
padding-left: 34px;
padding-right: 34px;
}
.text-primary {
color: #1873e2 !important;
}
.text-warning {
color: #FA8C44 !important;
}
.text-center {
text-align: center;
}
.text-light {
color: #898D92;
}
.justify-content-start {
display: flex;
justify-content: flex-start;
align-items: baseline;
}
.justify-content-between {
display: flex;
justify-content: space-between;
}
.justify-content-around {
display: flex;
justify-content: space-around;
}
.align-items-center {
display: flex;
align-items: center;
}
/** override legends style */
.odswidget-legend {
width: 100%;
align-items: center;
}
.odswidget-legend__steps_style {
flex-direction: row;
justify-content: space-around;
width: 100%;
}
/* Override map */
.leaflet-tile-pane {
display: none;
}
.leaflet-control-container {
display: none;
}
.odswidget.odswidget-map__map.leaflet-container {
background-color: transparent;
} | 0.49292 | 0.133952 |
.splitflap {
position: relative;
min-width: 100px;
height: 100px;
margin: 10px;
line-height: 100px;
font-size: 100px;
font-family: Monospace;
text-align: center;
color: white;
}
.center {
/* position: absolute;
left: 0;
top: 50%; */
margin-top: -50px;
width: 100%;
display: flex;
justify-content: center;
}
.top {
position: relative;
height: 50%;
width: 100%;
background-color: rgb(252, 202, 203);
border-radius: 10px 10px 0 0;
overflow: hidden;
z-index: 0;
}
div {
perspective: 500px;
}
.bottom {
position: relative;
height: 100%;
width: 100%;
margin-top: -50%;
border-radius: 10px 10px 10px 10px;
z-index: -1;
background-color: rgba(59, 182, 235, 0);
background-image: linear-gradient(rgba(59, 182, 235, 0), rgb(252, 202, 203));
transform-origin: center;
}
.nextHalf {
position: relative;
height: 50%;
width: 100%;
margin-top: -100%;
overflow: hidden;
border-radius: 10px 10px 0 0;
z-index: 2;
background-color: rgba(59, 182, 235, 0);
background-image: linear-gradient(rgb(252, 202, 203), rgba(59, 182, 235, 0));
transform-origin: bottom;
}
.nextFull {
position: relative;
height: 100%;
width: 100%;
background-color: rgb(252, 202, 203);
margin-top: -50%;
border-radius: 10px 10px 10px 10px;
z-index: -3;
}
.flip1 {
animation: flip1 ease-in 1;
animation-duration: 1s;
}
.flip2 {
animation: flip2 ease-out 1;
animation-duration: 1s;
}
@keyframes flip1 {
0% {
transform: rotateX(0deg);
background-color: rgb(252, 202, 203);
}
50% {
transform: rotateX(90deg);
background-color: black;
}
100% {
transform: rotateX(90deg);
}
}
@keyframes flip2 {
0% {
transform: rotateX(-90deg);
}
50% {
transform: rotateX(-90deg);
}
100% {
transform: rotateX(0deg);
background-color: rgb(252, 202, 203);
}
}
.center {
margin-top: 120px;
}
#HomepageText {
text-align: center;
}
/*
#ButtonHomepage {
position: relative;
top: 13rem;
left: 39rem;
}
#buttonFlap{
position: relative;
top: 13rem;
left: 16rem;
} */ | public/stylesheets/flap.css | .splitflap {
position: relative;
min-width: 100px;
height: 100px;
margin: 10px;
line-height: 100px;
font-size: 100px;
font-family: Monospace;
text-align: center;
color: white;
}
.center {
/* position: absolute;
left: 0;
top: 50%; */
margin-top: -50px;
width: 100%;
display: flex;
justify-content: center;
}
.top {
position: relative;
height: 50%;
width: 100%;
background-color: rgb(252, 202, 203);
border-radius: 10px 10px 0 0;
overflow: hidden;
z-index: 0;
}
div {
perspective: 500px;
}
.bottom {
position: relative;
height: 100%;
width: 100%;
margin-top: -50%;
border-radius: 10px 10px 10px 10px;
z-index: -1;
background-color: rgba(59, 182, 235, 0);
background-image: linear-gradient(rgba(59, 182, 235, 0), rgb(252, 202, 203));
transform-origin: center;
}
.nextHalf {
position: relative;
height: 50%;
width: 100%;
margin-top: -100%;
overflow: hidden;
border-radius: 10px 10px 0 0;
z-index: 2;
background-color: rgba(59, 182, 235, 0);
background-image: linear-gradient(rgb(252, 202, 203), rgba(59, 182, 235, 0));
transform-origin: bottom;
}
.nextFull {
position: relative;
height: 100%;
width: 100%;
background-color: rgb(252, 202, 203);
margin-top: -50%;
border-radius: 10px 10px 10px 10px;
z-index: -3;
}
.flip1 {
animation: flip1 ease-in 1;
animation-duration: 1s;
}
.flip2 {
animation: flip2 ease-out 1;
animation-duration: 1s;
}
@keyframes flip1 {
0% {
transform: rotateX(0deg);
background-color: rgb(252, 202, 203);
}
50% {
transform: rotateX(90deg);
background-color: black;
}
100% {
transform: rotateX(90deg);
}
}
@keyframes flip2 {
0% {
transform: rotateX(-90deg);
}
50% {
transform: rotateX(-90deg);
}
100% {
transform: rotateX(0deg);
background-color: rgb(252, 202, 203);
}
}
.center {
margin-top: 120px;
}
#HomepageText {
text-align: center;
}
/*
#ButtonHomepage {
position: relative;
top: 13rem;
left: 39rem;
}
#buttonFlap{
position: relative;
top: 13rem;
left: 16rem;
} */ | 0.600423 | 0.152852 |
margin-top: 3.2rem;
}
#search-teachers label{
color: var(--color-text-in-primary);
}
#search-teachers .select-block{
margin-bottom: 1.4rem;
}
#search-teachers button{
width: 100%;
height: 5.6rem;
background: var(--color-secondary);
color: var(--color-button-text);
border: 0;
border-radius: .8rem;
cursor: pointer;
font: 700 1.6rem Archivo;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.2s;
margin-top: 3.2rem;
}
#search-teachers button:hover{
background-color: var(--color-secondary-dark);
}
#area-restrita-estudante main{
margin: 3.2rem auto;
width: 90%;
}
#area-restrita-estudante main .no-results{
max-width: 30rem;
margin: 12rem auto;
text-align: center;
}
.topo-header{
display: flex;
justify-content: flex-end;
}
.ferramenta-topo{
display: flex;
justify-content:center;
align-items: center;
}
.logo img {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
width: 16rem;
height: 6rem;
}
.foto-perfil{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.nome-perfil p{
font-weight: bold;
font-size:14px;
color:#f19101;
text-align: center;
}
.foto-perfil img{
width: 10rem;
margin-right: 5px;
}
nav ul,
nav li {
list-style: none;
margin:0;
padding:0;
}
nav a {
display:block;
text-decoration:none;
}
nav .active a,
nav a:hover {
background-color:#FF9A00;
color:#FFFFFF;
}
.container-geral {
display: flex;
justify-content: center;
background-color: #FFFFFF;
height:100%;
border: 1px solid gray;
}
/* incluyido materia */
.button-materia{
display:flex;
justify-content:space-between;
}
.foto-materia {
display:flex;
width:70%;
justify-content:space-between;
}
.foto-materia h2{
padding:10px;
}
.semana{
padding-top:10px;
text-align: left;
padding-left: 8px;
line-height:30px;
}
.semana h3{
color:blue;
}
.materia{
margin-top:30px;
border:1px solid gray;
padding:5px;
text-align: center;
width:700px;
height:370px;
border-radius:6px;
}
.materia h2{
color:#f78a47;
}
.materia p{
padding-top: 20px;
text-align: left;
}
.btn-mural{
padding-right: 12px;
}
.btn-mural button{
width:200px;
height: 40px;
border-radius:6px;
border:1px solid white;
background-color:#f78a47;
transition: background 0.2s;
}
.btn-mural button a{
text-decoration:none;
font-weight: bold;
color: white;
}
.btn-mural button:hover{
background-color:#FF9A00;
}
.btn-editar button{
width:150px;
height: 40px;
border-radius:6px;
border:1px solid white;
background-color:#004A8C;
transition: background 0.2s;
}
.btn-editar button a{
text-decoration: none;
font-weight: bold;
color: white;
}
.btn-editar button:hover{
background-color: #065497;
}
/* ate aqui */
/* toda parte de menu lado */
.menu_lado{
width:23%;
height:100%;
float: left;
background-color:#C4C4C4;
}
.menu_lado ul,
.menu_lado li{
padding:0;
margin:0;
}
.menu_lado li{
line-height:45px;
border-bottom:1px solid gray;
color:rgb(22, 110, 211);
cursor: pointer;
}
.menu_lado a{
text-decoration: none;
font-size:14px;
font-weight: bold;
text-align:center;
color:blue;
background-color:#FFFFFF;
margin: 10px;
border-radius: 14px;
}
.perfil{
display: block;
justify-content:center;
flex-direction: column;
margin-top: 10px;
}
.menumobile{
display: none;
height:30px;
text-align:left;
cursor: pointer;
}
/* ate aqui */
#area-restrita-estudante #container{
width: 100vw;
height: 100vh;
}
.page-header .header-content{
max-width:100%;
}
#area-restrita-estudante #container{
max-width: 100vw;
}
.page-header {
width: 100%;
}
.page-header .top-bar-container{
max-width: 100%;
}
.container-geral{
padding-top: 40px;
}
.teacher-item .header,
.teacher-item footer{
padding: 32px;
}
#search-teachers{
display: grid;
grid-template-columns: repeat(4, 1fr); /*posso usar a função repeat quando as colunas forem do mesmo tamanho 1fr*/
gap:16px;
position: absolute;
bottom: -28px;
width: 70%;
margin-left:26%;
}
#area-restrita-estudante main{
padding: 32px 0;
max-width: 740px;
margin: 0 auto;
}
nav ul {
flex-direction: column;
position: absolute;
left: 0;
width: 23%;
}
.page-header .header-content strong {
font: 700 3.6rem Archivo;
text-align: center;
justify-content: center;
display: flex;
}
@media (max-width:1024px){
#search-teachers{
gap:10px;
width: 80%;
}
#search-teachers button{
width: 69%;
height: 5.2rem;
}
.input-block input, .select-block select, .textarea-block textarea {
height: 5.2rem;
font-size: 12px;
padding: 0 1rem;
}
.nome-perfil p{
font-size:12px;
}
.menu_lado a{
font-size: 13px;
line-height:30px;
}
.materia{
width:85%;
height:374px;
font-size:12px;
}
}
@media (max-width:800px){
.input-block input, .select-block select, .textarea-block textarea {
font-size: 11px;
padding: 0 0rem;
}
}
@media (max-width: 700px){
.menu_lado{
width: 28%;
}
nav ul{
height: 100%;
width: 28%;
}
.container-geral{
margin-left: 28%;
}
.page-header .header-content{
flex:1;
padding-bottom: 68px;
display: flex;
flex-direction: column;
justify-content: center;
}
}
@media (max-width:600px){
.button-materia{
margin-top: 20px;
}
#search-teachers button {
width: 100%;
}
.page-header .header-content {
width: 89%;
}
.btn-mural button{
width:130px;
height:36px;
margin-top:8px;
}
.btn-editar button {
padding-top: 5px;
margin-top:8px;
height:36px;
width:130px;
font-size:12px;
text-align: center;
}
.btn-mural button a{
font-size:12px;
}
.foto-materia{
width:90%;
}
.materia h2{
width:90%;
}
.materia p{
padding-top:0px;
}
.materia{
height: 360px;
width:97%;
margin:6px;
}
.page-header .header-content{
margin: 1.8rem;
padding-bottom: 90px;
}
.topo-header{
margin-bottom:100%;
align-items: center;
display: flex;
justify-content: center;
flex-direction: column;
}
.page-header .header-content strong{
display: flex;
font-size:25px;
justify-content: center;
text-align: center;
align-items: center;
}
#search-teachers{
display: flex;
justify-content: center;
flex-direction: column;
margin-left: 0;
bottom:-4px;
gap:8px;
width: 100%;
}
.header-content{
display: flex;
justify-content: center;
flex-direction: column;
}
.menu_lado {
display: none;
}
nav ul{
display:none;
}
.container-geral{
width: 100%;
margin:0;
}
} | page-professor-aula.css | margin-top: 3.2rem;
}
#search-teachers label{
color: var(--color-text-in-primary);
}
#search-teachers .select-block{
margin-bottom: 1.4rem;
}
#search-teachers button{
width: 100%;
height: 5.6rem;
background: var(--color-secondary);
color: var(--color-button-text);
border: 0;
border-radius: .8rem;
cursor: pointer;
font: 700 1.6rem Archivo;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.2s;
margin-top: 3.2rem;
}
#search-teachers button:hover{
background-color: var(--color-secondary-dark);
}
#area-restrita-estudante main{
margin: 3.2rem auto;
width: 90%;
}
#area-restrita-estudante main .no-results{
max-width: 30rem;
margin: 12rem auto;
text-align: center;
}
.topo-header{
display: flex;
justify-content: flex-end;
}
.ferramenta-topo{
display: flex;
justify-content:center;
align-items: center;
}
.logo img {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
width: 16rem;
height: 6rem;
}
.foto-perfil{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.nome-perfil p{
font-weight: bold;
font-size:14px;
color:#f19101;
text-align: center;
}
.foto-perfil img{
width: 10rem;
margin-right: 5px;
}
nav ul,
nav li {
list-style: none;
margin:0;
padding:0;
}
nav a {
display:block;
text-decoration:none;
}
nav .active a,
nav a:hover {
background-color:#FF9A00;
color:#FFFFFF;
}
.container-geral {
display: flex;
justify-content: center;
background-color: #FFFFFF;
height:100%;
border: 1px solid gray;
}
/* incluyido materia */
.button-materia{
display:flex;
justify-content:space-between;
}
.foto-materia {
display:flex;
width:70%;
justify-content:space-between;
}
.foto-materia h2{
padding:10px;
}
.semana{
padding-top:10px;
text-align: left;
padding-left: 8px;
line-height:30px;
}
.semana h3{
color:blue;
}
.materia{
margin-top:30px;
border:1px solid gray;
padding:5px;
text-align: center;
width:700px;
height:370px;
border-radius:6px;
}
.materia h2{
color:#f78a47;
}
.materia p{
padding-top: 20px;
text-align: left;
}
.btn-mural{
padding-right: 12px;
}
.btn-mural button{
width:200px;
height: 40px;
border-radius:6px;
border:1px solid white;
background-color:#f78a47;
transition: background 0.2s;
}
.btn-mural button a{
text-decoration:none;
font-weight: bold;
color: white;
}
.btn-mural button:hover{
background-color:#FF9A00;
}
.btn-editar button{
width:150px;
height: 40px;
border-radius:6px;
border:1px solid white;
background-color:#004A8C;
transition: background 0.2s;
}
.btn-editar button a{
text-decoration: none;
font-weight: bold;
color: white;
}
.btn-editar button:hover{
background-color: #065497;
}
/* ate aqui */
/* toda parte de menu lado */
.menu_lado{
width:23%;
height:100%;
float: left;
background-color:#C4C4C4;
}
.menu_lado ul,
.menu_lado li{
padding:0;
margin:0;
}
.menu_lado li{
line-height:45px;
border-bottom:1px solid gray;
color:rgb(22, 110, 211);
cursor: pointer;
}
.menu_lado a{
text-decoration: none;
font-size:14px;
font-weight: bold;
text-align:center;
color:blue;
background-color:#FFFFFF;
margin: 10px;
border-radius: 14px;
}
.perfil{
display: block;
justify-content:center;
flex-direction: column;
margin-top: 10px;
}
.menumobile{
display: none;
height:30px;
text-align:left;
cursor: pointer;
}
/* ate aqui */
#area-restrita-estudante #container{
width: 100vw;
height: 100vh;
}
.page-header .header-content{
max-width:100%;
}
#area-restrita-estudante #container{
max-width: 100vw;
}
.page-header {
width: 100%;
}
.page-header .top-bar-container{
max-width: 100%;
}
.container-geral{
padding-top: 40px;
}
.teacher-item .header,
.teacher-item footer{
padding: 32px;
}
#search-teachers{
display: grid;
grid-template-columns: repeat(4, 1fr); /*posso usar a função repeat quando as colunas forem do mesmo tamanho 1fr*/
gap:16px;
position: absolute;
bottom: -28px;
width: 70%;
margin-left:26%;
}
#area-restrita-estudante main{
padding: 32px 0;
max-width: 740px;
margin: 0 auto;
}
nav ul {
flex-direction: column;
position: absolute;
left: 0;
width: 23%;
}
.page-header .header-content strong {
font: 700 3.6rem Archivo;
text-align: center;
justify-content: center;
display: flex;
}
@media (max-width:1024px){
#search-teachers{
gap:10px;
width: 80%;
}
#search-teachers button{
width: 69%;
height: 5.2rem;
}
.input-block input, .select-block select, .textarea-block textarea {
height: 5.2rem;
font-size: 12px;
padding: 0 1rem;
}
.nome-perfil p{
font-size:12px;
}
.menu_lado a{
font-size: 13px;
line-height:30px;
}
.materia{
width:85%;
height:374px;
font-size:12px;
}
}
@media (max-width:800px){
.input-block input, .select-block select, .textarea-block textarea {
font-size: 11px;
padding: 0 0rem;
}
}
@media (max-width: 700px){
.menu_lado{
width: 28%;
}
nav ul{
height: 100%;
width: 28%;
}
.container-geral{
margin-left: 28%;
}
.page-header .header-content{
flex:1;
padding-bottom: 68px;
display: flex;
flex-direction: column;
justify-content: center;
}
}
@media (max-width:600px){
.button-materia{
margin-top: 20px;
}
#search-teachers button {
width: 100%;
}
.page-header .header-content {
width: 89%;
}
.btn-mural button{
width:130px;
height:36px;
margin-top:8px;
}
.btn-editar button {
padding-top: 5px;
margin-top:8px;
height:36px;
width:130px;
font-size:12px;
text-align: center;
}
.btn-mural button a{
font-size:12px;
}
.foto-materia{
width:90%;
}
.materia h2{
width:90%;
}
.materia p{
padding-top:0px;
}
.materia{
height: 360px;
width:97%;
margin:6px;
}
.page-header .header-content{
margin: 1.8rem;
padding-bottom: 90px;
}
.topo-header{
margin-bottom:100%;
align-items: center;
display: flex;
justify-content: center;
flex-direction: column;
}
.page-header .header-content strong{
display: flex;
font-size:25px;
justify-content: center;
text-align: center;
align-items: center;
}
#search-teachers{
display: flex;
justify-content: center;
flex-direction: column;
margin-left: 0;
bottom:-4px;
gap:8px;
width: 100%;
}
.header-content{
display: flex;
justify-content: center;
flex-direction: column;
}
.menu_lado {
display: none;
}
nav ul{
display:none;
}
.container-geral{
width: 100%;
margin:0;
}
} | 0.213131 | 0.060004 |
.cardParent {
display: flex;
justify-content: space-between;
}
.card {
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: auto auto auto auto 1fr;
grid-template-areas:
"placeholder placeholder"
"tag date"
"title title"
"text text"
"cta cta";
width: calc(50% - 8px);
border: 1px solid gray;
border-radius: 1px;
padding: 8px;
}
.card-link {
color: inherit;
text-decoration: none;
}
.card:hover {
border-color: var(--theme-primary);
cursor: pointer;
}
.card:hover .card-link {
color: var(--theme-primary);
}
.card-link:focus {
outline: none;
color: var(--theme-primary);
}
.card-link:focus .card-decoration,
.card-link:hover .card-decoration {
background: var(--theme-primary);
}
.card-link:focus .card-title,
.card-link:hover .card-title {
color: var(--theme-primary);
}
.card-decoration {
grid-area: placeholder;
height: 50px;
width: calc(100% + 16px);
margin: -8px 0 0 -8px;
background: var(--theme-primary_smooth);
}
.card-tag {
grid-area: tag;
align-self: center;
color: gray;
padding-top: 16px;
text-transform: uppercase;
font-size: 1.2rem;
letter-spacing: 0.1em;
font-weight: 600;
}
.card-date {
grid-area: date;
align-self: center;
justify-self: end;
color: gray;
padding-top: 16px;
font-size: 1.2rem;
}
.card-title {
grid-area: title;
margin: 0;
padding: 4px 0 8px;
line-height: 1.2;
}
.card-text {
grid-area: text;
margin: 0;
}
.card-cta {
grid-area: cta;
color: inherit;
text-decoration: none;
color: var(--theme-primary);
text-decoration: underline;
align-self: end;
padding-top: 8px;
}
/* --------------------------------------- */
/* --------- CASE #0 CUSTOM SELECT ------- */
/* --------------------------------------- */
/* Both native and custom selects must have the same width/height. */
.selectNative,
.selectCustom {
position: relative;
width: 220px;
height: 40px;
}
.selectCustom {
/* 💡 The custom select must be absolute to not mess with the layout */
/* position: absolute; */
top: 0;
left: 0;
}
/* 💡 Write the select styles from here... */
/* 1/4 hide the custom select by default */
/* 2/4 within the hover media query
- 3/4 show the custom select
- 4/4 hiden the custom select when the native is focused
*/
/* ... until here 💡 */
/* Once you make the native select work, that's all! */
/* ----- */
/* ----------------------------------------- *\
|* You do not need to touch the code below *|
|* but you can see how it was made. *|
\** ----------------------------------------- */
/* highlight the custom select when is clicked */
.selectCustom.isActive .selectCustom-trigger {
outline: none;
box-shadow: var(--theme-focus_shadow);
}
/* Rest of the styles to create the custom select. */
/* Just make sure the native and the custom have a similar "box" (the trigger). */
.select {
position: relative;
}
.selectLabel {
display: block;
font-weight: bold;
margin-bottom: 4px;
}
.selectWrapper {
position: relative;
}
.selectNative,
.selectCustom-trigger {
font-size: 1.6rem;
background-color: #fff;
border: 1px solid #6f6f6f;
border-radius: 4px;
}
.selectNative {
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
background-repeat: no-repeat;
background-position-x: 100%;
background-position-y: 8px;
padding: 0 8px;
}
.selectCustom-trigger {
position: relative;
width: 100%;
height: 100%;
background-color: #fff;
padding: 8px 8px;
cursor: pointer;
}
.selectCustom-trigger::after {
content: "▾";
position: absolute;
top: 0;
line-height: 38px;
right: 8px;
}
.selectCustom-trigger:hover {
border-color: #8c00ff;
}
.selectCustom-options {
position: absolute;
top: calc(38px + 8px);
left: 0;
width: 100%;
border: 1px solid #6f6f6f;
border-radius: 4px;
background-color: #fff;
box-shadow: 0 0 4px #e9e1f8;
z-index: 1;
padding: 8px 0;
display: none;
}
.selectCustom.isActive .selectCustom-options {
display: block;
}
.selectCustom-option {
position: relative;
padding: 8px;
padding-left: 25px;
}
.selectCustom-option.isHover,
.selectCustom-option:hover {
background-color: #865bd7; /* contrast AA */
color: white;
cursor: default;
}
.selectCustom-option:not(:last-of-type)::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border-bottom: 1px solid #d3d3d3;
}
.selectCustom-option.isActive::before {
content: "✓";
position: absolute;
left: 8px;
} | src/exercises/9_arhive.css |
.cardParent {
display: flex;
justify-content: space-between;
}
.card {
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: auto auto auto auto 1fr;
grid-template-areas:
"placeholder placeholder"
"tag date"
"title title"
"text text"
"cta cta";
width: calc(50% - 8px);
border: 1px solid gray;
border-radius: 1px;
padding: 8px;
}
.card-link {
color: inherit;
text-decoration: none;
}
.card:hover {
border-color: var(--theme-primary);
cursor: pointer;
}
.card:hover .card-link {
color: var(--theme-primary);
}
.card-link:focus {
outline: none;
color: var(--theme-primary);
}
.card-link:focus .card-decoration,
.card-link:hover .card-decoration {
background: var(--theme-primary);
}
.card-link:focus .card-title,
.card-link:hover .card-title {
color: var(--theme-primary);
}
.card-decoration {
grid-area: placeholder;
height: 50px;
width: calc(100% + 16px);
margin: -8px 0 0 -8px;
background: var(--theme-primary_smooth);
}
.card-tag {
grid-area: tag;
align-self: center;
color: gray;
padding-top: 16px;
text-transform: uppercase;
font-size: 1.2rem;
letter-spacing: 0.1em;
font-weight: 600;
}
.card-date {
grid-area: date;
align-self: center;
justify-self: end;
color: gray;
padding-top: 16px;
font-size: 1.2rem;
}
.card-title {
grid-area: title;
margin: 0;
padding: 4px 0 8px;
line-height: 1.2;
}
.card-text {
grid-area: text;
margin: 0;
}
.card-cta {
grid-area: cta;
color: inherit;
text-decoration: none;
color: var(--theme-primary);
text-decoration: underline;
align-self: end;
padding-top: 8px;
}
/* --------------------------------------- */
/* --------- CASE #0 CUSTOM SELECT ------- */
/* --------------------------------------- */
/* Both native and custom selects must have the same width/height. */
.selectNative,
.selectCustom {
position: relative;
width: 220px;
height: 40px;
}
.selectCustom {
/* 💡 The custom select must be absolute to not mess with the layout */
/* position: absolute; */
top: 0;
left: 0;
}
/* 💡 Write the select styles from here... */
/* 1/4 hide the custom select by default */
/* 2/4 within the hover media query
- 3/4 show the custom select
- 4/4 hiden the custom select when the native is focused
*/
/* ... until here 💡 */
/* Once you make the native select work, that's all! */
/* ----- */
/* ----------------------------------------- *\
|* You do not need to touch the code below *|
|* but you can see how it was made. *|
\** ----------------------------------------- */
/* highlight the custom select when is clicked */
.selectCustom.isActive .selectCustom-trigger {
outline: none;
box-shadow: var(--theme-focus_shadow);
}
/* Rest of the styles to create the custom select. */
/* Just make sure the native and the custom have a similar "box" (the trigger). */
.select {
position: relative;
}
.selectLabel {
display: block;
font-weight: bold;
margin-bottom: 4px;
}
.selectWrapper {
position: relative;
}
.selectNative,
.selectCustom-trigger {
font-size: 1.6rem;
background-color: #fff;
border: 1px solid #6f6f6f;
border-radius: 4px;
}
.selectNative {
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
background-repeat: no-repeat;
background-position-x: 100%;
background-position-y: 8px;
padding: 0 8px;
}
.selectCustom-trigger {
position: relative;
width: 100%;
height: 100%;
background-color: #fff;
padding: 8px 8px;
cursor: pointer;
}
.selectCustom-trigger::after {
content: "▾";
position: absolute;
top: 0;
line-height: 38px;
right: 8px;
}
.selectCustom-trigger:hover {
border-color: #8c00ff;
}
.selectCustom-options {
position: absolute;
top: calc(38px + 8px);
left: 0;
width: 100%;
border: 1px solid #6f6f6f;
border-radius: 4px;
background-color: #fff;
box-shadow: 0 0 4px #e9e1f8;
z-index: 1;
padding: 8px 0;
display: none;
}
.selectCustom.isActive .selectCustom-options {
display: block;
}
.selectCustom-option {
position: relative;
padding: 8px;
padding-left: 25px;
}
.selectCustom-option.isHover,
.selectCustom-option:hover {
background-color: #865bd7; /* contrast AA */
color: white;
cursor: default;
}
.selectCustom-option:not(:last-of-type)::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border-bottom: 1px solid #d3d3d3;
}
.selectCustom-option.isActive::before {
content: "✓";
position: absolute;
left: 8px;
} | 0.488527 | 0.080828 |
.navbar {
background-image: none;
background-repeat: no-repeat;
margin-left:6vh;
margin-right:6vh;
}
.header{
text-align: center;
margin-top: 15px;
}
.header > h1{
font-size: 60px;
font-family: Chomsky;
}
body{
background-color: lightgrey;
}
@font-face {
font-family:Chomsky;
src: url(../fonts/Chomsky.otf);
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
padding: 10px;
height: 25em;
width:110em;
text-align: center;
}
.grid-item1 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
width: 36em;
height: 26em;
text-align: center;
}
.grid-item2 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
height: 26em;
width: 36.5em;
text-align: center;
}
.grid-item3 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
height: 26em;
width: 36.5em;
text-align: center;
}
.grid-item4 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
width: 27.5em;
height: 21em;
text-align: center;
}
.grid-container2 {
margin-top: 15px;
display: grid;
grid-template-columns: auto auto auto auto;
padding: 10px;
height: 21em;
width:110em;
}
.grid-item5 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
width: 27.5em;
height: 21em;
text-align: center;
}.grid-item6 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
width: 27em;
height: 21em;
text-align: center;
}
.grid-item7 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
width: 27em;
height: 21em;
text-align: center;
}
.container{
margin: 2em;
} | Homework/assets/style/grid.css | .navbar {
background-image: none;
background-repeat: no-repeat;
margin-left:6vh;
margin-right:6vh;
}
.header{
text-align: center;
margin-top: 15px;
}
.header > h1{
font-size: 60px;
font-family: Chomsky;
}
body{
background-color: lightgrey;
}
@font-face {
font-family:Chomsky;
src: url(../fonts/Chomsky.otf);
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
padding: 10px;
height: 25em;
width:110em;
text-align: center;
}
.grid-item1 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
width: 36em;
height: 26em;
text-align: center;
}
.grid-item2 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
height: 26em;
width: 36.5em;
text-align: center;
}
.grid-item3 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
height: 26em;
width: 36.5em;
text-align: center;
}
.grid-item4 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
width: 27.5em;
height: 21em;
text-align: center;
}
.grid-container2 {
margin-top: 15px;
display: grid;
grid-template-columns: auto auto auto auto;
padding: 10px;
height: 21em;
width:110em;
}
.grid-item5 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
width: 27.5em;
height: 21em;
text-align: center;
}.grid-item6 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
width: 27em;
height: 21em;
text-align: center;
}
.grid-item7 {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
padding: 20px;
width: 27em;
height: 21em;
text-align: center;
}
.container{
margin: 2em;
} | 0.552057 | 0.092196 |
:root {
font-family: lato;
}
/* Header */
#header {
background-color: #adb5fe;
border: thick solid #adb5fe;
border-radius: 10px;
box-shadow: 0 3px 8px 2px rgba(0, 0, 0, .18);
font-size: 200%;
}
.header-text {
display: inline;
font-weight: 700;
padding: 10px;
}
#navbar {
display: inline-block;
float: none;
left: 35%;
position: absolute;
vertical-align: bottom;
}
.navlink {
padding: 15px;
text-decoration: none;
vertical-align: top;
}
/* Dropdown bar in navigation */
.dropdown {
display: inline-block;
position: relative;
vertical-align: top;
}
.dropdown-list {
display: none;
font-size: 75%;
position: absolute;
margin-top: 10px;
margin-left: 20px;
width: max-content;
}
.dropdown-list a {
display: block;
text-decoration: none;
}
.dropdown:hover .dropdown-list,
.dropdown:focus-within .dropdown-list {
display: block;
}
/* Main text */
#content {
margin-left: auto;
margin-right: auto;
padding-top: 30px;
width: 70%;
}
#content a,
#content p {
font-size: 125%;
}
a:link,
a:visited {
color: black;
}
a:active,
a:hover {
color: #0215c7;
font-weight: bold;
}
/* Guest book */
#guest-book {
font-size: 125%;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
width: 70%;
}
#guest-book textarea,
#guest-book input,
#guest-book select {
border: 1px solid #b3b3b3;
border-radius: 10px;
font-size: 100%;
padding: 10px;
}
#guest-book textarea[name=message] {
height: 60px;
width: 70%;
}
#guest-book textarea[name=name],
#password {
height: 18px;
width: 17%;
}
#guest-book input,
#guest-book select {
background: white;
padding: 4px 7px;
}
#guest-book input[type=submit]:hover {
background: #c4c4c4;
}
.message::before,
.message::after {
content: '\"';
}
.signature::before {
content: " — "; /* two long spaces before em-dash */
}
/* Hidden text dropdowns */
.more-info {
max-height: 0;
overflow: hidden;
transition: max-height ease-in-out .75s;
}
/* Hide the focus outline if the user isn't using tabs to focus. */
body:not(.user-is-tabbing) h3:focus,
body:not(.user-is-tabbing) button:focus {
outline: none;
}
.more-button {
background: inherit;
border: inherit;
font: inherit;
font-size: inherit;
} | portfolio/src/main/webapp/style.css | :root {
font-family: lato;
}
/* Header */
#header {
background-color: #adb5fe;
border: thick solid #adb5fe;
border-radius: 10px;
box-shadow: 0 3px 8px 2px rgba(0, 0, 0, .18);
font-size: 200%;
}
.header-text {
display: inline;
font-weight: 700;
padding: 10px;
}
#navbar {
display: inline-block;
float: none;
left: 35%;
position: absolute;
vertical-align: bottom;
}
.navlink {
padding: 15px;
text-decoration: none;
vertical-align: top;
}
/* Dropdown bar in navigation */
.dropdown {
display: inline-block;
position: relative;
vertical-align: top;
}
.dropdown-list {
display: none;
font-size: 75%;
position: absolute;
margin-top: 10px;
margin-left: 20px;
width: max-content;
}
.dropdown-list a {
display: block;
text-decoration: none;
}
.dropdown:hover .dropdown-list,
.dropdown:focus-within .dropdown-list {
display: block;
}
/* Main text */
#content {
margin-left: auto;
margin-right: auto;
padding-top: 30px;
width: 70%;
}
#content a,
#content p {
font-size: 125%;
}
a:link,
a:visited {
color: black;
}
a:active,
a:hover {
color: #0215c7;
font-weight: bold;
}
/* Guest book */
#guest-book {
font-size: 125%;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
width: 70%;
}
#guest-book textarea,
#guest-book input,
#guest-book select {
border: 1px solid #b3b3b3;
border-radius: 10px;
font-size: 100%;
padding: 10px;
}
#guest-book textarea[name=message] {
height: 60px;
width: 70%;
}
#guest-book textarea[name=name],
#password {
height: 18px;
width: 17%;
}
#guest-book input,
#guest-book select {
background: white;
padding: 4px 7px;
}
#guest-book input[type=submit]:hover {
background: #c4c4c4;
}
.message::before,
.message::after {
content: '\"';
}
.signature::before {
content: " — "; /* two long spaces before em-dash */
}
/* Hidden text dropdowns */
.more-info {
max-height: 0;
overflow: hidden;
transition: max-height ease-in-out .75s;
}
/* Hide the focus outline if the user isn't using tabs to focus. */
body:not(.user-is-tabbing) h3:focus,
body:not(.user-is-tabbing) button:focus {
outline: none;
}
.more-button {
background: inherit;
border: inherit;
font: inherit;
font-size: inherit;
} | 0.413596 | 0.127517 |
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
:root {
--primary-color: #781E20;
--title-color: #2d2d2d;
}
/* scroolbar style */
::-webkit-scrollbar {
width: 2px;
height: 2px;
}
::-webkit-scrollbar-button {
width: 0px;
height: 0px;
}
::-webkit-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
background: #fff;
}
::-webkit-scrollbar-track {
background: #666666;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
background: #666666;
}
::-webkit-scrollbar-track:active {
background: #333333;
}
::-webkit-scrollbar-corner {
background: transparent;
}
/* placeholder style */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #BBC5D5;
font-weight: bold;
}
::-moz-placeholder { /* Firefox 19+ */
color: #BBC5D5;
font-weight: bold;
}
:-ms-input-placeholder { /* IE 10+ */
color: #BBC5D5;
font-weight: bold;
}
:-moz-placeholder { /* Firefox 18- */
color: #BBC5D5;
font-weight: bold;
}
/* */
/* SLECTION MOUSE COLOR */
::selection {
background:#f51b59;
color:#fff;
}
::-moz-selection {
background:#f51b59;
color:#fff;
}
::-webkit-selection {
background:#f51b59;
color:#fff;
}
::selection {
background:#f51b59;
color:#fff;
}
::-moz-selection {
background:#f51b59;
color:#fff;
}
::-webkit-selection {
background:#f51b59;
color:#fff
}
/* SLECTION MOUSE COLOR */
html, body, .grid-container { height: 100%; margin: 0; }
* {
margin: 0;
padding: 0;
text-decoration: none;
font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: .5rem;
font-family: inherit;
font-weight: 600;
line-height: 1.2;
color: inherit;
color: var(--title-color);
font-family: 'Raleway', sans-serif;
}
p {
color: var(--title-color);
font-size: .8rem;
font-family: 'Lato', sans-serif;
}
.h1, h1 {
font-size: 2.5rem;
}
.h2, h2 {
font-size: 2rem;
}
.h3, h3 {
font-size: 1.75rem;
}
.h4, h4 {
font-size: 1.5rem;
}
.h5, h5 {
font-size: 1.25rem;
}
.h6, h6 {
font-size: 1rem;
}
.grid-container {
display: grid;
grid-template-columns: minmax(77px, 0.13fr) 2fr minmax(360px, 0.7fr);
grid-template-rows: 1fr;
gap: 0px 0px;
grid-template-areas:
"menu content-feed sidebar";
}
/* TABLET */
@media (min-width: 481px) and (max-width: 767px) {
.grid-container {
grid-template-columns: minmax(77px, 0.13fr) 2fr;
}
}
/* MOBILE */
@media (max-width: 480px) {
.grid-container {
grid-template-columns: minmax(77px, 0.13fr) 2fr;
}
}
.menu {
display: grid;
grid-area: menu;
background: #fff;
border-right: .1rem solid #E2E7EE;
}
.content-feed {
grid-area: content-feed;
background: #F7F8FA;
overflow: auto;
}
.sidebar {
grid-area: sidebar;
background: #fff;
border-left: .1rem solid #E2E7EE;
}
.sidebar-container {
display: grid;
}
.logo {
padding: 1rem .5rem;
}
.main-menu {
margin: 5rem 0;
text-align: center;
list-style: none;
}
.main-menu li {
padding: 1rem 0;
transition: .1s;
}
.main-menu li a {
padding: 1rem;
}
.main-menu li:hover {
border-right: .2rem solid var(--primary-color);
}
.main-menu li:hover {
filter: invert(100%) sepia(51%) saturate(3008%) hue-rotate(346deg) brightness(44%) contrast(97%) !important;
}
.active-menu {
border-right: .2rem solid var(--primary-color);
}
.active-menu a img {
filter: invert(100%) sepia(51%) saturate(3008%) hue-rotate(346deg) brightness(44%) contrast(97%) !important;
}
.logout {
margin: 5rem 0;
text-align: center;
}
.logout li {
padding: 1rem 0;
}
.feed-container {
display: grid;
}
.head p {
color: #7F8FA4;
}
.btn {
display: inline-block;
font-weight: 600;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .555rem 1.5rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-red {
color: #fff;
background: var(--primary-color);
}
.btn-play {
font-size: .77rem;
color: #000;
background: #fff;
padding: 0.555rem;
margin-top: 1rem;
}
.shortcuts {
margin: 1rem 0 0 0;
}
.shortcuts h2 {
color: #354052;
font-size: .95rem;
font-weight: bold;
}
.unity-shortcut .content-col {
background: #fff;
border-radius: 1rem;
padding: 2rem;
}
.unity-shortcut h4 {
font-size: 1rem;
font-weight: 300;
}
.shortcut-number {
font-weight: 900;
font-size: 2rem;
}
.shortcut-number img {
margin-left: .5rem;
width: 1.5rem;
}
.p-alert {
color: var(--primary-color);
}
.select-subjects {
border-bottom: .1rem solid #E2E7EE;
}
.select-subjects ul {
display: inline-flex;
}
.select-subjects ul li {
list-style: none;
margin: 0 2rem 1rem 0;
font-weight: bold;
font-size: 1.15rem;
}
.select-subjects ul li a {
color: #BBC5D5;
}
.select-subjects ul li a:hover {
color: #888888;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.active {
color: var(--primary-color) !important;
padding: 0 0 1.35rem 0;
border-bottom: .2rem solid var(--primary-color);
}
.active:hover {
color: #940808 !important;
padding: 0 0 1.35rem 0;
border-bottom: .2rem solid var(--primary-color);
}
.unity-subjects .content-col {
background: #fff;
border-radius: .77rem;
padding: 2rem;
}
.hoje {
font-size: .6rem;
background: #781e20;
color: #fff;
padding: .1rem .4rem;
border-radius: 4px;
display: inline-flex;
vertical-align: middle;
}
.unity-subjects .content-col .teacher {
color: #7F8FA4;
font-size: .7rem;
}
.unity-subjects .content-col .teacher-name {
color: #354052;
font-weight: bold;
font-size: 1rem;
}
.unity-subjects .content-col .period {
color: #7F8FA4;
font-size: .7rem;
}
.unity-subjects .content-col .period-number {
color: #354052;
font-weight: bold;
font-size: 1rem;
}
.unity-subjects .content-col .hour {
color: #7F8FA4;
font-size: .7rem;
}
.unity-subjects .content-col .hour-interval {
color: #354052;
font-weight: bold;
font-size: 1rem;
}
.unity-subjects .semana-day {
font-size: .8rem;
background: antiquewhite;
padding: .1rem .3rem;
border-radius: 4px;
}
.subject-details {
border-bottom: .1rem solid #E2E7EE;
padding-bottom: 1.4rem !important;
}
.bg-dark .subject-details {
border-bottom: .1rem solid #ffffff14 !important;
}
.link-acess {
margin-top: 1rem;
}
.link-acess a {
font-weight: bold;
color: #69519E;
transition: color .35s ease-in-out,background-color .35s ease-in-out,border-color .35s ease-in-out,box-shadow .35s ease-in-out;
}
.link-acess a:hover {
color: #8b6dcc;
}
.bg-dark {
background: var(--primary-color) !important;
color: #fff !important;
}
.bg-dark h5 {
color: #fff !important;
}
.bg-dark .teacher {
color: #fff !important;
}
.bg-dark .teacher-name {
color: #fff !important;
}
.bg-dark .period {
color: #fff !important;
}
.bg-dark .period-number {
color: #fff !important;
}
.bg-dark .hour {
color: #fff !important;
}
.bg-dark .hour-interval {
color: #fff !important;
}
.bg-dark .semana-day {
background: #994e50 !important;
color: #fff !important;
}
.bg-dark .link-acess a {
color: #fff !important;
}
.bg-dark .semana-day {
color: var(--primary-color) !important;
}
.bg-dark .hoje{
background: antiquewhite !important;
color: var(--primary-color) !important;
}
.input-search {
border: none;
padding: 1.2rem 1.2rem 1.2rem 3rem;
border-radius: 2.2rem;
background: url(../img/search.svg) no-repeat 1rem center #F7F8FA;
}
.inner-box h5 {
min-height: 3rem;
}
.input-copy {
border: none;
padding: 1.2rem 3rem 1.2rem 1.2rem ;
border-radius: 2.2rem;
background: url(../img/copy.svg) no-repeat right 1rem center #F7F8FA;
}
.sidebar input:focus, input:focus {
outline: none;
}
.user-name {
font-size: 2rem;
font-weight: 900;
}
.saud {
color: #7F8FA4;
font-weight: 600;
}
.notifications {
border: none;
padding: 1rem;
border-radius: 50%;
background: #F7F8FA;
cursor: pointer;
}
.notifications:focus {
outline: none;
}
.totvs {
border: none;
padding: 1rem;
border-radius: 2rem;
background: #c1bed8;
cursor: pointer;
color: #322A7D;
font-weight: bold;
width: 100%;
text-decoration: none;
font-size: .7rem;
}
.totvs:focus {
outline: none;
}
.zebra-box .content-col {
background: url('../img/zebra-bg.svg') center center #781e20;
border-radius: .77rem;
padding: 2rem;
}
.zebra-box-disable .content-col {
background: url('../img/zebra-bg-disable.svg') center center #BBB8B8;
border-radius: .77rem;
padding: 2rem;
}
.zebra-box .content-col h5 {
color: #fff;
font-weight: 900;
font-size: 1.4rem;
}
.zebra-box-disable .content-col h5 {
color: #fff;
font-weight: 900;
font-size: 1.4rem;
}
.zebra-box .content-col p {
color: #fff;
}
.zebra-box-disable .content-col p {
color: #fff;
}
@-webkit-keyframes animate-width {
0% {
width: 0;
}
100% {
visibility: visible;
}
}
@-moz-keyframes animate-width {
0% {
width: 0;
}
100% {
visibility: visible;
}
}
@keyframes animate-width {
0% {
width: 0;
}
100% {
visibility: visible;
}
}
@-webkit-keyframes animate-height {
0% {
height: 0;
}
100% {
visibility: visible;
}
}
@-moz-keyframes animate-height {
0% {
height: 0;
}
100% {
visibility: visible;
}
}
@keyframes animate-height {
0% {
height: 0;
}
100% {
visibility: visible;
}
}
.stat-levels {
margin: 1rem auto 0 auto;
}
.stat-bar {
background-color: #49184c;
height: 4px;
overflow: hidden;
padding: 3px;
border-radius: 5px;
margin-bottom: 20px;
margin-left: 0;
}
.stat-bar:last-child {
margin-bottom: 0;
}
.stat-bar-rating {
border-radius: 4px;
float: left;
width: 0;
height: 100%;
font-size: 12px;
color: white;
text-align: center;
text-indent: -9999px;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.stat-1 > .stat-bar-rating {
background: #fff;
}
.stat-bar-rating {
visibility: hidden;
width: 0;
-webkit-animation: animate-width;
-moz-animation: animate-width;
animation: animate-width;
animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
-webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
-moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
animation-duration: 0.5s;
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
.stat-bar:nth-of-type(1) .stat-bar-rating {
animation-delay: 0.25s;
-webkit-animation-delay: 0.25s;
}
.percent {
margin: 0 0 0.2rem 0.2rem;
}
.alerts {
margin: 1rem 0 0 0;
}
.alerts h6 {
color: #354052;
}
.alerts p {
color: #7F8FA4;
}
.date-send {
color: #ccc;
font-size: 10px;
} | application/view/static/css/dashboard-style.css | @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
:root {
--primary-color: #781E20;
--title-color: #2d2d2d;
}
/* scroolbar style */
::-webkit-scrollbar {
width: 2px;
height: 2px;
}
::-webkit-scrollbar-button {
width: 0px;
height: 0px;
}
::-webkit-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
background: #fff;
}
::-webkit-scrollbar-track {
background: #666666;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
background: #666666;
}
::-webkit-scrollbar-track:active {
background: #333333;
}
::-webkit-scrollbar-corner {
background: transparent;
}
/* placeholder style */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #BBC5D5;
font-weight: bold;
}
::-moz-placeholder { /* Firefox 19+ */
color: #BBC5D5;
font-weight: bold;
}
:-ms-input-placeholder { /* IE 10+ */
color: #BBC5D5;
font-weight: bold;
}
:-moz-placeholder { /* Firefox 18- */
color: #BBC5D5;
font-weight: bold;
}
/* */
/* SLECTION MOUSE COLOR */
::selection {
background:#f51b59;
color:#fff;
}
::-moz-selection {
background:#f51b59;
color:#fff;
}
::-webkit-selection {
background:#f51b59;
color:#fff;
}
::selection {
background:#f51b59;
color:#fff;
}
::-moz-selection {
background:#f51b59;
color:#fff;
}
::-webkit-selection {
background:#f51b59;
color:#fff
}
/* SLECTION MOUSE COLOR */
html, body, .grid-container { height: 100%; margin: 0; }
* {
margin: 0;
padding: 0;
text-decoration: none;
font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: .5rem;
font-family: inherit;
font-weight: 600;
line-height: 1.2;
color: inherit;
color: var(--title-color);
font-family: 'Raleway', sans-serif;
}
p {
color: var(--title-color);
font-size: .8rem;
font-family: 'Lato', sans-serif;
}
.h1, h1 {
font-size: 2.5rem;
}
.h2, h2 {
font-size: 2rem;
}
.h3, h3 {
font-size: 1.75rem;
}
.h4, h4 {
font-size: 1.5rem;
}
.h5, h5 {
font-size: 1.25rem;
}
.h6, h6 {
font-size: 1rem;
}
.grid-container {
display: grid;
grid-template-columns: minmax(77px, 0.13fr) 2fr minmax(360px, 0.7fr);
grid-template-rows: 1fr;
gap: 0px 0px;
grid-template-areas:
"menu content-feed sidebar";
}
/* TABLET */
@media (min-width: 481px) and (max-width: 767px) {
.grid-container {
grid-template-columns: minmax(77px, 0.13fr) 2fr;
}
}
/* MOBILE */
@media (max-width: 480px) {
.grid-container {
grid-template-columns: minmax(77px, 0.13fr) 2fr;
}
}
.menu {
display: grid;
grid-area: menu;
background: #fff;
border-right: .1rem solid #E2E7EE;
}
.content-feed {
grid-area: content-feed;
background: #F7F8FA;
overflow: auto;
}
.sidebar {
grid-area: sidebar;
background: #fff;
border-left: .1rem solid #E2E7EE;
}
.sidebar-container {
display: grid;
}
.logo {
padding: 1rem .5rem;
}
.main-menu {
margin: 5rem 0;
text-align: center;
list-style: none;
}
.main-menu li {
padding: 1rem 0;
transition: .1s;
}
.main-menu li a {
padding: 1rem;
}
.main-menu li:hover {
border-right: .2rem solid var(--primary-color);
}
.main-menu li:hover {
filter: invert(100%) sepia(51%) saturate(3008%) hue-rotate(346deg) brightness(44%) contrast(97%) !important;
}
.active-menu {
border-right: .2rem solid var(--primary-color);
}
.active-menu a img {
filter: invert(100%) sepia(51%) saturate(3008%) hue-rotate(346deg) brightness(44%) contrast(97%) !important;
}
.logout {
margin: 5rem 0;
text-align: center;
}
.logout li {
padding: 1rem 0;
}
.feed-container {
display: grid;
}
.head p {
color: #7F8FA4;
}
.btn {
display: inline-block;
font-weight: 600;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .555rem 1.5rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-red {
color: #fff;
background: var(--primary-color);
}
.btn-play {
font-size: .77rem;
color: #000;
background: #fff;
padding: 0.555rem;
margin-top: 1rem;
}
.shortcuts {
margin: 1rem 0 0 0;
}
.shortcuts h2 {
color: #354052;
font-size: .95rem;
font-weight: bold;
}
.unity-shortcut .content-col {
background: #fff;
border-radius: 1rem;
padding: 2rem;
}
.unity-shortcut h4 {
font-size: 1rem;
font-weight: 300;
}
.shortcut-number {
font-weight: 900;
font-size: 2rem;
}
.shortcut-number img {
margin-left: .5rem;
width: 1.5rem;
}
.p-alert {
color: var(--primary-color);
}
.select-subjects {
border-bottom: .1rem solid #E2E7EE;
}
.select-subjects ul {
display: inline-flex;
}
.select-subjects ul li {
list-style: none;
margin: 0 2rem 1rem 0;
font-weight: bold;
font-size: 1.15rem;
}
.select-subjects ul li a {
color: #BBC5D5;
}
.select-subjects ul li a:hover {
color: #888888;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.active {
color: var(--primary-color) !important;
padding: 0 0 1.35rem 0;
border-bottom: .2rem solid var(--primary-color);
}
.active:hover {
color: #940808 !important;
padding: 0 0 1.35rem 0;
border-bottom: .2rem solid var(--primary-color);
}
.unity-subjects .content-col {
background: #fff;
border-radius: .77rem;
padding: 2rem;
}
.hoje {
font-size: .6rem;
background: #781e20;
color: #fff;
padding: .1rem .4rem;
border-radius: 4px;
display: inline-flex;
vertical-align: middle;
}
.unity-subjects .content-col .teacher {
color: #7F8FA4;
font-size: .7rem;
}
.unity-subjects .content-col .teacher-name {
color: #354052;
font-weight: bold;
font-size: 1rem;
}
.unity-subjects .content-col .period {
color: #7F8FA4;
font-size: .7rem;
}
.unity-subjects .content-col .period-number {
color: #354052;
font-weight: bold;
font-size: 1rem;
}
.unity-subjects .content-col .hour {
color: #7F8FA4;
font-size: .7rem;
}
.unity-subjects .content-col .hour-interval {
color: #354052;
font-weight: bold;
font-size: 1rem;
}
.unity-subjects .semana-day {
font-size: .8rem;
background: antiquewhite;
padding: .1rem .3rem;
border-radius: 4px;
}
.subject-details {
border-bottom: .1rem solid #E2E7EE;
padding-bottom: 1.4rem !important;
}
.bg-dark .subject-details {
border-bottom: .1rem solid #ffffff14 !important;
}
.link-acess {
margin-top: 1rem;
}
.link-acess a {
font-weight: bold;
color: #69519E;
transition: color .35s ease-in-out,background-color .35s ease-in-out,border-color .35s ease-in-out,box-shadow .35s ease-in-out;
}
.link-acess a:hover {
color: #8b6dcc;
}
.bg-dark {
background: var(--primary-color) !important;
color: #fff !important;
}
.bg-dark h5 {
color: #fff !important;
}
.bg-dark .teacher {
color: #fff !important;
}
.bg-dark .teacher-name {
color: #fff !important;
}
.bg-dark .period {
color: #fff !important;
}
.bg-dark .period-number {
color: #fff !important;
}
.bg-dark .hour {
color: #fff !important;
}
.bg-dark .hour-interval {
color: #fff !important;
}
.bg-dark .semana-day {
background: #994e50 !important;
color: #fff !important;
}
.bg-dark .link-acess a {
color: #fff !important;
}
.bg-dark .semana-day {
color: var(--primary-color) !important;
}
.bg-dark .hoje{
background: antiquewhite !important;
color: var(--primary-color) !important;
}
.input-search {
border: none;
padding: 1.2rem 1.2rem 1.2rem 3rem;
border-radius: 2.2rem;
background: url(../img/search.svg) no-repeat 1rem center #F7F8FA;
}
.inner-box h5 {
min-height: 3rem;
}
.input-copy {
border: none;
padding: 1.2rem 3rem 1.2rem 1.2rem ;
border-radius: 2.2rem;
background: url(../img/copy.svg) no-repeat right 1rem center #F7F8FA;
}
.sidebar input:focus, input:focus {
outline: none;
}
.user-name {
font-size: 2rem;
font-weight: 900;
}
.saud {
color: #7F8FA4;
font-weight: 600;
}
.notifications {
border: none;
padding: 1rem;
border-radius: 50%;
background: #F7F8FA;
cursor: pointer;
}
.notifications:focus {
outline: none;
}
.totvs {
border: none;
padding: 1rem;
border-radius: 2rem;
background: #c1bed8;
cursor: pointer;
color: #322A7D;
font-weight: bold;
width: 100%;
text-decoration: none;
font-size: .7rem;
}
.totvs:focus {
outline: none;
}
.zebra-box .content-col {
background: url('../img/zebra-bg.svg') center center #781e20;
border-radius: .77rem;
padding: 2rem;
}
.zebra-box-disable .content-col {
background: url('../img/zebra-bg-disable.svg') center center #BBB8B8;
border-radius: .77rem;
padding: 2rem;
}
.zebra-box .content-col h5 {
color: #fff;
font-weight: 900;
font-size: 1.4rem;
}
.zebra-box-disable .content-col h5 {
color: #fff;
font-weight: 900;
font-size: 1.4rem;
}
.zebra-box .content-col p {
color: #fff;
}
.zebra-box-disable .content-col p {
color: #fff;
}
@-webkit-keyframes animate-width {
0% {
width: 0;
}
100% {
visibility: visible;
}
}
@-moz-keyframes animate-width {
0% {
width: 0;
}
100% {
visibility: visible;
}
}
@keyframes animate-width {
0% {
width: 0;
}
100% {
visibility: visible;
}
}
@-webkit-keyframes animate-height {
0% {
height: 0;
}
100% {
visibility: visible;
}
}
@-moz-keyframes animate-height {
0% {
height: 0;
}
100% {
visibility: visible;
}
}
@keyframes animate-height {
0% {
height: 0;
}
100% {
visibility: visible;
}
}
.stat-levels {
margin: 1rem auto 0 auto;
}
.stat-bar {
background-color: #49184c;
height: 4px;
overflow: hidden;
padding: 3px;
border-radius: 5px;
margin-bottom: 20px;
margin-left: 0;
}
.stat-bar:last-child {
margin-bottom: 0;
}
.stat-bar-rating {
border-radius: 4px;
float: left;
width: 0;
height: 100%;
font-size: 12px;
color: white;
text-align: center;
text-indent: -9999px;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.stat-1 > .stat-bar-rating {
background: #fff;
}
.stat-bar-rating {
visibility: hidden;
width: 0;
-webkit-animation: animate-width;
-moz-animation: animate-width;
animation: animate-width;
animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
-webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
-moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
animation-duration: 0.5s;
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
.stat-bar:nth-of-type(1) .stat-bar-rating {
animation-delay: 0.25s;
-webkit-animation-delay: 0.25s;
}
.percent {
margin: 0 0 0.2rem 0.2rem;
}
.alerts {
margin: 1rem 0 0 0;
}
.alerts h6 {
color: #354052;
}
.alerts p {
color: #7F8FA4;
}
.date-send {
color: #ccc;
font-size: 10px;
} | 0.38341 | 0.073231 |
.btn-lg {
padding: 0.75rem 1.25rem;
font-weight: 700;
margin-right: 70px;
}
body {
display: -ms-flexbox;
display: flex;
text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
/*
* Footer
*/
section button{
display: block !important;
margin-left: auto;
margin-right: auto;
}
.btn {
font-size: 16px;
line-height: 32px;
text-align: center !important;
border-radius: 9px;
margin-right: 50px; /* Separacion de botones pegados*/
display: inline-block;
}
h1 {text-align: center;
margin-bottom: 15px; /* o el tamaño que quieres que exista entre h1 y el siguiente elemento */
size: 5px !important;
}
.imageflottante {
float: left;
}
.imageflottante2 {
float: right;
}
p {
text-align:justify;
font-family: Georgia !important;
margin-left: 15% !important;
margin-right: 15% !important;
margin-bottom: 15px !important; /* o el tamaño que quieres que exista entre h1 y el siguiente elemento */
line-height: 2em !important;
}
/* Da color a la imagen de fondo */
.dark-overlay {
position: absolute;
background-color: rgba(0, 0, 0, 0.5);
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fa {
font-size: 50px;
}
.navbar {
box-shadow: 2px 2px 5px #000;
opacity: 0.9;
}
.navbar .nav-item .nav-link {
color: #fff;
}
.main-header {
position: relative;
background: url(../../../assets/img/background.jpg);
background-size: cover;
}
.background-overlay {
background: rgba(48, 51, 107, 0.7);
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.form-control,
.btn {
border-radius: 0;
}
.team,
footer {
background: #30336b;
}
#showcase {
margin-top: -28px;
}
.carousel-item {
height: 548px;
}
.carousel-image-1 {
background: url("../../../assets/img/background.jpg");
background-size: cover;
}
.carousel-image-2 {
background: url("../../../assets/img/bg00.jpeg");
background-size: cover;
}
.carousel-image-3 {
background: url("../../../assets/img/bg01.jpeg");
background-size: cover;
}
#skills-header {
position: relative;
min-height: 200px;
background: url("../../../assets/img/bg3.jpeg");
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
color: #fff;
background-position: 0px -300px;
} | src/app/components/home/home.component.css | .btn-lg {
padding: 0.75rem 1.25rem;
font-weight: 700;
margin-right: 70px;
}
body {
display: -ms-flexbox;
display: flex;
text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
/*
* Footer
*/
section button{
display: block !important;
margin-left: auto;
margin-right: auto;
}
.btn {
font-size: 16px;
line-height: 32px;
text-align: center !important;
border-radius: 9px;
margin-right: 50px; /* Separacion de botones pegados*/
display: inline-block;
}
h1 {text-align: center;
margin-bottom: 15px; /* o el tamaño que quieres que exista entre h1 y el siguiente elemento */
size: 5px !important;
}
.imageflottante {
float: left;
}
.imageflottante2 {
float: right;
}
p {
text-align:justify;
font-family: Georgia !important;
margin-left: 15% !important;
margin-right: 15% !important;
margin-bottom: 15px !important; /* o el tamaño que quieres que exista entre h1 y el siguiente elemento */
line-height: 2em !important;
}
/* Da color a la imagen de fondo */
.dark-overlay {
position: absolute;
background-color: rgba(0, 0, 0, 0.5);
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fa {
font-size: 50px;
}
.navbar {
box-shadow: 2px 2px 5px #000;
opacity: 0.9;
}
.navbar .nav-item .nav-link {
color: #fff;
}
.main-header {
position: relative;
background: url(../../../assets/img/background.jpg);
background-size: cover;
}
.background-overlay {
background: rgba(48, 51, 107, 0.7);
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.form-control,
.btn {
border-radius: 0;
}
.team,
footer {
background: #30336b;
}
#showcase {
margin-top: -28px;
}
.carousel-item {
height: 548px;
}
.carousel-image-1 {
background: url("../../../assets/img/background.jpg");
background-size: cover;
}
.carousel-image-2 {
background: url("../../../assets/img/bg00.jpeg");
background-size: cover;
}
.carousel-image-3 {
background: url("../../../assets/img/bg01.jpeg");
background-size: cover;
}
#skills-header {
position: relative;
min-height: 200px;
background: url("../../../assets/img/bg3.jpeg");
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
color: #fff;
background-position: 0px -300px;
} | 0.327991 | 0.075619 |
.mw-videos-streaming-module {
min-height: 100px;
padding: 0;
}
.mw-videos-streaming-module h1,
.mw-videos-streaming-module h2,
.mw-videos-streaming-module h3,
.mw-videos-streaming-module h4,
.mw-videos-streaming-module h5,
.mw-videos-streaming-module h6 {
font-size: 24px;
font-weight: 600;
color: #fff;
}
.mw-videos-streaming-module p,
.mw-videos-streaming-module span {
font-size: 16px;
line-height: 1.5;
color: #fff;
}
.mw-videos-streaming-module p {
margin-bottom: 10px;
}
.mw-videos-streaming-module .heading {
background: #0086db;
padding: 20px 30px;
}
.mw-videos-streaming-module .videos-holder ul {
max-height: 585px;
overflow-y: scroll;
padding: 0;
}
.mw-videos-streaming-module .videos-holder ul li {
border-left: 5px solid transparent;
display: block;
width: 100%;
background: #f6f7fd;
margin-bottom: 2px;
padding: 20px 10px;
height: 94px;
cursor: pointer;
}
.mw-videos-streaming-module .videos-holder ul li:after {
content: '';
display: block;
clear: both;
}
.mw-videos-streaming-module .videos-holder ul li:hover,
.mw-videos-streaming-module .videos-holder ul li.active {
border-left: 5px solid #0086db;
background: #fff;
}
.mw-videos-streaming-module .videos-holder ul li .video-item .img {
width: 70px;
float: left;
height: 54px;
}
.mw-videos-streaming-module .videos-holder ul li .video-item .img img {
max-width: 100%;
max-height: 55px;
}
.mw-videos-streaming-module .videos-holder ul li .video-item .title {
color: #2b2b2b;
font-size: 14px;
float: left;
width: calc(100% - 70px);
line-height: 1.5;
padding: 5px 0;
height: 54px;
}
.mw-videos-streaming-module .videos-holder ul li:hover .video-item .title {
font-size: 14px;
}
.mw-videos-streaming-module .videos-holder ul li.active .video-item .title {
color: #0086db;
font-size: 14px;
font-weight: bold;
}
.mw-videos-streaming-module .video-iframe iframe {
max-height: 560px;
/*max-height: 500px;*/
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mw-videos-streaming-module .div-table {
display: table;
height: 100%;
vertical-align: middle;
}
.mw-videos-streaming-module .div-table-cell {
display: table-cell;
height: 100%;
vertical-align: middle;
}
@media screen and (max-width: 1199px) {
.videos-wrapper {
display: flex;
flex-direction: column-reverse;
}
.mw-videos-streaming-module .video-iframe iframe {
max-height: 555px;
}
}
/*
.videos-wrapper .left-side,
.videos-wrapper .right-side{
flex-direction: row;
}*/ | assets/videos_streaming.css | .mw-videos-streaming-module {
min-height: 100px;
padding: 0;
}
.mw-videos-streaming-module h1,
.mw-videos-streaming-module h2,
.mw-videos-streaming-module h3,
.mw-videos-streaming-module h4,
.mw-videos-streaming-module h5,
.mw-videos-streaming-module h6 {
font-size: 24px;
font-weight: 600;
color: #fff;
}
.mw-videos-streaming-module p,
.mw-videos-streaming-module span {
font-size: 16px;
line-height: 1.5;
color: #fff;
}
.mw-videos-streaming-module p {
margin-bottom: 10px;
}
.mw-videos-streaming-module .heading {
background: #0086db;
padding: 20px 30px;
}
.mw-videos-streaming-module .videos-holder ul {
max-height: 585px;
overflow-y: scroll;
padding: 0;
}
.mw-videos-streaming-module .videos-holder ul li {
border-left: 5px solid transparent;
display: block;
width: 100%;
background: #f6f7fd;
margin-bottom: 2px;
padding: 20px 10px;
height: 94px;
cursor: pointer;
}
.mw-videos-streaming-module .videos-holder ul li:after {
content: '';
display: block;
clear: both;
}
.mw-videos-streaming-module .videos-holder ul li:hover,
.mw-videos-streaming-module .videos-holder ul li.active {
border-left: 5px solid #0086db;
background: #fff;
}
.mw-videos-streaming-module .videos-holder ul li .video-item .img {
width: 70px;
float: left;
height: 54px;
}
.mw-videos-streaming-module .videos-holder ul li .video-item .img img {
max-width: 100%;
max-height: 55px;
}
.mw-videos-streaming-module .videos-holder ul li .video-item .title {
color: #2b2b2b;
font-size: 14px;
float: left;
width: calc(100% - 70px);
line-height: 1.5;
padding: 5px 0;
height: 54px;
}
.mw-videos-streaming-module .videos-holder ul li:hover .video-item .title {
font-size: 14px;
}
.mw-videos-streaming-module .videos-holder ul li.active .video-item .title {
color: #0086db;
font-size: 14px;
font-weight: bold;
}
.mw-videos-streaming-module .video-iframe iframe {
max-height: 560px;
/*max-height: 500px;*/
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mw-videos-streaming-module .div-table {
display: table;
height: 100%;
vertical-align: middle;
}
.mw-videos-streaming-module .div-table-cell {
display: table-cell;
height: 100%;
vertical-align: middle;
}
@media screen and (max-width: 1199px) {
.videos-wrapper {
display: flex;
flex-direction: column-reverse;
}
.mw-videos-streaming-module .video-iframe iframe {
max-height: 555px;
}
}
/*
.videos-wrapper .left-side,
.videos-wrapper .right-side{
flex-direction: row;
}*/ | 0.420124 | 0.066357 |
body
{
background: #EEE;
font-size: 14px;
font-family: "Arial" , "Helvetica" , "Verdana" , "Sans-Serif";
margin: 0;
color: #000;
}
a
{
color: #034af3;
text-decoration: none;
}
a:visited
{
color: #505abc;
}
a:hover
{
color: #1d60ff;
text-decoration: underline;
}
a:active
{
color: #12eb87;
}
p, ul
{
margin: 20px 0 0;
line-height: 1.3em;
}
img
{
float: left;
padding: 0px 20px 20px 0;
}
div.image
{
float: left;
padding: 0px 0px 20px 15px;
}
/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
font-size: 150%;
font-family: Arial, Helvetica, sans-serif;
}
h1
{
font-size: 200%;
padding-bottom: 0;
margin-bottom: 0;
}
h2
{
margin: 0;
padding: 0;
}
h3
{
font-size: 120%;
}
h4
{
font-size: 110%;
}
h5, h6
{
font-size: 100%;
}
/* this rule styles <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
margin-top: 0;
}
/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
.page
{
padding: 0 20px;
}
#header
{
position: relative;
margin-bottom: 0px;
padding: 0;
height: 120px;
}
#header h1
{
font-weight: bold;
padding: 10px;
margin: 0;
border: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 32px !important;
}
div#title
{
display: block;
float: left;
text-align: left;
padding: 10px;
margin: 20px 0;
}
#content-wrapper
{
padding: 30px 30px 15px 30px;
margin-bottom: 30px;
-moz-border-radius-topright: 0px;
}
#footer
{
color: #999;
padding: 10px 0;
text-align: center;
line-height: normal;
margin: 0;
font-size: .9em;
}
/* LOGIN
----------------------------------------------------------*/
#login-wrapper
{
font-size: 1.1em;
display: block;
text-align: right;
position: relative;
top: -8px;
}
#login-wrapper #login-caption
{
position: relative;
top: 5px;
margin: 10px;
}
#login-wrapper a
{
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
background-color: #DDDDDD;
border: 1px solid #999999;
color: #333;
font-weight: bold;
line-height: 2.8em;
padding: 5px 10px;
text-decoration: none;
}
#login-wrapper a:hover
{
color: #D8000C;
border-color: #D8000C;
background-color: #FFBABA;
text-decoration: none;
}
#login-wrapper a:active
{
text-decoration: none;
}
/*
/* TAB MENU
----------------------------------------------------------*/
#menucontainer
{
position: relative;
top: 39px;
}
ul#menu
{
padding: 0;
position: relative;
margin: 0;
text-align: right;
}
ul#menu li
{
display: inline;
list-style: none;
}
ul#menu li a
{
padding: 10px 20px;
font-weight: bold;
text-decoration: none;
line-height: 2.8em;
background-color: #DDD;
color: #000000;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border: solid 1px #999;
outline: none;
}
ul#menu li a:hover
{
border-bottom: medium none;
padding: 10px 20px 11px;
background-color: #FFF;
text-decoration: none;
}
ul#menu li #selected
{
border-bottom: medium none;
padding: 15px 20px 11px;
background-color: #FFF;
text-decoration: none;
}
ul#menu li a:active
{
text-decoration: none;
}
/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/
p.boxed
{
border: solid 1px #999999;
background-color: #FEFEFE;
padding: 20px;
}
a.button
{
outline: none;
text-decoration: none;
background-color: #EEE;
color: #000000;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
border: solid 1px #999;
padding: 5px 10px;
margin-right: 20px;
}
a.button:hover
{
border-color: #333;
background-color: #DDD;
text-decoration: none;
}
a.delete:hover
{
color: #D8000C;
border-color: #D8000C;
background-color: #FFBABA;
text-decoration: none;
}
a.button:active
{
text-decoration: none;
}
fieldset
{
margin: 1em 0;
padding: 1em;
border: 1px solid #CCC;
}
fieldset p
{
margin: 2px 12px 10px 10px;
}
fieldset label
{
display: block;
}
fieldset label.inline
{
display: inline;
}
legend
{
font-size: 1.1em;
font-weight: 600;
padding: 2px 4px 8px 4px;
}
input[type="text"], input[type="password"], textarea
{
width: 300px;
border: 1px solid #999;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}
input[type="submit"]
{
border: 1px solid #999;
background-color: #EEE;
padding: 5px 10px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}
input[type="text"].cell
{
width: 50px;
}
input[type="submit"].cell
{
border: 1px solid #999;
background-color: #EEE;
padding: 0px 0px;
}
/* TABLE
----------------------------------------------------------*/
table
{
border-collapse: collapse;
}
table td
{
padding: 5px;
border: solid 1px #999999;
}
table td.error
{
padding: 5px;
color: Red;
border: solid 1px Red;
}
table th
{
padding: 6px 5px;
text-align: left;
background-color: #EEE;
border: solid 1px #999999;
}
/* MISC
----------------------------------------------------------*/
.clear
{
clear: both;
}
.error
{
color: Red;
}
.corner-all
{
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
}
.boxed
{
border: solid 1px #999999;
background-color: #FEFEFE;
}
.field-validation-error
{
color: #ff0000;
}
.input-validation-error
{
border: 1px solid #ff0000 !important;
background-color: #ffeeee;
}
.validation-summary-errors
{
font-weight: bold;
color: #ff0000;
}
/* StatusMessages
----------------------------------------------------------*/
.success, .error
{
border: 1px solid;
margin: 20px 0px;
padding: 15px 20px;
}
.success
{
background-color: #E7F1F9;
border: 1px solid #4C96D4;
color: #4C96D4;
}
.error
{
color: #D8000C;
border: 1px solid #D8000C;
background-color: #FFBABA;
} | GrapeFruitStore/Content/Css/Default.css | body
{
background: #EEE;
font-size: 14px;
font-family: "Arial" , "Helvetica" , "Verdana" , "Sans-Serif";
margin: 0;
color: #000;
}
a
{
color: #034af3;
text-decoration: none;
}
a:visited
{
color: #505abc;
}
a:hover
{
color: #1d60ff;
text-decoration: underline;
}
a:active
{
color: #12eb87;
}
p, ul
{
margin: 20px 0 0;
line-height: 1.3em;
}
img
{
float: left;
padding: 0px 20px 20px 0;
}
div.image
{
float: left;
padding: 0px 0px 20px 15px;
}
/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
font-size: 150%;
font-family: Arial, Helvetica, sans-serif;
}
h1
{
font-size: 200%;
padding-bottom: 0;
margin-bottom: 0;
}
h2
{
margin: 0;
padding: 0;
}
h3
{
font-size: 120%;
}
h4
{
font-size: 110%;
}
h5, h6
{
font-size: 100%;
}
/* this rule styles <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
margin-top: 0;
}
/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
.page
{
padding: 0 20px;
}
#header
{
position: relative;
margin-bottom: 0px;
padding: 0;
height: 120px;
}
#header h1
{
font-weight: bold;
padding: 10px;
margin: 0;
border: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 32px !important;
}
div#title
{
display: block;
float: left;
text-align: left;
padding: 10px;
margin: 20px 0;
}
#content-wrapper
{
padding: 30px 30px 15px 30px;
margin-bottom: 30px;
-moz-border-radius-topright: 0px;
}
#footer
{
color: #999;
padding: 10px 0;
text-align: center;
line-height: normal;
margin: 0;
font-size: .9em;
}
/* LOGIN
----------------------------------------------------------*/
#login-wrapper
{
font-size: 1.1em;
display: block;
text-align: right;
position: relative;
top: -8px;
}
#login-wrapper #login-caption
{
position: relative;
top: 5px;
margin: 10px;
}
#login-wrapper a
{
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
background-color: #DDDDDD;
border: 1px solid #999999;
color: #333;
font-weight: bold;
line-height: 2.8em;
padding: 5px 10px;
text-decoration: none;
}
#login-wrapper a:hover
{
color: #D8000C;
border-color: #D8000C;
background-color: #FFBABA;
text-decoration: none;
}
#login-wrapper a:active
{
text-decoration: none;
}
/*
/* TAB MENU
----------------------------------------------------------*/
#menucontainer
{
position: relative;
top: 39px;
}
ul#menu
{
padding: 0;
position: relative;
margin: 0;
text-align: right;
}
ul#menu li
{
display: inline;
list-style: none;
}
ul#menu li a
{
padding: 10px 20px;
font-weight: bold;
text-decoration: none;
line-height: 2.8em;
background-color: #DDD;
color: #000000;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border: solid 1px #999;
outline: none;
}
ul#menu li a:hover
{
border-bottom: medium none;
padding: 10px 20px 11px;
background-color: #FFF;
text-decoration: none;
}
ul#menu li #selected
{
border-bottom: medium none;
padding: 15px 20px 11px;
background-color: #FFF;
text-decoration: none;
}
ul#menu li a:active
{
text-decoration: none;
}
/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/
p.boxed
{
border: solid 1px #999999;
background-color: #FEFEFE;
padding: 20px;
}
a.button
{
outline: none;
text-decoration: none;
background-color: #EEE;
color: #000000;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
border: solid 1px #999;
padding: 5px 10px;
margin-right: 20px;
}
a.button:hover
{
border-color: #333;
background-color: #DDD;
text-decoration: none;
}
a.delete:hover
{
color: #D8000C;
border-color: #D8000C;
background-color: #FFBABA;
text-decoration: none;
}
a.button:active
{
text-decoration: none;
}
fieldset
{
margin: 1em 0;
padding: 1em;
border: 1px solid #CCC;
}
fieldset p
{
margin: 2px 12px 10px 10px;
}
fieldset label
{
display: block;
}
fieldset label.inline
{
display: inline;
}
legend
{
font-size: 1.1em;
font-weight: 600;
padding: 2px 4px 8px 4px;
}
input[type="text"], input[type="password"], textarea
{
width: 300px;
border: 1px solid #999;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}
input[type="submit"]
{
border: 1px solid #999;
background-color: #EEE;
padding: 5px 10px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}
input[type="text"].cell
{
width: 50px;
}
input[type="submit"].cell
{
border: 1px solid #999;
background-color: #EEE;
padding: 0px 0px;
}
/* TABLE
----------------------------------------------------------*/
table
{
border-collapse: collapse;
}
table td
{
padding: 5px;
border: solid 1px #999999;
}
table td.error
{
padding: 5px;
color: Red;
border: solid 1px Red;
}
table th
{
padding: 6px 5px;
text-align: left;
background-color: #EEE;
border: solid 1px #999999;
}
/* MISC
----------------------------------------------------------*/
.clear
{
clear: both;
}
.error
{
color: Red;
}
.corner-all
{
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
}
.boxed
{
border: solid 1px #999999;
background-color: #FEFEFE;
}
.field-validation-error
{
color: #ff0000;
}
.input-validation-error
{
border: 1px solid #ff0000 !important;
background-color: #ffeeee;
}
.validation-summary-errors
{
font-weight: bold;
color: #ff0000;
}
/* StatusMessages
----------------------------------------------------------*/
.success, .error
{
border: 1px solid;
margin: 20px 0px;
padding: 15px 20px;
}
.success
{
background-color: #E7F1F9;
border: 1px solid #4C96D4;
color: #4C96D4;
}
.error
{
color: #D8000C;
border: 1px solid #D8000C;
background-color: #FFBABA;
} | 0.274254 | 0.079567 |
@font-face {
font-family: Martel;
font-style: normal;
font-weight: 400;
src: url(..assets/fonts/Martel-Regular.ttf);
}
@font-face {
font-family: Martel;
font-style: normal;
font-weight: 700;
src: url(..assets/fonts/Martel-Bold.ttf);
}
@font-face {
font-family: Cabin;
src: url(../assets/fonts/CabinSketch-Regular.ttf);
}
.bold {
font-weight: 700;
}
html {
min-height: 50vw;
}
body {
background: #CCAD8F;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 0px;
position: relative;
width: 100%;
height: inherit;
min-height: 50vw;
}
h1 {
font-family: Cabin;
font-style: normal;
font-weight: normal;
font-size: 50px;
line-height: 59px;
/* identical to box height */
letter-spacing: 0.05em;
color: #000000;
}
h2 {
font-family: Martel;
font-style: normal;
font-weight: bold;
font-size: 40px;
letter-spacing: 0.05em;
color: #000000;
}
p {
font-family: Martel;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 30px;
letter-spacing: 0.09em;
color: #000000;
}
a {
color: #000000;
text-decoration: none;
}
header {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
padding: 20px 0px;
position: relative;
width: 100%;
height: 180px;
/* eggshell */
background: #FFFBF0;
font-family: Cabin;
}
#definition {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 18px 20px;
position: static;
width: 366px;
height: 140px;
left: calc(50% - 366px/2 + 487px);
top: 20px;
/* Inside Auto Layout */
flex: none;
order: 2;
flex-grow: 0;
margin: 0px 30px;
font-weight: bold;
}
main {
display: flex;
flex-flow: column;
align-items: center;
justify-content: flex-start;
width: 80%;
min-height: 600px;
padding-top: 20px;
}
main > div {
padding-top: 24px;
height: fit-content;
}
main > div > div {
padding-top: 24px;
}
.main-nav {
display: flex;
flex-flow: row;
align-items: center;
justify-content: space-around;
position: static;
width: 70%;
height: 30px;
left: 0px;
top: 220px;
padding: 20px 0px;
}
.text-nav {
display: flex;
flex-flow: column;
justify-content: space-between;
position: static;
width: 50%;
height: 350px;
}
footer {
position: relative;
width: 100%;
height: 248px;
bottom: 0;
}
footer > #bottom {
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 50px 90px;
position: absolute;
left: 0%;
right: 0%;
top: 12.1%;
bottom: 0%;
/* eggshell */
background: #FFFBF0;
}
#contacts-tab {
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 5px 20px;
position: absolute;
left: 87.92%;
right: 0%;
top: 6.05%;
bottom: 81.85%;
/* eggshell */
background: #FFFBF0;
border-radius: 50px 0px 0px 50px;
}
#intro {
display: flex;
flex-flow: row;
justify-content: space-between;
position: static;
width: 1278px;
min-height: 422px;
}
#background-text {
display: flex;
flex-flow: column;
justify-content: flex-start;
}
#background-text > div {
display: flex;
flex-flow: row;
justify-content: flex-start;
}
#background-text > div > #left-side {
text-align: right;
display: flex;
flex-flow: column;
width: 355px;
}
#background-text > div > #right-side {
padding-left: 24px;
}
#tools-text {
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
}
#tools-text > div {
display: flex;
flex-flow: row;
justify-content: space-between;
width: 70%;
margin-bottom: 20px;
}
#tools-text > div > div{
margin: 0px 20px;
max-width: 50%;
}
#portfolio-text {
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
}
#portfolio-text > div {
display: flex;
flex-flow: row;
justify-content: space-between;
width: 70%;
margin-bottom: 20px;
}
#portfolio-text > div > div{
margin: 0px 20px;
max-width: 50%;
overflow: hidden;
} | styles/main.css | @font-face {
font-family: Martel;
font-style: normal;
font-weight: 400;
src: url(..assets/fonts/Martel-Regular.ttf);
}
@font-face {
font-family: Martel;
font-style: normal;
font-weight: 700;
src: url(..assets/fonts/Martel-Bold.ttf);
}
@font-face {
font-family: Cabin;
src: url(../assets/fonts/CabinSketch-Regular.ttf);
}
.bold {
font-weight: 700;
}
html {
min-height: 50vw;
}
body {
background: #CCAD8F;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 0px;
position: relative;
width: 100%;
height: inherit;
min-height: 50vw;
}
h1 {
font-family: Cabin;
font-style: normal;
font-weight: normal;
font-size: 50px;
line-height: 59px;
/* identical to box height */
letter-spacing: 0.05em;
color: #000000;
}
h2 {
font-family: Martel;
font-style: normal;
font-weight: bold;
font-size: 40px;
letter-spacing: 0.05em;
color: #000000;
}
p {
font-family: Martel;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 30px;
letter-spacing: 0.09em;
color: #000000;
}
a {
color: #000000;
text-decoration: none;
}
header {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
padding: 20px 0px;
position: relative;
width: 100%;
height: 180px;
/* eggshell */
background: #FFFBF0;
font-family: Cabin;
}
#definition {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 18px 20px;
position: static;
width: 366px;
height: 140px;
left: calc(50% - 366px/2 + 487px);
top: 20px;
/* Inside Auto Layout */
flex: none;
order: 2;
flex-grow: 0;
margin: 0px 30px;
font-weight: bold;
}
main {
display: flex;
flex-flow: column;
align-items: center;
justify-content: flex-start;
width: 80%;
min-height: 600px;
padding-top: 20px;
}
main > div {
padding-top: 24px;
height: fit-content;
}
main > div > div {
padding-top: 24px;
}
.main-nav {
display: flex;
flex-flow: row;
align-items: center;
justify-content: space-around;
position: static;
width: 70%;
height: 30px;
left: 0px;
top: 220px;
padding: 20px 0px;
}
.text-nav {
display: flex;
flex-flow: column;
justify-content: space-between;
position: static;
width: 50%;
height: 350px;
}
footer {
position: relative;
width: 100%;
height: 248px;
bottom: 0;
}
footer > #bottom {
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 50px 90px;
position: absolute;
left: 0%;
right: 0%;
top: 12.1%;
bottom: 0%;
/* eggshell */
background: #FFFBF0;
}
#contacts-tab {
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 5px 20px;
position: absolute;
left: 87.92%;
right: 0%;
top: 6.05%;
bottom: 81.85%;
/* eggshell */
background: #FFFBF0;
border-radius: 50px 0px 0px 50px;
}
#intro {
display: flex;
flex-flow: row;
justify-content: space-between;
position: static;
width: 1278px;
min-height: 422px;
}
#background-text {
display: flex;
flex-flow: column;
justify-content: flex-start;
}
#background-text > div {
display: flex;
flex-flow: row;
justify-content: flex-start;
}
#background-text > div > #left-side {
text-align: right;
display: flex;
flex-flow: column;
width: 355px;
}
#background-text > div > #right-side {
padding-left: 24px;
}
#tools-text {
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
}
#tools-text > div {
display: flex;
flex-flow: row;
justify-content: space-between;
width: 70%;
margin-bottom: 20px;
}
#tools-text > div > div{
margin: 0px 20px;
max-width: 50%;
}
#portfolio-text {
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
}
#portfolio-text > div {
display: flex;
flex-flow: row;
justify-content: space-between;
width: 70%;
margin-bottom: 20px;
}
#portfolio-text > div > div{
margin: 0px 20px;
max-width: 50%;
overflow: hidden;
} | 0.338624 | 0.073563 |
.html-page .master.file-list .upload-input-group {
border-radius: 4px 4px 0 0;
}
/* line 9, ../sass/customer-html.scss */
.html-page .master.file-list .upload-input-group input {
border-radius: 0 4px 0 0;
border: 2px solid #E9E9E9;
}
/* line 13, ../sass/customer-html.scss */
.html-page .master.file-list .upload-input-group label {
border-radius: 4px 0 0 0;
border: 2px solid #E9E9E9;
}
/* line 16, ../sass/customer-html.scss */
.html-page .master.file-list .upload-input-group label.btn {
color: #48c6a9;
}
/* line 22, ../sass/customer-html.scss */
.html-page .master.file-list .progress {
border-radius: 0;
margin-bottom: 0;
background-color: #E9E9E9;
}
/* line 27, ../sass/customer-html.scss */
.html-page .master.file-list .remaining-uploads {
background-color: #e9e9e9;
padding: 0 10px;
color: #48c6a9;
}
/* line 32, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner {
border-radius: 0 0 4px 4px;
}
/* line 35, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner ul.files-list li.file-item {
margin: 5px 2px;
background-color: white;
border: 1px solid #e1e1e1;
padding: 5px 10px;
}
/* line 41, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner ul.files-list li.file-item .image-item-list img {
width: 25%;
float: right;
margin-left: 5%;
}
/* line 58, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner ul.files-list li.file-item .media-item-list {
display: inline-block;
width: 100%;
}
/* line 61, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner ul.files-list li.file-item .media-item-list .dk {
width: 25%;
font-size: 64px;
float: right;
margin-left: 5%;
}
/* line 67, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner ul.files-list li.file-item .media-item-list .file-name-btns {
float: right;
width: 70%;
}
/* line 70, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner ul.files-list li.file-item .media-item-list .file-name-btns span.file-name {
float: right;
clear: both;
font-size: 12px;
width: 100%;
margin-bottom: 10px;
}
/* line 87, ../sass/customer-html.scss */
.html-page .details .details-header .return-button {
color: black;
}
/* line 91, ../sass/customer-html.scss */
.html-page .details .details-inner {
padding: 0;
} | src/Darkish/CustomerBundle/Resources/public/stylesheets/customer-html.css | .html-page .master.file-list .upload-input-group {
border-radius: 4px 4px 0 0;
}
/* line 9, ../sass/customer-html.scss */
.html-page .master.file-list .upload-input-group input {
border-radius: 0 4px 0 0;
border: 2px solid #E9E9E9;
}
/* line 13, ../sass/customer-html.scss */
.html-page .master.file-list .upload-input-group label {
border-radius: 4px 0 0 0;
border: 2px solid #E9E9E9;
}
/* line 16, ../sass/customer-html.scss */
.html-page .master.file-list .upload-input-group label.btn {
color: #48c6a9;
}
/* line 22, ../sass/customer-html.scss */
.html-page .master.file-list .progress {
border-radius: 0;
margin-bottom: 0;
background-color: #E9E9E9;
}
/* line 27, ../sass/customer-html.scss */
.html-page .master.file-list .remaining-uploads {
background-color: #e9e9e9;
padding: 0 10px;
color: #48c6a9;
}
/* line 32, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner {
border-radius: 0 0 4px 4px;
}
/* line 35, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner ul.files-list li.file-item {
margin: 5px 2px;
background-color: white;
border: 1px solid #e1e1e1;
padding: 5px 10px;
}
/* line 41, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner ul.files-list li.file-item .image-item-list img {
width: 25%;
float: right;
margin-left: 5%;
}
/* line 58, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner ul.files-list li.file-item .media-item-list {
display: inline-block;
width: 100%;
}
/* line 61, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner ul.files-list li.file-item .media-item-list .dk {
width: 25%;
font-size: 64px;
float: right;
margin-left: 5%;
}
/* line 67, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner ul.files-list li.file-item .media-item-list .file-name-btns {
float: right;
width: 70%;
}
/* line 70, ../sass/customer-html.scss */
.html-page .master.file-list .master-inner ul.files-list li.file-item .media-item-list .file-name-btns span.file-name {
float: right;
clear: both;
font-size: 12px;
width: 100%;
margin-bottom: 10px;
}
/* line 87, ../sass/customer-html.scss */
.html-page .details .details-header .return-button {
color: black;
}
/* line 91, ../sass/customer-html.scss */
.html-page .details .details-inner {
padding: 0;
} | 0.210279 | 0.056966 |
@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
/*========================================================
Bootstrap Reset
=========================================================*/
@import url(https://fonts.googleapis.com/css?family=Rubik:400,300,500,700&subset=latin,cyrillic);
button, .btn {
background: none;
border: none;
display: inline-block;
padding: 0;
outline: none;
outline-offset: 0;
cursor: pointer;
-webkit-appearance: none;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.row div:nth-child(5) {
clear: left;
}
button::-moz-focus-inner, .btn::-moz-focus-inner {
border: none;
padding: 0;
}
button:focus, .btn:focus {
outline: none;
}
label {
font-size: 13px;
color: #000;
}
@media (min-width: 768px) and (max-width: 991px) {
label {
font-size: 10px;
}
}
label {
font-weight: bold;
cursor: default;
}
textarea {
resize: none;
}
blockquote {
font-size: inherit;
line-height: inherit;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
font-size: 12px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
z-index: auto;
}
.bootstrap-datetimepicker-widget {
z-index: 998 !important;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget td span:hover {
background-color: transparent;
}
.bootstrap-datetimepicker-widget .timepicker {
margin-top: 5px;
}
.bootstrap-datetimepicker-widget .timepicker td > span {
width: 30px;
height: 30px;
line-height: 30px;
margin: 5px 0;
}
.bootstrap-datetimepicker-widget .timepicker td > span:hover {
color: #29d6f6;
}
.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
background: #29d6f6;
color: #FFF;
cursor: inherit;
}
.fancybox-overlay {
z-index: 10001;
}
.fancybox-opened {
z-index: 10003;
}
.container > .alert,
.breadcrumb + .alert {
position: fixed;
z-index: 10001;
top: 0;
left: 0;
width: 100%;
-webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
-moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
-ms-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
-o-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
}
.container > .alert .alert,
.breadcrumb + .alert .alert {
position: absolute;
left: 0;
right: 0;
top: 100%;
}
.container > .alert .alert.fadeOut,
.breadcrumb + .alert .alert.fadeOut {
top: -100%;
}
@-ms-keyframes alert-anim {
0% {
top: -100%;
}
60% {
top: 0;
}
100% {
top: 0;
}
}
@-o-keyframes alert-anim {
0% {
top: -100%;
}
60% {
top: 0;
}
100% {
top: 0;
}
}
@-webkit-keyframes alert-anim {
0% {
top: -100%;
}
60% {
top: 0;
}
100% {
top: 0;
}
}
@-moz-keyframes alert-anim {
0% {
top: -100%;
}
60% {
top: 0;
}
100% {
top: 0;
}
}
@keyframes alert-anim {
0% {
top: -100%;
}
60% {
top: 0;
}
100% {
top: 0;
}
}
@-ms-keyframes alert-anim2 {
0% {
top: -100%;
}
60% {
top: 100%;
}
100% {
top: 100%;
}
}
@-o-keyframes alert-anim2 {
0% {
top: -100%;
}
60% {
top: 100%;
}
100% {
top: 100%;
}
}
@-webkit-keyframes alert-anim2 {
0% {
top: -100%;
}
60% {
top: 100%;
}
100% {
top: 100%;
}
}
@-moz-keyframes alert-anim2 {
0% {
top: -100%;
}
60% {
top: 100%;
}
100% {
top: 100%;
}
}
@keyframes alert-anim2 {
0% {
top: -100%;
}
60% {
top: 100%;
}
100% {
top: 100%;
}
}
@-ms-keyframes alert-icon-anim {
0% {
font-size: 0;
}
60% {
font-size: 0;
}
}
@-o-keyframes alert-icon-anim {
0% {
font-size: 0;
}
60% {
font-size: 0;
}
}
@-webkit-keyframes alert-icon-anim {
0% {
font-size: 0;
}
60% {
font-size: 0;
}
}
@-moz-keyframes alert-icon-anim {
0% {
font-size: 0;
}
60% {
font-size: 0;
}
}
@keyframes alert-icon-anim {
0% {
font-size: 0;
}
60% {
font-size: 0;
}
}
.product_page-right .alert {
margin-top: 20px;
}
.alert {
position: relative;
padding: 20px 40px 20px 75px;
z-index: 30;
color: #FFF;
border-radius: 0;
min-height: 60px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
font-weight: 700;
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
-moz-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
-o-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
-webkit-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
}
.alert i {
position: absolute;
top: 0;
left: 0;
bottom: 0;
text-align: center;
width: 60px;
font-size: 40px;
-webkit-animation: alert-icon-anim 1s;
-moz-animation: alert-icon-anim 1s;
-ms-animation: alert-icon-anim 1s;
-o-animation: alert-icon-anim 1s;
animation: alert-icon-anim 1s;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.alert i:before {
position: absolute;
top: 50%;
left: 0;
right: 0;
line-height: 0;
}
.alert a:hover {
text-decoration: underline;
}
.alert button.close {
position: absolute;
top: 50%;
line-height: 1;
right: 15px;
color: #FFF;
opacity: .7;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.alert button.close:hover, .alert button.close:focus {
opacity: 1;
color: #FFF;
}
.alert.fadeOut {
-moz-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
-o-transform: translate(0, -100%);
-webkit-transform: translate(0, -100%);
transform: translate(0, -100%);
}
.alert.fadeOut .alert {
top: 100%;
}
@media (max-width: 479px) {
.alert {
padding-right: 30px;
}
.alert button.close {
right: 5px;
}
}
.alert-success {
background-color: #4caf50;
}
.alert-success i {
background: #388E3C;
}
.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
color: #C8E6C9;
}
.alert-danger {
background-color: #F44336;
}
.alert-danger i {
background: #D32F2F;
}
.alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
color: #FFCDD2;
}
.alert-info {
background-color: #03A9F4;
}
.alert-info i {
background: #0288D1;
}
.alert-info a, .alert-info a:visited, .alert-info a:focus, .alert-info a:hover {
color: #B3E5FC;
}
.alert-warning {
background-color: #FF5722;
}
.alert-warning i {
background: #E64A19;
}
.alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
color: #FFCCBC;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
border-radius: 0;
}
.pagination {
margin: 0;
}
.pagination:before, .pagination:after {
display: table;
content: "";
line-height: 0;
}
.pagination:after {
clear: both;
}
.pagination > li {
display: block;
float: left;
}
.pagination > li > a, .pagination > li > span {
display: inline-block;
color: #959595;
background: #f5f5f5;
border: none;
float: none;
margin-left: 0;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
padding: 0;
}
.pagination > li + li {
border-left: 1px solid #cfd8dc;
}
.pagination > li.active > a, .pagination > li.active > span, .pagination > li.active > a:hover, .pagination > li.active > span:hover, .pagination > li.active > a:focus, .pagination > li.active > span:focus {
background-color: #ededed;
color: #000;
z-index: auto;
}
@media (max-width: 479px) {
.pagination > li > a, .pagination > li > span {
width: 40px;
height: 40px;
line-height: 40px;
}
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background: none;
text-decoration: none;
}
.table thead td, .table th {
text-transform: uppercase;
font-weight: bold;
color: #000;
font-size: 13px;
background-color: #f5f5f5;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
border-bottom: none;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
padding: 15px 10px 15px;
}
.table td {
padding: 20px;
border-color: #cfd8dc;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.block-compare .table th, .block-compare .table td {
padding: 7px;
}
.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
border-radius: 0;
}
.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
border-color: #cfd8dc;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
white-space: normal;
}
.table > tbody + tbody {
border-top: none;
}
.panel-default > .panel-heading {
padding: 20px;
background: #f5f5f5;
color: #000;
}
.addthis_sharing_toolbox a {
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.addthis_sharing_toolbox a:hover {
opacity: .6;
}
.fancybox-close, .fancybox-prev span, .fancybox-next span {
opacity: 0.8;
}
.fancybox-lock {
overflow: visible !important;
}
.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
opacity: 1;
}
.form-horizontal .radio, .form-horizontal .checkbox {
min-height: inherit;
}
.form-horizontal .radio:first-child, .form-horizontal .checkbox:first-child {
padding-top: 0;
}
.form-horizontal .control-label, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
padding-top: 0;
}
.input-group .form-control {
z-index: auto;
}
.atm-f {
height: auto !important;
}
.text-danger {
color: #F00;
}
.has-error * + .text-danger {
margin-top: 5px;
}
.buttons input[type="checkbox"] {
position: relative;
top: 2px;
}
.tooltip {
z-index: 9999;
}
.ps-document-overlay,
.ps-carousel,
.ps-uilayer,
.ps-toolbar,
.ps-caption {
z-index: 10000 !important;
}
.vcenter {
vertical-align: middle !important;
}
.table-custom > tbody > tr > td,
.table-custom > tbody > tr > th,
.table-custom > tfoot > tr > td,
.table-custom > tfoot > tr > th,
.table-custom > thead > tr > td,
.table-custom > thead > tr > th {
border-top: none;
border-bottom: 1px solid #cfd8dc;
padding-bottom: 10px;
}
.modal {
z-index: 10005;
}
.modal-dialog {
margin-top: 90px;
}
/*========================================================
Main Styles
=========================================================*/
body {
font: 400 14px/20px "Rubik", sans-serif;
color: #959595;
background: #fff;
}
h1, h2, h3, h4, h5, h6 {
color: #000;
margin: 0 0 20px;
line-height: normal;
letter-spacing: 1px;
font-weight: 500;
text-transform: uppercase;
}
/* Override the bootstrap defaults */
h1 {
text-transform: uppercase;
font-size: 34px;
line-height: 55px;
margin-bottom: 0;
text-align: center;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
h1 i {
margin-right: 10px;
color: #29d6f6;
font-size: 45px;
}
h1:after {
content: '';
height: 1px;
display: block;
background: #cfd8dc;
margin: 20px 0 40px;
}
h1.no-line {
margin-bottom: 30px;
}
h1.no-line:after {
display: none;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 10.2px;
}
a {
display: inline-block;
font: inherit;
color: inherit;
text-decoration: none;
max-width: 100%;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
a:active {
background-color: transparent;
}
a:visited, a:focus {
color: inherit;
outline: none;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #29d6f6;
}
p a, p a:visited, p a:focus {
color: #29d6f6;
}
p a:hover, p a:visited:hover, p a:focus:hover {
text-decoration: underline;
}
img {
max-width: 100%;
height: auto;
}
legend {
font-size: 18px;
padding: 7px 0px;
}
label {
font-size: 12px;
font-weight: normal;
}
strong, b {
color: #000;
}
.input-group .input-group-addon {
height: 30px;
}
.nav-tabs {
margin-bottom: 15px;
}
div.required .control-label:after {
content: '*';
color: #ee372a;
font-weight: bold;
margin-left: 5px;
}
.fa {
line-height: inherit;
}
.fleft {
float: left;
}
.fleft:before, .fleft:after {
display: table;
content: "";
line-height: 0;
}
.fleft:after {
clear: both;
}
.fright {
float: right;
}
.fright:before, .fright:after {
display: table;
content: "";
line-height: 0;
}
.fright:after {
clear: both;
}
.tooltip.in {
opacity: 1;
}
.tooltip-inner {
background: #29d6f6;
text-transform: uppercase;
font-size: 10px;
}
@media (min-width: 991px) and (max-width: 992px) {
.tooltip-inner {
width: 86px;
}
}
@media (min-width: 767px) and (max-width: 768px) {
.tooltip-inner {
width: 86px;
}
}
[class][class].tooltip-arrow {
border-top-color: #29d6f6;
}
#collapse-checkout-option h2 {
font-size: 24px;
}
@media (max-width: 767px) {
#collapse-checkout-option h2 {
font-size: 20px;
}
}
@media (max-width: 767px) {
#collapse-checkout-option .col-sm-6 + .col-sm-6 {
margin-top: 30px;
}
}
/*========================================================
Header styles
=========================================================*/
.common-home header .margin-bot {
margin-bottom: 20px;
}
.common-home header .stuck-menu {
padding-top: 0;
border: none;
}
header {
background: #151718;
}
header .icon2 {
position: relative;
margin-top: 24px;
padding-left: 70px;
min-height: 55px;
display: block;
}
header .icon2[class*="fa-"]:before {
font-family: "FontAwesome";
}
header .icon2:before {
position: absolute;
left: 0;
top: 0;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
color: #29d6f6;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #29d6f6;
font-size: 26px;
}
header .icon2 + .icon2 {
margin-top: 6px;
}
header p {
font: 18px/22px "Rubik", sans-serif;
color: #fff;
text-transform: uppercase;
line-height: 24px;
margin-top: 4px;
}
header .box-language, header .box-currency {
display: inline-block;
margin-left: -4px;
}
header .box-currency + .box-language .toggle,
header .box-language + .box-currency .toggle {
border-left: none;
}
header .logo, header .nav__primary, header address, header .search {
display: inline-block;
float: left;
}
header * + .nav__primary {
margin-left: 46px;
}
header .login, header .wish_list, header .box-cart {
display: inline-block;
float: left;
}
header .login, header .wish_list .item-btn, header .box-cart button {
border: 1px solid #292d2f;
border-top: none;
border-bottom: none;
color: #fff;
background: #151718;
padding: 10px 24px;
letter-spacing: 1px;
line-height: 26px;
text-transform: uppercase;
}
@media (max-width: 991px) {
header .login, header .wish_list .item-btn, header .box-cart button {
padding: 10px 10px;
}
}
@media (max-width: 479px) {
header .login, header .wish_list .item-btn, header .box-cart button {
padding: 10px 6px;
}
}
header .login i, header .wish_list .item-btn i, header .box-cart button i {
font-size: 20px;
line-height: 26px;
color: #fff;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-right: 14px;
margin-left: -6px;
float: left;
}
header .login span, header .wish_list .item-btn span, header .box-cart button span {
font-size: 13px;
}
header .login:hover, header .wish_list .item-btn:hover, header .box-cart button:hover {
color: #29d6f6;
background: #fff;
}
header .login:hover i, header .wish_list .item-btn:hover i, header .box-cart button:hover i {
color: #29d6f6;
}
header .login:hover span span, header .login:hover .cart-total2, header .wish_list .item-btn:hover span span, header .wish_list .item-btn:hover .cart-total2, header .box-cart button:hover span span, header .box-cart button:hover .cart-total2 {
color: #fff;
}
header .login + .wish_list,
header .wish_list + .box-cart {
border-left: none;
}
header .login + .wish_list button, header .login + .wish_list .item-btn,
header .wish_list + .box-cart button,
header .wish_list + .box-cart .item-btn {
border-left: none;
}
@media (max-width: 479px) {
header .login + .wish_list {
border-left: 1px solid #292d2f;
}
header .login + .wish_list i {
margin-left: 2px;
}
}
header .wish_list span span, header .box-cart .cart-total2 {
width: 21px;
height: 21px;
font-size: 10px;
line-height: 21px;
text-align: center;
background: #29d6f6;
display: inline-block;
float: right;
margin-left: 8px;
margin-top: 2px;
}
header .box-cart .cart-total2 {
margin-top: 3px;
background: #29d6f6;
}
header .login {
padding-bottom: 11px;
}
header .login i {
display: none;
}
header .margin-bot {
margin-bottom: 0px;
}
header .stuck-menu {
background: transparent;
position: relative;
z-index: 109;
padding-top: 22px;
border-top: 1px solid #292d2f;
}
header address a {
font-size: 14px;
line-height: 26px;
color: #fff;
font-weight: 500;
letter-spacing: 1px;
padding: 1px 4px;
}
header address a:hover {
color: #29d6f6;
background: #fff;
}
header address + .search {
margin-left: 87px;
margin-top: -12px;
}
/*================ Toggle ===============*/
.toggle-wrap {
position: relative;
}
.toggle_cont {
display: none;
background: #fff;
padding: 10px 0;
list-style-type: none;
position: absolute;
right: 1px;
top: 100%;
width: 200px;
z-index: 110;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
}
.toggle_cont .toggle_cont {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.toggle_cont > li > a, .toggle_cont > li > button {
text-align: left;
width: 100%;
display: block;
padding: 5px 5px 5px 10px;
text-transform: uppercase;
font-size: 13px;
color: #9e9e9e;
}
.toggle_cont > li > a:hover, .toggle_cont > li > button:hover {
background: #29d6f6;
color: #fff;
}
.toggle_cont ul {
text-align: right;
font-size: 16px;
}
.toggle_cont ul li + li {
margin-top: 8px;
}
.toggle_cont__right {
right: auto;
left: 0;
}
/*================ Top Links style ===============*/
@media (min-width: 768px) {
header .nav > .toggle {
display: none;
}
header .nav > .toggle_cont {
display: none !important;
position: static;
padding: 0;
margin: 0;
background: #151718;
width: auto;
}
header .nav > .toggle_cont > li {
display: inline-block;
}
header .nav > .toggle_cont > li + li {
margin-left: 26px;
}
header .nav > .toggle_cont > li > a {
display: inline-block;
font-size: 13px;
text-transform: capitalize;
color: #9e9e9e;
padding: 0;
}
header .nav > .toggle_cont > li > a:hover, header .nav > .toggle_cont > li > a.active {
color: #29d6f6;
background: none;
}
}
@media (max-width: 767px) {
header .nav {
position: fixed;
top: 0;
margin: 0;
z-index: 10000;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
header .nav > .toggle:hover {
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
header .nav .toggle-wrap .toggle {
display: none;
}
header .nav .toggle-wrap .toggle_cont {
display: block !important;
height: auto !important;
position: static;
padding: 0;
-moz-transition: 0;
-o-transition: 0;
-webkit-transition: 0;
transition: 0;
}
header .nav .toggle-wrap .toggle_cont li + li {
margin-top: 0;
}
}
/*================ CURRENCY AND LANGUAGE BOXES ===============*/
.box-language .toggle,
.box-currency .toggle {
display: block;
text-align: center;
font-size: 13px;
line-height: 26px;
text-transform: uppercase;
cursor: pointer;
letter-spacing: 1px;
color: #fff;
background: none;
padding: 10px 24px;
border: 1px solid #292d2f;
border-top: none;
border-bottom: none;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
@media (max-width: 991px) {
.box-language .toggle,
.box-currency .toggle {
padding: 10px 10px;
}
}
.box-language .toggle:after,
.box-currency .toggle:after {
display: inline-block;
content: '\f107';
margin-left: 6px;
font-size: 15px;
font-weight: 400;
font-family: "FontAwesome";
}
.box-language .toggle.active, .box-language .toggle:hover,
.box-currency .toggle.active,
.box-currency .toggle:hover {
color: #29d6f6;
background: #fff;
}
.box-language .toggle_cont:before,
.box-currency .toggle_cont:before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #fff transparent;
top: -5px;
left: 22px;
display: inline-block;
}
.box-language .toggle_cont,
.box-currency .toggle_cont {
width: 174px;
left: 0;
right: auto;
margin-top: 5px;
}
.box-language .toggle_cont li a, .box-language .toggle_cont li button,
.box-currency .toggle_cont li a,
.box-currency .toggle_cont li button {
font-size: 13px;
text-transform: capitalize;
color: #9e9e9e;
}
.box-language .toggle_cont li a:hover, .box-language .toggle_cont li button:hover,
.box-currency .toggle_cont li a:hover,
.box-currency .toggle_cont li button:hover {
color: #fff;
}
.cart .toggle:before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #fff transparent;
bottom: -5px;
right: 22px;
display: inline-block;
z-index: 110;
opacity: 0;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cart .toggle.active:before {
opacity: 1;
}
/*========================================================
Responsive Header styles
=========================================================*/
@media (max-width: 1199px) {
header * + .nav__primary {
margin-left: 15px;
}
header address + .search {
margin-left: 35px;
}
}
@media (max-width: 991px) {
header .stuck-menu {
text-align: center;
}
header .stuck-menu .fleft, header .stuck-menu .fright {
float: none;
}
header .stuck-menu .fleft:before, header .stuck-menu .fleft:after, header .stuck-menu .fright:before, header .stuck-menu .fright:after {
display: table;
content: "";
line-height: 0;
}
header .stuck-menu .fleft:after, header .stuck-menu .fright:after {
clear: both;
}
header .stuck-menu .fright {
margin-top: 30px;
}
header .stuck-menu address {
float: left;
}
header .stuck-menu .search {
float: right;
}
header .stuck-menu .logo {
float: left;
}
header .stuck-menu .nav__primary {
float: right;
}
.common-home header .margin-bot {
margin-bottom: 40px;
}
}
@media (max-width: 767px) {
header .search {
float: none;
}
header .box-currency {
margin-right: 0;
padding: 0;
}
header .logo {
float: none;
text-align: center;
margin-top: 15px;
}
header .logo img {
display: inline-block;
}
header .box-cart {
float: none;
margin-top: 0;
}
header .nav__primary {
margin-top: 15px;
background: none;
}
.common-home header .margin-bot {
margin-bottom: 32px;
}
}
@media (max-width: 569px) {
header > .container .fleft, header > .container .fright {
float: none;
text-align: center;
}
header > .container .fleft {
border-bottom: 1px solid #292d2f;
}
header > .container .login, header > .container .wish_list {
display: inline-block;
float: none;
}
header .stuck-menu .logo {
display: inline-block;
float: none;
}
}
@media (max-width: 479px) {
header .login {
display: none !important;
}
}
/*========================================================
Content styles
=========================================================*/
#page {
background: #eceff1;
overflow: hidden;
}
#content {
padding-bottom: 30px;
padding-top: 30px;
}
/*================== Marked List ======================*/
.box.account ul, .box.affilate ul {
padding: 0;
list-style-type: none;
}
.box.account ul li + li, .box.affilate ul li + li {
border-top: 1px solid #cfd8dc;
}
.box.account ul a, .box.affilate ul a {
position: relative;
background: #f5f5f5;
display: block;
padding: 13px 15px;
}
.box.account ul a:hover, .box.affilate ul a:hover {
background: #ededed;
}
.box.account ul a:hover, .box.affilate ul a:hover {
color: #29d6f6;
}
.manufacturer-content div, #content ul.list-unstyled {
margin: 0;
list-style-type: none;
}
.manufacturer-content div li + li, #content ul.list-unstyled li + li {
margin-top: 10px;
}
.manufacturer-content div a, #content ul.list-unstyled a {
position: relative;
color: #000;
}
.manufacturer-content div a:hover, #content ul.list-unstyled a:hover {
color: #29d6f6;
}
.manufacturer-content div a:before, #content ul.list-unstyled a:before {
content: '\e11d';
margin-right: 5px;
font-weight: 400;
font-size: 20px;
font-family: "material-design";
color: #29d6f6;
}
#content .product-info ul.list-unstyled a:before {
display: none;
}
@media (max-width: 767px) {
aside {
margin-top: 20px;
}
aside .container {
padding: 0;
width: 100%;
}
}
/*================== Lazy Img ======================*/
.lazy {
display: block;
position: relative;
height: 0;
overflow: hidden;
background: transparent url(../../../img/theme/lazy-loader.gif) no-repeat center center;
}
.lazy img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 0;
-moz-transition: 1s all ease;
-o-transition: 1s all ease;
-webkit-transition: 1s all ease;
transition: 1s all ease;
opacity: 1;
-webkit-backface-visibility: hidden;
}
.lazy.lazy-loaded {
background: none;
}
.lazy.lazy-loaded img {
opacity: 1;
}
.search {
width: 50px;
height: 50px;
border: 2px solid #fff;
background: none;
color: #fff;
font-size: 20px;
line-height: 48px;
border: 2px solid #fff;
display: inline-block;
text-align: center;
cursor: pointer;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
position: relative;
}
.search:hover {
background: #fff;
}
.search:hover .search-cnt {
width: 270px;
}
.search:hover .search-cnt input[type="text"] {
width: 220px;
display: inline-block;
}
.search:hover .search-cnt button {
display: inline-block;
}
.search-cnt {
position: absolute;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
top: -2px;
bottom: -2px;
left: 0;
width: 0;
}
.search-cnt input[type="text"] {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
display: none;
float: left;
color: #000;
margin: 0;
font-size: 13px;
line-height: 26px;
width: 0;
margin-left: -220px;
height: 50px;
padding: 14px 22px 14px 22px;
background: #fff;
border: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.search-cnt input[type="text"]:focus {
outline: none;
}
.search-cnt input[type="text"]::-webkit-input-placeholder {
color: #b0bec5;
opacity: 1;
}
.search-cnt input[type="text"]:-moz-placeholder {
color: #b0bec5;
opacity: 1;
}
.search-cnt input[type="text"]::-moz-placeholder {
color: #b0bec5;
opacity: 1;
}
.search-cnt input[type="text"]:-ms-input-placeholder {
color: #b0bec5;
opacity: 1;
}
.search-cnt button, .search-cnt button:focus, .search-cnt button:active {
background: none;
border: none;
display: inline-block;
padding: 0;
outline: none;
outline-offset: 0;
cursor: pointer;
-webkit-appearance: none;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
position: absolute;
top: 0;
right: 222px;
width: 52px;
height: 50px;
line-height: 52px;
color: #29d6f6;
background: #fff;
text-align: center;
border: none;
}
.search-cnt button::-moz-focus-inner, .search-cnt button:focus::-moz-focus-inner, .search-cnt button:active::-moz-focus-inner {
border: none;
padding: 0;
}
.search-cnt button:hover, .search-cnt button:focus:hover, .search-cnt button:active:hover {
color: #000;
}
.search-cnt button {
display: none;
}
#livesearch_search_results {
margin: 3px 0 0;
padding: 5px;
position: absolute;
top: 100%;
width: 268px;
margin-left: -220px;
left: 0;
background-color: #fff;
list-style-type: none;
z-index: 120;
font-size: 12px;
line-height: 20px;
}
#livesearch_search_results li {
text-align: left;
}
#livesearch_search_results li img {
float: left;
margin-right: 10px;
max-width: 75px;
}
#livesearch_search_results li img.loading {
background: #F5F5F5;
}
#livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
background-color: #29d6f6;
}
#livesearch_search_results li:hover a, #livesearch_search_results li:hover a:visited, #livesearch_search_results li.highlighted a, #livesearch_search_results li.highlighted a:visited {
color: #FFF;
}
#livesearch_search_results a, #livesearch_search_results a:visited {
display: block;
padding: 5px;
color: #000;
}
#livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {
display: table;
content: "";
line-height: 0;
}
#livesearch_search_results a:after, #livesearch_search_results a:visited:after {
clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
#livesearch_search_results li img {
display: none !important;
}
}
/*================ Box Cart ===============*/
.box-cart {
position: relative;
}
.box-cart .name {
font-size: 14px;
line-height: 26px;
color: #000;
letter-spacing: 1px;
font-weight: 500;
text-transform: uppercase;
}
.box-cart .price-cart {
color: #90a4ae;
}
.box-cart .text-left {
padding-left: 5px;
padding-right: 5px;
}
.box-cart li + li {
padding-right: 25px;
}
.box-cart .btn-danger, .box-cart .btn-danger:focus {
border: 0;
padding: 0;
color: #000;
font-size: 10px;
background: none;
}
.box-cart .btn-danger i, .box-cart .btn-danger:focus i {
font-size: 15px;
margin-right: 0;
margin-left: 0;
}
.box-cart .btn-danger:hover, .box-cart .btn-danger:focus:hover {
color: #29d6f6;
background: none;
}
.box-cart a:hover img {
opacity: .5;
}
.box-cart .btn {
margin-bottom: 7px;
}
/*================ Cart ===============*/
.cart {
position: relative;
}
.cart > button i, .cart > button strong, .cart > button span {
vertical-align: middle;
}
.cart .cart-remove-btn {
width: 100%;
margin-bottom: 10px;
margin-left: 12px;
border: 2px solid #000;
padding: 7px 0;
background: #fff;
text-transform: uppercase;
font-size: 14px;
line-height: 26px;
font-weight: 500;
color: #000 !important;
text-align: center;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.cart .cart-remove-btn:before {
display: none;
}
.cart .cart-remove-btn:hover {
background: #29d6f6;
border-color: #29d6f6;
color: #fff !important;
}
/*================ Cart DropDown ===============*/
.cart .toggle_cont {
margin-top: 5px;
z-index: 1001;
min-width: 260px;
padding: 10px 10px 5px;
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
.cart .toggle_cont img {
max-width: 50px;
}
.cart .toggle_cont table {
margin-bottom: 10px;
}
.cart .toggle_cont strong {
font-weight: 400;
color: #3f3f4d;
}
.cart .toggle_cont .price-cart {
font-size: 14px;
line-height: 30px;
color: #90a4ae;
letter-spacing: 1px;
font-weight: 500;
}
.cart ul > li:first-child tr {
border-bottom: 1px solid #cfd8dc;
}
.cart td {
font-size: 14px;
}
.cart td strong {
font-size: 16px;
}
.cart .total td {
border: none;
padding: 2px;
color: #3f3f4d;
text-transform: uppercase;
}
.cart .total td + td {
color: #29d6f6;
font-weight: 500;
}
.cart .table > tbody > tr > td {
border-top: none;
}
.cart .table.total tr:nth-child(4) td strong,
.cart .table.total tr:nth-child(4) td {
font-size: 20px;
}
@media (max-width: 767px) {
.cart {
position: fixed;
top: 0;
margin: 0;
z-index: 10000;
}
.cart > button {
margin-top: 5px;
position: relative;
padding-right: 20px;
background: none !important;
border: none !important;
}
.cart > button i {
font-size: 22px;
}
.cart > button span {
display: none;
}
.cart > button .cart-total, .cart > button strong {
display: none;
}
.cart > button .cart-total2 {
margin-left: 0 !important;
}
.cart > button:before {
display: none;
}
.cart .toggle_cont {
margin-top: 0;
max-height: 300px;
overflow: auto;
right: -30px;
}
}
/*========================================================
Product
=========================================================*/
/* =================== Product Layout =================== */
.product-layout {
margin-bottom: 30px;
}
.single-category .last {
clear: none !important;
}
.single-category .product-layout:nth-child(4) {
clear: left !important;
}
.single-category .banners + .banners {
display: none;
}
.single-category + * + .single-category .banners {
display: none;
}
.single-category + * + .single-category .banners + .banners {
display: block;
}
.product-thumb .cart-button {
margin-top: 9px;
}
.product-thumb .cart-button button + button {
margin-left: 30px;
}
#single-category2 #banner6, #single-category2 #banner7 {
display: none;
}
#single-category1 #banner3, #single-category1 #banner5 {
display: none;
}
#single-category2-accordion #banner6, #single-category2-accordion #banner7 {
display: none;
}
#single-category1-accordion #banner3, #single-category1-accordion #banner5 {
display: none;
}
/* =================== Product Image =================== */
.product-thumb .image {
position: relative;
padding: 5%;
}
.product-thumb .image > a {
display: block;
}
.product-thumb .image > a img {
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
margin: 0 auto;
}
.product-thumb .image > a:hover img {
opacity: .5;
}
/* =================== Product Caption =================== */
.table-responsive .product-thumb .rating {
position: relative;
bottom: auto;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
.single-category .product-thumb {
min-height: 320px;
}
}
.single-category .product-thumb .cart-button button + button {
margin-left: 20px;
}
.product-thumb {
min-height: 416px;
text-align: center;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
padding-bottom: 47px;
}
@media (min-width: 768px) and (max-width: 1199px) {
.product-thumb {
min-height: 350px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.product-thumb {
min-height: 300px;
}
}
.product-thumb .aside {
display: none;
}
.product-thumb .name {
font-size: 14px;
line-height: 26px;
color: #000;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
}
.product-thumb .name + * {
margin-top: 8px;
}
.product-thumb .description {
padding: 4%;
}
.product-thumb .price-old {
margin-top: -5px;
display: block;
}
.product-thumb .rating {
position: absolute;
bottom: 18px;
left: 0;
right: 0;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 0;
}
.product-thumb:hover .image > .quickview {
opacity: 1;
}
.product-thumb:hover .rating {
opacity: 1;
}
/* ================== Product List, Product Grid =================== */
.product-list .product-thumb .caption, .product-list .product-thumb .cart-button {
overflow: hidden;
}
.product-list .product-thumb {
padding-top: 30px;
margin-bottom: 30px;
}
.product-list .product-thumb .image, .product-list .product-thumb .caption, .product-list .product-thumb .aside {
float: left;
padding: 0 15px;
width: 33.3%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (min-width: 768px) {
.product-list .product-thumb {
min-height: 300px;
}
.product-list .product-thumb:before, .product-list .product-thumb:after {
display: table;
content: "";
line-height: 0;
}
.product-list .product-thumb:after {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.product-list .product-thumb {
min-height: 250px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.product-list .product-thumb {
min-height: 200px;
}
}
@media (min-width: 768px) {
.product-list .product-thumb .rating {
position: relative;
opacity: 1;
bottom: auto;
margin-top: 10px;
}
}
.product-list .product-thumb .aside {
display: block;
}
.product-list .product-thumb .aside .price {
margin-bottom: 20px;
}
.product-list .product-thumb .aside .cart-button button {
display: inline-block !important;
float: none;
}
.product-list .product-thumb .aside .cart-button button + button {
margin-left: 15px;
}
.product-list .product-thumb .caption {
border-right: 1px solid #cfd8dc;
}
.product-list .product-thumb > .price, .product-list .product-thumb > .cart-button {
display: none;
}
.product-list + .product-list .product-thumb {
border-top: 1px solid #cfd8dc;
padding-top: 30px;
}
.clearfix + .product-list .product-thumb {
border-top: 1px solid #cfd8dc;
padding-top: 30px;
}
.product-grid .product-thumb .image {
float: none;
}
/* ================== SALE, NEW Message =================== */
.sale, .new_pr {
font-size: 13px;
display: inline-block;
position: absolute;
top: 0;
left: 0;
background-color: #29d6f6;
color: #FFF;
line-height: 29px;
padding: 0 8px;
z-index: 9;
}
/* =================== Product Price =================== */
.product-thumb .price-new, .product-thumb .price-old, .product-thumb .price {
font-size: 14px;
line-height: 26px;
color: #90a4ae;
font-weight: 500;
}
.product-thumb .price {
height: 47px;
}
.product-thumb .price-old {
font-weight: 400;
}
.price-new, .price-old, .price {
display: inline-block;
font-size: 18px;
line-height: 20px;
color: #90a4ae;
font-family: 500;
}
.price-old {
font-weight: 400;
text-decoration: line-through;
vertical-align: top;
}
.price-section {
margin-top: 20px;
font-weight: 500;
}
.price-section .price-new, .price-section .price-section .price-old {
font-size: 30px;
color: #90a4ae;
line-height: 30px;
}
.price-section .price-old {
font-weight: 400;
font-size: 20px;
line-height: 30px;
}
.price-section .reward {
display: block;
margin-top: 10px;
}
.price-tax {
font-size: 12px;
}
.price-total {
font-weight: bold;
}
.price s {
font-size: 15px;
}
.stock, .out-stock {
font-weight: 500;
}
.stock {
color: #54B70B;
}
.out-stock {
color: #EE372A;
}
.product-thumb .price-tax {
color: #90a4ae;
font-size: 12px;
display: block;
}
/* =================== Product Rating =================== */
.fa-stack {
font-size: 18px;
line-height: 20px;
width: 1em;
height: 20px;
}
.fa-stack i {
color: #cfd8dc;
}
.fa-stack i.star {
color: #29d6f6;
}
.fa-stack-2x {
font-size: 1em;
}
.product-thumb .fa-stack {
font-size: 14px;
}
.rat {
color: #29d6f6;
}
/* =================== Product Quickview =================== */
.quick_info {
display: none;
}
.fancybox-skin:hover .fancybox-nav span {
visibility: visible;
}
.fancybox-nav {
height: 40px;
top: 50%;
width: 40px;
}
.fancybox-next {
right: -60px;
}
.fancybox-prev {
left: -60px;
}
.quickview_description {
overflow: auto;
max-height: 300px;
border: 1px solid #cfd8dc;
padding: 10px;
margin-top: 15px;
}
.quickview_description iframe {
width: 40% !important;
height: 200px !important;
float: left;
margin-right: 2em;
}
.quickview-style .inf {
font-size: 14px;
margin-bottom: 10px;
}
.quickview-style .product-btn-add {
margin-top: 10px;
}
.quickview-style .cart-button {
margin-top: 10px;
}
.quickview-style .rating {
margin-top: 5px;
}
.quickview-style .product-buttons {
display: inline-block;
margin-right: 0px;
}
.product-thumb .product-options {
display: none;
}
.ajax-overlay .product-options {
position: relative;
display: inline-block;
vertical-align: middle;
max-width: 450px;
min-width: 300px;
padding-bottom: 0;
border-bottom: none;
max-height: 80%;
backface-visibility: hidden;
}
.ajax-overlay .product-options h3 {
margin-top: 0;
}
.ajax-overlay .product-options .col-sm-8 {
text-align: left;
}
.ajax-overlay .product-options .options {
padding: 20px;
text-align: center;
background: #FFF;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
}
.ajax-overlay .product-options .ajax-overlay_close {
position: absolute;
right: 10px;
top: 10px;
font-size: 16px;
color: rgba(0, 0, 0, 0.5);
font-family: "material-design";
text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2);
}
.ajax-overlay .product-options .ajax-overlay_close:before {
content: '\e054';
}
.ajax-overlay .product-options .ajax-overlay_close:hover {
color: #000;
}
.ajax-overlay .product-option-wrap {
text-align: center;
height: 100%;
}
.ajax-overlay .product-option-wrap:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.ajax-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
z-index: 997;
}
.ajax-overlay.visible {
opacity: 1;
background: rgba(0, 0, 0, 0.7);
visibility: visible;
}
/*========================================================
Responsive Styles Product
=========================================================*/
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
width: 33.33%;
}
}
@media (min-width: 768px) {
.box .box-content .last {
clear: left;
}
.fancybox-next {
right: -30px;
}
.fancybox-prev {
left: -30px;
}
.product-reviews .fa-stack {
font-size: 14px;
}
}
@media (max-width: 767px) {
#content .product-layout {
width: 50%;
float: left;
text-align: center;
}
#content .product-layout + .product-layout {
margin-top: 0;
}
#content .product-layout.clr {
clear: both;
}
#content .single-category .product-layout {
width: 100%;
float: none;
}
.quickview_description iframe {
float: none;
width: 100% !important;
margin: 0 0 2em;
}
.product-list .product-thumb .image, .product-list .product-thumb .caption, .product-list .product-thumb .aside,
.product-grid .product-thumb .image,
.product-grid .product-thumb .caption,
.product-grid .product-thumb .aside {
float: none;
margin: 0 0 15px;
width: 100%;
}
.product-list .product-thumb .aside,
.product-grid .product-thumb .aside {
display: none;
}
.product-list .product-thumb .caption,
.product-grid .product-thumb .caption {
border-right: none;
}
.product-list .product-thumb > .price, .product-list .product-thumb .cart-button,
.product-grid .product-thumb > .price,
.product-grid .product-thumb .cart-button {
display: block;
}
.product-list + .product-list .product-thumb,
.product-grid + .product-list .product-thumb {
border-top: none;
padding-top: 0;
}
.clearfix + .product-list .product-thumb {
border-top: none;
padding: 0;
}
.product-layout {
margin-bottom: 20px;
}
}
@media (max-width: 600px) {
.quickview_description iframe,
.product-desc iframe {
height: 240px !important;
}
}
@media (max-width: 540px) {
#content .product-layout {
width: 100%;
float: none;
}
.product-thumb .product-options {
max-width: 95%;
}
.product-thumb .product-options [class*="col-xs"] {
float: left;
}
.product-thumb .product-options [class*="col-xs"] + [class*="col-xs"] {
margin-top: 0 !important;
}
}
/*========================================================
Box
=========================================================*/
.box {
margin-bottom: 30px;
}
.box .box-heading {
margin: 0 0 30px;
}
.box .box-heading h3 {
margin: 0;
font: 500 29px/26px "Rubik", sans-serif;
letter-spacing: 2px;
color: #000;
}
.box-heading.mod1 {
padding-right: 8px;
margin-bottom: 38px;
border-bottom: 2px solid #cfd8dc;
}
.box-heading.mod1:before, .box-heading.mod1:after {
display: table;
content: "";
line-height: 0;
}
.box-heading.mod1:after {
clear: both;
}
.box-heading.mod1 h3 {
float: left;
margin-bottom: 20px;
}
.box-heading.mod1 a {
margin-top: -8px;
float: right;
font-size: 14px;
line-height: 26px;
padding: 5px 14px;
letter-spacing: 1px;
text-transform: uppercase;
border: 2px solid #000;
color: #000;
font-weight: 500;
}
.box-heading.mod1 a:hover {
color: #fff;
background: #000;
}
.single-category .box-heading.mod1 {
margin-bottom: 0;
}
.single-category .box-heading.mod1 h3 {
max-width: 270px;
}
.single-category {
position: relative;
margin-top: 43px;
}
aside .box.blog-categories .box-heading h3, aside .box.blog-search .box-heading h3, aside .box.blog_articles .box-heading h3 {
font-size: 20px;
}
aside .box.blog-categories .box-heading.mod1 a, aside .box.blog-search .box-heading.mod1 a, aside .box.blog_articles .box-heading.mod1 a {
float: left;
}
@media (max-width: 767px) {
aside .box.blog-categories .box-heading.mod1 h3, aside .box.blog-search .box-heading.mod1 h3, aside .box.blog_articles .box-heading.mod1 h3 {
float: none;
}
aside .box.blog-categories .box-heading.mod1 a, aside .box.blog-search .box-heading.mod1 a, aside .box.blog_articles .box-heading.mod1 a {
float: none;
}
aside .box.blog-categories .box-heading.mod1:after, aside .box.blog-search .box-heading.mod1:after, aside .box.blog_articles .box-heading.mod1:after {
top: 14px;
}
}
aside .box .box-heading {
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 2px solid #cfd8dc;
text-transform: uppercase;
}
aside .box .box-heading h3 {
font-size: 25px;
}
aside .box .product-layout {
width: 100%;
}
aside .box .product-layout + .product-layout {
margin-top: 30px;
}
aside [class*="col-"], aside .container {
width: 100%;
padding: 0;
}
aside .row {
margin: 0;
}
/*========================================================
Responsive Box
=========================================================*/
@media (max-width: 1199px) {
.box .box-heading h3, aside .box .box-heading h3 {
font-size: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.box.info .box-content ul a {
padding: 13px 5px;
}
aside .box .box-heading h3 {
font-size: 14px;
}
}
@media (max-width: 767px) {
aside .box .box-heading {
position: relative;
cursor: pointer;
}
aside .box .box-heading:after {
content: '\f055';
position: absolute;
right: 5px;
top: 4px;
font-size: 21px;
font-family: "FontAwesome";
color: #000;
}
aside .box .box-heading.active:after {
content: '\f056';
}
}
@media (min-width: 550px) and (max-width: 767px) {
aside .box .product-thumb {
width: 60%;
margin: 0 auto 30px;
}
}
/*========================================================
Buttons
=========================================================*/
.buttons {
margin: 1em 0;
}
.buttons:before, .buttons:after {
display: table;
content: "";
line-height: 0;
}
.buttons:after {
clear: both;
}
.buttons .btn {
padding: 7px 20px;
margin-bottom: 10px;
-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.3);
box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.buttons .btn:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.buttons .btn i {
font-size: 28px;
margin: 0 5px;
display: inline-block;
line-height: 20px;
vertical-align: middle;
}
.buttons .pull-right .btn {
background: #29d6f6;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
text-transform: uppercase;
margin-right: 10px;
}
.buttons .pull-right .btn:hover {
background: #000;
}
.buttons .checkout,
.buttons .checkout:focus,
.buttons .checkout:visited {
background: #54B70B;
text-transform: uppercase;
}
.buttons .checkout:hover,
.buttons .checkout:focus:hover,
.buttons .checkout:visited:hover {
background: #29d6f6 !important;
}
.input-group-btn .btn {
padding: 7px 12px;
}
.input-group-btn .btn i {
font-size: 15px;
line-height: 18px;
}
.agree b {
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.agree:hover b {
color: #29d6f6;
}
#button-coupon, #button-voucher {
margin-top: -5px;
}
@media (max-width: 479px) {
#button-coupon, #button-voucher {
display: block;
float: left;
}
}
/* ================ Default Buttons BEGIN =============== */
.btn:visited, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger,
.btn {
font-size: 14px;
color: #FFF;
background: #000;
text-shadow: none;
border-radius: 0;
border: none;
padding: 12px 16px;
outline: none;
}
.btn:hover,
.btn:focus {
background: #29d6f6;
color: #FFF;
outline: none !important;
}
/*================ Product Buttons BEGIN ===============*/
.product-btn {
background: none;
color: #cfd8dc;
padding: 0;
}
.product-btn i {
font-size: 24px;
line-height: 26px;
}
.product-btn:hover {
background: none;
color: #29d6f6;
}
i {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.product-btn-add {
background: none;
color: #cfd8dc;
padding: 0;
}
.product-btn-add i {
font-size: 24px;
line-height: 26px;
}
.product-btn-add:hover {
background: none;
color: #29d6f6;
}
.table-responsive .product-btn-add {
color: #000;
}
.table-responsive .product-btn-add i {
font-size: 22px;
float: left;
line-height: 14px;
margin-right: 5px;
}
.table-responsive .product-btn-add:hover {
color: #29d6f6;
}
/* ================ QuickView =============== */
.product-thumb .image > .quickview {
position: absolute;
left: 50%;
top: 50%;
display: inline-block;
opacity: 0;
padding: 6px 12px;
text-transform: uppercase;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: rgba(33, 150, 243, 0.7);
color: #FFF;
z-index: 1;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.product-thumb .image > .quickview:hover {
background: #29d6f6;
}
/* ================ Product page buttons =============== */
.product-buttons {
margin: 10px -5px 1em;
padding: 0;
}
.product-buttons:before, .product-buttons:after {
display: table;
content: "";
line-height: 0;
}
.product-buttons:after {
clear: both;
}
.product-buttons li {
display: inline-block;
margin-right: 10px;
list-style: none;
}
.product-buttons li button {
display: inline-block;
background: none;
color: #cfd8dc;
padding: 0;
}
.product-buttons li button:hover {
color: #29d6f6;
background: none;
}
.product_page .product-buttons li button, .product_page #button-cart {
color: #000;
margin-top: 11px;
text-transform: uppercase;
}
.product_page .product-buttons li button i, .product_page #button-cart i {
float: left;
margin-right: 5px;
line-height: 17px;
}
.product_page .product-buttons li button:hover, .product_page #button-cart:hover {
color: #29d6f6;
}
#button-cart {
display: block;
float: left;
margin-right: 40px;
}
@media (max-width: 479px) {
#button-cart {
margin-right: 0;
float: none;
margin-top: 10px !important;
}
}
/*========================================================
Responsive styles Buttons
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
.account-wishlist table td .btn {
padding: 10px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.table-bordered > tbody > tr > .text-right {
padding: 5px;
}
.account-wishlist table td .btn {
padding: 6px;
}
}
@media (max-width: 767px) {
#grid-view, #list-view {
display: none;
}
.product-thumb .image > .quickview {
display: none;
}
}
@media (max-width: 479px) {
.buttons .pull-left, .buttons .pull-right {
float: none !important;
margin-left: 0;
}
}
@media (max-width: 410px) {
.account-address .table td a {
display: block;
}
.account-address .table td a + a {
margin-top: 5px;
}
}
/*========================================================
Form Styles
=========================================================*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
display: block;
width: 100%;
background: #f5f5f5;
border: 1px solid #cfd8dc;
color: #000;
font-size: 14px;
height: 40px;
line-height: 24px;
padding: 8px 10px 8px 20px;
outline: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
-webkit-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
-moz-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
}
select:hover {
cursor: pointer;
}
input[name*="quantity"] {
display: inline-block;
width: 40px;
text-align: center;
padding-left: 5px;
padding-right: 5px;
vertical-align: middle;
}
textarea:not([class*="habla"]) {
min-height: 200px;
}
select {
display: none;
}
.counter, .counter:focus {
display: inline-block;
height: 40px;
width: 40px;
color: #000;
background: #f5f5f5;
line-height: 40px;
text-align: center;
font-size: 20px;
vertical-align: middle;
}
.counter:hover, .counter:focus:hover {
background: #ededed;
color: #29d6f6;
}
@media (max-width: 767px) {
.counter, .counter:focus {
display: none;
}
}
@media (max-width: 767px) {
#product .counter {
display: inline-block;
}
}
.input-group-btn .btn {
height: 40px;
padding-top: 0;
padding-bottom: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.sbHolder {
background-color: #f5f5f5;
border: 1px solid #cfd8dc;
height: 40px;
position: relative;
width: 100%;
text-align: left;
color: #000;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-width: 120px;
}
.sbHolder:hover {
background: #ededed;
}
.sbHolder:focus {
border-color: rgba(82, 168, 236, 0.8);
-webkit-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
-moz-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
}
.sbSelector {
display: block;
height: 100%;
line-height: 24px;
position: absolute;
left: 0;
top: 0;
right: 30px;
padding: 8px 10px 8px 15px;
overflow: hidden;
white-space: nowrap;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.sbSelector:hover {
color: inherit;
}
.sbToggle {
display: block;
height: 100%;
outline: none;
position: absolute;
right: 0;
top: 0;
width: 30px;
text-align: center;
color: inherit;
font-family: "material-design";
line-height: 40px;
font-size: 28px;
}
.sbToggle:before {
content: "оБ±";
display: block;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.sbToggle:hover {
color: inherit;
}
.sbToggleOpen:before {
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.sbHolderDisabled {
background-color: #3C3C3C;
border: solid 1px #515151;
}
.sbOptions {
background-color: #f5f5f5;
list-style: none;
left: 0;
margin: 0;
padding: 10px 0;
position: absolute;
right: 0;
z-index: 1;
overflow-y: auto;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
border-top: 1px solid #cfd8dc;
}
.sbOptions li a {
display: block;
padding: 8px 20px 8px 10px;
color: #000;
}
.sbOptions li a:hover {
background: #ededed;
}
input[type="radio"] {
display: none;
}
input[type="radio"] + label {
position: relative;
padding-left: 30px;
line-height: 20px;
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
content: '';
position: absolute;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"] + label:before {
top: 2px;
left: 0;
width: 16px;
height: 16px;
border: 1px solid #cfd8dc;
background: #f5f5f5;
}
input[type="radio"] + label:after {
top: 4px;
left: 2px;
width: 12px;
height: 12px;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
input[type="radio"]:checked + label:after {
background: #29d6f6;
}
.radio-inline {
margin-right: 5px;
}
input[type="checkbox"] {
display: none;
}
input[type="checkbox"] + label {
position: relative;
padding-left: 20px;
cursor: pointer;
}
input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
content: '';
position: absolute;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
top: 3px;
left: 0;
width: 14px;
height: 14px;
}
input[type="checkbox"] + label:before {
background: #e5e5e5;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
input[type="checkbox"] + label:after {
text-align: center;
line-height: 14px;
font-family: "FontAwesome";
color: #29d6f6;
}
input[type="checkbox"]:checked + label:after {
content: "пАМ";
}
input[type="checkbox"][disabled] + label {
color: #e2e2e2;
}
input[type="checkbox"][name="agree"] + label {
margin-bottom: 10px;
}
input[type="checkbox"][name="agree"] + label:before, input[type="checkbox"][name="agree"] + label:after {
top: 0;
}
/*========================================================
Menu styles
=========================================================*/
.nav__primary .menu {
display: inline-block;
}
.nav__primary .menu:before, .nav__primary .menu:after {
display: table;
content: "";
line-height: 0;
}
.nav__primary .menu:after {
clear: both;
}
.nav__primary .menu > li {
float: left;
}
.nav__primary .menu > li + li {
margin-left: 20px;
}
.nav__primary {
padding: 0;
position: relative;
}
.nav__primary ul {
list-style: none;
margin: 0;
padding: 0;
}
/*================ Menu ===============*/
.nav__primary .menu {
position: relative;
}
.nav__primary .menu li.sfHover > a, .nav__primary .menu li > a:hover, .nav__primary .menu li > a.active {
background: #fff;
color: #29d6f6;
}
.nav__primary .menu > li + li {
margin-left: 31px;
}
.nav__primary .menu li > a {
display: block;
font-size: 14px;
line-height: 20px;
color: #fff;
font-weight: 500;
letter-spacing: 1px;
padding: 4px 8px;
text-transform: uppercase;
}
/*================ Sub-menu lvl1 ===============*/
.nav__primary .menu ul {
display: none;
padding: 42px 68px 32px 42px;
position: absolute;
z-index: 109;
width: 50%;
background: #fff;
top: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
margin-top: 20px;
}
.nav__primary .menu ul:before, .nav__primary .menu ul:after {
display: table;
content: "";
line-height: 0;
}
.nav__primary .menu ul:after {
clear: both;
}
.nav__primary .menu > li {
position: initial;
}
/*================ Sub-menu lvl1 item ===============*/
.nav__primary .menu ul > li {
position: relative;
text-align: left;
display: inline-block;
width: 250px;
float: left;
}
.nav__primary .menu ul > li + li {
margin-right: 30px;
margin-top: 6px;
}
.nav__primary .menu ul a {
display: inline-block;
color: #000;
font-size: 14px;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
background: none;
padding: 0;
}
.nav__primary .menu ul li.active > a, .nav__primary .menu ul a:hover {
color: #29d6f6 !important;
background: none;
}
.nav__primary .menu ul li.sfHover > a {
color: #000;
background: none;
}
/*================ Sub-menu lvl2 ===============*/
.nav__primary .menu ul ul {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
position: relative;
display: block !important;
height: auto !important;
background: none;
padding: 0;
display: none;
table-layout: fixed;
}
.nav__primary .menu ul ul a {
font-size: 14px;
color: #959595;
letter-spacing: 0;
line-height: 30px;
color: #9e9e9e;
font-weight: 400;
text-transform: capitalize;
}
.nav__primary .menu ul ul > li {
position: relative;
display: block;
opacity: 1 !important;
margin-left: 30px;
}
.nav__primary .menu ul ul:before {
display: none;
}
.menu-gadget {
display: none !important;
}
.nav__primary .menu > li > ul:before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #fff transparent;
top: -5px;
left: 22px;
display: inline-block;
}
/*
.nav__primary .menu > li > .sf-with-ul {
position: relative;
&:before {
position: absolute;
left: 50%;
top: 62%;
margin-left: -6px;
content: '\f0d7';
font: 400 12px/12px 'FontAwesome';
display: none;
}
}
.nav__primary .menu ul > li > .sf-with-ul {
position: relative;
&:before {
position: absolute;
right: 20px;
top: 50%;
margin-top: -7px;
content: '\f054';
font: 400 14px/14px 'FontAwesome';
display: none;
}
}
.sfHover .sfHover .sf-with-ul,{
&:before {
content: '\f078';
}
}
*/
@media (max-width: 1199px) {
.nav__primary .menu > li + li {
margin-left: 15px;
}
.nav__primary .menu ul > li {
width: 180px;
}
}
@media (max-width: 767px) {
.nav__primary .menu {
display: none;
}
}
/*================== Stuck menu ======================*/
.stuck-menu {
width: auto !important;
}
.ajax-overlay-open .scroll-fix {
z-index: 996;
}
@media only screen and (min-width: 991px) {
.scroll-fix {
top: 0;
left: 0;
right: 0;
z-index: 10000;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
background: #f5f5f5;
padding: 22px 0 0px;
}
.scroll-fix.stuck-menu {
background: #151718;
position: fixed;
}
}
.common-home .scroll-fix.stuck-menu {
padding-top: 22px;
}
@media only screen and (max-width: 991px) {
.stuck-menu {
position: static;
}
.stuck-menu + .stuck-menu {
display: none;
}
}
/*================== RD Mobile Menu =====================*/
.rd-mobilemenu {
display: none;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 999;
text-align: left;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.rd-mobilemenu.active {
right: 0;
}
.rd-mobilemenu_ul {
position: fixed;
top: -56px;
left: 0;
bottom: -56px;
width: 240px;
padding: 132px 0 76px;
color: #666;
background: #FFF;
font-size: 14px;
line-height: 20px;
overflow: auto;
-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
-moz-transform: translateX(-240px);
-ms-transform: translateX(-240px);
-o-transform: translateX(-240px);
-webkit-transform: translateX(-240px);
transform: translateX(-240px);
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
.rd-mobilemenu_ul a {
display: block;
padding: 14px 45px 16px 25px;
}
.rd-mobilemenu_ul a.active {
background: #f5f5f5;
color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
background: #29d6f6;
color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
position: absolute;
top: 50%;
right: 11px;
margin-top: -17.5px;
width: 32px;
height: 32px;
font: 400 10px "FontAwesome";
line-height: 32px;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
z-index: 1;
background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
background: #FFF;
color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.rd-mobilemenu_ul ul {
list-style-type: none;
padding-left: 0;
}
.rd-mobilemenu_ul ul a {
padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
padding-left: 60px;
}
.rd-mobilemenu_ul:after {
content: '';
display: block;
height: 20px;
}
.rd-mobilepanel {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
height: 56px;
background: #FFF;
color: #000;
-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
z-index: 10000;
}
.rd-mobilepanel_title {
position: fixed;
top: 4px;
left: 52px;
right: 108px;
color: #000;
font-size: 24px;
line-height: 48px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.rd-mobilepanel_toggle {
background: none;
border: none;
display: inline-block;
padding: 0;
outline: none;
outline-offset: 0;
cursor: pointer;
-webkit-appearance: none;
position: fixed;
top: 4px;
left: 4px;
width: 48px;
height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
border: none;
padding: 0;
}
.rd-mobilepanel_toggle span {
position: relative;
display: block;
margin: auto;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
content: "";
position: absolute;
left: 0;
top: -8px;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
width: 24px;
height: 4px;
background-color: #000;
backface-visibility: hidden;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.rd-mobilepanel_toggle span {
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
-moz-transform-origin: 1.71429px center;
-ms-transform-origin: 1.71429px center;
-o-transform-origin: 1.71429px center;
-webkit-transform-origin: 1.71429px center;
transform-origin: 1.71429px center;
-moz-transform-origin: 1.71429px center;
-ms-transform-origin: 1.71429px center;
-o-transform-origin: 1.71429px center;
-webkit-transform-origin: 1.71429px center;
transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
top: 0;
width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
-webkit-transform: rotate3d(0, 0, 1, -40deg);
transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
-webkit-transform: rotate3d(0, 0, 1, 40deg);
transform: rotate3d(0, 0, 1, 40deg);
}
@media (max-width: 767px) {
body {
padding-top: 56px;
}
.rd-mobilemenu, .rd-mobilepanel {
display: block;
}
.cart {
right: 40px;
height: 56px;
z-index: 10001;
}
.cart > button {
line-height: 56px;
}
header .nav {
right: 10px;
z-index: 10001;
}
header .nav > .toggle {
line-height: 56px;
}
.cart > button, .nav > .toggle {
color: #000;
font-size: 28px;
}
.cart > button:hover, .nav > .toggle:hover {
color: #29d6f6;
}
}
@media (max-width: 400px) {
.rd-mobilepanel_title {
font-size: 18px;
}
.cart > button, header .nav > .toggle {
font-size: 22px;
}
}
/*========================================================
Banners
=========================================================*/
.banners > div .banner-box {
position: relative;
color: #fff;
}
.banners > div .banner-box > a {
display: block;
}
.banners > div .banner-box h2 {
font-size: 34px;
line-height: 55px;
font-weight: 500;
color: #fff;
letter-spacing: 2px;
}
.banners > div .s-desc {
position: absolute;
top: 50%;
margin-top: -80px;
padding-bottom: 10px;
left: 0;
right: 0;
text-align: center;
}
.banners > div .s-desc span {
margin-top: -5px;
display: inline-block;
font-size: 15px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 2px;
padding: 13px 38px;
color: #fff;
border: 3px solid #fff;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banners > div .s-desc span:hover {
background: #fff;
color: #29d6f6;
}
/*========================================================
Responsive Banners
=========================================================*/
@media (max-width: 767px) {
.banners > div .banner-box {
display: inline-block;
}
.banners > div .banner-box > a img {
width: 100%;
}
}
@media (max-width: 479px) {
.banners > div .banner-box h2 {
font-size: 30px;
line-height: 50px;
}
}
/*========================================================
HTML boxes
=========================================================*/
.box_html.counter-box {
padding-top: 100px;
padding-bottom: 100px;
}
.box_html.counter-box .counter-digit {
font-size: 63px;
line-height: 60px;
font-weight: 300;
letter-spacing: 5px;
color: #fff;
}
.box_html.counter-box h5 {
font-size: 14px;
line-height: 30px;
letter-spacing: 1px;
font-weight: 500;
color: #fff;
}
.box_html.top-brands {
padding-top: 43px;
padding-bottom: 12px;
}
.box_html.top-brands li {
text-align: center;
}
.box_html.top-brands li a {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
border: 2px solid transparent;
}
.box_html.top-brands li a:hover {
opacity: 0.5;
border-color: #000;
}
.box_html.top-brands h3 {
font-size: 29px;
line-height: 26px;
letter-spacing: 2px;
}
@media (max-width: 1199px) {
.box_html.top-brands h3 {
font-size: 20px;
}
}
/*========================================================
Responsive HTML boxes
=========================================================*/
@media (max-width: 991px) {
.box_html.top-brands .flex-list {
text-align: center;
}
.box_html.top-brands li {
width: 33%;
display: inline-block;
}
}
@media (max-width: 767px) {
.box_html.counter-box {
padding-top: 0;
padding-bottom: 0;
}
.box_html.top-brands li {
width: 48%;
display: inline-block;
}
}
.owl-carousel {
position: relative;
direction: ltr !important;
margin: 0 -15px;
width: auto;
}
.owl-carousel .owl-item {
padding: 0 15px;
width: auto;
height: auto;
display: block;
}
.blog-carousel.owl-carousel .owl-wrapper-outer {
overflow: visible;
}
.blog-carousel.owl-carousel .owl-wrapper-outer:after, .blog-carousel.owl-carousel .owl-wrapper-outer:before {
content: '';
background: #eceff1;
opacity: 0.5;
position: absolute;
bottom: 0;
top: 0;
left: -100%;
width: 100%;
z-index: 1;
}
.blog-carousel.owl-carousel .owl-wrapper-outer:after {
left: auto;
right: -100%;
}
.blog-carousel.owl-carousel .owl-buttons .owl-prev, .blog-carousel.owl-carousel .owl-buttons .owl-next {
top: -8px;
left: auto;
right: 45px;
}
.blog-carousel.owl-carousel .owl-buttons .owl-prev {
right: 55px;
}
@media (max-width: 767px) {
.blog-carousel.owl-carousel .owl-buttons .owl-prev {
right: 65px;
}
.blog-carousel.owl-carousel .owl-buttons .owl-next {
right: 35px;
}
}
.blog-carousel.owl-carousel:hover .owl-buttons .owl-prev {
right: 65px;
left: auto;
}
.blog-carousel.owl-carousel:hover .owl-buttons .owl-next {
right: 35px;
left: auto;
}
.owl-carousel .owl-buttons div {
opacity: 0;
color: #000;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
transition: all .3s ease;
font-size: 40px;
margin: -20px 0 0;
}
.owl-carousel .owl-buttons div:hover {
color: #29d6f6;
}
.owl-carousel .owl-buttons .owl-prev {
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
left: -50px;
}
.owl-carousel .owl-buttons .owl-next {
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
right: -50px;
}
.owl-carousel:hover .owl-buttons div {
opacity: 0.7;
}
.owl-carousel:hover .owl-buttons .owl-prev {
left: 10px;
}
.owl-carousel:hover .owl-buttons .owl-next {
right: 10px;
}
@media (max-width: 1199px) {
.owl-carousel .owl-buttons .owl-prev, .owl-carousel .owl-buttons .owl-next {
top: 45%;
}
.owl-carousel .owl-buttons .owl-prev {
left: 10px;
}
.owl-carousel .owl-buttons .owl-next {
right: 10px;
}
}
@media (max-width: 767px) {
.owl-carousel .owl-buttons div {
opacity: .7;
}
}
@media (max-width: 991px) {
.related-products .owl-carousel:hover .owl-buttons .owl-prev {
left: -5px;
}
.related-products .owl-carousel:hover .owl-buttons .owl-next {
right: -5px;
}
}
@media (max-width: 767px) {
.related-products .owl-carousel:hover .owl-buttons .owl-prev {
left: 10px;
}
.related-products .owl-carousel:hover .owl-buttons .owl-next {
right: 10px;
}
}
.testimonials.owl-carousel .owl-buttons {
margin-top: 30px;
}
.testimonials.owl-carousel .owl-buttons div {
opacity: 1;
position: static;
display: inline-block;
margin: 0 5px;
}
.owl-pagination {
text-align: center;
top: 40px;
position: relative;
}
.owl-controls .owl-page {
display: inline-block;
margin: 0px 6px;
}
.owl-controls .owl-page span {
display: block;
width: 11px;
height: 11px;
background: rgba(0, 0, 0, 0.5);
border-radius: 20px;
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.owl-controls .owl-page.active span {
background: rgba(0, 0, 0, 0.9);
}
/*========================================================
Blog Styles
=========================================================*/
.blog_article {
margin-bottom: 40px;
}
.blog_article .btn {
margin-top: 30px;
}
.blog_article + .blog_article {
padding-top: 40px;
border-top: 1px solid #cfd8dc;
}
.article-info .article-sub-title {
text-align: center;
}
.article-info .btn {
margin-top: 15px;
}
.article-info .tab-content {
margin-top: 0;
padding-top: 55px !important;
}
@media (max-width: 991px) {
.article-info .product-layout [class*="col-"] {
margin-top: 15px;
}
}
@media (max-width: 767px) {
.article-info .product-layout {
width: 100% !important;
}
.article-info .product-layout .product-thumb {
min-height: auto !important;
display: inline-block;
}
}
.article-image {
text-align: center;
}
.simple_blog-article-view h1:after {
margin-bottom: 15px;
}
.simple_blog-article .article-description {
text-align: left;
height: auto;
}
@media (max-width: 767px) {
.simple_blog-article .article-description {
text-align: center;
}
}
@media (max-width: 767px) {
.simple_blog-article .blog_article .article-description {
text-align: left;
}
}
.simple_blog-article-view .article-description {
height: auto;
}
.article-cnt {
background: #fff;
padding-bottom: 36px;
}
aside .article-title {
font-weight: 400;
}
.article-title {
font-size: 14px;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
color: #000;
text-transform: uppercase;
text-align: center;
padding: 3px 25px;
}
.article-title a:after {
margin-top: 18px;
content: '';
height: 2px;
width: 110px;
margin-left: auto;
margin-right: auto;
display: block;
background: #cfd8dc;
}
* + .article-title {
margin-top: 25px;
}
* + .article-description {
margin-top: 18px;
text-align: center;
padding: 3px 18px;
height: 106px;
overflow: hidden;
}
.article-sub-title {
font-size: 14px;
color: #000;
font-weight: 400;
}
.article-sub-title span:before {
font-size: 18px;
font-family: "material-design";
color: #29d6f6;
line-height: inherit;
margin-right: 5px;
vertical-align: bottom;
}
.article-sub-title span + span {
margin-left: 20px;
}
.article-sub-title + * {
margin-top: 30px;
}
.article-description ul, .article-description ol {
padding-left: 0;
list-style-type: none;
margin: 35px 0 45px;
}
.article-description ul li, .article-description ol li {
position: relative;
color: #29d6f6;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
padding-left: 50px;
}
.article-description ul li:before, .article-description ol li:before {
position: absolute;
left: 0;
top: 0;
}
.article-description ul li + li, .article-description ol li + li {
margin-top: 16px;
}
.article-description ul li:before {
content: '\e18e';
font-size: 28px;
font-family: "material-design";
}
.article-description ol {
counter-reset: list;
}
.article-description ol li {
counter-increment: list;
}
.article-description ol li:before {
content: counter(list,decimal-leading-zero) ".";
color: #000;
font-size: 16px;
font-weight: 700;
}
.article-description + * {
margin-top: 20px;
}
.related-article h4 {
text-transform: uppercase;
color: #29d6f6;
}
.related-article h4 a:hover {
color: #000;
}
.related-article .article-sub-title {
text-align: left;
}
.related-article .article-sub-title span + span {
margin-left: 5px;
}
.related-article .row + .row {
margin-top: 30px;
}
.related-article .image {
margin-top: 5px;
}
.author-info .image {
float: left;
margin: 5px 30px 10px 0;
}
.article-comment {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #cfd8dc;
}
.article-comment .author {
float: left;
text-transform: uppercase;
font-size: 16px;
margin-bottom: 10px;
}
.article-comment .reply-message {
float: right;
text-transform: uppercase;
color: #29d6f6;
}
.article-comment .reply-message a:hover {
color: #000;
}
.article-comment .comment-date {
clear: both;
color: #000;
text-transform: uppercase;
}
.article-comment .comment-date:before {
content: '\e053';
font-size: 15px;
color: #29d6f6;
font-family: "material-design";
margin-right: 5px;
}
.article-comment .text {
margin-top: 15px;
}
.article-comment .article-reply {
margin: 30px 0 0 60px;
}
.reply-cancel {
font-size: 16px;
color: #29d6f6;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
text-transform: uppercase;
float: right;
margin-top: 10px;
}
@media (max-width: 991px) {
.reply-cancel {
float: none;
}
}
.reply-cancel:hover {
color: #000;
}
aside .blog_articles .article-title {
font-size: 16px;
}
aside .blog_articles .col-sm-4 + .col-sm-4 {
margin-top: 30px;
}
aside .blog_articles * + .article-description {
margin-top: 15px;
}
aside .blog-categories .box-heading {
margin-bottom: 0;
}
aside .blog-categories ul > li {
position: relative;
}
aside .blog-categories ul > li > i {
position: absolute;
top: 10px;
right: 10px;
color: #000;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
cursor: pointer;
font-size: 20px;
}
aside .blog-categories ul > li > i:hover {
color: #29d6f6;
}
aside .blog-categories ul > li > a {
background: #f5f5f5;
display: block;
color: #000;
font-size: 16px;
text-transform: uppercase;
font-weight: 400;
padding: 10px 10px 10px 20px;
}
aside .blog-categories ul > li > a:hover {
background: #ededed;
}
aside .blog-categories ul > li + li {
border-top: 1px solid #cfd8dc;
}
aside .blog-categories ul ul {
display: none;
padding: 0;
list-style-type: none;
border-top: 1px solid #cfd8dc;
}
aside .blog-categories ul ul a {
padding-left: 40px;
}
aside #blog-search {
margin: 15px 0 0;
position: relative;
}
aside #blog-search input {
padding-right: 35px;
}
aside #blog-search a {
display: inline-block;
position: absolute;
right: 10px;
font-size: 16px;
line-height: 40px;
top: 0;
color: #000;
font-family: "FontAwesome";
}
aside #blog-search a:before {
content: '\f002';
}
aside #blog-search a:hover {
color: #29d6f6;
}
.simple_blog-article-view .product_tabs .nav-tabs {
width: 25%;
}
.simple_blog-article-view .product_tabs .tab-content {
width: 75%;
}
/*========================================================
Blog Styles Responsive
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
.article-sub-title span + span {
margin-left: 5px;
}
}
@media (max-width: 991px) {
.article-image {
margin-bottom: 15px;
}
}
@media (max-width: 767px) {
.simple_blog-article-view .product_tabs .nav-tabs, .simple_blog-article-view .product_tabs .tab-content {
width: 100%;
}
}
@media (max-width: 600px) {
.reply-cancel {
float: none;
display: block;
}
}
@media (max-width: 479px) {
.article-sub-title span {
display: block;
}
.article-sub-title span + span {
margin: 10px 0 0;
}
}
.newsletter {
margin-top: 60px;
border-top: 2px solid #cfd8dc;
padding-top: 38px;
padding-bottom: 23px;
margin-bottom: 0;
text-align: center;
}
.newsletter .box-heading {
display: none;
}
.newsletter .box-content {
display: inline-block;
background: none;
padding: 0;
}
.newsletter .box-content .newsletter-description {
float: left;
display: inline-block;
text-transform: uppercase;
color: #000;
letter-spacing: 1px;
font-weight: 500;
font-size: 15px;
line-height: 40px;
}
.newsletter .box-content #tm-newsletter-form {
float: right;
margin-left: 20px;
}
@media (max-width: 767px) {
.newsletter .box-content #tm-newsletter-form {
margin-left: 0;
}
}
.newsletter .box-content .tm-login-form {
display: inline-block;
}
.newsletter .box-content input[type="text"] {
font-size: 13px;
line-height: 26px;
color: #000;
display: inline-block;
border: 2px solid #cfd8dc;
background: #fff;
height: 40px;
width: 270px;
}
.newsletter .box-content input[type="text"]:focus {
outline: none;
}
.newsletter .box-content input[type="text"]::-webkit-input-placeholder {
color: #b0bec5;
}
.newsletter .box-content input[type="text"]:-moz-placeholder {
color: #b0bec5;
}
.newsletter .box-content input[type="text"]::-moz-placeholder {
color: #b0bec5;
}
.newsletter .box-content input[type="text"]:-ms-input-placeholder {
color: #b0bec5;
}
.newsletter .dropdown-btn {
margin-left: 11px;
background: none;
text-transform: uppercase;
border: 2px solid #000;
padding: 7.5px 28px 8px;
display: inline-block;
letter-spacing: 1px;
font-weight: 500;
color: #000;
}
.newsletter .dropdown-btn i {
margin-right: 5px;
display: none;
}
.newsletter .dropdown-btn:hover {
color: #fff;
background: #000;
}
.newsletter-error, .newsletter-success {
display: block;
text-align: center;
margin-top: 5px;
font-size: 16px;
line-height: 20px;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.newsletter-error {
color: #D4323D;
text-align: left;
padding-left: 5px;
}
.newsletter-success {
color: #55C65E;
text-align: left;
padding-left: 5px;
}
@media (max-width: 767px) {
.newsletter .box-content .newsletter-description {
float: none;
display: block;
}
}
@media (max-width: 440px) {
.newsletter .tm-login-form, .newsletter .dropdown-btn {
margin-top: 10px;
}
.newsletter .box-content .newsletter-description {
line-height: 24px;
}
}
/*========================================================
Tab Products Module
=========================================================*/
.module_tab {
clear: both;
margin-top: 0px;
}
.module_tab .nav-tabs {
padding: 0;
text-align: center;
border: none;
display: inline-block;
margin-left: 300px;
top: 2px;
position: absolute;
}
.module_tab .nav-tabs:before, .module_tab .nav-tabs:after {
display: table;
content: "";
line-height: 0;
}
.module_tab .nav-tabs:after {
clear: both;
}
@media (max-width: 1199px) {
.module_tab .nav-tabs {
margin-left: 243px;
}
}
@media (max-width: 991px) {
.module_tab .nav-tabs {
margin-left: 187px;
}
}
.module_tab .nav-tabs > li {
float: none;
display: inline-block;
border: none;
}
.module_tab .nav-tabs > li + li {
margin-left: 40px;
}
.module_tab .nav-tabs > li a {
border: none;
font-size: 14px;
line-height: 26px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
padding: 0;
background: none;
}
.module_tab .nav-tabs > li a:after {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
content: '';
display: block;
margin-top: 15px;
height: 5px;
background: transparent;
}
.module_tab .nav-tabs > li > a, .module_tab .nav-tabs > li > a:focus {
color: #000;
}
.module_tab .nav-tabs > li.active > a, .module_tab .nav-tabs > li > a:hover {
border: none;
background: none;
}
.module_tab .nav-tabs > li.active > a:after, .module_tab .nav-tabs > li > a:hover:after {
background: #000;
}
.tab-content {
margin-top: 30px;
}
/*========================================================
Tab Products Module Responsive Layout
=========================================================*/
/* =================== Instagram =================== */
.instagram {
padding-top: 96px;
padding-bottom: 71px;
}
.instagram .box-heading {
margin-bottom: 36px;
}
.instagram h3 {
font-size: 29px;
line-height: 26px;
color: #000;
letter-spacing: 2px;
}
.instagram h3 span {
font-size: 14px;
display: block;
color: #78909c;
margin-bottom: 12px;
letter-spacing: 1px;
}
@media (max-width: 1199px) {
.instagram h3 {
font-size: 20px;
}
.instagram h3 span {
font-size: 12px;
line-height: 18px;
}
}
.instagram a span {
display: none;
}
.instagram a {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.instagram a:hover {
opacity: 0.5;
}
@media (max-width: 767px) {
.instagram a {
margin-top: 15px;
}
}
/* =================== Breadcrumb =================== */
.breadcrumb {
margin: 15px 0;
padding: 13px 5px;
border-radius: 0;
background: #f5f5f5;
font-size: 14px;
line-height: 20px;
}
.breadcrumb a {
display: inline-block;
}
.breadcrumb a:hover i {
color: #000;
}
.breadcrumb > li {
position: relative;
white-space: nowrap;
}
.breadcrumb > li + li:before {
content: '\e0c2';
padding: 0;
font-family: "material-design";
font-size: 20px;
line-height: 20px;
vertical-align: middle;
}
.breadcrumb i {
color: #29d6f6;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.breadcrumb i:before {
content: '\e0ba';
font-family: "material-design";
}
/* =================== Product Page =================== */
.product-share {
height: 32px;
margin-top: 1em;
}
.review-form-title {
text-align: center;
}
.review-form-title h3 {
cursor: pointer;
position: relative;
border-bottom: 1px solid #cfd8dc;
padding: 0 10px 5px;
display: inline-block;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.review-form-title h3:before {
position: absolute;
bottom: -20px;
left: 50%;
width: 0;
height: 0;
border: 10px solid transparent;
border-top-color: #cfd8dc;
content: '';
margin-left: -10px;
}
.review-form-title h3:hover {
color: #29d6f6;
}
.product-rating-status .review-link {
position: relative;
padding-left: 7px;
margin-left: 7px;
}
.product-rating-status .review-link:before {
content: '';
position: absolute;
left: 0;
top: -2px;
bottom: -4px;
width: 1px;
background: #cfd8dc;
}
.rating-section a {
cursor: pointer;
}
.product-review-form {
display: none;
}
.product-options {
padding-bottom: 20px;
border-bottom: 1px solid #cfd8dc;
}
.product-options .control-label {
text-align: left;
margin: 0 0 10px;
color: #000;
text-transform: uppercase;
font-size: 14px;
}
.product-options .radio {
padding-top: 0;
}
.product-options .radio input[type="radio"] + label {
padding: 5px 5px 5px 45px;
display: block;
background: #f5f5f5;
text-transform: capitalize;
text-align: left;
}
.product-options .radio input[type="radio"] + label:before {
top: 7px;
left: 13px;
}
.product-options .radio input[type="radio"] + label:after {
top: 9px;
left: 15px;
}
.product-options .radio + .radio {
margin-top: 15px;
}
.product-options .checkbox label {
padding: 5px 5px 5px 45px;
display: block;
background: #f5f5f5;
text-transform: capitalize;
text-align: left;
}
.product-options .checkbox label:before, .product-options .checkbox label:after {
left: 13px;
top: 8px;
}
.product-options .checkbox label:before {
background: none;
border: 1px solid #cfd8dc;
}
.product_tabs {
border-top: 2px solid #29d6f6;
margin: 50px 0;
}
.product_tabs:before, .product_tabs:after {
display: table;
content: "";
line-height: 0;
}
.product_tabs:after {
clear: both;
}
.product_tabs .nav-tabs {
width: 30%;
float: left;
}
.product_tabs .nav-tabs > li {
float: none;
margin-bottom: 0;
}
.product_tabs .nav-tabs > li > a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #f5f5f5;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
border: 1px solid #cfd8dc;
border-top: none;
margin-right: 0;
color: #000;
position: relative;
z-index: 0;
}
.product_tabs .nav-tabs > li > a:before {
content: '';
position: absolute;
left: 0;
right: 100%;
background: #eceff1;
top: 0;
bottom: 0;
z-index: -1;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.product_tabs .nav-tabs > li > a:hover {
background: #ededed;
color: #000;
}
.product_tabs .nav-tabs > li > a:focus {
border-top: none;
}
.product_tabs .nav-tabs > li.active > a {
color: #29d6f6;
}
.product_tabs .nav-tabs > li.active > a:before {
right: -2px;
}
.product_tabs .nav-tabs > li.active > a:hover, .product_tabs .nav-tabs > li.active > a:focus {
border-top: none;
}
.product_tabs .tab-content {
width: 70%;
float: left;
padding: 40px 40px 10px 40px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-left: 1px solid #cfd8dc;
}
@media (max-width: 767px) {
.product_tabs .nav-tabs > li > a:before {
display: none;
}
.product_tabs .nav-tabs > li.active > a {
background: #eceff1;
}
}
@media (max-width: 690px) {
.account-register .btn.btn-primary {
margin-top: 15px;
}
}
@media (max-width: 479px) {
.account-login .well .heading h2 {
font-size: 18px;
}
}
@media (max-width: 991px) {
.checkout-cart h2 {
font-size: 24px;
}
}
.product-search h2 {
margin-top: 30px;
}
.product-search input[type="checkbox"][disabled] + label {
color: #959595;
}
.product-search input[type="checkbox"] {
background: #959595;
}
.product-search input[type="checkbox"] + label {
color: #000;
}
.product-spec .table {
border: none;
}
.product-spec .table th {
text-align: center;
text-transform: uppercase;
border: none;
padding: 15px 5px;
font-size: 18px;
}
.product-spec .table td {
line-height: 20px;
padding: 15px 15px;
border-bottom: none;
border-top: none;
}
.product-spec .table tr + tr td {
border-top: 1px solid #cfd8dc;
}
.product-spec .table td:first-child {
width: 30%;
border-left: none;
text-align: right;
color: #000;
text-transform: uppercase;
}
@media (max-width: 479px) {
.product-spec .table td:first-child {
width: 40%;
}
}
.product-spec .table td {
width: 70%;
border-right: none;
}
@media (max-width: 767px) {
.product_tabs .nav-tabs, .product_tabs .tab-content {
width: 100%;
float: none;
}
.product_tabs .tab-content {
border-left: none;
padding: 20px 0;
}
}
/*================== Flex List ======================*/
.flex-list {
display: table;
table-layout: fixed;
width: 100%;
padding-left: 0;
}
.flex-list li {
display: table-cell;
}
@media (max-width: 767px) {
.flex-list, .flex-list li {
display: block;
}
}
/* =================== Product Gallery =================== */
.product-gallery:before, .product-gallery:after {
display: table;
content: "";
line-height: 0;
}
.product-gallery:after {
clear: both;
}
.product-gallery .product-image {
cursor: pointer;
float: left;
width: 84%;
padding-left: 15px;
}
.product-gallery .bx-wrapper {
margin: 0 !important;
}
.product-gallery .image-thumb {
float: left;
width: 16%;
}
.product-gallery .image-thumb .bx-wrapper .bx-prev,
.product-gallery .image-thumb .bx-wrapper .bx-next {
top: auto;
bottom: 0;
left: 0;
right: 0;
height: 20px;
line-height: 20px;
background: rgba(33, 150, 243, 0.5);
font-size: 28px;
text-align: center;
margin: 0;
color: #fff;
}
.product-gallery .image-thumb .bx-wrapper .bx-prev:hover,
.product-gallery .image-thumb .bx-wrapper .bx-next:hover {
background: #29d6f6;
}
.product-gallery .image-thumb .bx-wrapper .bx-prev {
top: 0;
bottom: auto;
}
.product-gallery .image-thumb .bx-wrapper .bx-viewport {
margin: 0 -10px;
padding: 0 10px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.product-gallery .image-thumb li a {
border: 1px solid #f5f5f5;
background: #f5f5f5;
display: block;
}
.product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.active {
background: #FFf;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
}
.image-additional {
margin: 0 -10px 0 0;
padding: 0 10px 0 0;
list-style-type: none;
}
.product-reviews input[type="radio"] {
display: inline;
outline: none;
}
.product-reviews input[type="radio"]:focus {
outline: none;
}
.product-reviews .review-item {
margin-bottom: 2em;
}
.review-score .fa-stack {
width: 1em;
height: 1em;
margin-bottom: 10px;
}
.product-title {
margin: 0 0 20px;
color: #000;
}
.reward-block span {
display: block;
}
#product {
margin-top: 15px;
}
#product .input-group[class*="col-"] {
padding-left: 15px;
padding-right: 15px;
}
#product label {
color: #000;
margin-right: 5px;
text-transform: uppercase;
}
#product .quantity {
margin-top: 20px;
}
.polaroid {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #f5f5f5;
}
.magnificent-viewport {
background: #f5f5f5;
}
.general_info {
margin-top: -7px;
}
.general_info .price-section {
margin: 15px 0 0;
padding-bottom: 10px;
border-bottom: 1px solid #cfd8dc;
}
.general_info .product-section {
border-bottom: 1px solid #cfd8dc;
padding: 10px 0;
}
.general_info .product-section strong {
color: #000;
}
.general_info a {
color: #29d6f6;
}
.general_info a:hover {
color: #000;
}
#full_gallery {
display: none;
}
#full_gallery .bx-viewport {
padding-right: 1px;
}
#full_gallery #gallery li {
background: #f5f5f5;
}
#full_gallery #gallery li a {
display: block;
}
.product-video .r_frame {
position: relative;
padding-bottom: 50%;
}
.product-video iframe {
position: absolute;
left: 0;
top: 0;
width: 100% !important;
height: 100% !important;
}
@media (max-width: 1199px) {
#full_gallery {
display: block;
}
#full_gallery .bx-viewport {
padding-right: 2px;
}
.product-gallery {
visibility: hidden;
height: 0;
}
.product-gallery .image-thumb, .product-gallery .product-image {
height: 0;
}
.bx-wrapper .bx-controls-direction a {
background: rgba(33, 150, 243, 0.5);
color: #FFf;
line-height: 50px;
text-align: center;
display: inline-block;
font-size: 20px;
font-family: "material-design";
}
.bx-wrapper .bx-controls-direction a i {
display: none;
}
.bx-wrapper .bx-controls-direction a:hover {
background: #29d6f6;
}
.bx-wrapper .bx-controls-direction .bx-prev:before {
content: '\e0c7';
}
.bx-wrapper .bx-controls-direction .bx-next:before {
content: '\e11d';
}
}
@media (max-width: 767px) {
#full_gallery {
margin-bottom: 30px;
}
}
/* =================== Sub Category on Category Page =================== */
.box-subcat {
padding: 0;
margin: 0;
list-style-type: none;
}
.box-subcat li {
text-align: center;
margin-bottom: 15px;
}
.box-subcat li .thumb {
padding: 10px 0;
background: #f5f5f5;
}
.box-subcat li .name {
border-top: 1px solid #cfd8dc;
padding: 10px 5px 0;
}
.box-subcat li .name a {
text-transform: capitalize;
}
.box-subcat li .image {
overflow: hidden;
margin-bottom: 15px;
}
.box-subcat li .image a {
display: block;
}
.box-subcat li .image a:hover img {
opacity: 0.7;
}
.box-subcat li .image img {
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.box-subcat li.first-in-line {
clear: left;
}
@media (max-width: 767px) {
.box-subcat li {
text-align: left;
float: left;
width: 50%;
}
.box-subcat li .thumb {
padding: 0;
position: relative;
}
.box-subcat li .thumb:before, .box-subcat li .thumb:after {
display: table;
content: "";
line-height: 0;
}
.box-subcat li .thumb:after {
clear: both;
}
.box-subcat li .image {
display: inline-block;
float: left;
margin-right: 15px;
margin-bottom: 0;
width: 30%;
border-right: 1px solid #cfd8dc;
}
.box-subcat li .name {
padding-top: 0;
border-top: none;
position: absolute;
top: 50%;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 30%;
}
.box-subcat li:nth-child(2n+1) {
clear: both;
}
#content .box-subcat [class*="col-sm-"] + [class*="col-sm-"] {
margin-top: 0;
}
}
@media (max-width: 550px) {
.box-subcat li {
width: 100%;
float: none;
clear: both;
}
}
/* =================== Product Filter =================== */
.button-view button + button {
border-left: 1px solid #cfd8dc;
}
.button-view a, .button-view button {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
display: inline-block;
font-size: 24px;
}
#list-view.active,
#grid-view.active {
color: #29d6f6;
}
.product-filter {
background: #f5f5f5;
margin: 20px 0;
}
.product-filter_elem {
float: left;
}
.product-filter_elem .sbHolder, .product-filter_elem select {
height: 50px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 15px 10px;
border-top: none;
border-bottom: none;
}
.product-filter_elem .sbHolder .sbSelector, .product-filter_elem select .sbSelector {
padding: 15px 10px;
}
.product-filter_elem .sbHolder .sbToggle, .product-filter_elem select .sbToggle {
line-height: 50px;
}
.product-filter_elem.show .sbHolder {
width: auto;
border-right: none;
}
.product-filter .sort {
width: 31%;
}
.product-filter .sort label {
display: none;
}
.product-filter label, .product-filter .sbHolder {
display: inline-block;
vertical-align: middle;
}
.product-filter label {
margin-right: 5px;
color: #000;
}
.product-filter .compare-total {
border-right: 1px solid #cfd8dc;
color: #29d6f6;
}
.product-filter .compare-total span {
display: none;
}
.product-filter .compare-total:hover {
color: #000;
}
.product-filter_elem .sbHolder .sbSelector, .product-filter_elem select .sbSelector {
padding-top: 12px;
padding-bottom: 12px;
}
.results {
margin-top: 13px;
}
.nav-cat {
margin-bottom: 13px;
}
.nav-cat .nam-page {
margin: 5px 0 5px 10px;
}
/* ======== Cart page ============= */
.checkout-cart #content h1, .account-wishlist #content h1, .product-compare #content h1 {
margin: 30px 0 50px;
}
.checkout-cart #content .table a, .account-wishlist #content .table a, .product-compare #content .table a {
color: #29d6f6;
font-weight: 700;
}
.checkout-cart #content .table a:hover, .account-wishlist #content .table a:hover, .product-compare #content .table a:hover {
color: #000;
}
.checkout-cart #content .table p .link, .account-wishlist #content .table p .link, .product-compare #content .table p .link {
margin-top: 5px;
}
.checkout-cart #content .table.table-bordered tr td:nth-child(2), .account-wishlist #content .table.table-bordered tr td:nth-child(2), .product-compare #content .table.table-bordered tr td:nth-child(2) {
min-width: 150px;
}
.checkout-cart #content .table-custom .price, .account-wishlist #content .table-custom .price, .product-compare #content .table-custom .price {
font-weight: 700;
}
.checkout-cart #content .table-custom td:first-child, .account-wishlist #content .table-custom td:first-child, .product-compare #content .table-custom td:first-child {
text-transform: uppercase;
color: #000;
}
.checkout-cart #content .table-custom tr:last-child td, .account-wishlist #content .table-custom tr:last-child td, .product-compare #content .table-custom tr:last-child td {
font-weight: 700;
color: #000;
}
.checkout-cart #content .table-custom tr:last-child .price, .account-wishlist #content .table-custom tr:last-child .price, .product-compare #content .table-custom tr:last-child .price {
color: #29d6f6;
font-size: 28px;
}
.checkout-cart #content .table td:nth-child(3) {
min-width: 150px;
}
.checkout-checkout #content .table-responsive .table tfoot td:last-child {
color: #000;
}
.checkout-checkout #content .table-responsive .table tfoot tr:last-child td {
font-size: 18px;
}
.checkout-checkout #content .table-responsive .table tfoot tr:last-child td:last-child {
color: #29d6f6;
font-weight: 700;
}
.account-wishlist .table.table-bordered tr td:nth-child(6) {
min-width: 150px;
}
.cart-wrapper {
padding: 30px;
border: 1px solid #cfd8dc;
border-top: 2px solid #29d6f6;
}
.cart-remove-btn, .cart-remove-btn:visited {
display: inline-block;
font-size: 22px;
color: #29d6f6;
}
.cart-remove-btn:focus, .cart-remove-btn:visited:focus {
text-decoration: none;
}
.cart-remove-btn span, .cart-remove-btn:visited span {
font-size: 14px;
}
.cart-remove-btn:hover, .cart-remove-btn:visited:hover {
text-decoration: none;
color: #000;
}
.link {
color: #29d6f6;
font-size: 14px;
font-weight: 700;
}
.link:focus, .link:visited {
color: #29d6f6;
}
.link:hover {
color: #000;
}
@media (max-width: 767px) {
.cart-wrapper {
padding: 30px 0;
border-left: none;
border-right: none;
border-bottom: none;
}
}
@media (max-width: 500px) {
.checkout-cart #content .table.table-bordered td:first-child, .checkout-cart #content .table.table-bordered td:nth-child(4) {
display: none;
}
.account-wishlist #content .table td:first-child, .account-wishlist #content .table td:nth-child(3) {
display: none;
}
}
/* ======== BLOCK COMPARE ============= */
.product-compare #content .table td:first-child {
min-width: 15%;
background: #f5f5f5;
color: #000;
}
.product-compare #content .product-thumb {
padding: 0 25px;
}
.rating .review {
display: inline-block;
margin-left: 10px;
padding-left: 10px;
position: relative;
border-left: 1px solid #cfd8dc;
}
.product-thumb .cart-remove-btn {
position: absolute;
font-size: 22px;
right: 0;
top: 0;
}
@media (max-width: 1199px) {
.product-compare .table-responsive {
border: none;
overflow-x: scroll;
}
.product-compare .table-responsive .table-bordered {
border: 2px solid #cfd8dc;
}
.product-compare .table-responsive td + td {
min-width: 270px;
}
}
@media (max-width: 767px) {
.product-compare .table-responsive td + td {
min-width: inherit;
max-width: 170px;
}
.rating .review {
display: block;
margin-left: 0;
padding-left: 0;
border: none;
}
}
/* =================== About Page =================== */
.extra-wrap {
overflow: hidden;
}
.information-information #content h4, .information-information #content h5 {
margin: 0 0 20px;
line-height: normal;
text-transform: uppercase;
color: #29d6f6;
}
.information-information #content h4 a:hover, .information-information #content h5 a:hover {
color: #000;
}
.information-information #content h3 {
text-transform: uppercase;
font-size: 34px;
line-height: 40px;
margin-bottom: 0;
}
.information-information #content h3:after {
content: '';
height: 1px;
display: block;
background: #cfd8dc;
margin: 20px 0 40px;
}
.information-information #content h3.clear {
margin-bottom: 30px;
}
.information-information #content h3.clear:after {
display: none;
}
.information-information #content h5 {
color: #29d6f6;
}
.information-information #content h1, .information-information #content h2, .information-information #content h3, .information-information #content h4, .information-information #content h5 {
font-weight: 500;
}
.information-information #content * + h3 {
margin-top: 60px;
}
.information-information #content p + h4 {
margin-top: 40px;
}
@media (max-width: 767px) {
.information-information #content [class*="col-sm"] + [class*="col-sm"] {
margin-top: 30px;
}
}
/* =================== Count box =================== */
.count-box {
margin-top: 40px;
}
.count-box strong {
display: block;
color: #29d6f6;
font-weight: 500;
font-size: 56px;
line-height: 60px;
margin-bottom: 15px;
}
/* =================== Icon box =================== */
.icon-box i {
display: inline-block;
width: 120px;
height: 120px;
line-height: 120px;
text-align: center;
border: 2px solid #29d6f6;
font-size: 66px;
color: #29d6f6;
margin-bottom: 25px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* =================== Testimonials =================== */
.testimonials blockquote {
border: none;
padding: 0;
}
.testimonials blockquote:before {
content: '\e09d';
display: inline-block;
color: #29d6f6;
font-size: 84px;
line-height: 100px;
font-family: "material-design";
margin-bottom: 20px;
}
/* =================== Thumbnail =================== */
.thumbnail {
background: none;
border: none;
padding: 0;
margin: 0 auto 25px;
border-radius: 0;
overflow: hidden;
}
.thumbnail img {
-moz-transition: 0.3s transform ease;
-o-transition: 0.3s transform ease;
-webkit-transition: 0.3s transform ease;
transition: 0.3s transform ease;
}
.thumbnail a {
display: block;
max-width: 100%;
}
.thumbnail a:hover img {
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
@media (max-width: 767px) {
.thumbnail a {
display: inline-block;
}
}
.img-thumbnail {
border: 0;
background: none;
padding: 0;
border-radius: 0;
}
.human_info .thumbnail {
float: left;
margin-right: 20px;
}
.clear {
clear: both;
margin: 0;
padding: 0;
font-size: 0;
border: 0;
line-height: 0;
}
@media (max-width: 500px) {
img.alignleft, .human_info .thumbnail {
float: none;
margin: 0 auto 20px;
}
}
/* =================== Delivery Page =================== */
.delivery_page {
text-align: center;
}
.delivery_page h4 {
color: #29d6f6;
}
.delivery_page .table {
border-top: 2px solid #29d6f6;
text-align: left;
}
.delivery_page .table tbody td:first-child {
color: #29d6f6;
}
.delivery_page .table tbody td:last-child {
color: #000;
font-weight: 700;
}
.delivery_page .table tbody td {
min-width: 150px;
}
/* =================== Terms and Conditions Page =================== */
.terms_conditions_page h4 {
position: relative;
padding-left: 60px;
}
.terms_conditions_page h4:before {
content: '\e174';
position: absolute;
left: 0;
bottom: 0;
color: #29d6f6;
font-size: 40px;
line-height: 40px;
font-family: "material-design";
}
.terms_conditions_page p + h4 {
margin-top: 40px;
}
.modal .terms_conditions_page {
margin-top: 30px;
}
/* =================== Privacy Policy =================== */
.privacy_page ol {
list-style-type: none;
counter-reset: list;
padding-left: 0;
}
.privacy_page ol li {
counter-increment: list;
}
.privacy_page ol li h4:before {
content: counter(list,decimal);
display: inline-block;
margin-right: 15px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #29d6f6;
color: #fff;
font-size: 16px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.privacy_page ol li + li {
margin-top: 40px;
}
/* =================== Site Map Page =================== */
.site-map-page h5 {
margin: 0 0 20px;
line-height: normal;
text-transform: uppercase;
color: #29d6f6;
}
.site-map-page ul + h5 {
margin-top: 40px;
}
.site-map-page #content ul {
list-style-type: none;
padding-left: 0;
}
.site-map-page #content ul li {
position: relative;
line-height: 20px;
}
.site-map-page #content ul li + li {
margin-top: 20px;
}
.site-map-page #content ul li a:hover {
color: #000;
}
.site-map-page #content ul.category-list {
position: relative;
}
.site-map-page #content ul.category-list:before {
content: '';
position: absolute;
left: 0;
top: 10px;
bottom: 10px;
width: 1px;
background: #29d6f6;
}
.site-map-page #content ul.category-list .ul-with-ul:before, .site-map-page #content ul.category-list .ul-with-ul:after {
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.site-map-page #content ul.category-list .ul-with-ul:before {
top: 10px;
}
.site-map-page #content ul.category-list .ul-with-ul:after {
top: 4px;
}
.site-map-page #content ul.category-list ul {
position: relative;
margin-top: 20px;
}
.site-map-page #content ul.category-list ul:before {
content: '';
position: absolute;
left: 0;
top: 10px;
bottom: 10px;
width: 1px;
background: #cfd8dc;
}
.site-map-page #content ul.category-list li {
position: relative;
padding-left: 60px;
}
.site-map-page #content ul.category-list li:before {
content: '';
position: absolute;
top: 50%;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 0;
height: 1px;
width: 35px;
background: #cfd8dc;
}
.site-map-page #content ul.category-list > li:after {
content: '';
position: absolute;
top: 50%;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 35px;
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.site-map-page #content ul.category-list > li:before, .site-map-page #content ul.category-list > li:after {
background: #29d6f6;
}
@media (max-width: 767px) {
.site-map-page .col-sm-6 + .col-sm-6 {
margin-top: 30px;
}
}
@media (max-width: 479px) {
.site-map-page .col-xs-6 {
width: 100%;
float: none;
}
.site-map-page .col-xs-6 + .col-xs-6 {
margin-top: 30px;
}
}
/* =================== Contact page =================== */
.contact_page .panel {
padding-top: 15px;
background-color: transparent;
border: none;
border-top: 2px solid #29d6f6;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.contact_page .panel img {
margin-bottom: 15px;
}
.contact_page .map {
border-top: 2px solid #29d6f6;
margin-bottom: 30px;
}
.contact_page .icon {
position: relative;
padding-left: 70px;
min-height: 55px;
display: block;
}
.contact_page .icon[class*="fa-"]:before {
font-family: "FontAwesome";
}
.contact_page .icon:before {
position: absolute;
left: 0;
top: 0;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
color: #29d6f6;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #29d6f6;
font-size: 26px;
}
.contact_page .icon + .icon {
margin-top: 20px;
}
.contact_page .icon2 {
position: relative;
padding-left: 70px;
min-height: 35px;
display: block;
}
.contact_page .icon2[class*="fa-"]:before {
font-family: "FontAwesome";
}
.contact_page .icon2:before {
position: absolute;
left: 0;
top: 0;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
color: #29d6f6;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #29d6f6;
font-size: 16px;
}
.contact_page .icon2 + .icon2 {
margin-top: 6px;
}
.contact_page .col-sm-4:nth-child(3n-2) {
clear: both;
}
.contact_page .col-sm-4:nth-child(n+4) {
margin-top: 15px;
}
.contact_page .form-horizontal .form-group {
margin-left: 0;
margin-right: 0;
}
.contact_page .form-horizontal .form-group label {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.contact_page .col-sm-4:nth-child(n+2) {
margin-top: 30px;
}
}
/* =================== Manufacturer List =================== */
.manufacturer-list:before, .manufacturer-list:after {
display: table;
content: "";
line-height: 0;
}
.manufacturer-list:after {
clear: both;
}
.manufacturer-list .manufacturer-heading {
font-weight: bold;
color: #000;
float: left;
display: block;
font-size: 25px;
text-align: center;
text-transform: uppercase;
width: 15%;
height: 50px;
line-height: 50px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.manufacturer-list .manufacturer-content {
padding: 12px 15px;
float: left;
width: 85%;
border-left: 1px solid #cfd8dc;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.manufacturer-list .manufacturer-content a {
white-space: nowrap;
}
.manufacturer-list + .manufacturer-list {
border-top: 1px solid #cfd8dc;
}
.brands {
background: #f5f5f5;
padding: 20px;
margin-bottom: 30px;
}
/* =================== Account Page =================== */
.well {
background-color: #f5f5f5;
border: 1px solid #cfd8dc;
border-top: 2px solid #29d6f6;
margin-bottom: 30px;
padding: 30px;
border-radius: 0;
box-shadow: none;
}
.well .heading {
margin-bottom: 20px;
}
.well .heading:before, .well .heading:after {
display: table;
content: "";
line-height: 0;
}
.well .heading:after {
clear: both;
}
.well .heading i {
color: #29d6f6;
float: left;
font-size: 56px;
margin-right: 14px;
line-height: 60px;
}
.well .heading h2 {
font-size: 23px;
color: #000;
margin: 0 0 5px;
}
.well .heading strong {
font-weight: normal;
font-style: italic;
}
.well p {
border-bottom: 1px solid #cfd8dc;
padding: 20px 0;
}
.well a {
display: inline-block;
margin-top: 20px;
}
.account-account h3 {
text-transform: uppercase;
padding-bottom: 20px;
border-bottom: 1px solid #29d6f6;
}
.account-account h3 i {
color: #29d6f6;
margin-right: 10px;
font-size: 30px;
}
@media (max-width: 767px) {
.account-account .col-sm-4 + .col-sm-4 {
margin-top: 30px;
}
}
.account-address .table, .account-address-delete .table {
width: 50%;
margin: 0 auto;
}
@media (max-width: 991px) {
.account-address .table, .account-address-delete .table {
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.well .heading {
text-align: center;
}
.well .heading h2 {
font-size: 17px;
}
.well .heading i {
float: none;
}
}
.datepicker .prev, .datepicker .next, .datepicker .day, .datepicker .year, .datepicker .month, .datepicker .picker-switch {
cursor: pointer;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.datepicker .prev:hover, .datepicker .prev.active, .datepicker .next:hover, .datepicker .next.active, .datepicker .day:hover, .datepicker .day.active, .datepicker .year:hover, .datepicker .year.active, .datepicker .month:hover, .datepicker .month.active, .datepicker .picker-switch:hover, .datepicker .picker-switch.active {
color: #29d6f6;
background: transparent;
}
.datepicker th {
text-align: center;
}
.col-centered{
float: none;
margin: 0 auto;
vertical-align: middle;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
#column-left .product-layout .col-md-3 {
width: 100%;
}
#column-left + #content .product-layout .col-md-3 {
width: 50%;
}
#column-left + #content + #column-right .product-layout .col-md-3 {
width: 100%;
}
#content + #column-right .product-layout .col-md-3 {
width: 100%;
}
}
input#input-voucher,
input#input-coupon {
display: inline-block;
width: 45%;
margin: 0 5px 10px 0;
}
/*========================================================
Footer
=========================================================*/
footer {
background: #fff;
padding-top: 61px;
font-size: 14px;
line-height: 30px;
color: #9e9e9e;
}
footer h5 {
font-size: 14px;
line-height: 30px;
letter-spacing: 1px;
color: #000;
text-transform: uppercase;
margin-bottom: 0;
}
footer h5 + ul {
margin-top: 5px;
}
footer h5 + ul li a:hover {
color: #29d6f6;
}
footer ul li + li {
margin-top: 0px;
}
.copyright {
font-size: 12px;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
}
.copyright > .container {
padding-top: 64px;
padding-bottom: 30px;
}
/*========================================================
Responsive Footer
=========================================================*/
@media (min-width: 479px) and (max-width: 767px) {
footer [class*="col-xs"]:nth-child(2n-1) {
clear: both;
}
footer [class*="col-xs"]:nth-child(n+3) {
margin-top: 30px;
}
}
@media (max-width: 767px) {
footer > .container {
text-align: center;
}
footer {
text-align: center;
}
}
@media (max-width: 479px) {
footer [class*="col-xs"] {
float: none;
width: 100%;
}
}
/*================== ToTop ======================*/
.toTop {
width: 40px;
height: 40px;
line-height: 34px;
text-align: center;
font-size: 24px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #fff;
background: #29d6f6;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
position: fixed;
right: 66px;
bottom: 100px;
display: none;
overflow: hidden;
text-decoration: none;
z-index: 20;
}
.toTop:hover {
background: #000;
text-decoration: none;
color: #fff;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.toTop:visited, .toTop:focus, .toTop:active {
color: #fff;
}
@media only screen and (max-width: 1399px) {
.toTop {
display: none !important;
}
}
/*========================================================
Responsive Styles
=========================================================*/
@media (max-width: 1200px) {
.table th, .table td {
padding: 8px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.panel-body input + span {
margin-top: 5px;
display: inline-block;
}
}
@media (max-width: 767px) {
select {
display: block !important;
}
.product-filter select {
display: inline-block !important;
}
.product-filter .show select {
width: auto;
}
.sbHolder {
display: none !important;
}
.table-responsive {
border: none;
}
.table-responsive .table-bordered {
border: 2px solid #cfd8dc;
}
.delivery_page .table {
font-size: 13px;
}
.product-filter .sort {
width: auto;
padding-left: 10px;
}
.product-filter .sort .sbHolder, .product-filter .sort select {
width: 200px;
}
.product-filter .sort label {
display: inline-block;
}
.image {
text-align: center;
}
}
@media (max-width: 600px) {
.product-filter {
background: none;
width: 75%;
margin-left: auto;
margin-right: auto;
}
.product-filter .sort {
width: 100%;
padding-left: 0;
margin-bottom: 15px;
}
.product-filter_elem, .product-filter_elem.pull-right {
float: none !important;
}
.product-filter .product-filter_elem {
margin-bottom: 15px;
text-align: center;
}
.product-filter .product-filter_elem:before, .product-filter .product-filter_elem:after {
display: table;
content: "";
line-height: 0;
}
.product-filter .product-filter_elem:after {
clear: both;
}
.product-filter .product-filter_elem label {
float: left;
text-align: right;
width: 35%;
margin-right: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-right: 15px;
margin-top: 13px;
}
.product-filter .product-filter_elem select {
display: block !important;
width: 65%;
float: left;
}
.product-filter_elem.show select {
border-right: 1px solid #cfd8dc;
}
.product-filter .compare-total {
border-right: none;
width: auto;
}
.product-filter .compare-total:before {
display: none;
}
.product-filter .compare-total span {
display: inline-block;
}
}
@media (max-width: 580px) {
.panel-group .panel input#input-voucher,
.panel-group .panel input#input-coupon {
width: 100%;
}
.panel-group .panel span {
display: block;
margin-top: 5px;
}
.panel-group .panel span input[type="text"] {
max-width: 100%;
padding-left: 5px;
padding-right: 5px;
}
h1 {
font-size: 26px;
}
.single-category .panel-group .panel span {
display: inline-block;
}
}
@media (max-width: 479px) {
#habla_beta_container_do_not_rely_on_div_classes_or_names {
display: none !important;
}
.product-filter {
width: 100%;
}
}
@media (max-width: 410px) {
#accordion .table td,
#accordion .table thead td {
font-size: 9px;
word-wrap: break-word;
}
}
@media (max-width: 370px) {
.delivery_page .table td,
.delivery_page .table th {
padding: 6px;
}
} | public/css/theme/dog/stylesheet.css | @charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
/*========================================================
Bootstrap Reset
=========================================================*/
@import url(https://fonts.googleapis.com/css?family=Rubik:400,300,500,700&subset=latin,cyrillic);
button, .btn {
background: none;
border: none;
display: inline-block;
padding: 0;
outline: none;
outline-offset: 0;
cursor: pointer;
-webkit-appearance: none;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.row div:nth-child(5) {
clear: left;
}
button::-moz-focus-inner, .btn::-moz-focus-inner {
border: none;
padding: 0;
}
button:focus, .btn:focus {
outline: none;
}
label {
font-size: 13px;
color: #000;
}
@media (min-width: 768px) and (max-width: 991px) {
label {
font-size: 10px;
}
}
label {
font-weight: bold;
cursor: default;
}
textarea {
resize: none;
}
blockquote {
font-size: inherit;
line-height: inherit;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
font-size: 12px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
z-index: auto;
}
.bootstrap-datetimepicker-widget {
z-index: 998 !important;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget td span:hover {
background-color: transparent;
}
.bootstrap-datetimepicker-widget .timepicker {
margin-top: 5px;
}
.bootstrap-datetimepicker-widget .timepicker td > span {
width: 30px;
height: 30px;
line-height: 30px;
margin: 5px 0;
}
.bootstrap-datetimepicker-widget .timepicker td > span:hover {
color: #29d6f6;
}
.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
background: #29d6f6;
color: #FFF;
cursor: inherit;
}
.fancybox-overlay {
z-index: 10001;
}
.fancybox-opened {
z-index: 10003;
}
.container > .alert,
.breadcrumb + .alert {
position: fixed;
z-index: 10001;
top: 0;
left: 0;
width: 100%;
-webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
-moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
-ms-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
-o-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
}
.container > .alert .alert,
.breadcrumb + .alert .alert {
position: absolute;
left: 0;
right: 0;
top: 100%;
}
.container > .alert .alert.fadeOut,
.breadcrumb + .alert .alert.fadeOut {
top: -100%;
}
@-ms-keyframes alert-anim {
0% {
top: -100%;
}
60% {
top: 0;
}
100% {
top: 0;
}
}
@-o-keyframes alert-anim {
0% {
top: -100%;
}
60% {
top: 0;
}
100% {
top: 0;
}
}
@-webkit-keyframes alert-anim {
0% {
top: -100%;
}
60% {
top: 0;
}
100% {
top: 0;
}
}
@-moz-keyframes alert-anim {
0% {
top: -100%;
}
60% {
top: 0;
}
100% {
top: 0;
}
}
@keyframes alert-anim {
0% {
top: -100%;
}
60% {
top: 0;
}
100% {
top: 0;
}
}
@-ms-keyframes alert-anim2 {
0% {
top: -100%;
}
60% {
top: 100%;
}
100% {
top: 100%;
}
}
@-o-keyframes alert-anim2 {
0% {
top: -100%;
}
60% {
top: 100%;
}
100% {
top: 100%;
}
}
@-webkit-keyframes alert-anim2 {
0% {
top: -100%;
}
60% {
top: 100%;
}
100% {
top: 100%;
}
}
@-moz-keyframes alert-anim2 {
0% {
top: -100%;
}
60% {
top: 100%;
}
100% {
top: 100%;
}
}
@keyframes alert-anim2 {
0% {
top: -100%;
}
60% {
top: 100%;
}
100% {
top: 100%;
}
}
@-ms-keyframes alert-icon-anim {
0% {
font-size: 0;
}
60% {
font-size: 0;
}
}
@-o-keyframes alert-icon-anim {
0% {
font-size: 0;
}
60% {
font-size: 0;
}
}
@-webkit-keyframes alert-icon-anim {
0% {
font-size: 0;
}
60% {
font-size: 0;
}
}
@-moz-keyframes alert-icon-anim {
0% {
font-size: 0;
}
60% {
font-size: 0;
}
}
@keyframes alert-icon-anim {
0% {
font-size: 0;
}
60% {
font-size: 0;
}
}
.product_page-right .alert {
margin-top: 20px;
}
.alert {
position: relative;
padding: 20px 40px 20px 75px;
z-index: 30;
color: #FFF;
border-radius: 0;
min-height: 60px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
font-weight: 700;
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
-moz-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
-o-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
-webkit-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
}
.alert i {
position: absolute;
top: 0;
left: 0;
bottom: 0;
text-align: center;
width: 60px;
font-size: 40px;
-webkit-animation: alert-icon-anim 1s;
-moz-animation: alert-icon-anim 1s;
-ms-animation: alert-icon-anim 1s;
-o-animation: alert-icon-anim 1s;
animation: alert-icon-anim 1s;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.alert i:before {
position: absolute;
top: 50%;
left: 0;
right: 0;
line-height: 0;
}
.alert a:hover {
text-decoration: underline;
}
.alert button.close {
position: absolute;
top: 50%;
line-height: 1;
right: 15px;
color: #FFF;
opacity: .7;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.alert button.close:hover, .alert button.close:focus {
opacity: 1;
color: #FFF;
}
.alert.fadeOut {
-moz-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
-o-transform: translate(0, -100%);
-webkit-transform: translate(0, -100%);
transform: translate(0, -100%);
}
.alert.fadeOut .alert {
top: 100%;
}
@media (max-width: 479px) {
.alert {
padding-right: 30px;
}
.alert button.close {
right: 5px;
}
}
.alert-success {
background-color: #4caf50;
}
.alert-success i {
background: #388E3C;
}
.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
color: #C8E6C9;
}
.alert-danger {
background-color: #F44336;
}
.alert-danger i {
background: #D32F2F;
}
.alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
color: #FFCDD2;
}
.alert-info {
background-color: #03A9F4;
}
.alert-info i {
background: #0288D1;
}
.alert-info a, .alert-info a:visited, .alert-info a:focus, .alert-info a:hover {
color: #B3E5FC;
}
.alert-warning {
background-color: #FF5722;
}
.alert-warning i {
background: #E64A19;
}
.alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
color: #FFCCBC;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
border-radius: 0;
}
.pagination {
margin: 0;
}
.pagination:before, .pagination:after {
display: table;
content: "";
line-height: 0;
}
.pagination:after {
clear: both;
}
.pagination > li {
display: block;
float: left;
}
.pagination > li > a, .pagination > li > span {
display: inline-block;
color: #959595;
background: #f5f5f5;
border: none;
float: none;
margin-left: 0;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
padding: 0;
}
.pagination > li + li {
border-left: 1px solid #cfd8dc;
}
.pagination > li.active > a, .pagination > li.active > span, .pagination > li.active > a:hover, .pagination > li.active > span:hover, .pagination > li.active > a:focus, .pagination > li.active > span:focus {
background-color: #ededed;
color: #000;
z-index: auto;
}
@media (max-width: 479px) {
.pagination > li > a, .pagination > li > span {
width: 40px;
height: 40px;
line-height: 40px;
}
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background: none;
text-decoration: none;
}
.table thead td, .table th {
text-transform: uppercase;
font-weight: bold;
color: #000;
font-size: 13px;
background-color: #f5f5f5;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
border-bottom: none;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
padding: 15px 10px 15px;
}
.table td {
padding: 20px;
border-color: #cfd8dc;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.block-compare .table th, .block-compare .table td {
padding: 7px;
}
.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
border-radius: 0;
}
.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
border-color: #cfd8dc;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
white-space: normal;
}
.table > tbody + tbody {
border-top: none;
}
.panel-default > .panel-heading {
padding: 20px;
background: #f5f5f5;
color: #000;
}
.addthis_sharing_toolbox a {
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.addthis_sharing_toolbox a:hover {
opacity: .6;
}
.fancybox-close, .fancybox-prev span, .fancybox-next span {
opacity: 0.8;
}
.fancybox-lock {
overflow: visible !important;
}
.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
opacity: 1;
}
.form-horizontal .radio, .form-horizontal .checkbox {
min-height: inherit;
}
.form-horizontal .radio:first-child, .form-horizontal .checkbox:first-child {
padding-top: 0;
}
.form-horizontal .control-label, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
padding-top: 0;
}
.input-group .form-control {
z-index: auto;
}
.atm-f {
height: auto !important;
}
.text-danger {
color: #F00;
}
.has-error * + .text-danger {
margin-top: 5px;
}
.buttons input[type="checkbox"] {
position: relative;
top: 2px;
}
.tooltip {
z-index: 9999;
}
.ps-document-overlay,
.ps-carousel,
.ps-uilayer,
.ps-toolbar,
.ps-caption {
z-index: 10000 !important;
}
.vcenter {
vertical-align: middle !important;
}
.table-custom > tbody > tr > td,
.table-custom > tbody > tr > th,
.table-custom > tfoot > tr > td,
.table-custom > tfoot > tr > th,
.table-custom > thead > tr > td,
.table-custom > thead > tr > th {
border-top: none;
border-bottom: 1px solid #cfd8dc;
padding-bottom: 10px;
}
.modal {
z-index: 10005;
}
.modal-dialog {
margin-top: 90px;
}
/*========================================================
Main Styles
=========================================================*/
body {
font: 400 14px/20px "Rubik", sans-serif;
color: #959595;
background: #fff;
}
h1, h2, h3, h4, h5, h6 {
color: #000;
margin: 0 0 20px;
line-height: normal;
letter-spacing: 1px;
font-weight: 500;
text-transform: uppercase;
}
/* Override the bootstrap defaults */
h1 {
text-transform: uppercase;
font-size: 34px;
line-height: 55px;
margin-bottom: 0;
text-align: center;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
h1 i {
margin-right: 10px;
color: #29d6f6;
font-size: 45px;
}
h1:after {
content: '';
height: 1px;
display: block;
background: #cfd8dc;
margin: 20px 0 40px;
}
h1.no-line {
margin-bottom: 30px;
}
h1.no-line:after {
display: none;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 10.2px;
}
a {
display: inline-block;
font: inherit;
color: inherit;
text-decoration: none;
max-width: 100%;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
a:active {
background-color: transparent;
}
a:visited, a:focus {
color: inherit;
outline: none;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #29d6f6;
}
p a, p a:visited, p a:focus {
color: #29d6f6;
}
p a:hover, p a:visited:hover, p a:focus:hover {
text-decoration: underline;
}
img {
max-width: 100%;
height: auto;
}
legend {
font-size: 18px;
padding: 7px 0px;
}
label {
font-size: 12px;
font-weight: normal;
}
strong, b {
color: #000;
}
.input-group .input-group-addon {
height: 30px;
}
.nav-tabs {
margin-bottom: 15px;
}
div.required .control-label:after {
content: '*';
color: #ee372a;
font-weight: bold;
margin-left: 5px;
}
.fa {
line-height: inherit;
}
.fleft {
float: left;
}
.fleft:before, .fleft:after {
display: table;
content: "";
line-height: 0;
}
.fleft:after {
clear: both;
}
.fright {
float: right;
}
.fright:before, .fright:after {
display: table;
content: "";
line-height: 0;
}
.fright:after {
clear: both;
}
.tooltip.in {
opacity: 1;
}
.tooltip-inner {
background: #29d6f6;
text-transform: uppercase;
font-size: 10px;
}
@media (min-width: 991px) and (max-width: 992px) {
.tooltip-inner {
width: 86px;
}
}
@media (min-width: 767px) and (max-width: 768px) {
.tooltip-inner {
width: 86px;
}
}
[class][class].tooltip-arrow {
border-top-color: #29d6f6;
}
#collapse-checkout-option h2 {
font-size: 24px;
}
@media (max-width: 767px) {
#collapse-checkout-option h2 {
font-size: 20px;
}
}
@media (max-width: 767px) {
#collapse-checkout-option .col-sm-6 + .col-sm-6 {
margin-top: 30px;
}
}
/*========================================================
Header styles
=========================================================*/
.common-home header .margin-bot {
margin-bottom: 20px;
}
.common-home header .stuck-menu {
padding-top: 0;
border: none;
}
header {
background: #151718;
}
header .icon2 {
position: relative;
margin-top: 24px;
padding-left: 70px;
min-height: 55px;
display: block;
}
header .icon2[class*="fa-"]:before {
font-family: "FontAwesome";
}
header .icon2:before {
position: absolute;
left: 0;
top: 0;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
color: #29d6f6;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #29d6f6;
font-size: 26px;
}
header .icon2 + .icon2 {
margin-top: 6px;
}
header p {
font: 18px/22px "Rubik", sans-serif;
color: #fff;
text-transform: uppercase;
line-height: 24px;
margin-top: 4px;
}
header .box-language, header .box-currency {
display: inline-block;
margin-left: -4px;
}
header .box-currency + .box-language .toggle,
header .box-language + .box-currency .toggle {
border-left: none;
}
header .logo, header .nav__primary, header address, header .search {
display: inline-block;
float: left;
}
header * + .nav__primary {
margin-left: 46px;
}
header .login, header .wish_list, header .box-cart {
display: inline-block;
float: left;
}
header .login, header .wish_list .item-btn, header .box-cart button {
border: 1px solid #292d2f;
border-top: none;
border-bottom: none;
color: #fff;
background: #151718;
padding: 10px 24px;
letter-spacing: 1px;
line-height: 26px;
text-transform: uppercase;
}
@media (max-width: 991px) {
header .login, header .wish_list .item-btn, header .box-cart button {
padding: 10px 10px;
}
}
@media (max-width: 479px) {
header .login, header .wish_list .item-btn, header .box-cart button {
padding: 10px 6px;
}
}
header .login i, header .wish_list .item-btn i, header .box-cart button i {
font-size: 20px;
line-height: 26px;
color: #fff;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-right: 14px;
margin-left: -6px;
float: left;
}
header .login span, header .wish_list .item-btn span, header .box-cart button span {
font-size: 13px;
}
header .login:hover, header .wish_list .item-btn:hover, header .box-cart button:hover {
color: #29d6f6;
background: #fff;
}
header .login:hover i, header .wish_list .item-btn:hover i, header .box-cart button:hover i {
color: #29d6f6;
}
header .login:hover span span, header .login:hover .cart-total2, header .wish_list .item-btn:hover span span, header .wish_list .item-btn:hover .cart-total2, header .box-cart button:hover span span, header .box-cart button:hover .cart-total2 {
color: #fff;
}
header .login + .wish_list,
header .wish_list + .box-cart {
border-left: none;
}
header .login + .wish_list button, header .login + .wish_list .item-btn,
header .wish_list + .box-cart button,
header .wish_list + .box-cart .item-btn {
border-left: none;
}
@media (max-width: 479px) {
header .login + .wish_list {
border-left: 1px solid #292d2f;
}
header .login + .wish_list i {
margin-left: 2px;
}
}
header .wish_list span span, header .box-cart .cart-total2 {
width: 21px;
height: 21px;
font-size: 10px;
line-height: 21px;
text-align: center;
background: #29d6f6;
display: inline-block;
float: right;
margin-left: 8px;
margin-top: 2px;
}
header .box-cart .cart-total2 {
margin-top: 3px;
background: #29d6f6;
}
header .login {
padding-bottom: 11px;
}
header .login i {
display: none;
}
header .margin-bot {
margin-bottom: 0px;
}
header .stuck-menu {
background: transparent;
position: relative;
z-index: 109;
padding-top: 22px;
border-top: 1px solid #292d2f;
}
header address a {
font-size: 14px;
line-height: 26px;
color: #fff;
font-weight: 500;
letter-spacing: 1px;
padding: 1px 4px;
}
header address a:hover {
color: #29d6f6;
background: #fff;
}
header address + .search {
margin-left: 87px;
margin-top: -12px;
}
/*================ Toggle ===============*/
.toggle-wrap {
position: relative;
}
.toggle_cont {
display: none;
background: #fff;
padding: 10px 0;
list-style-type: none;
position: absolute;
right: 1px;
top: 100%;
width: 200px;
z-index: 110;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
}
.toggle_cont .toggle_cont {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.toggle_cont > li > a, .toggle_cont > li > button {
text-align: left;
width: 100%;
display: block;
padding: 5px 5px 5px 10px;
text-transform: uppercase;
font-size: 13px;
color: #9e9e9e;
}
.toggle_cont > li > a:hover, .toggle_cont > li > button:hover {
background: #29d6f6;
color: #fff;
}
.toggle_cont ul {
text-align: right;
font-size: 16px;
}
.toggle_cont ul li + li {
margin-top: 8px;
}
.toggle_cont__right {
right: auto;
left: 0;
}
/*================ Top Links style ===============*/
@media (min-width: 768px) {
header .nav > .toggle {
display: none;
}
header .nav > .toggle_cont {
display: none !important;
position: static;
padding: 0;
margin: 0;
background: #151718;
width: auto;
}
header .nav > .toggle_cont > li {
display: inline-block;
}
header .nav > .toggle_cont > li + li {
margin-left: 26px;
}
header .nav > .toggle_cont > li > a {
display: inline-block;
font-size: 13px;
text-transform: capitalize;
color: #9e9e9e;
padding: 0;
}
header .nav > .toggle_cont > li > a:hover, header .nav > .toggle_cont > li > a.active {
color: #29d6f6;
background: none;
}
}
@media (max-width: 767px) {
header .nav {
position: fixed;
top: 0;
margin: 0;
z-index: 10000;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
header .nav > .toggle:hover {
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
header .nav .toggle-wrap .toggle {
display: none;
}
header .nav .toggle-wrap .toggle_cont {
display: block !important;
height: auto !important;
position: static;
padding: 0;
-moz-transition: 0;
-o-transition: 0;
-webkit-transition: 0;
transition: 0;
}
header .nav .toggle-wrap .toggle_cont li + li {
margin-top: 0;
}
}
/*================ CURRENCY AND LANGUAGE BOXES ===============*/
.box-language .toggle,
.box-currency .toggle {
display: block;
text-align: center;
font-size: 13px;
line-height: 26px;
text-transform: uppercase;
cursor: pointer;
letter-spacing: 1px;
color: #fff;
background: none;
padding: 10px 24px;
border: 1px solid #292d2f;
border-top: none;
border-bottom: none;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
@media (max-width: 991px) {
.box-language .toggle,
.box-currency .toggle {
padding: 10px 10px;
}
}
.box-language .toggle:after,
.box-currency .toggle:after {
display: inline-block;
content: '\f107';
margin-left: 6px;
font-size: 15px;
font-weight: 400;
font-family: "FontAwesome";
}
.box-language .toggle.active, .box-language .toggle:hover,
.box-currency .toggle.active,
.box-currency .toggle:hover {
color: #29d6f6;
background: #fff;
}
.box-language .toggle_cont:before,
.box-currency .toggle_cont:before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #fff transparent;
top: -5px;
left: 22px;
display: inline-block;
}
.box-language .toggle_cont,
.box-currency .toggle_cont {
width: 174px;
left: 0;
right: auto;
margin-top: 5px;
}
.box-language .toggle_cont li a, .box-language .toggle_cont li button,
.box-currency .toggle_cont li a,
.box-currency .toggle_cont li button {
font-size: 13px;
text-transform: capitalize;
color: #9e9e9e;
}
.box-language .toggle_cont li a:hover, .box-language .toggle_cont li button:hover,
.box-currency .toggle_cont li a:hover,
.box-currency .toggle_cont li button:hover {
color: #fff;
}
.cart .toggle:before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #fff transparent;
bottom: -5px;
right: 22px;
display: inline-block;
z-index: 110;
opacity: 0;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cart .toggle.active:before {
opacity: 1;
}
/*========================================================
Responsive Header styles
=========================================================*/
@media (max-width: 1199px) {
header * + .nav__primary {
margin-left: 15px;
}
header address + .search {
margin-left: 35px;
}
}
@media (max-width: 991px) {
header .stuck-menu {
text-align: center;
}
header .stuck-menu .fleft, header .stuck-menu .fright {
float: none;
}
header .stuck-menu .fleft:before, header .stuck-menu .fleft:after, header .stuck-menu .fright:before, header .stuck-menu .fright:after {
display: table;
content: "";
line-height: 0;
}
header .stuck-menu .fleft:after, header .stuck-menu .fright:after {
clear: both;
}
header .stuck-menu .fright {
margin-top: 30px;
}
header .stuck-menu address {
float: left;
}
header .stuck-menu .search {
float: right;
}
header .stuck-menu .logo {
float: left;
}
header .stuck-menu .nav__primary {
float: right;
}
.common-home header .margin-bot {
margin-bottom: 40px;
}
}
@media (max-width: 767px) {
header .search {
float: none;
}
header .box-currency {
margin-right: 0;
padding: 0;
}
header .logo {
float: none;
text-align: center;
margin-top: 15px;
}
header .logo img {
display: inline-block;
}
header .box-cart {
float: none;
margin-top: 0;
}
header .nav__primary {
margin-top: 15px;
background: none;
}
.common-home header .margin-bot {
margin-bottom: 32px;
}
}
@media (max-width: 569px) {
header > .container .fleft, header > .container .fright {
float: none;
text-align: center;
}
header > .container .fleft {
border-bottom: 1px solid #292d2f;
}
header > .container .login, header > .container .wish_list {
display: inline-block;
float: none;
}
header .stuck-menu .logo {
display: inline-block;
float: none;
}
}
@media (max-width: 479px) {
header .login {
display: none !important;
}
}
/*========================================================
Content styles
=========================================================*/
#page {
background: #eceff1;
overflow: hidden;
}
#content {
padding-bottom: 30px;
padding-top: 30px;
}
/*================== Marked List ======================*/
.box.account ul, .box.affilate ul {
padding: 0;
list-style-type: none;
}
.box.account ul li + li, .box.affilate ul li + li {
border-top: 1px solid #cfd8dc;
}
.box.account ul a, .box.affilate ul a {
position: relative;
background: #f5f5f5;
display: block;
padding: 13px 15px;
}
.box.account ul a:hover, .box.affilate ul a:hover {
background: #ededed;
}
.box.account ul a:hover, .box.affilate ul a:hover {
color: #29d6f6;
}
.manufacturer-content div, #content ul.list-unstyled {
margin: 0;
list-style-type: none;
}
.manufacturer-content div li + li, #content ul.list-unstyled li + li {
margin-top: 10px;
}
.manufacturer-content div a, #content ul.list-unstyled a {
position: relative;
color: #000;
}
.manufacturer-content div a:hover, #content ul.list-unstyled a:hover {
color: #29d6f6;
}
.manufacturer-content div a:before, #content ul.list-unstyled a:before {
content: '\e11d';
margin-right: 5px;
font-weight: 400;
font-size: 20px;
font-family: "material-design";
color: #29d6f6;
}
#content .product-info ul.list-unstyled a:before {
display: none;
}
@media (max-width: 767px) {
aside {
margin-top: 20px;
}
aside .container {
padding: 0;
width: 100%;
}
}
/*================== Lazy Img ======================*/
.lazy {
display: block;
position: relative;
height: 0;
overflow: hidden;
background: transparent url(../../../img/theme/lazy-loader.gif) no-repeat center center;
}
.lazy img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 0;
-moz-transition: 1s all ease;
-o-transition: 1s all ease;
-webkit-transition: 1s all ease;
transition: 1s all ease;
opacity: 1;
-webkit-backface-visibility: hidden;
}
.lazy.lazy-loaded {
background: none;
}
.lazy.lazy-loaded img {
opacity: 1;
}
.search {
width: 50px;
height: 50px;
border: 2px solid #fff;
background: none;
color: #fff;
font-size: 20px;
line-height: 48px;
border: 2px solid #fff;
display: inline-block;
text-align: center;
cursor: pointer;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
position: relative;
}
.search:hover {
background: #fff;
}
.search:hover .search-cnt {
width: 270px;
}
.search:hover .search-cnt input[type="text"] {
width: 220px;
display: inline-block;
}
.search:hover .search-cnt button {
display: inline-block;
}
.search-cnt {
position: absolute;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
top: -2px;
bottom: -2px;
left: 0;
width: 0;
}
.search-cnt input[type="text"] {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
display: none;
float: left;
color: #000;
margin: 0;
font-size: 13px;
line-height: 26px;
width: 0;
margin-left: -220px;
height: 50px;
padding: 14px 22px 14px 22px;
background: #fff;
border: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.search-cnt input[type="text"]:focus {
outline: none;
}
.search-cnt input[type="text"]::-webkit-input-placeholder {
color: #b0bec5;
opacity: 1;
}
.search-cnt input[type="text"]:-moz-placeholder {
color: #b0bec5;
opacity: 1;
}
.search-cnt input[type="text"]::-moz-placeholder {
color: #b0bec5;
opacity: 1;
}
.search-cnt input[type="text"]:-ms-input-placeholder {
color: #b0bec5;
opacity: 1;
}
.search-cnt button, .search-cnt button:focus, .search-cnt button:active {
background: none;
border: none;
display: inline-block;
padding: 0;
outline: none;
outline-offset: 0;
cursor: pointer;
-webkit-appearance: none;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
position: absolute;
top: 0;
right: 222px;
width: 52px;
height: 50px;
line-height: 52px;
color: #29d6f6;
background: #fff;
text-align: center;
border: none;
}
.search-cnt button::-moz-focus-inner, .search-cnt button:focus::-moz-focus-inner, .search-cnt button:active::-moz-focus-inner {
border: none;
padding: 0;
}
.search-cnt button:hover, .search-cnt button:focus:hover, .search-cnt button:active:hover {
color: #000;
}
.search-cnt button {
display: none;
}
#livesearch_search_results {
margin: 3px 0 0;
padding: 5px;
position: absolute;
top: 100%;
width: 268px;
margin-left: -220px;
left: 0;
background-color: #fff;
list-style-type: none;
z-index: 120;
font-size: 12px;
line-height: 20px;
}
#livesearch_search_results li {
text-align: left;
}
#livesearch_search_results li img {
float: left;
margin-right: 10px;
max-width: 75px;
}
#livesearch_search_results li img.loading {
background: #F5F5F5;
}
#livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
background-color: #29d6f6;
}
#livesearch_search_results li:hover a, #livesearch_search_results li:hover a:visited, #livesearch_search_results li.highlighted a, #livesearch_search_results li.highlighted a:visited {
color: #FFF;
}
#livesearch_search_results a, #livesearch_search_results a:visited {
display: block;
padding: 5px;
color: #000;
}
#livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {
display: table;
content: "";
line-height: 0;
}
#livesearch_search_results a:after, #livesearch_search_results a:visited:after {
clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
#livesearch_search_results li img {
display: none !important;
}
}
/*================ Box Cart ===============*/
.box-cart {
position: relative;
}
.box-cart .name {
font-size: 14px;
line-height: 26px;
color: #000;
letter-spacing: 1px;
font-weight: 500;
text-transform: uppercase;
}
.box-cart .price-cart {
color: #90a4ae;
}
.box-cart .text-left {
padding-left: 5px;
padding-right: 5px;
}
.box-cart li + li {
padding-right: 25px;
}
.box-cart .btn-danger, .box-cart .btn-danger:focus {
border: 0;
padding: 0;
color: #000;
font-size: 10px;
background: none;
}
.box-cart .btn-danger i, .box-cart .btn-danger:focus i {
font-size: 15px;
margin-right: 0;
margin-left: 0;
}
.box-cart .btn-danger:hover, .box-cart .btn-danger:focus:hover {
color: #29d6f6;
background: none;
}
.box-cart a:hover img {
opacity: .5;
}
.box-cart .btn {
margin-bottom: 7px;
}
/*================ Cart ===============*/
.cart {
position: relative;
}
.cart > button i, .cart > button strong, .cart > button span {
vertical-align: middle;
}
.cart .cart-remove-btn {
width: 100%;
margin-bottom: 10px;
margin-left: 12px;
border: 2px solid #000;
padding: 7px 0;
background: #fff;
text-transform: uppercase;
font-size: 14px;
line-height: 26px;
font-weight: 500;
color: #000 !important;
text-align: center;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.cart .cart-remove-btn:before {
display: none;
}
.cart .cart-remove-btn:hover {
background: #29d6f6;
border-color: #29d6f6;
color: #fff !important;
}
/*================ Cart DropDown ===============*/
.cart .toggle_cont {
margin-top: 5px;
z-index: 1001;
min-width: 260px;
padding: 10px 10px 5px;
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
.cart .toggle_cont img {
max-width: 50px;
}
.cart .toggle_cont table {
margin-bottom: 10px;
}
.cart .toggle_cont strong {
font-weight: 400;
color: #3f3f4d;
}
.cart .toggle_cont .price-cart {
font-size: 14px;
line-height: 30px;
color: #90a4ae;
letter-spacing: 1px;
font-weight: 500;
}
.cart ul > li:first-child tr {
border-bottom: 1px solid #cfd8dc;
}
.cart td {
font-size: 14px;
}
.cart td strong {
font-size: 16px;
}
.cart .total td {
border: none;
padding: 2px;
color: #3f3f4d;
text-transform: uppercase;
}
.cart .total td + td {
color: #29d6f6;
font-weight: 500;
}
.cart .table > tbody > tr > td {
border-top: none;
}
.cart .table.total tr:nth-child(4) td strong,
.cart .table.total tr:nth-child(4) td {
font-size: 20px;
}
@media (max-width: 767px) {
.cart {
position: fixed;
top: 0;
margin: 0;
z-index: 10000;
}
.cart > button {
margin-top: 5px;
position: relative;
padding-right: 20px;
background: none !important;
border: none !important;
}
.cart > button i {
font-size: 22px;
}
.cart > button span {
display: none;
}
.cart > button .cart-total, .cart > button strong {
display: none;
}
.cart > button .cart-total2 {
margin-left: 0 !important;
}
.cart > button:before {
display: none;
}
.cart .toggle_cont {
margin-top: 0;
max-height: 300px;
overflow: auto;
right: -30px;
}
}
/*========================================================
Product
=========================================================*/
/* =================== Product Layout =================== */
.product-layout {
margin-bottom: 30px;
}
.single-category .last {
clear: none !important;
}
.single-category .product-layout:nth-child(4) {
clear: left !important;
}
.single-category .banners + .banners {
display: none;
}
.single-category + * + .single-category .banners {
display: none;
}
.single-category + * + .single-category .banners + .banners {
display: block;
}
.product-thumb .cart-button {
margin-top: 9px;
}
.product-thumb .cart-button button + button {
margin-left: 30px;
}
#single-category2 #banner6, #single-category2 #banner7 {
display: none;
}
#single-category1 #banner3, #single-category1 #banner5 {
display: none;
}
#single-category2-accordion #banner6, #single-category2-accordion #banner7 {
display: none;
}
#single-category1-accordion #banner3, #single-category1-accordion #banner5 {
display: none;
}
/* =================== Product Image =================== */
.product-thumb .image {
position: relative;
padding: 5%;
}
.product-thumb .image > a {
display: block;
}
.product-thumb .image > a img {
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
margin: 0 auto;
}
.product-thumb .image > a:hover img {
opacity: .5;
}
/* =================== Product Caption =================== */
.table-responsive .product-thumb .rating {
position: relative;
bottom: auto;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
.single-category .product-thumb {
min-height: 320px;
}
}
.single-category .product-thumb .cart-button button + button {
margin-left: 20px;
}
.product-thumb {
min-height: 416px;
text-align: center;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
padding-bottom: 47px;
}
@media (min-width: 768px) and (max-width: 1199px) {
.product-thumb {
min-height: 350px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.product-thumb {
min-height: 300px;
}
}
.product-thumb .aside {
display: none;
}
.product-thumb .name {
font-size: 14px;
line-height: 26px;
color: #000;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
}
.product-thumb .name + * {
margin-top: 8px;
}
.product-thumb .description {
padding: 4%;
}
.product-thumb .price-old {
margin-top: -5px;
display: block;
}
.product-thumb .rating {
position: absolute;
bottom: 18px;
left: 0;
right: 0;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 0;
}
.product-thumb:hover .image > .quickview {
opacity: 1;
}
.product-thumb:hover .rating {
opacity: 1;
}
/* ================== Product List, Product Grid =================== */
.product-list .product-thumb .caption, .product-list .product-thumb .cart-button {
overflow: hidden;
}
.product-list .product-thumb {
padding-top: 30px;
margin-bottom: 30px;
}
.product-list .product-thumb .image, .product-list .product-thumb .caption, .product-list .product-thumb .aside {
float: left;
padding: 0 15px;
width: 33.3%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (min-width: 768px) {
.product-list .product-thumb {
min-height: 300px;
}
.product-list .product-thumb:before, .product-list .product-thumb:after {
display: table;
content: "";
line-height: 0;
}
.product-list .product-thumb:after {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.product-list .product-thumb {
min-height: 250px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.product-list .product-thumb {
min-height: 200px;
}
}
@media (min-width: 768px) {
.product-list .product-thumb .rating {
position: relative;
opacity: 1;
bottom: auto;
margin-top: 10px;
}
}
.product-list .product-thumb .aside {
display: block;
}
.product-list .product-thumb .aside .price {
margin-bottom: 20px;
}
.product-list .product-thumb .aside .cart-button button {
display: inline-block !important;
float: none;
}
.product-list .product-thumb .aside .cart-button button + button {
margin-left: 15px;
}
.product-list .product-thumb .caption {
border-right: 1px solid #cfd8dc;
}
.product-list .product-thumb > .price, .product-list .product-thumb > .cart-button {
display: none;
}
.product-list + .product-list .product-thumb {
border-top: 1px solid #cfd8dc;
padding-top: 30px;
}
.clearfix + .product-list .product-thumb {
border-top: 1px solid #cfd8dc;
padding-top: 30px;
}
.product-grid .product-thumb .image {
float: none;
}
/* ================== SALE, NEW Message =================== */
.sale, .new_pr {
font-size: 13px;
display: inline-block;
position: absolute;
top: 0;
left: 0;
background-color: #29d6f6;
color: #FFF;
line-height: 29px;
padding: 0 8px;
z-index: 9;
}
/* =================== Product Price =================== */
.product-thumb .price-new, .product-thumb .price-old, .product-thumb .price {
font-size: 14px;
line-height: 26px;
color: #90a4ae;
font-weight: 500;
}
.product-thumb .price {
height: 47px;
}
.product-thumb .price-old {
font-weight: 400;
}
.price-new, .price-old, .price {
display: inline-block;
font-size: 18px;
line-height: 20px;
color: #90a4ae;
font-family: 500;
}
.price-old {
font-weight: 400;
text-decoration: line-through;
vertical-align: top;
}
.price-section {
margin-top: 20px;
font-weight: 500;
}
.price-section .price-new, .price-section .price-section .price-old {
font-size: 30px;
color: #90a4ae;
line-height: 30px;
}
.price-section .price-old {
font-weight: 400;
font-size: 20px;
line-height: 30px;
}
.price-section .reward {
display: block;
margin-top: 10px;
}
.price-tax {
font-size: 12px;
}
.price-total {
font-weight: bold;
}
.price s {
font-size: 15px;
}
.stock, .out-stock {
font-weight: 500;
}
.stock {
color: #54B70B;
}
.out-stock {
color: #EE372A;
}
.product-thumb .price-tax {
color: #90a4ae;
font-size: 12px;
display: block;
}
/* =================== Product Rating =================== */
.fa-stack {
font-size: 18px;
line-height: 20px;
width: 1em;
height: 20px;
}
.fa-stack i {
color: #cfd8dc;
}
.fa-stack i.star {
color: #29d6f6;
}
.fa-stack-2x {
font-size: 1em;
}
.product-thumb .fa-stack {
font-size: 14px;
}
.rat {
color: #29d6f6;
}
/* =================== Product Quickview =================== */
.quick_info {
display: none;
}
.fancybox-skin:hover .fancybox-nav span {
visibility: visible;
}
.fancybox-nav {
height: 40px;
top: 50%;
width: 40px;
}
.fancybox-next {
right: -60px;
}
.fancybox-prev {
left: -60px;
}
.quickview_description {
overflow: auto;
max-height: 300px;
border: 1px solid #cfd8dc;
padding: 10px;
margin-top: 15px;
}
.quickview_description iframe {
width: 40% !important;
height: 200px !important;
float: left;
margin-right: 2em;
}
.quickview-style .inf {
font-size: 14px;
margin-bottom: 10px;
}
.quickview-style .product-btn-add {
margin-top: 10px;
}
.quickview-style .cart-button {
margin-top: 10px;
}
.quickview-style .rating {
margin-top: 5px;
}
.quickview-style .product-buttons {
display: inline-block;
margin-right: 0px;
}
.product-thumb .product-options {
display: none;
}
.ajax-overlay .product-options {
position: relative;
display: inline-block;
vertical-align: middle;
max-width: 450px;
min-width: 300px;
padding-bottom: 0;
border-bottom: none;
max-height: 80%;
backface-visibility: hidden;
}
.ajax-overlay .product-options h3 {
margin-top: 0;
}
.ajax-overlay .product-options .col-sm-8 {
text-align: left;
}
.ajax-overlay .product-options .options {
padding: 20px;
text-align: center;
background: #FFF;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
}
.ajax-overlay .product-options .ajax-overlay_close {
position: absolute;
right: 10px;
top: 10px;
font-size: 16px;
color: rgba(0, 0, 0, 0.5);
font-family: "material-design";
text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2);
}
.ajax-overlay .product-options .ajax-overlay_close:before {
content: '\e054';
}
.ajax-overlay .product-options .ajax-overlay_close:hover {
color: #000;
}
.ajax-overlay .product-option-wrap {
text-align: center;
height: 100%;
}
.ajax-overlay .product-option-wrap:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.ajax-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
z-index: 997;
}
.ajax-overlay.visible {
opacity: 1;
background: rgba(0, 0, 0, 0.7);
visibility: visible;
}
/*========================================================
Responsive Styles Product
=========================================================*/
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
width: 33.33%;
}
}
@media (min-width: 768px) {
.box .box-content .last {
clear: left;
}
.fancybox-next {
right: -30px;
}
.fancybox-prev {
left: -30px;
}
.product-reviews .fa-stack {
font-size: 14px;
}
}
@media (max-width: 767px) {
#content .product-layout {
width: 50%;
float: left;
text-align: center;
}
#content .product-layout + .product-layout {
margin-top: 0;
}
#content .product-layout.clr {
clear: both;
}
#content .single-category .product-layout {
width: 100%;
float: none;
}
.quickview_description iframe {
float: none;
width: 100% !important;
margin: 0 0 2em;
}
.product-list .product-thumb .image, .product-list .product-thumb .caption, .product-list .product-thumb .aside,
.product-grid .product-thumb .image,
.product-grid .product-thumb .caption,
.product-grid .product-thumb .aside {
float: none;
margin: 0 0 15px;
width: 100%;
}
.product-list .product-thumb .aside,
.product-grid .product-thumb .aside {
display: none;
}
.product-list .product-thumb .caption,
.product-grid .product-thumb .caption {
border-right: none;
}
.product-list .product-thumb > .price, .product-list .product-thumb .cart-button,
.product-grid .product-thumb > .price,
.product-grid .product-thumb .cart-button {
display: block;
}
.product-list + .product-list .product-thumb,
.product-grid + .product-list .product-thumb {
border-top: none;
padding-top: 0;
}
.clearfix + .product-list .product-thumb {
border-top: none;
padding: 0;
}
.product-layout {
margin-bottom: 20px;
}
}
@media (max-width: 600px) {
.quickview_description iframe,
.product-desc iframe {
height: 240px !important;
}
}
@media (max-width: 540px) {
#content .product-layout {
width: 100%;
float: none;
}
.product-thumb .product-options {
max-width: 95%;
}
.product-thumb .product-options [class*="col-xs"] {
float: left;
}
.product-thumb .product-options [class*="col-xs"] + [class*="col-xs"] {
margin-top: 0 !important;
}
}
/*========================================================
Box
=========================================================*/
.box {
margin-bottom: 30px;
}
.box .box-heading {
margin: 0 0 30px;
}
.box .box-heading h3 {
margin: 0;
font: 500 29px/26px "Rubik", sans-serif;
letter-spacing: 2px;
color: #000;
}
.box-heading.mod1 {
padding-right: 8px;
margin-bottom: 38px;
border-bottom: 2px solid #cfd8dc;
}
.box-heading.mod1:before, .box-heading.mod1:after {
display: table;
content: "";
line-height: 0;
}
.box-heading.mod1:after {
clear: both;
}
.box-heading.mod1 h3 {
float: left;
margin-bottom: 20px;
}
.box-heading.mod1 a {
margin-top: -8px;
float: right;
font-size: 14px;
line-height: 26px;
padding: 5px 14px;
letter-spacing: 1px;
text-transform: uppercase;
border: 2px solid #000;
color: #000;
font-weight: 500;
}
.box-heading.mod1 a:hover {
color: #fff;
background: #000;
}
.single-category .box-heading.mod1 {
margin-bottom: 0;
}
.single-category .box-heading.mod1 h3 {
max-width: 270px;
}
.single-category {
position: relative;
margin-top: 43px;
}
aside .box.blog-categories .box-heading h3, aside .box.blog-search .box-heading h3, aside .box.blog_articles .box-heading h3 {
font-size: 20px;
}
aside .box.blog-categories .box-heading.mod1 a, aside .box.blog-search .box-heading.mod1 a, aside .box.blog_articles .box-heading.mod1 a {
float: left;
}
@media (max-width: 767px) {
aside .box.blog-categories .box-heading.mod1 h3, aside .box.blog-search .box-heading.mod1 h3, aside .box.blog_articles .box-heading.mod1 h3 {
float: none;
}
aside .box.blog-categories .box-heading.mod1 a, aside .box.blog-search .box-heading.mod1 a, aside .box.blog_articles .box-heading.mod1 a {
float: none;
}
aside .box.blog-categories .box-heading.mod1:after, aside .box.blog-search .box-heading.mod1:after, aside .box.blog_articles .box-heading.mod1:after {
top: 14px;
}
}
aside .box .box-heading {
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 2px solid #cfd8dc;
text-transform: uppercase;
}
aside .box .box-heading h3 {
font-size: 25px;
}
aside .box .product-layout {
width: 100%;
}
aside .box .product-layout + .product-layout {
margin-top: 30px;
}
aside [class*="col-"], aside .container {
width: 100%;
padding: 0;
}
aside .row {
margin: 0;
}
/*========================================================
Responsive Box
=========================================================*/
@media (max-width: 1199px) {
.box .box-heading h3, aside .box .box-heading h3 {
font-size: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.box.info .box-content ul a {
padding: 13px 5px;
}
aside .box .box-heading h3 {
font-size: 14px;
}
}
@media (max-width: 767px) {
aside .box .box-heading {
position: relative;
cursor: pointer;
}
aside .box .box-heading:after {
content: '\f055';
position: absolute;
right: 5px;
top: 4px;
font-size: 21px;
font-family: "FontAwesome";
color: #000;
}
aside .box .box-heading.active:after {
content: '\f056';
}
}
@media (min-width: 550px) and (max-width: 767px) {
aside .box .product-thumb {
width: 60%;
margin: 0 auto 30px;
}
}
/*========================================================
Buttons
=========================================================*/
.buttons {
margin: 1em 0;
}
.buttons:before, .buttons:after {
display: table;
content: "";
line-height: 0;
}
.buttons:after {
clear: both;
}
.buttons .btn {
padding: 7px 20px;
margin-bottom: 10px;
-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.3);
box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.buttons .btn:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.buttons .btn i {
font-size: 28px;
margin: 0 5px;
display: inline-block;
line-height: 20px;
vertical-align: middle;
}
.buttons .pull-right .btn {
background: #29d6f6;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
text-transform: uppercase;
margin-right: 10px;
}
.buttons .pull-right .btn:hover {
background: #000;
}
.buttons .checkout,
.buttons .checkout:focus,
.buttons .checkout:visited {
background: #54B70B;
text-transform: uppercase;
}
.buttons .checkout:hover,
.buttons .checkout:focus:hover,
.buttons .checkout:visited:hover {
background: #29d6f6 !important;
}
.input-group-btn .btn {
padding: 7px 12px;
}
.input-group-btn .btn i {
font-size: 15px;
line-height: 18px;
}
.agree b {
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.agree:hover b {
color: #29d6f6;
}
#button-coupon, #button-voucher {
margin-top: -5px;
}
@media (max-width: 479px) {
#button-coupon, #button-voucher {
display: block;
float: left;
}
}
/* ================ Default Buttons BEGIN =============== */
.btn:visited, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger,
.btn {
font-size: 14px;
color: #FFF;
background: #000;
text-shadow: none;
border-radius: 0;
border: none;
padding: 12px 16px;
outline: none;
}
.btn:hover,
.btn:focus {
background: #29d6f6;
color: #FFF;
outline: none !important;
}
/*================ Product Buttons BEGIN ===============*/
.product-btn {
background: none;
color: #cfd8dc;
padding: 0;
}
.product-btn i {
font-size: 24px;
line-height: 26px;
}
.product-btn:hover {
background: none;
color: #29d6f6;
}
i {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.product-btn-add {
background: none;
color: #cfd8dc;
padding: 0;
}
.product-btn-add i {
font-size: 24px;
line-height: 26px;
}
.product-btn-add:hover {
background: none;
color: #29d6f6;
}
.table-responsive .product-btn-add {
color: #000;
}
.table-responsive .product-btn-add i {
font-size: 22px;
float: left;
line-height: 14px;
margin-right: 5px;
}
.table-responsive .product-btn-add:hover {
color: #29d6f6;
}
/* ================ QuickView =============== */
.product-thumb .image > .quickview {
position: absolute;
left: 50%;
top: 50%;
display: inline-block;
opacity: 0;
padding: 6px 12px;
text-transform: uppercase;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: rgba(33, 150, 243, 0.7);
color: #FFF;
z-index: 1;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.product-thumb .image > .quickview:hover {
background: #29d6f6;
}
/* ================ Product page buttons =============== */
.product-buttons {
margin: 10px -5px 1em;
padding: 0;
}
.product-buttons:before, .product-buttons:after {
display: table;
content: "";
line-height: 0;
}
.product-buttons:after {
clear: both;
}
.product-buttons li {
display: inline-block;
margin-right: 10px;
list-style: none;
}
.product-buttons li button {
display: inline-block;
background: none;
color: #cfd8dc;
padding: 0;
}
.product-buttons li button:hover {
color: #29d6f6;
background: none;
}
.product_page .product-buttons li button, .product_page #button-cart {
color: #000;
margin-top: 11px;
text-transform: uppercase;
}
.product_page .product-buttons li button i, .product_page #button-cart i {
float: left;
margin-right: 5px;
line-height: 17px;
}
.product_page .product-buttons li button:hover, .product_page #button-cart:hover {
color: #29d6f6;
}
#button-cart {
display: block;
float: left;
margin-right: 40px;
}
@media (max-width: 479px) {
#button-cart {
margin-right: 0;
float: none;
margin-top: 10px !important;
}
}
/*========================================================
Responsive styles Buttons
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
.account-wishlist table td .btn {
padding: 10px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.table-bordered > tbody > tr > .text-right {
padding: 5px;
}
.account-wishlist table td .btn {
padding: 6px;
}
}
@media (max-width: 767px) {
#grid-view, #list-view {
display: none;
}
.product-thumb .image > .quickview {
display: none;
}
}
@media (max-width: 479px) {
.buttons .pull-left, .buttons .pull-right {
float: none !important;
margin-left: 0;
}
}
@media (max-width: 410px) {
.account-address .table td a {
display: block;
}
.account-address .table td a + a {
margin-top: 5px;
}
}
/*========================================================
Form Styles
=========================================================*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
display: block;
width: 100%;
background: #f5f5f5;
border: 1px solid #cfd8dc;
color: #000;
font-size: 14px;
height: 40px;
line-height: 24px;
padding: 8px 10px 8px 20px;
outline: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
-webkit-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
-moz-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
}
select:hover {
cursor: pointer;
}
input[name*="quantity"] {
display: inline-block;
width: 40px;
text-align: center;
padding-left: 5px;
padding-right: 5px;
vertical-align: middle;
}
textarea:not([class*="habla"]) {
min-height: 200px;
}
select {
display: none;
}
.counter, .counter:focus {
display: inline-block;
height: 40px;
width: 40px;
color: #000;
background: #f5f5f5;
line-height: 40px;
text-align: center;
font-size: 20px;
vertical-align: middle;
}
.counter:hover, .counter:focus:hover {
background: #ededed;
color: #29d6f6;
}
@media (max-width: 767px) {
.counter, .counter:focus {
display: none;
}
}
@media (max-width: 767px) {
#product .counter {
display: inline-block;
}
}
.input-group-btn .btn {
height: 40px;
padding-top: 0;
padding-bottom: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.sbHolder {
background-color: #f5f5f5;
border: 1px solid #cfd8dc;
height: 40px;
position: relative;
width: 100%;
text-align: left;
color: #000;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-width: 120px;
}
.sbHolder:hover {
background: #ededed;
}
.sbHolder:focus {
border-color: rgba(82, 168, 236, 0.8);
-webkit-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
-moz-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
}
.sbSelector {
display: block;
height: 100%;
line-height: 24px;
position: absolute;
left: 0;
top: 0;
right: 30px;
padding: 8px 10px 8px 15px;
overflow: hidden;
white-space: nowrap;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.sbSelector:hover {
color: inherit;
}
.sbToggle {
display: block;
height: 100%;
outline: none;
position: absolute;
right: 0;
top: 0;
width: 30px;
text-align: center;
color: inherit;
font-family: "material-design";
line-height: 40px;
font-size: 28px;
}
.sbToggle:before {
content: "оБ±";
display: block;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.sbToggle:hover {
color: inherit;
}
.sbToggleOpen:before {
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.sbHolderDisabled {
background-color: #3C3C3C;
border: solid 1px #515151;
}
.sbOptions {
background-color: #f5f5f5;
list-style: none;
left: 0;
margin: 0;
padding: 10px 0;
position: absolute;
right: 0;
z-index: 1;
overflow-y: auto;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
border-top: 1px solid #cfd8dc;
}
.sbOptions li a {
display: block;
padding: 8px 20px 8px 10px;
color: #000;
}
.sbOptions li a:hover {
background: #ededed;
}
input[type="radio"] {
display: none;
}
input[type="radio"] + label {
position: relative;
padding-left: 30px;
line-height: 20px;
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
content: '';
position: absolute;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"] + label:before {
top: 2px;
left: 0;
width: 16px;
height: 16px;
border: 1px solid #cfd8dc;
background: #f5f5f5;
}
input[type="radio"] + label:after {
top: 4px;
left: 2px;
width: 12px;
height: 12px;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
input[type="radio"]:checked + label:after {
background: #29d6f6;
}
.radio-inline {
margin-right: 5px;
}
input[type="checkbox"] {
display: none;
}
input[type="checkbox"] + label {
position: relative;
padding-left: 20px;
cursor: pointer;
}
input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
content: '';
position: absolute;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
top: 3px;
left: 0;
width: 14px;
height: 14px;
}
input[type="checkbox"] + label:before {
background: #e5e5e5;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
input[type="checkbox"] + label:after {
text-align: center;
line-height: 14px;
font-family: "FontAwesome";
color: #29d6f6;
}
input[type="checkbox"]:checked + label:after {
content: "пАМ";
}
input[type="checkbox"][disabled] + label {
color: #e2e2e2;
}
input[type="checkbox"][name="agree"] + label {
margin-bottom: 10px;
}
input[type="checkbox"][name="agree"] + label:before, input[type="checkbox"][name="agree"] + label:after {
top: 0;
}
/*========================================================
Menu styles
=========================================================*/
.nav__primary .menu {
display: inline-block;
}
.nav__primary .menu:before, .nav__primary .menu:after {
display: table;
content: "";
line-height: 0;
}
.nav__primary .menu:after {
clear: both;
}
.nav__primary .menu > li {
float: left;
}
.nav__primary .menu > li + li {
margin-left: 20px;
}
.nav__primary {
padding: 0;
position: relative;
}
.nav__primary ul {
list-style: none;
margin: 0;
padding: 0;
}
/*================ Menu ===============*/
.nav__primary .menu {
position: relative;
}
.nav__primary .menu li.sfHover > a, .nav__primary .menu li > a:hover, .nav__primary .menu li > a.active {
background: #fff;
color: #29d6f6;
}
.nav__primary .menu > li + li {
margin-left: 31px;
}
.nav__primary .menu li > a {
display: block;
font-size: 14px;
line-height: 20px;
color: #fff;
font-weight: 500;
letter-spacing: 1px;
padding: 4px 8px;
text-transform: uppercase;
}
/*================ Sub-menu lvl1 ===============*/
.nav__primary .menu ul {
display: none;
padding: 42px 68px 32px 42px;
position: absolute;
z-index: 109;
width: 50%;
background: #fff;
top: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
margin-top: 20px;
}
.nav__primary .menu ul:before, .nav__primary .menu ul:after {
display: table;
content: "";
line-height: 0;
}
.nav__primary .menu ul:after {
clear: both;
}
.nav__primary .menu > li {
position: initial;
}
/*================ Sub-menu lvl1 item ===============*/
.nav__primary .menu ul > li {
position: relative;
text-align: left;
display: inline-block;
width: 250px;
float: left;
}
.nav__primary .menu ul > li + li {
margin-right: 30px;
margin-top: 6px;
}
.nav__primary .menu ul a {
display: inline-block;
color: #000;
font-size: 14px;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
background: none;
padding: 0;
}
.nav__primary .menu ul li.active > a, .nav__primary .menu ul a:hover {
color: #29d6f6 !important;
background: none;
}
.nav__primary .menu ul li.sfHover > a {
color: #000;
background: none;
}
/*================ Sub-menu lvl2 ===============*/
.nav__primary .menu ul ul {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
position: relative;
display: block !important;
height: auto !important;
background: none;
padding: 0;
display: none;
table-layout: fixed;
}
.nav__primary .menu ul ul a {
font-size: 14px;
color: #959595;
letter-spacing: 0;
line-height: 30px;
color: #9e9e9e;
font-weight: 400;
text-transform: capitalize;
}
.nav__primary .menu ul ul > li {
position: relative;
display: block;
opacity: 1 !important;
margin-left: 30px;
}
.nav__primary .menu ul ul:before {
display: none;
}
.menu-gadget {
display: none !important;
}
.nav__primary .menu > li > ul:before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #fff transparent;
top: -5px;
left: 22px;
display: inline-block;
}
/*
.nav__primary .menu > li > .sf-with-ul {
position: relative;
&:before {
position: absolute;
left: 50%;
top: 62%;
margin-left: -6px;
content: '\f0d7';
font: 400 12px/12px 'FontAwesome';
display: none;
}
}
.nav__primary .menu ul > li > .sf-with-ul {
position: relative;
&:before {
position: absolute;
right: 20px;
top: 50%;
margin-top: -7px;
content: '\f054';
font: 400 14px/14px 'FontAwesome';
display: none;
}
}
.sfHover .sfHover .sf-with-ul,{
&:before {
content: '\f078';
}
}
*/
@media (max-width: 1199px) {
.nav__primary .menu > li + li {
margin-left: 15px;
}
.nav__primary .menu ul > li {
width: 180px;
}
}
@media (max-width: 767px) {
.nav__primary .menu {
display: none;
}
}
/*================== Stuck menu ======================*/
.stuck-menu {
width: auto !important;
}
.ajax-overlay-open .scroll-fix {
z-index: 996;
}
@media only screen and (min-width: 991px) {
.scroll-fix {
top: 0;
left: 0;
right: 0;
z-index: 10000;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
background: #f5f5f5;
padding: 22px 0 0px;
}
.scroll-fix.stuck-menu {
background: #151718;
position: fixed;
}
}
.common-home .scroll-fix.stuck-menu {
padding-top: 22px;
}
@media only screen and (max-width: 991px) {
.stuck-menu {
position: static;
}
.stuck-menu + .stuck-menu {
display: none;
}
}
/*================== RD Mobile Menu =====================*/
.rd-mobilemenu {
display: none;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 999;
text-align: left;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.rd-mobilemenu.active {
right: 0;
}
.rd-mobilemenu_ul {
position: fixed;
top: -56px;
left: 0;
bottom: -56px;
width: 240px;
padding: 132px 0 76px;
color: #666;
background: #FFF;
font-size: 14px;
line-height: 20px;
overflow: auto;
-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
-moz-transform: translateX(-240px);
-ms-transform: translateX(-240px);
-o-transform: translateX(-240px);
-webkit-transform: translateX(-240px);
transform: translateX(-240px);
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
.rd-mobilemenu_ul a {
display: block;
padding: 14px 45px 16px 25px;
}
.rd-mobilemenu_ul a.active {
background: #f5f5f5;
color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
background: #29d6f6;
color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
position: absolute;
top: 50%;
right: 11px;
margin-top: -17.5px;
width: 32px;
height: 32px;
font: 400 10px "FontAwesome";
line-height: 32px;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
z-index: 1;
background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
background: #FFF;
color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.rd-mobilemenu_ul ul {
list-style-type: none;
padding-left: 0;
}
.rd-mobilemenu_ul ul a {
padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
padding-left: 60px;
}
.rd-mobilemenu_ul:after {
content: '';
display: block;
height: 20px;
}
.rd-mobilepanel {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
height: 56px;
background: #FFF;
color: #000;
-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
z-index: 10000;
}
.rd-mobilepanel_title {
position: fixed;
top: 4px;
left: 52px;
right: 108px;
color: #000;
font-size: 24px;
line-height: 48px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.rd-mobilepanel_toggle {
background: none;
border: none;
display: inline-block;
padding: 0;
outline: none;
outline-offset: 0;
cursor: pointer;
-webkit-appearance: none;
position: fixed;
top: 4px;
left: 4px;
width: 48px;
height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
border: none;
padding: 0;
}
.rd-mobilepanel_toggle span {
position: relative;
display: block;
margin: auto;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
content: "";
position: absolute;
left: 0;
top: -8px;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
width: 24px;
height: 4px;
background-color: #000;
backface-visibility: hidden;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.rd-mobilepanel_toggle span {
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
-moz-transform-origin: 1.71429px center;
-ms-transform-origin: 1.71429px center;
-o-transform-origin: 1.71429px center;
-webkit-transform-origin: 1.71429px center;
transform-origin: 1.71429px center;
-moz-transform-origin: 1.71429px center;
-ms-transform-origin: 1.71429px center;
-o-transform-origin: 1.71429px center;
-webkit-transform-origin: 1.71429px center;
transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
top: 0;
width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
-webkit-transform: rotate3d(0, 0, 1, -40deg);
transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
-webkit-transform: rotate3d(0, 0, 1, 40deg);
transform: rotate3d(0, 0, 1, 40deg);
}
@media (max-width: 767px) {
body {
padding-top: 56px;
}
.rd-mobilemenu, .rd-mobilepanel {
display: block;
}
.cart {
right: 40px;
height: 56px;
z-index: 10001;
}
.cart > button {
line-height: 56px;
}
header .nav {
right: 10px;
z-index: 10001;
}
header .nav > .toggle {
line-height: 56px;
}
.cart > button, .nav > .toggle {
color: #000;
font-size: 28px;
}
.cart > button:hover, .nav > .toggle:hover {
color: #29d6f6;
}
}
@media (max-width: 400px) {
.rd-mobilepanel_title {
font-size: 18px;
}
.cart > button, header .nav > .toggle {
font-size: 22px;
}
}
/*========================================================
Banners
=========================================================*/
.banners > div .banner-box {
position: relative;
color: #fff;
}
.banners > div .banner-box > a {
display: block;
}
.banners > div .banner-box h2 {
font-size: 34px;
line-height: 55px;
font-weight: 500;
color: #fff;
letter-spacing: 2px;
}
.banners > div .s-desc {
position: absolute;
top: 50%;
margin-top: -80px;
padding-bottom: 10px;
left: 0;
right: 0;
text-align: center;
}
.banners > div .s-desc span {
margin-top: -5px;
display: inline-block;
font-size: 15px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 2px;
padding: 13px 38px;
color: #fff;
border: 3px solid #fff;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banners > div .s-desc span:hover {
background: #fff;
color: #29d6f6;
}
/*========================================================
Responsive Banners
=========================================================*/
@media (max-width: 767px) {
.banners > div .banner-box {
display: inline-block;
}
.banners > div .banner-box > a img {
width: 100%;
}
}
@media (max-width: 479px) {
.banners > div .banner-box h2 {
font-size: 30px;
line-height: 50px;
}
}
/*========================================================
HTML boxes
=========================================================*/
.box_html.counter-box {
padding-top: 100px;
padding-bottom: 100px;
}
.box_html.counter-box .counter-digit {
font-size: 63px;
line-height: 60px;
font-weight: 300;
letter-spacing: 5px;
color: #fff;
}
.box_html.counter-box h5 {
font-size: 14px;
line-height: 30px;
letter-spacing: 1px;
font-weight: 500;
color: #fff;
}
.box_html.top-brands {
padding-top: 43px;
padding-bottom: 12px;
}
.box_html.top-brands li {
text-align: center;
}
.box_html.top-brands li a {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
border: 2px solid transparent;
}
.box_html.top-brands li a:hover {
opacity: 0.5;
border-color: #000;
}
.box_html.top-brands h3 {
font-size: 29px;
line-height: 26px;
letter-spacing: 2px;
}
@media (max-width: 1199px) {
.box_html.top-brands h3 {
font-size: 20px;
}
}
/*========================================================
Responsive HTML boxes
=========================================================*/
@media (max-width: 991px) {
.box_html.top-brands .flex-list {
text-align: center;
}
.box_html.top-brands li {
width: 33%;
display: inline-block;
}
}
@media (max-width: 767px) {
.box_html.counter-box {
padding-top: 0;
padding-bottom: 0;
}
.box_html.top-brands li {
width: 48%;
display: inline-block;
}
}
.owl-carousel {
position: relative;
direction: ltr !important;
margin: 0 -15px;
width: auto;
}
.owl-carousel .owl-item {
padding: 0 15px;
width: auto;
height: auto;
display: block;
}
.blog-carousel.owl-carousel .owl-wrapper-outer {
overflow: visible;
}
.blog-carousel.owl-carousel .owl-wrapper-outer:after, .blog-carousel.owl-carousel .owl-wrapper-outer:before {
content: '';
background: #eceff1;
opacity: 0.5;
position: absolute;
bottom: 0;
top: 0;
left: -100%;
width: 100%;
z-index: 1;
}
.blog-carousel.owl-carousel .owl-wrapper-outer:after {
left: auto;
right: -100%;
}
.blog-carousel.owl-carousel .owl-buttons .owl-prev, .blog-carousel.owl-carousel .owl-buttons .owl-next {
top: -8px;
left: auto;
right: 45px;
}
.blog-carousel.owl-carousel .owl-buttons .owl-prev {
right: 55px;
}
@media (max-width: 767px) {
.blog-carousel.owl-carousel .owl-buttons .owl-prev {
right: 65px;
}
.blog-carousel.owl-carousel .owl-buttons .owl-next {
right: 35px;
}
}
.blog-carousel.owl-carousel:hover .owl-buttons .owl-prev {
right: 65px;
left: auto;
}
.blog-carousel.owl-carousel:hover .owl-buttons .owl-next {
right: 35px;
left: auto;
}
.owl-carousel .owl-buttons div {
opacity: 0;
color: #000;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
transition: all .3s ease;
font-size: 40px;
margin: -20px 0 0;
}
.owl-carousel .owl-buttons div:hover {
color: #29d6f6;
}
.owl-carousel .owl-buttons .owl-prev {
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
left: -50px;
}
.owl-carousel .owl-buttons .owl-next {
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
right: -50px;
}
.owl-carousel:hover .owl-buttons div {
opacity: 0.7;
}
.owl-carousel:hover .owl-buttons .owl-prev {
left: 10px;
}
.owl-carousel:hover .owl-buttons .owl-next {
right: 10px;
}
@media (max-width: 1199px) {
.owl-carousel .owl-buttons .owl-prev, .owl-carousel .owl-buttons .owl-next {
top: 45%;
}
.owl-carousel .owl-buttons .owl-prev {
left: 10px;
}
.owl-carousel .owl-buttons .owl-next {
right: 10px;
}
}
@media (max-width: 767px) {
.owl-carousel .owl-buttons div {
opacity: .7;
}
}
@media (max-width: 991px) {
.related-products .owl-carousel:hover .owl-buttons .owl-prev {
left: -5px;
}
.related-products .owl-carousel:hover .owl-buttons .owl-next {
right: -5px;
}
}
@media (max-width: 767px) {
.related-products .owl-carousel:hover .owl-buttons .owl-prev {
left: 10px;
}
.related-products .owl-carousel:hover .owl-buttons .owl-next {
right: 10px;
}
}
.testimonials.owl-carousel .owl-buttons {
margin-top: 30px;
}
.testimonials.owl-carousel .owl-buttons div {
opacity: 1;
position: static;
display: inline-block;
margin: 0 5px;
}
.owl-pagination {
text-align: center;
top: 40px;
position: relative;
}
.owl-controls .owl-page {
display: inline-block;
margin: 0px 6px;
}
.owl-controls .owl-page span {
display: block;
width: 11px;
height: 11px;
background: rgba(0, 0, 0, 0.5);
border-radius: 20px;
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.owl-controls .owl-page.active span {
background: rgba(0, 0, 0, 0.9);
}
/*========================================================
Blog Styles
=========================================================*/
.blog_article {
margin-bottom: 40px;
}
.blog_article .btn {
margin-top: 30px;
}
.blog_article + .blog_article {
padding-top: 40px;
border-top: 1px solid #cfd8dc;
}
.article-info .article-sub-title {
text-align: center;
}
.article-info .btn {
margin-top: 15px;
}
.article-info .tab-content {
margin-top: 0;
padding-top: 55px !important;
}
@media (max-width: 991px) {
.article-info .product-layout [class*="col-"] {
margin-top: 15px;
}
}
@media (max-width: 767px) {
.article-info .product-layout {
width: 100% !important;
}
.article-info .product-layout .product-thumb {
min-height: auto !important;
display: inline-block;
}
}
.article-image {
text-align: center;
}
.simple_blog-article-view h1:after {
margin-bottom: 15px;
}
.simple_blog-article .article-description {
text-align: left;
height: auto;
}
@media (max-width: 767px) {
.simple_blog-article .article-description {
text-align: center;
}
}
@media (max-width: 767px) {
.simple_blog-article .blog_article .article-description {
text-align: left;
}
}
.simple_blog-article-view .article-description {
height: auto;
}
.article-cnt {
background: #fff;
padding-bottom: 36px;
}
aside .article-title {
font-weight: 400;
}
.article-title {
font-size: 14px;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
color: #000;
text-transform: uppercase;
text-align: center;
padding: 3px 25px;
}
.article-title a:after {
margin-top: 18px;
content: '';
height: 2px;
width: 110px;
margin-left: auto;
margin-right: auto;
display: block;
background: #cfd8dc;
}
* + .article-title {
margin-top: 25px;
}
* + .article-description {
margin-top: 18px;
text-align: center;
padding: 3px 18px;
height: 106px;
overflow: hidden;
}
.article-sub-title {
font-size: 14px;
color: #000;
font-weight: 400;
}
.article-sub-title span:before {
font-size: 18px;
font-family: "material-design";
color: #29d6f6;
line-height: inherit;
margin-right: 5px;
vertical-align: bottom;
}
.article-sub-title span + span {
margin-left: 20px;
}
.article-sub-title + * {
margin-top: 30px;
}
.article-description ul, .article-description ol {
padding-left: 0;
list-style-type: none;
margin: 35px 0 45px;
}
.article-description ul li, .article-description ol li {
position: relative;
color: #29d6f6;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
padding-left: 50px;
}
.article-description ul li:before, .article-description ol li:before {
position: absolute;
left: 0;
top: 0;
}
.article-description ul li + li, .article-description ol li + li {
margin-top: 16px;
}
.article-description ul li:before {
content: '\e18e';
font-size: 28px;
font-family: "material-design";
}
.article-description ol {
counter-reset: list;
}
.article-description ol li {
counter-increment: list;
}
.article-description ol li:before {
content: counter(list,decimal-leading-zero) ".";
color: #000;
font-size: 16px;
font-weight: 700;
}
.article-description + * {
margin-top: 20px;
}
.related-article h4 {
text-transform: uppercase;
color: #29d6f6;
}
.related-article h4 a:hover {
color: #000;
}
.related-article .article-sub-title {
text-align: left;
}
.related-article .article-sub-title span + span {
margin-left: 5px;
}
.related-article .row + .row {
margin-top: 30px;
}
.related-article .image {
margin-top: 5px;
}
.author-info .image {
float: left;
margin: 5px 30px 10px 0;
}
.article-comment {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #cfd8dc;
}
.article-comment .author {
float: left;
text-transform: uppercase;
font-size: 16px;
margin-bottom: 10px;
}
.article-comment .reply-message {
float: right;
text-transform: uppercase;
color: #29d6f6;
}
.article-comment .reply-message a:hover {
color: #000;
}
.article-comment .comment-date {
clear: both;
color: #000;
text-transform: uppercase;
}
.article-comment .comment-date:before {
content: '\e053';
font-size: 15px;
color: #29d6f6;
font-family: "material-design";
margin-right: 5px;
}
.article-comment .text {
margin-top: 15px;
}
.article-comment .article-reply {
margin: 30px 0 0 60px;
}
.reply-cancel {
font-size: 16px;
color: #29d6f6;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
text-transform: uppercase;
float: right;
margin-top: 10px;
}
@media (max-width: 991px) {
.reply-cancel {
float: none;
}
}
.reply-cancel:hover {
color: #000;
}
aside .blog_articles .article-title {
font-size: 16px;
}
aside .blog_articles .col-sm-4 + .col-sm-4 {
margin-top: 30px;
}
aside .blog_articles * + .article-description {
margin-top: 15px;
}
aside .blog-categories .box-heading {
margin-bottom: 0;
}
aside .blog-categories ul > li {
position: relative;
}
aside .blog-categories ul > li > i {
position: absolute;
top: 10px;
right: 10px;
color: #000;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
cursor: pointer;
font-size: 20px;
}
aside .blog-categories ul > li > i:hover {
color: #29d6f6;
}
aside .blog-categories ul > li > a {
background: #f5f5f5;
display: block;
color: #000;
font-size: 16px;
text-transform: uppercase;
font-weight: 400;
padding: 10px 10px 10px 20px;
}
aside .blog-categories ul > li > a:hover {
background: #ededed;
}
aside .blog-categories ul > li + li {
border-top: 1px solid #cfd8dc;
}
aside .blog-categories ul ul {
display: none;
padding: 0;
list-style-type: none;
border-top: 1px solid #cfd8dc;
}
aside .blog-categories ul ul a {
padding-left: 40px;
}
aside #blog-search {
margin: 15px 0 0;
position: relative;
}
aside #blog-search input {
padding-right: 35px;
}
aside #blog-search a {
display: inline-block;
position: absolute;
right: 10px;
font-size: 16px;
line-height: 40px;
top: 0;
color: #000;
font-family: "FontAwesome";
}
aside #blog-search a:before {
content: '\f002';
}
aside #blog-search a:hover {
color: #29d6f6;
}
.simple_blog-article-view .product_tabs .nav-tabs {
width: 25%;
}
.simple_blog-article-view .product_tabs .tab-content {
width: 75%;
}
/*========================================================
Blog Styles Responsive
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
.article-sub-title span + span {
margin-left: 5px;
}
}
@media (max-width: 991px) {
.article-image {
margin-bottom: 15px;
}
}
@media (max-width: 767px) {
.simple_blog-article-view .product_tabs .nav-tabs, .simple_blog-article-view .product_tabs .tab-content {
width: 100%;
}
}
@media (max-width: 600px) {
.reply-cancel {
float: none;
display: block;
}
}
@media (max-width: 479px) {
.article-sub-title span {
display: block;
}
.article-sub-title span + span {
margin: 10px 0 0;
}
}
.newsletter {
margin-top: 60px;
border-top: 2px solid #cfd8dc;
padding-top: 38px;
padding-bottom: 23px;
margin-bottom: 0;
text-align: center;
}
.newsletter .box-heading {
display: none;
}
.newsletter .box-content {
display: inline-block;
background: none;
padding: 0;
}
.newsletter .box-content .newsletter-description {
float: left;
display: inline-block;
text-transform: uppercase;
color: #000;
letter-spacing: 1px;
font-weight: 500;
font-size: 15px;
line-height: 40px;
}
.newsletter .box-content #tm-newsletter-form {
float: right;
margin-left: 20px;
}
@media (max-width: 767px) {
.newsletter .box-content #tm-newsletter-form {
margin-left: 0;
}
}
.newsletter .box-content .tm-login-form {
display: inline-block;
}
.newsletter .box-content input[type="text"] {
font-size: 13px;
line-height: 26px;
color: #000;
display: inline-block;
border: 2px solid #cfd8dc;
background: #fff;
height: 40px;
width: 270px;
}
.newsletter .box-content input[type="text"]:focus {
outline: none;
}
.newsletter .box-content input[type="text"]::-webkit-input-placeholder {
color: #b0bec5;
}
.newsletter .box-content input[type="text"]:-moz-placeholder {
color: #b0bec5;
}
.newsletter .box-content input[type="text"]::-moz-placeholder {
color: #b0bec5;
}
.newsletter .box-content input[type="text"]:-ms-input-placeholder {
color: #b0bec5;
}
.newsletter .dropdown-btn {
margin-left: 11px;
background: none;
text-transform: uppercase;
border: 2px solid #000;
padding: 7.5px 28px 8px;
display: inline-block;
letter-spacing: 1px;
font-weight: 500;
color: #000;
}
.newsletter .dropdown-btn i {
margin-right: 5px;
display: none;
}
.newsletter .dropdown-btn:hover {
color: #fff;
background: #000;
}
.newsletter-error, .newsletter-success {
display: block;
text-align: center;
margin-top: 5px;
font-size: 16px;
line-height: 20px;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.newsletter-error {
color: #D4323D;
text-align: left;
padding-left: 5px;
}
.newsletter-success {
color: #55C65E;
text-align: left;
padding-left: 5px;
}
@media (max-width: 767px) {
.newsletter .box-content .newsletter-description {
float: none;
display: block;
}
}
@media (max-width: 440px) {
.newsletter .tm-login-form, .newsletter .dropdown-btn {
margin-top: 10px;
}
.newsletter .box-content .newsletter-description {
line-height: 24px;
}
}
/*========================================================
Tab Products Module
=========================================================*/
.module_tab {
clear: both;
margin-top: 0px;
}
.module_tab .nav-tabs {
padding: 0;
text-align: center;
border: none;
display: inline-block;
margin-left: 300px;
top: 2px;
position: absolute;
}
.module_tab .nav-tabs:before, .module_tab .nav-tabs:after {
display: table;
content: "";
line-height: 0;
}
.module_tab .nav-tabs:after {
clear: both;
}
@media (max-width: 1199px) {
.module_tab .nav-tabs {
margin-left: 243px;
}
}
@media (max-width: 991px) {
.module_tab .nav-tabs {
margin-left: 187px;
}
}
.module_tab .nav-tabs > li {
float: none;
display: inline-block;
border: none;
}
.module_tab .nav-tabs > li + li {
margin-left: 40px;
}
.module_tab .nav-tabs > li a {
border: none;
font-size: 14px;
line-height: 26px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
padding: 0;
background: none;
}
.module_tab .nav-tabs > li a:after {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
content: '';
display: block;
margin-top: 15px;
height: 5px;
background: transparent;
}
.module_tab .nav-tabs > li > a, .module_tab .nav-tabs > li > a:focus {
color: #000;
}
.module_tab .nav-tabs > li.active > a, .module_tab .nav-tabs > li > a:hover {
border: none;
background: none;
}
.module_tab .nav-tabs > li.active > a:after, .module_tab .nav-tabs > li > a:hover:after {
background: #000;
}
.tab-content {
margin-top: 30px;
}
/*========================================================
Tab Products Module Responsive Layout
=========================================================*/
/* =================== Instagram =================== */
.instagram {
padding-top: 96px;
padding-bottom: 71px;
}
.instagram .box-heading {
margin-bottom: 36px;
}
.instagram h3 {
font-size: 29px;
line-height: 26px;
color: #000;
letter-spacing: 2px;
}
.instagram h3 span {
font-size: 14px;
display: block;
color: #78909c;
margin-bottom: 12px;
letter-spacing: 1px;
}
@media (max-width: 1199px) {
.instagram h3 {
font-size: 20px;
}
.instagram h3 span {
font-size: 12px;
line-height: 18px;
}
}
.instagram a span {
display: none;
}
.instagram a {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.instagram a:hover {
opacity: 0.5;
}
@media (max-width: 767px) {
.instagram a {
margin-top: 15px;
}
}
/* =================== Breadcrumb =================== */
.breadcrumb {
margin: 15px 0;
padding: 13px 5px;
border-radius: 0;
background: #f5f5f5;
font-size: 14px;
line-height: 20px;
}
.breadcrumb a {
display: inline-block;
}
.breadcrumb a:hover i {
color: #000;
}
.breadcrumb > li {
position: relative;
white-space: nowrap;
}
.breadcrumb > li + li:before {
content: '\e0c2';
padding: 0;
font-family: "material-design";
font-size: 20px;
line-height: 20px;
vertical-align: middle;
}
.breadcrumb i {
color: #29d6f6;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.breadcrumb i:before {
content: '\e0ba';
font-family: "material-design";
}
/* =================== Product Page =================== */
.product-share {
height: 32px;
margin-top: 1em;
}
.review-form-title {
text-align: center;
}
.review-form-title h3 {
cursor: pointer;
position: relative;
border-bottom: 1px solid #cfd8dc;
padding: 0 10px 5px;
display: inline-block;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.review-form-title h3:before {
position: absolute;
bottom: -20px;
left: 50%;
width: 0;
height: 0;
border: 10px solid transparent;
border-top-color: #cfd8dc;
content: '';
margin-left: -10px;
}
.review-form-title h3:hover {
color: #29d6f6;
}
.product-rating-status .review-link {
position: relative;
padding-left: 7px;
margin-left: 7px;
}
.product-rating-status .review-link:before {
content: '';
position: absolute;
left: 0;
top: -2px;
bottom: -4px;
width: 1px;
background: #cfd8dc;
}
.rating-section a {
cursor: pointer;
}
.product-review-form {
display: none;
}
.product-options {
padding-bottom: 20px;
border-bottom: 1px solid #cfd8dc;
}
.product-options .control-label {
text-align: left;
margin: 0 0 10px;
color: #000;
text-transform: uppercase;
font-size: 14px;
}
.product-options .radio {
padding-top: 0;
}
.product-options .radio input[type="radio"] + label {
padding: 5px 5px 5px 45px;
display: block;
background: #f5f5f5;
text-transform: capitalize;
text-align: left;
}
.product-options .radio input[type="radio"] + label:before {
top: 7px;
left: 13px;
}
.product-options .radio input[type="radio"] + label:after {
top: 9px;
left: 15px;
}
.product-options .radio + .radio {
margin-top: 15px;
}
.product-options .checkbox label {
padding: 5px 5px 5px 45px;
display: block;
background: #f5f5f5;
text-transform: capitalize;
text-align: left;
}
.product-options .checkbox label:before, .product-options .checkbox label:after {
left: 13px;
top: 8px;
}
.product-options .checkbox label:before {
background: none;
border: 1px solid #cfd8dc;
}
.product_tabs {
border-top: 2px solid #29d6f6;
margin: 50px 0;
}
.product_tabs:before, .product_tabs:after {
display: table;
content: "";
line-height: 0;
}
.product_tabs:after {
clear: both;
}
.product_tabs .nav-tabs {
width: 30%;
float: left;
}
.product_tabs .nav-tabs > li {
float: none;
margin-bottom: 0;
}
.product_tabs .nav-tabs > li > a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #f5f5f5;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
border: 1px solid #cfd8dc;
border-top: none;
margin-right: 0;
color: #000;
position: relative;
z-index: 0;
}
.product_tabs .nav-tabs > li > a:before {
content: '';
position: absolute;
left: 0;
right: 100%;
background: #eceff1;
top: 0;
bottom: 0;
z-index: -1;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.product_tabs .nav-tabs > li > a:hover {
background: #ededed;
color: #000;
}
.product_tabs .nav-tabs > li > a:focus {
border-top: none;
}
.product_tabs .nav-tabs > li.active > a {
color: #29d6f6;
}
.product_tabs .nav-tabs > li.active > a:before {
right: -2px;
}
.product_tabs .nav-tabs > li.active > a:hover, .product_tabs .nav-tabs > li.active > a:focus {
border-top: none;
}
.product_tabs .tab-content {
width: 70%;
float: left;
padding: 40px 40px 10px 40px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-left: 1px solid #cfd8dc;
}
@media (max-width: 767px) {
.product_tabs .nav-tabs > li > a:before {
display: none;
}
.product_tabs .nav-tabs > li.active > a {
background: #eceff1;
}
}
@media (max-width: 690px) {
.account-register .btn.btn-primary {
margin-top: 15px;
}
}
@media (max-width: 479px) {
.account-login .well .heading h2 {
font-size: 18px;
}
}
@media (max-width: 991px) {
.checkout-cart h2 {
font-size: 24px;
}
}
.product-search h2 {
margin-top: 30px;
}
.product-search input[type="checkbox"][disabled] + label {
color: #959595;
}
.product-search input[type="checkbox"] {
background: #959595;
}
.product-search input[type="checkbox"] + label {
color: #000;
}
.product-spec .table {
border: none;
}
.product-spec .table th {
text-align: center;
text-transform: uppercase;
border: none;
padding: 15px 5px;
font-size: 18px;
}
.product-spec .table td {
line-height: 20px;
padding: 15px 15px;
border-bottom: none;
border-top: none;
}
.product-spec .table tr + tr td {
border-top: 1px solid #cfd8dc;
}
.product-spec .table td:first-child {
width: 30%;
border-left: none;
text-align: right;
color: #000;
text-transform: uppercase;
}
@media (max-width: 479px) {
.product-spec .table td:first-child {
width: 40%;
}
}
.product-spec .table td {
width: 70%;
border-right: none;
}
@media (max-width: 767px) {
.product_tabs .nav-tabs, .product_tabs .tab-content {
width: 100%;
float: none;
}
.product_tabs .tab-content {
border-left: none;
padding: 20px 0;
}
}
/*================== Flex List ======================*/
.flex-list {
display: table;
table-layout: fixed;
width: 100%;
padding-left: 0;
}
.flex-list li {
display: table-cell;
}
@media (max-width: 767px) {
.flex-list, .flex-list li {
display: block;
}
}
/* =================== Product Gallery =================== */
.product-gallery:before, .product-gallery:after {
display: table;
content: "";
line-height: 0;
}
.product-gallery:after {
clear: both;
}
.product-gallery .product-image {
cursor: pointer;
float: left;
width: 84%;
padding-left: 15px;
}
.product-gallery .bx-wrapper {
margin: 0 !important;
}
.product-gallery .image-thumb {
float: left;
width: 16%;
}
.product-gallery .image-thumb .bx-wrapper .bx-prev,
.product-gallery .image-thumb .bx-wrapper .bx-next {
top: auto;
bottom: 0;
left: 0;
right: 0;
height: 20px;
line-height: 20px;
background: rgba(33, 150, 243, 0.5);
font-size: 28px;
text-align: center;
margin: 0;
color: #fff;
}
.product-gallery .image-thumb .bx-wrapper .bx-prev:hover,
.product-gallery .image-thumb .bx-wrapper .bx-next:hover {
background: #29d6f6;
}
.product-gallery .image-thumb .bx-wrapper .bx-prev {
top: 0;
bottom: auto;
}
.product-gallery .image-thumb .bx-wrapper .bx-viewport {
margin: 0 -10px;
padding: 0 10px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.product-gallery .image-thumb li a {
border: 1px solid #f5f5f5;
background: #f5f5f5;
display: block;
}
.product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.active {
background: #FFf;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
}
.image-additional {
margin: 0 -10px 0 0;
padding: 0 10px 0 0;
list-style-type: none;
}
.product-reviews input[type="radio"] {
display: inline;
outline: none;
}
.product-reviews input[type="radio"]:focus {
outline: none;
}
.product-reviews .review-item {
margin-bottom: 2em;
}
.review-score .fa-stack {
width: 1em;
height: 1em;
margin-bottom: 10px;
}
.product-title {
margin: 0 0 20px;
color: #000;
}
.reward-block span {
display: block;
}
#product {
margin-top: 15px;
}
#product .input-group[class*="col-"] {
padding-left: 15px;
padding-right: 15px;
}
#product label {
color: #000;
margin-right: 5px;
text-transform: uppercase;
}
#product .quantity {
margin-top: 20px;
}
.polaroid {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #f5f5f5;
}
.magnificent-viewport {
background: #f5f5f5;
}
.general_info {
margin-top: -7px;
}
.general_info .price-section {
margin: 15px 0 0;
padding-bottom: 10px;
border-bottom: 1px solid #cfd8dc;
}
.general_info .product-section {
border-bottom: 1px solid #cfd8dc;
padding: 10px 0;
}
.general_info .product-section strong {
color: #000;
}
.general_info a {
color: #29d6f6;
}
.general_info a:hover {
color: #000;
}
#full_gallery {
display: none;
}
#full_gallery .bx-viewport {
padding-right: 1px;
}
#full_gallery #gallery li {
background: #f5f5f5;
}
#full_gallery #gallery li a {
display: block;
}
.product-video .r_frame {
position: relative;
padding-bottom: 50%;
}
.product-video iframe {
position: absolute;
left: 0;
top: 0;
width: 100% !important;
height: 100% !important;
}
@media (max-width: 1199px) {
#full_gallery {
display: block;
}
#full_gallery .bx-viewport {
padding-right: 2px;
}
.product-gallery {
visibility: hidden;
height: 0;
}
.product-gallery .image-thumb, .product-gallery .product-image {
height: 0;
}
.bx-wrapper .bx-controls-direction a {
background: rgba(33, 150, 243, 0.5);
color: #FFf;
line-height: 50px;
text-align: center;
display: inline-block;
font-size: 20px;
font-family: "material-design";
}
.bx-wrapper .bx-controls-direction a i {
display: none;
}
.bx-wrapper .bx-controls-direction a:hover {
background: #29d6f6;
}
.bx-wrapper .bx-controls-direction .bx-prev:before {
content: '\e0c7';
}
.bx-wrapper .bx-controls-direction .bx-next:before {
content: '\e11d';
}
}
@media (max-width: 767px) {
#full_gallery {
margin-bottom: 30px;
}
}
/* =================== Sub Category on Category Page =================== */
.box-subcat {
padding: 0;
margin: 0;
list-style-type: none;
}
.box-subcat li {
text-align: center;
margin-bottom: 15px;
}
.box-subcat li .thumb {
padding: 10px 0;
background: #f5f5f5;
}
.box-subcat li .name {
border-top: 1px solid #cfd8dc;
padding: 10px 5px 0;
}
.box-subcat li .name a {
text-transform: capitalize;
}
.box-subcat li .image {
overflow: hidden;
margin-bottom: 15px;
}
.box-subcat li .image a {
display: block;
}
.box-subcat li .image a:hover img {
opacity: 0.7;
}
.box-subcat li .image img {
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.box-subcat li.first-in-line {
clear: left;
}
@media (max-width: 767px) {
.box-subcat li {
text-align: left;
float: left;
width: 50%;
}
.box-subcat li .thumb {
padding: 0;
position: relative;
}
.box-subcat li .thumb:before, .box-subcat li .thumb:after {
display: table;
content: "";
line-height: 0;
}
.box-subcat li .thumb:after {
clear: both;
}
.box-subcat li .image {
display: inline-block;
float: left;
margin-right: 15px;
margin-bottom: 0;
width: 30%;
border-right: 1px solid #cfd8dc;
}
.box-subcat li .name {
padding-top: 0;
border-top: none;
position: absolute;
top: 50%;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 30%;
}
.box-subcat li:nth-child(2n+1) {
clear: both;
}
#content .box-subcat [class*="col-sm-"] + [class*="col-sm-"] {
margin-top: 0;
}
}
@media (max-width: 550px) {
.box-subcat li {
width: 100%;
float: none;
clear: both;
}
}
/* =================== Product Filter =================== */
.button-view button + button {
border-left: 1px solid #cfd8dc;
}
.button-view a, .button-view button {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
display: inline-block;
font-size: 24px;
}
#list-view.active,
#grid-view.active {
color: #29d6f6;
}
.product-filter {
background: #f5f5f5;
margin: 20px 0;
}
.product-filter_elem {
float: left;
}
.product-filter_elem .sbHolder, .product-filter_elem select {
height: 50px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 15px 10px;
border-top: none;
border-bottom: none;
}
.product-filter_elem .sbHolder .sbSelector, .product-filter_elem select .sbSelector {
padding: 15px 10px;
}
.product-filter_elem .sbHolder .sbToggle, .product-filter_elem select .sbToggle {
line-height: 50px;
}
.product-filter_elem.show .sbHolder {
width: auto;
border-right: none;
}
.product-filter .sort {
width: 31%;
}
.product-filter .sort label {
display: none;
}
.product-filter label, .product-filter .sbHolder {
display: inline-block;
vertical-align: middle;
}
.product-filter label {
margin-right: 5px;
color: #000;
}
.product-filter .compare-total {
border-right: 1px solid #cfd8dc;
color: #29d6f6;
}
.product-filter .compare-total span {
display: none;
}
.product-filter .compare-total:hover {
color: #000;
}
.product-filter_elem .sbHolder .sbSelector, .product-filter_elem select .sbSelector {
padding-top: 12px;
padding-bottom: 12px;
}
.results {
margin-top: 13px;
}
.nav-cat {
margin-bottom: 13px;
}
.nav-cat .nam-page {
margin: 5px 0 5px 10px;
}
/* ======== Cart page ============= */
.checkout-cart #content h1, .account-wishlist #content h1, .product-compare #content h1 {
margin: 30px 0 50px;
}
.checkout-cart #content .table a, .account-wishlist #content .table a, .product-compare #content .table a {
color: #29d6f6;
font-weight: 700;
}
.checkout-cart #content .table a:hover, .account-wishlist #content .table a:hover, .product-compare #content .table a:hover {
color: #000;
}
.checkout-cart #content .table p .link, .account-wishlist #content .table p .link, .product-compare #content .table p .link {
margin-top: 5px;
}
.checkout-cart #content .table.table-bordered tr td:nth-child(2), .account-wishlist #content .table.table-bordered tr td:nth-child(2), .product-compare #content .table.table-bordered tr td:nth-child(2) {
min-width: 150px;
}
.checkout-cart #content .table-custom .price, .account-wishlist #content .table-custom .price, .product-compare #content .table-custom .price {
font-weight: 700;
}
.checkout-cart #content .table-custom td:first-child, .account-wishlist #content .table-custom td:first-child, .product-compare #content .table-custom td:first-child {
text-transform: uppercase;
color: #000;
}
.checkout-cart #content .table-custom tr:last-child td, .account-wishlist #content .table-custom tr:last-child td, .product-compare #content .table-custom tr:last-child td {
font-weight: 700;
color: #000;
}
.checkout-cart #content .table-custom tr:last-child .price, .account-wishlist #content .table-custom tr:last-child .price, .product-compare #content .table-custom tr:last-child .price {
color: #29d6f6;
font-size: 28px;
}
.checkout-cart #content .table td:nth-child(3) {
min-width: 150px;
}
.checkout-checkout #content .table-responsive .table tfoot td:last-child {
color: #000;
}
.checkout-checkout #content .table-responsive .table tfoot tr:last-child td {
font-size: 18px;
}
.checkout-checkout #content .table-responsive .table tfoot tr:last-child td:last-child {
color: #29d6f6;
font-weight: 700;
}
.account-wishlist .table.table-bordered tr td:nth-child(6) {
min-width: 150px;
}
.cart-wrapper {
padding: 30px;
border: 1px solid #cfd8dc;
border-top: 2px solid #29d6f6;
}
.cart-remove-btn, .cart-remove-btn:visited {
display: inline-block;
font-size: 22px;
color: #29d6f6;
}
.cart-remove-btn:focus, .cart-remove-btn:visited:focus {
text-decoration: none;
}
.cart-remove-btn span, .cart-remove-btn:visited span {
font-size: 14px;
}
.cart-remove-btn:hover, .cart-remove-btn:visited:hover {
text-decoration: none;
color: #000;
}
.link {
color: #29d6f6;
font-size: 14px;
font-weight: 700;
}
.link:focus, .link:visited {
color: #29d6f6;
}
.link:hover {
color: #000;
}
@media (max-width: 767px) {
.cart-wrapper {
padding: 30px 0;
border-left: none;
border-right: none;
border-bottom: none;
}
}
@media (max-width: 500px) {
.checkout-cart #content .table.table-bordered td:first-child, .checkout-cart #content .table.table-bordered td:nth-child(4) {
display: none;
}
.account-wishlist #content .table td:first-child, .account-wishlist #content .table td:nth-child(3) {
display: none;
}
}
/* ======== BLOCK COMPARE ============= */
.product-compare #content .table td:first-child {
min-width: 15%;
background: #f5f5f5;
color: #000;
}
.product-compare #content .product-thumb {
padding: 0 25px;
}
.rating .review {
display: inline-block;
margin-left: 10px;
padding-left: 10px;
position: relative;
border-left: 1px solid #cfd8dc;
}
.product-thumb .cart-remove-btn {
position: absolute;
font-size: 22px;
right: 0;
top: 0;
}
@media (max-width: 1199px) {
.product-compare .table-responsive {
border: none;
overflow-x: scroll;
}
.product-compare .table-responsive .table-bordered {
border: 2px solid #cfd8dc;
}
.product-compare .table-responsive td + td {
min-width: 270px;
}
}
@media (max-width: 767px) {
.product-compare .table-responsive td + td {
min-width: inherit;
max-width: 170px;
}
.rating .review {
display: block;
margin-left: 0;
padding-left: 0;
border: none;
}
}
/* =================== About Page =================== */
.extra-wrap {
overflow: hidden;
}
.information-information #content h4, .information-information #content h5 {
margin: 0 0 20px;
line-height: normal;
text-transform: uppercase;
color: #29d6f6;
}
.information-information #content h4 a:hover, .information-information #content h5 a:hover {
color: #000;
}
.information-information #content h3 {
text-transform: uppercase;
font-size: 34px;
line-height: 40px;
margin-bottom: 0;
}
.information-information #content h3:after {
content: '';
height: 1px;
display: block;
background: #cfd8dc;
margin: 20px 0 40px;
}
.information-information #content h3.clear {
margin-bottom: 30px;
}
.information-information #content h3.clear:after {
display: none;
}
.information-information #content h5 {
color: #29d6f6;
}
.information-information #content h1, .information-information #content h2, .information-information #content h3, .information-information #content h4, .information-information #content h5 {
font-weight: 500;
}
.information-information #content * + h3 {
margin-top: 60px;
}
.information-information #content p + h4 {
margin-top: 40px;
}
@media (max-width: 767px) {
.information-information #content [class*="col-sm"] + [class*="col-sm"] {
margin-top: 30px;
}
}
/* =================== Count box =================== */
.count-box {
margin-top: 40px;
}
.count-box strong {
display: block;
color: #29d6f6;
font-weight: 500;
font-size: 56px;
line-height: 60px;
margin-bottom: 15px;
}
/* =================== Icon box =================== */
.icon-box i {
display: inline-block;
width: 120px;
height: 120px;
line-height: 120px;
text-align: center;
border: 2px solid #29d6f6;
font-size: 66px;
color: #29d6f6;
margin-bottom: 25px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* =================== Testimonials =================== */
.testimonials blockquote {
border: none;
padding: 0;
}
.testimonials blockquote:before {
content: '\e09d';
display: inline-block;
color: #29d6f6;
font-size: 84px;
line-height: 100px;
font-family: "material-design";
margin-bottom: 20px;
}
/* =================== Thumbnail =================== */
.thumbnail {
background: none;
border: none;
padding: 0;
margin: 0 auto 25px;
border-radius: 0;
overflow: hidden;
}
.thumbnail img {
-moz-transition: 0.3s transform ease;
-o-transition: 0.3s transform ease;
-webkit-transition: 0.3s transform ease;
transition: 0.3s transform ease;
}
.thumbnail a {
display: block;
max-width: 100%;
}
.thumbnail a:hover img {
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
@media (max-width: 767px) {
.thumbnail a {
display: inline-block;
}
}
.img-thumbnail {
border: 0;
background: none;
padding: 0;
border-radius: 0;
}
.human_info .thumbnail {
float: left;
margin-right: 20px;
}
.clear {
clear: both;
margin: 0;
padding: 0;
font-size: 0;
border: 0;
line-height: 0;
}
@media (max-width: 500px) {
img.alignleft, .human_info .thumbnail {
float: none;
margin: 0 auto 20px;
}
}
/* =================== Delivery Page =================== */
.delivery_page {
text-align: center;
}
.delivery_page h4 {
color: #29d6f6;
}
.delivery_page .table {
border-top: 2px solid #29d6f6;
text-align: left;
}
.delivery_page .table tbody td:first-child {
color: #29d6f6;
}
.delivery_page .table tbody td:last-child {
color: #000;
font-weight: 700;
}
.delivery_page .table tbody td {
min-width: 150px;
}
/* =================== Terms and Conditions Page =================== */
.terms_conditions_page h4 {
position: relative;
padding-left: 60px;
}
.terms_conditions_page h4:before {
content: '\e174';
position: absolute;
left: 0;
bottom: 0;
color: #29d6f6;
font-size: 40px;
line-height: 40px;
font-family: "material-design";
}
.terms_conditions_page p + h4 {
margin-top: 40px;
}
.modal .terms_conditions_page {
margin-top: 30px;
}
/* =================== Privacy Policy =================== */
.privacy_page ol {
list-style-type: none;
counter-reset: list;
padding-left: 0;
}
.privacy_page ol li {
counter-increment: list;
}
.privacy_page ol li h4:before {
content: counter(list,decimal);
display: inline-block;
margin-right: 15px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #29d6f6;
color: #fff;
font-size: 16px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.privacy_page ol li + li {
margin-top: 40px;
}
/* =================== Site Map Page =================== */
.site-map-page h5 {
margin: 0 0 20px;
line-height: normal;
text-transform: uppercase;
color: #29d6f6;
}
.site-map-page ul + h5 {
margin-top: 40px;
}
.site-map-page #content ul {
list-style-type: none;
padding-left: 0;
}
.site-map-page #content ul li {
position: relative;
line-height: 20px;
}
.site-map-page #content ul li + li {
margin-top: 20px;
}
.site-map-page #content ul li a:hover {
color: #000;
}
.site-map-page #content ul.category-list {
position: relative;
}
.site-map-page #content ul.category-list:before {
content: '';
position: absolute;
left: 0;
top: 10px;
bottom: 10px;
width: 1px;
background: #29d6f6;
}
.site-map-page #content ul.category-list .ul-with-ul:before, .site-map-page #content ul.category-list .ul-with-ul:after {
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.site-map-page #content ul.category-list .ul-with-ul:before {
top: 10px;
}
.site-map-page #content ul.category-list .ul-with-ul:after {
top: 4px;
}
.site-map-page #content ul.category-list ul {
position: relative;
margin-top: 20px;
}
.site-map-page #content ul.category-list ul:before {
content: '';
position: absolute;
left: 0;
top: 10px;
bottom: 10px;
width: 1px;
background: #cfd8dc;
}
.site-map-page #content ul.category-list li {
position: relative;
padding-left: 60px;
}
.site-map-page #content ul.category-list li:before {
content: '';
position: absolute;
top: 50%;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 0;
height: 1px;
width: 35px;
background: #cfd8dc;
}
.site-map-page #content ul.category-list > li:after {
content: '';
position: absolute;
top: 50%;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 35px;
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.site-map-page #content ul.category-list > li:before, .site-map-page #content ul.category-list > li:after {
background: #29d6f6;
}
@media (max-width: 767px) {
.site-map-page .col-sm-6 + .col-sm-6 {
margin-top: 30px;
}
}
@media (max-width: 479px) {
.site-map-page .col-xs-6 {
width: 100%;
float: none;
}
.site-map-page .col-xs-6 + .col-xs-6 {
margin-top: 30px;
}
}
/* =================== Contact page =================== */
.contact_page .panel {
padding-top: 15px;
background-color: transparent;
border: none;
border-top: 2px solid #29d6f6;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.contact_page .panel img {
margin-bottom: 15px;
}
.contact_page .map {
border-top: 2px solid #29d6f6;
margin-bottom: 30px;
}
.contact_page .icon {
position: relative;
padding-left: 70px;
min-height: 55px;
display: block;
}
.contact_page .icon[class*="fa-"]:before {
font-family: "FontAwesome";
}
.contact_page .icon:before {
position: absolute;
left: 0;
top: 0;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
color: #29d6f6;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #29d6f6;
font-size: 26px;
}
.contact_page .icon + .icon {
margin-top: 20px;
}
.contact_page .icon2 {
position: relative;
padding-left: 70px;
min-height: 35px;
display: block;
}
.contact_page .icon2[class*="fa-"]:before {
font-family: "FontAwesome";
}
.contact_page .icon2:before {
position: absolute;
left: 0;
top: 0;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
color: #29d6f6;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #29d6f6;
font-size: 16px;
}
.contact_page .icon2 + .icon2 {
margin-top: 6px;
}
.contact_page .col-sm-4:nth-child(3n-2) {
clear: both;
}
.contact_page .col-sm-4:nth-child(n+4) {
margin-top: 15px;
}
.contact_page .form-horizontal .form-group {
margin-left: 0;
margin-right: 0;
}
.contact_page .form-horizontal .form-group label {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.contact_page .col-sm-4:nth-child(n+2) {
margin-top: 30px;
}
}
/* =================== Manufacturer List =================== */
.manufacturer-list:before, .manufacturer-list:after {
display: table;
content: "";
line-height: 0;
}
.manufacturer-list:after {
clear: both;
}
.manufacturer-list .manufacturer-heading {
font-weight: bold;
color: #000;
float: left;
display: block;
font-size: 25px;
text-align: center;
text-transform: uppercase;
width: 15%;
height: 50px;
line-height: 50px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.manufacturer-list .manufacturer-content {
padding: 12px 15px;
float: left;
width: 85%;
border-left: 1px solid #cfd8dc;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.manufacturer-list .manufacturer-content a {
white-space: nowrap;
}
.manufacturer-list + .manufacturer-list {
border-top: 1px solid #cfd8dc;
}
.brands {
background: #f5f5f5;
padding: 20px;
margin-bottom: 30px;
}
/* =================== Account Page =================== */
.well {
background-color: #f5f5f5;
border: 1px solid #cfd8dc;
border-top: 2px solid #29d6f6;
margin-bottom: 30px;
padding: 30px;
border-radius: 0;
box-shadow: none;
}
.well .heading {
margin-bottom: 20px;
}
.well .heading:before, .well .heading:after {
display: table;
content: "";
line-height: 0;
}
.well .heading:after {
clear: both;
}
.well .heading i {
color: #29d6f6;
float: left;
font-size: 56px;
margin-right: 14px;
line-height: 60px;
}
.well .heading h2 {
font-size: 23px;
color: #000;
margin: 0 0 5px;
}
.well .heading strong {
font-weight: normal;
font-style: italic;
}
.well p {
border-bottom: 1px solid #cfd8dc;
padding: 20px 0;
}
.well a {
display: inline-block;
margin-top: 20px;
}
.account-account h3 {
text-transform: uppercase;
padding-bottom: 20px;
border-bottom: 1px solid #29d6f6;
}
.account-account h3 i {
color: #29d6f6;
margin-right: 10px;
font-size: 30px;
}
@media (max-width: 767px) {
.account-account .col-sm-4 + .col-sm-4 {
margin-top: 30px;
}
}
.account-address .table, .account-address-delete .table {
width: 50%;
margin: 0 auto;
}
@media (max-width: 991px) {
.account-address .table, .account-address-delete .table {
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.well .heading {
text-align: center;
}
.well .heading h2 {
font-size: 17px;
}
.well .heading i {
float: none;
}
}
.datepicker .prev, .datepicker .next, .datepicker .day, .datepicker .year, .datepicker .month, .datepicker .picker-switch {
cursor: pointer;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.datepicker .prev:hover, .datepicker .prev.active, .datepicker .next:hover, .datepicker .next.active, .datepicker .day:hover, .datepicker .day.active, .datepicker .year:hover, .datepicker .year.active, .datepicker .month:hover, .datepicker .month.active, .datepicker .picker-switch:hover, .datepicker .picker-switch.active {
color: #29d6f6;
background: transparent;
}
.datepicker th {
text-align: center;
}
.col-centered{
float: none;
margin: 0 auto;
vertical-align: middle;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
#column-left .product-layout .col-md-3 {
width: 100%;
}
#column-left + #content .product-layout .col-md-3 {
width: 50%;
}
#column-left + #content + #column-right .product-layout .col-md-3 {
width: 100%;
}
#content + #column-right .product-layout .col-md-3 {
width: 100%;
}
}
input#input-voucher,
input#input-coupon {
display: inline-block;
width: 45%;
margin: 0 5px 10px 0;
}
/*========================================================
Footer
=========================================================*/
footer {
background: #fff;
padding-top: 61px;
font-size: 14px;
line-height: 30px;
color: #9e9e9e;
}
footer h5 {
font-size: 14px;
line-height: 30px;
letter-spacing: 1px;
color: #000;
text-transform: uppercase;
margin-bottom: 0;
}
footer h5 + ul {
margin-top: 5px;
}
footer h5 + ul li a:hover {
color: #29d6f6;
}
footer ul li + li {
margin-top: 0px;
}
.copyright {
font-size: 12px;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
}
.copyright > .container {
padding-top: 64px;
padding-bottom: 30px;
}
/*========================================================
Responsive Footer
=========================================================*/
@media (min-width: 479px) and (max-width: 767px) {
footer [class*="col-xs"]:nth-child(2n-1) {
clear: both;
}
footer [class*="col-xs"]:nth-child(n+3) {
margin-top: 30px;
}
}
@media (max-width: 767px) {
footer > .container {
text-align: center;
}
footer {
text-align: center;
}
}
@media (max-width: 479px) {
footer [class*="col-xs"] {
float: none;
width: 100%;
}
}
/*================== ToTop ======================*/
.toTop {
width: 40px;
height: 40px;
line-height: 34px;
text-align: center;
font-size: 24px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #fff;
background: #29d6f6;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
position: fixed;
right: 66px;
bottom: 100px;
display: none;
overflow: hidden;
text-decoration: none;
z-index: 20;
}
.toTop:hover {
background: #000;
text-decoration: none;
color: #fff;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.toTop:visited, .toTop:focus, .toTop:active {
color: #fff;
}
@media only screen and (max-width: 1399px) {
.toTop {
display: none !important;
}
}
/*========================================================
Responsive Styles
=========================================================*/
@media (max-width: 1200px) {
.table th, .table td {
padding: 8px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.panel-body input + span {
margin-top: 5px;
display: inline-block;
}
}
@media (max-width: 767px) {
select {
display: block !important;
}
.product-filter select {
display: inline-block !important;
}
.product-filter .show select {
width: auto;
}
.sbHolder {
display: none !important;
}
.table-responsive {
border: none;
}
.table-responsive .table-bordered {
border: 2px solid #cfd8dc;
}
.delivery_page .table {
font-size: 13px;
}
.product-filter .sort {
width: auto;
padding-left: 10px;
}
.product-filter .sort .sbHolder, .product-filter .sort select {
width: 200px;
}
.product-filter .sort label {
display: inline-block;
}
.image {
text-align: center;
}
}
@media (max-width: 600px) {
.product-filter {
background: none;
width: 75%;
margin-left: auto;
margin-right: auto;
}
.product-filter .sort {
width: 100%;
padding-left: 0;
margin-bottom: 15px;
}
.product-filter_elem, .product-filter_elem.pull-right {
float: none !important;
}
.product-filter .product-filter_elem {
margin-bottom: 15px;
text-align: center;
}
.product-filter .product-filter_elem:before, .product-filter .product-filter_elem:after {
display: table;
content: "";
line-height: 0;
}
.product-filter .product-filter_elem:after {
clear: both;
}
.product-filter .product-filter_elem label {
float: left;
text-align: right;
width: 35%;
margin-right: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-right: 15px;
margin-top: 13px;
}
.product-filter .product-filter_elem select {
display: block !important;
width: 65%;
float: left;
}
.product-filter_elem.show select {
border-right: 1px solid #cfd8dc;
}
.product-filter .compare-total {
border-right: none;
width: auto;
}
.product-filter .compare-total:before {
display: none;
}
.product-filter .compare-total span {
display: inline-block;
}
}
@media (max-width: 580px) {
.panel-group .panel input#input-voucher,
.panel-group .panel input#input-coupon {
width: 100%;
}
.panel-group .panel span {
display: block;
margin-top: 5px;
}
.panel-group .panel span input[type="text"] {
max-width: 100%;
padding-left: 5px;
padding-right: 5px;
}
h1 {
font-size: 26px;
}
.single-category .panel-group .panel span {
display: inline-block;
}
}
@media (max-width: 479px) {
#habla_beta_container_do_not_rely_on_div_classes_or_names {
display: none !important;
}
.product-filter {
width: 100%;
}
}
@media (max-width: 410px) {
#accordion .table td,
#accordion .table thead td {
font-size: 9px;
word-wrap: break-word;
}
}
@media (max-width: 370px) {
.delivery_page .table td,
.delivery_page .table th {
padding: 6px;
}
} | 0.332852 | 0.058373 |
@font-face {
font-family: 'entypo';
src: url('/css/entypo/entypo.eot');
src: url('/css/entypo/entypo.eot?#iefix') format('embedded-opentype'),
url('/css/entypo/entypo.woff') format('woff'),
url('/css/entypo/entypo.ttf') format('truetype'),
url('/css/entypo/entypo.svg#entypo') format('svg');
font-weight: normal;
font-style: normal;
}
h1, h2 {
color: #191919;
}
h2, h3, h4, h5, h6 {
margin-top: .1rem;
margin-bottom: .1rem;
}
h3 {
margin-top: .1rem;
margin-bottom: .1rem;
}
h3 {
margin-top: .1rem;
margin-bottom: .1rem;
}
h2 .top {
position: relative;
top: -.8em;
}
h2 .median {
position: relative;
top: -.4em;
}
h2 .middle {
position: relative;
top: -.2em;
}
h2 .bottom {
position: relative;
top: -.05em;
}
h2 .label {
position: relative;
top: -.3em;
font-size: 1.5rem;
}
p,
p.lead {
margin-top: .1rem;
margin-bottom: 1.5rem;
}
a {
text-decoration: none;
transition: color 0.5s ease;
}
a:hover {
text-decoration: none;
}
.a-cta {
text-transform: uppercase;
}
.cta-sm {
font-size: 1.4rem;
}
.pipe {
color: #ccc;
font-weight: 100;
}
.border-none {
border: none !important;
}
.btn {
transition: background 0.5s ease;
}
.btn-default .glyphicon-chevron-right {
color: #ccc;
margin-left: .3em;
position: relative;
top: .05em;
}
.btn-default:hover .glyphicon-chevron-right {
color: #b3b3b3;
}
.container {
min-width: 1020px;
}
.container-main,
.section-row {
padding-top: 3rem;
padding-bottom: 3rem;
border-bottom: 1px solid #ccc;
}
.search-wrapper {
border: 1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 0;
margin-top: 3.5rem;
margin-bottom: 3.5rem;
display: table;
width: 100%;
transition: border 0.5s ease;
}
.search-wrapper input {
border: 1px none;
font-size: 2rem;
line-height: 4rem;
padding: .5rem 1.5rem;
width: 100%;
display: table-cell;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
transition: background 0.5s ease;
}
.search-wrapper .input-group-btn {
margin: 0;
padding: 0;
width: 5%;
position: initial;
text-align: center;
background: #428bca;
height: 100%;
display: table-cell;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.search-wrapper .input-group-btn button {
position: initial;
margin: 0;
border: none;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: none;
color: #fff;
vertical-align: middle;
}
.search-wrapper .input-group-btn:hover {
background: #3071a9;
}
.search-wrapper:hover {
border: 1px solid #3071a9;
}
/* Home Page: Main Features Section ---------- */
.main-wrapper {
display: table;
width: 100%;
background: #ccc;
padding-top: 3rem;
padding-bottom: 3rem;
background: #f9f9f9;
border-bottom: 1px solid #ccc;
}
.main-wrapper .row {
display: table-cell;
vertical-align: middle;
}
.main-wrapper .row .col {
text-align: left;
}
.main-wrapper .row .col h1 {
margin-bottom: 1.5rem;
}
.main-wrapper .row .col p.lead {
margin-bottom: 1rem;
line-height: 2.5rem;
}
.main-wrapper .row .col p {
margin-bottom: 2rem;
}
.main-wrapper .row .col img {
}
.main-wrapper p, .learn-more p {
line-height: 2rem;
}
/* Home Page: New Features Section ---------- */
ul.new-features p {
font-size: 12px;
line-height: 15px;
margin-top: 7px;
text-align: center;
}
.new-features {
margin: 0;
list-style: none;
display: table;
width: 100%;
padding: 2rem 0;
}
.new-features li {
display: table-cell;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
}
.new-features li a {
display: block;
width: 100%;
}
.new-features li .feature-icon {
border: none;
background: #0065ba;
width: 100px;
height: 100px;
transition: opacity 0.5s ease;
}
.new-features li .feature-icon:hover {
opacity: 0.5;
filter: alpha(opacity=50);
}
.home {
background: white;
}
.home.container-fluid {
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
}
.vidbox {
background: black;
width: 460px;
height: 259px;
border: 1px solid #222222;
-webkit-box-shadow: 2px 2px 11px rgba(50, 50, 50, 0.51);
-moz-box-shadow: 2px 2px 11px rgba(50, 50, 50, 0.51);
box-shadow: 2px 2px 11px rgba(50, 50, 50, 0.51);
}
.still {
background-repeat: no-repeat;
cursor: pointer;
width: 460px;
height: 245px;
}
#what-is-still {
background-image: url(/media/home/pasqua-intro.png);
border: 1px solid #ccc;
border-radius: 4px;
}
#getting-started-still {
background-image: url(/images/getting-started-still.png);
}
#what-is-still a {
display: block;
height: 100%;
width: 100%;
}
.still img, .still i {
color: #fff;
font-size: 60px;
margin-top: 97px;
margin-left: 197px;
}
.learn-more img {
height: 148px;
margin-bottom: 1rem;
width: 233px;
}
.page-cta-wrapper {
padding-top: 3rem;
padding-bottom: 3rem;
} | src/css/custom-new.css | @font-face {
font-family: 'entypo';
src: url('/css/entypo/entypo.eot');
src: url('/css/entypo/entypo.eot?#iefix') format('embedded-opentype'),
url('/css/entypo/entypo.woff') format('woff'),
url('/css/entypo/entypo.ttf') format('truetype'),
url('/css/entypo/entypo.svg#entypo') format('svg');
font-weight: normal;
font-style: normal;
}
h1, h2 {
color: #191919;
}
h2, h3, h4, h5, h6 {
margin-top: .1rem;
margin-bottom: .1rem;
}
h3 {
margin-top: .1rem;
margin-bottom: .1rem;
}
h3 {
margin-top: .1rem;
margin-bottom: .1rem;
}
h2 .top {
position: relative;
top: -.8em;
}
h2 .median {
position: relative;
top: -.4em;
}
h2 .middle {
position: relative;
top: -.2em;
}
h2 .bottom {
position: relative;
top: -.05em;
}
h2 .label {
position: relative;
top: -.3em;
font-size: 1.5rem;
}
p,
p.lead {
margin-top: .1rem;
margin-bottom: 1.5rem;
}
a {
text-decoration: none;
transition: color 0.5s ease;
}
a:hover {
text-decoration: none;
}
.a-cta {
text-transform: uppercase;
}
.cta-sm {
font-size: 1.4rem;
}
.pipe {
color: #ccc;
font-weight: 100;
}
.border-none {
border: none !important;
}
.btn {
transition: background 0.5s ease;
}
.btn-default .glyphicon-chevron-right {
color: #ccc;
margin-left: .3em;
position: relative;
top: .05em;
}
.btn-default:hover .glyphicon-chevron-right {
color: #b3b3b3;
}
.container {
min-width: 1020px;
}
.container-main,
.section-row {
padding-top: 3rem;
padding-bottom: 3rem;
border-bottom: 1px solid #ccc;
}
.search-wrapper {
border: 1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 0;
margin-top: 3.5rem;
margin-bottom: 3.5rem;
display: table;
width: 100%;
transition: border 0.5s ease;
}
.search-wrapper input {
border: 1px none;
font-size: 2rem;
line-height: 4rem;
padding: .5rem 1.5rem;
width: 100%;
display: table-cell;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
transition: background 0.5s ease;
}
.search-wrapper .input-group-btn {
margin: 0;
padding: 0;
width: 5%;
position: initial;
text-align: center;
background: #428bca;
height: 100%;
display: table-cell;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.search-wrapper .input-group-btn button {
position: initial;
margin: 0;
border: none;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: none;
color: #fff;
vertical-align: middle;
}
.search-wrapper .input-group-btn:hover {
background: #3071a9;
}
.search-wrapper:hover {
border: 1px solid #3071a9;
}
/* Home Page: Main Features Section ---------- */
.main-wrapper {
display: table;
width: 100%;
background: #ccc;
padding-top: 3rem;
padding-bottom: 3rem;
background: #f9f9f9;
border-bottom: 1px solid #ccc;
}
.main-wrapper .row {
display: table-cell;
vertical-align: middle;
}
.main-wrapper .row .col {
text-align: left;
}
.main-wrapper .row .col h1 {
margin-bottom: 1.5rem;
}
.main-wrapper .row .col p.lead {
margin-bottom: 1rem;
line-height: 2.5rem;
}
.main-wrapper .row .col p {
margin-bottom: 2rem;
}
.main-wrapper .row .col img {
}
.main-wrapper p, .learn-more p {
line-height: 2rem;
}
/* Home Page: New Features Section ---------- */
ul.new-features p {
font-size: 12px;
line-height: 15px;
margin-top: 7px;
text-align: center;
}
.new-features {
margin: 0;
list-style: none;
display: table;
width: 100%;
padding: 2rem 0;
}
.new-features li {
display: table-cell;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
}
.new-features li a {
display: block;
width: 100%;
}
.new-features li .feature-icon {
border: none;
background: #0065ba;
width: 100px;
height: 100px;
transition: opacity 0.5s ease;
}
.new-features li .feature-icon:hover {
opacity: 0.5;
filter: alpha(opacity=50);
}
.home {
background: white;
}
.home.container-fluid {
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
}
.vidbox {
background: black;
width: 460px;
height: 259px;
border: 1px solid #222222;
-webkit-box-shadow: 2px 2px 11px rgba(50, 50, 50, 0.51);
-moz-box-shadow: 2px 2px 11px rgba(50, 50, 50, 0.51);
box-shadow: 2px 2px 11px rgba(50, 50, 50, 0.51);
}
.still {
background-repeat: no-repeat;
cursor: pointer;
width: 460px;
height: 245px;
}
#what-is-still {
background-image: url(/media/home/pasqua-intro.png);
border: 1px solid #ccc;
border-radius: 4px;
}
#getting-started-still {
background-image: url(/images/getting-started-still.png);
}
#what-is-still a {
display: block;
height: 100%;
width: 100%;
}
.still img, .still i {
color: #fff;
font-size: 60px;
margin-top: 97px;
margin-left: 197px;
}
.learn-more img {
height: 148px;
margin-bottom: 1rem;
width: 233px;
}
.page-cta-wrapper {
padding-top: 3rem;
padding-bottom: 3rem;
} | 0.338405 | 0.06236 |
display: grid;
grid-template-columns: minmax(calc( var(--card-size) *1px), max-content) repeat(auto-fill, calc( var(--card-size) *1px));
}
.card{
width:calc( var(--card-size) *1px);
height:calc( var(--card-size) * 1px);
position:relative;
transition: all .5s ease-out;
cursor:pointer;
display:grid;
}
.card:hover:after{
display:none;
}
.card:after{
content: "";
display: block;
width: 6px;
height: 6px;
background: var(--primary-color);
position: absolute;
bottom: -3px;
right: -3px;
transform: rotate(45deg);
z-index: 999;
}
.card:hover {
z-index: 999;
box-shadow:0 0 40px #000000;
}
.card .card-button {
opacity:0;
}
.card:hover .card-button {
opacity:1;
display:block;
position: absolute;
width: 40px;
height: 40px;
border: 4px solid var(--primary-color);
place-self: center;
border-radius: 100%;
color: var(--primary-color);
font-size: 35px;
font-weight: bolder;
text-align: center;
font-family: monospace;
transform: rotate(90deg);
transition: transform .5s;
}
.card-img{
opacity:.4;
transition: all .2s ease-out;
position: absolute;
top:0px;
bottom:0px;
width:100%;
background-size: cover;
background-position: center;
filter: grayscale(100%);
}
.card:hover .card-img{
opacity: 1;
transform: scale(1.05);
}
.card:hover .card-img:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0px;
right: 0px;
opacity:.8;
}
.card-title {
font-family: Oswald;
font-weight: 100;
background: var(--primary-color);
padding: 20px 10px;
top: calc( var(--card-size) *1px - 20px);
position: absolute;
height : 20px;
opacity : 0;
transition :all .5s;
left:0px;
right:0px;
text-align:center;
color: var(--secondary-color-light);
}
.card:hover .card-title {
top: calc( var(--card-size) * 1px - 60px);
opacity:1;
display:block;
} | grido-core/css/card.css | display: grid;
grid-template-columns: minmax(calc( var(--card-size) *1px), max-content) repeat(auto-fill, calc( var(--card-size) *1px));
}
.card{
width:calc( var(--card-size) *1px);
height:calc( var(--card-size) * 1px);
position:relative;
transition: all .5s ease-out;
cursor:pointer;
display:grid;
}
.card:hover:after{
display:none;
}
.card:after{
content: "";
display: block;
width: 6px;
height: 6px;
background: var(--primary-color);
position: absolute;
bottom: -3px;
right: -3px;
transform: rotate(45deg);
z-index: 999;
}
.card:hover {
z-index: 999;
box-shadow:0 0 40px #000000;
}
.card .card-button {
opacity:0;
}
.card:hover .card-button {
opacity:1;
display:block;
position: absolute;
width: 40px;
height: 40px;
border: 4px solid var(--primary-color);
place-self: center;
border-radius: 100%;
color: var(--primary-color);
font-size: 35px;
font-weight: bolder;
text-align: center;
font-family: monospace;
transform: rotate(90deg);
transition: transform .5s;
}
.card-img{
opacity:.4;
transition: all .2s ease-out;
position: absolute;
top:0px;
bottom:0px;
width:100%;
background-size: cover;
background-position: center;
filter: grayscale(100%);
}
.card:hover .card-img{
opacity: 1;
transform: scale(1.05);
}
.card:hover .card-img:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0px;
right: 0px;
opacity:.8;
}
.card-title {
font-family: Oswald;
font-weight: 100;
background: var(--primary-color);
padding: 20px 10px;
top: calc( var(--card-size) *1px - 20px);
position: absolute;
height : 20px;
opacity : 0;
transition :all .5s;
left:0px;
right:0px;
text-align:center;
color: var(--secondary-color-light);
}
.card:hover .card-title {
top: calc( var(--card-size) * 1px - 60px);
opacity:1;
display:block;
} | 0.389663 | 0.14734 |
.footer_soc a:hover .fa-twitter {
color: #00aced;
}
.footer_soc a:hover {
opacity: 1;
}
.footer_soc a .fab {
transition: all 0.3s ease;
}
.footer_soc a:hover .fa-facebook-square {
color: #3C5A99;
}
.footer_soc a:hover .fa-youtube {
color: red;
}
.footer_soc a:hover .fa-linkedin-in {
color: #4875B4;
}
.footer_soc a:hover .fa-instagram {
color: #517FA4;
}
.facebook-like-wrapper {
background: #4267b2;
border: 1px solid #4267b2;
color: #fff;
cursor: pointer;
width: 100px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
background-image: url(../img/like.svg);
background-size: 16px;
background-position: 15px;
background-repeat: no-repeat;
margin-left: 25px;
border-radius: 5px;
position: relative;
}
.facebook-like-wrapper:after {
content: "Like";
color: #fff;
font-size: 16px;
margin-left: 15px;
font-weight: 600;
}
.result-top-line {
display: flex;
justify-content: center;
align-items: center;
}
.facebook-like-wrapper .fb-like {
position: absolute;
z-index: 5;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0;
}
/* 10.05 updates end */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
}
a,
a:hover,
a:focus {
text-decoration: none;
}
img{
max-width:100%;
}
header {
position: relative;
z-index:100;
background: #ffffff;
transition: 0.4s;
border-bottom: 0px solid #EAEBF2;
}
.header-active {
border-bottom: 1px solid #EAEBF2;
}
.header-active .header-wrap {
border-bottom: 1px solid rgba(234, 235, 242, 0.00);
height:60px;
}
.overley-bg, .pdf_preloader {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(104, 52, 183, 0.5);
z-index: 30;
display:none;
}
.container {
width: 1170px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
.app-title h1 sup {
position: relative;
font-size: 22px;
font-weight: 400;
left: 5px;
top: -7px;
}
.scroll-top {
position: fixed;
bottom: 12px;
right: 15px;
width: 34px;
height: 34px;
display: block;
background-color: #6767E1;
border: 1px solid #fff;
background-image: url(../img/up-arrow.svg);
background-size: 12px;
background-position: center;
background-repeat: no-repeat;
opacity: 0;
transition: all 0.6s ease;
transform: translateX(150%);
z-index: 10;
border-radius: 2px;
}
.scroll-top.active {
opacity: 1;
transform: none;
}
a.button-green {
height: 50px;
max-width:100%;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(54.25deg, #4298E8 0%, #8044DB 100%), linear-gradient(54.25deg, #ED6E76 0%, #F2AA6F 100%), linear-gradient(254.4deg, #61DFAA -19.24%, #2EB9B7 75.34%);
box-shadow: 0px 4px 8px rgba(35, 28, 75, 0.15);
border-radius: 5px;
font-weight: 500;
color: #FFFFFF;
font-size: 14px;
text-align: center;
text-transform: uppercase;
cursor: pointer;
transition: 0.3s;
}
a.button-green:hover {
opacity: 1;
background: linear-gradient(54.25deg, #4298E8 0%, #6834b7 100%), linear-gradient(54.25deg, #ED6E76 0%, #F2AA6F 100%), linear-gradient(254.4deg, #61DFAA -19.24%, #2EB9B7 75.34%);
color: #FFFFFF;
}
.login-modal {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
display:none;
z-index:99;
background:rgba(0, 0, 0, 0.35);
}
.login-modal-wrap{
position:relative;
background:#ffffff;
margin:0 0 0 20%;
width:80%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
}
.lolin-modal-block{
width:500px;
max-width:100%;
text-align:center;
}
.lolin-modal-block h3 {
font-size: 30px;
font-weight: 700;
margin-top: 40px;
color:#333333;
}
.sign-form {
max-width:350px;
margin:60px auto 0 auto;
}
.sign-form input {
width:100%;
display:block;
height: 40px;
padding: 6px 14px;
font-size: 14px;
border-radius:5px;
margin-top: 20px;
}
.forgot-password {
display: flex;
justify-content: flex-end;
margin-top: 15px;
}
.forgot-password a {
color: #AAA;
text-decoration: underline;
transition:0.3s;
}
.forgot-password a:hover {
color: #8044DB;
}
.sign-form button {
background-color: #6834b7;
color: #fff;
border-color: #6834b7;
outline: none;
width:200px;
height:45px;
margin: 25px 0 30px;
font-size: 18px;
font-weight: 700;
border-radius:10px;
cursor: pointer;
transition: 0.3s;
}
.sign-form button:hover{
background-color:#7c4dc2;
}
.lolin-modal-block .alert-danger {
padding: 15px 0;
margin-bottom: 12px;
}
.signed-google {
margin: 20px auto 20px auto;
width: 215px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
padding-left: 25px;
background-color: #fff;
color: #757575;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
background-image: url(../img/google.svg);
background-repeat: no-repeat;
background-position: 8px 10px;
background-size: 18px 18px;
}
.lolin-modal-block p {
margin-top: 20px;
color: #AAA;
}
.lolin-modal-block p a{
color:#8044DB;
}
.lolin-modal-block p a:hover{
text-decoration:underline;
}
#closeModal {
font-size: 80px;
padding: 5px 20px;
text-decoration: none;
opacity: 0.5;
cursor: pointer;
font-weight: 400;
color: #000;
position: absolute;
top: 0;
left: 0;
transition: 0.3s;
}
#closeModal:hover{
opacity:1;
}
.page-login {
min-height:100vh;
display: flex;
justify-content: center;
align-items: center;
}
.page-login .login-modal-wrap {
margin:0;
width: auto;
height: auto;
padding:10px 0 50px;
}
.page-login #closeModal{
display:none;
}
.new-container {
display: flex;
justify-content: center;
}
.new-container a{
margin-left:10px;
margin-right:10px;
}
.new-container a span{
margin-right:7px;
}
/*header*/
.menu_mob {
margin: 5px 0 0;
position: relative;
height: 42px;
width: 40px;
display: none;
}
.menu_mob span {
background: #6767E1;
display: block;
height: 5px;
width: 42px;
position: absolute;
top: 0;
transition: 0.5s;
}
.menu_mob span:nth-child(2) {
top: 13px;
}
.menu_mob span:nth-child(3) {
top: 26px;
}
.active_drop_men span:nth-child(1) {
background: #333333;
transform: rotate(225deg);
top: 14px;
}
.active_drop_men span:nth-child(2) {
background: #333333;
transform: rotate(135deg);
top: 14px;
}
.active_drop_men span:nth-child(3) {
background: #333333;
transform: rotate(225deg);
top: 14px;
}
.header-menu-active {
background: #FBFBFB;
}
.header-menu-active .header-wrap {
border-bottom: 1px solid rgba(234, 235, 242, 0.00);
}
.header-menu-active .open-menu-btn{
background:#f5f5f5;
}
.header-wrap {
height: 73px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #EAEBF2;
transition: 0.4s;
}
.header-logo{
width:150px;
}
.header-menu-block {
display: flex;
justify-content: space-between;
width: calc(100% - 150px);
}
.header-menu {
display: flex;
align-items:center;
}
.header-menu li{
margin-left:30px;
}
.header-menu li a ,
.header-lists li a{
font-size: 14px;
color: #333333;
transition:0.3s;
}
.header-menu li a:hover ,
.header-lists li a:hover{
color:#8044DB;
text-decoration:underline;
}
.footer-menu li a:hover,
.footer-info a:hover {
color: #b891f5;
text-decoration: underline;
}
.header-lists {
display: flex;
align-items: center;
}
.header-lists li{
margin-left:35px;
}
.header-lists li a img{
margin-left:7px;
}
.footer-wrap {
background: #46444C;
}
.footer-wrap .container{
display:flex;
justify-content:space-between;
align-items:center;
height:97px;
}
.footer-menu{
display:flex;
}
.footer-menu li{
margin:0 22px 0;
}
.footer-menu li a{
display: flex;
font-size: 14px;
color: #FFFFFF;
transition:0.3s;
}
.switch-language{
width:125px;
position:relative;
}
.switch-language select{
width:100%;
}
.switch-language .select2-container--default .select2-selection--single {
padding-left:35px;
background-color: #46444C;
border: 1px solid #46444C;
outline:none;
}
.switch-language .select-img{
position: absolute;
top: 2px;
z-index: 1;
left: 0;
}
.switch-language .select2-container--default .select2-selection--single .select2-selection__rendered {
color: white;
}
.select2-search--dropdown {
display: none;
}
.footer-bottom {
background: #3D3B43;
}
.footer-bottom .container{
display: flex;
justify-content: space-between;
align-items: center;
height: 50px;
}
.footer-made {
color: #ffffff;
font-size: 14px;
}
.footer-made span{
font-weight: 600;
}
.footer-info {
display:flex;
}
.footer-info a {
font-size: 14px;
text-align: right;
text-decoration-line: underline;
color: #FFFFFF;
margin-left: 34px;
transition:0.3s;
}
.main-banner {
padding: 50px 0 49px;
background-image: url(../img/gradient-banner-bg.svg);
background-repeat: no-repeat;
}
.main-banner .container{
display:flex;
justify-content:space-between;
align-items:center;
}
.banner-left h1{
font-weight: bold;
font-size: 36px;
color: #333333;
}
.banner-left p {
font-weight: 500;
font-size: 24px;
color: #333333;
margin:16px 0 28px;
}
.banner-left .button-green {
width:203px;
}
.banner-btns-links {
margin-left: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.banner-btns-links li {
width: 40px;
height: 40px;
background: #FFFFFF;
border: 1px solid #EAEBF2;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: 0.3s;
}
.banner-btns-links li:hover{
border: 1px solid #c1c1c1;
}
.banner-pdf {
width: 340px;
max-width: 100%;
background: #FFFFFF;
border: 1px solid #EAEBF2;
border-radius: 15px;
padding:25px;
}
.banner-right {
display: flex;
}
.span-line {
background: #FFFFFF;
border: 1px solid #EAEBF2;
border-radius: 15px;
height:16px;
display:inline-block;
}
.span-line.span-gradient {
background: linear-gradient(60.05deg, #4298E8 0%, #8044DB 100%), linear-gradient(60.05deg, #ED6E76 0%, #F2AA6F 100%);
}
.span-big{
width:52px;
margin-right:10px;
}
.span-little {
width: 35px;
}
.pdf-top{
display:flex;
justify-content:space-between;
align-items:center;
}
.pdp-edit {
background: #FFFFFF;
box-shadow: 0px 4px 25px rgba(182, 185, 200, 0.25);
width: 32px;
height: 32px;
display:flex;
justify-content:center;
align-items:center;
border-radius:50%;
cursor:pointer;
transition:0.3s;
}
.pdp-edit:hover {
box-shadow: 0px 4px 25px rgba(182, 185, 200, 0.5);
}
.gradient-text {
background: transparent;
background: -webkit-gradient(linear, to right, color-stop(0%, #70abf2), color-stop(100%, #8044DB));
background: -webkit-linear-gradient(60.05deg, #70abf2 0%, #8044DB 100%), linear-gradient(60.05deg, #ED6E76 0%, #F2AA6F 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
text-transform: uppercase;
text-align: center;
font-weight: 900;
font-size: 100px;
margin:45px 0 45px;
}
.gradient-img {
width: 100%;
}
.def-pdf {
padding: 60px 0 60px;
background: linear-gradient(63.59deg, #4298E8 0%, #8044DB 100%);
background-color: #8044DB;
position:relative;
/*background: linear-gradient(63.59deg, #4298E8 0%, #8044DB 100%);*/
}
.def-pdf:after{
content:'';
top:0;
left:0;
width:100%;
height:100%;
position:absolute;
background-repeat: no-repeat;
background-position: center;
background-image: url(../img/home-blue-bg.svg);
}
.def-pdf-block {
width:349px;
max-width:100%;
margin:auto;
text-align: center;
padding: 30px 51px 32px;
background: #FFFFFF;
border-radius: 15px;
position:relative;
z-index:5;
}
.def-pdf-block h3 {
font-size: 18px;
text-transform: uppercase;
color: #333333;
position: relative;
margin: 29px 0 29px;
}
.def-pdf-block h6:before{
content:'';
background:#2EB9B7;
position:absolute;
width:45px;
border-radius:50px;
height:2px;
left:calc(50% - 22px);
bottom:-17px;
}
.def-pdf-block p {
font-weight: 500;
line-height: 21px;
font-size: 14px;
color: #333333;
margin:0 0 19px;
}
.def-pdf-block p span{
color:#6964E0;
display:block;
}
.accordion-block{
margin:0 0 10px;
}
.title {
background-image: url(../img/how-to-icc.svg);
background-repeat: no-repeat;
background-position: top center;
padding: 60px 0 20px;
font-weight: bold;
font-size: 30px;
text-align: center;
color: #333333;
position: relative;
margin: 0 0 20px;
}
.title span{
display:block;
margin:5px 0 0;
color:#d4d4d4;
}
.how-to-pdf{
margin:40px 0 50px;
}
.title:before {
content: '';
background: #2EB9B7;
position: absolute;
width: 45px;
border-radius: 50px;
height: 2px;
left: calc(50% - 22px);
bottom: 0;
}
.how-to-accordion{
width:729px;
max-width:100%;
margin:auto;
}
.accordion-block {
border: 1px solid #EAEBF2;
border-radius: 15px;
background: #FFFFFF;
}
.accordion-tittle {
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 0 30px;
cursor: pointer;
}
.accordion-name {
font-size: 18px;
color: #333333;
}
.accordion-info{
display:flex;
margin-right:40px;
}
.accordion-info li{
text-align:center;
width:20px;
margin:0 6px;
}
.accordion-arrow{
position:absolute;
top:25px;
right:27px;
transition:0.5s;
}
.accordion-active .accordion-arrow{
transform:rotate(180deg);
}
.accordion-active .accordion-name {
font-weight: 500;
}
.accordion-text {
border-top: 1px solid #EAEBF2;
display: none;
}
.accordion-list {
padding: 34px 43px 25px;
border-bottom: 1px solid #EAEBF2;
}
.accordion-list li{
color: #2EB9B7;
font-weight: 600;
font-size: 16px;
list-style-type: decimal;
margin:0 0 17px;
}
.accordion-list li span{
font-weight: 400;
color: #333333;
padding-left:15px;
}
.accordion-btn{
padding:15px 0;
}
.accordion-btn .button-green{
width:285px;
margin:auto;
font-weight: 600;
}
.accordion-btn .button-green span {
padding: 0 7px;
font-weight: 400;
color:#eaeaea;
}
.new-block {
margin:30px 0 0;
display: inline-flex;
border-radius: 20px;
background-color: #F6F6F9;
padding: 5px 10px;
color: #6E5DDF;
font-size: 13px;
}
.new-block b{
font-weight: 600;
color: #6E5DDF;
position:relative;
top:2px;
left:2px;
}
.new-block p{
color: #6E5DDF;
margin-top: 0;
font-size: 13px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
line-height: normal
}
.new-block span{
background: #6E5DDF;
color:#ffffff;
padding: 0px 5px;
border-radius: 20px;
}
.pdf-tab{
margin:40px 0 0;
}
.tab-btns {
display: flex;
justify-content: center;
border-bottom: 1px solid #ddd;
margin:0 0 35px;
}
.tab-btn-block {
padding: 15px 15px;
margin: 0 2px;
border-radius: 4px 4px 0 0;
margin-bottom: -1px;
cursor: pointer;
font-weight: 600;
border: 1px solid #ffffff;
color: #8044DB;
border-bottom: 1px solid #ddd;
}
.tab-btn-block:hover {
border: 1px solid #ddd;
border-bottom: none;
}
.tab-btn-block.tab-active-btn {
color:#46444C;
border: 1px solid #ddd;
border-bottom: 1px solid #ffffff;
}
.tab-block{
display:none;
}
.textarea-name{
text-align:center;
margin:0 0 10px;
font-size:16px;
color:#333333;
}
.pdf-form textarea {
width: 100%;
margin: 0 0 10px;
height: 100px;
padding: 15px;
color: #333333;
resize:none;
}
.pdf-form p{
margin:10px 0 15px;
font-size:16px;
text-align:center;
color:#acacac;
}
.pdf-form-btns {
margin: 10px 0 20px;
display: flex;
justify-content: center;
align-items: center;
}
.pdf-form-btns a.button-green{
height:40px;
padding:0 20px;
margin-right:5px;
}
.more-options {
height: 40px;
padding: 0 15px;
display: flex;
justify-content: center;
align-items: center;
color: #333333;
transition: 0.3s;
border: 1px solid #ffffff;
}
.more-options:hover{
color:#8044DB;
border-radius:5px;
border:1px solid #8044DB;
}
/* header menu */
.open-menu-btn {
cursor: pointer;
position: relative;
padding: 10px 20px 10px 10px;
border-radius: 4px;
}
.open-menu-btn:before{
content: '';
position: absolute;
right: 8px;
top: 50%;
margin-top: -5px;
width: 10px;
height: 10px;
background-image: url(../img/down-arrow.svg);
background-size: cover;
}
.mega-menu {
z-index: 899;
position: relative;
margin-top: 10px;
display: none;
border-bottom: 1px solid #EAEBF2;
}
.mega-menu-inner li a{
position:relative;
}
.tooltip-block {
display:none;
color: #ffffff;
position: absolute;
bottom: 38px;
background: #000000;
padding:10px 15px 5px;
width: 400px;
left: -190px;
z-index: 5;
text-align: center;
border-radius:5px;
opacity:0;
transition-delay:0.5s;
transition:0.4s;
}
.tooltip-block::after {
content: '';
position: absolute;
left: calc(50% - 4px);
bottom: -16px;
border: 8px solid transparent;
border-top: 8px solid #000000;
}
.mega-menu-inner li a:hover{
opacity:1;
}
.mega-menu-inner li a:hover .tooltip-block {
opacity: 1;
display:block;
}
.mega-menu-inner {
background-color: #fff;
padding-top: 33px;
padding-bottom: 28px;
position: relative;
}
.mega-menu .close {
font-weight: 100;
margin-top: -25px;
margin-bottom: -35px;
margin-right: 25px;
font-size: 40px;
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2;
filter: alpha(opacity=20);
}
.mega-menu .row {
margin-right: 0;
margin-left: 0;
}
.mega-menu .col {
padding-right: 0 !important;
padding-left: 0 !important;
min-height: 255px;
}
.col-xs-6 {
width: 50%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
li.select2-results__option span{
position:relative;
top:-4px;
}
li.select2-results__option span img{
position:relative;
top:4px;
margin-right:6px;
}
.select2-container--open .select2-dropdown {
left: -6px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
background:#8044DB;
}
.mega-menu ul {
margin: 0;
padding: 0;
}
.mega-menu .header {
text-transform: uppercase;
margin-bottom: 10px;
line-height: 12px;
min-height: 24px;
display: inline-block;
padding-right: 12px;
color: #999;
}
.mega-menu li a {
line-height: 17px;
color: #000;
padding:7px 0;
display: inline-block;
text-decoration: none;
text-overflow: ellipsis;
position: relative;
transition:0.3s;
}
.mega-menu li a:hover{
color:#8044DB;
text-decoration:underline;
}
.mega-menu .label.label-success {
margin-left: 8px;
font-weight: 400;
background-color: rgba(104, 52, 183, 0.15);
color: #6834b7;
padding: .1em .3em .15em;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.menu-serch {
clear: both;
width: 400px;
max-width: 100%;
margin: auto;
padding: 15px 0 0;
}
.menu-serch input{
width: 100%;
height: 40px;
border: 1px solid #b69edb;
outline: none;
border-radius: 50px;
padding-left: 40px;
font-size: 16px;
background-image: url(../img/search.svg);
background-repeat: no-repeat;
background-size: 24px 18px;
background-position: 10px 10px;
}
.subscription-plans {
padding: 60px 0 35px;
background-image: url(../img/pricing-bg.svg);
background-size: cover;
}
.subscription-plans h2 {
font-weight: bold;
line-height: 48px;
font-size: 36px;
text-align: center;
color: #FFFFFF;
}
.plans-btns {
width: 480px;
max-width: 100%;
display: flex;
justify-content: center;
margin: 20px auto 30px auto;
border-radius: 5px;
overflow: hidden;
}
.plans-btn-block {
width: 50%;
height: 50px;
font-weight: 500;
line-height: normal;
font-size: 14px;
text-align: center;
text-transform: uppercase;
color: #333333;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background: rgba(255, 255, 255, 0.50);
cursor:pointer;
transition:0.3s;
}
.plans-btn-block:hover{
background: rgba(255, 255, 255, 0.75);
}
.plans-btn-block.plans-btn-active{
background:#ffffff;
}
.plans-tab-block{
display:none;
}
.plans-tab-block.plans-active {
display: block;
}
.pracing-wrap{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.pracing-block {
width: calc(33.333% - 20px);
background: #FFFFFF;
border-radius: 15px;
padding: 0px 32px 24px;
margin: 0 0 30px;
}
.pricing-cost {
font-family: 'Montserrat', sans-serif;
text-align: center;
margin: 56px 0;
font-weight: bold;
font-size: 36px;
background: transparent;
background: -webkit-gradient(linear, to right, color-stop(0%, #70abf2), color-stop(100%, #8044DB));
background: -webkit-linear-gradient(60.05deg, #70abf2 0%, #8044DB 100%), linear-gradient(60.05deg, #ED6E76 0%, #F2AA6F 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.pricing-title {
font-weight: 600;
line-height: normal;
font-size: 18px;
text-align: center;
text-transform: uppercase;
color: #333333;
position:relative;
margin-bottom:20px;
}
.pricing-title:before {
content: '';
background: #6D5DDF;
position: absolute;
width: 45px;
border-radius: 50px;
height: 2px;
left: calc(50% - 22px);
bottom: -14px;
}
.pricing-title span{
font-weight:400;
}
.pricing-list{
margin:0 0 15px;
}
.pricing-list li {
padding: 8px 0 8px 25px;
font-size: 14px;
color: #333333;
background-image: url(../img/green-ok.svg);
background-size: 15px 14px;
background-repeat: no-repeat;
background-position: 0px 8px;
}
.pricing-list li.pricing-disable{
background-image: url(../img/red-close.svg);
background-size: 12px 14px;
color:#9D9D9D;
}
.pricing-info{
padding:0 0 15px;
}
.pricing-info-block {
padding: 60px 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.pricing-info-block:first-child{
border-bottom: 1px solid #EAEBF2;
}
.pricing-left-info{
width:calc(45% - 35px);
}
.pricing-right-info {
width: calc(55% - 35px);
}
.pricing-info-title {
font-weight: bold;
font-size: 30px;
color: #333333;
margin:0 0 40px;
position:relative;
}
.pricing-info-title:before {
content: '';
background: #2EB9B7;
position: absolute;
width: 45px;
border-radius: 50px;
height: 2px;
left: 0;
bottom: -14px;
}
.pricing-info .pricing-list li {
padding: 8px 0 18px 25px;
}
.forever-free {
padding: 45px 0 10px;
background-image: url(../img/forever-free-bg.svg);
background-size: cover;
}
.forever-free h2 {
font-weight: bold;
font-size: 30px;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
position:relative;
margin-bottom:40px;
}
.forever-free h6:before {
content: '';
background: #FFFFFF;
position: absolute;
width: 45px;
border-radius: 50px;
height: 2px;
left: calc(50% - 22px);
bottom: -12px;
}
.forever-free .pracing-wrap{
justify-content:center;
}
.pricing-faq{
padding:60px 0 40px;
}
.pricing-faq-top {
padding: 0 0 40px;
border-bottom: 1px solid #EAEBF2;
}
.pricing-faq-top h2 {
font-weight: bold;
font-size: 36px;
color: #333333;
margin: 0 0 10px;
}
.pricing-faq-top p {
font-size: 24px;
color: #868686;
}
.pricing-bottom-info{
padding:15px 0 0;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.faq-info-block{
width:calc(50% - 15px);
margin:30px 0 0;
}
.faq-info-block h3{
font-weight: 600;
line-height: 30px;
font-size: 20px;
color: #333333;
margin:0 0 25px;
position:relative;
}
.faq-info-block h6:before{
content: '';
background: #6D5DDF;
position: absolute;
width: 45px;
border-radius: 50px;
height: 2px;
left: 0;
bottom: -10px;
}
.faq-info-block p {
line-height: 24px;
font-size: 16px;
color: #333333;
margin:0 0 15px;
}
.faq-info-block p a{
display:block;
color:#6D5DDF;
text-decoration:underline;
}
.copy-and-paste{
background-color:#f2f2f5;
border-radius:10px;
padding:15px;
margin:0 0 35px
}
.copy-and-paste textarea{
width:100%;
height:60px;
padding:10px;
resize:none;
border-radius:10px;
border-color:#d2d3db;
color:#444444;
}
.copy-btns{
margin:10px 0 0;
display:flex;
}
.copy-btns a.button-green{
padding:0 15px;
height:40px;
}
.copy-and-paste .click-btn {
background: none;
color: #8044DB;
margin-left: 10px;
border: 1px solid #8044DB;
}
a.read-more-link {
color: #8044DB;
font-size:20px;
display:block;
margin:0 0 60px;
}
.switch-language:hover .languagepicker{
display:block;
}
.languagepicker {
display: none;
position: absolute;
background: #333333;
width: 100%;
bottom: 32px;
padding:10px 0 8px;
border-radius:5px 5px 0 0;
}
.language-active{
position:relative;
}
.language-active:before{
content: '';
width: 8px;
height: 4px;
background-image: url(../img/arrow-bottom.svg);
background-size: cover;
position: absolute;
top: 20px;
right: 0;
}
a.language-link img {
margin-right: 8px;
}
a.language-link {
font-size: 14px;
color: #FFFFFF;
display: flex;
align-items: center;
padding:5px 12px;
}
a.language-link:hover{
opacity:1;
}
.languagepicker a.language-link {
transition:0.3s;
}
.languagepicker a.language-link:hover{
background:#8044DB;
color:#ffffff;
opacity:1;
}
#app-root.drawing .page-side-bar,
#app-root.drawing .page-side-bar a,
#app-root.drawing .page-side-bar img,
#app-root.drawing .page-side-bar div {
pointer-events: none;
user-select: none;
}
.upload-top-info .app-welcome.teacher-welcome{padding-top: 0;}
.upload-top-info .app-welcome.blog-welcome{padding-top: 0;}
.upload-top-info .app-welcome.blog-welcome .upload-welcom-descr{
margin: 0 auto 15px;
}
.how-it-works .post p.check-line{
font-size: 12px;
display: flex;
align-items: center;
}.create-account-box{
display: flex;
flex-direction: column;
align-items: center;
}
.create-account-box input[type="text"],
.create-account-box input[type="email"],
.create-account-box input[type="password"]{
width: 300px;
height: 40px;
padding: 6px 14px;
font-size: 14px;
border-radius: 5px;
margin-bottom: 15px;
border: 1px solid #EAEBF2;
}
.create-account-box .button-green{
width: 300px;
margin-bottom: 25px;
}
.create-account-box input[type="checkbox"]{
margin-right: 10px;
}
.create-account-box p{
text-align: center;
}
.images-link{
display: flex;
margin-bottom: 30px;
}
.images-link img{
width: 150px;
height: 150px;
object-fit: contain;
margin: 0 30px;
}
.social-icons{
display: flex;
margin-bottom: 30px;
}
.social-icons a{
width: 50px;
height: 50px;
border-radius: 50%;
margin: 0 5px;
display: flex;
justify-content: center;
align-items: center;
}
.social-icons a img{
width: 28px;
height: 28px;
object-fit: contain;
}
.social-icons a.fb{background-color: #5E75AC;}
.social-icons a.gp{background-color: #E66A56;}
.social-icons a.tw{background-color: #33BAF4;}
.social-icons a.ml{background-color: #F9D533;}
.how-it-works .container.centered.noline:last-child {border-bottom: none;}
.scholl-image{width: 500px;}
.blog-post img{margin: 0 auto 25px; display: block;}
.blog-post .button-green{width: 135px;}
.blog-post b{font-weight: 700;}
.container.blog-container{padding-bottom: 50px;}
.date-blog-post{
display: block;
font-size: 14px;
font-weight: 500;
color: #6E5DDF;
margin-bottom: 25px;
}
.edit-label{
margin:50px 0 40px;
font-size:22px;
}
.edit-choose-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.edit-choose-block {
display: block;
width: 200px;
height: 180px;
padding:25px 15px 15px;
border: 2px solid #6767E1;
border-radius: 5px;
margin: 0 10px 20px;
}
.edit-to-photo {
height:75px;
display:flex;
justify-content:center;
flex-wrap:wrap;
}
.edit-to-photo img {
max-width: 35px;
max-height:30px;
}
.edit-to-photo img.little-iccon{
max-width:15px;
margin:0 7px;
}
.edit-to-text {
font-weight: bold;
color: #6767E1;
font-size: 18px;
}
.edit-to-text:after {
content: '';
width: 18px;
display: inline-block;
height: 16px;
position: relative;
background-image: url(../img/arrow-go-to.svg);
background-size: cover;
position:relative;
left:5px;
transition:0.3s;
}
.edit-to-text:hover:after {
left:10px;
}
.request-form h6 {
font-size: 24px;
text-align: center;
font-weight: 600;
margin: 0 0 10px;
}
.pdf-form.request-form p {
margin: 10px 0 35px;
font-size: 17px;
}
.request-form input {
width: 100%;
max-width: 600px;
height: 40px;
margin: 0 auto 20px auto;
display: block;
border: 1px solid #b69edb;
outline: none;
border-radius: 50px;
padding-left: 20px;
font-size: 16px;
font-family: "Montserrat", sans-serif;
}
.request-form textarea {
font-family: "Montserrat", sans-serif;
width: 100%;
max-width: 600px;
height: 150px;
margin: 0 auto 20px auto;
display: block;
border: 1px solid #b69edb;
outline: none;
border-radius: 10px;
padding-left: 20px;
font-size: 16px;
}
.request-form strong{
display:block;
text-align:center;
margin:0 0 10px;
color:#333333;
font-size:16px;
font-weight:bold;
}
.request-form sub {
display: block;
text-align: center;
color: #333333;
margin: 10px 0 20px;
}
.edit-message {
color: #aaa;
text-align:center;
font-size:14px;
margin:20px 0 15px;
}
.mini-title-photo {
font-size: 12px;
color: #6767E1;
width: 100%;
text-align: center;
}
.split-page-idit{
padding:70px 0 50px;
}
.split-page-top {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
padding: 10px 15px 30px;
position: relative;
}
.split-page-top p{
font-weight:500;
color:#333333;
}
.split-page-top .clear-btn{
background: none;
color: #8044DB;
margin-left: 10px;
border: 1px solid #8044DB;
height: 40px;
width: 155px;
}
.split-range {
position: absolute;
top: 30px;
right: 40px;
display:flex;
align-items:center;
}
.split-range input{
cursor:pointer;
}
.split-range img{
max-width:15px;
margin:0 7px;
}
.split-main-wrap {
padding: 50px 20px 30px;
background: #E8E8E8;
display:flex;
flex-wrap:wrap;
justify-content:center;
}
.split-main-block{
/* width:12%;*/
margin:0 0 15px;
text-align:center;
padding:10px 17px 20px;
cursor:pointer;
transition:0.3s;
}
.split-main-block:not(.extract_block_not_split):hover{
background: #dedede;
border-right:2px dashed #333333;
}
.extract_block_not_split:hover{
background: #dedede;
}
.split-main-block:not(.extract_block_not_split):hover .split-main-photo{
left:-10px;
}
.split-main-photo {
padding: 12px 10px;
background: #ffffff;
position:relative;
left:0;
transition:0.3s;
}
.split-main-num{
color:#333333;
margin:0 0 5px;
font-size:15px;
}
.tooltip-wrap {
position: relative;
display: inline-block;
cursor:pointer;
}
.tooltip-wrap .tooltiptext {
visibility: hidden;
width: 250px;
background-color: #555;
color: #fff;
text-align: center;
padding: 5px;
border-radius: 6px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -125px;
opacity: 0;
transition: opacity 0.3s;
}
.tooltip-wrap .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.tooltip-wrap:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.fixed-bottom-panel h4{
text-align:center;
font-size:18px;
font-weight:700;
margin:10px 0 15px;
}
.split-every{
display:flex;
justify-content:center;
align-items:center;
margin:10px 0 15px;
}
.split-every-text{
color:#333333;
}
.split-every-input {
width: 40px;
height:40px;
text-align:center;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
color:#333333;
border-radius: 3px;
margin:0 8px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.split-every .tooltip-wrap{
margin-left:10px;
}
.alt-mix-wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin: 100px 0 100px;
}
.alt-mix-block{
width:650px;
max-width:100%;
padding:10px;
border-radius:5px;
position:relative;
background:#F9F9F9;
/* transition:0.3s; */
}
.alt-mix-title {
display: flex;
align-items: center;
}
.alt-mix-title img {
width:25px;
}
.alt-mix-title span{
margin-left:10px;
color:#333333;
font-size:16px;
}
.alt-mix-block p{
color:#333333;
font-size:16px;
margin-right:10px;
}
.pick-pages-btn {
margin:15px 0 10px;
display: flex;
align-items:center;
flex-wrap: wrap;
}
.order-edit-btn {
width: 120px;
height: 32px;
display: flex;
justify-content: center;
align-items: center;
background: #ffffff;
border: 1px solid #cccccc;
}
.regular-order-btn{
border-radius:5px 0 0 5px;
}
.reverse-order-btn{
border-radius:0 5px 5px 0;
}
.order-edit-btn:hover {
opacity: 1;
background: #D7F6EE;
border: 1px solid #00A37A;
}
.order-edit-btn.order-btn-active {
background: #D7F6EE;
border: 1px solid #00A37A;
}
.switch-alt-mix{
display:flex;
align-items:center;
flex-wrap:wrap;
}
.switch-alt-mix input {
width: 50px;
height: 30px;
text-align: center;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
color: #333333;
border-radius: 3px;
margin-right:10px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.alt-close-block{
position:absolute;
color:#7d7d7d;
top:10px;
right:10px;
}
.alt-mix-block .file_num{
position: absolute;
right: 0px;
top: 0px;
visibility: visible;
}
.alt-mix-block .delete_file{
display: none;
visibility: hidden;
opacity: 0;
position: absolute;
transform: rotate(45deg);
font-size: 24px;
right: -3px;
top: -5px;
}
.alt-mix-block:hover .file_num{
display: none;
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.5s linear;
}
.alt-mix-block:hover .delete_file {
display: block;
visibility: visible;
opacity: 1;
transition: visibility 0s, opacity 0.5s linear;
}
.alternate-right-block .app-welcome {
padding: 0;
}
.alternate-right-block .upload-btn-wrap {
width: 250px;
}
.alternate-right-block .upload-button {
position: relative;
}
.alternate-right-block .upload-button:before{
content: '';
width: 23px;
height: 23px;
position: absolute;
top: 14px;
left: 20px;
background-image: url(../img/add-list.svg);
background-size: cover;
}
.list-mix {
margin: 30px 0 0;
display: flex;
justify-content: flex-end;
}
.list-mix a{
margin:0 7px;
color:#8044DB;
}
.crop-edit {
margin: 100px 0 0;
padding: 15px 0 100px;
background: #E8E8E8;
}
.crop-edit-block{
padding:20px 15px 15px;
border-radius:10px;
background:#eeeeee;
margin:0 0 20px;
}
.crop-text{
text-align:center;
margin:30px 0 40px;
color:#333333;
}
.crop-edit-photo {
background: #999999;
position: relative;
}
.crop_border{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.crop-edit-photo img{
width:100%;
}
.crop-edit-top {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin:0 0 40px;
}
.crop-edit-form label {
margin-right: 20px;
}
.crop-edit-form span {
color: #333333;
padding-right: 10px;
}
.crop-edit-form input {
width: 50px;
height: 30px;
text-align: center;
color: #979797;
border: 1px solid #979797;
}
.crop-title{
text-align:center;
font-size:18px;
font-weight:600;
margin:0 0 15px;
}
.encrypt-new-edit{
padding:120px 0 70px;
}
.encrypt-new-edit .fixed-task-form {
max-width: 750px;
}
.encrypt-new-edit .more-options-btns-wrap{
display: flex;
justify-content: center;
flex-wrap:wrap;
}
.encrypt-new-edit .options-btn{
margin-right:20px;
}
.encrypt-forms{
margin:40px 0 10px;
display:flex;
justify-content:center;
flex-wrap:wrap;
}
.more-options-box .head-space .encrypt-forms label {
margin: 0 12px 15px;
display: flex;
align-items: center;
cursor: pointer;
}
.encrypt-forms .encrypt-span{
padding:0 7px;
font-size:14px;
color:#333333
}
.encrypt-depending{
text-align:center;
color:#cccccc;
margin:5px 0 15px;
font-size:12px;
}
.encrypt-btn{
display:flex;
align-items:center;
flex-wrap:wrap;
}
.encrypt-btn p{
margin-right:10px;
font-size:16px;
color:#333333;
font-weight:bold;
}
.encrypt-btns-wrap {
display: flex;
flex-wrap: wrap;
}
.encrypt-btn-name {
padding:7px 10px;
background: #ffffff;
}
.encrypt-btn-name:nth-child(1){
border: 1px solid #cccccc;
border-radius:5px 0 0 5px;
}
.encrypt-btn-name:nth-child(2){
border: 1px solid #cccccc;
}
.encrypt-btn-name:nth-child(3){
border: 1px solid #cccccc;
border-radius:0 5px 5px 0;
}
.encrypt-btn-name:hover {
opacity: 1;
background: #D7F6EE;
border: 1px solid #00A37A;
}
.encrypt-btn-active {
background: #D7F6EE;
border: 1px solid #00A37A;
}
.repair-new-edit{
padding:100px 0 40px;
}
.repaired-bottom {
margin: 50px 0 20px;
}
.repaired-bottom p{
text-align:center;
margin:0 0 25px;
color:#cccccc;
}
.repaired-bottom .button-green{
width: 150px;
height: 42px;
margin: auto;
}
.new-edit-resize{
margin:100px 0 50px;
}
.related-text {
margin: 20px 0 10px;
font-size: 16px;
color: #a4a4a4;
}
.related-text a{
color:#6767E1;
}
.choose-an-option{
width:100%;
margin:30px 0 15px;
text-align:center;
font-weight:600;
}
.btn-resize-continue{
width:100%;
margin:40px 0 0;
}
.btn-resize-continue .button-green{
width:170px;
margin:auto;
}
.split-extract-block.resize-margin-block {
width: auto !important;
}
.resize-text, .new_page_size_here{
margin:12px 0 0;
color:#333333;
font-size:11px;
}
.resize-text.overline{
text-decoration: line-through;
}
.split-extract-block.resize-margin-block.resize-margin-active {
background: #FFD490;
}
.split-extract-block.resize-margin-block.resize-margin-active:hover{
background-color: #f4a300;
}
.margin-forms {
max-width: 880px;
margin: auto;
display: flex;
flex-wrap: wrap;
}
.margin-forms h3{
width:100%;
margin:0 0 20px;
font-size:16px;
font-weight:bold;
}
.margin-label{
width:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:16px;
color:#333333;
margin:0 0 10px;
}
.margin-label b{
font-weight:bold;
width:80px;
text-align:right;
}
.margin-label input{
width:75px;
height:40px;
border-radius:5px;
padding-left:10px;
margin:0 7px;
}
.margin-label.full-width{
width:100%;
}
.resize-btn-block{
width:100%;
margin:30px 0 0;
}
.resize-btn-block a.button-green{
width:160px;
height:40px;
margin:auto;
}
.select {
width: 200px;
height: 40px;
display: block;
margin: auto;
border: 1px solid #ccc;
border-radius: 5px;
padding-left: 10px;
cursor:pointer;
outline: none;
background-image: url(../img/arrow-select.svg);
background-size: 11px;
background-repeat: no-repeat;
background-position-x: calc(100% - 10px);
background-position-y: 15px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.select::-ms-expand {
display: none;
}
.split-page-idit.resize-split-wrap{
padding-bottom: 0;
}
.watermark-eit-wrap {
padding: 30px 0 40px;
background: #E8E8E8;
}
.watermark-pdf-block{
max-width:calc(100% - 30px);
margin:auto;
text-align:center;
}
.watermark-btns{
margin:0 0 20px;
display:flex;
justify-content:center;
}
.watermark-btn-block {
padding: 9px 10px 9px 30px;
border: 1px solid #6767E1;
color: #6767E1;
background-size: 12px;
cursor: pointer;
background-position: 10px 9px;
background-repeat: no-repeat;
transition: 0.3s;
}
.watermark-add-text {
background-size: 12px;
background-position: 10px 9px;
border-radius: 5px 0 0 5px;
background-image: url(../img/text-iccon.svg);
}
.watermark-add-image {
background-image: url(../img/picture-iccon.svg);
border-left: none;
border-radius: 0 5px 5px 0;
background-size: 16px;
background-position: 8px 8px;
}
.watermark-add-image input {
display: none;
}
.recognize-text-section {
padding:50px 0 70px;
}
.recognize-text-online {
padding: 30px 50px 100px;
background: #E8E8E8;
display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.recognize-left-pdf{
width:calc(50% - 50px);
background:#ffffff;
padding:30px 20px;
}
.recognize-midle{
width:100px;
text-align:center;
}
.recognize-midle span{
display:block;
font-size: 25px;
color: #CCC;
}
.recognize-midle img{
width:20px;
}
.recognize-right-info {
width: calc(50% - 50px);
min-height: 200px;
display: flex;
align-items: center;
padding: 20px;
background: #ffffff;
}
.recognize-info-block{
width:100%;
}
.recognize-info-block p {
text-align: center;
color: #AAA;
padding: 10px;
}
.recognize-info-block .preloader {
text-align: center;
}
.recognize-btns-block{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
}
.recognize-btns-block .select {
width: 110px;
margin:0 10px 0 0;
}
.recognize-btns-block a.button-green {
height: 40px;
width: 250px;
font-size: 13px;
transition: 0.3s;
}
.recognize-settings{
display:flex;
align-items:center;
flex-wrap:wrap;
}
.recognize-settings-block{
padding:15px;
width:50%;
display:flex;
justify-content:center;
align-items:center;
}
.recognize-settings-name{
font-weight:bold;
margin-right:10px;
}
.recognize-settings-block .select{
width:140px;
margin:0;
}
.output-formats-btns {
margin: 15px 0 10px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.output-btn {
display: flex;
justify-content: center;
align-items: center;
background: #ffffff;
border: 1px solid #cccccc;
font-size: 13px;
padding: 7px 10px;
cursor: pointer;
transition:0.3s;
}
.output-btn-active:nth-child(1) {
border-radius: 5px 0 0 5px;
}
.output-btn-active:nth-child(2) {
border-radius: 0 5px 5px 0;
}
.output-btn:hover {
opacity: 1;
background: #D7F6EE;
border: 1px solid #00A37A;
}
.output-btn.output-btn-active {
background: #D7F6EE;
border: 1px solid #00A37A;
}
@media (min-width: 768px) {
.col-sm-2 {
width: 16.666666666666664%;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
}
.canvas_padding_outer{
border: 1px solid #ebebeb;
overflow: hidden;
}
.page_size {
width: 100%;
}
.fancybox-container {
z-index: 999 !important;
}
.app-welcome form{
position: relative;
}
.switch-language:hover .languagepicker{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
right: 0;
width: 550px;
}
.languagepicker li{
width: calc(33.3333% - 15px);
margin-right: 15px;
}
.languagepicker li img {
min-width: 32px;
}
@media (max-width: 767px) {
.switch-language:hover .languagepicker{
width: 400px;
left: 50%;
margin-left: -200px;
}
.languagepicker li{
width: calc(50% - 15px);
}
}
@media (max-width: 575px) {
.switch-language:hover .languagepicker{
width: 300px;
left: 50%;
margin-left: -150px;
}
} | public/css/StyleSheet.css | .footer_soc a:hover .fa-twitter {
color: #00aced;
}
.footer_soc a:hover {
opacity: 1;
}
.footer_soc a .fab {
transition: all 0.3s ease;
}
.footer_soc a:hover .fa-facebook-square {
color: #3C5A99;
}
.footer_soc a:hover .fa-youtube {
color: red;
}
.footer_soc a:hover .fa-linkedin-in {
color: #4875B4;
}
.footer_soc a:hover .fa-instagram {
color: #517FA4;
}
.facebook-like-wrapper {
background: #4267b2;
border: 1px solid #4267b2;
color: #fff;
cursor: pointer;
width: 100px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
background-image: url(../img/like.svg);
background-size: 16px;
background-position: 15px;
background-repeat: no-repeat;
margin-left: 25px;
border-radius: 5px;
position: relative;
}
.facebook-like-wrapper:after {
content: "Like";
color: #fff;
font-size: 16px;
margin-left: 15px;
font-weight: 600;
}
.result-top-line {
display: flex;
justify-content: center;
align-items: center;
}
.facebook-like-wrapper .fb-like {
position: absolute;
z-index: 5;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0;
}
/* 10.05 updates end */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
}
a,
a:hover,
a:focus {
text-decoration: none;
}
img{
max-width:100%;
}
header {
position: relative;
z-index:100;
background: #ffffff;
transition: 0.4s;
border-bottom: 0px solid #EAEBF2;
}
.header-active {
border-bottom: 1px solid #EAEBF2;
}
.header-active .header-wrap {
border-bottom: 1px solid rgba(234, 235, 242, 0.00);
height:60px;
}
.overley-bg, .pdf_preloader {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(104, 52, 183, 0.5);
z-index: 30;
display:none;
}
.container {
width: 1170px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
.app-title h1 sup {
position: relative;
font-size: 22px;
font-weight: 400;
left: 5px;
top: -7px;
}
.scroll-top {
position: fixed;
bottom: 12px;
right: 15px;
width: 34px;
height: 34px;
display: block;
background-color: #6767E1;
border: 1px solid #fff;
background-image: url(../img/up-arrow.svg);
background-size: 12px;
background-position: center;
background-repeat: no-repeat;
opacity: 0;
transition: all 0.6s ease;
transform: translateX(150%);
z-index: 10;
border-radius: 2px;
}
.scroll-top.active {
opacity: 1;
transform: none;
}
a.button-green {
height: 50px;
max-width:100%;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(54.25deg, #4298E8 0%, #8044DB 100%), linear-gradient(54.25deg, #ED6E76 0%, #F2AA6F 100%), linear-gradient(254.4deg, #61DFAA -19.24%, #2EB9B7 75.34%);
box-shadow: 0px 4px 8px rgba(35, 28, 75, 0.15);
border-radius: 5px;
font-weight: 500;
color: #FFFFFF;
font-size: 14px;
text-align: center;
text-transform: uppercase;
cursor: pointer;
transition: 0.3s;
}
a.button-green:hover {
opacity: 1;
background: linear-gradient(54.25deg, #4298E8 0%, #6834b7 100%), linear-gradient(54.25deg, #ED6E76 0%, #F2AA6F 100%), linear-gradient(254.4deg, #61DFAA -19.24%, #2EB9B7 75.34%);
color: #FFFFFF;
}
.login-modal {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
display:none;
z-index:99;
background:rgba(0, 0, 0, 0.35);
}
.login-modal-wrap{
position:relative;
background:#ffffff;
margin:0 0 0 20%;
width:80%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
}
.lolin-modal-block{
width:500px;
max-width:100%;
text-align:center;
}
.lolin-modal-block h3 {
font-size: 30px;
font-weight: 700;
margin-top: 40px;
color:#333333;
}
.sign-form {
max-width:350px;
margin:60px auto 0 auto;
}
.sign-form input {
width:100%;
display:block;
height: 40px;
padding: 6px 14px;
font-size: 14px;
border-radius:5px;
margin-top: 20px;
}
.forgot-password {
display: flex;
justify-content: flex-end;
margin-top: 15px;
}
.forgot-password a {
color: #AAA;
text-decoration: underline;
transition:0.3s;
}
.forgot-password a:hover {
color: #8044DB;
}
.sign-form button {
background-color: #6834b7;
color: #fff;
border-color: #6834b7;
outline: none;
width:200px;
height:45px;
margin: 25px 0 30px;
font-size: 18px;
font-weight: 700;
border-radius:10px;
cursor: pointer;
transition: 0.3s;
}
.sign-form button:hover{
background-color:#7c4dc2;
}
.lolin-modal-block .alert-danger {
padding: 15px 0;
margin-bottom: 12px;
}
.signed-google {
margin: 20px auto 20px auto;
width: 215px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
padding-left: 25px;
background-color: #fff;
color: #757575;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
background-image: url(../img/google.svg);
background-repeat: no-repeat;
background-position: 8px 10px;
background-size: 18px 18px;
}
.lolin-modal-block p {
margin-top: 20px;
color: #AAA;
}
.lolin-modal-block p a{
color:#8044DB;
}
.lolin-modal-block p a:hover{
text-decoration:underline;
}
#closeModal {
font-size: 80px;
padding: 5px 20px;
text-decoration: none;
opacity: 0.5;
cursor: pointer;
font-weight: 400;
color: #000;
position: absolute;
top: 0;
left: 0;
transition: 0.3s;
}
#closeModal:hover{
opacity:1;
}
.page-login {
min-height:100vh;
display: flex;
justify-content: center;
align-items: center;
}
.page-login .login-modal-wrap {
margin:0;
width: auto;
height: auto;
padding:10px 0 50px;
}
.page-login #closeModal{
display:none;
}
.new-container {
display: flex;
justify-content: center;
}
.new-container a{
margin-left:10px;
margin-right:10px;
}
.new-container a span{
margin-right:7px;
}
/*header*/
.menu_mob {
margin: 5px 0 0;
position: relative;
height: 42px;
width: 40px;
display: none;
}
.menu_mob span {
background: #6767E1;
display: block;
height: 5px;
width: 42px;
position: absolute;
top: 0;
transition: 0.5s;
}
.menu_mob span:nth-child(2) {
top: 13px;
}
.menu_mob span:nth-child(3) {
top: 26px;
}
.active_drop_men span:nth-child(1) {
background: #333333;
transform: rotate(225deg);
top: 14px;
}
.active_drop_men span:nth-child(2) {
background: #333333;
transform: rotate(135deg);
top: 14px;
}
.active_drop_men span:nth-child(3) {
background: #333333;
transform: rotate(225deg);
top: 14px;
}
.header-menu-active {
background: #FBFBFB;
}
.header-menu-active .header-wrap {
border-bottom: 1px solid rgba(234, 235, 242, 0.00);
}
.header-menu-active .open-menu-btn{
background:#f5f5f5;
}
.header-wrap {
height: 73px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #EAEBF2;
transition: 0.4s;
}
.header-logo{
width:150px;
}
.header-menu-block {
display: flex;
justify-content: space-between;
width: calc(100% - 150px);
}
.header-menu {
display: flex;
align-items:center;
}
.header-menu li{
margin-left:30px;
}
.header-menu li a ,
.header-lists li a{
font-size: 14px;
color: #333333;
transition:0.3s;
}
.header-menu li a:hover ,
.header-lists li a:hover{
color:#8044DB;
text-decoration:underline;
}
.footer-menu li a:hover,
.footer-info a:hover {
color: #b891f5;
text-decoration: underline;
}
.header-lists {
display: flex;
align-items: center;
}
.header-lists li{
margin-left:35px;
}
.header-lists li a img{
margin-left:7px;
}
.footer-wrap {
background: #46444C;
}
.footer-wrap .container{
display:flex;
justify-content:space-between;
align-items:center;
height:97px;
}
.footer-menu{
display:flex;
}
.footer-menu li{
margin:0 22px 0;
}
.footer-menu li a{
display: flex;
font-size: 14px;
color: #FFFFFF;
transition:0.3s;
}
.switch-language{
width:125px;
position:relative;
}
.switch-language select{
width:100%;
}
.switch-language .select2-container--default .select2-selection--single {
padding-left:35px;
background-color: #46444C;
border: 1px solid #46444C;
outline:none;
}
.switch-language .select-img{
position: absolute;
top: 2px;
z-index: 1;
left: 0;
}
.switch-language .select2-container--default .select2-selection--single .select2-selection__rendered {
color: white;
}
.select2-search--dropdown {
display: none;
}
.footer-bottom {
background: #3D3B43;
}
.footer-bottom .container{
display: flex;
justify-content: space-between;
align-items: center;
height: 50px;
}
.footer-made {
color: #ffffff;
font-size: 14px;
}
.footer-made span{
font-weight: 600;
}
.footer-info {
display:flex;
}
.footer-info a {
font-size: 14px;
text-align: right;
text-decoration-line: underline;
color: #FFFFFF;
margin-left: 34px;
transition:0.3s;
}
.main-banner {
padding: 50px 0 49px;
background-image: url(../img/gradient-banner-bg.svg);
background-repeat: no-repeat;
}
.main-banner .container{
display:flex;
justify-content:space-between;
align-items:center;
}
.banner-left h1{
font-weight: bold;
font-size: 36px;
color: #333333;
}
.banner-left p {
font-weight: 500;
font-size: 24px;
color: #333333;
margin:16px 0 28px;
}
.banner-left .button-green {
width:203px;
}
.banner-btns-links {
margin-left: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.banner-btns-links li {
width: 40px;
height: 40px;
background: #FFFFFF;
border: 1px solid #EAEBF2;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: 0.3s;
}
.banner-btns-links li:hover{
border: 1px solid #c1c1c1;
}
.banner-pdf {
width: 340px;
max-width: 100%;
background: #FFFFFF;
border: 1px solid #EAEBF2;
border-radius: 15px;
padding:25px;
}
.banner-right {
display: flex;
}
.span-line {
background: #FFFFFF;
border: 1px solid #EAEBF2;
border-radius: 15px;
height:16px;
display:inline-block;
}
.span-line.span-gradient {
background: linear-gradient(60.05deg, #4298E8 0%, #8044DB 100%), linear-gradient(60.05deg, #ED6E76 0%, #F2AA6F 100%);
}
.span-big{
width:52px;
margin-right:10px;
}
.span-little {
width: 35px;
}
.pdf-top{
display:flex;
justify-content:space-between;
align-items:center;
}
.pdp-edit {
background: #FFFFFF;
box-shadow: 0px 4px 25px rgba(182, 185, 200, 0.25);
width: 32px;
height: 32px;
display:flex;
justify-content:center;
align-items:center;
border-radius:50%;
cursor:pointer;
transition:0.3s;
}
.pdp-edit:hover {
box-shadow: 0px 4px 25px rgba(182, 185, 200, 0.5);
}
.gradient-text {
background: transparent;
background: -webkit-gradient(linear, to right, color-stop(0%, #70abf2), color-stop(100%, #8044DB));
background: -webkit-linear-gradient(60.05deg, #70abf2 0%, #8044DB 100%), linear-gradient(60.05deg, #ED6E76 0%, #F2AA6F 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
text-transform: uppercase;
text-align: center;
font-weight: 900;
font-size: 100px;
margin:45px 0 45px;
}
.gradient-img {
width: 100%;
}
.def-pdf {
padding: 60px 0 60px;
background: linear-gradient(63.59deg, #4298E8 0%, #8044DB 100%);
background-color: #8044DB;
position:relative;
/*background: linear-gradient(63.59deg, #4298E8 0%, #8044DB 100%);*/
}
.def-pdf:after{
content:'';
top:0;
left:0;
width:100%;
height:100%;
position:absolute;
background-repeat: no-repeat;
background-position: center;
background-image: url(../img/home-blue-bg.svg);
}
.def-pdf-block {
width:349px;
max-width:100%;
margin:auto;
text-align: center;
padding: 30px 51px 32px;
background: #FFFFFF;
border-radius: 15px;
position:relative;
z-index:5;
}
.def-pdf-block h3 {
font-size: 18px;
text-transform: uppercase;
color: #333333;
position: relative;
margin: 29px 0 29px;
}
.def-pdf-block h6:before{
content:'';
background:#2EB9B7;
position:absolute;
width:45px;
border-radius:50px;
height:2px;
left:calc(50% - 22px);
bottom:-17px;
}
.def-pdf-block p {
font-weight: 500;
line-height: 21px;
font-size: 14px;
color: #333333;
margin:0 0 19px;
}
.def-pdf-block p span{
color:#6964E0;
display:block;
}
.accordion-block{
margin:0 0 10px;
}
.title {
background-image: url(../img/how-to-icc.svg);
background-repeat: no-repeat;
background-position: top center;
padding: 60px 0 20px;
font-weight: bold;
font-size: 30px;
text-align: center;
color: #333333;
position: relative;
margin: 0 0 20px;
}
.title span{
display:block;
margin:5px 0 0;
color:#d4d4d4;
}
.how-to-pdf{
margin:40px 0 50px;
}
.title:before {
content: '';
background: #2EB9B7;
position: absolute;
width: 45px;
border-radius: 50px;
height: 2px;
left: calc(50% - 22px);
bottom: 0;
}
.how-to-accordion{
width:729px;
max-width:100%;
margin:auto;
}
.accordion-block {
border: 1px solid #EAEBF2;
border-radius: 15px;
background: #FFFFFF;
}
.accordion-tittle {
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 0 30px;
cursor: pointer;
}
.accordion-name {
font-size: 18px;
color: #333333;
}
.accordion-info{
display:flex;
margin-right:40px;
}
.accordion-info li{
text-align:center;
width:20px;
margin:0 6px;
}
.accordion-arrow{
position:absolute;
top:25px;
right:27px;
transition:0.5s;
}
.accordion-active .accordion-arrow{
transform:rotate(180deg);
}
.accordion-active .accordion-name {
font-weight: 500;
}
.accordion-text {
border-top: 1px solid #EAEBF2;
display: none;
}
.accordion-list {
padding: 34px 43px 25px;
border-bottom: 1px solid #EAEBF2;
}
.accordion-list li{
color: #2EB9B7;
font-weight: 600;
font-size: 16px;
list-style-type: decimal;
margin:0 0 17px;
}
.accordion-list li span{
font-weight: 400;
color: #333333;
padding-left:15px;
}
.accordion-btn{
padding:15px 0;
}
.accordion-btn .button-green{
width:285px;
margin:auto;
font-weight: 600;
}
.accordion-btn .button-green span {
padding: 0 7px;
font-weight: 400;
color:#eaeaea;
}
.new-block {
margin:30px 0 0;
display: inline-flex;
border-radius: 20px;
background-color: #F6F6F9;
padding: 5px 10px;
color: #6E5DDF;
font-size: 13px;
}
.new-block b{
font-weight: 600;
color: #6E5DDF;
position:relative;
top:2px;
left:2px;
}
.new-block p{
color: #6E5DDF;
margin-top: 0;
font-size: 13px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
line-height: normal
}
.new-block span{
background: #6E5DDF;
color:#ffffff;
padding: 0px 5px;
border-radius: 20px;
}
.pdf-tab{
margin:40px 0 0;
}
.tab-btns {
display: flex;
justify-content: center;
border-bottom: 1px solid #ddd;
margin:0 0 35px;
}
.tab-btn-block {
padding: 15px 15px;
margin: 0 2px;
border-radius: 4px 4px 0 0;
margin-bottom: -1px;
cursor: pointer;
font-weight: 600;
border: 1px solid #ffffff;
color: #8044DB;
border-bottom: 1px solid #ddd;
}
.tab-btn-block:hover {
border: 1px solid #ddd;
border-bottom: none;
}
.tab-btn-block.tab-active-btn {
color:#46444C;
border: 1px solid #ddd;
border-bottom: 1px solid #ffffff;
}
.tab-block{
display:none;
}
.textarea-name{
text-align:center;
margin:0 0 10px;
font-size:16px;
color:#333333;
}
.pdf-form textarea {
width: 100%;
margin: 0 0 10px;
height: 100px;
padding: 15px;
color: #333333;
resize:none;
}
.pdf-form p{
margin:10px 0 15px;
font-size:16px;
text-align:center;
color:#acacac;
}
.pdf-form-btns {
margin: 10px 0 20px;
display: flex;
justify-content: center;
align-items: center;
}
.pdf-form-btns a.button-green{
height:40px;
padding:0 20px;
margin-right:5px;
}
.more-options {
height: 40px;
padding: 0 15px;
display: flex;
justify-content: center;
align-items: center;
color: #333333;
transition: 0.3s;
border: 1px solid #ffffff;
}
.more-options:hover{
color:#8044DB;
border-radius:5px;
border:1px solid #8044DB;
}
/* header menu */
.open-menu-btn {
cursor: pointer;
position: relative;
padding: 10px 20px 10px 10px;
border-radius: 4px;
}
.open-menu-btn:before{
content: '';
position: absolute;
right: 8px;
top: 50%;
margin-top: -5px;
width: 10px;
height: 10px;
background-image: url(../img/down-arrow.svg);
background-size: cover;
}
.mega-menu {
z-index: 899;
position: relative;
margin-top: 10px;
display: none;
border-bottom: 1px solid #EAEBF2;
}
.mega-menu-inner li a{
position:relative;
}
.tooltip-block {
display:none;
color: #ffffff;
position: absolute;
bottom: 38px;
background: #000000;
padding:10px 15px 5px;
width: 400px;
left: -190px;
z-index: 5;
text-align: center;
border-radius:5px;
opacity:0;
transition-delay:0.5s;
transition:0.4s;
}
.tooltip-block::after {
content: '';
position: absolute;
left: calc(50% - 4px);
bottom: -16px;
border: 8px solid transparent;
border-top: 8px solid #000000;
}
.mega-menu-inner li a:hover{
opacity:1;
}
.mega-menu-inner li a:hover .tooltip-block {
opacity: 1;
display:block;
}
.mega-menu-inner {
background-color: #fff;
padding-top: 33px;
padding-bottom: 28px;
position: relative;
}
.mega-menu .close {
font-weight: 100;
margin-top: -25px;
margin-bottom: -35px;
margin-right: 25px;
font-size: 40px;
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2;
filter: alpha(opacity=20);
}
.mega-menu .row {
margin-right: 0;
margin-left: 0;
}
.mega-menu .col {
padding-right: 0 !important;
padding-left: 0 !important;
min-height: 255px;
}
.col-xs-6 {
width: 50%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
li.select2-results__option span{
position:relative;
top:-4px;
}
li.select2-results__option span img{
position:relative;
top:4px;
margin-right:6px;
}
.select2-container--open .select2-dropdown {
left: -6px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
background:#8044DB;
}
.mega-menu ul {
margin: 0;
padding: 0;
}
.mega-menu .header {
text-transform: uppercase;
margin-bottom: 10px;
line-height: 12px;
min-height: 24px;
display: inline-block;
padding-right: 12px;
color: #999;
}
.mega-menu li a {
line-height: 17px;
color: #000;
padding:7px 0;
display: inline-block;
text-decoration: none;
text-overflow: ellipsis;
position: relative;
transition:0.3s;
}
.mega-menu li a:hover{
color:#8044DB;
text-decoration:underline;
}
.mega-menu .label.label-success {
margin-left: 8px;
font-weight: 400;
background-color: rgba(104, 52, 183, 0.15);
color: #6834b7;
padding: .1em .3em .15em;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.menu-serch {
clear: both;
width: 400px;
max-width: 100%;
margin: auto;
padding: 15px 0 0;
}
.menu-serch input{
width: 100%;
height: 40px;
border: 1px solid #b69edb;
outline: none;
border-radius: 50px;
padding-left: 40px;
font-size: 16px;
background-image: url(../img/search.svg);
background-repeat: no-repeat;
background-size: 24px 18px;
background-position: 10px 10px;
}
.subscription-plans {
padding: 60px 0 35px;
background-image: url(../img/pricing-bg.svg);
background-size: cover;
}
.subscription-plans h2 {
font-weight: bold;
line-height: 48px;
font-size: 36px;
text-align: center;
color: #FFFFFF;
}
.plans-btns {
width: 480px;
max-width: 100%;
display: flex;
justify-content: center;
margin: 20px auto 30px auto;
border-radius: 5px;
overflow: hidden;
}
.plans-btn-block {
width: 50%;
height: 50px;
font-weight: 500;
line-height: normal;
font-size: 14px;
text-align: center;
text-transform: uppercase;
color: #333333;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background: rgba(255, 255, 255, 0.50);
cursor:pointer;
transition:0.3s;
}
.plans-btn-block:hover{
background: rgba(255, 255, 255, 0.75);
}
.plans-btn-block.plans-btn-active{
background:#ffffff;
}
.plans-tab-block{
display:none;
}
.plans-tab-block.plans-active {
display: block;
}
.pracing-wrap{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.pracing-block {
width: calc(33.333% - 20px);
background: #FFFFFF;
border-radius: 15px;
padding: 0px 32px 24px;
margin: 0 0 30px;
}
.pricing-cost {
font-family: 'Montserrat', sans-serif;
text-align: center;
margin: 56px 0;
font-weight: bold;
font-size: 36px;
background: transparent;
background: -webkit-gradient(linear, to right, color-stop(0%, #70abf2), color-stop(100%, #8044DB));
background: -webkit-linear-gradient(60.05deg, #70abf2 0%, #8044DB 100%), linear-gradient(60.05deg, #ED6E76 0%, #F2AA6F 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.pricing-title {
font-weight: 600;
line-height: normal;
font-size: 18px;
text-align: center;
text-transform: uppercase;
color: #333333;
position:relative;
margin-bottom:20px;
}
.pricing-title:before {
content: '';
background: #6D5DDF;
position: absolute;
width: 45px;
border-radius: 50px;
height: 2px;
left: calc(50% - 22px);
bottom: -14px;
}
.pricing-title span{
font-weight:400;
}
.pricing-list{
margin:0 0 15px;
}
.pricing-list li {
padding: 8px 0 8px 25px;
font-size: 14px;
color: #333333;
background-image: url(../img/green-ok.svg);
background-size: 15px 14px;
background-repeat: no-repeat;
background-position: 0px 8px;
}
.pricing-list li.pricing-disable{
background-image: url(../img/red-close.svg);
background-size: 12px 14px;
color:#9D9D9D;
}
.pricing-info{
padding:0 0 15px;
}
.pricing-info-block {
padding: 60px 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.pricing-info-block:first-child{
border-bottom: 1px solid #EAEBF2;
}
.pricing-left-info{
width:calc(45% - 35px);
}
.pricing-right-info {
width: calc(55% - 35px);
}
.pricing-info-title {
font-weight: bold;
font-size: 30px;
color: #333333;
margin:0 0 40px;
position:relative;
}
.pricing-info-title:before {
content: '';
background: #2EB9B7;
position: absolute;
width: 45px;
border-radius: 50px;
height: 2px;
left: 0;
bottom: -14px;
}
.pricing-info .pricing-list li {
padding: 8px 0 18px 25px;
}
.forever-free {
padding: 45px 0 10px;
background-image: url(../img/forever-free-bg.svg);
background-size: cover;
}
.forever-free h2 {
font-weight: bold;
font-size: 30px;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
position:relative;
margin-bottom:40px;
}
.forever-free h6:before {
content: '';
background: #FFFFFF;
position: absolute;
width: 45px;
border-radius: 50px;
height: 2px;
left: calc(50% - 22px);
bottom: -12px;
}
.forever-free .pracing-wrap{
justify-content:center;
}
.pricing-faq{
padding:60px 0 40px;
}
.pricing-faq-top {
padding: 0 0 40px;
border-bottom: 1px solid #EAEBF2;
}
.pricing-faq-top h2 {
font-weight: bold;
font-size: 36px;
color: #333333;
margin: 0 0 10px;
}
.pricing-faq-top p {
font-size: 24px;
color: #868686;
}
.pricing-bottom-info{
padding:15px 0 0;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.faq-info-block{
width:calc(50% - 15px);
margin:30px 0 0;
}
.faq-info-block h3{
font-weight: 600;
line-height: 30px;
font-size: 20px;
color: #333333;
margin:0 0 25px;
position:relative;
}
.faq-info-block h6:before{
content: '';
background: #6D5DDF;
position: absolute;
width: 45px;
border-radius: 50px;
height: 2px;
left: 0;
bottom: -10px;
}
.faq-info-block p {
line-height: 24px;
font-size: 16px;
color: #333333;
margin:0 0 15px;
}
.faq-info-block p a{
display:block;
color:#6D5DDF;
text-decoration:underline;
}
.copy-and-paste{
background-color:#f2f2f5;
border-radius:10px;
padding:15px;
margin:0 0 35px
}
.copy-and-paste textarea{
width:100%;
height:60px;
padding:10px;
resize:none;
border-radius:10px;
border-color:#d2d3db;
color:#444444;
}
.copy-btns{
margin:10px 0 0;
display:flex;
}
.copy-btns a.button-green{
padding:0 15px;
height:40px;
}
.copy-and-paste .click-btn {
background: none;
color: #8044DB;
margin-left: 10px;
border: 1px solid #8044DB;
}
a.read-more-link {
color: #8044DB;
font-size:20px;
display:block;
margin:0 0 60px;
}
.switch-language:hover .languagepicker{
display:block;
}
.languagepicker {
display: none;
position: absolute;
background: #333333;
width: 100%;
bottom: 32px;
padding:10px 0 8px;
border-radius:5px 5px 0 0;
}
.language-active{
position:relative;
}
.language-active:before{
content: '';
width: 8px;
height: 4px;
background-image: url(../img/arrow-bottom.svg);
background-size: cover;
position: absolute;
top: 20px;
right: 0;
}
a.language-link img {
margin-right: 8px;
}
a.language-link {
font-size: 14px;
color: #FFFFFF;
display: flex;
align-items: center;
padding:5px 12px;
}
a.language-link:hover{
opacity:1;
}
.languagepicker a.language-link {
transition:0.3s;
}
.languagepicker a.language-link:hover{
background:#8044DB;
color:#ffffff;
opacity:1;
}
#app-root.drawing .page-side-bar,
#app-root.drawing .page-side-bar a,
#app-root.drawing .page-side-bar img,
#app-root.drawing .page-side-bar div {
pointer-events: none;
user-select: none;
}
.upload-top-info .app-welcome.teacher-welcome{padding-top: 0;}
.upload-top-info .app-welcome.blog-welcome{padding-top: 0;}
.upload-top-info .app-welcome.blog-welcome .upload-welcom-descr{
margin: 0 auto 15px;
}
.how-it-works .post p.check-line{
font-size: 12px;
display: flex;
align-items: center;
}.create-account-box{
display: flex;
flex-direction: column;
align-items: center;
}
.create-account-box input[type="text"],
.create-account-box input[type="email"],
.create-account-box input[type="password"]{
width: 300px;
height: 40px;
padding: 6px 14px;
font-size: 14px;
border-radius: 5px;
margin-bottom: 15px;
border: 1px solid #EAEBF2;
}
.create-account-box .button-green{
width: 300px;
margin-bottom: 25px;
}
.create-account-box input[type="checkbox"]{
margin-right: 10px;
}
.create-account-box p{
text-align: center;
}
.images-link{
display: flex;
margin-bottom: 30px;
}
.images-link img{
width: 150px;
height: 150px;
object-fit: contain;
margin: 0 30px;
}
.social-icons{
display: flex;
margin-bottom: 30px;
}
.social-icons a{
width: 50px;
height: 50px;
border-radius: 50%;
margin: 0 5px;
display: flex;
justify-content: center;
align-items: center;
}
.social-icons a img{
width: 28px;
height: 28px;
object-fit: contain;
}
.social-icons a.fb{background-color: #5E75AC;}
.social-icons a.gp{background-color: #E66A56;}
.social-icons a.tw{background-color: #33BAF4;}
.social-icons a.ml{background-color: #F9D533;}
.how-it-works .container.centered.noline:last-child {border-bottom: none;}
.scholl-image{width: 500px;}
.blog-post img{margin: 0 auto 25px; display: block;}
.blog-post .button-green{width: 135px;}
.blog-post b{font-weight: 700;}
.container.blog-container{padding-bottom: 50px;}
.date-blog-post{
display: block;
font-size: 14px;
font-weight: 500;
color: #6E5DDF;
margin-bottom: 25px;
}
.edit-label{
margin:50px 0 40px;
font-size:22px;
}
.edit-choose-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.edit-choose-block {
display: block;
width: 200px;
height: 180px;
padding:25px 15px 15px;
border: 2px solid #6767E1;
border-radius: 5px;
margin: 0 10px 20px;
}
.edit-to-photo {
height:75px;
display:flex;
justify-content:center;
flex-wrap:wrap;
}
.edit-to-photo img {
max-width: 35px;
max-height:30px;
}
.edit-to-photo img.little-iccon{
max-width:15px;
margin:0 7px;
}
.edit-to-text {
font-weight: bold;
color: #6767E1;
font-size: 18px;
}
.edit-to-text:after {
content: '';
width: 18px;
display: inline-block;
height: 16px;
position: relative;
background-image: url(../img/arrow-go-to.svg);
background-size: cover;
position:relative;
left:5px;
transition:0.3s;
}
.edit-to-text:hover:after {
left:10px;
}
.request-form h6 {
font-size: 24px;
text-align: center;
font-weight: 600;
margin: 0 0 10px;
}
.pdf-form.request-form p {
margin: 10px 0 35px;
font-size: 17px;
}
.request-form input {
width: 100%;
max-width: 600px;
height: 40px;
margin: 0 auto 20px auto;
display: block;
border: 1px solid #b69edb;
outline: none;
border-radius: 50px;
padding-left: 20px;
font-size: 16px;
font-family: "Montserrat", sans-serif;
}
.request-form textarea {
font-family: "Montserrat", sans-serif;
width: 100%;
max-width: 600px;
height: 150px;
margin: 0 auto 20px auto;
display: block;
border: 1px solid #b69edb;
outline: none;
border-radius: 10px;
padding-left: 20px;
font-size: 16px;
}
.request-form strong{
display:block;
text-align:center;
margin:0 0 10px;
color:#333333;
font-size:16px;
font-weight:bold;
}
.request-form sub {
display: block;
text-align: center;
color: #333333;
margin: 10px 0 20px;
}
.edit-message {
color: #aaa;
text-align:center;
font-size:14px;
margin:20px 0 15px;
}
.mini-title-photo {
font-size: 12px;
color: #6767E1;
width: 100%;
text-align: center;
}
.split-page-idit{
padding:70px 0 50px;
}
.split-page-top {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
padding: 10px 15px 30px;
position: relative;
}
.split-page-top p{
font-weight:500;
color:#333333;
}
.split-page-top .clear-btn{
background: none;
color: #8044DB;
margin-left: 10px;
border: 1px solid #8044DB;
height: 40px;
width: 155px;
}
.split-range {
position: absolute;
top: 30px;
right: 40px;
display:flex;
align-items:center;
}
.split-range input{
cursor:pointer;
}
.split-range img{
max-width:15px;
margin:0 7px;
}
.split-main-wrap {
padding: 50px 20px 30px;
background: #E8E8E8;
display:flex;
flex-wrap:wrap;
justify-content:center;
}
.split-main-block{
/* width:12%;*/
margin:0 0 15px;
text-align:center;
padding:10px 17px 20px;
cursor:pointer;
transition:0.3s;
}
.split-main-block:not(.extract_block_not_split):hover{
background: #dedede;
border-right:2px dashed #333333;
}
.extract_block_not_split:hover{
background: #dedede;
}
.split-main-block:not(.extract_block_not_split):hover .split-main-photo{
left:-10px;
}
.split-main-photo {
padding: 12px 10px;
background: #ffffff;
position:relative;
left:0;
transition:0.3s;
}
.split-main-num{
color:#333333;
margin:0 0 5px;
font-size:15px;
}
.tooltip-wrap {
position: relative;
display: inline-block;
cursor:pointer;
}
.tooltip-wrap .tooltiptext {
visibility: hidden;
width: 250px;
background-color: #555;
color: #fff;
text-align: center;
padding: 5px;
border-radius: 6px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -125px;
opacity: 0;
transition: opacity 0.3s;
}
.tooltip-wrap .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.tooltip-wrap:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.fixed-bottom-panel h4{
text-align:center;
font-size:18px;
font-weight:700;
margin:10px 0 15px;
}
.split-every{
display:flex;
justify-content:center;
align-items:center;
margin:10px 0 15px;
}
.split-every-text{
color:#333333;
}
.split-every-input {
width: 40px;
height:40px;
text-align:center;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
color:#333333;
border-radius: 3px;
margin:0 8px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.split-every .tooltip-wrap{
margin-left:10px;
}
.alt-mix-wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin: 100px 0 100px;
}
.alt-mix-block{
width:650px;
max-width:100%;
padding:10px;
border-radius:5px;
position:relative;
background:#F9F9F9;
/* transition:0.3s; */
}
.alt-mix-title {
display: flex;
align-items: center;
}
.alt-mix-title img {
width:25px;
}
.alt-mix-title span{
margin-left:10px;
color:#333333;
font-size:16px;
}
.alt-mix-block p{
color:#333333;
font-size:16px;
margin-right:10px;
}
.pick-pages-btn {
margin:15px 0 10px;
display: flex;
align-items:center;
flex-wrap: wrap;
}
.order-edit-btn {
width: 120px;
height: 32px;
display: flex;
justify-content: center;
align-items: center;
background: #ffffff;
border: 1px solid #cccccc;
}
.regular-order-btn{
border-radius:5px 0 0 5px;
}
.reverse-order-btn{
border-radius:0 5px 5px 0;
}
.order-edit-btn:hover {
opacity: 1;
background: #D7F6EE;
border: 1px solid #00A37A;
}
.order-edit-btn.order-btn-active {
background: #D7F6EE;
border: 1px solid #00A37A;
}
.switch-alt-mix{
display:flex;
align-items:center;
flex-wrap:wrap;
}
.switch-alt-mix input {
width: 50px;
height: 30px;
text-align: center;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
color: #333333;
border-radius: 3px;
margin-right:10px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.alt-close-block{
position:absolute;
color:#7d7d7d;
top:10px;
right:10px;
}
.alt-mix-block .file_num{
position: absolute;
right: 0px;
top: 0px;
visibility: visible;
}
.alt-mix-block .delete_file{
display: none;
visibility: hidden;
opacity: 0;
position: absolute;
transform: rotate(45deg);
font-size: 24px;
right: -3px;
top: -5px;
}
.alt-mix-block:hover .file_num{
display: none;
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.5s linear;
}
.alt-mix-block:hover .delete_file {
display: block;
visibility: visible;
opacity: 1;
transition: visibility 0s, opacity 0.5s linear;
}
.alternate-right-block .app-welcome {
padding: 0;
}
.alternate-right-block .upload-btn-wrap {
width: 250px;
}
.alternate-right-block .upload-button {
position: relative;
}
.alternate-right-block .upload-button:before{
content: '';
width: 23px;
height: 23px;
position: absolute;
top: 14px;
left: 20px;
background-image: url(../img/add-list.svg);
background-size: cover;
}
.list-mix {
margin: 30px 0 0;
display: flex;
justify-content: flex-end;
}
.list-mix a{
margin:0 7px;
color:#8044DB;
}
.crop-edit {
margin: 100px 0 0;
padding: 15px 0 100px;
background: #E8E8E8;
}
.crop-edit-block{
padding:20px 15px 15px;
border-radius:10px;
background:#eeeeee;
margin:0 0 20px;
}
.crop-text{
text-align:center;
margin:30px 0 40px;
color:#333333;
}
.crop-edit-photo {
background: #999999;
position: relative;
}
.crop_border{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.crop-edit-photo img{
width:100%;
}
.crop-edit-top {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin:0 0 40px;
}
.crop-edit-form label {
margin-right: 20px;
}
.crop-edit-form span {
color: #333333;
padding-right: 10px;
}
.crop-edit-form input {
width: 50px;
height: 30px;
text-align: center;
color: #979797;
border: 1px solid #979797;
}
.crop-title{
text-align:center;
font-size:18px;
font-weight:600;
margin:0 0 15px;
}
.encrypt-new-edit{
padding:120px 0 70px;
}
.encrypt-new-edit .fixed-task-form {
max-width: 750px;
}
.encrypt-new-edit .more-options-btns-wrap{
display: flex;
justify-content: center;
flex-wrap:wrap;
}
.encrypt-new-edit .options-btn{
margin-right:20px;
}
.encrypt-forms{
margin:40px 0 10px;
display:flex;
justify-content:center;
flex-wrap:wrap;
}
.more-options-box .head-space .encrypt-forms label {
margin: 0 12px 15px;
display: flex;
align-items: center;
cursor: pointer;
}
.encrypt-forms .encrypt-span{
padding:0 7px;
font-size:14px;
color:#333333
}
.encrypt-depending{
text-align:center;
color:#cccccc;
margin:5px 0 15px;
font-size:12px;
}
.encrypt-btn{
display:flex;
align-items:center;
flex-wrap:wrap;
}
.encrypt-btn p{
margin-right:10px;
font-size:16px;
color:#333333;
font-weight:bold;
}
.encrypt-btns-wrap {
display: flex;
flex-wrap: wrap;
}
.encrypt-btn-name {
padding:7px 10px;
background: #ffffff;
}
.encrypt-btn-name:nth-child(1){
border: 1px solid #cccccc;
border-radius:5px 0 0 5px;
}
.encrypt-btn-name:nth-child(2){
border: 1px solid #cccccc;
}
.encrypt-btn-name:nth-child(3){
border: 1px solid #cccccc;
border-radius:0 5px 5px 0;
}
.encrypt-btn-name:hover {
opacity: 1;
background: #D7F6EE;
border: 1px solid #00A37A;
}
.encrypt-btn-active {
background: #D7F6EE;
border: 1px solid #00A37A;
}
.repair-new-edit{
padding:100px 0 40px;
}
.repaired-bottom {
margin: 50px 0 20px;
}
.repaired-bottom p{
text-align:center;
margin:0 0 25px;
color:#cccccc;
}
.repaired-bottom .button-green{
width: 150px;
height: 42px;
margin: auto;
}
.new-edit-resize{
margin:100px 0 50px;
}
.related-text {
margin: 20px 0 10px;
font-size: 16px;
color: #a4a4a4;
}
.related-text a{
color:#6767E1;
}
.choose-an-option{
width:100%;
margin:30px 0 15px;
text-align:center;
font-weight:600;
}
.btn-resize-continue{
width:100%;
margin:40px 0 0;
}
.btn-resize-continue .button-green{
width:170px;
margin:auto;
}
.split-extract-block.resize-margin-block {
width: auto !important;
}
.resize-text, .new_page_size_here{
margin:12px 0 0;
color:#333333;
font-size:11px;
}
.resize-text.overline{
text-decoration: line-through;
}
.split-extract-block.resize-margin-block.resize-margin-active {
background: #FFD490;
}
.split-extract-block.resize-margin-block.resize-margin-active:hover{
background-color: #f4a300;
}
.margin-forms {
max-width: 880px;
margin: auto;
display: flex;
flex-wrap: wrap;
}
.margin-forms h3{
width:100%;
margin:0 0 20px;
font-size:16px;
font-weight:bold;
}
.margin-label{
width:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:16px;
color:#333333;
margin:0 0 10px;
}
.margin-label b{
font-weight:bold;
width:80px;
text-align:right;
}
.margin-label input{
width:75px;
height:40px;
border-radius:5px;
padding-left:10px;
margin:0 7px;
}
.margin-label.full-width{
width:100%;
}
.resize-btn-block{
width:100%;
margin:30px 0 0;
}
.resize-btn-block a.button-green{
width:160px;
height:40px;
margin:auto;
}
.select {
width: 200px;
height: 40px;
display: block;
margin: auto;
border: 1px solid #ccc;
border-radius: 5px;
padding-left: 10px;
cursor:pointer;
outline: none;
background-image: url(../img/arrow-select.svg);
background-size: 11px;
background-repeat: no-repeat;
background-position-x: calc(100% - 10px);
background-position-y: 15px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.select::-ms-expand {
display: none;
}
.split-page-idit.resize-split-wrap{
padding-bottom: 0;
}
.watermark-eit-wrap {
padding: 30px 0 40px;
background: #E8E8E8;
}
.watermark-pdf-block{
max-width:calc(100% - 30px);
margin:auto;
text-align:center;
}
.watermark-btns{
margin:0 0 20px;
display:flex;
justify-content:center;
}
.watermark-btn-block {
padding: 9px 10px 9px 30px;
border: 1px solid #6767E1;
color: #6767E1;
background-size: 12px;
cursor: pointer;
background-position: 10px 9px;
background-repeat: no-repeat;
transition: 0.3s;
}
.watermark-add-text {
background-size: 12px;
background-position: 10px 9px;
border-radius: 5px 0 0 5px;
background-image: url(../img/text-iccon.svg);
}
.watermark-add-image {
background-image: url(../img/picture-iccon.svg);
border-left: none;
border-radius: 0 5px 5px 0;
background-size: 16px;
background-position: 8px 8px;
}
.watermark-add-image input {
display: none;
}
.recognize-text-section {
padding:50px 0 70px;
}
.recognize-text-online {
padding: 30px 50px 100px;
background: #E8E8E8;
display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.recognize-left-pdf{
width:calc(50% - 50px);
background:#ffffff;
padding:30px 20px;
}
.recognize-midle{
width:100px;
text-align:center;
}
.recognize-midle span{
display:block;
font-size: 25px;
color: #CCC;
}
.recognize-midle img{
width:20px;
}
.recognize-right-info {
width: calc(50% - 50px);
min-height: 200px;
display: flex;
align-items: center;
padding: 20px;
background: #ffffff;
}
.recognize-info-block{
width:100%;
}
.recognize-info-block p {
text-align: center;
color: #AAA;
padding: 10px;
}
.recognize-info-block .preloader {
text-align: center;
}
.recognize-btns-block{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
}
.recognize-btns-block .select {
width: 110px;
margin:0 10px 0 0;
}
.recognize-btns-block a.button-green {
height: 40px;
width: 250px;
font-size: 13px;
transition: 0.3s;
}
.recognize-settings{
display:flex;
align-items:center;
flex-wrap:wrap;
}
.recognize-settings-block{
padding:15px;
width:50%;
display:flex;
justify-content:center;
align-items:center;
}
.recognize-settings-name{
font-weight:bold;
margin-right:10px;
}
.recognize-settings-block .select{
width:140px;
margin:0;
}
.output-formats-btns {
margin: 15px 0 10px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.output-btn {
display: flex;
justify-content: center;
align-items: center;
background: #ffffff;
border: 1px solid #cccccc;
font-size: 13px;
padding: 7px 10px;
cursor: pointer;
transition:0.3s;
}
.output-btn-active:nth-child(1) {
border-radius: 5px 0 0 5px;
}
.output-btn-active:nth-child(2) {
border-radius: 0 5px 5px 0;
}
.output-btn:hover {
opacity: 1;
background: #D7F6EE;
border: 1px solid #00A37A;
}
.output-btn.output-btn-active {
background: #D7F6EE;
border: 1px solid #00A37A;
}
@media (min-width: 768px) {
.col-sm-2 {
width: 16.666666666666664%;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
}
.canvas_padding_outer{
border: 1px solid #ebebeb;
overflow: hidden;
}
.page_size {
width: 100%;
}
.fancybox-container {
z-index: 999 !important;
}
.app-welcome form{
position: relative;
}
.switch-language:hover .languagepicker{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
right: 0;
width: 550px;
}
.languagepicker li{
width: calc(33.3333% - 15px);
margin-right: 15px;
}
.languagepicker li img {
min-width: 32px;
}
@media (max-width: 767px) {
.switch-language:hover .languagepicker{
width: 400px;
left: 50%;
margin-left: -200px;
}
.languagepicker li{
width: calc(50% - 15px);
}
}
@media (max-width: 575px) {
.switch-language:hover .languagepicker{
width: 300px;
left: 50%;
margin-left: -150px;
}
} | 0.371023 | 0.119614 |
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
height: 100vh;
--color-text: #383838;
--color-text-other: #808080;
--color-border: #d3d3d3;
--color-button: #d3d3d3;
--color-button-active: #c4c4c4;
}
body {
height: 100vh;
font-size: 2em;
font-family: 'Roboto', sans-serif;
color: var(--color-text);
margin: 0px;
display: flex;
flex-direction: column;
justify-content: center;
}
footer {
position: absolute;
left: 0;
bottom: 0;
right: 0;
text-align: center;
font-size: 0.7em;
color: var(--color-text-other);
padding: 0.6rem;
}
.operator {
font-size: 0.75em;
vertical-align: middle;
display: inline-block;
}
.operand {
font-size: 1em;
}
#question-container p {
margin: 0;
padding: 1rem 0;
box-sizing: content-box;
height: 1em;
}
#question-container {
overflow: hidden;
margin: 6rem 0;
box-sizing: content-box;
font-size: 3.5em;
font-weight: 100;
line-height: 1em;
height: calc(1em + 2rem);
}
#main {
max-width: 54rem;
width: 100%;
padding: 2rem 2rem;
text-align: center;
margin: auto;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
margin: 2rem;
}
input {
padding: 1.2rem;
border-radius: 1.3rem;
font-weight: 500;
font-family: inherit;
font-size: 1em;
color: inherit;
border: 2px solid var(--color-border);
background-color: transparent;
outline: none;
}
button {
background-color: var(--color-button);
border: 2px solid var(--color-border);
border-radius: 1.3rem;
padding: 1.2rem;
font-size: 1em;
font-weight: 500;
font-family: inherit;
color: inherit;
transition: background-color 0.15s, border-color 0.15s;
cursor: pointer;
margin: 0.5rem 0;
}
button:enabled:hover {
background-color: var(--color-button-active);
border-color: var(--color-button-active);
}
button:disabled {
opacity: 0.5;
cursor: initial;
}
form > * {
width: 100%;
margin: 0.5rem 0;
}
input[type="number"] {
/* hide number spinner */
-webkit-appearance: textfield;
-moz-appearance: textfield;
}
/* hide number spinner */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
display: none;
}
#mode-bar {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.icon-button, .icon-button:enabled:hover {
background-color: transparent;
font-size: 1.4em;
color: var(--color-text-other);
transition: transform 0.1s;
border: none;
margin: 0;
}
.icon-button:enabled:hover {
transform: scale(1.25);
}
#mode-header-container {
display: flex;
position: relative;
left: 0%;
}
#mode-header-container * {
margin: 0;
flex: 0 0 100%;
padding: 2rem 0rem;
font-size: 3.5rem;
}
.hide-overflow {
overflow: hidden;
}
#nav-bar {
width: 100%;
display: flex;
align-items: stretch;
}
#settings-button {
position: absolute;
top: 0;
right: 0;
margin: 2rem;
padding: 0;
} | style.css | * {
box-sizing: border-box;
}
html {
font-size: 62.5%;
height: 100vh;
--color-text: #383838;
--color-text-other: #808080;
--color-border: #d3d3d3;
--color-button: #d3d3d3;
--color-button-active: #c4c4c4;
}
body {
height: 100vh;
font-size: 2em;
font-family: 'Roboto', sans-serif;
color: var(--color-text);
margin: 0px;
display: flex;
flex-direction: column;
justify-content: center;
}
footer {
position: absolute;
left: 0;
bottom: 0;
right: 0;
text-align: center;
font-size: 0.7em;
color: var(--color-text-other);
padding: 0.6rem;
}
.operator {
font-size: 0.75em;
vertical-align: middle;
display: inline-block;
}
.operand {
font-size: 1em;
}
#question-container p {
margin: 0;
padding: 1rem 0;
box-sizing: content-box;
height: 1em;
}
#question-container {
overflow: hidden;
margin: 6rem 0;
box-sizing: content-box;
font-size: 3.5em;
font-weight: 100;
line-height: 1em;
height: calc(1em + 2rem);
}
#main {
max-width: 54rem;
width: 100%;
padding: 2rem 2rem;
text-align: center;
margin: auto;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
margin: 2rem;
}
input {
padding: 1.2rem;
border-radius: 1.3rem;
font-weight: 500;
font-family: inherit;
font-size: 1em;
color: inherit;
border: 2px solid var(--color-border);
background-color: transparent;
outline: none;
}
button {
background-color: var(--color-button);
border: 2px solid var(--color-border);
border-radius: 1.3rem;
padding: 1.2rem;
font-size: 1em;
font-weight: 500;
font-family: inherit;
color: inherit;
transition: background-color 0.15s, border-color 0.15s;
cursor: pointer;
margin: 0.5rem 0;
}
button:enabled:hover {
background-color: var(--color-button-active);
border-color: var(--color-button-active);
}
button:disabled {
opacity: 0.5;
cursor: initial;
}
form > * {
width: 100%;
margin: 0.5rem 0;
}
input[type="number"] {
/* hide number spinner */
-webkit-appearance: textfield;
-moz-appearance: textfield;
}
/* hide number spinner */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
display: none;
}
#mode-bar {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.icon-button, .icon-button:enabled:hover {
background-color: transparent;
font-size: 1.4em;
color: var(--color-text-other);
transition: transform 0.1s;
border: none;
margin: 0;
}
.icon-button:enabled:hover {
transform: scale(1.25);
}
#mode-header-container {
display: flex;
position: relative;
left: 0%;
}
#mode-header-container * {
margin: 0;
flex: 0 0 100%;
padding: 2rem 0rem;
font-size: 3.5rem;
}
.hide-overflow {
overflow: hidden;
}
#nav-bar {
width: 100%;
display: flex;
align-items: stretch;
}
#settings-button {
position: absolute;
top: 0;
right: 0;
margin: 2rem;
padding: 0;
} | 0.477554 | 0.123921 |
.mermaid .label {
color: white;
}
.node rect,
.node circle,
.node polygon {
fill: #d62828;
stroke: #d62828;
stroke-width: 1px;
}
.edgePath .path {
stroke: #333333;
}
.cluster rect {
fill: #ffffde !important;
rx: 4 !important;
stroke: #aaaa33 !important;
stroke-width: 1px !important;
}
.cluster text {
fill: white;
}
.actor {
stroke: #d62828;
fill: #ececff;
}
text.actor {
fill: white;
stroke: none;
}
.actor-line {
stroke: grey;
}
.messageLine0 {
stroke-width: 1.5;
stroke-dasharray: "2 2";
marker-end: "url(#arrowhead)";
stroke: #333333;
}
.messageLine1 {
stroke-width: 1.5;
stroke-dasharray: "2 2";
stroke: #333333;
}
#arrowhead {
fill: #333333;
}
#crosshead path {
fill: #333333 !important;
stroke: #333333 !important;
}
.messageText {
fill: #333333;
stroke: none;
}
.labelBox {
stroke: #d62828;
fill: #d62828;
}
.labelText {
fill: white;
stroke: none;
}
.loopText {
fill: white;
stroke: none;
}
.loopLine {
stroke-width: 2;
stroke-dasharray: "2 2";
marker-end: "url(#arrowhead)";
stroke: #d62828;
}
.note {
stroke: #337ab7;
fill: #337ab7;
}
.noteText {
fill: white;
stroke: none;
font-size: 14px;
}
/** Section styling */
.section {
stroke: none;
opacity: 0.2;
}
.section0 {
fill: #449d44;
}
.section2 {
fill: #31b0d5;
}
.section1,
.section3 {
fill: #ec971f;
opacity: 0.2;
}
.sectionTitle0 {
fill: white;
}
.sectionTitle1 {
fill: white;
}
.sectionTitle2 {
fill: white;
}
.sectionTitle3 {
fill: white;
}
.sectionTitle {
text-anchor: start;
font-size: 11px;
text-height: 14px;
}
/* Grid and axis */
.grid .tick {
stroke: lightgrey;
opacity: 0.3;
shape-rendering: crispEdges;
}
.grid path {
stroke-width: 0;
}
/* Today line */
.today {
fill: none;
stroke: red;
stroke-width: 2px;
}
/* Task styling */
/* Default task */
.task {
stroke-width: 2;
}
.taskText {
text-anchor: middle;
font-size: 11px;
}
.taskTextOutsideRight {
fill: black;
text-anchor: start;
font-size: 11px;
}
.taskTextOutsideLeft {
fill: black;
text-anchor: end;
font-size: 11px;
}
/* Specific task settings for the sections*/
.taskText0,
.taskText1,
.taskText2,
.taskText3 {
fill: white;
}
.task0,
.task1,
.task2,
.task3 {
fill: #c9302c;
stroke: #c9302c;
}
.taskTextOutside0,
.taskTextOutside2 {
fill: black;
}
.taskTextOutside1,
.taskTextOutside3 {
fill: black;
}
/* Active task */
.active0,
.active1,
.active2,
.active3 {
fill: #c9302c;
stroke: #c9302c;
}
.activeText0,
.activeText1,
.activeText2,
.activeText3 {
fill: white !important;
}
/* Completed task */
.done0,
.done1,
.done2,
.done3 {
stroke: grey;
fill: lightgrey;
stroke-width: 2;
}
.doneText0,
.doneText1,
.doneText2,
.doneText3 {
fill: black !important;
}
/* Tasks on the critical line */
.crit0,
.crit1,
.crit2,
.crit3 {
stroke: #c9302c;
fill: #c9302c;
stroke-width: 2;
}
.activeCrit0,
.activeCrit1,
.activeCrit2,
.activeCrit3 {
stroke: #c9302c;
fill: #c9302c;
stroke-width: 2;
}
.doneCrit0,
.doneCrit1,
.doneCrit2,
.doneCrit3 {
stroke: #c9302c;
fill: #c9302c;
stroke-width: 2;
cursor: pointer;
shape-rendering: crispEdges;
}
.doneCritText0,
.doneCritText1,
.doneCritText2,
.doneCritText3 {
fill: white !important;
}
.activeCritText0,
.activeCritText1,
.activeCritText2,
.activeCritText3 {
fill: white !important;
}
.titleText {
text-anchor: middle;
font-size: 18px;
fill: white;
}
/*
*/
text {
font-size: 14px;
}
.mermaid {
width:100%;
} | public/stylesheets/mermaid.css | .mermaid .label {
color: white;
}
.node rect,
.node circle,
.node polygon {
fill: #d62828;
stroke: #d62828;
stroke-width: 1px;
}
.edgePath .path {
stroke: #333333;
}
.cluster rect {
fill: #ffffde !important;
rx: 4 !important;
stroke: #aaaa33 !important;
stroke-width: 1px !important;
}
.cluster text {
fill: white;
}
.actor {
stroke: #d62828;
fill: #ececff;
}
text.actor {
fill: white;
stroke: none;
}
.actor-line {
stroke: grey;
}
.messageLine0 {
stroke-width: 1.5;
stroke-dasharray: "2 2";
marker-end: "url(#arrowhead)";
stroke: #333333;
}
.messageLine1 {
stroke-width: 1.5;
stroke-dasharray: "2 2";
stroke: #333333;
}
#arrowhead {
fill: #333333;
}
#crosshead path {
fill: #333333 !important;
stroke: #333333 !important;
}
.messageText {
fill: #333333;
stroke: none;
}
.labelBox {
stroke: #d62828;
fill: #d62828;
}
.labelText {
fill: white;
stroke: none;
}
.loopText {
fill: white;
stroke: none;
}
.loopLine {
stroke-width: 2;
stroke-dasharray: "2 2";
marker-end: "url(#arrowhead)";
stroke: #d62828;
}
.note {
stroke: #337ab7;
fill: #337ab7;
}
.noteText {
fill: white;
stroke: none;
font-size: 14px;
}
/** Section styling */
.section {
stroke: none;
opacity: 0.2;
}
.section0 {
fill: #449d44;
}
.section2 {
fill: #31b0d5;
}
.section1,
.section3 {
fill: #ec971f;
opacity: 0.2;
}
.sectionTitle0 {
fill: white;
}
.sectionTitle1 {
fill: white;
}
.sectionTitle2 {
fill: white;
}
.sectionTitle3 {
fill: white;
}
.sectionTitle {
text-anchor: start;
font-size: 11px;
text-height: 14px;
}
/* Grid and axis */
.grid .tick {
stroke: lightgrey;
opacity: 0.3;
shape-rendering: crispEdges;
}
.grid path {
stroke-width: 0;
}
/* Today line */
.today {
fill: none;
stroke: red;
stroke-width: 2px;
}
/* Task styling */
/* Default task */
.task {
stroke-width: 2;
}
.taskText {
text-anchor: middle;
font-size: 11px;
}
.taskTextOutsideRight {
fill: black;
text-anchor: start;
font-size: 11px;
}
.taskTextOutsideLeft {
fill: black;
text-anchor: end;
font-size: 11px;
}
/* Specific task settings for the sections*/
.taskText0,
.taskText1,
.taskText2,
.taskText3 {
fill: white;
}
.task0,
.task1,
.task2,
.task3 {
fill: #c9302c;
stroke: #c9302c;
}
.taskTextOutside0,
.taskTextOutside2 {
fill: black;
}
.taskTextOutside1,
.taskTextOutside3 {
fill: black;
}
/* Active task */
.active0,
.active1,
.active2,
.active3 {
fill: #c9302c;
stroke: #c9302c;
}
.activeText0,
.activeText1,
.activeText2,
.activeText3 {
fill: white !important;
}
/* Completed task */
.done0,
.done1,
.done2,
.done3 {
stroke: grey;
fill: lightgrey;
stroke-width: 2;
}
.doneText0,
.doneText1,
.doneText2,
.doneText3 {
fill: black !important;
}
/* Tasks on the critical line */
.crit0,
.crit1,
.crit2,
.crit3 {
stroke: #c9302c;
fill: #c9302c;
stroke-width: 2;
}
.activeCrit0,
.activeCrit1,
.activeCrit2,
.activeCrit3 {
stroke: #c9302c;
fill: #c9302c;
stroke-width: 2;
}
.doneCrit0,
.doneCrit1,
.doneCrit2,
.doneCrit3 {
stroke: #c9302c;
fill: #c9302c;
stroke-width: 2;
cursor: pointer;
shape-rendering: crispEdges;
}
.doneCritText0,
.doneCritText1,
.doneCritText2,
.doneCritText3 {
fill: white !important;
}
.activeCritText0,
.activeCritText1,
.activeCritText2,
.activeCritText3 {
fill: white !important;
}
.titleText {
text-anchor: middle;
font-size: 18px;
fill: white;
}
/*
*/
text {
font-size: 14px;
}
.mermaid {
width:100%;
} | 0.351645 | 0.066934 |
@-moz-document domain("novelplanet.com") {
body {
font-size: 1.4em;
}
a {
color: #FFB313;
}
#header {
background-color: #211907;
color: #ffffff;
height: 70px;
}
#header img {
mix-blend-mode: luminosity;
}
#header > div {
position: absolute !important;
line-height: 70px !important;
}
#header nav {
height: 70px;
line-height: 70px;
position: absolute;
right: 1em;
vertical-align: middle;
}
.button {
height: unset !important;
white-space: normal;
border-radius: 5px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
background: #FFB313;
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
background: #eb9f00;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
background: #d18e00;
}
section#main {
background: #fbf7e5;
color: #694A08;
font-weight: 500 !important;
padding: 20px;
}
#divReadContent {
max-width: 1280px;
margin: 0 auto;
text-align: justify;
font-weight: 400;
font-size: 1.5em !important;
line-height: 2em !important;
}
#divReadContent p {
margin: 0 auto;
text-align: justify;
font-weight: 400;
}
#navButton .toggle:before {
background: rgba(144, 144, 144, 0.25);
}
.fillFloatBar {
background: rgba(144, 144, 144, 0.15);
color: #fff;
font-size: 16px;
height: 2.25em;
line-height: 2.25em;
top: 0em;
width: 100vw;
overflow: hidden;
position: absolute;
}
.post-content .post-message,
.post-content .post-message p {
font-size: 1.1em;
line-height: 1.1em !important;
}
#footer {
padding: 10px 30px;
flex-direction: row;
}
#footer .container .links {
margin: 0 !important;
padding: 0 !important;
border: none;
display: flex;
}
#footer .container {
display: flex;
flex-direction: row;
width: 100%;
}
#footer .container .links .row {
margin: auto !important;
}
#footer .container .links .row section {
width: 100%;
}
#footer .container .links h3 {
display: none;
}
#footer .links {
width: 60%;
}
#footer .container > .row {
width: 40%;
}
#footer .container > .row div {
margin: auto !important;
}
#footer .row div {
width: 50%;
}
#footer ul {
margin: 0;
}
#footer .links ul li {
display: inline;
margin-right: 20px;
padding: 0 !important;
}
#footer .copyright {
margin: 0;
}
#footer a.icon {
color: #ffffff;
font-size: 0.5em;
height: 4em;
line-height: 4em;
}
}
@-moz-document url-prefix("https://novelplanet.com/ReadingList") {
section#main .container:nth-child(3) {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-flow: wrap;
}
section#main > .container:nth-child(3) > h3, section#main > .container:nth-child(3) > hr, section#main > .container:nth-child(3) > #divEmailNotify, section#main > .container:nth-child(3) > #divListCategories {
width: 33%;
}
section#main #selectListCategories {
width: 100%;
}
section#main > .container:nth-child(3) > hr {
display: none;
}
.aRecordReading {
min-height: 230px;
width: 32.8%;
margin: .25%;
border-bottom: 1px dashed #ccc;
border-right: 1px dashed #ccc;
}
.aRecordReading hr {
display: none;
}
.aRecordReading .post-content a.title {
font-size: 1em;
}
.aRecordReading .post-content a.button {
font-size: .6em;
line-height: 1.5em;
padding: 5px 10px;
border-radius: 5px;
}
.aRecordReading .post-preview {
width: 25%;
}
.aRecordReading .post-preview a {
max-height: 230px;
overflow: hidden;
}
.aRecordReading .post-content {
width: 73%;
}
}
@-moz-document url-prefix("https://novelplanet.com/Novel/") {
section#main .container:nth-child(3) div:nth-child(1) {
/*width: 100%;*/
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-flow: wrap;
}
section#main .container:nth-child(3) div > .post-previewInDetails {
width: 15%;
}
section#main .container:nth-child(3) div > .post-contentDetails {
width: 40%;
font-size: .8em;
line-height: 1.1em;
}
section#main .container div > div:nth-child(4) {
display: inline-block;
font-size: .8em;
line-height: 1.5em;
width: 45%;
}
section#main .container:nth-child(3) div > div:nth-child(5) {
display: inline-block;
}
section#main .container:nth-child(3) > div:nth-child(7) {
display: block;
}
section#main .container div h3 {
width: 100%;
}
.rowChapter {
width: 33% !important;
display: inline-block !important;
border: 1px solid rgba(0,0,0,.1);
margin: 0 !important;
padding: 5px 5px 5px 10px;
font-size: .8em;
line-height: 1.2em !important;
}
} | data/usercss/157159.user.css | @-moz-document domain("novelplanet.com") {
body {
font-size: 1.4em;
}
a {
color: #FFB313;
}
#header {
background-color: #211907;
color: #ffffff;
height: 70px;
}
#header img {
mix-blend-mode: luminosity;
}
#header > div {
position: absolute !important;
line-height: 70px !important;
}
#header nav {
height: 70px;
line-height: 70px;
position: absolute;
right: 1em;
vertical-align: middle;
}
.button {
height: unset !important;
white-space: normal;
border-radius: 5px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
background: #FFB313;
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
background: #eb9f00;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
background: #d18e00;
}
section#main {
background: #fbf7e5;
color: #694A08;
font-weight: 500 !important;
padding: 20px;
}
#divReadContent {
max-width: 1280px;
margin: 0 auto;
text-align: justify;
font-weight: 400;
font-size: 1.5em !important;
line-height: 2em !important;
}
#divReadContent p {
margin: 0 auto;
text-align: justify;
font-weight: 400;
}
#navButton .toggle:before {
background: rgba(144, 144, 144, 0.25);
}
.fillFloatBar {
background: rgba(144, 144, 144, 0.15);
color: #fff;
font-size: 16px;
height: 2.25em;
line-height: 2.25em;
top: 0em;
width: 100vw;
overflow: hidden;
position: absolute;
}
.post-content .post-message,
.post-content .post-message p {
font-size: 1.1em;
line-height: 1.1em !important;
}
#footer {
padding: 10px 30px;
flex-direction: row;
}
#footer .container .links {
margin: 0 !important;
padding: 0 !important;
border: none;
display: flex;
}
#footer .container {
display: flex;
flex-direction: row;
width: 100%;
}
#footer .container .links .row {
margin: auto !important;
}
#footer .container .links .row section {
width: 100%;
}
#footer .container .links h3 {
display: none;
}
#footer .links {
width: 60%;
}
#footer .container > .row {
width: 40%;
}
#footer .container > .row div {
margin: auto !important;
}
#footer .row div {
width: 50%;
}
#footer ul {
margin: 0;
}
#footer .links ul li {
display: inline;
margin-right: 20px;
padding: 0 !important;
}
#footer .copyright {
margin: 0;
}
#footer a.icon {
color: #ffffff;
font-size: 0.5em;
height: 4em;
line-height: 4em;
}
}
@-moz-document url-prefix("https://novelplanet.com/ReadingList") {
section#main .container:nth-child(3) {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-flow: wrap;
}
section#main > .container:nth-child(3) > h3, section#main > .container:nth-child(3) > hr, section#main > .container:nth-child(3) > #divEmailNotify, section#main > .container:nth-child(3) > #divListCategories {
width: 33%;
}
section#main #selectListCategories {
width: 100%;
}
section#main > .container:nth-child(3) > hr {
display: none;
}
.aRecordReading {
min-height: 230px;
width: 32.8%;
margin: .25%;
border-bottom: 1px dashed #ccc;
border-right: 1px dashed #ccc;
}
.aRecordReading hr {
display: none;
}
.aRecordReading .post-content a.title {
font-size: 1em;
}
.aRecordReading .post-content a.button {
font-size: .6em;
line-height: 1.5em;
padding: 5px 10px;
border-radius: 5px;
}
.aRecordReading .post-preview {
width: 25%;
}
.aRecordReading .post-preview a {
max-height: 230px;
overflow: hidden;
}
.aRecordReading .post-content {
width: 73%;
}
}
@-moz-document url-prefix("https://novelplanet.com/Novel/") {
section#main .container:nth-child(3) div:nth-child(1) {
/*width: 100%;*/
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-flow: wrap;
}
section#main .container:nth-child(3) div > .post-previewInDetails {
width: 15%;
}
section#main .container:nth-child(3) div > .post-contentDetails {
width: 40%;
font-size: .8em;
line-height: 1.1em;
}
section#main .container div > div:nth-child(4) {
display: inline-block;
font-size: .8em;
line-height: 1.5em;
width: 45%;
}
section#main .container:nth-child(3) div > div:nth-child(5) {
display: inline-block;
}
section#main .container:nth-child(3) > div:nth-child(7) {
display: block;
}
section#main .container div h3 {
width: 100%;
}
.rowChapter {
width: 33% !important;
display: inline-block !important;
border: 1px solid rgba(0,0,0,.1);
margin: 0 !important;
padding: 5px 5px 5px 10px;
font-size: .8em;
line-height: 1.2em !important;
}
} | 0.293202 | 0.065455 |
body {
background: #f5f4f4;
margin: 0px;
padding: 0px;
font-family: sans-serif;
}
.text {
padding-top: 24px;
background: #ffffff;
width: 58%;
margin: auto;
position: relative;
border-radius: 14px;
}
article.dividir{
height: 3px;
background: #3e50a9;
width: 95%;
margin: auto;
border-radius: 21px;
position: relative;
}
article.indicadores{
margin: auto;
width: 100%;
height: 110px;
}
.row{
position: relative;
display: flex;
align-items: center;
}
.col-6 {
margin: auto;
position: relative;
display: table-column;
}
.text.h-min {
padding: 7px 0px;
}
.t-10{
position: relative;
top: 10px;
}
.mt-24{
margin-top: 24px!important;
}
.w-60-p {
width: 60%!important;
margin-left: 0px;
}
.contenido {
font-size: 42px;
}
/* SECCIÓN IZQUIERDA */
section.contenedor {
height: 90vh;
width: 94vw;
background: #f5f4f4;
margin: auto;
position: relative;
top: 5vh;
border-radius: 10px;
box-shadow: 19px 16px 30px #cccccc85, -19px -16px 30px #fff;
overflow: hidden;
display: flex;
align-items: center;
}
article.lateral_izquierdo {
height: 100%;
width: 30%;
border-right: 2px solid #c0c0c0;
background-color: #465bbf;
color: white;
}
section.detalle-usuario{
height: 100%;
position: relative;
}
article.foto{
height: 100px;
padding: 25px 0px 10px;
}
.foto-perfil{
height: 95px;
width: 95px;
overflow: hidden;
margin: auto;
position: relative;
box-shadow: 10px 6px 20px #33428a, -3px -4px 20px #637cf5;
padding: 10px;
background: #465bbf;
border-radius: 50%;
}
img.img-perfil{
height: 100%;
position: relative;
margin: auto;
border-radius: 50%;
}
article.nombre{
text-align: center;
font-size: 26px;
position: relative;
margin-top: 28px;
}
.etiqueta{
padding: 10px 0px;
margin-right: auto;
margin-left: 10px;
background: #fff0f0cc;
}
article.cajas {
/* background: black; */
height: 100%;
margin-top: 24px;
overflow: hidden;
}
.caja {
background: #596fd6;
height: 74px;
width: calc(90% - 12px);
margin: 10px auto;
border-radius: 6px;
padding: 12px;
display: flex;
align-items: center;
}
.contenido-caja {
width: 100%;
}
.menu {
width: 20px;
align-items: end;
display: flow-root;
height: 100%;
}
.menu img{
height: 24px;
position: relative;
bottom: 3px;
left: 7px;
}
.text.line.parrafo {
padding: 7px 0px;
margin-bottom: 6px;
width: 100%;
background: #465bbf94;
}
.fecha-caja {
position: relative;
margin-top: 24px;
}
.text.fecha {
padding: 7px 0px;
margin-left: 1px;
width: 68px;
}
article.contenido-general {
width: 100%;
height: 100%;
}
/* SECCIÓN DERECHA */
article.caja-info {
box-shadow: 6px 6px 14px #e2e2e2, -6px -6px 14px #ffffff;
width: calc(30% - 11px);
height: 77px;
margin: 24px auto;
border-radius: 14px;
padding: 12px;
}
section.cajas-info {
display: flex;
align-items: center;
padding: 0px 1%;
}
section.graficas-contenido {
width: 95%;
margin: auto;
height: 52%;
border-radius: 14px;
overflow: hidden;
box-shadow: 6px 6px 14px #e2e2e2, -6px -6px 14px #ffffff;
display: flex;
align-items: center;
}
article.grafica {
background ;
width: 70%;
height: 100%;
}
#speedChart{
height: auto!important;
width: 90%!important;
top: calc(100% - 45vh);
position: relative;
margin: auto;
}
article.contenedor-caja-grafica {
height: 90%;
width: 100%;
max-width: 285px;
position: relative;
padding: 0px 16px;
}
.cajas-graficas {
background: #465bbf;
width: 100%;
height: 100px;
margin: auto;
border-radius: 14px;
margin: 12px 0px;
}
.num2 {
text-align: center;
color: white;
padding: 18px;
}
.text.line.r {
margin-right: 12px;
padding: 7px;
position: relative;
bottom: 7px;
width: 85%;
}
section.banner-footer {
box-shadow: 6px 6px 14px #e2e2e2, -6px -6px 14px #ffffff;
height: 75px;
width: 95%;
margin: 25px auto;
border-radius: 17px;
position: relative;
}
.p-24 {
padding: 12px;
}
.w-40-p {
width: 66%!important;
margin-left: 1px;
}
.text.line.fecha {
background: #465bbf;
position: absolute;
bottom: 16px;
width: 119px;
}
section.banner-footer img {
position: absolute;
right: 22px;
top: -4px;
}
/* MEDIA QUERY */
@media (max-width: 900px) {
section.graficas-contenido {
display: inherit;
height: fit-content;
}
article.contenedor-caja-grafica {
display: flex;
align-items: center;
margin: auto;
width: 100%;
max-width: inherit;
padding: 0px;
}
article.grafica {
margin: auto;
width: 95%;
}
.cajas-graficas.contenido {
margin: 12px 12px;
}
} | estilos.css | body {
background: #f5f4f4;
margin: 0px;
padding: 0px;
font-family: sans-serif;
}
.text {
padding-top: 24px;
background: #ffffff;
width: 58%;
margin: auto;
position: relative;
border-radius: 14px;
}
article.dividir{
height: 3px;
background: #3e50a9;
width: 95%;
margin: auto;
border-radius: 21px;
position: relative;
}
article.indicadores{
margin: auto;
width: 100%;
height: 110px;
}
.row{
position: relative;
display: flex;
align-items: center;
}
.col-6 {
margin: auto;
position: relative;
display: table-column;
}
.text.h-min {
padding: 7px 0px;
}
.t-10{
position: relative;
top: 10px;
}
.mt-24{
margin-top: 24px!important;
}
.w-60-p {
width: 60%!important;
margin-left: 0px;
}
.contenido {
font-size: 42px;
}
/* SECCIÓN IZQUIERDA */
section.contenedor {
height: 90vh;
width: 94vw;
background: #f5f4f4;
margin: auto;
position: relative;
top: 5vh;
border-radius: 10px;
box-shadow: 19px 16px 30px #cccccc85, -19px -16px 30px #fff;
overflow: hidden;
display: flex;
align-items: center;
}
article.lateral_izquierdo {
height: 100%;
width: 30%;
border-right: 2px solid #c0c0c0;
background-color: #465bbf;
color: white;
}
section.detalle-usuario{
height: 100%;
position: relative;
}
article.foto{
height: 100px;
padding: 25px 0px 10px;
}
.foto-perfil{
height: 95px;
width: 95px;
overflow: hidden;
margin: auto;
position: relative;
box-shadow: 10px 6px 20px #33428a, -3px -4px 20px #637cf5;
padding: 10px;
background: #465bbf;
border-radius: 50%;
}
img.img-perfil{
height: 100%;
position: relative;
margin: auto;
border-radius: 50%;
}
article.nombre{
text-align: center;
font-size: 26px;
position: relative;
margin-top: 28px;
}
.etiqueta{
padding: 10px 0px;
margin-right: auto;
margin-left: 10px;
background: #fff0f0cc;
}
article.cajas {
/* background: black; */
height: 100%;
margin-top: 24px;
overflow: hidden;
}
.caja {
background: #596fd6;
height: 74px;
width: calc(90% - 12px);
margin: 10px auto;
border-radius: 6px;
padding: 12px;
display: flex;
align-items: center;
}
.contenido-caja {
width: 100%;
}
.menu {
width: 20px;
align-items: end;
display: flow-root;
height: 100%;
}
.menu img{
height: 24px;
position: relative;
bottom: 3px;
left: 7px;
}
.text.line.parrafo {
padding: 7px 0px;
margin-bottom: 6px;
width: 100%;
background: #465bbf94;
}
.fecha-caja {
position: relative;
margin-top: 24px;
}
.text.fecha {
padding: 7px 0px;
margin-left: 1px;
width: 68px;
}
article.contenido-general {
width: 100%;
height: 100%;
}
/* SECCIÓN DERECHA */
article.caja-info {
box-shadow: 6px 6px 14px #e2e2e2, -6px -6px 14px #ffffff;
width: calc(30% - 11px);
height: 77px;
margin: 24px auto;
border-radius: 14px;
padding: 12px;
}
section.cajas-info {
display: flex;
align-items: center;
padding: 0px 1%;
}
section.graficas-contenido {
width: 95%;
margin: auto;
height: 52%;
border-radius: 14px;
overflow: hidden;
box-shadow: 6px 6px 14px #e2e2e2, -6px -6px 14px #ffffff;
display: flex;
align-items: center;
}
article.grafica {
background ;
width: 70%;
height: 100%;
}
#speedChart{
height: auto!important;
width: 90%!important;
top: calc(100% - 45vh);
position: relative;
margin: auto;
}
article.contenedor-caja-grafica {
height: 90%;
width: 100%;
max-width: 285px;
position: relative;
padding: 0px 16px;
}
.cajas-graficas {
background: #465bbf;
width: 100%;
height: 100px;
margin: auto;
border-radius: 14px;
margin: 12px 0px;
}
.num2 {
text-align: center;
color: white;
padding: 18px;
}
.text.line.r {
margin-right: 12px;
padding: 7px;
position: relative;
bottom: 7px;
width: 85%;
}
section.banner-footer {
box-shadow: 6px 6px 14px #e2e2e2, -6px -6px 14px #ffffff;
height: 75px;
width: 95%;
margin: 25px auto;
border-radius: 17px;
position: relative;
}
.p-24 {
padding: 12px;
}
.w-40-p {
width: 66%!important;
margin-left: 1px;
}
.text.line.fecha {
background: #465bbf;
position: absolute;
bottom: 16px;
width: 119px;
}
section.banner-footer img {
position: absolute;
right: 22px;
top: -4px;
}
/* MEDIA QUERY */
@media (max-width: 900px) {
section.graficas-contenido {
display: inherit;
height: fit-content;
}
article.contenedor-caja-grafica {
display: flex;
align-items: center;
margin: auto;
width: 100%;
max-width: inherit;
padding: 0px;
}
article.grafica {
margin: auto;
width: 95%;
}
.cajas-graficas.contenido {
margin: 12px 12px;
}
} | 0.412885 | 0.091788 |
.input {
display: flex;
width: 95%;
position: relative;
align-items: center;
}
.input__box {
width: 100%;
border-radius: 30px;
padding: 20px 30px;
font-size: 25px;
border: none;
transition: 0.2s;
box-shadow: inset 0 0 5px black;
}
.input__box:focus {
box-shadow: 0 0 10px 1000px rgba(0, 0, 0, 0.5);
outline: none;
}
.input_submit {
position: absolute;
width: 50px;
height: 50px;
margin: 12px;
border-radius: 30px;
right: 0px;
border: none;
font-size: 15px;
background-color: #040b30;
color: white;
transition: 0.2s all;
box-shadow: 0 0 10px black;
}
.input_submit:hover {
background-color: #7a1010;
}
.input_submit:active {
transform: scale(0.8);
box-shadow: 0 0 5px black;
}
.container {
width: 95%;
display: flex;
margin-top: 10px;
justify-content: space-between;
align-items: flex-start;
}
.todos {
border-radius: 5px;
display: flex;
flex-direction: column;
width: 47.5%;
padding: 15px;
background-color: rgb(50, 195, 205);
}
.dragactive {
background-color: rgb(0, 221, 236);
}
.dragcomplete {
background-color: rgb(255, 38, 0);
}
.remove {
background-color: rgb(235, 103, 80);
}
.todos__heading {
font-size: 30px;
/* text-align: center; */
color: white;
}
.todos__single {
display: flex;
border-radius: 5px;
padding: 20px;
margin-top: 15px;
background-image: url("https://img.freepik.com/free-photo/crumpled-yellow-paper-background-close-up_60487-2390.jpg?size=626&ext=jpg");
transition: 0.2s;
}
.drag {
box-shadow: 0 0 20px black;
}
.todos__single:hover {
box-shadow: 0 0 5px black;
transform: scale(1.03);
}
.todos__single--text {
flex: 1;
padding: 5px;
border: none;
font-size: 20px;
}
.todos__single--text:focus {
outline: none;
}
.icon {
margin-left: 10px;
font-size: 25px;
cursor: pointer;
}
@media (max-width: 1100px) {
.todos {
width: 45%;
}
}
@media (max-width: 700px) {
.input {
width: 95%;
}
.container {
width: 95%;
flex-direction: column;
}
.todos {
width: 95%;
margin-bottom: 10px;
}
} | To_do-RT/to_do_ts/src/components/input_style.css | .input {
display: flex;
width: 95%;
position: relative;
align-items: center;
}
.input__box {
width: 100%;
border-radius: 30px;
padding: 20px 30px;
font-size: 25px;
border: none;
transition: 0.2s;
box-shadow: inset 0 0 5px black;
}
.input__box:focus {
box-shadow: 0 0 10px 1000px rgba(0, 0, 0, 0.5);
outline: none;
}
.input_submit {
position: absolute;
width: 50px;
height: 50px;
margin: 12px;
border-radius: 30px;
right: 0px;
border: none;
font-size: 15px;
background-color: #040b30;
color: white;
transition: 0.2s all;
box-shadow: 0 0 10px black;
}
.input_submit:hover {
background-color: #7a1010;
}
.input_submit:active {
transform: scale(0.8);
box-shadow: 0 0 5px black;
}
.container {
width: 95%;
display: flex;
margin-top: 10px;
justify-content: space-between;
align-items: flex-start;
}
.todos {
border-radius: 5px;
display: flex;
flex-direction: column;
width: 47.5%;
padding: 15px;
background-color: rgb(50, 195, 205);
}
.dragactive {
background-color: rgb(0, 221, 236);
}
.dragcomplete {
background-color: rgb(255, 38, 0);
}
.remove {
background-color: rgb(235, 103, 80);
}
.todos__heading {
font-size: 30px;
/* text-align: center; */
color: white;
}
.todos__single {
display: flex;
border-radius: 5px;
padding: 20px;
margin-top: 15px;
background-image: url("https://img.freepik.com/free-photo/crumpled-yellow-paper-background-close-up_60487-2390.jpg?size=626&ext=jpg");
transition: 0.2s;
}
.drag {
box-shadow: 0 0 20px black;
}
.todos__single:hover {
box-shadow: 0 0 5px black;
transform: scale(1.03);
}
.todos__single--text {
flex: 1;
padding: 5px;
border: none;
font-size: 20px;
}
.todos__single--text:focus {
outline: none;
}
.icon {
margin-left: 10px;
font-size: 25px;
cursor: pointer;
}
@media (max-width: 1100px) {
.todos {
width: 45%;
}
}
@media (max-width: 700px) {
.input {
width: 95%;
}
.container {
width: 95%;
flex-direction: column;
}
.todos {
width: 95%;
margin-bottom: 10px;
}
} | 0.487551 | 0.144934 |
@charset "UTF-8";
body {
font-family: 'Open Sans', sans-serif;
color: #333;
background-color: #e9ecf3;
background: url(../images/bg.jpg) no-repeat center center fixed;
-khtml-background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover; }
input[type=text], input[type=password], input[type=email] {
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, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 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;
outline: 0;
border-radius: 0; }
.btn-purple {
color: #fff;
background-color: #8E44AD;
border-color: #8E44AD; }
.btn-purple:hover, .btn-purple:focus {
color: #fff;
background-color: #561F6D;
border-color: #6a3381;
outline: none; }
.btn-dark {
color: #FFF;
background-color: #454648;
border-color: #141619; }
.btn-dark:hover, .btn-dark:focus {
color: #FFF;
background-color: #202021;
border-color: #2f353b;
outline: none; }
a:hover, button:hover {
-khtml-transition: all 0.6s linear;
-webkit-transition: all 0.6s linear;
-moz-transition: all 0.6s linear;
-ms-transition: all 0.6s linear;
-o-transition: all 0.6s linear;
transition: all 0.6s linear; }
.input-group-addon {
border-radius: 0; }
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.btn-success {
color: #fff;
background-color: #36c6d3;
border-color: #2bb8c4; }
.btn-success:hover {
color: #fff;
background-color: #27a4b0;
border-color: #208992;
-khtml-transition: all 0.6s;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
-khtml-transition: all 0.6s;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.account-wrap {
padding-top: 100px; }
.account-wrap .ac-wrap {
padding: 0;
border-radius: 5px;
width: 600px;
margin: 0 auto;
background-color: #fff;
border: 0; }
.account-wrap .aw-head {
background-color: #e7505a;
margin: 0;
padding: 20px;
border-radius: 5px 5px 0 0;
color: #fff;
font-size: 26px; }
.account-wrap .ac-form {
padding: 20px; }
.account-wrap .ac-submit {
margin-right: 20px; }
.account-wrap .tw-forgot-passwd {
font-size: 12px; }
.account-wrap .sn-login {
padding: 20px;
border-top: 1px solid #dfdfdf; }
.account-wrap .sn-twitter-login {
display: inline-block;
border: 1px solid rgba(0, 0, 0, 0.05);
color: #fff;
padding: 12px;
border-radius: 2px;
font-size: 12px;
text-transform: uppercase;
text-align: center;
background-color: #4099ff;
text-decoration: none; }
.account-wrap label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700; }
.account-wrap .form-group ul li, .account-wrap form ul li {
color: #999;
font-size: 12px;
margin-top: 5px; }
.account-wrap .form-group .errorlist, .account-wrap form .errorlist {
list-style-type: none;
padding-top: 10px; }
.account-wrap .form-group .errorlist li, .account-wrap form .errorlist li {
margin: 0;
padding: 5px 30px 5px 15px;
border-left: 5px solid #eee;
background-color: #F5A9AE;
border-color: #e7505a;
color: #000; }
.account-wrap .help-text {
margin: 0;
font-size: 12px;
padding: 5px;
color: #000;
margin-top: 5px;
font-style: italic; }
.account-wrap .help-text ul li {
color: #000; }
.account-wrap .note-wrap {
padding: 60px 40px;
border-left: 10px solid #eee;
background-color: #fff;
border-color: #539CAD;
color: #000;
width: 100%;
border-radius: 0;
text-align: center; }
.account-wrap .note-wrap h1 {
margin-bottom: 40px; }
.account-wrap .form-error {
margin: 10px;
padding: 10px;
background-color: #F5A9AE;
color: #000; }
.account-wrap .margin-top-10 {
margin-top: 10px; }
.notice {
position: relative;
margin: 10px 40px 5px;
background: #f8f8f8;
padding: 1em 1em 1em 2em;
border-left: 4px solid #DDD;
box-shadow: 0px 2px 2px rgba(204, 204, 204, 0.65);
font-size: 13px; }
.notice:before {
position: absolute;
top: 50%;
margin-top: -17px;
left: -17px;
background-color: #DDD;
color: #FFF;
width: 30px;
height: 30px;
border-radius: 100%;
text-align: center;
line-height: 30px;
font-weight: bold;
font-family: Georgia;
text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
.notice.info {
border-color: #0074D9; }
.notice.info:before {
content: "i";
background-color: #0074D9; }
.notice.success {
border-color: #2ECC40; }
.notice.success:before {
content: "√";
background-color: #2ECC40; }
.notice.warning {
border-color: #FFDC00; }
.notice.warning:before {
content: "!";
background-color: #FFDC00; }
.notice.error {
border-color: #FF4136; }
.notice.error:before {
content: "X";
background-color: #FF4136; }
.aw-desc {
padding: 30px; }
/*# sourceMappingURL=account.css.map */ | static/css/account.css | @charset "UTF-8";
body {
font-family: 'Open Sans', sans-serif;
color: #333;
background-color: #e9ecf3;
background: url(../images/bg.jpg) no-repeat center center fixed;
-khtml-background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover; }
input[type=text], input[type=password], input[type=email] {
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, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 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;
outline: 0;
border-radius: 0; }
.btn-purple {
color: #fff;
background-color: #8E44AD;
border-color: #8E44AD; }
.btn-purple:hover, .btn-purple:focus {
color: #fff;
background-color: #561F6D;
border-color: #6a3381;
outline: none; }
.btn-dark {
color: #FFF;
background-color: #454648;
border-color: #141619; }
.btn-dark:hover, .btn-dark:focus {
color: #FFF;
background-color: #202021;
border-color: #2f353b;
outline: none; }
a:hover, button:hover {
-khtml-transition: all 0.6s linear;
-webkit-transition: all 0.6s linear;
-moz-transition: all 0.6s linear;
-ms-transition: all 0.6s linear;
-o-transition: all 0.6s linear;
transition: all 0.6s linear; }
.input-group-addon {
border-radius: 0; }
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.btn-success {
color: #fff;
background-color: #36c6d3;
border-color: #2bb8c4; }
.btn-success:hover {
color: #fff;
background-color: #27a4b0;
border-color: #208992;
-khtml-transition: all 0.6s;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
-khtml-transition: all 0.6s;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.account-wrap {
padding-top: 100px; }
.account-wrap .ac-wrap {
padding: 0;
border-radius: 5px;
width: 600px;
margin: 0 auto;
background-color: #fff;
border: 0; }
.account-wrap .aw-head {
background-color: #e7505a;
margin: 0;
padding: 20px;
border-radius: 5px 5px 0 0;
color: #fff;
font-size: 26px; }
.account-wrap .ac-form {
padding: 20px; }
.account-wrap .ac-submit {
margin-right: 20px; }
.account-wrap .tw-forgot-passwd {
font-size: 12px; }
.account-wrap .sn-login {
padding: 20px;
border-top: 1px solid #dfdfdf; }
.account-wrap .sn-twitter-login {
display: inline-block;
border: 1px solid rgba(0, 0, 0, 0.05);
color: #fff;
padding: 12px;
border-radius: 2px;
font-size: 12px;
text-transform: uppercase;
text-align: center;
background-color: #4099ff;
text-decoration: none; }
.account-wrap label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700; }
.account-wrap .form-group ul li, .account-wrap form ul li {
color: #999;
font-size: 12px;
margin-top: 5px; }
.account-wrap .form-group .errorlist, .account-wrap form .errorlist {
list-style-type: none;
padding-top: 10px; }
.account-wrap .form-group .errorlist li, .account-wrap form .errorlist li {
margin: 0;
padding: 5px 30px 5px 15px;
border-left: 5px solid #eee;
background-color: #F5A9AE;
border-color: #e7505a;
color: #000; }
.account-wrap .help-text {
margin: 0;
font-size: 12px;
padding: 5px;
color: #000;
margin-top: 5px;
font-style: italic; }
.account-wrap .help-text ul li {
color: #000; }
.account-wrap .note-wrap {
padding: 60px 40px;
border-left: 10px solid #eee;
background-color: #fff;
border-color: #539CAD;
color: #000;
width: 100%;
border-radius: 0;
text-align: center; }
.account-wrap .note-wrap h1 {
margin-bottom: 40px; }
.account-wrap .form-error {
margin: 10px;
padding: 10px;
background-color: #F5A9AE;
color: #000; }
.account-wrap .margin-top-10 {
margin-top: 10px; }
.notice {
position: relative;
margin: 10px 40px 5px;
background: #f8f8f8;
padding: 1em 1em 1em 2em;
border-left: 4px solid #DDD;
box-shadow: 0px 2px 2px rgba(204, 204, 204, 0.65);
font-size: 13px; }
.notice:before {
position: absolute;
top: 50%;
margin-top: -17px;
left: -17px;
background-color: #DDD;
color: #FFF;
width: 30px;
height: 30px;
border-radius: 100%;
text-align: center;
line-height: 30px;
font-weight: bold;
font-family: Georgia;
text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
.notice.info {
border-color: #0074D9; }
.notice.info:before {
content: "i";
background-color: #0074D9; }
.notice.success {
border-color: #2ECC40; }
.notice.success:before {
content: "√";
background-color: #2ECC40; }
.notice.warning {
border-color: #FFDC00; }
.notice.warning:before {
content: "!";
background-color: #FFDC00; }
.notice.error {
border-color: #FF4136; }
.notice.error:before {
content: "X";
background-color: #FF4136; }
.aw-desc {
padding: 30px; }
/*# sourceMappingURL=account.css.map */ | 0.274157 | 0.045458 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://www.google.fr/"),
url-prefix("http://www.google.fr/webhp?") {
/* Implementing Google Reloaded 2 style */
body {background:#000 url("http://fc08.deviantart.com/fs45/f/2009/153/1/1/1174769de6597a940f6e74c37d99fddd.png") top left repeat-x!important}
img[src*="logos/"], img[src$="logo.gif"], div[style*="logo_plain.png"], img[src$="logo_google_suggest.gif"], img[src^="logos/holiday"], img[src^="/intl/"][alt="Google"][title="Google"] {margin-top:6%!important;width:0!important; height:103px!important;padding-left:281px!important;background-image:url("http://fc02.deviantart.com/fs43/f/2009/153/9/2/922e4877e48d2ecd7e7116c2b08513cd.png")!important}
/* Removing stuff */
p, .gbh, #guser, span[style|="text-align: left;"], input[value|="J'ai de la chance"], td[width|="25%"], font[size|="-1"], u, small, div[style|="color: rgb(102, 102, 102); font-size: 16px; font-weight: bold; left: 208px; position: relative; top: 78px;"] {display:none!important}
/* Restyling the gBar */
#gbar a {color:#fff!important}
#gbar {color:#fff!important;margin-top:13%;margin-bottom:0px!important;margin-left:-8px!important;text-align:center!important;position:absolute!important;width:100%!important;z-index:2!important}
/* Repositioning logo */
img[src$="C"] {margin-top:6%!important;z-index:-2!important}
/* Getting Play to Go (lol) */
center {background:url("http://fc04.deviantart.com/fs45/f/2009/153/1/1/112bec21f4801af343c8ec50439d53d6.png") center bottom no-repeat!important}
/* Restyling ugly button*/
input[value|="Recherche Google"] {display:table-cell!important;height:92px!important;opacity:0!important;margin-bottom:-70px!important;width:80px!important;z-index:2!important}
}
@-moz-document url-prefix("http://www.google.fr/search?") {
/* Implementing style for search */
body {background:#000 url("http://fc08.deviantart.com/fs45/f/2009/153/1/1/1174769de6597a940f6e74c37d99fddd.png") top left repeat-x!important;color:#fff!important}
#logo > img, #logo span, img[src$="logo_sm.gif"], img[src$="google_sm.gif"], img[src$="logo_google_suggest_sm.gif"] {width:0 !important;height:51px!important;padding-left:135px!important;background: url("http://fc01.deviantart.com/fs45/f/2009/152/6/e/grbl_by_kristofferm.png") top left no-repeat!important;background-position: 0 0 !important;top: 0!important}
/* Removing stuff */
.gbh, u, small, #gb, label, input[type|="radio"], .w10, .w20, .wci, font img, .wpb, td[class$="xsm"], #mbEnd {display:none!important}
/* Recoloring/styling google */
#gbar a {color:#fff!important}
#gbar {color:#fff!important;margin-top:50px!important;margin-bottom:-20px!important}
#ssb {background:none!important;border-color:#ccc!important;color:#fff!important}
#sff {color:#000!important}
a {color:#fff!important}
.l {color:#00b2e9!important}
a:visited {color:#aaa!important}
cite {color:#00b2e9!important}
.gl {color:#000!important}
.gl a {opacity:0.5!important}
.gl a:hover, .gl a:focus {opacity:1!important}
font {color:#aaa!important}
#bsf {background:none!important;border-color:#000!important}
.link {color:#fff!important}
.csb {background:none!important}
.std {color:#ccc!important}
.std a {opacity:0.5!important}
.std a:hover, .std a:focus {opacity:1!important}
.c {background:none!important}
} | data/usercss/18426.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://www.google.fr/"),
url-prefix("http://www.google.fr/webhp?") {
/* Implementing Google Reloaded 2 style */
body {background:#000 url("http://fc08.deviantart.com/fs45/f/2009/153/1/1/1174769de6597a940f6e74c37d99fddd.png") top left repeat-x!important}
img[src*="logos/"], img[src$="logo.gif"], div[style*="logo_plain.png"], img[src$="logo_google_suggest.gif"], img[src^="logos/holiday"], img[src^="/intl/"][alt="Google"][title="Google"] {margin-top:6%!important;width:0!important; height:103px!important;padding-left:281px!important;background-image:url("http://fc02.deviantart.com/fs43/f/2009/153/9/2/922e4877e48d2ecd7e7116c2b08513cd.png")!important}
/* Removing stuff */
p, .gbh, #guser, span[style|="text-align: left;"], input[value|="J'ai de la chance"], td[width|="25%"], font[size|="-1"], u, small, div[style|="color: rgb(102, 102, 102); font-size: 16px; font-weight: bold; left: 208px; position: relative; top: 78px;"] {display:none!important}
/* Restyling the gBar */
#gbar a {color:#fff!important}
#gbar {color:#fff!important;margin-top:13%;margin-bottom:0px!important;margin-left:-8px!important;text-align:center!important;position:absolute!important;width:100%!important;z-index:2!important}
/* Repositioning logo */
img[src$="C"] {margin-top:6%!important;z-index:-2!important}
/* Getting Play to Go (lol) */
center {background:url("http://fc04.deviantart.com/fs45/f/2009/153/1/1/112bec21f4801af343c8ec50439d53d6.png") center bottom no-repeat!important}
/* Restyling ugly button*/
input[value|="Recherche Google"] {display:table-cell!important;height:92px!important;opacity:0!important;margin-bottom:-70px!important;width:80px!important;z-index:2!important}
}
@-moz-document url-prefix("http://www.google.fr/search?") {
/* Implementing style for search */
body {background:#000 url("http://fc08.deviantart.com/fs45/f/2009/153/1/1/1174769de6597a940f6e74c37d99fddd.png") top left repeat-x!important;color:#fff!important}
#logo > img, #logo span, img[src$="logo_sm.gif"], img[src$="google_sm.gif"], img[src$="logo_google_suggest_sm.gif"] {width:0 !important;height:51px!important;padding-left:135px!important;background: url("http://fc01.deviantart.com/fs45/f/2009/152/6/e/grbl_by_kristofferm.png") top left no-repeat!important;background-position: 0 0 !important;top: 0!important}
/* Removing stuff */
.gbh, u, small, #gb, label, input[type|="radio"], .w10, .w20, .wci, font img, .wpb, td[class$="xsm"], #mbEnd {display:none!important}
/* Recoloring/styling google */
#gbar a {color:#fff!important}
#gbar {color:#fff!important;margin-top:50px!important;margin-bottom:-20px!important}
#ssb {background:none!important;border-color:#ccc!important;color:#fff!important}
#sff {color:#000!important}
a {color:#fff!important}
.l {color:#00b2e9!important}
a:visited {color:#aaa!important}
cite {color:#00b2e9!important}
.gl {color:#000!important}
.gl a {opacity:0.5!important}
.gl a:hover, .gl a:focus {opacity:1!important}
font {color:#aaa!important}
#bsf {background:none!important;border-color:#000!important}
.link {color:#fff!important}
.csb {background:none!important}
.std {color:#ccc!important}
.std a {opacity:0.5!important}
.std a:hover, .std a:focus {opacity:1!important}
.c {background:none!important}
} | 0.287168 | 0.169543 |
body {
font-family:'GothamRounded';
}
.update {
background-color:lightgray;
border-radius:5px;
padding:10px;
border:0px;
}
#error {
background-color:rgba(255,255,255,0.95);
width:40vw;
display:none;
font-family:'GothamRounded';
opacity:0;
top:-200px;
left:30vw;
position:fixed;
z-index:200000;
border-radius:5px;
box-shadow:0px 0px 4px 1px lightgray;
box-sizing:border-box;
padding:20px;
font-style:italic;
font-size:16px;
}
.selections {
width:100%;
height:40px;
font-family:'Roboto';
font-size:16px;
box-sizing:border-box;
padding:5px;
border:1px solid black;
border-radius:5px;
outline:none;
transition:0.5s;
}
.selections:focus {
box-shadow:inset 0px 0px 4px 1px lightgray;
}
.full-screen-size {
position:fixed;
top:0px;
display:none;
left:0px;
z-index:20;
width:100vw;
height:100vh;
background-color:rgba(0,0,0,0.95);
}
#order-settings {
width:50vw;
margin-top:40px;
padding:20px;
margin-bottom:40px;
background-color:white;
border-radius:5px;
}
.pending-orders,.complete-orders {
text-align:center;
width:80%;
border:1px solid gray;
}
.round-bars-left {
border-top:8px solid powderblue;
border-right:8px solid powderblue;
border-left:8px solid powderblue;
border-bottom:8px solid transparent;
background-color:white;
font-family:'GothamRounded';
font-size:25px;
width:80px;
height:80px;
border-radius:50%;
}
.round-bars-right {
border-top:8px solid gold;
font-family:'GothamRounded';
font-size:25px;
border-right:8px solid gold;
border-left:8px solid gold;
border-bottom:8px solid transparent;
background-color:white;
width:80px;
height:80px;
border-radius:50%;
}
.floaters {
display:inline-table;
margin:20px;
}
@media(max-width:900px) {
.media {
width:200px;
height:200px;
}
.round-bars-left {
border-top:15px solid powderblue;
border-right:15px solid powderblue;
border-left:15px solid powderblue;
border-bottom:15px solid transparent;
}
.round-bars-right {
border-top:15px solid gold;
border-right:15px solid gold;
border-left:15px solid gold;
border-bottom:15px solid transparent;
}
.pending-orders,.complete-orders {
width:95%;
}
#order-settings {
width:90vw;
}
#error {
width:90vw;
left:5vw;
}
} | css/dashboard.css | body {
font-family:'GothamRounded';
}
.update {
background-color:lightgray;
border-radius:5px;
padding:10px;
border:0px;
}
#error {
background-color:rgba(255,255,255,0.95);
width:40vw;
display:none;
font-family:'GothamRounded';
opacity:0;
top:-200px;
left:30vw;
position:fixed;
z-index:200000;
border-radius:5px;
box-shadow:0px 0px 4px 1px lightgray;
box-sizing:border-box;
padding:20px;
font-style:italic;
font-size:16px;
}
.selections {
width:100%;
height:40px;
font-family:'Roboto';
font-size:16px;
box-sizing:border-box;
padding:5px;
border:1px solid black;
border-radius:5px;
outline:none;
transition:0.5s;
}
.selections:focus {
box-shadow:inset 0px 0px 4px 1px lightgray;
}
.full-screen-size {
position:fixed;
top:0px;
display:none;
left:0px;
z-index:20;
width:100vw;
height:100vh;
background-color:rgba(0,0,0,0.95);
}
#order-settings {
width:50vw;
margin-top:40px;
padding:20px;
margin-bottom:40px;
background-color:white;
border-radius:5px;
}
.pending-orders,.complete-orders {
text-align:center;
width:80%;
border:1px solid gray;
}
.round-bars-left {
border-top:8px solid powderblue;
border-right:8px solid powderblue;
border-left:8px solid powderblue;
border-bottom:8px solid transparent;
background-color:white;
font-family:'GothamRounded';
font-size:25px;
width:80px;
height:80px;
border-radius:50%;
}
.round-bars-right {
border-top:8px solid gold;
font-family:'GothamRounded';
font-size:25px;
border-right:8px solid gold;
border-left:8px solid gold;
border-bottom:8px solid transparent;
background-color:white;
width:80px;
height:80px;
border-radius:50%;
}
.floaters {
display:inline-table;
margin:20px;
}
@media(max-width:900px) {
.media {
width:200px;
height:200px;
}
.round-bars-left {
border-top:15px solid powderblue;
border-right:15px solid powderblue;
border-left:15px solid powderblue;
border-bottom:15px solid transparent;
}
.round-bars-right {
border-top:15px solid gold;
border-right:15px solid gold;
border-left:15px solid gold;
border-bottom:15px solid transparent;
}
.pending-orders,.complete-orders {
width:95%;
}
#order-settings {
width:90vw;
}
#error {
width:90vw;
left:5vw;
}
} | 0.240685 | 0.054199 |
body {
/*background-image: url(/assets/images/background-50px.png);*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
h1 {
font: bold 18px Arial;
margin: 0;
}
/*PAGE*/
#page{
max-width: 900px;
margin: auto;
}
/*HEADER*/
#header{
position:relative;
width: 100%;
height: 162px;
background-image:url(/assets/images/header.jpg);
background-size: 100% 100%;
background-repeat:no-repeat;
}
/*COMPANY NAME IN HEADER*/
#companyname {
position:absolute;
color: #FFFFFF;
font-size: 36px;
font-weight: bold;
margin-top:50px;
margin-left:40px;
left: 0px;
top: 0px;
}
/*MENU IN HEADER*/
#mainmenu-max-width-480px{
visibility:hidden;
}
#mainmenu {
position:absolute;
bottom: 12px;
right: 30px;
font-size: 12px;
font-weight: bold;
visibility:visible;
}
#mainmenu ul, .footer ul {
font-size:12px;
margin:0;
padding:0;
}
#mainmenu li {
float:left;
height:33px;
list-style:none;
margin:0;
padding:0;
}
#mainmenu a {
border-right:1px solid #b0b0b0;
color:#333333;
display:block;
font-size: 12px;
padding:5px 10px 9px;
text-decoration:none;
}
#mainmenu a:hover, #mainmenu a:hover.current,
#mainmenu-max-width-480px a:hover, #mainmenu-max-width-480px a:hover.current{
background:#f0f0f0 url(/assets/images/menuhover-orange.jpg) top left repeat-x;
color:#505050;
text-decoration:underline;
}
#mainmenu a.current, #mainmenu-max-width-480px a {
background:#f0f0f0 url(/assets/images/menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}
/*CONTAINER*/
#container{
background: rgba(0, 0, 0, 0) url("/assets/images/bg-module-right.png") repeat-y scroll right top;
margin-bottom:10px;
padding:0;
text-align:left;
width:95%;
border: 1px solid #c7c7c7;
}
.container-heading{
background: rgba(0, 0, 0, 0) url("/assets/images/container-heading-top-green.png") no-repeat scroll 0 0;
padding: 20px 10px 10px 15px;
}
.container-content{
padding: 0 10px 10px 15px;
}
.container-content img {
border: 4px solid #dcdcdc;
float:left;
margin-right:10px;
}
#lineReader {
width: 48%;
height: 150px;
float: left;
}
.container-content p{
margin: 0;
padding-left: 5px;
padding-right: 5px;
}
.container-content div.scroller{
height: 140px;
width: 48%;
float: right;
border: 4px solid #dcdcdc;
}
.scroller {
overflow: auto;
background: #f4f6f7;
padding: 5px;
}
.clr{
clear:both;
width:0;
}
/*FOOTER*/
.footer {
height: 32px;
background-image: url(/assets/images/bg_footer.gif);
background-size: 100% 100%;
background-repeat: no-repeat;
clear: both;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}
.footer ul {
font-size: 12px;
margin: 0;
padding: 0;
}
.footer li {
float: left;
height: 32px;
list-style: none;
margin: 8px 0 0 15px;
padding: 0;
}
/*FOOTER LINKS*/
.footer a {
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
} | assets/css/style.css | body {
/*background-image: url(/assets/images/background-50px.png);*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
h1 {
font: bold 18px Arial;
margin: 0;
}
/*PAGE*/
#page{
max-width: 900px;
margin: auto;
}
/*HEADER*/
#header{
position:relative;
width: 100%;
height: 162px;
background-image:url(/assets/images/header.jpg);
background-size: 100% 100%;
background-repeat:no-repeat;
}
/*COMPANY NAME IN HEADER*/
#companyname {
position:absolute;
color: #FFFFFF;
font-size: 36px;
font-weight: bold;
margin-top:50px;
margin-left:40px;
left: 0px;
top: 0px;
}
/*MENU IN HEADER*/
#mainmenu-max-width-480px{
visibility:hidden;
}
#mainmenu {
position:absolute;
bottom: 12px;
right: 30px;
font-size: 12px;
font-weight: bold;
visibility:visible;
}
#mainmenu ul, .footer ul {
font-size:12px;
margin:0;
padding:0;
}
#mainmenu li {
float:left;
height:33px;
list-style:none;
margin:0;
padding:0;
}
#mainmenu a {
border-right:1px solid #b0b0b0;
color:#333333;
display:block;
font-size: 12px;
padding:5px 10px 9px;
text-decoration:none;
}
#mainmenu a:hover, #mainmenu a:hover.current,
#mainmenu-max-width-480px a:hover, #mainmenu-max-width-480px a:hover.current{
background:#f0f0f0 url(/assets/images/menuhover-orange.jpg) top left repeat-x;
color:#505050;
text-decoration:underline;
}
#mainmenu a.current, #mainmenu-max-width-480px a {
background:#f0f0f0 url(/assets/images/menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}
/*CONTAINER*/
#container{
background: rgba(0, 0, 0, 0) url("/assets/images/bg-module-right.png") repeat-y scroll right top;
margin-bottom:10px;
padding:0;
text-align:left;
width:95%;
border: 1px solid #c7c7c7;
}
.container-heading{
background: rgba(0, 0, 0, 0) url("/assets/images/container-heading-top-green.png") no-repeat scroll 0 0;
padding: 20px 10px 10px 15px;
}
.container-content{
padding: 0 10px 10px 15px;
}
.container-content img {
border: 4px solid #dcdcdc;
float:left;
margin-right:10px;
}
#lineReader {
width: 48%;
height: 150px;
float: left;
}
.container-content p{
margin: 0;
padding-left: 5px;
padding-right: 5px;
}
.container-content div.scroller{
height: 140px;
width: 48%;
float: right;
border: 4px solid #dcdcdc;
}
.scroller {
overflow: auto;
background: #f4f6f7;
padding: 5px;
}
.clr{
clear:both;
width:0;
}
/*FOOTER*/
.footer {
height: 32px;
background-image: url(/assets/images/bg_footer.gif);
background-size: 100% 100%;
background-repeat: no-repeat;
clear: both;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}
.footer ul {
font-size: 12px;
margin: 0;
padding: 0;
}
.footer li {
float: left;
height: 32px;
list-style: none;
margin: 8px 0 0 15px;
padding: 0;
}
/*FOOTER LINKS*/
.footer a {
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
} | 0.299515 | 0.058373 |
.media a:not(.btn):not(.avatar) {
color: #4d5259;
}
.media-list-hover .media-list-body>.media:hover{background-color:#f9fafb}
.text-truncate {
width: auto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.media-body {
min-width: 0;
}
.media .custom-control {
margin-right: 0;
}
.custom-checkbox {
cursor: pointer;
}
.media>* {
margin: 0 8px;
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 2.5rem;
}
.align-items-center {
align-items: center;
}
.media .lead {
line-height: 1.875rem;
}
.mr-25 {
margin-right: 25px;
}
.text-fade {
color: rgba(77,82,89,0.7);
}
.lead {
font-size: 16px;
font-weight: 300;
}
.btn-float {
display: inline-flex;
-webkit-box-align: center;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
padding: 0;
margin: 0;
font-size: 24px;
border-radius: 100%;
box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.fab-fixed {
right: 40px;
bottom: 40px;
}
.fab {
position: relative;
display: inline-block;
z-index: 9;
}
.emp-profile{
padding: 3%;
margin-top: 3%;
margin-bottom: 3%;
border-radius: 0.5rem;
background: #fff;
}
.profile-img{
text-align: center;
}
.profile-img img{
width: 70%;
height: 100%;
}
.profile-img .file {
position: relative;
overflow: hidden;
margin-top: -20%;
width: 70%;
border: none;
border-radius: 0;
font-size: 15px;
background: #212529b8;
}
.profile-img .file input {
position: absolute;
opacity: 0;
right: 0;
top: 0;
}
.profile-head h5{
color: #333;
}
.profile-head h6{
color: #0062cc;
}
.profile-edit-btn{
border: none;
border-radius: 1.5rem;
width: 70%;
padding: 2%;
font-weight: 600;
color: #6c757d;
cursor: pointer;
}
.proile-rating{
font-size: 12px;
color: #818182;
margin-top: 5%;
}
.proile-rating span{
color: #495057;
font-size: 15px;
font-weight: 600;
}
.profile-head .nav-tabs{
margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
font-weight:600;
border: none;
}
.profile-head .nav-tabs .nav-link.active{
border: none;
border-bottom:2px solid #0062cc;
}
.profile-work{
padding: 14%;
margin-top: -15%;
}
.profile-work p{
font-size: 12px;
color: #818182;
font-weight: 600;
margin-top: 10%;
}
.profile-work a{
text-decoration: none;
color: #495057;
font-weight: 600;
font-size: 14px;
}
.profile-work ul{
list-style: none;
}
.profile-tab label{
font-weight: 600;
}
.profile-tab p{
font-weight: 600;
color: #0062cc;
}
ol.progtrckr {
list-style-type: none;
width: 120%;
padding: 0;
}
ol.progtrckr li {
display: inline-block;
text-align: center;
line-height: 4.5rem;
cursor: pointer;
}
ol.progtrckr li span {
padding: 0 9rem;
}
@media (max-width: 650px) {
.progtrckr li span {
display: none;
}
}
.progtrckr em {
display: none;
font-weight: 700;
padding-left: 1rem;
}
@media (max-width: 650px) {
.progtrckr em {
display: inline;
}
}
ol.progtrckr li.progtrckr-todo {
color: silver;
border-bottom: 4px solid silver;
}
ol.progtrckr li.progtrckr-doing {
color: black;
border-bottom: 4px solid #CCCCCC;
}
ol.progtrckr li.progtrckr-done {
color: black;
border-bottom: 4px solid #5cb85c;
}
ol.progtrckr li:after {
content: "\00a0\00a0";
}
ol.progtrckr li:before {
position: relative;
bottom: -3.7rem;
float: left;
left: 50%;
}
ol.progtrckr li.progtrckr-todo:before {
content: "\039F";
color: silver;
background-color: white;
width: 1.2em;
line-height: 1.4em;
}
ol.progtrckr li.progtrckr-todo:hover:before {
color: #ff4500;
}
ol.progtrckr li.progtrckr-doing:before {
content: "\2022";
color: white;
background-color: #CCCCCC;
width: 1.2em;
line-height: 1.2em;
border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-doing:hover:before {
color: #ff4500;
}
ol.progtrckr li.progtrckr-done:before {
content: "\2713";
color: white;
background-color: #5cb85c;
width: 1.2em;
line-height: 1.2em;
border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-done:hover:before {
color: #333;
}
/* Subscriptions custom CSS */
#cancelButtonModalSpanEden{
font-size: 35px;
margin-right: 30px;
}
#cancelButtonModalSpanDva{
margin-right: 50px;
}
#divItemSubscription{
padding-left: 10px;
}
#headingSubscription{
font-weight: bold;
}
#spanBalance{
font-size: 20px;
}
.loader,
.loader:before,
.loader:after {
border-radius: 50%;
width: 2.5em;
height: 2.5em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out;
}
.loader {
color: #0066cc;
font-size: 10px;
margin: 80px auto;
position: relative;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:before,
.loader:after {
content: '';
position: absolute;
top: 0;
}
.loader:before {
left: -3.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader:after {
left: 3.5em;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
.multipleFileUpload {
box-sizing: border-box;
padding: 5px;
width: 100%;
border: solid black 5px;
}
/* Sidebar custom CSS */
.sidebarl {
display: flex;
background-color: #f5f5f5;
border-right: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-top: 1px solid #dddddd;
}
ul.left-menu {
list-style: none;
margin: 0;
padding: 0;
display: block;
width: 100%;
}
ul.left-menu li {
display: list-item;
margin: 0;
padding: 0;
}
ul.left-menu a {
color: #555;
text-decoration: none;
display: block;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 10px;
border-bottom: 1px solid #ddd;
font-size: 13px;
}
ul.left-menu a.active {
box-shadow: 0px 0px 3px #8C8984 inset;
background: #e0e0e0;
}
/* Navbar custom CSS*/ | css/style.css | .media a:not(.btn):not(.avatar) {
color: #4d5259;
}
.media-list-hover .media-list-body>.media:hover{background-color:#f9fafb}
.text-truncate {
width: auto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.media-body {
min-width: 0;
}
.media .custom-control {
margin-right: 0;
}
.custom-checkbox {
cursor: pointer;
}
.media>* {
margin: 0 8px;
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 2.5rem;
}
.align-items-center {
align-items: center;
}
.media .lead {
line-height: 1.875rem;
}
.mr-25 {
margin-right: 25px;
}
.text-fade {
color: rgba(77,82,89,0.7);
}
.lead {
font-size: 16px;
font-weight: 300;
}
.btn-float {
display: inline-flex;
-webkit-box-align: center;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
padding: 0;
margin: 0;
font-size: 24px;
border-radius: 100%;
box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.fab-fixed {
right: 40px;
bottom: 40px;
}
.fab {
position: relative;
display: inline-block;
z-index: 9;
}
.emp-profile{
padding: 3%;
margin-top: 3%;
margin-bottom: 3%;
border-radius: 0.5rem;
background: #fff;
}
.profile-img{
text-align: center;
}
.profile-img img{
width: 70%;
height: 100%;
}
.profile-img .file {
position: relative;
overflow: hidden;
margin-top: -20%;
width: 70%;
border: none;
border-radius: 0;
font-size: 15px;
background: #212529b8;
}
.profile-img .file input {
position: absolute;
opacity: 0;
right: 0;
top: 0;
}
.profile-head h5{
color: #333;
}
.profile-head h6{
color: #0062cc;
}
.profile-edit-btn{
border: none;
border-radius: 1.5rem;
width: 70%;
padding: 2%;
font-weight: 600;
color: #6c757d;
cursor: pointer;
}
.proile-rating{
font-size: 12px;
color: #818182;
margin-top: 5%;
}
.proile-rating span{
color: #495057;
font-size: 15px;
font-weight: 600;
}
.profile-head .nav-tabs{
margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
font-weight:600;
border: none;
}
.profile-head .nav-tabs .nav-link.active{
border: none;
border-bottom:2px solid #0062cc;
}
.profile-work{
padding: 14%;
margin-top: -15%;
}
.profile-work p{
font-size: 12px;
color: #818182;
font-weight: 600;
margin-top: 10%;
}
.profile-work a{
text-decoration: none;
color: #495057;
font-weight: 600;
font-size: 14px;
}
.profile-work ul{
list-style: none;
}
.profile-tab label{
font-weight: 600;
}
.profile-tab p{
font-weight: 600;
color: #0062cc;
}
ol.progtrckr {
list-style-type: none;
width: 120%;
padding: 0;
}
ol.progtrckr li {
display: inline-block;
text-align: center;
line-height: 4.5rem;
cursor: pointer;
}
ol.progtrckr li span {
padding: 0 9rem;
}
@media (max-width: 650px) {
.progtrckr li span {
display: none;
}
}
.progtrckr em {
display: none;
font-weight: 700;
padding-left: 1rem;
}
@media (max-width: 650px) {
.progtrckr em {
display: inline;
}
}
ol.progtrckr li.progtrckr-todo {
color: silver;
border-bottom: 4px solid silver;
}
ol.progtrckr li.progtrckr-doing {
color: black;
border-bottom: 4px solid #CCCCCC;
}
ol.progtrckr li.progtrckr-done {
color: black;
border-bottom: 4px solid #5cb85c;
}
ol.progtrckr li:after {
content: "\00a0\00a0";
}
ol.progtrckr li:before {
position: relative;
bottom: -3.7rem;
float: left;
left: 50%;
}
ol.progtrckr li.progtrckr-todo:before {
content: "\039F";
color: silver;
background-color: white;
width: 1.2em;
line-height: 1.4em;
}
ol.progtrckr li.progtrckr-todo:hover:before {
color: #ff4500;
}
ol.progtrckr li.progtrckr-doing:before {
content: "\2022";
color: white;
background-color: #CCCCCC;
width: 1.2em;
line-height: 1.2em;
border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-doing:hover:before {
color: #ff4500;
}
ol.progtrckr li.progtrckr-done:before {
content: "\2713";
color: white;
background-color: #5cb85c;
width: 1.2em;
line-height: 1.2em;
border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-done:hover:before {
color: #333;
}
/* Subscriptions custom CSS */
#cancelButtonModalSpanEden{
font-size: 35px;
margin-right: 30px;
}
#cancelButtonModalSpanDva{
margin-right: 50px;
}
#divItemSubscription{
padding-left: 10px;
}
#headingSubscription{
font-weight: bold;
}
#spanBalance{
font-size: 20px;
}
.loader,
.loader:before,
.loader:after {
border-radius: 50%;
width: 2.5em;
height: 2.5em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out;
}
.loader {
color: #0066cc;
font-size: 10px;
margin: 80px auto;
position: relative;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:before,
.loader:after {
content: '';
position: absolute;
top: 0;
}
.loader:before {
left: -3.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader:after {
left: 3.5em;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
.multipleFileUpload {
box-sizing: border-box;
padding: 5px;
width: 100%;
border: solid black 5px;
}
/* Sidebar custom CSS */
.sidebarl {
display: flex;
background-color: #f5f5f5;
border-right: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-top: 1px solid #dddddd;
}
ul.left-menu {
list-style: none;
margin: 0;
padding: 0;
display: block;
width: 100%;
}
ul.left-menu li {
display: list-item;
margin: 0;
padding: 0;
}
ul.left-menu a {
color: #555;
text-decoration: none;
display: block;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 10px;
border-bottom: 1px solid #ddd;
font-size: 13px;
}
ul.left-menu a.active {
box-shadow: 0px 0px 3px #8C8984 inset;
background: #e0e0e0;
}
/* Navbar custom CSS*/ | 0.367043 | 0.048204 |
html h1 {
margin : 0px ;
padding :0px ;
}
ul li{
margin : 0px ;
padding :0px ;
list-style-type: none;
}
a {
color: black;
text-decoration: inherit;
}
.section-head {
margin-top: 80px ;
padding-bottom: 50px;
border-bottom: 1px solid #1f1f1f;
}
.section-head h2 {
margin-bottom: 30px;
}
#page-container{
margin: 0 15%;
min-width: 1350px;
}
/* main css */
header #logo-wrapper {
float: left;
margin-left: 70px;
}
header #nav-user-menu {
padding-top: 75px ;
margin-right: 70px;
float: right;
}
header #header-nav-actions{
margin: 0;
}
#header-nav-actions > li {
display: inline-block;
margin-left:20px;
}
header #header-search {
text-align: center;
padding-top: 75px;
}
header #header-search #header-search-container{
border: none ;
border-bottom: 1px solid black;
width: 350px;
font-size: 18px;
text-align: center;
}
#searchForm {
/* position: relative; */
}
#searchForm button {
border: 0;
outline: 0;
cursor: pointer;
background: white ;
}
#searchForm img{
width: 20px;
height: 20px;
top: 2px;
}
#header-menu {
border-bottom: solid black 1px;
position: relative;
background: rgb(244, 242, 242);
height: 50px;
margin: 0 5%;
margin-top: 20px;
}
#header-menu-cate{
text-align: center;
margin: 0px;
padding: 0px;
}
#header-menu-cate li{
display: inline-block;
font-weight:700;
font-size: 15px;
width: 260px;
height: 50px;
line-height: 50px;
/* background: red; */
}
#section-main {
margin: 0px 5%;
}
#section-main #slide {
position: relative;
overflow: hidden;
width: 100%;
height:500px;
}
#section-main #slide img {
position: absolute;
height: 100%;
width: 100%;
}
#main-notice {
text-align: center;
position: relative;
padding: 70px 68px;
margin-top: 70px ;
padding-top: 50px;
padding-bottom: 100px;
border-bottom: 1px solid black;
height: 550px ;
/* background: blue; */
}
.main-medium-text {
text-align: center;
font-size: 35px;
}
.main-notice {
float: left ;
margin-left: 10px;
width: 330px ;
height: 480px;
border: 2px solid black;
}
.main-notice:last-child{
margin-right: 0 !important ;
}
.main-notice-image {
width: 100% ;
height: 85%;
}
.main-notice-text{
height: 13%;
font-size: 20px;
text-align: center;
}
#main-recommend-wrap{
margin: 80px 0;
padding: 20px 78px;
position: relative;
height: 780px;
/* background: blue; */
}
#main-recommend-wrap h3{
margin-bottom: 40px;
}
#main-recommend-wrap h3 a{
color: rgb(214, 214, 214);
}
#main-recommend-wrap h3 a:first-child{
margin-right: 70px;
color: black ;
text-decoration: underline;
}
.main-recommend-list {
position : relative;
margin-bottom: 50px;
overflow: hidden;
}
.main-recommend-list li {
width: 295px;
height: 300px;
/* background: blue; */
float: left;
margin-top: 20px;
margin-left : 20px;
}
.main-recommend-list img {
width: 295px;
height: 200px;
margin-bottom: 10px;
}
.main-recommend-list span {
font-size: 16px;
font-weight: 900;
}
.main-recommend-list p {
font-size: 12px;
border-top: 1px solid #e2e2e2;
padding: 10px 0;
}
.more {
margin-left: 60px;
}
.best-list {
display: none;
}
/* login css */
#login-form {
margin: 145px 330px;
/* background: blue; */
/* border-top: 3px solid black; */
border-bottom: 1px solid black;
width: 540px;
height: 310px;
padding: 50px 0px;
}
#login-top {
border-bottom: 1px solid black;
margin-bottom: 60px;
}
#login-top span {
margin-left: 15px;
color: rgb(126, 126, 126);
cursor: pointer;s
}
#login-top span:nth-child(1) {
color: black;
}
#login-content{
position: relative;
}
#login-content div:nth-child(1){
text-align: center;
font-size: 25px;
}
#login-content form {
margin-top: 40px;
}
#login-content label {
font-size: 20px;
font-weight: 400;
text-align: center ;
display: inline-block;
width: 110px;
}
#login-content input{
width: 300px;
height: 30px;
margin-bottom: 10px;
}
#login-content input[type="button"]{
position: absolute;
top: 70px;
right: 10px;
width: 80px;
height: 80px;
background: black;
color: white;
border:0;
outline: 0;
cursor: pointer;
}
#login-error {
margin-top: 20px;
font-size: 15px;
width: 100%;
color: red ;
text-align: center ;
display: inline-block;
visibility:hidden;
}
#join-move {
text-align: center;
text-decoration : underline;
}
#nouserbuyhis-content{
display: none ;
}
#nouserbuyhis-content div:nth-child(1){
text-align: center;
font-size: 25px;
}
#nouserbuyhis-content form {
margin-top: 40px;
}
#nouserbuyhis-content label {
font-size: 15px;
font-weight: 400;
text-align: center ;
display: inline-block;
width: 170px;
}
#nouserbuyhis-content input{
width: 300px;
height: 30px;
margin-bottom: 10px;
}
#nouserbuyhis-content input[type="button"]{
width: 500px;
height: 50px;
background: black;
color: white;
border:0;
outline: 0;
cursor: pointer;
margin: 20px 20px;
}
/* ------------join---------------------------- */
/* join css */
#join-form {
margin: 145px auto;
/* background: blue; */
border-top: 3px solid black;
padding: 50px 0px;
}
#join-top {
margin-bottom: 30px;
font-size: 25px;
font-weight: 800;
}
#join-top span {
margin-left: 15px;
}
#join-content div{
margin-bottom: 20px;
}
#join-content label {
font-size: 20px;
font-weight: 400;
display: inline-block;
width: 250px;
}
#join-content input{
width: 300px;
height: 30px;
margin-bottom: 10px;
}
#join-content input[type="submit"]{
width: 350px;
margin-top: 50px;
height: 65px;
font-size: 25px;
background: black;
color: white;
border: 0;
outline: 0;
cursor: pointer;
}
#join-content button{
border: 0;
outline: 0;
cursor: pointer;
width: 80px;
height: 28px;
}
#join-content div p{
margin-left: 260;
color: red ;
}
#join-address {
width: 380px;
height: 150px;
margin-left: 250px;
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 20px;
}
#join-address div:nth-child(2){
margin-top: 43px;
}
#join-address div div {
width: 50px;
display: inline-block;
}
/*-------------------productList------------------ */
#wrap-navi {
margin-top: 80px;
/* background: blue; */
width: 250px;
float: left;
}
#wrap-navi .sub-menu {
margin-top: 30px;
}
#wrap-navi .sub-menu ul {
margin: 0;
padding: 0 ;
font-size: 22px;
}
#wrap-navi .sub-menu ul li {
margin-bottom: 20px;
}
.sub-logo span {
font-size: 23px;
font-weight: 800;
color : rgba(98, 219, 66, 0.89);
}
#wrap-product {
margin-top: 80px;
/* background: green ; */
float: left;
max-width: 964px;
width: 100%;
}
#wrap-product h2 {
margin-left: 40px;
}
#product-list{
margin: 0 ;
padding: 0;
}
#product-list h2 {
text-align: center;
line-height: 400px;
}
#product-list li {
width: 295px;
height: 350px;
/* background: blue; */
float: left;
margin-top: 20px;
margin-left : 20px;
}
#product-list img {
width: 295px;
height: 200px;
margin-bottom: 10px;
}
#product-list span {
font-size: 16px;
font-weight: 900;
}
#product-list p {
font-size: 12px;
border-top: 1px solid #e2e2e2;
padding: 10px 0;
}
/* --------product----------- */
#product-head {
margin-left: 45px ;
width: 100%;
/* border-bottom: 1px solid black; */
}
#product-head-img {
width: 420px;
height: 500px;
/* background: blue; */
float: left;
}
#product-head-img img{
width: 420px;
height: 400px;
}
#product-head-info {
margin-left: 40px;
float: left;
width: 400px;
/* background: yellow; */
}
#product-head-info ul {
margin: 0 ;
padding: 0;
}
#product-head-info li:nth-child(1){
font-size: 17px;
margin-bottom: 5px;
}
#product-head-info li:nth-child(2){
font-size: 30px;
font-weight: 800;
margin-bottom: 30px;
}
#product-head-info li:nth-child(3){
font-size: 25px;
font-weight: 800;
margin-bottom: 30px;
}
#product-head-info li:nth-child(5){
font-size: 20px;
margin-bottom: 30px;
margin-top: 20px;
}
.product-btn {
width: 190px;
height: 75px;
border: 0;
outline: 0;
margin: 0;
padding: 0;
float: left;
font-size: 20px;
font-weight: 800;
cursor: pointer;
}
#product-cart {
background: rgb(109, 223, 99);
margin-right: 20px;
}
#product-buy {
background: rgb(241, 13, 65) ;
}
#product-head-info input[name="amount"]{
width: 30px;
height: 25px;
}
#product-section {
clear: both;
margin-left: 45px;
margin-bottom: 80px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
padding-bottom: 40px;
background-color: #fff;
border: 1px solid black;
}
/*タブのスタイル*/
.tab_item {
width: 200px;
height: 50px;
line-height: 50px;
color: #565656;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
}
.tab_item:hover {
opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
padding: 40px 40px 0;
clear: both;
overflow: hidden;
word-wrap:break-word;
word-break:break-all;
border-top: 3px solid #e2e2e2;
}
/*選択されているタブのコンテンツのみを表示*/
#review:checked ~ #review_content,
#question:checked ~ #question_content
{
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: rgb(103, 103, 103);
color: white;
}
.tab_content_description{
border-bottom: 1px solid #e2e2e2;
padding: 20px 0;
}
.star img{
width: 12px;
height: 12px;
display: inline-block;
}
.review-date {
font-size: 12px;
color: #828282;
}
/* -------------------Buy --------------- */
#buy-product-wrap table {
margin-top: 43px;
text-align: center;
width: 100%;
}
#buy-product-wrap thead th {
padding-bottom: 18px;
border-bottom: 1px solid #e2e2e2;
font-weight: 300;
font-size: 14px;
color: rgb(161, 162, 160);
}
#buy-product-wrap tbody tr td{
border-bottom: 1px solid #e2e2e2;
}
#buy-product-wrap tbody td{
padding: 20px 0;
}
.buy-product-img {
width: 250px;
}
#buy-total-wrap {
display: table;
position: relative;
width: 100%;
margin: 40px 0 80px;
padding: 40px 0;
background-color: #fafafa;
border-top: 1px solid #e2e2e2;
font-size: 20px;
}
#buy-total-wrap .buy-pay {
display: table-cell;
text-align: center;
position: relative;
}
.buy-pay img {
position: absolute;
top: 10%;
right: 0;
}
.buy-pay span:nth-child(2){
margin-left: 20px;
}
#buy-section {
width: 100%;
border-top: 1px solid #1f1f1f;
margin-bottom: 100px;
}
.buy-head-title {
font-weight: 800;
font-size: 15px;
margin: 21px 0;
padding: 10px;
}
#buy-info dl {
padding: 10px;
font-size: 20px;
}
#buy-info dt {
width: 200px;
float: left ;
}
#buy-info dd {
margin-bottom: 50px;
}
#buy-info dd input {
border: none ;
border-bottom: 1px solid black;
width: 190px;
height: 30px;
font-size: 21px;
}
#buy-address {
width: 500px;
height: 150px;
margin-left: 160px;
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 20px;
}
#buy-address div:nth-child(2){
margin-top: 43px;
}
#buy-address div div {
width: 95px;
display: inline-block;
}
#buy-address #buy-addr1{
width: 250px;
}
#buy-address #buy-addr3 {
width: 250px;
}
#buy-section button {
width: 300px;
height: 60px;
border: 0;
outline: 0;
margin: 0;
padding: 0;
font-size: 30px;
cursor: pointer;
background: rgb(104, 226, 94);
}
#pay-select-wrap {
margin: 50px 0;
padding-bottom: 50px;
border-top: 1px solid black ;
border-bottom: 1px solid black;
}
#buy-info select {
width: 140px;
height: 36px;
font-size: 21px;
}
#pay-select-wrap dt {
float: left;
}
/*ーーーーーーーーーbuy-completeーーーーーーーーーーーー */
#buy-finish-wrap h1 {
text-align: center;
line-height: 20;
}
/*ーーーーーーーーーcartーーーーーーーーーーーー */
#CartForm {
position: relative;
}
#cart-btn-wrap {
position: absolute;
right: 0;
padding-bottom: 50px;
}
.cart-btn {
width: 250px;
height: 60px;
border: 0;
outline: 0;
margin: 0;
font-size: 17px;
background: rgb(133, 133, 133);
color: white;
cursor: pointer;
}
/* ーーーーーーMYPAGE----------- */
#wrap-mypage {
margin-top: 80px;
/* background: green ; */
float: left;
max-width: 964px;
width: 100%;
}
#wrap-mypage h2 {
margin-left: 40px;
}
#mypage-buy-wrap table {
margin-top: 43px;
text-align: center;
width: 100%;
}
#mypage-buy-wrap thead th {
padding-bottom: 18px;
border-bottom: 1px solid #e2e2e2;
font-weight: 300;
font-size: 14px;
color: rgb(161, 162, 160);
}
#mypage-buy-wrap img {
width: 210px;
height: 90px;
}
#mypage-buy-wrap tbody tr td{
border-bottom: 1px solid #e2e2e2;
}
#mypage-buy-wrap tbody td{
padding: 20px 0;
}
#mypage-buy-wrap .buy-code {
text-decoration: underline;
}
.mypage-buy-name1 {
font-size: 12px;
}
/* --------------buy history -------------- */
#buyhis-wrap {
margin-top: 55px;
}
#buyhis-title {
border-bottom: 1px solid black;
padding: 20px;
}
#buyhis-wrap table {
margin-top: 43px;
text-align: center;
width: 100%;
}
#buyhis-wrap thead th {
padding-bottom: 18px;
border-bottom: 1px solid #e2e2e2;
font-weight: 300;
font-size: 14px;
color: rgb(161, 162, 160);
}
#buyhis-wrap tbody tr td{
border-bottom: 1px solid #e2e2e2;
}
#buyhis-wrap tbody td{
padding: 20px 0;
}
.button {
border: 0;
outline: 0;
margin: 0;
padding: 8px;
cursor: pointer;
color: white;
background: rgb(113, 113, 113);
}
#buy-info dl {
padding: 10px;
font-size: 20px;
}
#buy-info dt {
width: 200px;
float: left ;
}
#buy-info dd {
margin-bottom: 50px;
}
#buy-info dd:nth-child(12) {
height: 50px;
}
#buy-info dd input {
border: none ;
border-bottom: 1px solid black;
width: 190px;
height: 30px;
font-size: 21px;
}
#buyhis-address {
width: 500px;
margin-left: 160px;
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 20px;
}
#buyhis-address div:nth-child(2){
margin-top: 43px;
}
#buyhis-address div div {
width: 95px;
display: inline-block;
}
#buyhis-address #buy-addr1{
width: 250px;
}
#buyhis-address #buy-addr3 {
width: 250px;
}
#buy-section button {
width: 300px;
height: 60px;
border: 0;
outline: 0;
margin: 0;
padding: 0;
font-size: 30px;
cursor: pointer;
background: rgb(104, 226, 94);
}
#pay-select-wrap {
margin: 50px 0;
padding-bottom: 50px;
border-top: 1px solid black ;
border-bottom: 1px solid black;
}
#buy-info select {
width: 140px;
height: 36px;
font-size: 21px;
}
#pay-select-wrap dt {
float: left;
}
#buyhis-total-wrap {
display: table;
position: relative;
width: 100%;
margin: 40px 0 80px;
padding: 40px 0;
background-color: #fafafa;
border-top: 1px solid #e2e2e2;
font-size: 20px;
}
#buyhis-total-wrap .buy-pay {
display: table-cell;
text-align: center;
position: relative;
}
#mypage-userinfo-check {
text-align: center;
line-height: 50px;
margin-top: 150px;
}
#mypage-userinfo{
padding: 80px;
}
#mypage-userinfo div{
margin-bottom: 20px;
}
#mypage-userinfo label {
font-size: 20px;
font-weight: 400;
display: inline-block;
width: 250px;
}
#mypage-userinfo input{
width: 300px;
height: 30px;
margin-bottom: 10px;
}
#mypage-userinfo input[type="submit"]{
width: 350px;
margin-top: 50px;
height: 65px;
font-size: 25px;
background: black;
color: white;
border: 0;
outline: 0;
cursor: pointer;
}
#mypage-userinfo button{
border: 0;
outline: 0;
cursor: pointer;
width: 80px;
height: 28px;
}
#mypage-userinfo div p{
margin-left: 260;
color: red ;
}
/* nouser-buyhistory */
#wrap-nouserBuyhis {
margin-top: 80px;
/* background: green ; */
float: left;
width: 100%;
}
#wrap-nouserBuyhis h2 {
margin-left: 40px;
}
#nouser-buy-wrap table {
margin-top: 43px;
text-align: center;
width: 100%;
}
#nouser-buy-wrap thead th {
padding-bottom: 18px;
border-bottom: 1px solid #e2e2e2;
font-weight: 300;
font-size: 14px;
color: rgb(161, 162, 160);
}
#nouser-buy-wrap img {
width: 210px;
height: 90px;
}
#nouser-buy-wrap tbody tr td{
border-bottom: 1px solid #e2e2e2;
}
#nouser-buy-wrap tbody td{
padding: 20px 0;
}
#nouser-buy-wrap .buy-code {
text-decoration: underline;
}
.nouser-buy-name1 {
font-size: 12px;
}
/* ---------------search--------------------- */
#wrap-search {
margin-top: 80px;
/* background: green ; */
float: left;
width: 100%;
}
#wrap-search h2 {
margin-left: 40px;
}
#search-list {
margin: 0 50px;
}
#search-list h2 {
text-align: center;
line-height: 400px;
}
#search-list li {
width: 295px;
height: 350px;
/* background: blue; */
float: left;
margin-top: 20px;
margin-left : 20px;
}
#search-list img {
width: 295px;
height: 200px;
margin-bottom: 10px;
}
#search-list span {
font-size: 16px;
font-weight: 900;
}
#search-list p {
font-size: 12px;
border-top: 1px solid #e2e2e2;
padding: 10px 0;
}
/* -----------------------admin----------------- */
#buy-check table{
text-align: center;
}
/*------------------notice------------------ */
#notice-list-wrap {
margin-top: 55px;
}
#notice-list-wrap table {
margin-top: 43px;
text-align: center;
width: 100%;
}
#notice-list-wrap thead th {
padding-bottom: 18px;
border-bottom: 1px solid #e2e2e2;
font-weight: 300;
font-size: 14px;
color: rgb(161, 162, 160);
}
#notice-list-wrap tbody tr td{
border-bottom: 1px solid #e2e2e2;
}
#notice-list-wrap tbody td{
padding: 20px 0;
}
#notice-content-wrap table{
margin-top: 50px;
margin-bottom: 100px;
width: 100%;
border: 1px solid #dfdfdf;
}
#notice-content-wrap table th {
width: 122px;
padding: 13px 0 12px 0;
border-bottom: 1px solid #dfdfdf;
background: rgb(248,248,248);
}
#notice-content-wrap table td {
text-align: left;
padding: 13px 0 12px 5px;
border-top: 1px solid #fff;
border-bottom: 1px solid #dfdfdf;
}
#content-detail {
padding: 50px;
}
#content-detail img {
width: 100%
} | css/shop.css |
html h1 {
margin : 0px ;
padding :0px ;
}
ul li{
margin : 0px ;
padding :0px ;
list-style-type: none;
}
a {
color: black;
text-decoration: inherit;
}
.section-head {
margin-top: 80px ;
padding-bottom: 50px;
border-bottom: 1px solid #1f1f1f;
}
.section-head h2 {
margin-bottom: 30px;
}
#page-container{
margin: 0 15%;
min-width: 1350px;
}
/* main css */
header #logo-wrapper {
float: left;
margin-left: 70px;
}
header #nav-user-menu {
padding-top: 75px ;
margin-right: 70px;
float: right;
}
header #header-nav-actions{
margin: 0;
}
#header-nav-actions > li {
display: inline-block;
margin-left:20px;
}
header #header-search {
text-align: center;
padding-top: 75px;
}
header #header-search #header-search-container{
border: none ;
border-bottom: 1px solid black;
width: 350px;
font-size: 18px;
text-align: center;
}
#searchForm {
/* position: relative; */
}
#searchForm button {
border: 0;
outline: 0;
cursor: pointer;
background: white ;
}
#searchForm img{
width: 20px;
height: 20px;
top: 2px;
}
#header-menu {
border-bottom: solid black 1px;
position: relative;
background: rgb(244, 242, 242);
height: 50px;
margin: 0 5%;
margin-top: 20px;
}
#header-menu-cate{
text-align: center;
margin: 0px;
padding: 0px;
}
#header-menu-cate li{
display: inline-block;
font-weight:700;
font-size: 15px;
width: 260px;
height: 50px;
line-height: 50px;
/* background: red; */
}
#section-main {
margin: 0px 5%;
}
#section-main #slide {
position: relative;
overflow: hidden;
width: 100%;
height:500px;
}
#section-main #slide img {
position: absolute;
height: 100%;
width: 100%;
}
#main-notice {
text-align: center;
position: relative;
padding: 70px 68px;
margin-top: 70px ;
padding-top: 50px;
padding-bottom: 100px;
border-bottom: 1px solid black;
height: 550px ;
/* background: blue; */
}
.main-medium-text {
text-align: center;
font-size: 35px;
}
.main-notice {
float: left ;
margin-left: 10px;
width: 330px ;
height: 480px;
border: 2px solid black;
}
.main-notice:last-child{
margin-right: 0 !important ;
}
.main-notice-image {
width: 100% ;
height: 85%;
}
.main-notice-text{
height: 13%;
font-size: 20px;
text-align: center;
}
#main-recommend-wrap{
margin: 80px 0;
padding: 20px 78px;
position: relative;
height: 780px;
/* background: blue; */
}
#main-recommend-wrap h3{
margin-bottom: 40px;
}
#main-recommend-wrap h3 a{
color: rgb(214, 214, 214);
}
#main-recommend-wrap h3 a:first-child{
margin-right: 70px;
color: black ;
text-decoration: underline;
}
.main-recommend-list {
position : relative;
margin-bottom: 50px;
overflow: hidden;
}
.main-recommend-list li {
width: 295px;
height: 300px;
/* background: blue; */
float: left;
margin-top: 20px;
margin-left : 20px;
}
.main-recommend-list img {
width: 295px;
height: 200px;
margin-bottom: 10px;
}
.main-recommend-list span {
font-size: 16px;
font-weight: 900;
}
.main-recommend-list p {
font-size: 12px;
border-top: 1px solid #e2e2e2;
padding: 10px 0;
}
.more {
margin-left: 60px;
}
.best-list {
display: none;
}
/* login css */
#login-form {
margin: 145px 330px;
/* background: blue; */
/* border-top: 3px solid black; */
border-bottom: 1px solid black;
width: 540px;
height: 310px;
padding: 50px 0px;
}
#login-top {
border-bottom: 1px solid black;
margin-bottom: 60px;
}
#login-top span {
margin-left: 15px;
color: rgb(126, 126, 126);
cursor: pointer;s
}
#login-top span:nth-child(1) {
color: black;
}
#login-content{
position: relative;
}
#login-content div:nth-child(1){
text-align: center;
font-size: 25px;
}
#login-content form {
margin-top: 40px;
}
#login-content label {
font-size: 20px;
font-weight: 400;
text-align: center ;
display: inline-block;
width: 110px;
}
#login-content input{
width: 300px;
height: 30px;
margin-bottom: 10px;
}
#login-content input[type="button"]{
position: absolute;
top: 70px;
right: 10px;
width: 80px;
height: 80px;
background: black;
color: white;
border:0;
outline: 0;
cursor: pointer;
}
#login-error {
margin-top: 20px;
font-size: 15px;
width: 100%;
color: red ;
text-align: center ;
display: inline-block;
visibility:hidden;
}
#join-move {
text-align: center;
text-decoration : underline;
}
#nouserbuyhis-content{
display: none ;
}
#nouserbuyhis-content div:nth-child(1){
text-align: center;
font-size: 25px;
}
#nouserbuyhis-content form {
margin-top: 40px;
}
#nouserbuyhis-content label {
font-size: 15px;
font-weight: 400;
text-align: center ;
display: inline-block;
width: 170px;
}
#nouserbuyhis-content input{
width: 300px;
height: 30px;
margin-bottom: 10px;
}
#nouserbuyhis-content input[type="button"]{
width: 500px;
height: 50px;
background: black;
color: white;
border:0;
outline: 0;
cursor: pointer;
margin: 20px 20px;
}
/* ------------join---------------------------- */
/* join css */
#join-form {
margin: 145px auto;
/* background: blue; */
border-top: 3px solid black;
padding: 50px 0px;
}
#join-top {
margin-bottom: 30px;
font-size: 25px;
font-weight: 800;
}
#join-top span {
margin-left: 15px;
}
#join-content div{
margin-bottom: 20px;
}
#join-content label {
font-size: 20px;
font-weight: 400;
display: inline-block;
width: 250px;
}
#join-content input{
width: 300px;
height: 30px;
margin-bottom: 10px;
}
#join-content input[type="submit"]{
width: 350px;
margin-top: 50px;
height: 65px;
font-size: 25px;
background: black;
color: white;
border: 0;
outline: 0;
cursor: pointer;
}
#join-content button{
border: 0;
outline: 0;
cursor: pointer;
width: 80px;
height: 28px;
}
#join-content div p{
margin-left: 260;
color: red ;
}
#join-address {
width: 380px;
height: 150px;
margin-left: 250px;
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 20px;
}
#join-address div:nth-child(2){
margin-top: 43px;
}
#join-address div div {
width: 50px;
display: inline-block;
}
/*-------------------productList------------------ */
#wrap-navi {
margin-top: 80px;
/* background: blue; */
width: 250px;
float: left;
}
#wrap-navi .sub-menu {
margin-top: 30px;
}
#wrap-navi .sub-menu ul {
margin: 0;
padding: 0 ;
font-size: 22px;
}
#wrap-navi .sub-menu ul li {
margin-bottom: 20px;
}
.sub-logo span {
font-size: 23px;
font-weight: 800;
color : rgba(98, 219, 66, 0.89);
}
#wrap-product {
margin-top: 80px;
/* background: green ; */
float: left;
max-width: 964px;
width: 100%;
}
#wrap-product h2 {
margin-left: 40px;
}
#product-list{
margin: 0 ;
padding: 0;
}
#product-list h2 {
text-align: center;
line-height: 400px;
}
#product-list li {
width: 295px;
height: 350px;
/* background: blue; */
float: left;
margin-top: 20px;
margin-left : 20px;
}
#product-list img {
width: 295px;
height: 200px;
margin-bottom: 10px;
}
#product-list span {
font-size: 16px;
font-weight: 900;
}
#product-list p {
font-size: 12px;
border-top: 1px solid #e2e2e2;
padding: 10px 0;
}
/* --------product----------- */
#product-head {
margin-left: 45px ;
width: 100%;
/* border-bottom: 1px solid black; */
}
#product-head-img {
width: 420px;
height: 500px;
/* background: blue; */
float: left;
}
#product-head-img img{
width: 420px;
height: 400px;
}
#product-head-info {
margin-left: 40px;
float: left;
width: 400px;
/* background: yellow; */
}
#product-head-info ul {
margin: 0 ;
padding: 0;
}
#product-head-info li:nth-child(1){
font-size: 17px;
margin-bottom: 5px;
}
#product-head-info li:nth-child(2){
font-size: 30px;
font-weight: 800;
margin-bottom: 30px;
}
#product-head-info li:nth-child(3){
font-size: 25px;
font-weight: 800;
margin-bottom: 30px;
}
#product-head-info li:nth-child(5){
font-size: 20px;
margin-bottom: 30px;
margin-top: 20px;
}
.product-btn {
width: 190px;
height: 75px;
border: 0;
outline: 0;
margin: 0;
padding: 0;
float: left;
font-size: 20px;
font-weight: 800;
cursor: pointer;
}
#product-cart {
background: rgb(109, 223, 99);
margin-right: 20px;
}
#product-buy {
background: rgb(241, 13, 65) ;
}
#product-head-info input[name="amount"]{
width: 30px;
height: 25px;
}
#product-section {
clear: both;
margin-left: 45px;
margin-bottom: 80px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
padding-bottom: 40px;
background-color: #fff;
border: 1px solid black;
}
/*タブのスタイル*/
.tab_item {
width: 200px;
height: 50px;
line-height: 50px;
color: #565656;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
}
.tab_item:hover {
opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
padding: 40px 40px 0;
clear: both;
overflow: hidden;
word-wrap:break-word;
word-break:break-all;
border-top: 3px solid #e2e2e2;
}
/*選択されているタブのコンテンツのみを表示*/
#review:checked ~ #review_content,
#question:checked ~ #question_content
{
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: rgb(103, 103, 103);
color: white;
}
.tab_content_description{
border-bottom: 1px solid #e2e2e2;
padding: 20px 0;
}
.star img{
width: 12px;
height: 12px;
display: inline-block;
}
.review-date {
font-size: 12px;
color: #828282;
}
/* -------------------Buy --------------- */
#buy-product-wrap table {
margin-top: 43px;
text-align: center;
width: 100%;
}
#buy-product-wrap thead th {
padding-bottom: 18px;
border-bottom: 1px solid #e2e2e2;
font-weight: 300;
font-size: 14px;
color: rgb(161, 162, 160);
}
#buy-product-wrap tbody tr td{
border-bottom: 1px solid #e2e2e2;
}
#buy-product-wrap tbody td{
padding: 20px 0;
}
.buy-product-img {
width: 250px;
}
#buy-total-wrap {
display: table;
position: relative;
width: 100%;
margin: 40px 0 80px;
padding: 40px 0;
background-color: #fafafa;
border-top: 1px solid #e2e2e2;
font-size: 20px;
}
#buy-total-wrap .buy-pay {
display: table-cell;
text-align: center;
position: relative;
}
.buy-pay img {
position: absolute;
top: 10%;
right: 0;
}
.buy-pay span:nth-child(2){
margin-left: 20px;
}
#buy-section {
width: 100%;
border-top: 1px solid #1f1f1f;
margin-bottom: 100px;
}
.buy-head-title {
font-weight: 800;
font-size: 15px;
margin: 21px 0;
padding: 10px;
}
#buy-info dl {
padding: 10px;
font-size: 20px;
}
#buy-info dt {
width: 200px;
float: left ;
}
#buy-info dd {
margin-bottom: 50px;
}
#buy-info dd input {
border: none ;
border-bottom: 1px solid black;
width: 190px;
height: 30px;
font-size: 21px;
}
#buy-address {
width: 500px;
height: 150px;
margin-left: 160px;
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 20px;
}
#buy-address div:nth-child(2){
margin-top: 43px;
}
#buy-address div div {
width: 95px;
display: inline-block;
}
#buy-address #buy-addr1{
width: 250px;
}
#buy-address #buy-addr3 {
width: 250px;
}
#buy-section button {
width: 300px;
height: 60px;
border: 0;
outline: 0;
margin: 0;
padding: 0;
font-size: 30px;
cursor: pointer;
background: rgb(104, 226, 94);
}
#pay-select-wrap {
margin: 50px 0;
padding-bottom: 50px;
border-top: 1px solid black ;
border-bottom: 1px solid black;
}
#buy-info select {
width: 140px;
height: 36px;
font-size: 21px;
}
#pay-select-wrap dt {
float: left;
}
/*ーーーーーーーーーbuy-completeーーーーーーーーーーーー */
#buy-finish-wrap h1 {
text-align: center;
line-height: 20;
}
/*ーーーーーーーーーcartーーーーーーーーーーーー */
#CartForm {
position: relative;
}
#cart-btn-wrap {
position: absolute;
right: 0;
padding-bottom: 50px;
}
.cart-btn {
width: 250px;
height: 60px;
border: 0;
outline: 0;
margin: 0;
font-size: 17px;
background: rgb(133, 133, 133);
color: white;
cursor: pointer;
}
/* ーーーーーーMYPAGE----------- */
#wrap-mypage {
margin-top: 80px;
/* background: green ; */
float: left;
max-width: 964px;
width: 100%;
}
#wrap-mypage h2 {
margin-left: 40px;
}
#mypage-buy-wrap table {
margin-top: 43px;
text-align: center;
width: 100%;
}
#mypage-buy-wrap thead th {
padding-bottom: 18px;
border-bottom: 1px solid #e2e2e2;
font-weight: 300;
font-size: 14px;
color: rgb(161, 162, 160);
}
#mypage-buy-wrap img {
width: 210px;
height: 90px;
}
#mypage-buy-wrap tbody tr td{
border-bottom: 1px solid #e2e2e2;
}
#mypage-buy-wrap tbody td{
padding: 20px 0;
}
#mypage-buy-wrap .buy-code {
text-decoration: underline;
}
.mypage-buy-name1 {
font-size: 12px;
}
/* --------------buy history -------------- */
#buyhis-wrap {
margin-top: 55px;
}
#buyhis-title {
border-bottom: 1px solid black;
padding: 20px;
}
#buyhis-wrap table {
margin-top: 43px;
text-align: center;
width: 100%;
}
#buyhis-wrap thead th {
padding-bottom: 18px;
border-bottom: 1px solid #e2e2e2;
font-weight: 300;
font-size: 14px;
color: rgb(161, 162, 160);
}
#buyhis-wrap tbody tr td{
border-bottom: 1px solid #e2e2e2;
}
#buyhis-wrap tbody td{
padding: 20px 0;
}
.button {
border: 0;
outline: 0;
margin: 0;
padding: 8px;
cursor: pointer;
color: white;
background: rgb(113, 113, 113);
}
#buy-info dl {
padding: 10px;
font-size: 20px;
}
#buy-info dt {
width: 200px;
float: left ;
}
#buy-info dd {
margin-bottom: 50px;
}
#buy-info dd:nth-child(12) {
height: 50px;
}
#buy-info dd input {
border: none ;
border-bottom: 1px solid black;
width: 190px;
height: 30px;
font-size: 21px;
}
#buyhis-address {
width: 500px;
margin-left: 160px;
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 20px;
}
#buyhis-address div:nth-child(2){
margin-top: 43px;
}
#buyhis-address div div {
width: 95px;
display: inline-block;
}
#buyhis-address #buy-addr1{
width: 250px;
}
#buyhis-address #buy-addr3 {
width: 250px;
}
#buy-section button {
width: 300px;
height: 60px;
border: 0;
outline: 0;
margin: 0;
padding: 0;
font-size: 30px;
cursor: pointer;
background: rgb(104, 226, 94);
}
#pay-select-wrap {
margin: 50px 0;
padding-bottom: 50px;
border-top: 1px solid black ;
border-bottom: 1px solid black;
}
#buy-info select {
width: 140px;
height: 36px;
font-size: 21px;
}
#pay-select-wrap dt {
float: left;
}
#buyhis-total-wrap {
display: table;
position: relative;
width: 100%;
margin: 40px 0 80px;
padding: 40px 0;
background-color: #fafafa;
border-top: 1px solid #e2e2e2;
font-size: 20px;
}
#buyhis-total-wrap .buy-pay {
display: table-cell;
text-align: center;
position: relative;
}
#mypage-userinfo-check {
text-align: center;
line-height: 50px;
margin-top: 150px;
}
#mypage-userinfo{
padding: 80px;
}
#mypage-userinfo div{
margin-bottom: 20px;
}
#mypage-userinfo label {
font-size: 20px;
font-weight: 400;
display: inline-block;
width: 250px;
}
#mypage-userinfo input{
width: 300px;
height: 30px;
margin-bottom: 10px;
}
#mypage-userinfo input[type="submit"]{
width: 350px;
margin-top: 50px;
height: 65px;
font-size: 25px;
background: black;
color: white;
border: 0;
outline: 0;
cursor: pointer;
}
#mypage-userinfo button{
border: 0;
outline: 0;
cursor: pointer;
width: 80px;
height: 28px;
}
#mypage-userinfo div p{
margin-left: 260;
color: red ;
}
/* nouser-buyhistory */
#wrap-nouserBuyhis {
margin-top: 80px;
/* background: green ; */
float: left;
width: 100%;
}
#wrap-nouserBuyhis h2 {
margin-left: 40px;
}
#nouser-buy-wrap table {
margin-top: 43px;
text-align: center;
width: 100%;
}
#nouser-buy-wrap thead th {
padding-bottom: 18px;
border-bottom: 1px solid #e2e2e2;
font-weight: 300;
font-size: 14px;
color: rgb(161, 162, 160);
}
#nouser-buy-wrap img {
width: 210px;
height: 90px;
}
#nouser-buy-wrap tbody tr td{
border-bottom: 1px solid #e2e2e2;
}
#nouser-buy-wrap tbody td{
padding: 20px 0;
}
#nouser-buy-wrap .buy-code {
text-decoration: underline;
}
.nouser-buy-name1 {
font-size: 12px;
}
/* ---------------search--------------------- */
#wrap-search {
margin-top: 80px;
/* background: green ; */
float: left;
width: 100%;
}
#wrap-search h2 {
margin-left: 40px;
}
#search-list {
margin: 0 50px;
}
#search-list h2 {
text-align: center;
line-height: 400px;
}
#search-list li {
width: 295px;
height: 350px;
/* background: blue; */
float: left;
margin-top: 20px;
margin-left : 20px;
}
#search-list img {
width: 295px;
height: 200px;
margin-bottom: 10px;
}
#search-list span {
font-size: 16px;
font-weight: 900;
}
#search-list p {
font-size: 12px;
border-top: 1px solid #e2e2e2;
padding: 10px 0;
}
/* -----------------------admin----------------- */
#buy-check table{
text-align: center;
}
/*------------------notice------------------ */
#notice-list-wrap {
margin-top: 55px;
}
#notice-list-wrap table {
margin-top: 43px;
text-align: center;
width: 100%;
}
#notice-list-wrap thead th {
padding-bottom: 18px;
border-bottom: 1px solid #e2e2e2;
font-weight: 300;
font-size: 14px;
color: rgb(161, 162, 160);
}
#notice-list-wrap tbody tr td{
border-bottom: 1px solid #e2e2e2;
}
#notice-list-wrap tbody td{
padding: 20px 0;
}
#notice-content-wrap table{
margin-top: 50px;
margin-bottom: 100px;
width: 100%;
border: 1px solid #dfdfdf;
}
#notice-content-wrap table th {
width: 122px;
padding: 13px 0 12px 0;
border-bottom: 1px solid #dfdfdf;
background: rgb(248,248,248);
}
#notice-content-wrap table td {
text-align: left;
padding: 13px 0 12px 5px;
border-top: 1px solid #fff;
border-bottom: 1px solid #dfdfdf;
}
#content-detail {
padding: 50px;
}
#content-detail img {
width: 100%
} | 0.219588 | 0.060863 |
.db-ad-form-outer .left-ad-form, .db-ad-form-outer .right-ad-form {padding-left:20px; padding-right:20px;width: 70%;float: none;margin: 0 auto;}
.ad-market-txt h2{width: 100%; font-size: 20px; text-align: center; }
.ad-market-form-outer{color: #fff; padding: 30px 35px; background: #8ad;}
.ad-market-form-outer h2{text-align: center; width: 100%; margin-bottom: 30px; }
.ad-market-form-inside{display: inline-block;width: 100%;font-size: 14px; font-weight: 400;}
.left-ad-form, .right-ad-form{padding:0px 20px;width: 50%;float: left;}
.ad-market-form-inside h6 {font-size: 14px; font-weight: 400;margin-bottom: 10px}
.input-group input {outline: none; color:#8ad; width: 100%;border:none; height: 30px; line-height: 30px; padding: 6px;}
.input-group label { width: 35%; display:inline-block; max-width: 130px;font-weight: 400; }
.ad-market-form-inside{font-size: 13px;}
.input-group { margin-bottom: 10px; display: inline-block; width: 100%; }
.input-bx {width: 65%; display: inline-block; float: right; }
.right-ad-form{padding-top: 49px;}
.input-group-2-inside .input-bx {width: 71%;}
.mkt-snd-outer{width: 100%; display: inline-block;}
.mkt-snd-outer label {display: inline-block; width: 76%;max-width: 100%; padding-right: 5px; }
.ad-frm-send-btn {text-align: right; display: inline-block; vertical-align: top;float: right; }
.submit-btn-1, .ad-frm-send-btn .submit-btn-1 {cursor: pointer;line-height: 0.9; outline: none;display: inline-block;padding: 7px 15px;border: none;background: #84c604;font-size: 18px;color: #fff;font-weight: 500;box-shadow: 2px 3px 8px 0 #222;transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-ms-transition: all 0.2s linear; }
.submit-btn-1:hover, .ad-frm-send-btn .submit-btn-1:hover{background: #4A81D1; box-shadow: none;}
.input-group textarea {resize: none; border: none; height: 146px;width: 100%; padding: 6px;}
.custom-upload {overflow: hidden; position: relative; display: inline-block;margin-bottom: 10px; }
.custom-upload span { font-weight: 700; }
.custom-upload input { position: absolute; cursor: pointer; padding: 0; opacity: 0; left: -85px; top: 0; width: 100%; }
.frm-range-clr-listing {font-size: 0; margin: 0; padding: 0; }
.frm-range-clr-listing li label{width: 100%;}
.frm-range-clr-listing li{text-align: center; display: none;display: inline-block;font-size: 13px;width: 20%;padding: 0 4px;}
.inpt-dt-wrp {font-size: 0; }
.inpt-dt-wrp .input-control {width: 15%; font-size: 11px; padding-left: 1px; padding-right: 1px;}
.inpt-dt-wrp .input-control+.input-control {margin-left: 2%;}
.frm-captcha-outer {margin: 10px 0;text-align: right; }
.lbl-underline label{text-decoration: underline;font-weight:600;}
.grp2-left {max-width: 130px;width:35%; float: left; }
.grp2-left label{width: 100%; max-width: 100%;}
.grp2-right{width: 65%; display: inline-block; float: right; }
.input-group-2-inside{display: inline-block; width: 100%;}
.input-group-2-inside label {max-width: 100px;margin-top: 2px;}
.input-group label.lbl-dwn{margin-top: 4px; }
.frm-captcha-outer .g-recaptcha {transform: scale(0.8); -webkit-transform: scale(0.8); -ms-transform: scale(0.8); margin-left: 0; display: inline-block; }
.input-group-2-inside+.input-group-2-inside {margin-top: 6px;}
.ui-datepicker.ui-widget {width:168px; font-size: 12px;}
.time-input-bx{color: #8ad; width: 100%; border: none; height: 30px; line-height: 30px; padding:0 6px; background: #fff; }
.time-input-bx input {padding: 0;vertical-align: top; width: 63px; border:none; display: inline-block; }
.time-input-bx span{vertical-align: top;line-height: 2.1;}
.ui-timepicker-wrapper{font-size: 13px;}
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) { position: absolute; left: -9999px; }
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label {font-weight: 600; position: relative; padding-bottom: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #fff; }
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {content: ''; position: absolute; left: 0; bottom: 0px; width: 26px; height: 26px; border: none; border-radius: 0; background: #fff; right: 0; margin: 0 auto; }
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {content: 'x';font-weight: 500; width: 25px; height: 26px; position: absolute; bottom: 0px; left: 0; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; color: #fff; font-size: 24px; right: 0; margin: 0 auto; text-align: center; }
.custom-radio [type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
.custom-radio [type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
.street-1{width: 35%; display: inline-block; max-width: 130px; }
.street-2{width: 65%; display: inline-block; float: right;}
.left-ad-form h6 {margin-bottom: 30px;}
.street-2 > .input-bx {float: left; }
.street-2-in-bx {float: right; width: 32%;}
.custom-select2 .select2.select2-container{width:100%!important;}
.custom-select2 .select2.select2-container .select2-selection.select2-selection--single{border-radius:0;border:none;}
.select2-container .select2-results__option{font-size:13px;}
@media all and (max-width:1200px) {
.input-group-2-inside .input-bx {width: 70%;}
}
@media all and (max-width:1199px) {
.left-ad-form, .right-ad-form {padding: 0px 15px;}
.ad-market-form-outer{padding: 30px 0px;}
.frm-range-clr-listing li{font-size: 12px;}
}
@media all and (max-width:991px) {
.db-ad-form-outer .left-ad-form, .db-ad-form-outer .right-ad-form {width: 100%;}
.mkt-snd-outer label{width: 62%;}
.input-group-2-inside .input-bx{width: 65%;}
}
@media all and (max-width:767px) {
.left-ad-form, .right-ad-form, .input-group label, .input-bx, .grp2-left, .grp2-right, .street-1, .street-2, .street-2-in-bx{width: 100%; max-width: 100%;}
.frm-range-clr-listing{text-align: center;}
.mkt-snd-outer label{width: 100%;margin-bottom: 5px;}
.input-group-2-inside .input-bx{width: 100%;}
.street-2-in-bx{margin-top: 10px;}
}
@media all and (max-width:567px) {
.frm-range-clr-listing li {font-size: 11px;padding: 0 1px;}
}
.input-control.error {
border: 1px dotted red !important;
} | public/css/market-form.css | .db-ad-form-outer .left-ad-form, .db-ad-form-outer .right-ad-form {padding-left:20px; padding-right:20px;width: 70%;float: none;margin: 0 auto;}
.ad-market-txt h2{width: 100%; font-size: 20px; text-align: center; }
.ad-market-form-outer{color: #fff; padding: 30px 35px; background: #8ad;}
.ad-market-form-outer h2{text-align: center; width: 100%; margin-bottom: 30px; }
.ad-market-form-inside{display: inline-block;width: 100%;font-size: 14px; font-weight: 400;}
.left-ad-form, .right-ad-form{padding:0px 20px;width: 50%;float: left;}
.ad-market-form-inside h6 {font-size: 14px; font-weight: 400;margin-bottom: 10px}
.input-group input {outline: none; color:#8ad; width: 100%;border:none; height: 30px; line-height: 30px; padding: 6px;}
.input-group label { width: 35%; display:inline-block; max-width: 130px;font-weight: 400; }
.ad-market-form-inside{font-size: 13px;}
.input-group { margin-bottom: 10px; display: inline-block; width: 100%; }
.input-bx {width: 65%; display: inline-block; float: right; }
.right-ad-form{padding-top: 49px;}
.input-group-2-inside .input-bx {width: 71%;}
.mkt-snd-outer{width: 100%; display: inline-block;}
.mkt-snd-outer label {display: inline-block; width: 76%;max-width: 100%; padding-right: 5px; }
.ad-frm-send-btn {text-align: right; display: inline-block; vertical-align: top;float: right; }
.submit-btn-1, .ad-frm-send-btn .submit-btn-1 {cursor: pointer;line-height: 0.9; outline: none;display: inline-block;padding: 7px 15px;border: none;background: #84c604;font-size: 18px;color: #fff;font-weight: 500;box-shadow: 2px 3px 8px 0 #222;transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-ms-transition: all 0.2s linear; }
.submit-btn-1:hover, .ad-frm-send-btn .submit-btn-1:hover{background: #4A81D1; box-shadow: none;}
.input-group textarea {resize: none; border: none; height: 146px;width: 100%; padding: 6px;}
.custom-upload {overflow: hidden; position: relative; display: inline-block;margin-bottom: 10px; }
.custom-upload span { font-weight: 700; }
.custom-upload input { position: absolute; cursor: pointer; padding: 0; opacity: 0; left: -85px; top: 0; width: 100%; }
.frm-range-clr-listing {font-size: 0; margin: 0; padding: 0; }
.frm-range-clr-listing li label{width: 100%;}
.frm-range-clr-listing li{text-align: center; display: none;display: inline-block;font-size: 13px;width: 20%;padding: 0 4px;}
.inpt-dt-wrp {font-size: 0; }
.inpt-dt-wrp .input-control {width: 15%; font-size: 11px; padding-left: 1px; padding-right: 1px;}
.inpt-dt-wrp .input-control+.input-control {margin-left: 2%;}
.frm-captcha-outer {margin: 10px 0;text-align: right; }
.lbl-underline label{text-decoration: underline;font-weight:600;}
.grp2-left {max-width: 130px;width:35%; float: left; }
.grp2-left label{width: 100%; max-width: 100%;}
.grp2-right{width: 65%; display: inline-block; float: right; }
.input-group-2-inside{display: inline-block; width: 100%;}
.input-group-2-inside label {max-width: 100px;margin-top: 2px;}
.input-group label.lbl-dwn{margin-top: 4px; }
.frm-captcha-outer .g-recaptcha {transform: scale(0.8); -webkit-transform: scale(0.8); -ms-transform: scale(0.8); margin-left: 0; display: inline-block; }
.input-group-2-inside+.input-group-2-inside {margin-top: 6px;}
.ui-datepicker.ui-widget {width:168px; font-size: 12px;}
.time-input-bx{color: #8ad; width: 100%; border: none; height: 30px; line-height: 30px; padding:0 6px; background: #fff; }
.time-input-bx input {padding: 0;vertical-align: top; width: 63px; border:none; display: inline-block; }
.time-input-bx span{vertical-align: top;line-height: 2.1;}
.ui-timepicker-wrapper{font-size: 13px;}
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) { position: absolute; left: -9999px; }
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label {font-weight: 600; position: relative; padding-bottom: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #fff; }
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {content: ''; position: absolute; left: 0; bottom: 0px; width: 26px; height: 26px; border: none; border-radius: 0; background: #fff; right: 0; margin: 0 auto; }
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {content: 'x';font-weight: 500; width: 25px; height: 26px; position: absolute; bottom: 0px; left: 0; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; color: #fff; font-size: 24px; right: 0; margin: 0 auto; text-align: center; }
.custom-radio [type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
.custom-radio [type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
.street-1{width: 35%; display: inline-block; max-width: 130px; }
.street-2{width: 65%; display: inline-block; float: right;}
.left-ad-form h6 {margin-bottom: 30px;}
.street-2 > .input-bx {float: left; }
.street-2-in-bx {float: right; width: 32%;}
.custom-select2 .select2.select2-container{width:100%!important;}
.custom-select2 .select2.select2-container .select2-selection.select2-selection--single{border-radius:0;border:none;}
.select2-container .select2-results__option{font-size:13px;}
@media all and (max-width:1200px) {
.input-group-2-inside .input-bx {width: 70%;}
}
@media all and (max-width:1199px) {
.left-ad-form, .right-ad-form {padding: 0px 15px;}
.ad-market-form-outer{padding: 30px 0px;}
.frm-range-clr-listing li{font-size: 12px;}
}
@media all and (max-width:991px) {
.db-ad-form-outer .left-ad-form, .db-ad-form-outer .right-ad-form {width: 100%;}
.mkt-snd-outer label{width: 62%;}
.input-group-2-inside .input-bx{width: 65%;}
}
@media all and (max-width:767px) {
.left-ad-form, .right-ad-form, .input-group label, .input-bx, .grp2-left, .grp2-right, .street-1, .street-2, .street-2-in-bx{width: 100%; max-width: 100%;}
.frm-range-clr-listing{text-align: center;}
.mkt-snd-outer label{width: 100%;margin-bottom: 5px;}
.input-group-2-inside .input-bx{width: 100%;}
.street-2-in-bx{margin-top: 10px;}
}
@media all and (max-width:567px) {
.frm-range-clr-listing li {font-size: 11px;padding: 0 1px;}
}
.input-control.error {
border: 1px dotted red !important;
} | 0.464173 | 0.089296 |
.palm-page-header .header-icon.podcastdirectory {
background: url(../icon-minimal.png) no-repeat;
background-size: 32px 32px;
}
.thumbnail {
height: 100px;
object-fit: cover;
border-radius: 5px;
margin-left: 5%;
}
.checkmark {
margin-top: 35px;
}
.checkmark.true {
visibility: visible;
}
.checkmark.false {
visibility: hidden;
}
.video-title {
overflow-wrap: break-word;
word-wrap: break-word;
}
.search-input {
position: relative;
width: 90%;
padding-top: 10px;
margin-left: -5px;
}
.search-input input {
height: 31px;
border: 1px solid darkgray;
border-radius: 15px;
display: block;
width: 100%;
padding-left: 10px;
margin-left: 5%;
box-sizing: border-box
}
.search-input img {
position: absolute;
top: 15px;
right: 0px;
margin-right: -5%;
}
.explanation-text {
margin-top: -5px;
padding: 14px;
font-size: 14px;
color: #000;
}
.palm-group-title.detail {
color: #000;
margin-left: -4px;
}
.palm-row-wrapper.detail {
padding: 3px;
}
#divPodcastTitle {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.label.detail {
float: left;
margin: 8px;
padding-top: 4px;
margin-bottom: 0px;
}
.value.detail {
padding: 8px;
margin-top: -1px;
}
.value.detail input {
margin-top: 5px;
margin-bottom: 8px;
width: 98%
}
.textfield {
margin-top: 5px;
margin-bottom: 8px;
width: 98%
}
/*
* Main Scene Styles, thanks to Silent Apps' Movie DB whose layout I borrowed
*/
.main .palm-page-header-wrapper .icon {
width: 76px;
height: 75px;
background: url(../images/title-icon.png) center center no-repeat;
}
.main .palm-page-header-wrapper .title {
padding-left: 72px;
padding-top: 2px;
}
.main .palm-page-header-wrapper .title.main {
font-size: 30px;
padding-top: 5px;
padding-bottom: 0px;
}
.main .palm-page-header-wrapper .title .version {
font-size: 12px;
color: #888;
text-transform: lowercase;
}
.main .palm-page-header-wrapper .title.sub {
font-size: 14px;
padding-top: 0px;
margin-top: 0px;
text-transform: none;
}
.main .textfield-search .hint-text {
color: #666;
}
.main .advanced {
margin-top: 5px;
}
.main .advanced .palm-row-wrapper {
color: #333;
}
.search-bar .icon.right.submit {
display: block;
height: 52px;
width: 42px;
margin-right: -7px;
background: url(../images/btn-clear-pressed.png);
background: url(../images/btn-clear.png) center center no-repeat;
}
.search-bar .icon.right.submit.selected {
background: url(../images/btn-clear-pressed.png) center center no-repeat;
} | stylesheets/podcastdirectory.css |
.palm-page-header .header-icon.podcastdirectory {
background: url(../icon-minimal.png) no-repeat;
background-size: 32px 32px;
}
.thumbnail {
height: 100px;
object-fit: cover;
border-radius: 5px;
margin-left: 5%;
}
.checkmark {
margin-top: 35px;
}
.checkmark.true {
visibility: visible;
}
.checkmark.false {
visibility: hidden;
}
.video-title {
overflow-wrap: break-word;
word-wrap: break-word;
}
.search-input {
position: relative;
width: 90%;
padding-top: 10px;
margin-left: -5px;
}
.search-input input {
height: 31px;
border: 1px solid darkgray;
border-radius: 15px;
display: block;
width: 100%;
padding-left: 10px;
margin-left: 5%;
box-sizing: border-box
}
.search-input img {
position: absolute;
top: 15px;
right: 0px;
margin-right: -5%;
}
.explanation-text {
margin-top: -5px;
padding: 14px;
font-size: 14px;
color: #000;
}
.palm-group-title.detail {
color: #000;
margin-left: -4px;
}
.palm-row-wrapper.detail {
padding: 3px;
}
#divPodcastTitle {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.label.detail {
float: left;
margin: 8px;
padding-top: 4px;
margin-bottom: 0px;
}
.value.detail {
padding: 8px;
margin-top: -1px;
}
.value.detail input {
margin-top: 5px;
margin-bottom: 8px;
width: 98%
}
.textfield {
margin-top: 5px;
margin-bottom: 8px;
width: 98%
}
/*
* Main Scene Styles, thanks to Silent Apps' Movie DB whose layout I borrowed
*/
.main .palm-page-header-wrapper .icon {
width: 76px;
height: 75px;
background: url(../images/title-icon.png) center center no-repeat;
}
.main .palm-page-header-wrapper .title {
padding-left: 72px;
padding-top: 2px;
}
.main .palm-page-header-wrapper .title.main {
font-size: 30px;
padding-top: 5px;
padding-bottom: 0px;
}
.main .palm-page-header-wrapper .title .version {
font-size: 12px;
color: #888;
text-transform: lowercase;
}
.main .palm-page-header-wrapper .title.sub {
font-size: 14px;
padding-top: 0px;
margin-top: 0px;
text-transform: none;
}
.main .textfield-search .hint-text {
color: #666;
}
.main .advanced {
margin-top: 5px;
}
.main .advanced .palm-row-wrapper {
color: #333;
}
.search-bar .icon.right.submit {
display: block;
height: 52px;
width: 42px;
margin-right: -7px;
background: url(../images/btn-clear-pressed.png);
background: url(../images/btn-clear.png) center center no-repeat;
}
.search-bar .icon.right.submit.selected {
background: url(../images/btn-clear-pressed.png) center center no-repeat;
} | 0.464902 | 0.101189 |
.i-amphtml-story-unsupported-browser-overlay {
position: absolute !important;
z-index: 20000001 !important; /** no-rotation-overlay + 1 */
font-family: 'Roboto', sans-serif;
font-weight: 700 !important;
line-height: 1.5;
padding: 32px;
background-color: #000 !important;
color: #fff!important;
top:0 !important;
left:0 !important;
right:0 !important;
bottom:0 !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
display: none !important;
}
.i-amphtml-story-unsupported-browser-overlay .i-amphtml-story-overlay-text {
color: #fff !important;
}
.i-amphtml-story-unsupported-browser-overlay {
display: flex !important;
}
.i-amphtml-gear-icon {
background-repeat: no-repeat!important;
background-position: center center!important;
border-radius: 50%!important;
background-color: #fff!important;
padding: 16px!important;
height: 24px!important;
width: 24px!important;
margin: 16px auto!important;
}
.i-amphtml-gear-icon {
background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 20 20"><path fill="none" d="M0 0h20v20H0V0z"/><path d="M16 10.8V9.2L17.5 8c.2-.1.2-.3.1-.5l-1.6-2.8c0-.2-.3-.2-.5-.2l-2 .8-1.3-.7-.3-2.2c0-.2-.2-.3-.4-.3H8.4c-.2 0-.4.1-.4.3l-.3 2.2a6 6 0 0 0-1.3.7l-2-.8c-.2 0-.4 0-.5.2L2.3 7.4v.5l1.8 1.3a5 5 0 0 0 0 1.6L2.4 12c-.2.1-.2.3-.1.5l1.6 2.8c0 .2.3.2.5.2l2-.8 1.3.7.3 2.2c0 .2.2.3.4.3h3.2c.2 0 .4-.1.4-.3l.3-2.2a6 6 0 0 0 1.3-.7l2 .8c.2 0 .4 0 .5-.2l1.6-2.8v-.5L16 10.8zM10 13c-1.6 0-3-1.4-3-3s1.4-3 3-3 3 1.4 3 3-1.4 3-3 3z"/></svg>')!important;
}
.i-amphtml-continue-button {
border-radius: 20px;
font-family: 'Roboto', sans-serif;
color: #000;
font-weight: 400 !important;
font-size: 16px;
background: #fff;
padding: 10px 20px 10px 20px;
border: solid #aaa 2px;
text-decoration: none;
display: block;
margin-top: 25px;
margin-right: auto;
margin-left: auto;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
} | extensions/amp-story/1.0/amp-story-unsupported-browser-layer.css | .i-amphtml-story-unsupported-browser-overlay {
position: absolute !important;
z-index: 20000001 !important; /** no-rotation-overlay + 1 */
font-family: 'Roboto', sans-serif;
font-weight: 700 !important;
line-height: 1.5;
padding: 32px;
background-color: #000 !important;
color: #fff!important;
top:0 !important;
left:0 !important;
right:0 !important;
bottom:0 !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
display: none !important;
}
.i-amphtml-story-unsupported-browser-overlay .i-amphtml-story-overlay-text {
color: #fff !important;
}
.i-amphtml-story-unsupported-browser-overlay {
display: flex !important;
}
.i-amphtml-gear-icon {
background-repeat: no-repeat!important;
background-position: center center!important;
border-radius: 50%!important;
background-color: #fff!important;
padding: 16px!important;
height: 24px!important;
width: 24px!important;
margin: 16px auto!important;
}
.i-amphtml-gear-icon {
background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 20 20"><path fill="none" d="M0 0h20v20H0V0z"/><path d="M16 10.8V9.2L17.5 8c.2-.1.2-.3.1-.5l-1.6-2.8c0-.2-.3-.2-.5-.2l-2 .8-1.3-.7-.3-2.2c0-.2-.2-.3-.4-.3H8.4c-.2 0-.4.1-.4.3l-.3 2.2a6 6 0 0 0-1.3.7l-2-.8c-.2 0-.4 0-.5.2L2.3 7.4v.5l1.8 1.3a5 5 0 0 0 0 1.6L2.4 12c-.2.1-.2.3-.1.5l1.6 2.8c0 .2.3.2.5.2l2-.8 1.3.7.3 2.2c0 .2.2.3.4.3h3.2c.2 0 .4-.1.4-.3l.3-2.2a6 6 0 0 0 1.3-.7l2 .8c.2 0 .4 0 .5-.2l1.6-2.8v-.5L16 10.8zM10 13c-1.6 0-3-1.4-3-3s1.4-3 3-3 3 1.4 3 3-1.4 3-3 3z"/></svg>')!important;
}
.i-amphtml-continue-button {
border-radius: 20px;
font-family: 'Roboto', sans-serif;
color: #000;
font-weight: 400 !important;
font-size: 16px;
background: #fff;
padding: 10px 20px 10px 20px;
border: solid #aaa 2px;
text-decoration: none;
display: block;
margin-top: 25px;
margin-right: auto;
margin-left: auto;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
} | 0.340595 | 0.060197 |
- General
- Header
- Sidebar
- Page Content
- Utilities
- Widgets
- Chips
- Email
- chat box
- Authentication
- swicther
- Responsive
*/
/* General */
body {
font-size: 14px;
color: #4c5258;
letter-spacing: .5px;
font-family: Roboto, sans-serif;
background-color: #f7f8fa;
overflow-x: hidden;
}
.wrapper{
width: auto;
position: relative
}
a {
text-decoration: none;
}
::placeholder {
opacity: 0.4 !important;
}
/* Header */
.top-header .navbar{
position: fixed;
top: 0;
left: 260px;
right: 0;
background-color: #f7f8fa;
border-bottom: 1px solid #e2e3e4;
background-clip: padding-box;
height: 60px;
z-index: 10;
padding: 0 1.5rem;
transition: all .2s;
}
.top-header .navbar .top-navbar-right .nav-link {
color: #293445;
font-size: 18px;
font-weight: 500;
padding-right: .8rem;
padding-left: .8rem;
}
.top-header .navbar .mobile-toggle-icon,
.top-header .navbar .search-toggle-icon {
color: #293445;
font-size: 18px;
font-weight: 500;
display: none;
cursor: pointer;
}
.top-header .navbar .messages,
.top-header .navbar .notifications {
position: relative;
}
.top-header .navbar .searchbar {
position: relative;
width: 30%;
}
.top-header .navbar .searchbar .search-close-icon{
right: 2rem;
opacity: 0.5;
cursor: pointer;
display: none;
}
.top-header .navbar .searchbar .form-control {
border-radius: 30px;
box-shadow: none;
padding-left: 2.5rem;
padding-right: 2.5rem;
border: 1px solid #e2e3e4;
}
.top-header .navbar .dropdown-searchbar .form-control {
border-radius: 30px;
border: 1px solid rgb(206 212 218 / 0%);
padding-left: 3rem;
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.top-header .navbar .searchbar .form-control:focus,
.top-header .navbar .dropdown-searchbar .form-control:focus {
border-color: #86b7fe;
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.top-header .navbar .searchbar .search-icon,
.top-header .navbar .dropdown-searchbar .search-icon {
opacity: 0.5;
}
.dropdown-toggle-nocaret:after {
display: none
}
.top-header .navbar .dropdown-menu {
-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}
@-webkit-keyframes animdropdown {
from {
-webkit-transform: translate3d(0, 6px, 0);
transform: translate3d(0, 6px, 0);
opacity: 0
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1
}
}
@keyframes animdropdown {
from {
-webkit-transform: translate3d(0, 6px, 0);
transform: translate3d(0, 6px, 0);
opacity: 0
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1
}
}
.top-header .navbar .dropdown-large,
.dropdown-user-setting .navbar .dropdown-large {
position: relative
}
.dropdown-large .dropdown-menu {
width: 360px;
border: 0;
padding: 0.5rem;
border-radius: 10px;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}
.top-header .navbar .dropdown-large .dropdown-menu::after {
content: '';
width: 13px;
height: 13px;
background: #fff;
position: absolute;
top: -6px;
right: 16px;
transform: rotate(45deg);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd
}
.top-header .navbar .dropdown-menu::after {
content: '';
width: 13px;
height: 13px;
background: #ffff;
position: absolute;
top: -6px;
right: 16px;
transform: rotate(45deg);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd
}
.dropdown-user-setting .dropdown-menu {
width: 280px;
border: 0;
padding: 0.5rem;
border-radius: 10px;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}
.top-header .navbar .dropdown-user-setting .dropdown-menu::after {
content: '';
width: 13px;
height: 13px;
background: #fff;
position: absolute;
top: -6px;
right: 16px;
transform: rotate(45deg);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd
}
.top-header .navbar .dropdown-menu::after {
content: '';
width: 13px;
height: 13px;
background: #ffff;
position: absolute;
top: -6px;
right: 16px;
transform: rotate(45deg);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd
}
.top-header .navbar .dropdown-item {
padding: .5rem;
}
.top-header .navbar .dropdown-large .dropdown-item:hover,
.top-header .navbar .dropdown-user-setting .dropdown-item:hover {
border-radius: 10px;
color: #1e2125;
background-color: #f5f5f5
}
.top-header .navbar .dropdown-item .setting-icon {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 18px;
background-color: #e1e6eb;
}
.top-header .navbar .dropdown-item .setting-text {
font-size: 16px;
font-weight: 500;
}
.top-header .navbar .user-img {
width: 38px;
height: 38px;
padding: 0px;
border-radius: 50%;
}
.top-header .navbar .user-name{
font-size: 15px;
color: #5e636b;
font-weight: 500;
padding-right: 10px;
}
.top-header .navbar .dropdown-menu .apps:hover {
background-color: #f8f9fa;
transition: all 0.2;
}
.top-header .navbar .dropdown-menu .apps .apps-icon-box {
color: #34383f;
width: 50px;
height: 50px;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
background-color: #e9ecef;
margin: auto;
border-radius: 50%;
}
.top-header .navbar .dropdown-menu .apps .apps-name {
color: #34383f;
font-size: 15px;
}
.top-header .navbar .dropdown-menu .msg-time {
font-size: 12px;
}
.top-header .navbar .dropdown-menu .dropdown-msg-user {
font-size: 14px;
}
.top-header .navbar .dropdown-menu .dropdown-msg-text {
font-size: 13px;
}
.header-message-list {
position: relative;
height: 400px
}
.header-notifications-list {
position: relative;
height: 400px
}
.top-header .navbar .dropdown-menu .notification-box {
width: 48px;
height: 48px;
font-size: 20px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: #e1e6eb;
}
.top-header .navbar .nav-link .notify-badge {
position: absolute;
top: -8px;
right: -8px;
color: #fff;
font-size: 13px;
width: 18px;
height: 18px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: #f50d0d;
}
/* Sidebar */
.sidebar-wrapper {
position: fixed;
top: 0;
left: 0;
width: 260px;
height: 100%;
background-color: #f7f8fa;
background-clip: padding-box;
border-right: 1px solid #e2e3e4;
transition: all .2s;
z-index: 16;
}
.sidebar-wrapper .sidebar-header {
width: 260px;
height: 60px;
display: flex;
align-items: center;
position: fixed;
top: 0;
bottom: 0;
padding: 0 15px;
z-index: 5;
background: #f7f8fa;
border-right: 1px solid #e2e3e4;
border-bottom: 1px solid #e4e4e4;
background-clip: padding-box;
transition: all .2s;
}
.sidebar-wrapper .sidebar-header .logo-icon {
width: 35px;
}
.sidebar-wrapper .sidebar-header .logo-text {
font-size: 24px;
margin-left: 10px;
margin-bottom: 0;
letter-spacing: 1px;
color: #3461ff;
}
.toggle-icon {
font-size: 26px;
cursor: pointer;
color: #3461ff;
}
.sidebar-wrapper ul {
padding: 0;
margin: 0;
list-style: none;
background: 0 0
}
.sidebar-wrapper .metismenu {
background: 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 10px;
margin-top: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.sidebar-wrapper .metismenu li+li {
margin-top: 5px
}
.sidebar-wrapper .metismenu li:first-child {
margin-top: 5px
}
.sidebar-wrapper .metismenu li:last-child {
margin-bottom: 5px
}
.sidebar-wrapper .metismenu>li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative
}
.sidebar-wrapper .metismenu a {
position: relative;
display: flex;
align-items: center;
justify-content: left;
padding: 10px 15px;
border-radius: 4px;
font-size: 15px;
color: #5f5f5f;
outline-width: 0;
text-overflow: ellipsis;
overflow: hidden;
letter-spacing: .5px;
border-left: 4px solid rgb(255 255 255 / 0%);
transition: all .2s ease-out
}
.sidebar-wrapper .metismenu a .parent-icon {
font-size: 18px;
line-height: 1
}
.sidebar-wrapper .metismenu a .menu-title {
margin-left: 10px
}
.sidebar-wrapper .metismenu ul a {
padding: 6px 15px 6px 15px;
font-size: 15px;
border: 0;
border-left: 4px solid rgb(255 255 255 / 0%);
}
.sidebar-wrapper .metismenu ul a i {
margin-right: 10px;
font-size: 10px;
}
.sidebar-wrapper .metismenu ul {
border: 1px solid #ffffff00;
background: rgb(255 255 255 / 0%);
}
.sidebar-wrapper .metismenu ul ul a {
padding: 8px 15px 8px 30px
}
.sidebar-wrapper .metismenu ul ul ul a {
padding: 8px 15px 8px 45px
}
.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
color: #3461ff;
text-decoration: none;
background-color: rgb(255 255 255);
border-left: 4px solid #3461ff;
box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
.menu-label {
padding: 20px 15px 5px 5px;
color: #b0afaf;
text-transform: uppercase;
font-size: 12px;
letter-spacing: .5px
}
.metismenu .has-arrow:after {
position: absolute;
content: "";
width: .5em;
height: .5em;
border-style: solid;
border-width: 1.2px 0 0 1.2px;
border-color: initial;
right: 15px;
transform: rotate(-45deg) translateY(-50%);
transform-origin: top;
top: 50%;
transition: all .3s ease-out
}
@media screen and (min-width:1025px) {
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
width: 70px
}
.wrapper.toggled.sidebar-hovered .sidebar-wrapper {
box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)!important
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
width: 70px
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
justify-content: center
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
width: 70px
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
justify-content: center;
border-left: 0px solid #3461ff;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
display: none
}
.email-toggle-btn {
display: none!important
}
.chat-toggle-btn {
display: none!important
}
}
.wrapper.toggled .top-header .navbar {
left: 70px
}
.wrapper.toggled .page-content {
margin-left: 70px
}
/* Page Content */
.page-content {
margin-left: 260px;
margin-top: 60px;
padding: 1.5rem;
transition: all .2s;
}
/* Utilities */
.radius-10 {
border-radius: 10px;
}
.radius-15 {
border-radius: 15px;
}
.radius-30 {
border-radius: 30px;
}
.font-13 {
font-size: 13px;
}
.font-14 {
font-size: 14px;
}
.font-20 {
font-size: 20px;
}
.font-22 {
font-size: 22px;
}
.font-24 {
font-size: 24px;
}
.font-30 {
font-size: 30px;
}
.font-35 {
font-size: 35px;
}
.text-justify {
text-align: justify;
}
.table-responsive {
white-space: nowrap;
}
.fm-menu .list-group a {
font-size: 16px;
color: #5f5f5f;
display: flex;
align-items: center;
}
.fm-menu .list-group a i {
font-size: 23px;
}
.fm-menu .list-group a:hover {
background-color: rgb(52 97 255 / 15%);
color: #3461ff;
transition: all .2s ease-out
}
.add-post {
width: 28px;
height: 28px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.15);
}
.fm-icon-box {
font-size: 32px;
background: #fff;
width: 52px;
height: 52px;
display: flex;
align-items: center;
justify-content: center;
}
.back-to-top {
display: none;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 26px;
color: #fff;
position: fixed;
border-radius: 50%;
bottom: 20px;
right: 12px;
background-color: #0d6efd;
z-index: 5
}
.back-to-top:hover {
color: #fff;
background-color: #000;
transition: all .5s
}
.project-user-groups img {
margin-right: -14px;
border: 1px solid #e4e4e4;
padding: 2px;
cursor: pointer;
}
.project-user-plus {
width: 33px;
height: 33px;
margin-right: 0px;
line-height: 33px;
background: #fff;
border-radius: 50%;
text-align: center;
font-size: 22px;
cursor: pointer;
border: 1px dotted #a9b2bb;
color: #404142;
}
.user-groups img {
margin-left: -14px;
border: 1px solid #e4e4e4;
padding: 2px;
cursor: pointer;
}
.user-plus {
width: 33px;
height: 33px;
margin-left: -14px;
line-height: 33px;
background: #fff;
border-radius: 50%;
text-align: center;
font-size: 22px;
cursor: pointer;
border: 1px dotted #a9b2bb;
color: #404142;
}
.icon-box {
width: 60px;
height: 60px;
background-color: #ffffff;
border-radius: 50%;
border: 1px solid #c7c8cb;
font-size: 26px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.product-box {
width: 52px;
height: 52px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
cursor: pointer;
background-color: #ffffff;
}
.best-product-item {
background-color: #ffffff;
cursor: pointer;
border-radius: 10px;
padding: .5rem;
}
.best-product-item:hover {
background-color: #f5f5f5;
}
.product-box img {
width: 100%;
}
.best-product {
position: relative;
height: 420px;
}
.by-device-container {
position: relative;
height: 260px;
}
.piechart-legend {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.chart-container1 {
position: relative;
height: 340px;
}
.chartjs-container1 {
position: relative;
height: 260px;
}
.sepration {
height: 100px;
}
.sepration-2 {
height: 50px;
}
.gmaps, .gmaps-panaroma {
height: 400px;
background: #eee;
border-radius: 3px;
}
.theme-icons {
background-color: #fff;
color: #434547;
}
.cursor-pointer {
cursor: pointer;
}
.icon-badge {
width: 45px;
height: 45px;
font-size: 1.2rem;
background: #f2f2f2;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.product-img-2 {
width: 45px;
height: 45px;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
border: 1px solid #e6e6e6;
}
.error-social a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
color: #fff;
text-align: center;
border-radius: 50%;
margin: 5px;
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.productlist .product-box{
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0.25rem;
border: 1px solid #e2e3e4;
background-color: #ffffff;
}
.productlist .product-box img{
width: 100%
}
.productlist .product-title {
color: rgb(25, 27, 34);
}
.orderlist .product-box{
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0.25rem;
border: 1px solid #e2e3e4;
background-color: #ffffff;
}
.orderlist .product-box img{
width: 100%
}
.orderlist .product-title {
color: rgb(25, 27, 34);
}
.breadcrumb-title {
font-size: 20px;
border-right: 1.5px solid #aaa4a4;
}
.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
color: #6c757d;
font-family: LineIcons;
content: "\ea5c";
}
.page-breadcrumb .breadcrumb li.breadcrumb-item {
font-size: 16px;
}
.iconmenu .ps__rail-x {
height: 0px;
}
.iconmenu .ps__rail-y {
width: 0px;
}
.iconmenu .ps__rail-x.ps--clicking .ps__thumb-x, .iconmenu .ps__rail-x:focus>.ps__thumb-x, .iconmenu .ps__rail-x:hover>.ps__thumb-x {
height: 5px
}
.iconmenu .ps__rail-y.ps--clicking .ps__thumb-y, .iconmenu .ps__rail-y:focus>.ps__thumb-y, .iconmenu .ps__rail-y:hover>.ps__thumb-y {
width: 5px
}
.w_chart {
position: relative;
display: inline-block;
width: 80px !important;
height: 80px !important;
text-align: center;
font-size: 1.4em;
}
.w_percent {
display: inline-block;
line-height: 80px !important;
z-index: 2;
color: #0a0808;
}
.w_percent:after {
content: '%';
margin-left: 0.1em;
}
.w_chart canvas {
position: absolute;
top: 0;
left: 0;
width: 80px !important;
height: 80px !important;
}
#geographic-map {
width: 100%;
height: 325px;
}
.new-customer-list {
position: relative;
height: 500px
}
.new-customer-list .customer-list-item {
padding: 0.5rem;
border-radius: 10px;
}
.new-customer-list .customer-list-item:hover {
background-color: #f0f0f0;
}
.top-sellers-list {
position: relative;
height: 460px
}
.top-sellers-list .sellers-list-item {
padding: 0.5rem;
border-radius: 10px;
}
.top-sellers-list .sellers-list-item:hover {
background-color: #f0f0f0;
}
.client-message {
position: relative;
height: 565px
}
.client-message .client-messages-list {
padding: 0.5rem;
}
.client-message .client-messages-list:hover {
background-color: #f0f0f0;
}
/* Widgets */
.widget-icon {
width: 48px;
height: 48px;
background-color: #fafafa;
border-radius: 50%;
font-size: 18px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.widget-icon-large {
width: 54px;
height: 54px;
background-color: #fafafa;
border-radius: 10px;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
/* Chips */
.chip {
display: inline-block;
height: 32px;
padding: 0 12px;
margin-right: 1rem;
margin-bottom: 1rem;
font-size: 14px;
font-weight: 500;
line-height: 32px;
color: rgba(0, 0, 0, .7);
cursor: pointer;
background-color: #f1f1f1;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 16px;
-webkit-transition: all .3s linear;
transition: all .3s linear;
box-shadow: none;
}
.chip img {
float: left;
width: 32px;
height: 32px;
margin: 0 8px 0 -12px;
border-radius: 50%;
}
.profile-cover {
background-image: linear-gradient(to bottom right, rgb(26 30 33 / 50%), rgb(0 0 0 / 50%)), url(../images/gallery/33.png);
background-size: cover;
height: 24rem;
background-position: center;
margin: -4.0rem -1.5rem -5.5rem -1.5rem;
padding: 1.5rem 1.5rem 6.5rem 1.5rem;
}
/* Email */
.email-wrapper {
width: auto;
height: 600px;
overflow: hidden;
border-radius: .25rem;
position: relative;
background: #fff;
box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}
.email-sidebar {
width: 250px;
height: 100%;
position: absolute;
background: #fff;
left: 0;
top: 0;
bottom: 0;
z-index: 2;
overflow: hidden;
border-right: 1px solid rgba(0, 0, 0, .125);
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem
}
.email-sidebar-header {
width: auto;
height: auto;
position: relative;
background: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .125);
border-right: 0 solid rgba(0, 0, 0, .125);
border-top-left-radius: .25rem;
padding: 15px
}
.email-navigation {
position: relative;
padding: 0;
height: 345px;
border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.email-header {
position: absolute;
height: 70px;
left: 250px;
right: 0;
top: 0;
padding: 15px;
background: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .125);
border-top-right-radius: .25rem;
z-index: 1
}
.email-content {
position: absolute;
left: 0;
right: 0;
width: auto;
top: 70px;
height: auto;
margin-left: 250px;
padding: 0;
background: #fff;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.email-navigation a.list-group-item {
color: #404142;
padding: .35rem 1.25rem;
background-color: #fff;
border-bottom: 1px solid rgb(0 0 0 / 0%);
transition: all .3s ease-out
}
.email-navigation a.list-group-item:hover {
background-color: rgb(13 110 253 / .12)
}
.email-navigation a.list-group-item.active {
color: #0b5ed7;
font-weight: 600;
background-color: rgb(13 110 253 / .12)
}
.email-meeting {
position: absolute;
left: 0;
right: 0;
bottom: 0
}
.email-meeting a.list-group-item {
color: #404142;
padding: .35rem 1.25rem;
background-color: #fff;
border-bottom: 1px solid rgb(0 0 0 / 0%)
}
.email-meeting a.list-group-item:hover {
background-color: rgb(0 123 255 / 15%);
transition: all .3s ease-out
}
.email-hangout .chat-user-online:before {
content: '';
position: absolute;
bottom: 8px;
left: 45px;
width: 8px;
height: 8px;
border-radius: 50%;
box-shadow: 0 0 0 2px #fff;
background: #16e15e
}
.email-toggle-btn {
width: auto;
height: auto;
margin-right: 10px;
text-align: center;
font-size: 24px;
color: #404142;
border-radius: 0;
cursor: pointer;
background-color: #fff;
border: 0 solid rgb(0 0 0 / 15%)
}
.email-actions {
width: 230px
}
.email-time {
font-size: 13px;
color: #6c757d
}
.email-list div.email-message {
background: #fff;
border-bottom: 1px solid rgb(0 0 0 / 8%);
color: #383a3c
}
.email-list div.email-message:hover {
transition: all .2s ease-out;
background-color: #eceef1
}
.email-list {
position: relative;
height: 530px
}
.email-star {
color: #6c757d
}
.email-read-box {
position: relative;
height: 530px
}
.compose-mail-popup {
width: 42%;
position: fixed;
bottom: -30px;
right: 30px;
z-index: 15;
display: none
}
.compose-mail-toggled {
display: block
}
.compose-mail-title {
font-size: 16px
}
.compose-mail-close {
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
font-size: 14px;
border-radius: 2px;
background-color: rgb(255 255 255 / 0%)
}
.compose-mail-close:hover {
background-color: rgb(255 255 255 / 20%)
}
/* chat box */
.chat-wrapper {
width: auto;
height: 600px;
border-radius: .25rem;
position: relative;
background: #fff;
box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}
.chat-sidebar {
width: 340px;
height: 100%;
position: absolute;
background: #fff;
left: 0;
top: 0;
bottom: 0;
z-index: 2;
overflow: hidden;
border-right: 1px solid rgba(0, 0, 0, .125);
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem
}
.chat-sidebar-header {
width: auto;
height: auto;
position: relative;
background: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .125);
border-right: 0 solid rgba(0, 0, 0, .125);
border-top-left-radius: .25rem;
padding: 15px
}
.chat-sidebar-content {
padding: 0
}
.chat-user-online {
position: relative
}
.chat-sidebar-header .chat-user-online:before {
content: '';
position: absolute;
bottom: 7px;
left: 40px;
width: 8px;
height: 8px;
border-radius: 50%;
box-shadow: 0 0 0 2px #fff;
background: #16e15e
}
.chat-list .chat-user-online:before {
content: '';
position: absolute;
bottom: 7px;
left: 36px;
width: 8px;
height: 8px;
border-radius: 50%;
box-shadow: 0 0 0 2px #fff;
background: #16e15e
}
.chat-content {
margin-left: 340px;
padding: 85px 15px 15px 15px
}
.chat-header {
position: absolute;
height: 70px;
left: 340px;
right: 0;
top: 0;
padding: 15px;
background: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .125);
border-top-right-radius: .25rem;
z-index: 1
}
.chat-footer {
position: absolute;
height: 70px;
left: 340px;
right: 0;
bottom: 0;
padding: 15px;
background: #f8f9fa;
border-top: 1px solid rgba(0, 0, 0, .125);
border-bottom-right-radius: .25rem
}
.chat-footer-menu a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
color: #6c757d;
text-align: center;
border-radius: 50%;
margin: 3px;
background-color: #fff;
border: 1px solid rgb(0 0 0 / 15%)
}
.chat-tab-menu li a.nav-link {
padding: .3rem .2rem;
line-height: 1.2;
color: #4a4b4c
}
.chat-tab-menu .nav-pills .nav-link.active,
.chat-tab-menu .nav-pills .show>.nav-link {
color: #008cff;
background-color: rgb(0 123 255 / 0%)
}
.chat-title {
font-size: 14px;
color: #272b2f
}
.chat-msg {
font-size: 13px;
color: #6c757d
}
.chat-time {
font-size: 13px;
color: #6c757d
}
.chat-list {
position: relative;
height: 300px
}
.chat-list .list-group-item {
border: 1px solid rgb(0 0 0 / 0%);
background-color: transparent
}
.chat-list .list-group-item:hover {
border: 1px solid rgb(0 0 0 / 0%);
background-color: rgb(13 110 253 / .12)
}
.chat-list .list-group-item.active {
background-color: rgb(13 110 253 / .12)
}
.chart-online {
color: #16e15e
}
.chat-top-header-menu a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
color: #6c757d;
text-align: center;
border-radius: 50%;
margin: 3px;
background-color: #fff;
border: 1px solid rgb(0 0 0 / 15%)
}
.chat-content {
position: relative;
width: auto;
height: 520px
}
.chat-content-leftside .chat-left-msg {
width: fit-content;
background-color: #eff2f5;
padding: .8rem;
border-radius: 12px;
max-width: 480px;
text-align: left;
border-top-left-radius: 0
}
.chat-content-rightside .chat-right-msg {
width: fit-content;
background-color: #dcedff;
padding: .8rem;
border-radius: 12px;
float: right;
max-width: 480px;
text-align: left;
border-bottom-right-radius: 0
}
.chat-toggle-btn {
width: 40px;
height: 40px;
line-height: 40px;
margin-right: 15px;
text-align: center;
font-size: 24px;
color: #6c757d;
border-radius: 50%;
cursor: pointer;
background-color: #fff;
border: 1px solid rgb(0 0 0 / 15%)
}
/* Authentication */
.authentication-card {
display: flex;
align-items: center;
justify-content: center;
margin: auto;
max-width: 60rem;
height: 100vh;
}
.login-separater span {
position: relative;
top: 26px;
margin-top: -10px;
background: #fff;
padding: 5px;
font-size: 12px;
color: #cbcbcb;
z-index: 1;
}
/* swicther */
.btn-switcher {
position: fixed;
right: 0px;
top: 40%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.header-colors-indigators .indigator {
width: 50px;
height: 50px;
background-color: #f7f8fa;
border-radius: 10px;
cursor: pointer;
}
/* Responsive */
@media screen and (max-width:1280px) {
.email-header {
height: auto
}
.email-content {
padding: 100px 0 0 0
}
}
@media screen and (max-width:1024px) {
.sidebar-wrapper {
left: -300px;
}
.page-content {
margin-left: 0px;
}
.top-header .navbar{
left: 0px;
}
/* Toggeled */
.wrapper.toggled .sidebar-wrapper{
left: 0px;
}
.wrapper.toggled .page-content {
margin-left: 0px;
}
.wrapper.toggled .top-header .navbar{
left: 0px;
}
.wrapper.toggled .overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000;
opacity: .6;
z-index: 12;
display: block;
cursor: move;
transition: all .2s ease-out
}
.top-header .navbar .searchbar {
position: relative;
width: 30%;
display: none;
}
.top-header .navbar .full-searchbar {
position: absolute;
top: 0%;
left: 0;
right: 0%;
width: 100%;
height: 60px;
background-color: #ffffff;
border-bottom: 1px solid rgb(0 0 0 / 0%);
background-clip: padding-box;
display: flex !important;
z-index: 1;
align-items: center;
justify-content: start;
padding: 0 1rem;
-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}
.email-header {
border-top-left-radius: .25rem
}
.email-sidebar {
left: -280px
}
.email-content {
margin-left: 0
}
.email-header {
left: 0
}
.email-toggled .email-sidebar {
left: 0
}
.email-toggled .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 250px;
background: #000;
opacity: .5;
z-index: 9;
display: block;
cursor: move;
transition: all .3s ease-out
}
.compose-mail-popup {
width: auto;
position: fixed;
bottom: -30px;
right: 0;
left: 0
}
.chat-header {
border-top-left-radius: .25rem
}
.chat-footer {
border-bottom-left-radius: .25rem
}
.chat-sidebar {
left: -370px
}
.chat-content {
margin-left: 0
}
.chat-header {
left: 0
}
.chat-footer {
left: 0
}
.chat-toggled .chat-sidebar {
left: 0
}
.chat-toggled .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 340px;
background: #000;
opacity: .5;
z-index: 11;
display: block;
cursor: move;
transition: all .3s ease-out
}
.authentication-card {
padding: 1.5rem 0;
height: auto;
}
.top-header .navbar .mobile-toggle-icon,
.top-header .navbar .search-toggle-icon {
display: block;
}
.top-header .navbar .searchbar .search-close-icon {
display: block;
}
}
@media screen and (max-width:767px) {
.top-header .navbar .dropdown-menu::after {
display: none
}
.top-header .navbar .dropdown {
position: static!important
}
.top-header .navbar .dropdown-menu {
width: 100%!important;
}
/* .by-device-container {
height: 210px;
} */
}
@media screen and (max-width:520px) {
.chat-footer-menu,
.chat-top-header-menu {
display: none
}
} | public/assets/css/style.css | - General
- Header
- Sidebar
- Page Content
- Utilities
- Widgets
- Chips
- Email
- chat box
- Authentication
- swicther
- Responsive
*/
/* General */
body {
font-size: 14px;
color: #4c5258;
letter-spacing: .5px;
font-family: Roboto, sans-serif;
background-color: #f7f8fa;
overflow-x: hidden;
}
.wrapper{
width: auto;
position: relative
}
a {
text-decoration: none;
}
::placeholder {
opacity: 0.4 !important;
}
/* Header */
.top-header .navbar{
position: fixed;
top: 0;
left: 260px;
right: 0;
background-color: #f7f8fa;
border-bottom: 1px solid #e2e3e4;
background-clip: padding-box;
height: 60px;
z-index: 10;
padding: 0 1.5rem;
transition: all .2s;
}
.top-header .navbar .top-navbar-right .nav-link {
color: #293445;
font-size: 18px;
font-weight: 500;
padding-right: .8rem;
padding-left: .8rem;
}
.top-header .navbar .mobile-toggle-icon,
.top-header .navbar .search-toggle-icon {
color: #293445;
font-size: 18px;
font-weight: 500;
display: none;
cursor: pointer;
}
.top-header .navbar .messages,
.top-header .navbar .notifications {
position: relative;
}
.top-header .navbar .searchbar {
position: relative;
width: 30%;
}
.top-header .navbar .searchbar .search-close-icon{
right: 2rem;
opacity: 0.5;
cursor: pointer;
display: none;
}
.top-header .navbar .searchbar .form-control {
border-radius: 30px;
box-shadow: none;
padding-left: 2.5rem;
padding-right: 2.5rem;
border: 1px solid #e2e3e4;
}
.top-header .navbar .dropdown-searchbar .form-control {
border-radius: 30px;
border: 1px solid rgb(206 212 218 / 0%);
padding-left: 3rem;
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.top-header .navbar .searchbar .form-control:focus,
.top-header .navbar .dropdown-searchbar .form-control:focus {
border-color: #86b7fe;
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.top-header .navbar .searchbar .search-icon,
.top-header .navbar .dropdown-searchbar .search-icon {
opacity: 0.5;
}
.dropdown-toggle-nocaret:after {
display: none
}
.top-header .navbar .dropdown-menu {
-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}
@-webkit-keyframes animdropdown {
from {
-webkit-transform: translate3d(0, 6px, 0);
transform: translate3d(0, 6px, 0);
opacity: 0
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1
}
}
@keyframes animdropdown {
from {
-webkit-transform: translate3d(0, 6px, 0);
transform: translate3d(0, 6px, 0);
opacity: 0
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1
}
}
.top-header .navbar .dropdown-large,
.dropdown-user-setting .navbar .dropdown-large {
position: relative
}
.dropdown-large .dropdown-menu {
width: 360px;
border: 0;
padding: 0.5rem;
border-radius: 10px;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}
.top-header .navbar .dropdown-large .dropdown-menu::after {
content: '';
width: 13px;
height: 13px;
background: #fff;
position: absolute;
top: -6px;
right: 16px;
transform: rotate(45deg);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd
}
.top-header .navbar .dropdown-menu::after {
content: '';
width: 13px;
height: 13px;
background: #ffff;
position: absolute;
top: -6px;
right: 16px;
transform: rotate(45deg);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd
}
.dropdown-user-setting .dropdown-menu {
width: 280px;
border: 0;
padding: 0.5rem;
border-radius: 10px;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}
.top-header .navbar .dropdown-user-setting .dropdown-menu::after {
content: '';
width: 13px;
height: 13px;
background: #fff;
position: absolute;
top: -6px;
right: 16px;
transform: rotate(45deg);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd
}
.top-header .navbar .dropdown-menu::after {
content: '';
width: 13px;
height: 13px;
background: #ffff;
position: absolute;
top: -6px;
right: 16px;
transform: rotate(45deg);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd
}
.top-header .navbar .dropdown-item {
padding: .5rem;
}
.top-header .navbar .dropdown-large .dropdown-item:hover,
.top-header .navbar .dropdown-user-setting .dropdown-item:hover {
border-radius: 10px;
color: #1e2125;
background-color: #f5f5f5
}
.top-header .navbar .dropdown-item .setting-icon {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 18px;
background-color: #e1e6eb;
}
.top-header .navbar .dropdown-item .setting-text {
font-size: 16px;
font-weight: 500;
}
.top-header .navbar .user-img {
width: 38px;
height: 38px;
padding: 0px;
border-radius: 50%;
}
.top-header .navbar .user-name{
font-size: 15px;
color: #5e636b;
font-weight: 500;
padding-right: 10px;
}
.top-header .navbar .dropdown-menu .apps:hover {
background-color: #f8f9fa;
transition: all 0.2;
}
.top-header .navbar .dropdown-menu .apps .apps-icon-box {
color: #34383f;
width: 50px;
height: 50px;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
background-color: #e9ecef;
margin: auto;
border-radius: 50%;
}
.top-header .navbar .dropdown-menu .apps .apps-name {
color: #34383f;
font-size: 15px;
}
.top-header .navbar .dropdown-menu .msg-time {
font-size: 12px;
}
.top-header .navbar .dropdown-menu .dropdown-msg-user {
font-size: 14px;
}
.top-header .navbar .dropdown-menu .dropdown-msg-text {
font-size: 13px;
}
.header-message-list {
position: relative;
height: 400px
}
.header-notifications-list {
position: relative;
height: 400px
}
.top-header .navbar .dropdown-menu .notification-box {
width: 48px;
height: 48px;
font-size: 20px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: #e1e6eb;
}
.top-header .navbar .nav-link .notify-badge {
position: absolute;
top: -8px;
right: -8px;
color: #fff;
font-size: 13px;
width: 18px;
height: 18px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: #f50d0d;
}
/* Sidebar */
.sidebar-wrapper {
position: fixed;
top: 0;
left: 0;
width: 260px;
height: 100%;
background-color: #f7f8fa;
background-clip: padding-box;
border-right: 1px solid #e2e3e4;
transition: all .2s;
z-index: 16;
}
.sidebar-wrapper .sidebar-header {
width: 260px;
height: 60px;
display: flex;
align-items: center;
position: fixed;
top: 0;
bottom: 0;
padding: 0 15px;
z-index: 5;
background: #f7f8fa;
border-right: 1px solid #e2e3e4;
border-bottom: 1px solid #e4e4e4;
background-clip: padding-box;
transition: all .2s;
}
.sidebar-wrapper .sidebar-header .logo-icon {
width: 35px;
}
.sidebar-wrapper .sidebar-header .logo-text {
font-size: 24px;
margin-left: 10px;
margin-bottom: 0;
letter-spacing: 1px;
color: #3461ff;
}
.toggle-icon {
font-size: 26px;
cursor: pointer;
color: #3461ff;
}
.sidebar-wrapper ul {
padding: 0;
margin: 0;
list-style: none;
background: 0 0
}
.sidebar-wrapper .metismenu {
background: 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 10px;
margin-top: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.sidebar-wrapper .metismenu li+li {
margin-top: 5px
}
.sidebar-wrapper .metismenu li:first-child {
margin-top: 5px
}
.sidebar-wrapper .metismenu li:last-child {
margin-bottom: 5px
}
.sidebar-wrapper .metismenu>li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative
}
.sidebar-wrapper .metismenu a {
position: relative;
display: flex;
align-items: center;
justify-content: left;
padding: 10px 15px;
border-radius: 4px;
font-size: 15px;
color: #5f5f5f;
outline-width: 0;
text-overflow: ellipsis;
overflow: hidden;
letter-spacing: .5px;
border-left: 4px solid rgb(255 255 255 / 0%);
transition: all .2s ease-out
}
.sidebar-wrapper .metismenu a .parent-icon {
font-size: 18px;
line-height: 1
}
.sidebar-wrapper .metismenu a .menu-title {
margin-left: 10px
}
.sidebar-wrapper .metismenu ul a {
padding: 6px 15px 6px 15px;
font-size: 15px;
border: 0;
border-left: 4px solid rgb(255 255 255 / 0%);
}
.sidebar-wrapper .metismenu ul a i {
margin-right: 10px;
font-size: 10px;
}
.sidebar-wrapper .metismenu ul {
border: 1px solid #ffffff00;
background: rgb(255 255 255 / 0%);
}
.sidebar-wrapper .metismenu ul ul a {
padding: 8px 15px 8px 30px
}
.sidebar-wrapper .metismenu ul ul ul a {
padding: 8px 15px 8px 45px
}
.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
color: #3461ff;
text-decoration: none;
background-color: rgb(255 255 255);
border-left: 4px solid #3461ff;
box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
.menu-label {
padding: 20px 15px 5px 5px;
color: #b0afaf;
text-transform: uppercase;
font-size: 12px;
letter-spacing: .5px
}
.metismenu .has-arrow:after {
position: absolute;
content: "";
width: .5em;
height: .5em;
border-style: solid;
border-width: 1.2px 0 0 1.2px;
border-color: initial;
right: 15px;
transform: rotate(-45deg) translateY(-50%);
transform-origin: top;
top: 50%;
transition: all .3s ease-out
}
@media screen and (min-width:1025px) {
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
width: 70px
}
.wrapper.toggled.sidebar-hovered .sidebar-wrapper {
box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)!important
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
width: 70px
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
justify-content: center
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
width: 70px
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
justify-content: center;
border-left: 0px solid #3461ff;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
display: none
}
.email-toggle-btn {
display: none!important
}
.chat-toggle-btn {
display: none!important
}
}
.wrapper.toggled .top-header .navbar {
left: 70px
}
.wrapper.toggled .page-content {
margin-left: 70px
}
/* Page Content */
.page-content {
margin-left: 260px;
margin-top: 60px;
padding: 1.5rem;
transition: all .2s;
}
/* Utilities */
.radius-10 {
border-radius: 10px;
}
.radius-15 {
border-radius: 15px;
}
.radius-30 {
border-radius: 30px;
}
.font-13 {
font-size: 13px;
}
.font-14 {
font-size: 14px;
}
.font-20 {
font-size: 20px;
}
.font-22 {
font-size: 22px;
}
.font-24 {
font-size: 24px;
}
.font-30 {
font-size: 30px;
}
.font-35 {
font-size: 35px;
}
.text-justify {
text-align: justify;
}
.table-responsive {
white-space: nowrap;
}
.fm-menu .list-group a {
font-size: 16px;
color: #5f5f5f;
display: flex;
align-items: center;
}
.fm-menu .list-group a i {
font-size: 23px;
}
.fm-menu .list-group a:hover {
background-color: rgb(52 97 255 / 15%);
color: #3461ff;
transition: all .2s ease-out
}
.add-post {
width: 28px;
height: 28px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.15);
}
.fm-icon-box {
font-size: 32px;
background: #fff;
width: 52px;
height: 52px;
display: flex;
align-items: center;
justify-content: center;
}
.back-to-top {
display: none;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 26px;
color: #fff;
position: fixed;
border-radius: 50%;
bottom: 20px;
right: 12px;
background-color: #0d6efd;
z-index: 5
}
.back-to-top:hover {
color: #fff;
background-color: #000;
transition: all .5s
}
.project-user-groups img {
margin-right: -14px;
border: 1px solid #e4e4e4;
padding: 2px;
cursor: pointer;
}
.project-user-plus {
width: 33px;
height: 33px;
margin-right: 0px;
line-height: 33px;
background: #fff;
border-radius: 50%;
text-align: center;
font-size: 22px;
cursor: pointer;
border: 1px dotted #a9b2bb;
color: #404142;
}
.user-groups img {
margin-left: -14px;
border: 1px solid #e4e4e4;
padding: 2px;
cursor: pointer;
}
.user-plus {
width: 33px;
height: 33px;
margin-left: -14px;
line-height: 33px;
background: #fff;
border-radius: 50%;
text-align: center;
font-size: 22px;
cursor: pointer;
border: 1px dotted #a9b2bb;
color: #404142;
}
.icon-box {
width: 60px;
height: 60px;
background-color: #ffffff;
border-radius: 50%;
border: 1px solid #c7c8cb;
font-size: 26px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.product-box {
width: 52px;
height: 52px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
cursor: pointer;
background-color: #ffffff;
}
.best-product-item {
background-color: #ffffff;
cursor: pointer;
border-radius: 10px;
padding: .5rem;
}
.best-product-item:hover {
background-color: #f5f5f5;
}
.product-box img {
width: 100%;
}
.best-product {
position: relative;
height: 420px;
}
.by-device-container {
position: relative;
height: 260px;
}
.piechart-legend {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.chart-container1 {
position: relative;
height: 340px;
}
.chartjs-container1 {
position: relative;
height: 260px;
}
.sepration {
height: 100px;
}
.sepration-2 {
height: 50px;
}
.gmaps, .gmaps-panaroma {
height: 400px;
background: #eee;
border-radius: 3px;
}
.theme-icons {
background-color: #fff;
color: #434547;
}
.cursor-pointer {
cursor: pointer;
}
.icon-badge {
width: 45px;
height: 45px;
font-size: 1.2rem;
background: #f2f2f2;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.product-img-2 {
width: 45px;
height: 45px;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
border: 1px solid #e6e6e6;
}
.error-social a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
color: #fff;
text-align: center;
border-radius: 50%;
margin: 5px;
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.productlist .product-box{
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0.25rem;
border: 1px solid #e2e3e4;
background-color: #ffffff;
}
.productlist .product-box img{
width: 100%
}
.productlist .product-title {
color: rgb(25, 27, 34);
}
.orderlist .product-box{
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0.25rem;
border: 1px solid #e2e3e4;
background-color: #ffffff;
}
.orderlist .product-box img{
width: 100%
}
.orderlist .product-title {
color: rgb(25, 27, 34);
}
.breadcrumb-title {
font-size: 20px;
border-right: 1.5px solid #aaa4a4;
}
.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
color: #6c757d;
font-family: LineIcons;
content: "\ea5c";
}
.page-breadcrumb .breadcrumb li.breadcrumb-item {
font-size: 16px;
}
.iconmenu .ps__rail-x {
height: 0px;
}
.iconmenu .ps__rail-y {
width: 0px;
}
.iconmenu .ps__rail-x.ps--clicking .ps__thumb-x, .iconmenu .ps__rail-x:focus>.ps__thumb-x, .iconmenu .ps__rail-x:hover>.ps__thumb-x {
height: 5px
}
.iconmenu .ps__rail-y.ps--clicking .ps__thumb-y, .iconmenu .ps__rail-y:focus>.ps__thumb-y, .iconmenu .ps__rail-y:hover>.ps__thumb-y {
width: 5px
}
.w_chart {
position: relative;
display: inline-block;
width: 80px !important;
height: 80px !important;
text-align: center;
font-size: 1.4em;
}
.w_percent {
display: inline-block;
line-height: 80px !important;
z-index: 2;
color: #0a0808;
}
.w_percent:after {
content: '%';
margin-left: 0.1em;
}
.w_chart canvas {
position: absolute;
top: 0;
left: 0;
width: 80px !important;
height: 80px !important;
}
#geographic-map {
width: 100%;
height: 325px;
}
.new-customer-list {
position: relative;
height: 500px
}
.new-customer-list .customer-list-item {
padding: 0.5rem;
border-radius: 10px;
}
.new-customer-list .customer-list-item:hover {
background-color: #f0f0f0;
}
.top-sellers-list {
position: relative;
height: 460px
}
.top-sellers-list .sellers-list-item {
padding: 0.5rem;
border-radius: 10px;
}
.top-sellers-list .sellers-list-item:hover {
background-color: #f0f0f0;
}
.client-message {
position: relative;
height: 565px
}
.client-message .client-messages-list {
padding: 0.5rem;
}
.client-message .client-messages-list:hover {
background-color: #f0f0f0;
}
/* Widgets */
.widget-icon {
width: 48px;
height: 48px;
background-color: #fafafa;
border-radius: 50%;
font-size: 18px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.widget-icon-large {
width: 54px;
height: 54px;
background-color: #fafafa;
border-radius: 10px;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
/* Chips */
.chip {
display: inline-block;
height: 32px;
padding: 0 12px;
margin-right: 1rem;
margin-bottom: 1rem;
font-size: 14px;
font-weight: 500;
line-height: 32px;
color: rgba(0, 0, 0, .7);
cursor: pointer;
background-color: #f1f1f1;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 16px;
-webkit-transition: all .3s linear;
transition: all .3s linear;
box-shadow: none;
}
.chip img {
float: left;
width: 32px;
height: 32px;
margin: 0 8px 0 -12px;
border-radius: 50%;
}
.profile-cover {
background-image: linear-gradient(to bottom right, rgb(26 30 33 / 50%), rgb(0 0 0 / 50%)), url(../images/gallery/33.png);
background-size: cover;
height: 24rem;
background-position: center;
margin: -4.0rem -1.5rem -5.5rem -1.5rem;
padding: 1.5rem 1.5rem 6.5rem 1.5rem;
}
/* Email */
.email-wrapper {
width: auto;
height: 600px;
overflow: hidden;
border-radius: .25rem;
position: relative;
background: #fff;
box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}
.email-sidebar {
width: 250px;
height: 100%;
position: absolute;
background: #fff;
left: 0;
top: 0;
bottom: 0;
z-index: 2;
overflow: hidden;
border-right: 1px solid rgba(0, 0, 0, .125);
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem
}
.email-sidebar-header {
width: auto;
height: auto;
position: relative;
background: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .125);
border-right: 0 solid rgba(0, 0, 0, .125);
border-top-left-radius: .25rem;
padding: 15px
}
.email-navigation {
position: relative;
padding: 0;
height: 345px;
border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.email-header {
position: absolute;
height: 70px;
left: 250px;
right: 0;
top: 0;
padding: 15px;
background: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .125);
border-top-right-radius: .25rem;
z-index: 1
}
.email-content {
position: absolute;
left: 0;
right: 0;
width: auto;
top: 70px;
height: auto;
margin-left: 250px;
padding: 0;
background: #fff;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.email-navigation a.list-group-item {
color: #404142;
padding: .35rem 1.25rem;
background-color: #fff;
border-bottom: 1px solid rgb(0 0 0 / 0%);
transition: all .3s ease-out
}
.email-navigation a.list-group-item:hover {
background-color: rgb(13 110 253 / .12)
}
.email-navigation a.list-group-item.active {
color: #0b5ed7;
font-weight: 600;
background-color: rgb(13 110 253 / .12)
}
.email-meeting {
position: absolute;
left: 0;
right: 0;
bottom: 0
}
.email-meeting a.list-group-item {
color: #404142;
padding: .35rem 1.25rem;
background-color: #fff;
border-bottom: 1px solid rgb(0 0 0 / 0%)
}
.email-meeting a.list-group-item:hover {
background-color: rgb(0 123 255 / 15%);
transition: all .3s ease-out
}
.email-hangout .chat-user-online:before {
content: '';
position: absolute;
bottom: 8px;
left: 45px;
width: 8px;
height: 8px;
border-radius: 50%;
box-shadow: 0 0 0 2px #fff;
background: #16e15e
}
.email-toggle-btn {
width: auto;
height: auto;
margin-right: 10px;
text-align: center;
font-size: 24px;
color: #404142;
border-radius: 0;
cursor: pointer;
background-color: #fff;
border: 0 solid rgb(0 0 0 / 15%)
}
.email-actions {
width: 230px
}
.email-time {
font-size: 13px;
color: #6c757d
}
.email-list div.email-message {
background: #fff;
border-bottom: 1px solid rgb(0 0 0 / 8%);
color: #383a3c
}
.email-list div.email-message:hover {
transition: all .2s ease-out;
background-color: #eceef1
}
.email-list {
position: relative;
height: 530px
}
.email-star {
color: #6c757d
}
.email-read-box {
position: relative;
height: 530px
}
.compose-mail-popup {
width: 42%;
position: fixed;
bottom: -30px;
right: 30px;
z-index: 15;
display: none
}
.compose-mail-toggled {
display: block
}
.compose-mail-title {
font-size: 16px
}
.compose-mail-close {
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
font-size: 14px;
border-radius: 2px;
background-color: rgb(255 255 255 / 0%)
}
.compose-mail-close:hover {
background-color: rgb(255 255 255 / 20%)
}
/* chat box */
.chat-wrapper {
width: auto;
height: 600px;
border-radius: .25rem;
position: relative;
background: #fff;
box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}
.chat-sidebar {
width: 340px;
height: 100%;
position: absolute;
background: #fff;
left: 0;
top: 0;
bottom: 0;
z-index: 2;
overflow: hidden;
border-right: 1px solid rgba(0, 0, 0, .125);
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem
}
.chat-sidebar-header {
width: auto;
height: auto;
position: relative;
background: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .125);
border-right: 0 solid rgba(0, 0, 0, .125);
border-top-left-radius: .25rem;
padding: 15px
}
.chat-sidebar-content {
padding: 0
}
.chat-user-online {
position: relative
}
.chat-sidebar-header .chat-user-online:before {
content: '';
position: absolute;
bottom: 7px;
left: 40px;
width: 8px;
height: 8px;
border-radius: 50%;
box-shadow: 0 0 0 2px #fff;
background: #16e15e
}
.chat-list .chat-user-online:before {
content: '';
position: absolute;
bottom: 7px;
left: 36px;
width: 8px;
height: 8px;
border-radius: 50%;
box-shadow: 0 0 0 2px #fff;
background: #16e15e
}
.chat-content {
margin-left: 340px;
padding: 85px 15px 15px 15px
}
.chat-header {
position: absolute;
height: 70px;
left: 340px;
right: 0;
top: 0;
padding: 15px;
background: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .125);
border-top-right-radius: .25rem;
z-index: 1
}
.chat-footer {
position: absolute;
height: 70px;
left: 340px;
right: 0;
bottom: 0;
padding: 15px;
background: #f8f9fa;
border-top: 1px solid rgba(0, 0, 0, .125);
border-bottom-right-radius: .25rem
}
.chat-footer-menu a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
color: #6c757d;
text-align: center;
border-radius: 50%;
margin: 3px;
background-color: #fff;
border: 1px solid rgb(0 0 0 / 15%)
}
.chat-tab-menu li a.nav-link {
padding: .3rem .2rem;
line-height: 1.2;
color: #4a4b4c
}
.chat-tab-menu .nav-pills .nav-link.active,
.chat-tab-menu .nav-pills .show>.nav-link {
color: #008cff;
background-color: rgb(0 123 255 / 0%)
}
.chat-title {
font-size: 14px;
color: #272b2f
}
.chat-msg {
font-size: 13px;
color: #6c757d
}
.chat-time {
font-size: 13px;
color: #6c757d
}
.chat-list {
position: relative;
height: 300px
}
.chat-list .list-group-item {
border: 1px solid rgb(0 0 0 / 0%);
background-color: transparent
}
.chat-list .list-group-item:hover {
border: 1px solid rgb(0 0 0 / 0%);
background-color: rgb(13 110 253 / .12)
}
.chat-list .list-group-item.active {
background-color: rgb(13 110 253 / .12)
}
.chart-online {
color: #16e15e
}
.chat-top-header-menu a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
color: #6c757d;
text-align: center;
border-radius: 50%;
margin: 3px;
background-color: #fff;
border: 1px solid rgb(0 0 0 / 15%)
}
.chat-content {
position: relative;
width: auto;
height: 520px
}
.chat-content-leftside .chat-left-msg {
width: fit-content;
background-color: #eff2f5;
padding: .8rem;
border-radius: 12px;
max-width: 480px;
text-align: left;
border-top-left-radius: 0
}
.chat-content-rightside .chat-right-msg {
width: fit-content;
background-color: #dcedff;
padding: .8rem;
border-radius: 12px;
float: right;
max-width: 480px;
text-align: left;
border-bottom-right-radius: 0
}
.chat-toggle-btn {
width: 40px;
height: 40px;
line-height: 40px;
margin-right: 15px;
text-align: center;
font-size: 24px;
color: #6c757d;
border-radius: 50%;
cursor: pointer;
background-color: #fff;
border: 1px solid rgb(0 0 0 / 15%)
}
/* Authentication */
.authentication-card {
display: flex;
align-items: center;
justify-content: center;
margin: auto;
max-width: 60rem;
height: 100vh;
}
.login-separater span {
position: relative;
top: 26px;
margin-top: -10px;
background: #fff;
padding: 5px;
font-size: 12px;
color: #cbcbcb;
z-index: 1;
}
/* swicther */
.btn-switcher {
position: fixed;
right: 0px;
top: 40%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.header-colors-indigators .indigator {
width: 50px;
height: 50px;
background-color: #f7f8fa;
border-radius: 10px;
cursor: pointer;
}
/* Responsive */
@media screen and (max-width:1280px) {
.email-header {
height: auto
}
.email-content {
padding: 100px 0 0 0
}
}
@media screen and (max-width:1024px) {
.sidebar-wrapper {
left: -300px;
}
.page-content {
margin-left: 0px;
}
.top-header .navbar{
left: 0px;
}
/* Toggeled */
.wrapper.toggled .sidebar-wrapper{
left: 0px;
}
.wrapper.toggled .page-content {
margin-left: 0px;
}
.wrapper.toggled .top-header .navbar{
left: 0px;
}
.wrapper.toggled .overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000;
opacity: .6;
z-index: 12;
display: block;
cursor: move;
transition: all .2s ease-out
}
.top-header .navbar .searchbar {
position: relative;
width: 30%;
display: none;
}
.top-header .navbar .full-searchbar {
position: absolute;
top: 0%;
left: 0;
right: 0%;
width: 100%;
height: 60px;
background-color: #ffffff;
border-bottom: 1px solid rgb(0 0 0 / 0%);
background-clip: padding-box;
display: flex !important;
z-index: 1;
align-items: center;
justify-content: start;
padding: 0 1rem;
-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}
.email-header {
border-top-left-radius: .25rem
}
.email-sidebar {
left: -280px
}
.email-content {
margin-left: 0
}
.email-header {
left: 0
}
.email-toggled .email-sidebar {
left: 0
}
.email-toggled .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 250px;
background: #000;
opacity: .5;
z-index: 9;
display: block;
cursor: move;
transition: all .3s ease-out
}
.compose-mail-popup {
width: auto;
position: fixed;
bottom: -30px;
right: 0;
left: 0
}
.chat-header {
border-top-left-radius: .25rem
}
.chat-footer {
border-bottom-left-radius: .25rem
}
.chat-sidebar {
left: -370px
}
.chat-content {
margin-left: 0
}
.chat-header {
left: 0
}
.chat-footer {
left: 0
}
.chat-toggled .chat-sidebar {
left: 0
}
.chat-toggled .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 340px;
background: #000;
opacity: .5;
z-index: 11;
display: block;
cursor: move;
transition: all .3s ease-out
}
.authentication-card {
padding: 1.5rem 0;
height: auto;
}
.top-header .navbar .mobile-toggle-icon,
.top-header .navbar .search-toggle-icon {
display: block;
}
.top-header .navbar .searchbar .search-close-icon {
display: block;
}
}
@media screen and (max-width:767px) {
.top-header .navbar .dropdown-menu::after {
display: none
}
.top-header .navbar .dropdown {
position: static!important
}
.top-header .navbar .dropdown-menu {
width: 100%!important;
}
/* .by-device-container {
height: 210px;
} */
}
@media screen and (max-width:520px) {
.chat-footer-menu,
.chat-top-header-menu {
display: none
}
} | 0.384912 | 0.057945 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
height: 100vh;
background-color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
overflow-y: scroll;
overflow-x: hidden;
}
h3,
h4,
h5,
pre {
color: #ffffff;
}
.code-text {
border: 1px solid white;
border-radius: 5px;
padding: 15px;
font-size: 14px;
}
.code-text.scroll {
overflow-x: scroll;
}
.demo-controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1rem;
}
.flex-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 1rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
span {
color: #08fdd8;
}
.card {
display: inline-block;
height: auto;
width: 30vh;
max-width: 26ch;
border: 1px solid #ffffff;
border-radius: 5px;
color: #ffffff;
padding: 20px;
text-align: center;
}
.card > * {
font-size: large;
}
.button {
display: inline-block;
background-color: transparent;
color: #ffffff;
border: 1px solid #ffffff;
border-radius: 3px;
margin: 5vh 0 1vh;
width: 100%;
padding: 2vh 0;
font-size: medium;
}
.demo-controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 1rem;
}
.switch {
--switch-size: 25px;
display: inline-block;
height: var(--switch-size);
width: calc(var(--switch-size) * 1.75);
background: #ffffff;
border-radius: calc(var(--switch-size) / 2);
}
.switch > div {
height: inherit;
width: var(--switch-size);
border-radius: inherit;
background: #808080;
-webkit-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.switch > div.active {
background: #008000;
-webkit-transform: translate(calc(75% + 1px));
transform: translate(calc(75% + 1px));
}
.code-sample-section {
height: 100%;
padding: 2rem 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-items: center;
}
.code-container h3 {
margin-bottom: 4px;
}
.code-container h4 {
color: #08fdd8;
margin: 17px 0 10px;
}
@media screen and (max-width: 1000px) {
body {
height: auto;
width: 100%;
padding: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
overflow-x: hidden;
}
.code-sample-section {
width: 100%;
}
.code-sample-section > div {
width: 100%;
}
.code-sample-section .code-text:nth-child(2) {
width: 100%;
overflow-x: scroll;
}
}
/*# sourceMappingURL=style.css.map */ | style.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
height: 100vh;
background-color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
overflow-y: scroll;
overflow-x: hidden;
}
h3,
h4,
h5,
pre {
color: #ffffff;
}
.code-text {
border: 1px solid white;
border-radius: 5px;
padding: 15px;
font-size: 14px;
}
.code-text.scroll {
overflow-x: scroll;
}
.demo-controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1rem;
}
.flex-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 1rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
span {
color: #08fdd8;
}
.card {
display: inline-block;
height: auto;
width: 30vh;
max-width: 26ch;
border: 1px solid #ffffff;
border-radius: 5px;
color: #ffffff;
padding: 20px;
text-align: center;
}
.card > * {
font-size: large;
}
.button {
display: inline-block;
background-color: transparent;
color: #ffffff;
border: 1px solid #ffffff;
border-radius: 3px;
margin: 5vh 0 1vh;
width: 100%;
padding: 2vh 0;
font-size: medium;
}
.demo-controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 1rem;
}
.switch {
--switch-size: 25px;
display: inline-block;
height: var(--switch-size);
width: calc(var(--switch-size) * 1.75);
background: #ffffff;
border-radius: calc(var(--switch-size) / 2);
}
.switch > div {
height: inherit;
width: var(--switch-size);
border-radius: inherit;
background: #808080;
-webkit-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.switch > div.active {
background: #008000;
-webkit-transform: translate(calc(75% + 1px));
transform: translate(calc(75% + 1px));
}
.code-sample-section {
height: 100%;
padding: 2rem 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-items: center;
}
.code-container h3 {
margin-bottom: 4px;
}
.code-container h4 {
color: #08fdd8;
margin: 17px 0 10px;
}
@media screen and (max-width: 1000px) {
body {
height: auto;
width: 100%;
padding: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
overflow-x: hidden;
}
.code-sample-section {
width: 100%;
}
.code-sample-section > div {
width: 100%;
}
.code-sample-section .code-text:nth-child(2) {
width: 100%;
overflow-x: scroll;
}
}
/*# sourceMappingURL=style.css.map */ | 0.386763 | 0.066116 |
/*Structure */
#content {padding-left: 100px; padding-right: 100px;}
#content h2 {width: 100%; text-align: center;}
.login form {margin: 100px 250px;}
.menu .identity {text-align: center;}
.menu ul {margin: 3em 250px; list-style: none;}
.menu ul li { margin-bottom: 1em; }
a{text-decoration: none;}
a:hover {text-decoration: underline;}
/*large action buttons*/
a.action {float: right; padding: 2px 5px; margin: 0 0 1em 1em;
background: #94B26F; color: #4C2516; border: 1px solid #4C2516;
text-decoration: none; font-size: 0.8em; text-align: center;}
a.action:hover {background: #86D491;}
/*Small action buttons*/
.actions {width: 230px;}
.actions a.action {float: left;min-width: 3.5em; padding: 1px 2px; margin: 2px 5px; font-size: 0.7em;}
/*CRUD*/
.notice {height: 1.25em; padding: 0.5em; text-align: center; background: #B6D491; color: #4C2516;}
.back-link {font-size: 0.8em; margin-bottom: 1em;}
.form-buttons {text-align:center; margin: 1em 0;}
.index table {clear: both; width: 100%;}
.index table tr td {border: 1px solid #666666;}
.show table {clear: both; margin: 0 200px; width: 300px;}
.show table.wide {width: 600px; margin: 0 50px;}
.show table tr th {white-space: nowrap; padding-right: 5px;}
.edit table, .new table {margin: 0 auto;}
.sections + .section {padding-top: 0.5em; margin-top: 0.5em; border-top: 1px dotted #666666;}
/*zebra striping for table rows*/
.odd {background: #ESCE69;}
.odd {background: none;}
/*status tag*/
span.status {display: block; width: 10px; height: 10px; margin: 0.25em auto;
padding: 0;border: 1px solid #000000;}
span.status.true {background: red; color: red;}
/*Errors*/
.field_with_errors{ }
.field_with_errors label { color: #AA0000; }
.field_with_errors input{ border:1px solid #AA0000;}
#errorExplanation {width: 400px; padding: 0; margin: 0 auto 1.5em;
border: 1px solid #AA0000; background-color: #FFFFFF; font-size: 12px;}
#errorExplanation h2 {font-weight: bold; font-size: 12px; padding: 5px 5px 5px 15px;
margin: 0; width: 380px; background-color: #AA0000; color: #FFFFFF;}
#errorExplanation p {color: #333333; margin: 0; padding: 3px 0.5em;}
#errorExplanation ul {margin-top: 0;}
#errorExplanation ul li {list-style: square;} | app/assets/stylesheets/admin.css |
/*Structure */
#content {padding-left: 100px; padding-right: 100px;}
#content h2 {width: 100%; text-align: center;}
.login form {margin: 100px 250px;}
.menu .identity {text-align: center;}
.menu ul {margin: 3em 250px; list-style: none;}
.menu ul li { margin-bottom: 1em; }
a{text-decoration: none;}
a:hover {text-decoration: underline;}
/*large action buttons*/
a.action {float: right; padding: 2px 5px; margin: 0 0 1em 1em;
background: #94B26F; color: #4C2516; border: 1px solid #4C2516;
text-decoration: none; font-size: 0.8em; text-align: center;}
a.action:hover {background: #86D491;}
/*Small action buttons*/
.actions {width: 230px;}
.actions a.action {float: left;min-width: 3.5em; padding: 1px 2px; margin: 2px 5px; font-size: 0.7em;}
/*CRUD*/
.notice {height: 1.25em; padding: 0.5em; text-align: center; background: #B6D491; color: #4C2516;}
.back-link {font-size: 0.8em; margin-bottom: 1em;}
.form-buttons {text-align:center; margin: 1em 0;}
.index table {clear: both; width: 100%;}
.index table tr td {border: 1px solid #666666;}
.show table {clear: both; margin: 0 200px; width: 300px;}
.show table.wide {width: 600px; margin: 0 50px;}
.show table tr th {white-space: nowrap; padding-right: 5px;}
.edit table, .new table {margin: 0 auto;}
.sections + .section {padding-top: 0.5em; margin-top: 0.5em; border-top: 1px dotted #666666;}
/*zebra striping for table rows*/
.odd {background: #ESCE69;}
.odd {background: none;}
/*status tag*/
span.status {display: block; width: 10px; height: 10px; margin: 0.25em auto;
padding: 0;border: 1px solid #000000;}
span.status.true {background: red; color: red;}
/*Errors*/
.field_with_errors{ }
.field_with_errors label { color: #AA0000; }
.field_with_errors input{ border:1px solid #AA0000;}
#errorExplanation {width: 400px; padding: 0; margin: 0 auto 1.5em;
border: 1px solid #AA0000; background-color: #FFFFFF; font-size: 12px;}
#errorExplanation h2 {font-weight: bold; font-size: 12px; padding: 5px 5px 5px 15px;
margin: 0; width: 380px; background-color: #AA0000; color: #FFFFFF;}
#errorExplanation p {color: #333333; margin: 0; padding: 3px 0.5em;}
#errorExplanation ul {margin-top: 0;}
#errorExplanation ul li {list-style: square;} | 0.315314 | 0.142351 |
.drawer {
--handler-size: 0.75rem;
--side-size: calc(var(--handler-size) + var(--name-size));
&.top {
height: var(--drawer-size);
grid-template-areas:
'content'
'name'
'handler';
}
&.right {
right: calc(var(--drawer-size) * -1);
width: var(--drawer-size);
grid-template-areas: 'handler name content';
max-height: calc(100vh - (var(--side-size) * 2));
height: -webkit-fill-available;
}
&.bottom {
bottom: calc(var(--drawer-size) * -1);
height: var(--drawer-size);
grid-template-areas:
'handler'
'name'
'content';
}
&.left-handler {
--drawer-size: calc(50vh - (var(--side-size) * 2));
bottom: calc(var(--drawer-size) * -1);
height: var(--drawer-size);
grid-template-rows: var(--handler-size) var(--name-size) 1fr;
grid-template-areas:
'handler'
'name'
'content';
}
&.left {
left: calc(var(--drawer-size) * -1);
width: var(--drawer-size);
grid-template-areas: 'content name handler';
max-height: calc(100vh - (var(--side-size) * 2));
height: -webkit-fill-available;
}
@screen sm {
--name-size: 1.75rem;
&.top {
grid-template-rows: 1fr var(--name-size) var(--handler-size);
}
&.right {
--drawer-size: calc(100vw - var(--side-size));
grid-template-columns: var(--handler-size) var(--name-size) 1fr;
}
&.bottom {
grid-template-rows: var(--handler-size) var(--name-size) 1fr;
}
&.left {
--drawer-size: calc(100vw - var(--side-size));
grid-template-columns: 1fr var(--name-size) var(--handler-size);
}
}
@screen md {
--name-size: 2.25rem;
&.top {
grid-template-rows: 1fr var(--name-size) var(--handler-size);
}
&.right {
--drawer-size: calc((100vw / 3 * 2) - (var(--side-size) * 2));
grid-template-columns: var(--handler-size) var(--name-size) 1fr;
}
&.bottom {
grid-template-rows: var(--handler-size) var(--name-size) 1fr;
}
&.left {
grid-template-columns: 1fr var(--name-size) var(--handler-size);
}
}
@media (min-width: 768px) and (max-width: 1023px) {
&.left {
--drawer-size: calc((100vw / 3 * 2) - (var(--side-size) * 2));
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
&.left {
--drawer-size: calc((100vw / 2) - (var(--side-size) * 2));
}
}
@media (min-width: 1280px) {
&.left {
--drawer-size: calc((100vw / 3 * 2) - (var(--side-size) * 2));
}
}
@media (max-height: 599px) and (orientation: landscape) {
&.top {
--drawer-size: calc(100vh - (var(--side-size) * 2));
}
&.bottom {
--drawer-size: calc(100vh - (var(--side-size) * 2));
}
}
@media (min-height: 600px) and ((max-height: 899px)) and (orientation: landscape) {
&.top {
--drawer-size: calc((100vh / 3 * 2) - (var(--side-size) * 2));
}
&.bottom {
--drawer-size: calc((100vh / 3 * 2) - (var(--side-size) * 2));
}
}
@media (min-height: 900px) and (orientation: landscape) {
&.top {
--drawer-size: calc((100vh / 2) - (var(--side-size) * 2));
}
&.bottom {
--drawer-size: calc((100vh / 2) - (var(--side-size) * 2));
}
}
@media (orientation: portret) {
&.top {
--drawer-size: calc((100vh / 2) - (var(--side-size) * 2));
}
&.bottom {
--drawer-size: calc((100vh / 2) - (var(--side-size) * 2));
}
}
& > .content {
grid-area: content;
}
& > .name {
grid-area: name;
}
& > .handler {
grid-area: handler;
}
&.left > .content,
&.right > .content {
max-height: calc(100vh - (var(--side-size) * 2));
}
/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
&.left > .content,
&.right > .content {
height: -webkit-fill-available;
}
}
} | src/components/Drawer.module.css | .drawer {
--handler-size: 0.75rem;
--side-size: calc(var(--handler-size) + var(--name-size));
&.top {
height: var(--drawer-size);
grid-template-areas:
'content'
'name'
'handler';
}
&.right {
right: calc(var(--drawer-size) * -1);
width: var(--drawer-size);
grid-template-areas: 'handler name content';
max-height: calc(100vh - (var(--side-size) * 2));
height: -webkit-fill-available;
}
&.bottom {
bottom: calc(var(--drawer-size) * -1);
height: var(--drawer-size);
grid-template-areas:
'handler'
'name'
'content';
}
&.left-handler {
--drawer-size: calc(50vh - (var(--side-size) * 2));
bottom: calc(var(--drawer-size) * -1);
height: var(--drawer-size);
grid-template-rows: var(--handler-size) var(--name-size) 1fr;
grid-template-areas:
'handler'
'name'
'content';
}
&.left {
left: calc(var(--drawer-size) * -1);
width: var(--drawer-size);
grid-template-areas: 'content name handler';
max-height: calc(100vh - (var(--side-size) * 2));
height: -webkit-fill-available;
}
@screen sm {
--name-size: 1.75rem;
&.top {
grid-template-rows: 1fr var(--name-size) var(--handler-size);
}
&.right {
--drawer-size: calc(100vw - var(--side-size));
grid-template-columns: var(--handler-size) var(--name-size) 1fr;
}
&.bottom {
grid-template-rows: var(--handler-size) var(--name-size) 1fr;
}
&.left {
--drawer-size: calc(100vw - var(--side-size));
grid-template-columns: 1fr var(--name-size) var(--handler-size);
}
}
@screen md {
--name-size: 2.25rem;
&.top {
grid-template-rows: 1fr var(--name-size) var(--handler-size);
}
&.right {
--drawer-size: calc((100vw / 3 * 2) - (var(--side-size) * 2));
grid-template-columns: var(--handler-size) var(--name-size) 1fr;
}
&.bottom {
grid-template-rows: var(--handler-size) var(--name-size) 1fr;
}
&.left {
grid-template-columns: 1fr var(--name-size) var(--handler-size);
}
}
@media (min-width: 768px) and (max-width: 1023px) {
&.left {
--drawer-size: calc((100vw / 3 * 2) - (var(--side-size) * 2));
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
&.left {
--drawer-size: calc((100vw / 2) - (var(--side-size) * 2));
}
}
@media (min-width: 1280px) {
&.left {
--drawer-size: calc((100vw / 3 * 2) - (var(--side-size) * 2));
}
}
@media (max-height: 599px) and (orientation: landscape) {
&.top {
--drawer-size: calc(100vh - (var(--side-size) * 2));
}
&.bottom {
--drawer-size: calc(100vh - (var(--side-size) * 2));
}
}
@media (min-height: 600px) and ((max-height: 899px)) and (orientation: landscape) {
&.top {
--drawer-size: calc((100vh / 3 * 2) - (var(--side-size) * 2));
}
&.bottom {
--drawer-size: calc((100vh / 3 * 2) - (var(--side-size) * 2));
}
}
@media (min-height: 900px) and (orientation: landscape) {
&.top {
--drawer-size: calc((100vh / 2) - (var(--side-size) * 2));
}
&.bottom {
--drawer-size: calc((100vh / 2) - (var(--side-size) * 2));
}
}
@media (orientation: portret) {
&.top {
--drawer-size: calc((100vh / 2) - (var(--side-size) * 2));
}
&.bottom {
--drawer-size: calc((100vh / 2) - (var(--side-size) * 2));
}
}
& > .content {
grid-area: content;
}
& > .name {
grid-area: name;
}
& > .handler {
grid-area: handler;
}
&.left > .content,
&.right > .content {
max-height: calc(100vh - (var(--side-size) * 2));
}
/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
&.left > .content,
&.right > .content {
height: -webkit-fill-available;
}
}
} | 0.464173 | 0.162779 |
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(MaterialIcons-Regular.eot);
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(MaterialIcons-Regular.woff) format('woff'),
url(MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.diagram-container {
display: none;
}
.diagram-container > span.toggle {
z-index: 9;
}
.diagram {
overflow: hidden;
padding-top: 15px;
}
.diagram svg {
display: block;
position: absolute;
visibility: hidden;
margin: auto;
}
.diagram-help {
float: right;
display: none;
}
.magnifying {
cursor: -webkit-zoom-in ! important;
cursor: -moz-zoom-in ! important;
cursor: pointer;
}
#close-link {
position: absolute;
z-index: 100;
font-family: Arial, sans-serif;
font-size: 10pt;
text-decoration: underline;
color: #315479;
}
#close:hover {
text-decoration: none;
}
#inheritance-diagram-container > span.toggle {
z-index: 2;
}
.diagram-container.full-screen {
position: fixed !important;
margin: 0;
border-radius: 0;
top: 0em;
bottom: 3em;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
}
.diagram-container.full-screen > span.toggle {
display: none;
}
.diagram-container.full-screen > div.diagram {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
#diagram-controls {
z-index: 2;
position: absolute;
bottom: 1em;
right: 1em;
}
#diagram-controls > button.diagram-btn {
border-radius: 1.25em;
height: 2.5em;
width: 2.5em;
background-color: #c2c2c2;
color: #fff;
border: 0;
float: left;
margin: 0 0.1em;
cursor: pointer;
line-height: 0.9;
outline: none;
}
#diagram-controls > button.diagram-btn:hover {
background-color: #e2e2e2;
}
#diagram-controls > button.diagram-btn > i.material-icons {
font-size: 1.5em;
}
svg a {
cursor: pointer;
}
svg text {
font-size: 8.5px;
}
/* try to move the node text 1px in order to be vertically
* centered (does not work in all browsers)
*/
svg .node text {
transform: translate(0px, 1px);
-ms-transform: translate(0px, 1px);
-webkit-transform: translate(0px, 1px);
-o-transform: translate(0px, 1px);
-moz-transform: translate(0px, 1px);
}
/* hover effect for edges */
svg .edge.over text,
svg .edge.implicit-incoming.over polygon,
svg .edge.implicit-outgoing.over polygon {
fill: #103A51;
}
svg .edge.over path,
svg .edge.over polygon {
stroke: #103A51;
}
/* for hover effect on nodes in diagrams, edit the following */
svg.class-diagram .node {
}
svg.class-diagram .node.this {
}
svg.class-diagram .node.over {
}
svg .node.over polygon {
stroke: #202020;
}
/* hover effect for nodes in package diagrams */
svg.package-diagram .node.class.over polygon,
svg.class-diagram .node.this.class.over polygon {
fill: #098552;
fill: #04663e;
}
svg.package-diagram .node.trait.over polygon,
svg.class-diagram .node.this.trait.over polygon {
fill: #3c7b9b;
fill: #235d7b;
}
svg.package-diagram .node.type.over polygon,
svg.class-diagram .node.this.type.over polygon {
fill: #098552;
fill: #04663e;
}
svg.package-diagram .node.object.over polygon {
fill: #183377;
}
svg.package-diagram .node.outside.over polygon {
fill: #d4d4d4;
}
svg.package-diagram .node.default.over polygon {
fill: #d4d4d4;
} | docs/lib/diagrams.css | @font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(MaterialIcons-Regular.eot);
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(MaterialIcons-Regular.woff) format('woff'),
url(MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.diagram-container {
display: none;
}
.diagram-container > span.toggle {
z-index: 9;
}
.diagram {
overflow: hidden;
padding-top: 15px;
}
.diagram svg {
display: block;
position: absolute;
visibility: hidden;
margin: auto;
}
.diagram-help {
float: right;
display: none;
}
.magnifying {
cursor: -webkit-zoom-in ! important;
cursor: -moz-zoom-in ! important;
cursor: pointer;
}
#close-link {
position: absolute;
z-index: 100;
font-family: Arial, sans-serif;
font-size: 10pt;
text-decoration: underline;
color: #315479;
}
#close:hover {
text-decoration: none;
}
#inheritance-diagram-container > span.toggle {
z-index: 2;
}
.diagram-container.full-screen {
position: fixed !important;
margin: 0;
border-radius: 0;
top: 0em;
bottom: 3em;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
}
.diagram-container.full-screen > span.toggle {
display: none;
}
.diagram-container.full-screen > div.diagram {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
#diagram-controls {
z-index: 2;
position: absolute;
bottom: 1em;
right: 1em;
}
#diagram-controls > button.diagram-btn {
border-radius: 1.25em;
height: 2.5em;
width: 2.5em;
background-color: #c2c2c2;
color: #fff;
border: 0;
float: left;
margin: 0 0.1em;
cursor: pointer;
line-height: 0.9;
outline: none;
}
#diagram-controls > button.diagram-btn:hover {
background-color: #e2e2e2;
}
#diagram-controls > button.diagram-btn > i.material-icons {
font-size: 1.5em;
}
svg a {
cursor: pointer;
}
svg text {
font-size: 8.5px;
}
/* try to move the node text 1px in order to be vertically
* centered (does not work in all browsers)
*/
svg .node text {
transform: translate(0px, 1px);
-ms-transform: translate(0px, 1px);
-webkit-transform: translate(0px, 1px);
-o-transform: translate(0px, 1px);
-moz-transform: translate(0px, 1px);
}
/* hover effect for edges */
svg .edge.over text,
svg .edge.implicit-incoming.over polygon,
svg .edge.implicit-outgoing.over polygon {
fill: #103A51;
}
svg .edge.over path,
svg .edge.over polygon {
stroke: #103A51;
}
/* for hover effect on nodes in diagrams, edit the following */
svg.class-diagram .node {
}
svg.class-diagram .node.this {
}
svg.class-diagram .node.over {
}
svg .node.over polygon {
stroke: #202020;
}
/* hover effect for nodes in package diagrams */
svg.package-diagram .node.class.over polygon,
svg.class-diagram .node.this.class.over polygon {
fill: #098552;
fill: #04663e;
}
svg.package-diagram .node.trait.over polygon,
svg.class-diagram .node.this.trait.over polygon {
fill: #3c7b9b;
fill: #235d7b;
}
svg.package-diagram .node.type.over polygon,
svg.class-diagram .node.this.type.over polygon {
fill: #098552;
fill: #04663e;
}
svg.package-diagram .node.object.over polygon {
fill: #183377;
}
svg.package-diagram .node.outside.over polygon {
fill: #d4d4d4;
}
svg.package-diagram .node.default.over polygon {
fill: #d4d4d4;
} | 0.505371 | 0.09472 |
@import url('https://fonts.googleapis.com/css?family=Montserrat|Anton|Nunito');
/* General Styles */
body {
font-family: 'Open Sans Condensed', sans-serif;
background: white;
}
header {
background: #f8f8f8;
color: #1A1423;
text-align: center;
}
img {
max-height: 300px;
}
header h1 {
font-family: Anton, sans-serif;
text-transform: uppercase;
font-size: 3rem;
color: #444;
letter-spacing: 3px;
}
header h4 {
font-size: 1.2rem;
line-height: 3em;
}
.header-top {
padding-top: 10vh !important;
padding-bottom: 10vh !important;
}
p {
font-size: 20px;
color: #1A1423;
}
a {
color: #689689;
}
a:hover {
text-decoration: none;
color: #1A1423;
}
/* ######################## Navbar ############################# */
.navbar {
background: white;
padding: 10px 20px;
transition: padding 2s ease;
border-bottom: 1px #ddd solid;
}
/* LOGO */
.navbar-brand {
color: #1A1423;
font-size: 30px;
transition: all .2s ease-in-out;
text-transform: uppercase;
}
.navbar-brand {
position: relative;
text-decoration: none;
}
.navbar-brand:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0%;
border-bottom: 2px solid #FF785A;
transition: all 0.15s ease-in-out;
}
.navbar-brand:hover:after {
width: 100%;
}
/* burger nav icon */
.bar-1, .bar-2, .bar-3 {
width: 23px;
height: 3px;
margin: 5px;
background: #1A1423;
transition: all 0.5s ease;
}
.change .bar-1 {
transform: rotate(-45deg) translate(-5px, 6px);
}
.change .bar-2 {
opacity: 0;
}
.change .bar-3 {
transform: rotate(45deg) translate(-5px, -8px);
}
/* navigation links */
.navbar-nav {
margin-left: auto;
}
.nav-link {
color: #4a4a4a;
font-family: Montserrat, sans-serif;
font-size: 15px;
font-weight: bold;
padding: 10px 20px;
border-radius: 5px;
transition: all .2s ease-in-out;
}
.nav-link:hover {
background-color: #FF785A;
color: white;
transform: scale(1.15);
}
.search-btn {
background: #D4CDC3;
color: #1A1423;
transition: all 1s ease;
}
.search-btn:hover {
background: #A49E8D;
color: #F8F4E3;
}
/* ######################## Body ############################# */
section {
padding-top: 30px;
}
.section-title {
text-transform: uppercase;
font-size: 1.5rem;
font-family: Nunito, sans-serif;
font-weight: 600;
}
.section-subcategory {
color: #6396BC;
text-transform: uppercase;
}
.weblink {
text-transform: uppercase;
font-size: 0.9em;
font-weight: 500;
color: #FF785A;
}
.weblink:hover {
background-color: #FF785A;
color: #fff;
}
.desc {
color: #666;
font-family: Montserrat, sans-serif;
font-size: 1rem;
} | main.css | @import url('https://fonts.googleapis.com/css?family=Montserrat|Anton|Nunito');
/* General Styles */
body {
font-family: 'Open Sans Condensed', sans-serif;
background: white;
}
header {
background: #f8f8f8;
color: #1A1423;
text-align: center;
}
img {
max-height: 300px;
}
header h1 {
font-family: Anton, sans-serif;
text-transform: uppercase;
font-size: 3rem;
color: #444;
letter-spacing: 3px;
}
header h4 {
font-size: 1.2rem;
line-height: 3em;
}
.header-top {
padding-top: 10vh !important;
padding-bottom: 10vh !important;
}
p {
font-size: 20px;
color: #1A1423;
}
a {
color: #689689;
}
a:hover {
text-decoration: none;
color: #1A1423;
}
/* ######################## Navbar ############################# */
.navbar {
background: white;
padding: 10px 20px;
transition: padding 2s ease;
border-bottom: 1px #ddd solid;
}
/* LOGO */
.navbar-brand {
color: #1A1423;
font-size: 30px;
transition: all .2s ease-in-out;
text-transform: uppercase;
}
.navbar-brand {
position: relative;
text-decoration: none;
}
.navbar-brand:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0%;
border-bottom: 2px solid #FF785A;
transition: all 0.15s ease-in-out;
}
.navbar-brand:hover:after {
width: 100%;
}
/* burger nav icon */
.bar-1, .bar-2, .bar-3 {
width: 23px;
height: 3px;
margin: 5px;
background: #1A1423;
transition: all 0.5s ease;
}
.change .bar-1 {
transform: rotate(-45deg) translate(-5px, 6px);
}
.change .bar-2 {
opacity: 0;
}
.change .bar-3 {
transform: rotate(45deg) translate(-5px, -8px);
}
/* navigation links */
.navbar-nav {
margin-left: auto;
}
.nav-link {
color: #4a4a4a;
font-family: Montserrat, sans-serif;
font-size: 15px;
font-weight: bold;
padding: 10px 20px;
border-radius: 5px;
transition: all .2s ease-in-out;
}
.nav-link:hover {
background-color: #FF785A;
color: white;
transform: scale(1.15);
}
.search-btn {
background: #D4CDC3;
color: #1A1423;
transition: all 1s ease;
}
.search-btn:hover {
background: #A49E8D;
color: #F8F4E3;
}
/* ######################## Body ############################# */
section {
padding-top: 30px;
}
.section-title {
text-transform: uppercase;
font-size: 1.5rem;
font-family: Nunito, sans-serif;
font-weight: 600;
}
.section-subcategory {
color: #6396BC;
text-transform: uppercase;
}
.weblink {
text-transform: uppercase;
font-size: 0.9em;
font-weight: 500;
color: #FF785A;
}
.weblink:hover {
background-color: #FF785A;
color: #fff;
}
.desc {
color: #666;
font-family: Montserrat, sans-serif;
font-size: 1rem;
} | 0.319121 | 0.071364 |
html,
body {
/* overflow-y: scroll; */
margin: 0;
}
a {
color: #3c8dbc;
text-decoration: none;
}
em {
font-style: normal
}
li,
ul {
list-style: none
}
/* new style */
.skin-purple .main-sidebar {
background: #fff;
}
.clear {
zoom: 1;
}
.clear:after {
display: block;
content: "";
clear: both;
}
.skin-purple .main-header .navbar .sidebar-toggle:hover {
/* background: #0abdfe; */
}
.skin-purple .main-header {
min-height: 70px;
padding: 0;
}
.skin-purple .main-header .logo {
/* height: 50px;
background: #0abdfe; */
float: left;
padding: 24px 0 0 15px;
/* width: 230px; */
}
.skin-purple .main-header .navbar {
height: 70px;
/* background: linear-gradient(to right, #1493fa, #01c6fa);
margin-left: 230px; */
}
.winfo {
margin-left: 230px;
}
.skin-purple .main-header .sidebar-toggle {
display: inline-block;
padding: 28px 15px 0;
color: #ababab;
}
.skin-purple .main-header .sidebar-toggle i {
font-size: 20px;
}
.skin-purple .main-sidebar {
padding-top: 75px;
}
.sidebar-menu > li {
line-height: 1.8
}
.skin-purple .sidebar-menu > li > a {
font-size: 16px;
color: #666
}
.skin-purple .sidebar-menu > li:hover > a,
.skin-purple .sidebar-menu > li.active > a {
background: transparent;
color: #666;
border-left-color: transparent
}
.skin-purple .treeview-menu > li > a:hover {
color: #fff
}
.skin-purple .sidebar-menu > li > .treeview-menu {
background: #fff;
}
.sidebar-menu .treeview-menu > li > a {
font-size: 16px;
padding-left: 35px;
color: #999
}
.sidebar-menu .treeview-menu > li:hover {
background: #0abdfe;
}
@media (min-width: 768px) {
.skin-purple .navbar-nav > li > a {
padding-top: 25px;
padding-bottom: 25px;
}
}
.modal-body .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
color: #0abdfe
}
.modal-body .nav-tabs > li > a {
color: #555
}
.bg-olive {
background-color: #0abdfe !important;
}
.dataTable .btn[class*='bg-']:hover {
box-shadow: none
}
.btn-primary {
background: #0abdfe;
border-color: #0abdfe;
}
.box-body .nav > li > a {
color: #666
}
.box-body .nav > li.active > a {
color: #0abdfe;
}
/* tab 1*/
.double {
line-height: 58px;
}
.title .glyphicon {
padding: 3px;
font-size: 13px;
border-radius: 8px;
color: #fff;
}
.data span.arrowup {
color: #d88918;
}
.data span.arrowdown {
color: #6bb10a;
}
.item-blue .glyphicon {
background-color: #39a9ea;
}
.item-green {
line-height: 58px;
}
.item-green .glyphicon {
background-color: #6bb10a;
line-height: 12px;
}
.item-orange .glyphicon {
background-color: #d88918;
}
.item-red .glyphicon {
background-color: #f14f4f;
}
.chart .chart-box {
margin: 10px;
}
.fontCol {
color: #f14f4f;
}
.fontBlue {
color: #1493fa;
}
/* 数据表格label */
.content-wrapper .data-type {
/*width: 90%;*/
margin: 10px 5px;
border: 1px solid #d4d4d4;
border-radius: 2px;
}
.data-type .title,
.data-type .data {
padding: 3px 12px;
border-top: 1px solid #d4d4d4;
overflow: hidden;
height: 42px;
}
.data-type .title {
line-height: 34px;
border-right: 1px solid #d4d4d4;
}
.data-type .data:last-child {
border-right: 0;
}
.data-type .title {
text-align: center;
background: #ececec;
}
.data-type .data .line {
vertical-align: middle;
overflow: hidden;
padding-bottom: 10px;
padding-top: 10px;
}
/* label行高度 */
.data-type .data > label {
line-height: 36px;
}
.data-type .data > .form-group {
line-height: 36px;
}
.data-type .data.text {
line-height: 36px;
}
/* label行分隔符 */
.data-type .data.border-right {
border-right: 1px solid #d4d4d4;
}
/* 表格双倍高度 */
.data-type .title.rowHeight2x,
.data-type .data.rowHeight2x {
height: 84px;
}
.data-type .title.rowHeight2x,
.data-type .data.rowHeight2x.text {
line-height: 78px;
}
/*.data-type .data.rowHeight2x > label {
line-height:78px;
}*/
.data-type .title.editer,
.data-type .data.editer {
height: 320px;
}
.data-type .title.editer {
line-height: 300px;
}
/*清除parding*/
.padding-clear {
padding-right: 0px;
padding-left: 0px;
}
/* 文件上传 */
/*a upload */
.a-upload {
padding: 4px 10px;
height: 35px;
line-height: 25px;
position: relative;
cursor: pointer;
color: #888;
background: #fafafa;
border: 1px solid #ddd;
border-radius: 4px;
overflow: hidden;
display: inline-block;
*display: inline;
*zoom: 1
}
.a-upload input {
position: absolute;
font-size: 100px;
right: 0;
top: 0;
opacity: 0;
filter: alpha(opacity=0);
cursor: pointer
}
.a-upload:hover {
color: #444;
background: #eee;
border-color: #ccc;
text-decoration: none
}
/* 医疗 */
.search-box {
display: inline-block
}
.input-sm {
height: 32px;
}
.btn-create {
margin-left: 10px;
background-color: #0abdfe;
border-color: #0abdfe;
color: #fff;
}
.btn-create:hover,
.btn-create:active,
.btn-create:focus {
color: #fff;
}
.pagination {
margin: 0
}
.medical-modal {
position: absolute;
top: 0%;
left: 0%;
display: none;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
position: fixed;
z-index: 9999
}
.medical-modal .content {
position: absolute;
left: 35%;
top: 25%;
border-radius: 8px;
width: 30%;
height: 40%;
background-color: #fff;
}
.pageitems,
.jump {
margin-left: 15px;
display: inline-block;
}
.jumppage {
width: 30px;
text-align: center
}
@media (min-width: 768px) {
.subscribe .modal-dialog {
width: 900px;
margin: 30px auto;
}
}
.checklist {
margin-top: 10px;
}
.checklist .input-group {
margin-bottom: 10px;
}
.modal-page {
margin-top: 20px;
font-size: 12px;
}
.modal-page .form-control {
font-size: 12px;
padding: 0;
height: 26px;
}
.table-check {
margin: 0;
display: inline-block;
margin-right: 4px;
}
.daterange {
margin: 10px 10px 0;
}
.daterange .input-group .form-control {
width: 20%;
}
.chart-title {
font-size: 16px;
font-weight: normal;
text-align: center;
}
.diaocha {
line-height: 2
}
.diaocha h5 {
color: #f98d45;
background: #f5f7f9;
line-height: 2;
padding-left: 15px;
}
.diaocha div {
padding: 0 20px;
border-bottom: 1px solid #dce1e7;
}
.diaocha div h5 {
color: #555;
background: transparent;
padding-left: 0;
}
.diaocha label {
font-weight: normal;
}
.diaocha .form-group {
margin-left: 0;
margin-right: 0;
}
.diaocha .options label {
margin-right: 10px;
}
.tizhi button {
margin-right: 15px;
}
.innerform {
margin-top: 20px;
}
.fa-search {
cursor: pointer
}
.line {
margin-top: 10px;
}
input[type=radio]:focus {
outline: none
}
input[type="radio"] {
appearance: none;
-webkit-appearance: none;
outline: none;
display: none
}
label input[type="radio"] {
content: "\a0";
display: inline-block;
vertical-align: middle;
font-size: 16px;
width: 15px;
height: 15px;
margin-right: .4em;
border-radius: 50%;
border: 1px solid #c7c6c6;
line-height: 1;
margin-top: -1px;
}
label input[type="radio"]:checked {
border: 3px solid #0abdfe;
}
.right-menu {
float: right;
padding: 18px 30px 0 0;
color: #000000;
}
.avatar-wrapper img {
width: 30px;
height: 30px;
border-radius: 15px;
vertical-align: middle
}
.el-popper[x-placement^=bottom] {
margin-top: 30px;
}
.el-dropdown-menu__item--divided {
margin: 0;
border: 0 none;
border-bottom: 1px solid #ebeef5
}
.help {
padding: 0 10px;
}
.help .fa {
margin-right: 5px;
}
.el-container {
height: calc(100vh - 70px);
}
.el-aside {
background: #108ee9;
}
.el-main {
background: #e6f4ff;
padding: 0;
}
.el-menu {
border: 0 none;
}
.main {
height: 100vh;
min-width: 800px;
min-height: 600px;
overflow: hidden;
}
.main aside {
overflow: visible;
height: 100%;
}
.main aside.isClossTab {
width: 100%;
height: 60px;
cursor: pointer;
font-size: 25px;
text-align: center;
line-height: 60px;
font-weight: bold;
border-right: 1px solid #807c7c;
box-sizing: border-box;
}
.main aside .menu {
width: 100%;
border-right: 0;
}
.el-menu .fa {
vertical-align: middle;
margin-right: 5px;
width: 24px;
text-align: center;
font-size: 22px;
}
.el-submenu__title,
.el-submenu__title i,
.el-menu-item a {
color: #ffffff;
}
.el-menu-item:hover,
.el-menu-item.is-active {
color: #fff;
background: linear-gradient(to right, #1493fa, #01c6fa);
}
.el-menu-item:hover a,
.el-menu-item.is-active a {
color: #fff;
}
.el-submenu__title:hover {
background: none;
}
.main-footer {
background: #fff;
padding: 15px 0;
color: #444;
}
/* title */
.content-header {
position: relative;
margin: 15px 10px 0 15px;
padding: 15px 0 0 15px;
/* margin-top: 70px; */
background: #fff;
}
.content-header > h1 {
margin: 0;
font-size: 24px;
font-weight: normal;
}
.content-header > h1 > small {
font-size: 15px;
display: inline-block;
padding-left: 4px;
font-weight: 300;
}
.content-header > .breadcrumb {
float: right;
background: transparent;
margin-top: 0;
margin-bottom: 0;
font-size: 12px;
padding: 7px 5px;
position: absolute;
top: 20px;
right: 10px;
border-radius: 2px;
}
/* */
.app-container {
/* background: #fff; */
margin: 0 30px 15px 15px;
}
.pagiantion {
text-align: right;
padding: 15px;
}
.box {
position: relative;
/* border-radius: 3px; */
background: #ffffff;
/* border-top: 3px solid #3c8dbc; */
padding: 10px;
margin-bottom: 20px;
width: 100%;
/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
}
.filter-container {
padding-top: 10px;
border-top: 1px solid #ebeef5;
}
.main-container {
margin-top: 70px;
}
.filter-container .el-button,
.filter-container .el-input__inner {
padding: 0 15px;
height: 34px;
/* line-height: 34px; */
}
.el-aside {
overflow: hidden;
padding-top: 15px;
}
.el-submenu .el-menu-item a {
display: block;
height: 50px;
}
.el-menu--collapse .el-submenu__icon-arrow {
display: none
}
/* .el-container{position: relative;} */
/* foot */
.el-footer {
position: absolute;
left: 180px;
right: 0px;
bottom: -80px;
}
/* login */
.loginBg {
background: linear-gradient(to right, #1493fa, #01c6fa);
}
.mainBg {
background: url(../img/logingBg.png) no-repeat 100% 100%;
position: relative;
}
.loginMain {
position: absolute;
width: 385px;
left: 20%;
top: 50%;
min-height: 300px;
margin: -200px 0 0 0;
background: #f5f5f5;
padding: 45px;
}
.logoInfo span {
font-size: 22px;
padding: 0 10px;
float: left;
}
.logoInfo .logo {
background: url(../img/loginLogo.png) no-repeat;
display: inline-block;
width: 35px;
height: 26px;
float: left;
}
.logoInfo .logoFontZ {
border-right: 1px solid #dadada;
font-size: 24px;
}
.loginCon {
padding: 35px 0 0;
}
/* .el-form-item{
margin-bottom: 0px;
} */
.loginMain .el-form-item {
margin-bottom: 10px;
}
.loginMain .el-checkbox {
margin: 0;
}
.infoTip {
color: #999;
}
.infoTip em {
color: #3296fa;
}
.loginMain .el-button {
width: 100%;
border-radius: 0;
background: #1493fa;
height: 50px;
/* line-height: 50px; */
font-size: 22px;
}
.loginMain .el-input__inner {
height: 45px;
line-height: 45px;
}
.loginMain .el-alert--error {
background: none;
padding: 5px 0 0;
}
.loginMain .el-form-item__content {
line-height: 24px;
}
.inputw {
width: 70%
}
.codeImg {
width: 28%;
background: #fff;
display: inline-block;
}
.codeImg img {
vertical-align: middle
}
.operation span {
}
.butAdd,
.butOK {
background: linear-gradient(to right, #02c4fa, #1493fa);
height: 38px;
border: 0 none;
color: #fff;
font-size: 16px;
}
.butAdd:hover {
color: #fff;
}
.butAdd em {
font-size: 28px;
line-height: 0;
vertical-align: middle
}
.butOK {
font-size: 14px;
}
/* 添加 */
.dryUp {
margin-left: 50px;
font-size: 14px;
}
.formBox {
margin-top: 15px;
margin-left: 40px;
}
.formBox .el-form-item__label {
float: none;
}
.formBox .el-form-item__error {
margin-left: -100px;
}
.submitInfo {
margin-top: 60px;
text-align: center;
}
.selectInfo .el-input {
width: auto;
}
.selectInfo .el-checkbox {
margin-right: 15px;
}
.selectInfo .avatar-uploader {
display: inline-block;
}
.el-upload--picture-card {
width: 80px;
height: 40px;
line-height: 40px;
}
.el-upload-list--picture-card .el-upload-list__item {
width: 80px;
height: 40px;
margin-bottom: 0;
vertical-align: middle;
}
.selectInfo .el-upload-list__item-actions:hover .el-upload-list__item-preview {
display: none;
}
.el-radio,
.el-form-item__label {
color: #313c4c;
}
.code-o {
background: url(../img/icon1.jpg) no-repeat;
display: inline-block;
width: 14px;
height: 10px;
}
.titleInfo {
border-bottom: 1px solid #efefef;
font-size: 18px;
font-weight: normal;
position: relative;
height: 30px;
line-height: 30px;
margin-left: 5px;
margin-right: 5px;
}
.titleInfo span {
border-bottom: 2px solid #1493fa;
padding-bottom: 10px;
position: absolute;
height: 30px;
line-height: 30px;
bottom: 0;
left: 0;
}
.content {
margin: 20px 50px 20px 20px;
border-bottom: 1px solid #efefef;
}
.content p {
padding: 0;
line-height: 28px;
}
.content .info {
padding: 0 8px;
}
.content .info .el-radio-group {
padding: 0 20px;
font-size: 14px;
}
.content .info .el-radio {
display: block;
padding: 5px 0;
}
.contentList {
padding: 10px 0;
}
.contentList li {
width: 25%;
float: left;
line-height: 40px;
}
.contentList li label {
display: inline-block;
width: 80px;
text-align: right;
}
.el-dialog {
width: 40%;
border-radius: 5px;
}
.el-dialog__header {
border-bottom: 1px solid #f9f9f9;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background: linear-gradient(to right, #02c4fa, #1493fa);
}
.el-dialog__title,
.el-dialog__headerbtn .el-dialog__close,
.el-dialog__headerbtn .el-dialog__close:hover {
color: #ffffff;
}
.el-dialog .el-button--primary,
.submitInfo .el-button--primary {
background: linear-gradient(to right, #02c4fa, #1493fa);
border: none;
}
.nav-search {
display: inline-block;
width: 255px;
margin-left: 5px;
}
.nav-search .el-input__inner {
border-radius: 20px;
}
.el-dropdown {
font-size: 18px;
color: #666666;
}
.el-dropdown-menu {
padding: 10px 5px;
}
.el-dropdown-menu__item {
padding: 0 15px;
}
.common-search-border1 {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.common-search-border2 {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.common-table-border {
border-radius: 5px;
}
.el-radio-group,
.el-checkbox-group {
margin-left: 8px;
}
/**
试题录入页面样式
*/
.question {
width: 1044px;
margin: 30px 0;
}
.question .ql-editor {
height: 220px;
}
.question .el-textarea__inner {
min-height: 80px !important;
}
.questionItemList {
margin-top: 20px;
}
.questionItemList:first-child {
margin-top: 0;
}
.questionItemList .el-radio,
.questionItemList .el-checkbox{
margin-right: 10px;
}
.questionItemList .el-textarea {
width: 500px;
}
.questionItemList .avatar-uploader .el-upload {
border: 1px dashed #d9d9d9;
border-radius: 6px;
cursor: pointer;
position: relative;
overflow: hidden;
vertical-align: middle;
}
.questionItemList .avatar-uploader .el-upload:hover {
border-color: #409EFF;
}
.questionItemList .avatar-uploader-icon {
font-size: 28px;
color: #8c939d;
width: 160px;
height: 80px;
line-height: 80px;
text-align: center;
}
.questionItemList .avatar {
width: 160px;
height: 80px;
display: block;
} | kkb_mm/mm_oms/src/main/resources/static/css/style.css | html,
body {
/* overflow-y: scroll; */
margin: 0;
}
a {
color: #3c8dbc;
text-decoration: none;
}
em {
font-style: normal
}
li,
ul {
list-style: none
}
/* new style */
.skin-purple .main-sidebar {
background: #fff;
}
.clear {
zoom: 1;
}
.clear:after {
display: block;
content: "";
clear: both;
}
.skin-purple .main-header .navbar .sidebar-toggle:hover {
/* background: #0abdfe; */
}
.skin-purple .main-header {
min-height: 70px;
padding: 0;
}
.skin-purple .main-header .logo {
/* height: 50px;
background: #0abdfe; */
float: left;
padding: 24px 0 0 15px;
/* width: 230px; */
}
.skin-purple .main-header .navbar {
height: 70px;
/* background: linear-gradient(to right, #1493fa, #01c6fa);
margin-left: 230px; */
}
.winfo {
margin-left: 230px;
}
.skin-purple .main-header .sidebar-toggle {
display: inline-block;
padding: 28px 15px 0;
color: #ababab;
}
.skin-purple .main-header .sidebar-toggle i {
font-size: 20px;
}
.skin-purple .main-sidebar {
padding-top: 75px;
}
.sidebar-menu > li {
line-height: 1.8
}
.skin-purple .sidebar-menu > li > a {
font-size: 16px;
color: #666
}
.skin-purple .sidebar-menu > li:hover > a,
.skin-purple .sidebar-menu > li.active > a {
background: transparent;
color: #666;
border-left-color: transparent
}
.skin-purple .treeview-menu > li > a:hover {
color: #fff
}
.skin-purple .sidebar-menu > li > .treeview-menu {
background: #fff;
}
.sidebar-menu .treeview-menu > li > a {
font-size: 16px;
padding-left: 35px;
color: #999
}
.sidebar-menu .treeview-menu > li:hover {
background: #0abdfe;
}
@media (min-width: 768px) {
.skin-purple .navbar-nav > li > a {
padding-top: 25px;
padding-bottom: 25px;
}
}
.modal-body .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
color: #0abdfe
}
.modal-body .nav-tabs > li > a {
color: #555
}
.bg-olive {
background-color: #0abdfe !important;
}
.dataTable .btn[class*='bg-']:hover {
box-shadow: none
}
.btn-primary {
background: #0abdfe;
border-color: #0abdfe;
}
.box-body .nav > li > a {
color: #666
}
.box-body .nav > li.active > a {
color: #0abdfe;
}
/* tab 1*/
.double {
line-height: 58px;
}
.title .glyphicon {
padding: 3px;
font-size: 13px;
border-radius: 8px;
color: #fff;
}
.data span.arrowup {
color: #d88918;
}
.data span.arrowdown {
color: #6bb10a;
}
.item-blue .glyphicon {
background-color: #39a9ea;
}
.item-green {
line-height: 58px;
}
.item-green .glyphicon {
background-color: #6bb10a;
line-height: 12px;
}
.item-orange .glyphicon {
background-color: #d88918;
}
.item-red .glyphicon {
background-color: #f14f4f;
}
.chart .chart-box {
margin: 10px;
}
.fontCol {
color: #f14f4f;
}
.fontBlue {
color: #1493fa;
}
/* 数据表格label */
.content-wrapper .data-type {
/*width: 90%;*/
margin: 10px 5px;
border: 1px solid #d4d4d4;
border-radius: 2px;
}
.data-type .title,
.data-type .data {
padding: 3px 12px;
border-top: 1px solid #d4d4d4;
overflow: hidden;
height: 42px;
}
.data-type .title {
line-height: 34px;
border-right: 1px solid #d4d4d4;
}
.data-type .data:last-child {
border-right: 0;
}
.data-type .title {
text-align: center;
background: #ececec;
}
.data-type .data .line {
vertical-align: middle;
overflow: hidden;
padding-bottom: 10px;
padding-top: 10px;
}
/* label行高度 */
.data-type .data > label {
line-height: 36px;
}
.data-type .data > .form-group {
line-height: 36px;
}
.data-type .data.text {
line-height: 36px;
}
/* label行分隔符 */
.data-type .data.border-right {
border-right: 1px solid #d4d4d4;
}
/* 表格双倍高度 */
.data-type .title.rowHeight2x,
.data-type .data.rowHeight2x {
height: 84px;
}
.data-type .title.rowHeight2x,
.data-type .data.rowHeight2x.text {
line-height: 78px;
}
/*.data-type .data.rowHeight2x > label {
line-height:78px;
}*/
.data-type .title.editer,
.data-type .data.editer {
height: 320px;
}
.data-type .title.editer {
line-height: 300px;
}
/*清除parding*/
.padding-clear {
padding-right: 0px;
padding-left: 0px;
}
/* 文件上传 */
/*a upload */
.a-upload {
padding: 4px 10px;
height: 35px;
line-height: 25px;
position: relative;
cursor: pointer;
color: #888;
background: #fafafa;
border: 1px solid #ddd;
border-radius: 4px;
overflow: hidden;
display: inline-block;
*display: inline;
*zoom: 1
}
.a-upload input {
position: absolute;
font-size: 100px;
right: 0;
top: 0;
opacity: 0;
filter: alpha(opacity=0);
cursor: pointer
}
.a-upload:hover {
color: #444;
background: #eee;
border-color: #ccc;
text-decoration: none
}
/* 医疗 */
.search-box {
display: inline-block
}
.input-sm {
height: 32px;
}
.btn-create {
margin-left: 10px;
background-color: #0abdfe;
border-color: #0abdfe;
color: #fff;
}
.btn-create:hover,
.btn-create:active,
.btn-create:focus {
color: #fff;
}
.pagination {
margin: 0
}
.medical-modal {
position: absolute;
top: 0%;
left: 0%;
display: none;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
position: fixed;
z-index: 9999
}
.medical-modal .content {
position: absolute;
left: 35%;
top: 25%;
border-radius: 8px;
width: 30%;
height: 40%;
background-color: #fff;
}
.pageitems,
.jump {
margin-left: 15px;
display: inline-block;
}
.jumppage {
width: 30px;
text-align: center
}
@media (min-width: 768px) {
.subscribe .modal-dialog {
width: 900px;
margin: 30px auto;
}
}
.checklist {
margin-top: 10px;
}
.checklist .input-group {
margin-bottom: 10px;
}
.modal-page {
margin-top: 20px;
font-size: 12px;
}
.modal-page .form-control {
font-size: 12px;
padding: 0;
height: 26px;
}
.table-check {
margin: 0;
display: inline-block;
margin-right: 4px;
}
.daterange {
margin: 10px 10px 0;
}
.daterange .input-group .form-control {
width: 20%;
}
.chart-title {
font-size: 16px;
font-weight: normal;
text-align: center;
}
.diaocha {
line-height: 2
}
.diaocha h5 {
color: #f98d45;
background: #f5f7f9;
line-height: 2;
padding-left: 15px;
}
.diaocha div {
padding: 0 20px;
border-bottom: 1px solid #dce1e7;
}
.diaocha div h5 {
color: #555;
background: transparent;
padding-left: 0;
}
.diaocha label {
font-weight: normal;
}
.diaocha .form-group {
margin-left: 0;
margin-right: 0;
}
.diaocha .options label {
margin-right: 10px;
}
.tizhi button {
margin-right: 15px;
}
.innerform {
margin-top: 20px;
}
.fa-search {
cursor: pointer
}
.line {
margin-top: 10px;
}
input[type=radio]:focus {
outline: none
}
input[type="radio"] {
appearance: none;
-webkit-appearance: none;
outline: none;
display: none
}
label input[type="radio"] {
content: "\a0";
display: inline-block;
vertical-align: middle;
font-size: 16px;
width: 15px;
height: 15px;
margin-right: .4em;
border-radius: 50%;
border: 1px solid #c7c6c6;
line-height: 1;
margin-top: -1px;
}
label input[type="radio"]:checked {
border: 3px solid #0abdfe;
}
.right-menu {
float: right;
padding: 18px 30px 0 0;
color: #000000;
}
.avatar-wrapper img {
width: 30px;
height: 30px;
border-radius: 15px;
vertical-align: middle
}
.el-popper[x-placement^=bottom] {
margin-top: 30px;
}
.el-dropdown-menu__item--divided {
margin: 0;
border: 0 none;
border-bottom: 1px solid #ebeef5
}
.help {
padding: 0 10px;
}
.help .fa {
margin-right: 5px;
}
.el-container {
height: calc(100vh - 70px);
}
.el-aside {
background: #108ee9;
}
.el-main {
background: #e6f4ff;
padding: 0;
}
.el-menu {
border: 0 none;
}
.main {
height: 100vh;
min-width: 800px;
min-height: 600px;
overflow: hidden;
}
.main aside {
overflow: visible;
height: 100%;
}
.main aside.isClossTab {
width: 100%;
height: 60px;
cursor: pointer;
font-size: 25px;
text-align: center;
line-height: 60px;
font-weight: bold;
border-right: 1px solid #807c7c;
box-sizing: border-box;
}
.main aside .menu {
width: 100%;
border-right: 0;
}
.el-menu .fa {
vertical-align: middle;
margin-right: 5px;
width: 24px;
text-align: center;
font-size: 22px;
}
.el-submenu__title,
.el-submenu__title i,
.el-menu-item a {
color: #ffffff;
}
.el-menu-item:hover,
.el-menu-item.is-active {
color: #fff;
background: linear-gradient(to right, #1493fa, #01c6fa);
}
.el-menu-item:hover a,
.el-menu-item.is-active a {
color: #fff;
}
.el-submenu__title:hover {
background: none;
}
.main-footer {
background: #fff;
padding: 15px 0;
color: #444;
}
/* title */
.content-header {
position: relative;
margin: 15px 10px 0 15px;
padding: 15px 0 0 15px;
/* margin-top: 70px; */
background: #fff;
}
.content-header > h1 {
margin: 0;
font-size: 24px;
font-weight: normal;
}
.content-header > h1 > small {
font-size: 15px;
display: inline-block;
padding-left: 4px;
font-weight: 300;
}
.content-header > .breadcrumb {
float: right;
background: transparent;
margin-top: 0;
margin-bottom: 0;
font-size: 12px;
padding: 7px 5px;
position: absolute;
top: 20px;
right: 10px;
border-radius: 2px;
}
/* */
.app-container {
/* background: #fff; */
margin: 0 30px 15px 15px;
}
.pagiantion {
text-align: right;
padding: 15px;
}
.box {
position: relative;
/* border-radius: 3px; */
background: #ffffff;
/* border-top: 3px solid #3c8dbc; */
padding: 10px;
margin-bottom: 20px;
width: 100%;
/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
}
.filter-container {
padding-top: 10px;
border-top: 1px solid #ebeef5;
}
.main-container {
margin-top: 70px;
}
.filter-container .el-button,
.filter-container .el-input__inner {
padding: 0 15px;
height: 34px;
/* line-height: 34px; */
}
.el-aside {
overflow: hidden;
padding-top: 15px;
}
.el-submenu .el-menu-item a {
display: block;
height: 50px;
}
.el-menu--collapse .el-submenu__icon-arrow {
display: none
}
/* .el-container{position: relative;} */
/* foot */
.el-footer {
position: absolute;
left: 180px;
right: 0px;
bottom: -80px;
}
/* login */
.loginBg {
background: linear-gradient(to right, #1493fa, #01c6fa);
}
.mainBg {
background: url(../img/logingBg.png) no-repeat 100% 100%;
position: relative;
}
.loginMain {
position: absolute;
width: 385px;
left: 20%;
top: 50%;
min-height: 300px;
margin: -200px 0 0 0;
background: #f5f5f5;
padding: 45px;
}
.logoInfo span {
font-size: 22px;
padding: 0 10px;
float: left;
}
.logoInfo .logo {
background: url(../img/loginLogo.png) no-repeat;
display: inline-block;
width: 35px;
height: 26px;
float: left;
}
.logoInfo .logoFontZ {
border-right: 1px solid #dadada;
font-size: 24px;
}
.loginCon {
padding: 35px 0 0;
}
/* .el-form-item{
margin-bottom: 0px;
} */
.loginMain .el-form-item {
margin-bottom: 10px;
}
.loginMain .el-checkbox {
margin: 0;
}
.infoTip {
color: #999;
}
.infoTip em {
color: #3296fa;
}
.loginMain .el-button {
width: 100%;
border-radius: 0;
background: #1493fa;
height: 50px;
/* line-height: 50px; */
font-size: 22px;
}
.loginMain .el-input__inner {
height: 45px;
line-height: 45px;
}
.loginMain .el-alert--error {
background: none;
padding: 5px 0 0;
}
.loginMain .el-form-item__content {
line-height: 24px;
}
.inputw {
width: 70%
}
.codeImg {
width: 28%;
background: #fff;
display: inline-block;
}
.codeImg img {
vertical-align: middle
}
.operation span {
}
.butAdd,
.butOK {
background: linear-gradient(to right, #02c4fa, #1493fa);
height: 38px;
border: 0 none;
color: #fff;
font-size: 16px;
}
.butAdd:hover {
color: #fff;
}
.butAdd em {
font-size: 28px;
line-height: 0;
vertical-align: middle
}
.butOK {
font-size: 14px;
}
/* 添加 */
.dryUp {
margin-left: 50px;
font-size: 14px;
}
.formBox {
margin-top: 15px;
margin-left: 40px;
}
.formBox .el-form-item__label {
float: none;
}
.formBox .el-form-item__error {
margin-left: -100px;
}
.submitInfo {
margin-top: 60px;
text-align: center;
}
.selectInfo .el-input {
width: auto;
}
.selectInfo .el-checkbox {
margin-right: 15px;
}
.selectInfo .avatar-uploader {
display: inline-block;
}
.el-upload--picture-card {
width: 80px;
height: 40px;
line-height: 40px;
}
.el-upload-list--picture-card .el-upload-list__item {
width: 80px;
height: 40px;
margin-bottom: 0;
vertical-align: middle;
}
.selectInfo .el-upload-list__item-actions:hover .el-upload-list__item-preview {
display: none;
}
.el-radio,
.el-form-item__label {
color: #313c4c;
}
.code-o {
background: url(../img/icon1.jpg) no-repeat;
display: inline-block;
width: 14px;
height: 10px;
}
.titleInfo {
border-bottom: 1px solid #efefef;
font-size: 18px;
font-weight: normal;
position: relative;
height: 30px;
line-height: 30px;
margin-left: 5px;
margin-right: 5px;
}
.titleInfo span {
border-bottom: 2px solid #1493fa;
padding-bottom: 10px;
position: absolute;
height: 30px;
line-height: 30px;
bottom: 0;
left: 0;
}
.content {
margin: 20px 50px 20px 20px;
border-bottom: 1px solid #efefef;
}
.content p {
padding: 0;
line-height: 28px;
}
.content .info {
padding: 0 8px;
}
.content .info .el-radio-group {
padding: 0 20px;
font-size: 14px;
}
.content .info .el-radio {
display: block;
padding: 5px 0;
}
.contentList {
padding: 10px 0;
}
.contentList li {
width: 25%;
float: left;
line-height: 40px;
}
.contentList li label {
display: inline-block;
width: 80px;
text-align: right;
}
.el-dialog {
width: 40%;
border-radius: 5px;
}
.el-dialog__header {
border-bottom: 1px solid #f9f9f9;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background: linear-gradient(to right, #02c4fa, #1493fa);
}
.el-dialog__title,
.el-dialog__headerbtn .el-dialog__close,
.el-dialog__headerbtn .el-dialog__close:hover {
color: #ffffff;
}
.el-dialog .el-button--primary,
.submitInfo .el-button--primary {
background: linear-gradient(to right, #02c4fa, #1493fa);
border: none;
}
.nav-search {
display: inline-block;
width: 255px;
margin-left: 5px;
}
.nav-search .el-input__inner {
border-radius: 20px;
}
.el-dropdown {
font-size: 18px;
color: #666666;
}
.el-dropdown-menu {
padding: 10px 5px;
}
.el-dropdown-menu__item {
padding: 0 15px;
}
.common-search-border1 {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.common-search-border2 {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.common-table-border {
border-radius: 5px;
}
.el-radio-group,
.el-checkbox-group {
margin-left: 8px;
}
/**
试题录入页面样式
*/
.question {
width: 1044px;
margin: 30px 0;
}
.question .ql-editor {
height: 220px;
}
.question .el-textarea__inner {
min-height: 80px !important;
}
.questionItemList {
margin-top: 20px;
}
.questionItemList:first-child {
margin-top: 0;
}
.questionItemList .el-radio,
.questionItemList .el-checkbox{
margin-right: 10px;
}
.questionItemList .el-textarea {
width: 500px;
}
.questionItemList .avatar-uploader .el-upload {
border: 1px dashed #d9d9d9;
border-radius: 6px;
cursor: pointer;
position: relative;
overflow: hidden;
vertical-align: middle;
}
.questionItemList .avatar-uploader .el-upload:hover {
border-color: #409EFF;
}
.questionItemList .avatar-uploader-icon {
font-size: 28px;
color: #8c939d;
width: 160px;
height: 80px;
line-height: 80px;
text-align: center;
}
.questionItemList .avatar {
width: 160px;
height: 80px;
display: block;
} | 0.213459 | 0.050284 |
html, body {
height: 100%;
color: #333;
font-family: Arial, sans-serif;
font-weight: 400;
}
body {
background-color: #F7F7F6;
position: relative;
margin: 0;
padding-bottom: 6rem;
min-height: 100%;
}
#main {
height: 100%;
}
/* Head Styles */
#header-container {
z-index: 1000;
position: fixed;
margin-left: 0px;
width: 100%;
left: 0px;
}
#header-container #header {
background-color: #373737;
width: 100%;
}
#header-container #header .navbar-brand {
line-height: 12px !important;
}
#header-container #header #logo {
float: left;
padding: 0 20px;
}
#header-container #header #logo a {
color: #8e8e8e;
}
/* Content Styles */
#main-container {
width: 100%;
background-color: #f7f7f6;
font-size: 13px;
max-width: 100%;
position: relative;
overflow-x: hidden;
overflow-y: auto;
}
#main-container {
top: 42px;
min-height: 500px;
}
#main-container #content-wrapper #headerbar {
background: #FFF;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
border-bottom: 1px solid #DDD;
padding: 8px 20px;
height: 50px;
z-index: 1000;
position: fixed;
top: 42px;
margin-left: 0px;
width: 100%;
left: 0px;
}
/* Footer Styles */
footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
background: #FFF;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
border-top: 1px solid #DDD;
text-align: center;
}
footer p {
text-align: center;
}
/* Glyphicons */
.fa-1x{font-size: 1em;}.fa-2x{font-size: 2em;}
.fa-3x{font-size: 3em;}
.fa-4x{font-size: 4em;}
.fa-5x{font-size: 5em;}
.article-parent-box {
float: left;
}
.article-parent-box .span4 {
min-width: 375px;
min-height: 230px;
position: relative;
}
.article-parent-box .span5 {
font-size: 10px;
width: 200px;
margin: 0;
float: left;
}
.article-parent-box .article-pic {
float: right;
}
.article-parent-box .article-pic img {
margin-left: 0 !important;
}
.article-disabled-overlay {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid #B3B3B3;
border-radius: 4px;
}
.article-pic-box {
background-color: #FFF;
display: block;
padding: 15px;
margin: 10px 10px 0 0;
line-height: 16px;
border: 1px solid #DDD;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 188px;
}
.article-main {
margin: 0 auto;
max-width: 89%
}
@media screen and (min-width: 850px) and (max-width: 1399px) {
.article-main {
margin: 0 auto;
width: 834px;
}
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
.article-main {
margin: 0 auto;
width: 1251px;
}
}
@media screen and (min-width: 1681px) and (max-width: 2000px) {
.article-main {
margin: 0 auto;
width: 1668px;
}
}
.article-box {
background-color: white;
display: block;
padding: 15px;
margin: 10px 10px 0 10px;
line-height: 16px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
.article-box.disabled {
border: 1px solid transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.article-box:hover, .article-box:focus {
border: 1px solid #0088cc;
cursor: pointer;
}
.article-box .article-inner-content {
position: relative;
}
.article-box .id-container {
/*position: absolute;
right: 20px;
top: 0;*/
background-color: #EDEDED;
padding: 5px 10px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
color: #777;
}
.article-box .id-container .pull-right span.badge {
line-height: 13px;
}
#css-table {
display: table;
}
#css-table .col {
display: table-cell;
width: 25%;
padding: 10px;
}
.article-box .article-text {
line-height: 15px;
font-weight: normal;
}
.article-header {
font-weight: bold;
font-size: 20px;
line-height: 21px;
margin-top: 13px;
padding-bottom: 5px;
}
.article-subheader {
color: #999;
font-size: 14px;
padding-bottom: 10px;
}
.article-price {
padding-top: 8px;
width: 283px;
font-weight: bold;
font-size: 18px;
float: left;
}
.article-price-no-price {
padding-top: 8px;
width: 283px;
font-size: 13px;
font-weight: bold;
float: left;
}
.article-bottom {
position: absolute;
bottom: 15px;
}
.article-upload-button {
margin-left: 5px;
margin-right: 5px;
width: 140px !important;
float: left;
} | public/css/style.css | html, body {
height: 100%;
color: #333;
font-family: Arial, sans-serif;
font-weight: 400;
}
body {
background-color: #F7F7F6;
position: relative;
margin: 0;
padding-bottom: 6rem;
min-height: 100%;
}
#main {
height: 100%;
}
/* Head Styles */
#header-container {
z-index: 1000;
position: fixed;
margin-left: 0px;
width: 100%;
left: 0px;
}
#header-container #header {
background-color: #373737;
width: 100%;
}
#header-container #header .navbar-brand {
line-height: 12px !important;
}
#header-container #header #logo {
float: left;
padding: 0 20px;
}
#header-container #header #logo a {
color: #8e8e8e;
}
/* Content Styles */
#main-container {
width: 100%;
background-color: #f7f7f6;
font-size: 13px;
max-width: 100%;
position: relative;
overflow-x: hidden;
overflow-y: auto;
}
#main-container {
top: 42px;
min-height: 500px;
}
#main-container #content-wrapper #headerbar {
background: #FFF;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
border-bottom: 1px solid #DDD;
padding: 8px 20px;
height: 50px;
z-index: 1000;
position: fixed;
top: 42px;
margin-left: 0px;
width: 100%;
left: 0px;
}
/* Footer Styles */
footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
background: #FFF;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
border-top: 1px solid #DDD;
text-align: center;
}
footer p {
text-align: center;
}
/* Glyphicons */
.fa-1x{font-size: 1em;}.fa-2x{font-size: 2em;}
.fa-3x{font-size: 3em;}
.fa-4x{font-size: 4em;}
.fa-5x{font-size: 5em;}
.article-parent-box {
float: left;
}
.article-parent-box .span4 {
min-width: 375px;
min-height: 230px;
position: relative;
}
.article-parent-box .span5 {
font-size: 10px;
width: 200px;
margin: 0;
float: left;
}
.article-parent-box .article-pic {
float: right;
}
.article-parent-box .article-pic img {
margin-left: 0 !important;
}
.article-disabled-overlay {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid #B3B3B3;
border-radius: 4px;
}
.article-pic-box {
background-color: #FFF;
display: block;
padding: 15px;
margin: 10px 10px 0 0;
line-height: 16px;
border: 1px solid #DDD;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 188px;
}
.article-main {
margin: 0 auto;
max-width: 89%
}
@media screen and (min-width: 850px) and (max-width: 1399px) {
.article-main {
margin: 0 auto;
width: 834px;
}
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
.article-main {
margin: 0 auto;
width: 1251px;
}
}
@media screen and (min-width: 1681px) and (max-width: 2000px) {
.article-main {
margin: 0 auto;
width: 1668px;
}
}
.article-box {
background-color: white;
display: block;
padding: 15px;
margin: 10px 10px 0 10px;
line-height: 16px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
.article-box.disabled {
border: 1px solid transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.article-box:hover, .article-box:focus {
border: 1px solid #0088cc;
cursor: pointer;
}
.article-box .article-inner-content {
position: relative;
}
.article-box .id-container {
/*position: absolute;
right: 20px;
top: 0;*/
background-color: #EDEDED;
padding: 5px 10px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
color: #777;
}
.article-box .id-container .pull-right span.badge {
line-height: 13px;
}
#css-table {
display: table;
}
#css-table .col {
display: table-cell;
width: 25%;
padding: 10px;
}
.article-box .article-text {
line-height: 15px;
font-weight: normal;
}
.article-header {
font-weight: bold;
font-size: 20px;
line-height: 21px;
margin-top: 13px;
padding-bottom: 5px;
}
.article-subheader {
color: #999;
font-size: 14px;
padding-bottom: 10px;
}
.article-price {
padding-top: 8px;
width: 283px;
font-weight: bold;
font-size: 18px;
float: left;
}
.article-price-no-price {
padding-top: 8px;
width: 283px;
font-size: 13px;
font-weight: bold;
float: left;
}
.article-bottom {
position: absolute;
bottom: 15px;
}
.article-upload-button {
margin-left: 5px;
margin-right: 5px;
width: 140px !important;
float: left;
} | 0.357904 | 0.075927 |
@font-face {
font-family: 'HilandarskiUstavS';
src: url('http://steen.free.fr/css/HilandarskiUstavS.eot');
src: url('http://steen.free.fr/css/HilandarskiUstavS.eot?') format('embedded-opentype'),
url('http://steen.free.fr/css/HilandarskiUstavS.woff') format('woff'),
url('http://steen.free.fr/css/HilandarskiUstavS.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: oldstandardg;
src: url('http://steen.free.fr/css/oldstandardg.eot');
src: url('http://steen.free.fr/css/oldstandardg.eot?') format('embedded-opentype'),
url('http://steen.free.fr/css/oldstandardg.woff') format('woff'),
url('http://steen.free.fr/css/oldstandardg.ttf') format('truetype'),
url('http://steen.free.fr/css/oldstandardg.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HirmosPonomarS';
src: url('http://steen.free.fr/css/HirmosPonomarS.eot');
src: url('http://steen.free.fr/css/HirmosPonomarS.eot?') format('embedded-opentype'),
url('http://steen.free.fr/css/HirmosPonomarS.woff') format('woff'),
url('http://steen.free.fr/css/HirmosPonomarS.ttf') format('truetype');
url('http://steen.free.fr/css/HirmosPonomarS.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OldStandardJug';
src: url('http://steen.free.fr/css/OldStandardJug.eot');
src: url('http://steen.free.fr/css/OldStandardJug.eot?') format('embedded-opentype'),
url('http://steen.free.fr/css/OldStandardJug.woff') format('woff'),
url('http://steen.free.fr/css/OldStandardJug.ttf') format('truetype');
url('http://steen.free.fr/css/OldStandardJug.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'VozgianAbur';
src: url('http://steen.free.fr/css/Vozgian_Abur.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Vinodolski Zakon';
src: url('http://steen.free.fr/css/Vinodolski Zakon_23112015_signiert.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'EpistulaCroatica';
src: url('http://steen.free.fr/css/EpistulaCroatica.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ArvaticaCroatica';
src: url('http://steen.free.fr/css/ArvaticafraDivkovic_TT 20112015 signiert.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FreeSerif';
src: url('http://steen.free.fr/css/FreeSerif.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'BukyVede';
src: url('http://steen.free.fr/css/BukyVede-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
html, body
{
border: none;
}
body
{
margin: 0 auto;
background: #127 url("http://steen.free.fr/interslavic/images/background_interslavic_dark.jpg") !important; /*i.imgur.com/QEHf4.png and P8pWn.png*/
text-align: center;
font-family: ms sans serif, palatino linotype, book antiqua, times new roman, gentium, thryomanes, arial unicode ms;
font-size: 100%;
}
h1, h2, h3, h4, h5, b, i, hr, #toc, #top, #news, #news p, #news p > b {color: #111 !important;}
h1 {
font-family: DejaVu Serif, Georgia !important;
font-size: 200%;
text-shadow: 0px 2px 3px #999 !important;
width: 100%;
margin: 20px auto 20px auto;
padding: 0;
color: #00c;
text-align: center;
text-transform: uppercase;
font-weight: bold;
}
h2 {
color: #00c;
font-size: 18pt !important; /* 150% */
font-weight: bold;
font-family: DejaVu Serif, Georgia, Serif !important;
text-shadow: 0px 1px 3px #ccc !important;
text-align: center;
}
h3, h4, h5, h6
{
color: #00c;
margin: 0.5em 0 0 0;
text-decoration: none;
}
h3 {
font-size: 120%;
font-weight: bold;
text-align: center;
}
h4 {
font-size: 110%;
font-weight: bold;
text-align: left;
}
h5 {
font-size: 100%;
font-weight: bold;
text-align: left;
}
p {
margin: 1em 0;
text-align: justify;
letter-spacing:-.04em !important;
font-family: Cambria;
}
p.quote
{
margin: 1em 4em;
font-style: italic;
}
p.quote em
{
font-style: normal;
}
b {
color: #00c;
}
i {
color: #00c;
}
sup {
font-size: 75%;
}
img {
border: none;
margin-left: 5px;
margin-right: 5px;
}
ul li {
text-align: justify;
margin-left: 27px; /** 1em **/
color: black;
}
ol li {
text-align: justify;
margin-left: 22px; /** 25px **/
color: black;
}
a
{
target: _top;
}
a:link {
color: #00c;
font-weight: bold;
}
a:link.current, a:link.current { color: #66f; }
a:visited
{
color: #009;
font-weight: bold;
}
a:hover
{
color: #f00;
}
pre {
font-family: "Lucida Console", "Courier New", Courier, monospace;
font-size: 80%;
overflow: auto;
width: 100%;
}
p table {
background: none;
border: none;
border-collapse: collapse;
vertical-align: middle;
empty-cells: hide;
}
table {border-spacing: 0 !important;}
table.border
{
background: none;
border-collapse: collapse;
vertical-align: middle;
empty-cells: hide;
font-size: 90%;
}
table.border th
{
border: 1px solid #111;
background: #cedeee;
text-align: center;
color: black;
padding: 3px 4px;
vertical-align: middle;
}
table.border th.leeg
{
border: none;
background: none;
padding: 0px;
vertical-align: middle;
color: orange;
font-size: 200%;
}
table.border td
{
background: white;
border: 1px solid #111;
empty-cells: hide;
padding: 4px 10px;
vertical-align: middle;
}
table.border td b
{
color: black;
}
table.border td b.blue
{
color: blue;
}
b.red
{
color: red;
}
table.border tr.alf td
{
font-family: tahoma;
vertical-align: top;
padding: 2px 4px;
text-align: center;
}
table.slov
{
border-collapse: collapse;
}
table.slov td
{
border-right: 1px solid blue;
border-left: 1px solid blue;
}
table.slov td p
{
margin-top: 5px;
margin-bottom: 5px;
font-size: 90%;
}
table.slov td li
{
font-size: 90%;
letter-spacing:-.04em !important;
margin-left: 0em;
margin-right: 2em;
text-align: justify;
}
table.prep
{
color: black;
margin-left: 3em;
}
table.prep td
{
text-align: left;
}
table.toolkop th
{
color: blue;
font-weight: bold;
}
table.toolkop td
{
color: black;
}
td
{
vertical-align: top;
}
td p
{
font-size: 100%;
font-weight: normal;
vertical-align: top;
color: black;
}
table.dict td
{
padding: 0px 15px;
font-size: 80%;
border-right: 1px solid blue;
border-left: 1px solid blue;
}
table.dict hr
{
width: 70%;
text-align: left;
margin-top: 20px;
margin-bottom: -10px;
height: 2px;
}
table.dict h2
{
text-align: left;
font-size: 250%;
font-weight: bold;
color: blue;
}
table.dict h4
{
text-align: right;
width: 80%;
margin: -2px 0 0 0;
}
table.dict h4 a
{
text-align: right;
text-decoration: none;
font-size: 70%;
}
p.unicode table td
{
font-family: Code2000, Thryomanes, Gentium, Lucida Sans Unicode, Arial Unicode;
font-size: 90%;
}
caption {
font-size: 80%;
text-align: center;
margin: 1ex auto;
caption-side: bottom;
}
hr {
color: #00f;
width: 95%;
height: 1px;
margin: 0 3em;
}
textarea
{
width: 100%;
height: 100%;
border: 1px solid black;
overflow: auto;
}
textarea.ns
{
background: none; /* #ccf; */
font-weight: normal;
color: blue;
font-family: Gentium, Cambria, Arial Unicode MS, Lucida Sans Unicode, Code2000, MS Reference Sans Serif, Microsoft Sans Serif;
font-size: 12pt;
border: 0px;
text-align: justify;
}
textarea.invoer
{
background: #ccf;
color: black;
}
textarea.output
{
color: blue;
}
.ns_button
{
font-family: Tahoma, Verdana, Geneva, sans-serif;
font-size: 10pt;
font-weight: bold;
width: 25px;
height: 25px;
background: #ccccff; /** #ddb0f0; #e090b0; **/
margin: 0px;
}
.blue, b.blue
{
color: blue;
}
.aut
{
font-variant: small-caps;
}
.uglata, .uglata p
{
font-family: EpistulaCroatica !important;
}
.glago, .glago p
{
font-family: BukyVede !important;
font-size: 13pt;
}
.abur, .abur p
{
font-family: VozgianAbur !important;
font-size: 13pt;
}
.abur h3
{
font-size: 120%;
}
.georg, .georg p
{
font-size: 11pt;
}
.katakana, .katakana p
{
font-size: 11pt;
line-height: 1.4;
}
#top
{
float: right;
margin-left: 10px;
color: blue;
font-size: 90%;
}
#top a:link
{
text-decoration: none;
}
/** DICTIONARY **/
#dict table
{
width: 91%;
margin-left: 2em;
}
#dict table col
{
width: 33%;
}
#dict tr
{
vertical-align: top;
}
#dict td
{
padding: 0px 15px;
font-size: 80%;
border-right: 0px solid blue;
border-left: 0px solid blue;
color: black;
}
#dict .grletter
{
font-family: Serif !important;
font-size: 500%;
font-weight: bold;
color: #11b;
}
#dict .klletter
{
font-size: 100%;
font-weight: bold;
}
#dict a:link, #dict a:visited
{
color: black;
text-decoration: none;
}
#dict a:hover
{
color: orange;
}
#dict h4
{
font-size: 8pt;
text-align: right;
width: 100%;
margin: -20px 0 -20px 0;
}
#dict h4 a:link
{
text-align: right;
text-decoration: none;
font-size: 70%;
}
#dict hr
{
width: 100%;
text-align: center;
margin-top: 2px;
margin-bottom: 15px;
height: 2px;
}
#dict p
{
margin: 1.5pt 0;
text-align: justify;
text-indent: -1.5em;
}
#dict b
{
letter-spacing: 0.15pt;
font-size: 103%;
margin-right: 2px;
}
#dict i
{
color: black;
margin-left: 5px;
margin-right: 5px;
}
/** TOC **/
#toc {
text-align: center;
font-size: 90%;
color: blue;
font-weight: bold;
font-style: normal;
margin-bottom: 12px;
}
#toc a:link, #toc a:visited, #toc a:hover
{
font-weight: bold;
}
#toc a:link, #toc a:visited
{
color: blue;
font-weight: normal;
text-decoration: none;
}
#toc a:hover
{
color: red;
}
#toc ul
{
list-style-type: none;
}
#toc ul li
{
font-size: 90%;
font-weight: normal;
font-style: normal;
text-align: left;
margin-left: 0em;
}
#toc ul ul li, ul ul ul li
{
font-size: 90%;
font-style: italic;
}
#toc table ul li
{
text-align: left;
}
#toc ul li a:link, #toc ul li a:visited
{
text-decoration: none;
}
/** Header **/
#header {
background: none;
width: 100%;
text-align: center;
clear: both;
margin-top: 0.5em;
padding: 0;
}
#header img
{
background: transparent;
box-shadow: 1px 2px 10px #777 !important;
margin: 5px !important;
margin-right: 4px !important;
height: 60px;
}
#header table, #menu table
{
background: none;
border: 0px;
color: black;
width: 100%;
vertical-align: top;
}
#header tr
{
width: 98% !important;
height: auto !important;
margin-top: 5px !important;
margin-bottom: -2px !important;
padding: 5px !important;
background: #ed0 !important;
display: inline-block !important;
position: relative !important;
z-index: 2 !important;
-moz-box-shadow: 0 3px 4px rgba(0,0,0,0.5)!important;
-webkit-box-shadow: 0 3px 4px rgb(0,0,0,0.5)!important;
box-shadow: 0 3px 4px rgba(0,0,0,0.5)!important;
border-left: 6px solid #c10 !important;
border-right: 6px solid #ed0 !important;
}
#header span
{
font-size: 0 !important;
text-shadow: none !important;
line-height: 2000% !important;
}
#header div.is
{
color: #337;
font-family: Serif, Times New Roman, Georgia;
font-size: 37pt;
font-weight: normal;
text-shadow: 1px 1px 2px #669;
letter-spacing: -.05em;
text-align: left;
margin: 0px 10px;
margin-top: -5px;
display: block;
}
#header div.ms
{
color: #920 !important;
font-size: 13pt !important;
font-weight: bold !important;
font-family: Georgia, Serif!important;
letter-spacing: -.04em !important;
font-variant: small-caps !important;
text-align: left !important;
margin-top: -2px /* 25px */ !important;
margin-bottom: 0px !important;
margin-left: 10px !important;
display: block !important;
text-shadow: -1px 1px 2px #ff5 !important;
}
#menu
{
width: auto !important; /* 180px */
background: #139 !important; /* #06b */
background: -moz-linear-gradient(top, #b11, #600);
background: -webkit-gradient(linear, right top, left bottom, color-stop(0%,#b11), color-stop(100%,#600));
background: -webkit-linear-gradient(top right, bottom left, #b11, #600);
background: -o-linear-gradient(top, #b11, #600);
background: -ms-linear-gradient(top, #b11, #600);
background: linear-gradient(top, #b11, #600);
-moz-border-radius: 0 0 10px 10px !important;
-webkit-border-radius: 0 0 10px 10px !important;
border-radius: 0 0 10px 10px !important;
cursor: pointer;
padding: 10px !important;
padding-top: 25px !important;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
text-align: left;
margin-top: 0;
margin-bottom: 25px;
margin-left: 20px !important;
font-family: century gothic, arial narrow, ms sans serif;
position: relative;
z-index: 1;
}
#menu table.knop td
{
border: none; /** 2px outset #06f; was: #9cc, 0f9 **/
background: transparent !important; /* #0000a0; */
font-size: 12pt;
font-weight: bold;
font-variant: small-caps !important;
font-family: DejaVu Sans, Sans, Verdana, Tahoma !important;
vertical-align: middle;
text-align: left;
padding: 1px;
height: 18px;
width: 300px;
}
#menu a, #menu b
{
color: #ed1; /** fada03 **/
text-align: left !important;
text-shadow: 1px 1px 2px #662 !important;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
#menu a div
{
margin-left: 5px !important;
}
#menu a:hover div, #menu b:hover div
{
color: #fff;
background: transparent !important; /* #008; */
text-shadow: 1px 1px 2px #c52525 !important;
padding: 10 !important;
text-shadow: 1px 1px 2px #333 !important;
}
#menu a:hover div:first-letter
{
color: #ed1 !important;
}
div[onmouseover~="klapuit"]
{
position: relative !important;
padding-left: 0px !important;
}
/* div[onmouseover~="klapuit"] > a > div { display: list-item !important; list-item-style: none; } */
.clLevel0, .clLevel1, .clLevel2
{
font-weight: bold;
font-size: 16px;
color: #111 !important;
width: 120% !important;
position: absolute !important;
left: 150px !important;
top: -5px !important;
padding: 5px !important;
margin: 0 !important;
-moz-border-radius: 5px;
border-radius: 5px;
background: #049;
background: -moz-linear-gradient(top, #026, #149);
background: -webkit-gradient(linear, right top, left bottom, color-stop(0%,#026), color-stop(100%,#149));
background: -webkit-linear-gradient(top right, bottom left, #026, #149);
background: -o-linear-gradient(top, #026, #149);
background: -ms-linear-gradient(top, #026, #149);
background: linear-gradient(top, #026, #149);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
z-index: 2;
}
#news
{
width: 90%;
padding: 50px 25px;
background: #ffffff; /* url('../interslavic/images/background_interslavic.jpg') left top */
border: none !important; /* 1px solid black; */
text-align: center;
color: #000;
font-family: cambria, tahoma, ms sans serif, arial, times new roman, palatino linotype, gentium, code2000, verdana;
font-size: 12pt;
position: relative;
z-index: auto;
margin-top: 20px !important;
margin-left: auto !important;
margin-right: auto !important;
-moz-box-shadow: 2px 0 4px rgba(0,0,0,0.6) !important;
-webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.6) !important;
box-shadow: 2px 0 4px rgba(0,0,0,0.6) !important;
}
#news p, li
{
margin-left: 3em;
margin-right: 3em;
}
#news li
{
letter-spacing:-.04em !important;
}
#news h4, #news h5
{
margin-left: 2.75em;
}
#news a:link
{
color: #228 !important;
}
#news a > i
{
color: inherit !important;
font-size: 12pt !important;
font-style: normal !important;
font-variant: small-caps !important;
}
#news a:hover {color: #d22 !important;}
#news a:visited {color: #88a !important;}
#news p.quote
{
margin-left: 6em;
margin-right: 6em;
font-size: 11pt;
}
#news table
{
text-align: left;
}
#news table.slov
{
text-align: center;
border-collapse: collapse;
}
#news table.slov td
{
border-right: 0px;
border-left: 0px;
}
#news table.slov td p
{
margin-top: 5px;
margin-bottom: 5px;
margin-left: 1.5em;
margin-right: 1.5em;
}
h2 + b {
line-height: 60% !important;
font-style: normal !important;
font-variant: small-caps !important;
font-size: 12pt !important;
text-shadow: 0px 1px 3px #ccc !important;
}
/** Footer Stuff **/
#footer {
background: none;
width: 100%;
border: 0px;
margin-left: -2em;
margin-bottom: 1em;
}
#footer td
{
vertical-align: middle;
font-size: 90%;
color: yellow;
}
#footer p, #footer a
{
color: #ccf !important;
text-decoration: none;
}
#footer a:hover
{
color: white !important;
}
/** End **/ | steen.free.fr/css/ms.css | @font-face {
font-family: 'HilandarskiUstavS';
src: url('http://steen.free.fr/css/HilandarskiUstavS.eot');
src: url('http://steen.free.fr/css/HilandarskiUstavS.eot?') format('embedded-opentype'),
url('http://steen.free.fr/css/HilandarskiUstavS.woff') format('woff'),
url('http://steen.free.fr/css/HilandarskiUstavS.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: oldstandardg;
src: url('http://steen.free.fr/css/oldstandardg.eot');
src: url('http://steen.free.fr/css/oldstandardg.eot?') format('embedded-opentype'),
url('http://steen.free.fr/css/oldstandardg.woff') format('woff'),
url('http://steen.free.fr/css/oldstandardg.ttf') format('truetype'),
url('http://steen.free.fr/css/oldstandardg.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HirmosPonomarS';
src: url('http://steen.free.fr/css/HirmosPonomarS.eot');
src: url('http://steen.free.fr/css/HirmosPonomarS.eot?') format('embedded-opentype'),
url('http://steen.free.fr/css/HirmosPonomarS.woff') format('woff'),
url('http://steen.free.fr/css/HirmosPonomarS.ttf') format('truetype');
url('http://steen.free.fr/css/HirmosPonomarS.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OldStandardJug';
src: url('http://steen.free.fr/css/OldStandardJug.eot');
src: url('http://steen.free.fr/css/OldStandardJug.eot?') format('embedded-opentype'),
url('http://steen.free.fr/css/OldStandardJug.woff') format('woff'),
url('http://steen.free.fr/css/OldStandardJug.ttf') format('truetype');
url('http://steen.free.fr/css/OldStandardJug.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'VozgianAbur';
src: url('http://steen.free.fr/css/Vozgian_Abur.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Vinodolski Zakon';
src: url('http://steen.free.fr/css/Vinodolski Zakon_23112015_signiert.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'EpistulaCroatica';
src: url('http://steen.free.fr/css/EpistulaCroatica.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ArvaticaCroatica';
src: url('http://steen.free.fr/css/ArvaticafraDivkovic_TT 20112015 signiert.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FreeSerif';
src: url('http://steen.free.fr/css/FreeSerif.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'BukyVede';
src: url('http://steen.free.fr/css/BukyVede-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
html, body
{
border: none;
}
body
{
margin: 0 auto;
background: #127 url("http://steen.free.fr/interslavic/images/background_interslavic_dark.jpg") !important; /*i.imgur.com/QEHf4.png and P8pWn.png*/
text-align: center;
font-family: ms sans serif, palatino linotype, book antiqua, times new roman, gentium, thryomanes, arial unicode ms;
font-size: 100%;
}
h1, h2, h3, h4, h5, b, i, hr, #toc, #top, #news, #news p, #news p > b {color: #111 !important;}
h1 {
font-family: DejaVu Serif, Georgia !important;
font-size: 200%;
text-shadow: 0px 2px 3px #999 !important;
width: 100%;
margin: 20px auto 20px auto;
padding: 0;
color: #00c;
text-align: center;
text-transform: uppercase;
font-weight: bold;
}
h2 {
color: #00c;
font-size: 18pt !important; /* 150% */
font-weight: bold;
font-family: DejaVu Serif, Georgia, Serif !important;
text-shadow: 0px 1px 3px #ccc !important;
text-align: center;
}
h3, h4, h5, h6
{
color: #00c;
margin: 0.5em 0 0 0;
text-decoration: none;
}
h3 {
font-size: 120%;
font-weight: bold;
text-align: center;
}
h4 {
font-size: 110%;
font-weight: bold;
text-align: left;
}
h5 {
font-size: 100%;
font-weight: bold;
text-align: left;
}
p {
margin: 1em 0;
text-align: justify;
letter-spacing:-.04em !important;
font-family: Cambria;
}
p.quote
{
margin: 1em 4em;
font-style: italic;
}
p.quote em
{
font-style: normal;
}
b {
color: #00c;
}
i {
color: #00c;
}
sup {
font-size: 75%;
}
img {
border: none;
margin-left: 5px;
margin-right: 5px;
}
ul li {
text-align: justify;
margin-left: 27px; /** 1em **/
color: black;
}
ol li {
text-align: justify;
margin-left: 22px; /** 25px **/
color: black;
}
a
{
target: _top;
}
a:link {
color: #00c;
font-weight: bold;
}
a:link.current, a:link.current { color: #66f; }
a:visited
{
color: #009;
font-weight: bold;
}
a:hover
{
color: #f00;
}
pre {
font-family: "Lucida Console", "Courier New", Courier, monospace;
font-size: 80%;
overflow: auto;
width: 100%;
}
p table {
background: none;
border: none;
border-collapse: collapse;
vertical-align: middle;
empty-cells: hide;
}
table {border-spacing: 0 !important;}
table.border
{
background: none;
border-collapse: collapse;
vertical-align: middle;
empty-cells: hide;
font-size: 90%;
}
table.border th
{
border: 1px solid #111;
background: #cedeee;
text-align: center;
color: black;
padding: 3px 4px;
vertical-align: middle;
}
table.border th.leeg
{
border: none;
background: none;
padding: 0px;
vertical-align: middle;
color: orange;
font-size: 200%;
}
table.border td
{
background: white;
border: 1px solid #111;
empty-cells: hide;
padding: 4px 10px;
vertical-align: middle;
}
table.border td b
{
color: black;
}
table.border td b.blue
{
color: blue;
}
b.red
{
color: red;
}
table.border tr.alf td
{
font-family: tahoma;
vertical-align: top;
padding: 2px 4px;
text-align: center;
}
table.slov
{
border-collapse: collapse;
}
table.slov td
{
border-right: 1px solid blue;
border-left: 1px solid blue;
}
table.slov td p
{
margin-top: 5px;
margin-bottom: 5px;
font-size: 90%;
}
table.slov td li
{
font-size: 90%;
letter-spacing:-.04em !important;
margin-left: 0em;
margin-right: 2em;
text-align: justify;
}
table.prep
{
color: black;
margin-left: 3em;
}
table.prep td
{
text-align: left;
}
table.toolkop th
{
color: blue;
font-weight: bold;
}
table.toolkop td
{
color: black;
}
td
{
vertical-align: top;
}
td p
{
font-size: 100%;
font-weight: normal;
vertical-align: top;
color: black;
}
table.dict td
{
padding: 0px 15px;
font-size: 80%;
border-right: 1px solid blue;
border-left: 1px solid blue;
}
table.dict hr
{
width: 70%;
text-align: left;
margin-top: 20px;
margin-bottom: -10px;
height: 2px;
}
table.dict h2
{
text-align: left;
font-size: 250%;
font-weight: bold;
color: blue;
}
table.dict h4
{
text-align: right;
width: 80%;
margin: -2px 0 0 0;
}
table.dict h4 a
{
text-align: right;
text-decoration: none;
font-size: 70%;
}
p.unicode table td
{
font-family: Code2000, Thryomanes, Gentium, Lucida Sans Unicode, Arial Unicode;
font-size: 90%;
}
caption {
font-size: 80%;
text-align: center;
margin: 1ex auto;
caption-side: bottom;
}
hr {
color: #00f;
width: 95%;
height: 1px;
margin: 0 3em;
}
textarea
{
width: 100%;
height: 100%;
border: 1px solid black;
overflow: auto;
}
textarea.ns
{
background: none; /* #ccf; */
font-weight: normal;
color: blue;
font-family: Gentium, Cambria, Arial Unicode MS, Lucida Sans Unicode, Code2000, MS Reference Sans Serif, Microsoft Sans Serif;
font-size: 12pt;
border: 0px;
text-align: justify;
}
textarea.invoer
{
background: #ccf;
color: black;
}
textarea.output
{
color: blue;
}
.ns_button
{
font-family: Tahoma, Verdana, Geneva, sans-serif;
font-size: 10pt;
font-weight: bold;
width: 25px;
height: 25px;
background: #ccccff; /** #ddb0f0; #e090b0; **/
margin: 0px;
}
.blue, b.blue
{
color: blue;
}
.aut
{
font-variant: small-caps;
}
.uglata, .uglata p
{
font-family: EpistulaCroatica !important;
}
.glago, .glago p
{
font-family: BukyVede !important;
font-size: 13pt;
}
.abur, .abur p
{
font-family: VozgianAbur !important;
font-size: 13pt;
}
.abur h3
{
font-size: 120%;
}
.georg, .georg p
{
font-size: 11pt;
}
.katakana, .katakana p
{
font-size: 11pt;
line-height: 1.4;
}
#top
{
float: right;
margin-left: 10px;
color: blue;
font-size: 90%;
}
#top a:link
{
text-decoration: none;
}
/** DICTIONARY **/
#dict table
{
width: 91%;
margin-left: 2em;
}
#dict table col
{
width: 33%;
}
#dict tr
{
vertical-align: top;
}
#dict td
{
padding: 0px 15px;
font-size: 80%;
border-right: 0px solid blue;
border-left: 0px solid blue;
color: black;
}
#dict .grletter
{
font-family: Serif !important;
font-size: 500%;
font-weight: bold;
color: #11b;
}
#dict .klletter
{
font-size: 100%;
font-weight: bold;
}
#dict a:link, #dict a:visited
{
color: black;
text-decoration: none;
}
#dict a:hover
{
color: orange;
}
#dict h4
{
font-size: 8pt;
text-align: right;
width: 100%;
margin: -20px 0 -20px 0;
}
#dict h4 a:link
{
text-align: right;
text-decoration: none;
font-size: 70%;
}
#dict hr
{
width: 100%;
text-align: center;
margin-top: 2px;
margin-bottom: 15px;
height: 2px;
}
#dict p
{
margin: 1.5pt 0;
text-align: justify;
text-indent: -1.5em;
}
#dict b
{
letter-spacing: 0.15pt;
font-size: 103%;
margin-right: 2px;
}
#dict i
{
color: black;
margin-left: 5px;
margin-right: 5px;
}
/** TOC **/
#toc {
text-align: center;
font-size: 90%;
color: blue;
font-weight: bold;
font-style: normal;
margin-bottom: 12px;
}
#toc a:link, #toc a:visited, #toc a:hover
{
font-weight: bold;
}
#toc a:link, #toc a:visited
{
color: blue;
font-weight: normal;
text-decoration: none;
}
#toc a:hover
{
color: red;
}
#toc ul
{
list-style-type: none;
}
#toc ul li
{
font-size: 90%;
font-weight: normal;
font-style: normal;
text-align: left;
margin-left: 0em;
}
#toc ul ul li, ul ul ul li
{
font-size: 90%;
font-style: italic;
}
#toc table ul li
{
text-align: left;
}
#toc ul li a:link, #toc ul li a:visited
{
text-decoration: none;
}
/** Header **/
#header {
background: none;
width: 100%;
text-align: center;
clear: both;
margin-top: 0.5em;
padding: 0;
}
#header img
{
background: transparent;
box-shadow: 1px 2px 10px #777 !important;
margin: 5px !important;
margin-right: 4px !important;
height: 60px;
}
#header table, #menu table
{
background: none;
border: 0px;
color: black;
width: 100%;
vertical-align: top;
}
#header tr
{
width: 98% !important;
height: auto !important;
margin-top: 5px !important;
margin-bottom: -2px !important;
padding: 5px !important;
background: #ed0 !important;
display: inline-block !important;
position: relative !important;
z-index: 2 !important;
-moz-box-shadow: 0 3px 4px rgba(0,0,0,0.5)!important;
-webkit-box-shadow: 0 3px 4px rgb(0,0,0,0.5)!important;
box-shadow: 0 3px 4px rgba(0,0,0,0.5)!important;
border-left: 6px solid #c10 !important;
border-right: 6px solid #ed0 !important;
}
#header span
{
font-size: 0 !important;
text-shadow: none !important;
line-height: 2000% !important;
}
#header div.is
{
color: #337;
font-family: Serif, Times New Roman, Georgia;
font-size: 37pt;
font-weight: normal;
text-shadow: 1px 1px 2px #669;
letter-spacing: -.05em;
text-align: left;
margin: 0px 10px;
margin-top: -5px;
display: block;
}
#header div.ms
{
color: #920 !important;
font-size: 13pt !important;
font-weight: bold !important;
font-family: Georgia, Serif!important;
letter-spacing: -.04em !important;
font-variant: small-caps !important;
text-align: left !important;
margin-top: -2px /* 25px */ !important;
margin-bottom: 0px !important;
margin-left: 10px !important;
display: block !important;
text-shadow: -1px 1px 2px #ff5 !important;
}
#menu
{
width: auto !important; /* 180px */
background: #139 !important; /* #06b */
background: -moz-linear-gradient(top, #b11, #600);
background: -webkit-gradient(linear, right top, left bottom, color-stop(0%,#b11), color-stop(100%,#600));
background: -webkit-linear-gradient(top right, bottom left, #b11, #600);
background: -o-linear-gradient(top, #b11, #600);
background: -ms-linear-gradient(top, #b11, #600);
background: linear-gradient(top, #b11, #600);
-moz-border-radius: 0 0 10px 10px !important;
-webkit-border-radius: 0 0 10px 10px !important;
border-radius: 0 0 10px 10px !important;
cursor: pointer;
padding: 10px !important;
padding-top: 25px !important;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
text-align: left;
margin-top: 0;
margin-bottom: 25px;
margin-left: 20px !important;
font-family: century gothic, arial narrow, ms sans serif;
position: relative;
z-index: 1;
}
#menu table.knop td
{
border: none; /** 2px outset #06f; was: #9cc, 0f9 **/
background: transparent !important; /* #0000a0; */
font-size: 12pt;
font-weight: bold;
font-variant: small-caps !important;
font-family: DejaVu Sans, Sans, Verdana, Tahoma !important;
vertical-align: middle;
text-align: left;
padding: 1px;
height: 18px;
width: 300px;
}
#menu a, #menu b
{
color: #ed1; /** fada03 **/
text-align: left !important;
text-shadow: 1px 1px 2px #662 !important;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
#menu a div
{
margin-left: 5px !important;
}
#menu a:hover div, #menu b:hover div
{
color: #fff;
background: transparent !important; /* #008; */
text-shadow: 1px 1px 2px #c52525 !important;
padding: 10 !important;
text-shadow: 1px 1px 2px #333 !important;
}
#menu a:hover div:first-letter
{
color: #ed1 !important;
}
div[onmouseover~="klapuit"]
{
position: relative !important;
padding-left: 0px !important;
}
/* div[onmouseover~="klapuit"] > a > div { display: list-item !important; list-item-style: none; } */
.clLevel0, .clLevel1, .clLevel2
{
font-weight: bold;
font-size: 16px;
color: #111 !important;
width: 120% !important;
position: absolute !important;
left: 150px !important;
top: -5px !important;
padding: 5px !important;
margin: 0 !important;
-moz-border-radius: 5px;
border-radius: 5px;
background: #049;
background: -moz-linear-gradient(top, #026, #149);
background: -webkit-gradient(linear, right top, left bottom, color-stop(0%,#026), color-stop(100%,#149));
background: -webkit-linear-gradient(top right, bottom left, #026, #149);
background: -o-linear-gradient(top, #026, #149);
background: -ms-linear-gradient(top, #026, #149);
background: linear-gradient(top, #026, #149);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
z-index: 2;
}
#news
{
width: 90%;
padding: 50px 25px;
background: #ffffff; /* url('../interslavic/images/background_interslavic.jpg') left top */
border: none !important; /* 1px solid black; */
text-align: center;
color: #000;
font-family: cambria, tahoma, ms sans serif, arial, times new roman, palatino linotype, gentium, code2000, verdana;
font-size: 12pt;
position: relative;
z-index: auto;
margin-top: 20px !important;
margin-left: auto !important;
margin-right: auto !important;
-moz-box-shadow: 2px 0 4px rgba(0,0,0,0.6) !important;
-webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.6) !important;
box-shadow: 2px 0 4px rgba(0,0,0,0.6) !important;
}
#news p, li
{
margin-left: 3em;
margin-right: 3em;
}
#news li
{
letter-spacing:-.04em !important;
}
#news h4, #news h5
{
margin-left: 2.75em;
}
#news a:link
{
color: #228 !important;
}
#news a > i
{
color: inherit !important;
font-size: 12pt !important;
font-style: normal !important;
font-variant: small-caps !important;
}
#news a:hover {color: #d22 !important;}
#news a:visited {color: #88a !important;}
#news p.quote
{
margin-left: 6em;
margin-right: 6em;
font-size: 11pt;
}
#news table
{
text-align: left;
}
#news table.slov
{
text-align: center;
border-collapse: collapse;
}
#news table.slov td
{
border-right: 0px;
border-left: 0px;
}
#news table.slov td p
{
margin-top: 5px;
margin-bottom: 5px;
margin-left: 1.5em;
margin-right: 1.5em;
}
h2 + b {
line-height: 60% !important;
font-style: normal !important;
font-variant: small-caps !important;
font-size: 12pt !important;
text-shadow: 0px 1px 3px #ccc !important;
}
/** Footer Stuff **/
#footer {
background: none;
width: 100%;
border: 0px;
margin-left: -2em;
margin-bottom: 1em;
}
#footer td
{
vertical-align: middle;
font-size: 90%;
color: yellow;
}
#footer p, #footer a
{
color: #ccf !important;
text-decoration: none;
}
#footer a:hover
{
color: white !important;
}
/** End **/ | 0.202838 | 0.065875 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
*,
*:after,
*::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
* {
margin: 0;
padding: 0; }
body {
background: #000;
font: 12px 'Open Sans', sans-serif;
color: #fff; }
/*
* Header
*/
.jumbotron {
background-color: #b9090b;
text-align: center;
margin-bottom: 0;
padding: 45px; }
.bubblingG {
text-align: center;
width: 78px;
height: 49px;
margin: auto; }
.bubblingG span {
display: inline-block;
vertical-align: middle;
width: 10px;
height: 10px;
margin: 24px auto;
background: black;
border-radius: 49px;
-o-border-radius: 49px;
-ms-border-radius: 49px;
-webkit-border-radius: 49px;
-moz-border-radius: 49px;
animation: bubblingG 1.5s infinite alternate;
-o-animation: bubblingG 1.5s infinite alternate;
-ms-animation: bubblingG 1.5s infinite alternate;
-webkit-animation: bubblingG 1.5s infinite alternate;
-moz-animation: bubblingG 1.5s infinite alternate; }
#bubblingG_1 {
animation-delay: 0s;
-o-animation-delay: 0s;
-ms-animation-delay: 0s;
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s; }
#bubblingG_2 {
animation-delay: 0.45s;
-o-animation-delay: 0.45s;
-ms-animation-delay: 0.45s;
-webkit-animation-delay: 0.45s;
-moz-animation-delay: 0.45s; }
#bubblingG_3 {
animation-delay: 0.9s;
-o-animation-delay: 0.9s;
-ms-animation-delay: 0.9s;
-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s; }
@keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color: black;
transform: translateY(0); }
100% {
width: 23px;
height: 23px;
background-color: white;
transform: translateY(-20px); } }
@-o-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color: black;
-o-transform: translateY(0); }
100% {
width: 23px;
height: 23px;
background-color: white;
-o-transform: translateY(-20px); } }
@-ms-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color: black;
-ms-transform: translateY(0); }
100% {
width: 23px;
height: 23px;
background-color: white;
-ms-transform: translateY(-20px); } }
@-webkit-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color: black;
-webkit-transform: translateY(0); }
100% {
width: 23px;
height: 23px;
background-color: white;
-webkit-transform: translateY(-20px); } }
@-moz-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color: black;
-moz-transform: translateY(0); }
100% {
width: 23px;
height: 23px;
background-color: white;
-moz-transform: translateY(-20px); } }
#noFilm {
text-align: center;
padding: 50px 0; }
.c-radio {
padding: 20px 0;
margin-right: 30px; }
.c-radio input[type="radio"] {
margin-right: 5px; }
/*# sourceMappingURL=main.css.map */ | app/css/main.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
*,
*:after,
*::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
* {
margin: 0;
padding: 0; }
body {
background: #000;
font: 12px 'Open Sans', sans-serif;
color: #fff; }
/*
* Header
*/
.jumbotron {
background-color: #b9090b;
text-align: center;
margin-bottom: 0;
padding: 45px; }
.bubblingG {
text-align: center;
width: 78px;
height: 49px;
margin: auto; }
.bubblingG span {
display: inline-block;
vertical-align: middle;
width: 10px;
height: 10px;
margin: 24px auto;
background: black;
border-radius: 49px;
-o-border-radius: 49px;
-ms-border-radius: 49px;
-webkit-border-radius: 49px;
-moz-border-radius: 49px;
animation: bubblingG 1.5s infinite alternate;
-o-animation: bubblingG 1.5s infinite alternate;
-ms-animation: bubblingG 1.5s infinite alternate;
-webkit-animation: bubblingG 1.5s infinite alternate;
-moz-animation: bubblingG 1.5s infinite alternate; }
#bubblingG_1 {
animation-delay: 0s;
-o-animation-delay: 0s;
-ms-animation-delay: 0s;
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s; }
#bubblingG_2 {
animation-delay: 0.45s;
-o-animation-delay: 0.45s;
-ms-animation-delay: 0.45s;
-webkit-animation-delay: 0.45s;
-moz-animation-delay: 0.45s; }
#bubblingG_3 {
animation-delay: 0.9s;
-o-animation-delay: 0.9s;
-ms-animation-delay: 0.9s;
-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s; }
@keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color: black;
transform: translateY(0); }
100% {
width: 23px;
height: 23px;
background-color: white;
transform: translateY(-20px); } }
@-o-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color: black;
-o-transform: translateY(0); }
100% {
width: 23px;
height: 23px;
background-color: white;
-o-transform: translateY(-20px); } }
@-ms-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color: black;
-ms-transform: translateY(0); }
100% {
width: 23px;
height: 23px;
background-color: white;
-ms-transform: translateY(-20px); } }
@-webkit-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color: black;
-webkit-transform: translateY(0); }
100% {
width: 23px;
height: 23px;
background-color: white;
-webkit-transform: translateY(-20px); } }
@-moz-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color: black;
-moz-transform: translateY(0); }
100% {
width: 23px;
height: 23px;
background-color: white;
-moz-transform: translateY(-20px); } }
#noFilm {
text-align: center;
padding: 50px 0; }
.c-radio {
padding: 20px 0;
margin-right: 30px; }
.c-radio input[type="radio"] {
margin-right: 5px; }
/*# sourceMappingURL=main.css.map */ | 0.311113 | 0.097562 |
*{
box-sizing: border-box;
}
img{
object-fit: cover;
}
body{
padding: 0;
margin: 0;
border: 0;
font-size: 16px;
}
p{
margin: 0;
padding: 0;
}
.nan__short{
background: #1175b7;
}
.wrap{
margin: 0 auto;
max-width: 82%;
}
.wrap__naw-short-a{
text-decoration: none;
color: #fff;
margin-right: 1.2em;
}
.wrap__naw-short_left{
display: flex;
color: #fff;
margin-right: 1em;
font-family: Raleway;
}
.wrap__naw-short{
display: flex;
min-height: 3.37em;
align-items: center;
justify-content: space-between;
}
.fa-phone-alt:before,
.fa-map-marker-alt:before{
color: #f6a937;
margin-right: 0.43em;
}
.wrap__naw-short_right-a{
margin-left: 1.25em;
color: #fff;
}
.wrap__naw-short_right-a:first-child{
margin-left: 0;
}
.wrap__naw-short_right-a:hover{
color: #f6a937;
}
.wrap__naw-short-time-img{
vertical-align: text-top;
margin-right: 0.43em;
}
.wrap__naw-down{
height: 7.5em;
}
.fa-bars:before{
display: none;
font-size: 1.5em;
cursor: pointer;
}
.absol{
position: absolute;
z-index: 1;
}
.show{
display: block;
}
.button{
background: #f6a937;
color: #fff;
width: 11.56em;
height: 3.12em;
border-radius: 0.25em;
cursor: pointer;
outline: none;
border: 0;
font-family: Josefin Sans;
overflow: hidden;
}
.button__size{
font-size: 1.12em;
}
.button:hover{
box-shadow: 0 0 9px 0 rgba(0,0,0,0.5);
}
.wrap__ul{
display: flex;
padding-left: 0;
margin: 0 auto;
font-weight: bold;
font-family: Raleway;
}
.wrap__a{
text-decoration: none;
color: #1175b7;
margin-right: 2.15em;
list-style-type: none
}
.wrap__a:last-child{
margin-right: 0;
}
.wrap__naw-down{
display: flex;
align-items: center;
}
.home{
overflow: hidden;
position: relative;
}
.home__img{
width: 100%;
}
.home__text{
position: absolute;
top: 7em;
text-align: center;
width: 100%;
color: #fff;
z-index: 2;
padding-left: 0.31em;
padding-right: 0.31em;
}
.home__text-p{
font-size: 1.68em;
font-family: Raleway;
}
.home__text-h{
font-size: 4em;
font-family: Nunito;
font-weight: bold;
}
.about{
margin-top: 4.5em;
display: flex;
position: relative;
}
.about__img{
height: 46.56em;
width: 57.4%;
}
.about__text{
position: absolute;
right: 0;
width: 49.5%;
height: 76.6%;
padding-left: 2.7%;
padding-bottom: 2.7%;
background: #fff;
}
.about__container{
color: #fff;
background: #038fd6;
height: 100%;
padding: 8.75em 3.12em 0 3.75em;
}
.about__text-p{
font-size: 1.12em;
font-family: Raleway;
}
.about__text-p_fonts{
font-size: 1.12em;
font-family: Josefin Sans;
line-height: 1.5;
}
.about__text-h{
font-size: 2.68em;
margin-top: 0.47em;
margin-bottom: 0.95em;
font-family: Raleway;
}
.about__span{
border-top: 3px solid #f6a937;
padding-top: 1.33em;
}
.about__tel{
bottom: 0;
right: 0;
position: absolute;
width: 35.45%;
height: 10.9em;
display: flex;
padding-left: 0.32em;
padding-right: 0.32em;
}
.about__tel-img{
align-self: center;
margin-left: auto;
}
.about__tel-text{
align-self: center;
margin-left: 1.5em;
margin-right: auto;
}
.about__text-p{
font-size: 1.12em;
font-weight: bold;
}
.about__text-t{
font-size: 2.18em;
font-weight: bold;
font-family: Josefin Sans;
padding-top: 0.43em;
}
.about__a{
text-decoration: none;
}
.services{
background: #f9f5f2;
padding-top: 4.5em;
margin-top: 4.5em;
padding-bottom: 4.5em;
}
.services__hat{
text-align: center;
margin-bottom: 3.75em;
}
.services__hat-p{
color: #f6a937;
font-size: 1.12em;
}
.services__hat-h{
color: #414141;
font-size: 2.68em;
}
.services__carousel{
margin-left: 15.31em;
margin-right: 15.31em;
display: flex;
}
.services__carousel .slick-next:before,
.services__carousel .slick-prev:before{
color: #cde9f7;
}
.block{
width: 40.8%;
overflow: hidden;
background: #fff;
margin-right: 1.87em;
cursor: pointer;
}
.services__img{
width: 100%;
height: 14.06em;
}
.services__h{
color: #8d8c8c;
font-size: 1.37em;
font-weight: bold;
font-family: Raleway;
margin-top: 1.19em;
margin-bottom: 1.19em;
}
.services__p{
color: #848484;
line-height: 1.3;
font-family: Josefin Sans;
}
.services__block{
margin: 1.5em;
}
.line{
background: #038fd6;
}
.line__block{
display: flex;
padding-top: 4.5em;
padding-bottom: 4.5em;
max-width: 1050px;
margin: 0 auto;
}
.line__free,.line__insured,.line__quality,.line__years{
width: 18.75em;
text-align: center;
}
.line__years{
border: 0;
}
.line__p{
max-width: 60%;
margin: 1.11em auto 0 auto;
color: #fff;
font-size: 1.68em;
font-family: Josefin Sans;
}
.certified{
width: 82%;
display: flex;
margin: 0 auto;
margin-bottom: 4.5em;
margin-top: 4.5em;
}
.certified__img{
width: 42.94%;
height: 39.37em;
}
.certified__merit{
margin-left: 4.06em;
margin-top: 3.75em;
}
.certified__p,.certified__h{
color: #038fd6;
font-family: Raleway;
font-weight: bold;
}
.certified__p{
font-size: 1.12em;
}
.certified__h{
font-size: 2.68em;
margin-top: 0.1em;
}
.certified__opportun{
margin-top: 3.4em;
}
.certified__opportun-p{
font-size: 1.25em;
color: #414141;
font-family: Josefin Sans;
line-height: 1.2;
margin-bottom: 10px;
}
.certified__opportun-img{
margin-right: 0.9em;
}
.certified__btn{
font-size: 1.12em;
font-family: Raleway;
font-weight: bold;
width: 15.1em;
height: 5.7em;
display: flex;
margin-top: 2em;
}
.certified__btn-img{
margin-left: 0.78em;
}
.certified__open-img{
width: 50%;
height: 50%;
}
.certified__open{
background: #b1c5cf;
}
.certified__open{
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,.5);
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-content: stretch;
align-items: center;
}
.certified__open-img{
width: 100%;
height: 30%;
border-radius: 5px;
}
.certified__open-block{
width: 366px;
position: relative;
}
.close{
position: absolute;
top: -6px;
right: -6px;
font-size: 25px;
color: red;
cursor: pointer;
}
.certified__btn-p{
align-self: center;
}
.projects{
text-align: center;
}
.projects__h{
color: #414141;
font-size: 2.68em;
font-family: Raleway;
font-weight: bold;
margin-bottom: 0.69em;
}
.projects__p{
font-family: Josefin Sans;
font-size: 1.12em;
max-width: 30.16em;
margin: 0 auto;
color: #777;
line-height: 1.5;
}
.projects__line{
width: 3.75em;
margin: 0.93em auto 2.18em;
border-bottom: 2px solid #f6a937;
}
.projects__block-filter button{
color: #676767;
}
.projects__block-img{
max-width: 21.87em;
max-height: 14.37em;
}
.projects__block{
margin-bottom: 4.5em;
}
.hide{
display: none;
}
.comment{
background-image: url(../img/coment.png);
text-align: center;
padding-bottom: 60px;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.comment__wrap-book{
padding-top: 60px;
padding-bottom: 3.75em;
}
.comment__wrap-h{
max-width: 13.12em;
margin: auto;
font-size: 2.81em;
font-family: Raleway;
font-weight: bold;
color: #fff;
}
.comment__wrap-button{
width: 12em;
height: 3.84em;
background: #fff;
color: #f6a937;
font-size: 18px;
margin-top: 3.33em;
}
.comment__wrap-comments{
background-image: url(../img/comma.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.comment__wrap-comment{
padding-top: 5em;
padding-bottom: 5em;
max-height: 543px;
}
.comment__wrap-com{
font-size: 30px;
color: #fff;
font-weight: bold;
font-family: Josefin Sans;
margin: 1.71em auto 0;
max-width: 21.08em;
line-height: 1.3;
}
.comment__wrap-img{
border-radius: 50%;
margin: auto;
}
.comment__wrap-name{
color: #fff;
font-size: 22px;
font-family: Josefin Sans;
margin-top: 2.5em;
}
.comment__wrap-comments .slick-prev:before,
.comment__wrap-comments .slick-next:before{
color: #cde9f7;
line-height: 0;
}
.comment__wrap-comments .slick-prev:hover:before,
.comment__wrap-comments .slick-next:hover:before{
color: red;
}
.comment__wrap-comments .slick-prev{
left: 36px;
z-index: 1;
margin-top: 60px;
}
.comment__wrap-comments .slick-next{
right: 72px;
margin-top: 60px;
}
.blog{
padding-top: 4.5em;
margin-bottom: 4.5em;
}
.blog__h{
text-align: center;
font-size: 43px;
font-family: Raleway;
font-weight: bold;
color: #414141;
}
.blog__p{
text-align: center;
color: #838383;
font-size: 18px;
font-family: Josefin Sans;
max-width: 30.27em;
margin: 1.94em auto 1.11em;
line-height: 1.5;
}
.blog__line{
margin: 0 auto 4.06em;
}
.blog__block{
display: flex;
}
.blog__block_left{
width: 51.53%;
margin-right: 5.43%;
position: relative;
}
.blog__block_right{
width: 43.03%;
}
.blog__block-img{
width: 100%;
}
.blog__block-date{
width: 110px;
height: 30px;
color: #fff;
font-family: Josefin Sans;
background: #efa639;
display: flex;
align-items: center;
justify-content: center;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
position: absolute;
top: 10px;
}
.blog__block-h{
font-family: Raleway;
font-weight: bold;
font-size: 22px;
color: #535353;
margin-top: 1.36em;
margin-bottom: 1em;
}
.blog__block-p{
color: #7e7d7d;
font-family: Josefin Sans;
line-height: 1.5;
}
.blog__block_right-top-img,
.blog__block_right-bottom-img{
position: relative;
width: 44.11%;
margin-right: 6.51%;
}
.blog__block_right-top,
.blog__block_right-bottom{
display: flex;
}
.blog__block_right-top-text,
.blog__block_right-bottom-text{
width: 49.37%;
}
.blog__block_right-img{
width: 100%;
height: 12.5em;
}
.blog__block-right-h{
margin-top: 0;
margin-bottom: 0.5em;
}
.blog__block_right-line{
height: 1px;
background: #ddd;
width: 100%;
margin-top: 2.37em;
margin-bottom: 2.5em;
}
.blog__block-line{
display: none;
}
.blog__uncharted-article{
width: 20em;
position: relative;
background: #fff;
padding: 0.62em 0 0.62em 0.62em;
border-radius: 5px;
max-height: 18.75em;
}
.blog__uncharted-article-p{
overflow: scroll;
max-height: 16.75em;
overflow-x: hidden;
padding-right: 5px;
}
.email{
z-index: 4;
}
.email__block{
position: relative;
background: #fff;
border-radius: 4px;
padding: 30px 15px 15px;
width: 400px;
text-align: center;
}
.email__block-p{
font-size: 18px;
font-family: Raleway;
}
.email__block-input{
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
height: 30px;
border: 1px solid #dadada;
border-radius: 5px;
padding: 5px;
font-size: 15px;
}
.email__block-send{
width: 100%;
font-size: 16px;
}
.book{
display: flex;
position: relative;
}
.book__container{
background: #fce5c3;
}
.book__container{
color: #414141;
}
.book__button{
width: 184px;
height: 58px;
font-size: 16px;
}
.book__input{
padding: 10px;
height: 3.43em;
font-size: 16px;
border-radius: 5px;
border: 0;
font-family: Josefin Sans;
margin-bottom: 0.93em;
color: #545454;
}
.book__container {
display: flex;
flex-direction: column;
padding: 5.75em 3.12em 0 3.75em;
}
.footer__short{
display: flex;
}
.footer__short-infor{
color: #fff;
font-family: Raleway;
width: 33.33%;
height: 7.5em;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
}
.footer{
background-color: #1175b7;
background-image: url(../img/footer.png);
margin-top: 4.5em;
padding-bottom: 1.5em;
}
.footer__short-img{
margin-right: 0.43em;
}
.about__network{
display: flex;
}
.full{
color: #fff;
display: flex;
text-align: center;
font-family: Josefin Sans;
}
.full__about{
width: 50%;
padding-left: 15px;
padding-right: 15px;
}
.full__about_h,
.full__link_h{
font-size: 22px;
}
.full__about_p{
width: 300px;
margin: auto;
line-height: 1.4;
margin-top: 15px;
margin-bottom: 15px;
}
.link{
list-style-type: none;
}.full__link{
width: 50%;
display: flex;
flex-direction: column;
align-items: center
}
.link__a{
text-decoration: none;
color: #fff;
}
.full__about_network{
display: flex;
justify-content: center;
}
.full__about_network-icons{
text-decoration: none;
margin-right: 20px;
}
.full__about_network-icons:last-child{
margin-right: 0;
}
.full__about_network-icons .fab{
width: 35px;
color: #555558;
height: 35px;
background: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.full__about_network-icons .fab:hover{
background: #f2a93d;
color: #fff;
}
.full__link_a{
list-style-type: none;
text-decoration: none;
color: #fff;
line-height: 1.4;
}
.full__link_a li{
width: 100px;
text-align: center;
margin: auto;
}
.full__link-block{
margin-top: 15px;
max-width: 100px;
}
.full__logo-img{
width: 300px;
}
.nav__logo-dropping{
height: 300px;
position: relative;
}
.wrap__ul-dropping{
flex-direction: column;
bottom: 0;
}
.top{
font-size: 16px;
width: 2em;
height: 2em;
display: none;
position: fixed;
z-index: 1000;
bottom: 20px;
left: 5px;
}
@media(min-width: 1500px){
.wrap__naw-short,
.wrap__ul{
font-size: 1.4em;
}
.button__size{
font-size: 1.25em;
}
.home__text-p{
font-size: 2.68em;
}
.home__text-h{
font-size: 5em;
}
.about__container{
padding-top: 7.75em;
}
.about__text-p_fonts{
font-size: 1.4em;
}
.about__text-p{
font-size: 1.5em;
}
.services__h{
font-size: 1.8em;
}
.services__p{
font-size: 20px;
}
.projects__p,
.blog__p{
font-size: 1.5em;
}
.comment__wrap-button{
font-size: 22px;
}
.comment__wrap-com{
font-size: 40px;
}
.comment__wrap-name{
font-size: 27px;
margin-top: 1.5em;
}
.blog__uncharted-article-p{
font-size: 22px;
max-height: 22.5em;
}
.blog__uncharted-article{
width: 30em;
max-height: 33.75em;
padding-top: 1.3em;
}
.close{
top: -9px;
right: -8px;
font-size: 35px;
}
.certified__open-block{
width: 420px;
}
.blog__block-h{
font-size: 25px;
}
.blog__block-p,
.blog__block-button{
font-size: 21px;
}
.book__container{
padding-top: 5.75em;
}
.wrap__naw-short-time-img,
.footer__short-img{
width: 27px;
}
.footer__short{
font-size: 1.43em;
}
}
@media(min-width: 1270px){
.services__hat-p{
font-size: 1.8em;
}
.services__hat-h{
font-size: 3.5em;
}
.email__block{
width: 29.1%;
}
}
@media(max-width: 1265px){
.services__carousel{
margin-left: 12.31em;
margin-right: 12.31em;
}
.services__h {
font-size: 1.13em;
}
}
@media(max-width: 1240px){
.about__container{
padding: 7.75em 3.12em 0 3.75em;
}
.book__container{
padding: 5.75em 3.12em 0 3.75em;
}
.comment__wrap-com{
font-size: 27px;
}
.comment__wrap-comment{
padding-top: 3em;
padding-bottom: 3em;
}
}
@media(max-width: 1130px){
.fa-bars:before{
display: inline-block;
}
.fas{
z-index: 3;
}
.wrap__naw-down{
justify-content: space-around;
}
.wrap__ul{
position: absolute;
font-size: 16px;
z-index: 3;
flex-wrap: wrap;
justify-content: center;
}
.wrap__a:last-child{
margin-right: 0;
}
.wrap__naw-short_left{
flex-direction: column;
margin-top: 0.62em;
margin-bottom: 0.62em;
}
.wrap__naw-short-a{
margin-bottom: 0.31em;
}
.about__tel{
width: 49.5%;
}
.about__text-t{
font-size: 2em;
}
.about__text-h{
font-size: 2.2em;
margin-bottom: 0.5em;
}
.about__container{
padding: 7.75em 2.12em 0 2.12em;
}
.comment__wrap-com{
max-width: 17em;
}
.wrap__a{
margin-bottom: 0.6em;
font-size: 20px;
margin-right: 0;
}
}
@media(max-width: 850px){
.home__text-h{
font-size: 3em;
}
.about__container{
padding: 4.75em 2.12em 0 2.12em;
}
.about__text-t{
font-size: 1.6em;
}
.services__carousel{
margin-left: 7.31em;
margin-right: 7.31em;
}
.line__block{
flex-wrap: wrap;
}
.line__quality,.line__years{
padding-top: 3em;
}
.line__insured{
border-right: 0;
}
.line__free,.line__insured,.line__quality,.line__years{
width: 50%;
}
.certified{
margin-top: 4em;
}
.certified__img{
display: none;
}
.certified__merit{
margin-left: 0em;
margin-top: 0em;
}
.certified__opportun {
margin-top: 2em;
}
.certified__h{
font-size: 2.2em;
}
.certified__btn{
margin-top: 0.63em;
width: 100%;
}
.certified__btn-img{
margin-left: auto;
}
.certified__btn-p{
margin-right: auto;
}
.comment__wrap-com{
font-size: 23px;
}
.comment__wrap-name{
font-size: 20px;
}
.blog__block_left,
.blog__block_right,
.blog__block_right-top-img,
.blog__block_right-bottom-img,
.blog__block_right-top-text,
.blog__block_right-bottom-text {
width: 100%
}
.blog__block-h{
font-size: 22px;
margin-top: 1.36em;
margin-bottom: 1em;
}
.blog__block-p{
font-size: 16px;
}
.blog__block,
.blog__block_right-top,
.blog__block_right-bottom,
.blog__block-line{
display: block;
}
.blog__block_right-img{
height: 455px;
}
}
@media(max-width: 710px){
.home__text{
top: 6em;
}
.home__text-p{
font-size: 1.5em;
}
.home__text-h{
font-size: 2em;
}
.about{
flex-direction: column;
margin-top: 4.5em;
}
.about__img{
display: none;
}
.about__text{
position: static;
width: 100%;
padding: 0;
}
.about__tel{
position: static;
width: 100%;
height: auto;
padding: 0.63em 0.32em;
margin-top: 0.63em;
}
.about__container{
padding: 2.75em 1em 1em 1em;
}
.block{
height: 600px;
}
.services__carousel{
margin-left: 2.31em;
margin-right: 2.31em;
}
.comment__wrap-comments .slick-prev{
left: 17px;
}
.comment__wrap-comments .slick-next{
right: 25px;
}
.comment__wrap-comment{
padding-top: 3.3em;
padding-bottom: 3.62em;
}
.wrap__ul{
margin: 3.2em 0.5em 0.5em;
}
.book{
display: block;
}
.book__button {
width: 100%;
}
.book__tel{
margin-top: 1.7em;
}
.footer__short{
display: block;
padding-top: 40px;
padding-left: 50px;
}
.footer__short-infor{
justify-content: flex-start;
width: 200px;
height: 3.5em;
margin: auto;
}
.full{
flex-direction: column;
}
.full__about,
.full__link{
margin-top: 40px;
width: 100%;
}
.full__about_p{
width: 100%;
}
}
@media(max-width: 590px){
.wrap__naw-short_left{
font-size: 0.8em;
}
.wrap__naw-short-a{
margin-right: 0.5em;
}
.comment__wrap-com{
font-size: 20px;
}
.comment__wrap-name{
font-size: 15px;
margin-top: 1.5em;
}
.block{
margin-right: 0;
}
.services__carousel .slick-prev{
left: -34px;
}
.services__carousel .slick-next{
right: -24px;
}
}
@media(max-width: 550px){
.wrap__naw-short_right{
display: grid;
grid-template-columns: 1fr 1fr;
width: 5em;
}
.wrap__naw-short_right-a{
margin-left: 0;
margin-bottom: 0.31em;
}
.wrap__ul{
margin: 2.2em 0.5em 0.5em;
}
.button__size{
display: none;
}
.home__text{
top: 4em;
}
.home__text{
top: 2em;
}
.home__text-p{
font-size: 1.2em;
}
.home__text-h{
font-size: 1.7em;
}
.about__text-t{
font-size: 1.5em;
}
.line__p{
font-size: 1.3em;
}
.certified__h{
font-size: 1.8em;
}
.certified__open-block{
width: 280px;
}
.comment__wrap-com{
font-size: 18px;
max-width: 12em;
}
.comment__wrap-comment{
padding-bottom: 1.5em;
padding-top: 1.5em;
}
.blog__block_right-img{
height: 350px;
}
.projects__block-img{
width: 100%;
}
.wrap__naw-short_left{
line-height: 1.6;
}
}
@media(max-width: 450px){
.wrap__a:last-child{
margin-right: 5px;
}
.comment__wrap-h{
font-size: 2em;
}
}
@media(max-width: 350px){
.home__text-h {
font-size: 1.4em;
}
.comment__wrap-com{
font-size: 15px;
}
.comment__wrap-name{
font-size: 11px;
}
.wrap__ul{
margin: 3em 0.5em 0.5em;
}
} | H.Cleaning/css/style.css | *{
box-sizing: border-box;
}
img{
object-fit: cover;
}
body{
padding: 0;
margin: 0;
border: 0;
font-size: 16px;
}
p{
margin: 0;
padding: 0;
}
.nan__short{
background: #1175b7;
}
.wrap{
margin: 0 auto;
max-width: 82%;
}
.wrap__naw-short-a{
text-decoration: none;
color: #fff;
margin-right: 1.2em;
}
.wrap__naw-short_left{
display: flex;
color: #fff;
margin-right: 1em;
font-family: Raleway;
}
.wrap__naw-short{
display: flex;
min-height: 3.37em;
align-items: center;
justify-content: space-between;
}
.fa-phone-alt:before,
.fa-map-marker-alt:before{
color: #f6a937;
margin-right: 0.43em;
}
.wrap__naw-short_right-a{
margin-left: 1.25em;
color: #fff;
}
.wrap__naw-short_right-a:first-child{
margin-left: 0;
}
.wrap__naw-short_right-a:hover{
color: #f6a937;
}
.wrap__naw-short-time-img{
vertical-align: text-top;
margin-right: 0.43em;
}
.wrap__naw-down{
height: 7.5em;
}
.fa-bars:before{
display: none;
font-size: 1.5em;
cursor: pointer;
}
.absol{
position: absolute;
z-index: 1;
}
.show{
display: block;
}
.button{
background: #f6a937;
color: #fff;
width: 11.56em;
height: 3.12em;
border-radius: 0.25em;
cursor: pointer;
outline: none;
border: 0;
font-family: Josefin Sans;
overflow: hidden;
}
.button__size{
font-size: 1.12em;
}
.button:hover{
box-shadow: 0 0 9px 0 rgba(0,0,0,0.5);
}
.wrap__ul{
display: flex;
padding-left: 0;
margin: 0 auto;
font-weight: bold;
font-family: Raleway;
}
.wrap__a{
text-decoration: none;
color: #1175b7;
margin-right: 2.15em;
list-style-type: none
}
.wrap__a:last-child{
margin-right: 0;
}
.wrap__naw-down{
display: flex;
align-items: center;
}
.home{
overflow: hidden;
position: relative;
}
.home__img{
width: 100%;
}
.home__text{
position: absolute;
top: 7em;
text-align: center;
width: 100%;
color: #fff;
z-index: 2;
padding-left: 0.31em;
padding-right: 0.31em;
}
.home__text-p{
font-size: 1.68em;
font-family: Raleway;
}
.home__text-h{
font-size: 4em;
font-family: Nunito;
font-weight: bold;
}
.about{
margin-top: 4.5em;
display: flex;
position: relative;
}
.about__img{
height: 46.56em;
width: 57.4%;
}
.about__text{
position: absolute;
right: 0;
width: 49.5%;
height: 76.6%;
padding-left: 2.7%;
padding-bottom: 2.7%;
background: #fff;
}
.about__container{
color: #fff;
background: #038fd6;
height: 100%;
padding: 8.75em 3.12em 0 3.75em;
}
.about__text-p{
font-size: 1.12em;
font-family: Raleway;
}
.about__text-p_fonts{
font-size: 1.12em;
font-family: Josefin Sans;
line-height: 1.5;
}
.about__text-h{
font-size: 2.68em;
margin-top: 0.47em;
margin-bottom: 0.95em;
font-family: Raleway;
}
.about__span{
border-top: 3px solid #f6a937;
padding-top: 1.33em;
}
.about__tel{
bottom: 0;
right: 0;
position: absolute;
width: 35.45%;
height: 10.9em;
display: flex;
padding-left: 0.32em;
padding-right: 0.32em;
}
.about__tel-img{
align-self: center;
margin-left: auto;
}
.about__tel-text{
align-self: center;
margin-left: 1.5em;
margin-right: auto;
}
.about__text-p{
font-size: 1.12em;
font-weight: bold;
}
.about__text-t{
font-size: 2.18em;
font-weight: bold;
font-family: Josefin Sans;
padding-top: 0.43em;
}
.about__a{
text-decoration: none;
}
.services{
background: #f9f5f2;
padding-top: 4.5em;
margin-top: 4.5em;
padding-bottom: 4.5em;
}
.services__hat{
text-align: center;
margin-bottom: 3.75em;
}
.services__hat-p{
color: #f6a937;
font-size: 1.12em;
}
.services__hat-h{
color: #414141;
font-size: 2.68em;
}
.services__carousel{
margin-left: 15.31em;
margin-right: 15.31em;
display: flex;
}
.services__carousel .slick-next:before,
.services__carousel .slick-prev:before{
color: #cde9f7;
}
.block{
width: 40.8%;
overflow: hidden;
background: #fff;
margin-right: 1.87em;
cursor: pointer;
}
.services__img{
width: 100%;
height: 14.06em;
}
.services__h{
color: #8d8c8c;
font-size: 1.37em;
font-weight: bold;
font-family: Raleway;
margin-top: 1.19em;
margin-bottom: 1.19em;
}
.services__p{
color: #848484;
line-height: 1.3;
font-family: Josefin Sans;
}
.services__block{
margin: 1.5em;
}
.line{
background: #038fd6;
}
.line__block{
display: flex;
padding-top: 4.5em;
padding-bottom: 4.5em;
max-width: 1050px;
margin: 0 auto;
}
.line__free,.line__insured,.line__quality,.line__years{
width: 18.75em;
text-align: center;
}
.line__years{
border: 0;
}
.line__p{
max-width: 60%;
margin: 1.11em auto 0 auto;
color: #fff;
font-size: 1.68em;
font-family: Josefin Sans;
}
.certified{
width: 82%;
display: flex;
margin: 0 auto;
margin-bottom: 4.5em;
margin-top: 4.5em;
}
.certified__img{
width: 42.94%;
height: 39.37em;
}
.certified__merit{
margin-left: 4.06em;
margin-top: 3.75em;
}
.certified__p,.certified__h{
color: #038fd6;
font-family: Raleway;
font-weight: bold;
}
.certified__p{
font-size: 1.12em;
}
.certified__h{
font-size: 2.68em;
margin-top: 0.1em;
}
.certified__opportun{
margin-top: 3.4em;
}
.certified__opportun-p{
font-size: 1.25em;
color: #414141;
font-family: Josefin Sans;
line-height: 1.2;
margin-bottom: 10px;
}
.certified__opportun-img{
margin-right: 0.9em;
}
.certified__btn{
font-size: 1.12em;
font-family: Raleway;
font-weight: bold;
width: 15.1em;
height: 5.7em;
display: flex;
margin-top: 2em;
}
.certified__btn-img{
margin-left: 0.78em;
}
.certified__open-img{
width: 50%;
height: 50%;
}
.certified__open{
background: #b1c5cf;
}
.certified__open{
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,.5);
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-content: stretch;
align-items: center;
}
.certified__open-img{
width: 100%;
height: 30%;
border-radius: 5px;
}
.certified__open-block{
width: 366px;
position: relative;
}
.close{
position: absolute;
top: -6px;
right: -6px;
font-size: 25px;
color: red;
cursor: pointer;
}
.certified__btn-p{
align-self: center;
}
.projects{
text-align: center;
}
.projects__h{
color: #414141;
font-size: 2.68em;
font-family: Raleway;
font-weight: bold;
margin-bottom: 0.69em;
}
.projects__p{
font-family: Josefin Sans;
font-size: 1.12em;
max-width: 30.16em;
margin: 0 auto;
color: #777;
line-height: 1.5;
}
.projects__line{
width: 3.75em;
margin: 0.93em auto 2.18em;
border-bottom: 2px solid #f6a937;
}
.projects__block-filter button{
color: #676767;
}
.projects__block-img{
max-width: 21.87em;
max-height: 14.37em;
}
.projects__block{
margin-bottom: 4.5em;
}
.hide{
display: none;
}
.comment{
background-image: url(../img/coment.png);
text-align: center;
padding-bottom: 60px;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.comment__wrap-book{
padding-top: 60px;
padding-bottom: 3.75em;
}
.comment__wrap-h{
max-width: 13.12em;
margin: auto;
font-size: 2.81em;
font-family: Raleway;
font-weight: bold;
color: #fff;
}
.comment__wrap-button{
width: 12em;
height: 3.84em;
background: #fff;
color: #f6a937;
font-size: 18px;
margin-top: 3.33em;
}
.comment__wrap-comments{
background-image: url(../img/comma.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.comment__wrap-comment{
padding-top: 5em;
padding-bottom: 5em;
max-height: 543px;
}
.comment__wrap-com{
font-size: 30px;
color: #fff;
font-weight: bold;
font-family: Josefin Sans;
margin: 1.71em auto 0;
max-width: 21.08em;
line-height: 1.3;
}
.comment__wrap-img{
border-radius: 50%;
margin: auto;
}
.comment__wrap-name{
color: #fff;
font-size: 22px;
font-family: Josefin Sans;
margin-top: 2.5em;
}
.comment__wrap-comments .slick-prev:before,
.comment__wrap-comments .slick-next:before{
color: #cde9f7;
line-height: 0;
}
.comment__wrap-comments .slick-prev:hover:before,
.comment__wrap-comments .slick-next:hover:before{
color: red;
}
.comment__wrap-comments .slick-prev{
left: 36px;
z-index: 1;
margin-top: 60px;
}
.comment__wrap-comments .slick-next{
right: 72px;
margin-top: 60px;
}
.blog{
padding-top: 4.5em;
margin-bottom: 4.5em;
}
.blog__h{
text-align: center;
font-size: 43px;
font-family: Raleway;
font-weight: bold;
color: #414141;
}
.blog__p{
text-align: center;
color: #838383;
font-size: 18px;
font-family: Josefin Sans;
max-width: 30.27em;
margin: 1.94em auto 1.11em;
line-height: 1.5;
}
.blog__line{
margin: 0 auto 4.06em;
}
.blog__block{
display: flex;
}
.blog__block_left{
width: 51.53%;
margin-right: 5.43%;
position: relative;
}
.blog__block_right{
width: 43.03%;
}
.blog__block-img{
width: 100%;
}
.blog__block-date{
width: 110px;
height: 30px;
color: #fff;
font-family: Josefin Sans;
background: #efa639;
display: flex;
align-items: center;
justify-content: center;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
position: absolute;
top: 10px;
}
.blog__block-h{
font-family: Raleway;
font-weight: bold;
font-size: 22px;
color: #535353;
margin-top: 1.36em;
margin-bottom: 1em;
}
.blog__block-p{
color: #7e7d7d;
font-family: Josefin Sans;
line-height: 1.5;
}
.blog__block_right-top-img,
.blog__block_right-bottom-img{
position: relative;
width: 44.11%;
margin-right: 6.51%;
}
.blog__block_right-top,
.blog__block_right-bottom{
display: flex;
}
.blog__block_right-top-text,
.blog__block_right-bottom-text{
width: 49.37%;
}
.blog__block_right-img{
width: 100%;
height: 12.5em;
}
.blog__block-right-h{
margin-top: 0;
margin-bottom: 0.5em;
}
.blog__block_right-line{
height: 1px;
background: #ddd;
width: 100%;
margin-top: 2.37em;
margin-bottom: 2.5em;
}
.blog__block-line{
display: none;
}
.blog__uncharted-article{
width: 20em;
position: relative;
background: #fff;
padding: 0.62em 0 0.62em 0.62em;
border-radius: 5px;
max-height: 18.75em;
}
.blog__uncharted-article-p{
overflow: scroll;
max-height: 16.75em;
overflow-x: hidden;
padding-right: 5px;
}
.email{
z-index: 4;
}
.email__block{
position: relative;
background: #fff;
border-radius: 4px;
padding: 30px 15px 15px;
width: 400px;
text-align: center;
}
.email__block-p{
font-size: 18px;
font-family: Raleway;
}
.email__block-input{
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
height: 30px;
border: 1px solid #dadada;
border-radius: 5px;
padding: 5px;
font-size: 15px;
}
.email__block-send{
width: 100%;
font-size: 16px;
}
.book{
display: flex;
position: relative;
}
.book__container{
background: #fce5c3;
}
.book__container{
color: #414141;
}
.book__button{
width: 184px;
height: 58px;
font-size: 16px;
}
.book__input{
padding: 10px;
height: 3.43em;
font-size: 16px;
border-radius: 5px;
border: 0;
font-family: Josefin Sans;
margin-bottom: 0.93em;
color: #545454;
}
.book__container {
display: flex;
flex-direction: column;
padding: 5.75em 3.12em 0 3.75em;
}
.footer__short{
display: flex;
}
.footer__short-infor{
color: #fff;
font-family: Raleway;
width: 33.33%;
height: 7.5em;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
}
.footer{
background-color: #1175b7;
background-image: url(../img/footer.png);
margin-top: 4.5em;
padding-bottom: 1.5em;
}
.footer__short-img{
margin-right: 0.43em;
}
.about__network{
display: flex;
}
.full{
color: #fff;
display: flex;
text-align: center;
font-family: Josefin Sans;
}
.full__about{
width: 50%;
padding-left: 15px;
padding-right: 15px;
}
.full__about_h,
.full__link_h{
font-size: 22px;
}
.full__about_p{
width: 300px;
margin: auto;
line-height: 1.4;
margin-top: 15px;
margin-bottom: 15px;
}
.link{
list-style-type: none;
}.full__link{
width: 50%;
display: flex;
flex-direction: column;
align-items: center
}
.link__a{
text-decoration: none;
color: #fff;
}
.full__about_network{
display: flex;
justify-content: center;
}
.full__about_network-icons{
text-decoration: none;
margin-right: 20px;
}
.full__about_network-icons:last-child{
margin-right: 0;
}
.full__about_network-icons .fab{
width: 35px;
color: #555558;
height: 35px;
background: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.full__about_network-icons .fab:hover{
background: #f2a93d;
color: #fff;
}
.full__link_a{
list-style-type: none;
text-decoration: none;
color: #fff;
line-height: 1.4;
}
.full__link_a li{
width: 100px;
text-align: center;
margin: auto;
}
.full__link-block{
margin-top: 15px;
max-width: 100px;
}
.full__logo-img{
width: 300px;
}
.nav__logo-dropping{
height: 300px;
position: relative;
}
.wrap__ul-dropping{
flex-direction: column;
bottom: 0;
}
.top{
font-size: 16px;
width: 2em;
height: 2em;
display: none;
position: fixed;
z-index: 1000;
bottom: 20px;
left: 5px;
}
@media(min-width: 1500px){
.wrap__naw-short,
.wrap__ul{
font-size: 1.4em;
}
.button__size{
font-size: 1.25em;
}
.home__text-p{
font-size: 2.68em;
}
.home__text-h{
font-size: 5em;
}
.about__container{
padding-top: 7.75em;
}
.about__text-p_fonts{
font-size: 1.4em;
}
.about__text-p{
font-size: 1.5em;
}
.services__h{
font-size: 1.8em;
}
.services__p{
font-size: 20px;
}
.projects__p,
.blog__p{
font-size: 1.5em;
}
.comment__wrap-button{
font-size: 22px;
}
.comment__wrap-com{
font-size: 40px;
}
.comment__wrap-name{
font-size: 27px;
margin-top: 1.5em;
}
.blog__uncharted-article-p{
font-size: 22px;
max-height: 22.5em;
}
.blog__uncharted-article{
width: 30em;
max-height: 33.75em;
padding-top: 1.3em;
}
.close{
top: -9px;
right: -8px;
font-size: 35px;
}
.certified__open-block{
width: 420px;
}
.blog__block-h{
font-size: 25px;
}
.blog__block-p,
.blog__block-button{
font-size: 21px;
}
.book__container{
padding-top: 5.75em;
}
.wrap__naw-short-time-img,
.footer__short-img{
width: 27px;
}
.footer__short{
font-size: 1.43em;
}
}
@media(min-width: 1270px){
.services__hat-p{
font-size: 1.8em;
}
.services__hat-h{
font-size: 3.5em;
}
.email__block{
width: 29.1%;
}
}
@media(max-width: 1265px){
.services__carousel{
margin-left: 12.31em;
margin-right: 12.31em;
}
.services__h {
font-size: 1.13em;
}
}
@media(max-width: 1240px){
.about__container{
padding: 7.75em 3.12em 0 3.75em;
}
.book__container{
padding: 5.75em 3.12em 0 3.75em;
}
.comment__wrap-com{
font-size: 27px;
}
.comment__wrap-comment{
padding-top: 3em;
padding-bottom: 3em;
}
}
@media(max-width: 1130px){
.fa-bars:before{
display: inline-block;
}
.fas{
z-index: 3;
}
.wrap__naw-down{
justify-content: space-around;
}
.wrap__ul{
position: absolute;
font-size: 16px;
z-index: 3;
flex-wrap: wrap;
justify-content: center;
}
.wrap__a:last-child{
margin-right: 0;
}
.wrap__naw-short_left{
flex-direction: column;
margin-top: 0.62em;
margin-bottom: 0.62em;
}
.wrap__naw-short-a{
margin-bottom: 0.31em;
}
.about__tel{
width: 49.5%;
}
.about__text-t{
font-size: 2em;
}
.about__text-h{
font-size: 2.2em;
margin-bottom: 0.5em;
}
.about__container{
padding: 7.75em 2.12em 0 2.12em;
}
.comment__wrap-com{
max-width: 17em;
}
.wrap__a{
margin-bottom: 0.6em;
font-size: 20px;
margin-right: 0;
}
}
@media(max-width: 850px){
.home__text-h{
font-size: 3em;
}
.about__container{
padding: 4.75em 2.12em 0 2.12em;
}
.about__text-t{
font-size: 1.6em;
}
.services__carousel{
margin-left: 7.31em;
margin-right: 7.31em;
}
.line__block{
flex-wrap: wrap;
}
.line__quality,.line__years{
padding-top: 3em;
}
.line__insured{
border-right: 0;
}
.line__free,.line__insured,.line__quality,.line__years{
width: 50%;
}
.certified{
margin-top: 4em;
}
.certified__img{
display: none;
}
.certified__merit{
margin-left: 0em;
margin-top: 0em;
}
.certified__opportun {
margin-top: 2em;
}
.certified__h{
font-size: 2.2em;
}
.certified__btn{
margin-top: 0.63em;
width: 100%;
}
.certified__btn-img{
margin-left: auto;
}
.certified__btn-p{
margin-right: auto;
}
.comment__wrap-com{
font-size: 23px;
}
.comment__wrap-name{
font-size: 20px;
}
.blog__block_left,
.blog__block_right,
.blog__block_right-top-img,
.blog__block_right-bottom-img,
.blog__block_right-top-text,
.blog__block_right-bottom-text {
width: 100%
}
.blog__block-h{
font-size: 22px;
margin-top: 1.36em;
margin-bottom: 1em;
}
.blog__block-p{
font-size: 16px;
}
.blog__block,
.blog__block_right-top,
.blog__block_right-bottom,
.blog__block-line{
display: block;
}
.blog__block_right-img{
height: 455px;
}
}
@media(max-width: 710px){
.home__text{
top: 6em;
}
.home__text-p{
font-size: 1.5em;
}
.home__text-h{
font-size: 2em;
}
.about{
flex-direction: column;
margin-top: 4.5em;
}
.about__img{
display: none;
}
.about__text{
position: static;
width: 100%;
padding: 0;
}
.about__tel{
position: static;
width: 100%;
height: auto;
padding: 0.63em 0.32em;
margin-top: 0.63em;
}
.about__container{
padding: 2.75em 1em 1em 1em;
}
.block{
height: 600px;
}
.services__carousel{
margin-left: 2.31em;
margin-right: 2.31em;
}
.comment__wrap-comments .slick-prev{
left: 17px;
}
.comment__wrap-comments .slick-next{
right: 25px;
}
.comment__wrap-comment{
padding-top: 3.3em;
padding-bottom: 3.62em;
}
.wrap__ul{
margin: 3.2em 0.5em 0.5em;
}
.book{
display: block;
}
.book__button {
width: 100%;
}
.book__tel{
margin-top: 1.7em;
}
.footer__short{
display: block;
padding-top: 40px;
padding-left: 50px;
}
.footer__short-infor{
justify-content: flex-start;
width: 200px;
height: 3.5em;
margin: auto;
}
.full{
flex-direction: column;
}
.full__about,
.full__link{
margin-top: 40px;
width: 100%;
}
.full__about_p{
width: 100%;
}
}
@media(max-width: 590px){
.wrap__naw-short_left{
font-size: 0.8em;
}
.wrap__naw-short-a{
margin-right: 0.5em;
}
.comment__wrap-com{
font-size: 20px;
}
.comment__wrap-name{
font-size: 15px;
margin-top: 1.5em;
}
.block{
margin-right: 0;
}
.services__carousel .slick-prev{
left: -34px;
}
.services__carousel .slick-next{
right: -24px;
}
}
@media(max-width: 550px){
.wrap__naw-short_right{
display: grid;
grid-template-columns: 1fr 1fr;
width: 5em;
}
.wrap__naw-short_right-a{
margin-left: 0;
margin-bottom: 0.31em;
}
.wrap__ul{
margin: 2.2em 0.5em 0.5em;
}
.button__size{
display: none;
}
.home__text{
top: 4em;
}
.home__text{
top: 2em;
}
.home__text-p{
font-size: 1.2em;
}
.home__text-h{
font-size: 1.7em;
}
.about__text-t{
font-size: 1.5em;
}
.line__p{
font-size: 1.3em;
}
.certified__h{
font-size: 1.8em;
}
.certified__open-block{
width: 280px;
}
.comment__wrap-com{
font-size: 18px;
max-width: 12em;
}
.comment__wrap-comment{
padding-bottom: 1.5em;
padding-top: 1.5em;
}
.blog__block_right-img{
height: 350px;
}
.projects__block-img{
width: 100%;
}
.wrap__naw-short_left{
line-height: 1.6;
}
}
@media(max-width: 450px){
.wrap__a:last-child{
margin-right: 5px;
}
.comment__wrap-h{
font-size: 2em;
}
}
@media(max-width: 350px){
.home__text-h {
font-size: 1.4em;
}
.comment__wrap-com{
font-size: 15px;
}
.comment__wrap-name{
font-size: 11px;
}
.wrap__ul{
margin: 3em 0.5em 0.5em;
}
} | 0.621081 | 0.071203 |
.shaded {
margin: 10px;
padding: 10px;
background: #f4f4e0;
background: -moz-linear-gradient(top, #f4f4e0, #ffffff);
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4e0), to(#ffffff));
border: #f4f4e0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-o-border-radius: 10px;
}
.framed {
margin: 10px;
padding: 10px;
border:1px solid #646449;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-o-border-radius: 10px;
}
.div_registration_section {
margin-bottom: 20px; padding: 0px;
border: 2px solid #646449;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-o-border-radius: 10px;
overflow: hidden;
}
.div_registration_section_title {
background: #646449;
background: -moz-linear-gradient(top, #646449, #6d6d50);
background: -webkit-gradient(linear, left top, left bottom, from(#646449), to(#6d6d50));
padding: 10px;
font-size: 13pt; font-weight: bold; color: white;
}
.div_topic_header {
border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
-moz-border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
-webkit-border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
-khtml-border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
-o-border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
background: #c4c4a9;
background: -moz-linear-gradient(top, #c4c4a9, #ffffff);
background: -webkit-gradient(linear, left top, left bottom, from(#c4c4a9), to(#ffffff));
padding: 10px;
font-size: 11pt; font-weight: bold; color: black;
}
.entity_description_search {
font-size: 9pt; color: #606040;
}
.question, .subquestion {
clear: both;
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #ddcf99;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.question p { clear: both; }
.question label { clear: left; float: left; } | main/c2g/static/css/core/divs.css | .shaded {
margin: 10px;
padding: 10px;
background: #f4f4e0;
background: -moz-linear-gradient(top, #f4f4e0, #ffffff);
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4e0), to(#ffffff));
border: #f4f4e0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-o-border-radius: 10px;
}
.framed {
margin: 10px;
padding: 10px;
border:1px solid #646449;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-o-border-radius: 10px;
}
.div_registration_section {
margin-bottom: 20px; padding: 0px;
border: 2px solid #646449;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-o-border-radius: 10px;
overflow: hidden;
}
.div_registration_section_title {
background: #646449;
background: -moz-linear-gradient(top, #646449, #6d6d50);
background: -webkit-gradient(linear, left top, left bottom, from(#646449), to(#6d6d50));
padding: 10px;
font-size: 13pt; font-weight: bold; color: white;
}
.div_topic_header {
border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
-moz-border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
-webkit-border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
-khtml-border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
-o-border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
background: #c4c4a9;
background: -moz-linear-gradient(top, #c4c4a9, #ffffff);
background: -webkit-gradient(linear, left top, left bottom, from(#c4c4a9), to(#ffffff));
padding: 10px;
font-size: 11pt; font-weight: bold; color: black;
}
.entity_description_search {
font-size: 9pt; color: #606040;
}
.question, .subquestion {
clear: both;
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #ddcf99;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.question p { clear: both; }
.question label { clear: left; float: left; } | 0.389779 | 0.305089 |
* {
margin: 0;
padding: 0;
}
/* main frame display */
body {
margin-left: auto;
margin-right: auto;
width: 1000px;
font-family: Arial, Helvetica, sans-serif;
}
header {
padding: 20px;
color: white;
background-color: rgb(41, 92, 112);
margin: 5px 0;
text-align: center;
}
footer {
padding: 20px;
color: white;
background-color: rgb(41, 92, 112);
margin: 5px 0;
text-align: center;
}
.bg_img {
position: relative;
top: 0px;
left: 0px;
width: 1000px;
height: 500px;
background-color: rgb(180, 224, 241);
overflow: hidden;
}
/* hide input checkbox and radiobox. move them outside of view */
input {
position:fixed;
left:-20px;
top:-20px;
}
/** select game options window */
#start {
position: absolute;
top: 100px;
left: 280px;
width: 400px;
height: 200px;
padding: 20px 10px;
background-color: rgba(0, 0, 0, 0.2);
text-align: center;
border-radius: 20px;
z-index: 10;
}
#start div {
display: inline-block;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 96px;
height: 128px;
font-size: 20px;
font-weight: bold;
text-align: center;
color: darkgreen;
background-color: antiquewhite;
border: 2px solid #4CAF50;
transition-duration: 0.4s;
}
#start div label img {
display: block;
}
#start .game_option:hover {
background-color: #4CAF50; /* Green */
color: white;
}
/* hide 'game option selection window' */
.game_start:checked ~ #start {
display: none;
}
/* sun image */
#sun {
position: absolute;
top: -120px;
left: 800px;
}
#sun img {
width: 192px;
height: 192px;
animation: sun_move 180s infinite linear;
}
/* draw clound shape */
.cloud {
border-radius: 100px;
box-shadow: 0 8px 5px #ffffff;
height: 120px;
position: relative;
width: 350px;
background: #ffffff;
z-index: 10;
}
.cloud1 {
animation: clouds 20s linear infinite;
transform: scale(0.35);
}
.cloud2 {
animation: clouds 25s linear infinite;
transform: scale(0.5);
}
.cloud:before {
width: 180px;
height: 180px;
right: 50px;
top: -90px;
border-radius: 180px;
}
.cloud:after, .cloud:before {
background: #fff;
content: '';
position: absolute;
}
.cloud:after {
width: 80px;
left: 50px;
height: 100px;
top: -50px;
border-radius: 100px;
}
/* draw mountain shape */
.mountain {
position: absolute;
content: '';
bottom: 0;
left: 10px;
border-top: 0px solid transparent;
border-bottom: 160px solid #5ad07d;
border-right: 300px solid transparent;
border-left: 300px solid transparent;
}
.mountain2 {
position: absolute;
content: '';
bottom: 0;
left: 100px;
border-top: 0px solid transparent;
border-bottom: 160px solid #5ad07d;
border-right: 400px solid transparent;
border-left: 500px solid transparent;
}
/* cannon image */
div.cannon {
position: absolute;
top: 380px;
left: 50px;
transform: rotate(5deg);
transform-origin: 50% 75%;
z-index: 100;
}
.gun_barrel {
position: absolute;
top: 18px;
left: 90px;
width: 20px;
height: 0px;
border: 3px dashed greenyellow;
transform: rotate(-30deg);
transform-origin: left;
}
/* gun_barrel display */
.gun_area {
position: absolute;
top: 300px;
left: 100px;
width: 150px;
height: 120px;
background-color: rgba(200, 200, 180, 0.5);
border-radius: 10% 90% 10% 90%;
display: none;
}
.angle1_1 {
position: absolute;
left: 75px;
bottom: 0px;
width:75px;
height:50px;
/* color for testing */
/* background-color: rgba(255, 0, 255, 0.3); */
z-index: 100;
}
.angle1_2 {
position: absolute;
left: 55px;
bottom: 10px;
width:35px;
height:20px;
/* color for testing */
/* background-color: rgba(255, 0, 255, 0.3); */
z-index: 100;
}
.angle2_1 {
position: absolute;
left: 60px;
top: 20px;
width:60px;
height:50px;
/* color for testing */
/* background-color: rgba(0, 0, 255, 0.3); */
z-index: 100;
}
.angle2_2 {
position: absolute;
left: 40px;
top: 50px;
width:40px;
height:40px;
/* color for testing */
/* background-color: rgba(0, 0, 255, 0.3); */
z-index: 50;
}
.angle3_1 {
position: absolute;
left: 0px;
top: 0px;
width:60px;
height:60px;
/* color for testing */
/* background-color: rgba(0, 255, 255, 0.3); */
z-index: 100;
}
.angle3_2 {
position: absolute;
left: 10px;
top: 60px;
width:30px;
height:30px;
/* color for testing */
/* background-color: rgba(0, 255, 255, 0.3); */
z-index: 100;
}
/* change cursor shape */
label[for="angle1_check"]:hover, label[for="angle2_check"]:hover, label[for="angle3_check"]:hover {
cursor: crosshair;
}
/* tank - target image */
div.tank {
position: absolute;
display: none;
top: 380px;
left: 150px;
transform: rotate(30deg);
z-index: 80;
}
div.tank img {
width: 64px;
height: 64px;
}
/* move target position according to game option */
#game1_check:checked ~ div.tank {
display: block;
top: 360px;
left: 750px;
transition: all 10ms;
}
#game2_check:checked ~ div.tank {
display: block;
top: 400px;
left: 840px;
transition: all 10ms;
}
#game3_check:checked ~ div.tank {
display: block;
top: 330px;
left: 460px;
transform: rotate(5deg);
transition: all 10ms;
}
/* for power gauge animation*/
div.power_gauge {
position: absolute;
display: none;
top: 370px;
left: 140px;
height: 10px;
width: 40px;
z-index: 10;
background-color: rgba(255, 0, 0, 0.7);
}
/* power guage select area */
div.power_area {
position: absolute;
top: 280px;
left: 120px;
width: 80px;
height: 100px;
z-index: 40;
/* for test */
background-color: rgba(255, 255, 255, 0);
}
label.power {
display: block;
width: 100px;
height: 25px;
}
/* change cursor for power guage */
label.power:hover {
cursor: pointer;
}
/* missile shape */
/* we have to use pseudo elements */
#missile {
position: absolute;
z-index: 50;
}
#missile::after {
content: url(../images/bomb-24.png);
display: none;
}
/* explosion */
#hit {
position: absolute;
display: inline-block;
top: -200px;
left: 500px;
z-index: 80;
}
/* win/fail message windows */
.msg_window {
position: absolute;
top: -500px;
left: 280px;
width: 400px;
height: 200px;
padding: 20px 10px;
text-align: center;
font-size: 24px;
font-weight: bold;
border-radius: 20px;
}
/* win message background */
#win_msg {
background-color: rgba(255, 255, 224, 0.8);
color: green;
}
/* fail message background */
#fail_msg {
background-color: rgba(255, 182, 193, 0.8);
color: red;
}
/* text message section */
#win_msg p, #fail_msg p {
margin-top: 30px;
line-height: 40px;
}
/** CONDITIONS for user interaction **/
/* start animation for cannon */
.game_start:checked ~ input[name="gun_angle"]:not(:checked) ~ .gun_area {
display: block;
}
.game_start:checked ~ input[name="gun_angle"]:not(:checked) ~ .cannon {
animation-name: cannon_move;
animation-duration: 2s;
animation-iteration-count: infinite;
}
.game_start:checked ~ input[name="gun_angle"]:not(:checked) ~ .cannon .gun_barrel {
animation-name: angle_move;
animation-duration: 0.5s;
animation-iteration-count: infinite;
}
/* pause animation for cannon */
.game_start:checked ~ input[name="gun_angle"]:checked ~ .cannon {
animation-play-state: paused;
}
.game_start:checked ~ input[name="gun_angle"]:checked ~ .cannon .gun_barrel {
animation-play-state: paused;
display: none;
}
/* set radio labels' display. prevent selecting again */
.game_start:checked ~ input[name="gun_angle"]:checked ~ .gun_area {
display: none;
}
/* start animating power guage */
.game_start:checked ~ input[name="gun_angle"]:checked ~ input[name="power"]:not(:checked) ~ .power_gauge {
display: block;
animation-name: power_move;
animation-duration: 2s;
animation-iteration-count: infinite;
}
/* stop animating power guage */
.game_start:checked ~ input[name="gun_angle"]:checked ~ input[name="power"]:checked ~ .power_gauge {
animation-play-state: paused;
display: none;
}
.game_start:checked ~ input[name="gun_angle"]:checked ~ input[name="power"]:checked ~ .power_area {
display: none;
}
/* set initial missile position */
.game_start:checked ~ #angle1_check:checked ~ input[name="power"]:checked ~ #missile {
top: 400px;
left: 140px;
}
.game_start:checked ~ #angle1_check:checked ~ input[name="power"]:checked ~ #missile::after {
display: block;
}
.game_start:checked ~ #angle2_check:checked ~ input[name="power"]:checked ~ #missile {
top: 390px;
left: 125px;
}
.game_start:checked ~ #angle2_check:checked ~ input[name="power"]:checked ~ #missile::after {
display: block;
}
.game_start:checked ~ #angle3_check:checked ~ input[name="power"]:checked ~ #missile {
top: 380px;
left: 115px;
}
.game_start:checked ~ #angle3_check:checked ~ input[name="power"]:checked ~ #missile::after {
display: block;
}
/** missile moving CONDITION **/
/* ANGLE1 ************************/
/* angle1_check and power_1 check */
.game_start:checked ~ #angle1_check:checked ~ input#power1_check:checked ~ #missile {
animation: xAxis_11 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle1_check:checked ~ input#power1_check:checked ~ #missile::after {
animation: yAxis_11 2.5s 1 ease-in-out forwards;
}
/* angle1_check and power_2 check */
.game_start:checked ~ #angle1_check:checked ~ input#power2_check:checked ~ #missile {
animation: xAxis_12 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle1_check:checked ~ input#power2_check:checked ~ #missile::after {
animation: yAxis_12 2.5s 1 ease-in-out forwards;
}
/* angle1_check and power_3 check */
.game_start:checked ~ #angle1_check:checked ~ input#power3_check:checked ~ #missile {
animation: xAxis_13 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle1_check:checked ~ input#power3_check:checked ~ #missile::after {
animation: yAxis_13 2.5s 1 ease-in-out forwards;
}
/* angle1_check and power_4 check */
.game_start:checked ~ #angle1_check:checked ~ input#power4_check:checked ~ #missile {
animation: xAxis_14 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle1_check:checked ~ input#power4_check:checked ~ #missile::after {
animation: yAxis_14 2.5s 1 ease-in-out forwards;
}
/* ANGLE2 ************************/
/* angle2_check and power_1 check */
.game_start:checked ~ #angle2_check:checked ~ input#power1_check:checked ~ #missile {
animation: xAxis_21 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle2_check:checked ~ input#power1_check:checked ~ #missile::after {
animation: yAxis_21 2.5s 1 ease-in-out forwards;
}
/* angle2_check and power_2 check */
.game_start:checked ~ #angle2_check:checked ~ input#power2_check:checked ~ #missile {
animation: xAxis_22 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle2_check:checked ~ input#power2_check:checked ~ #missile::after {
animation: yAxis_22 2.5s 1 ease-in-out forwards;
}
/* angle2_check and power_3 check */
.game_start:checked ~ #angle2_check:checked ~ input#power3_check:checked ~ #missile {
animation: xAxis_23 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle2_check:checked ~ input#power3_check:checked ~ #missile::after {
animation: yAxis_23 2.5s 1 ease-in-out forwards;
}
/* angle2_check and power_4 check */
.game_start:checked ~ #angle2_check:checked ~ input#power4_check:checked ~ #missile {
animation: xAxis_24 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle2_check:checked ~ input#power4_check:checked ~ #missile::after {
animation: yAxis_24 2.5s 1 ease-in-out forwards;
}
/* ANGLE3 ************************/
/* angle3_check and power_1 check */
.game_start:checked ~ #angle3_check:checked ~ input#power1_check:checked ~ #missile {
animation: xAxis_31 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle3_check:checked ~ input#power1_check:checked ~ #missile::after {
animation: yAxis_31 2.5s 1 ease-in-out forwards;
}
/* angle3_check and power_2 check */
.game_start:checked ~ #angle3_check:checked ~ input#power2_check:checked ~ #missile {
animation: xAxis_32 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle3_check:checked ~ input#power2_check:checked ~ #missile::after {
animation: yAxis_32 2.5s 1 ease-in-out forwards;
}
/* angle3_check and power_3 check */
.game_start:checked ~ #angle3_check:checked ~ input#power3_check:checked ~ #missile {
animation: xAxis_33 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle3_check:checked ~ input#power3_check:checked ~ #missile::after {
animation: yAxis_33 2.5s 1 ease-in-out forwards;
}
/* angle3_check and power_4 check */
.game_start:checked ~ #angle3_check:checked ~ input#power4_check:checked ~ #missile {
animation: xAxis_34 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle3_check:checked ~ input#power4_check:checked ~ #missile::after {
animation: yAxis_34 2.5s 1 ease-in-out forwards;
}
/*************************************
* GAME WIN/FAIL CONDITIONS *
*************************************/
/* HIT TARGET - WIN GAME */
#game1_check:checked ~ input#angle1_check:checked ~ input#power1_check:checked ~ #hit {
animation: explosion_s11 3s 2.5s 1 forwards;
}
#game2_check:checked ~ input#angle2_check:checked ~ input#power2_check:checked ~ #hit {
animation: explosion_s22 3s 2.5s 1 forwards;
}
#game3_check:checked ~ input#angle3_check:checked ~ input#power3_check:checked ~ #hit {
animation: explosion_s33 3s 2.5s 1 forwards;
}
/* FAIL TO HIT TARGET */
.game_start:checked ~ input#angle1_check:checked ~ input#power1_check:checked ~ #hit {
animation: explosion_f11 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle1_check:checked ~ input#power2_check:checked ~ #hit {
animation: explosion_f12 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle1_check:checked ~ input#power3_check:checked ~ #hit {
animation: explosion_f13 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle1_check:checked ~ input#power4_check:checked ~ #hit {
animation: explosion_f14 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle2_check:checked ~ input#power1_check:checked ~ #hit {
animation: explosion_f21 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle2_check:checked ~ input#power2_check:checked ~ #hit {
animation: explosion_f22 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle2_check:checked ~ input#power3_check:checked ~ #hit {
animation: explosion_f23 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle2_check:checked ~ input#power4_check:checked ~ #hit {
animation: explosion_f24 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle3_check:checked ~ input#power1_check:checked ~ #hit {
animation: explosion_f31 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle3_check:checked ~ input#power2_check:checked ~ #hit {
animation: explosion_f32 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle3_check:checked ~ input#power3_check:checked ~ #hit {
animation: explosion_f33 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle3_check:checked ~ input#power4_check:checked ~ #hit {
animation: explosion_f34 2s 2.5s 1 forwards;
}
/* WIN MESSAGE */
#game1_check:checked ~ input#angle1_check:checked ~ input#power1_check:checked ~ #win_msg,
#game2_check:checked ~ input#angle2_check:checked ~ input#power2_check:checked ~ #win_msg,
#game3_check:checked ~ input#angle3_check:checked ~ input#power3_check:checked ~ #win_msg {
top: 80px;
transition: top 1s 4s;
}
/* FAIL MESSAGE */
#game1_check:checked ~ input#angle1_check:checked ~ input#power2_check:checked ~ #fail_msg,
#game1_check:checked ~ input#angle1_check:checked ~ input#power3_check:checked ~ #fail_msg,
#game1_check:checked ~ input#angle1_check:checked ~ input#power4_check:checked ~ #fail_msg,
#game1_check:checked ~ input#angle2_check:checked ~ input[name="power"]:checked ~ #fail_msg,
#game1_check:checked ~ input#angle3_check:checked ~ input[name="power"]:checked ~ #fail_msg,
#game2_check:checked ~ input#angle1_check:checked ~ input[name="power"]:checked ~ #fail_msg,
#game2_check:checked ~ input#angle2_check:checked ~ input#power1_check:checked ~ #fail_msg,
#game2_check:checked ~ input#angle2_check:checked ~ input#power3_check:checked ~ #fail_msg,
#game2_check:checked ~ input#angle2_check:checked ~ input#power4_check:checked ~ #fail_msg,
#game2_check:checked ~ input#angle3_check:checked ~ input[name="power"]:checked ~ #fail_msg,
#game3_check:checked ~ input#angle1_check:checked ~ input[name="power"]:checked ~ #fail_msg,
#game3_check:checked ~ input#angle2_check:checked ~ input[name="power"]:checked ~ #fail_msg,
#game3_check:checked ~ input#angle3_check:checked ~ input#power1_check:checked ~ #fail_msg,
#game3_check:checked ~ input#angle3_check:checked ~ input#power2_check:checked ~ #fail_msg,
#game3_check:checked ~ input#angle3_check:checked ~ input#power4_check:checked ~ #fail_msg {
top: 80px;
transition: top 1s 4s;
}
/* ANIMATION */
/* cannon moving */
@keyframes cannon_move {
0% { transform: rotate(5deg); transform-origin: 50% 75%; }
50% { transform: rotate(-30deg); transform-origin: 50% 75%; }
100% { transform: rotate(5deg); transform-origin: 50% 75%; }
}
/* dotted line */
@keyframes angle_move {
0% { width: 20px; }
100% { width: 120px; }
}
/* power guage moving */
@keyframes power_move {
0% { top: 370px; height: 10px; }
50% { top: 280px; height: 100px; }
100% { top: 370px; height: 10px; }
}
/* sun rotate */
@keyframes sun_move {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/* move clouds */
@keyframes clouds {
0% { margin-left: -700px; }
100% { margin-left: 100%; }
}
/* hit target animation */
/* success **************/
@keyframes explosion_s11 {
0% { top: 320px; left: 740px; transform: scale(1); }
20% { top: 320px; left: 740px; transform: scale(2); }
40% { top: 320px; left: 740px; transform: scale(0.8);}
60% { top: 320px; left: 740px; transform: scale(1.8); }
80% { top: 320px; left: 740px; transform: scale(1.0); }
100% { top: 320px; left: 740px; transform: scale(2);}
}
@keyframes explosion_s22 {
0% { top: 370px; left: 850px; transform: scale(1); }
20% { top: 370px; left: 850px; transform: scale(2); }
40% { top: 370px; left: 850px; transform: scale(0.8);}
60% { top: 370px; left: 850px; transform: scale(1.8); }
80% { top: 370px; left: 850px; transform: scale(1.0); }
100% { top: 370px; left: 850px; transform: scale(2);}
}
@keyframes explosion_s33 {
0% { top: 300px; left: 440px; transform: scale(1); }
20% { top: 300px; left: 440px; transform: scale(2); }
40% { top: 300px; left: 440px; transform: scale(0.8); }
60% { top: 300px; left: 440px; transform: scale(1.8); }
80% { top: 300px; left: 440px; transform: scale(1.0); }
100% { top: 300px; left: 440px; transform: scale(2); }
}
/************************/
/* fail */
@keyframes explosion_f11 {
0% { top: 340px; left: 730px; transform: scale(1); }
100% { top: 340px; left: 730px; transform: scale(1.5); }
}
@keyframes explosion_f12 {
0% { top: 320px; left: 680px; transform: scale(1); }
100% { top: 320px; left: 680px; transform: scale(1.5); }
}
@keyframes explosion_f13 {
0% { top: 300px; left: 640px; transform: scale(1); }
100% { top: 300px; left: 640px; transform: scale(1.5); }
}
@keyframes explosion_f14 {
0% { top: 300px; left: 590px; transform: scale(1); }
100% { top: 300px; left: 590px; transform: scale(1.5); }
}
@keyframes explosion_f21 {
0% { top: 410px; left: 890px; transform: scale(1); }
100% { top: 410px; left: 890px; transform: scale(1.5); }
}
@keyframes explosion_f22 {
0% { top: 390px; left: 850px; transform: scale(1); }
100% { top: 390px; left: 850px; transform: scale(1.5); }
}
@keyframes explosion_f23 {
0% { top: 370px; left: 780px; transform: scale(1); }
100% { top: 370px; left: 780px; transform: scale(1.5); }
}
@keyframes explosion_f24 {
0% { top: 330px; left: 690px; transform: scale(1); }
100% { top: 330px; left: 690px; transform: scale(1.5); }
}
@keyframes explosion_f31 {
0% { top: 300px; left: 530px; transform: scale(1); }
100% { top: 300px; left: 530px; transform: scale(1.5); }
}
@keyframes explosion_f32 {
0% { top: 300px; left: 500px; transform: scale(1); }
100% { top: 300px; left: 500px; transform: scale(1.5); }
}
@keyframes explosion_f33 {
0% { top: 320px; left: 440px; transform: scale(1); }
100% { top: 320px; left: 440px; transform: scale(1.5); }
}
@keyframes explosion_f34 {
0% { top: 350px; left: 400px; transform: scale(1); }
100% { top: 350px; left: 400px; transform: scale(1.5); }
}
/************************/
/* missile moving */
/* ANGLE1 *********/
@keyframes xAxis_11 {
70% { animation-timing-function: ease-out; transform: translateX(500px); }
100% { animation-timing-function: ease-out; transform: translateX(630px); }
}
@keyframes yAxis_11 {
70% { animation-timing-function: ease-in; transform: translateY(-250px) scale(2); }
100% { animation-timing-function: ease-in; transform: translateY(-5px); }
}
@keyframes xAxis_12 {
70% { animation-timing-function: ease-out; transform: translateX(460px); }
100% { animation-timing-function: ease-out; transform: translateX(580px); }
}
@keyframes yAxis_12 {
70% { animation-timing-function: ease-in; transform: translateY(-240px) scale(1.8); }
100% { animation-timing-function: ease-in; transform: translateY(-30px); }
}
@keyframes xAxis_13 {
70% { animation-timing-function: ease-out; transform: translateX(420px); }
100% { animation-timing-function: ease-out; transform: translateX(530px); }
}
@keyframes yAxis_13 {
70% { animation-timing-function: ease-in; transform: translateY(-230px) scale(1.6); }
100% { animation-timing-function: ease-in; transform: translateY(-50px); }
}
@keyframes xAxis_14 {
70% { animation-timing-function: ease-out; transform: translateX(380px); }
100% { animation-timing-function: ease-out; transform: translateX(480px); }
}
@keyframes yAxis_14 {
70% { animation-timing-function: ease-in; transform: translateY(-220px) scale(1.4); }
100% { animation-timing-function: ease-in; transform: translateY(-50px); }
}
/* ANGLE2 *********/
@keyframes xAxis_21 {
60% { animation-timing-function: ease-out; transform: translateX(600px); }
100% { animation-timing-function: ease-out; transform: translateX(780px); }
}
@keyframes yAxis_21 {
60% { animation-timing-function: ease-in; transform: translateY(-300px) scale(2); }
100% { animation-timing-function: ease-in; transform: translateY(60px); }
}
@keyframes xAxis_22 {
70% { animation-timing-function: ease-out; transform: translateX(600px); }
100% { animation-timing-function: ease-out; transform: translateX(740px); }
}
@keyframes yAxis_22 {
70% { animation-timing-function: ease-in; transform: translateY(-300px) scale(2); }
100% { animation-timing-function: ease-in; transform: translateY(40px); }
}
@keyframes xAxis_23 {
60% { animation-timing-function: ease-out; transform: translateX(560px); }
100% { animation-timing-function: ease-out; transform: translateX(670px); }
}
@keyframes yAxis_23 {
60% { animation-timing-function: ease-in; transform: translateY(-290px) scale(1.8); }
100% { animation-timing-function: ease-in; transform: translateY(20px); }
}
@keyframes xAxis_24 {
70% { animation-timing-function: ease-out; transform: translateX(480px); }
100% { animation-timing-function: ease-out; transform: translateX(580px); }
}
@keyframes yAxis_24 {
70% { animation-timing-function: ease-in; transform: translateY(-270px) scale(1.4); }
100% { animation-timing-function: ease-in; transform: translateY(-15px); }
}
/* ANGLE3 *********/
@keyframes xAxis_31 {
50% { animation-timing-function: ease-out; transform: translateX(350px); }
100% { animation-timing-function: ease-out; transform: translateX(450px); }
}
@keyframes yAxis_31 {
50% { animation-timing-function: ease-in; transform: translateY(-350px) scale(2); }
100% { animation-timing-function: ease-in; transform: translateY(-50px); }
}
@keyframes xAxis_32 {
50% { animation-timing-function: ease-out; transform: translateX(320px); }
100% { animation-timing-function: ease-out; transform: translateX(410px); }
}
@keyframes yAxis_32 {
50% { animation-timing-function: ease-in; transform: translateY(-330px) scale(1.8); }
100% { animation-timing-function: ease-in; transform: translateY(-50px); }
}
@keyframes xAxis_33 {
50% { animation-timing-function: ease-out; transform: translateX(270px); }
100% { animation-timing-function: ease-out; transform: translateX(350px); }
}
@keyframes yAxis_33 {
50% { animation-timing-function: ease-in; transform: translateY(-310px) scale(1.6); }
100% { animation-timing-function: ease-in; transform: translateY(-10px); }
}
@keyframes xAxis_34 {
70% { animation-timing-function: ease-out; transform: translateX(240px); }
100% { animation-timing-function: ease-out; transform: translateX(320px); }
}
@keyframes yAxis_34 {
70% { animation-timing-function: ease-in; transform: translateY(-290px) scale(1.4); }
100% { animation-timing-function: ease-in; transform: translateY(0px); }
} | css/pure-css-game/styles/main.css | * {
margin: 0;
padding: 0;
}
/* main frame display */
body {
margin-left: auto;
margin-right: auto;
width: 1000px;
font-family: Arial, Helvetica, sans-serif;
}
header {
padding: 20px;
color: white;
background-color: rgb(41, 92, 112);
margin: 5px 0;
text-align: center;
}
footer {
padding: 20px;
color: white;
background-color: rgb(41, 92, 112);
margin: 5px 0;
text-align: center;
}
.bg_img {
position: relative;
top: 0px;
left: 0px;
width: 1000px;
height: 500px;
background-color: rgb(180, 224, 241);
overflow: hidden;
}
/* hide input checkbox and radiobox. move them outside of view */
input {
position:fixed;
left:-20px;
top:-20px;
}
/** select game options window */
#start {
position: absolute;
top: 100px;
left: 280px;
width: 400px;
height: 200px;
padding: 20px 10px;
background-color: rgba(0, 0, 0, 0.2);
text-align: center;
border-radius: 20px;
z-index: 10;
}
#start div {
display: inline-block;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 96px;
height: 128px;
font-size: 20px;
font-weight: bold;
text-align: center;
color: darkgreen;
background-color: antiquewhite;
border: 2px solid #4CAF50;
transition-duration: 0.4s;
}
#start div label img {
display: block;
}
#start .game_option:hover {
background-color: #4CAF50; /* Green */
color: white;
}
/* hide 'game option selection window' */
.game_start:checked ~ #start {
display: none;
}
/* sun image */
#sun {
position: absolute;
top: -120px;
left: 800px;
}
#sun img {
width: 192px;
height: 192px;
animation: sun_move 180s infinite linear;
}
/* draw clound shape */
.cloud {
border-radius: 100px;
box-shadow: 0 8px 5px #ffffff;
height: 120px;
position: relative;
width: 350px;
background: #ffffff;
z-index: 10;
}
.cloud1 {
animation: clouds 20s linear infinite;
transform: scale(0.35);
}
.cloud2 {
animation: clouds 25s linear infinite;
transform: scale(0.5);
}
.cloud:before {
width: 180px;
height: 180px;
right: 50px;
top: -90px;
border-radius: 180px;
}
.cloud:after, .cloud:before {
background: #fff;
content: '';
position: absolute;
}
.cloud:after {
width: 80px;
left: 50px;
height: 100px;
top: -50px;
border-radius: 100px;
}
/* draw mountain shape */
.mountain {
position: absolute;
content: '';
bottom: 0;
left: 10px;
border-top: 0px solid transparent;
border-bottom: 160px solid #5ad07d;
border-right: 300px solid transparent;
border-left: 300px solid transparent;
}
.mountain2 {
position: absolute;
content: '';
bottom: 0;
left: 100px;
border-top: 0px solid transparent;
border-bottom: 160px solid #5ad07d;
border-right: 400px solid transparent;
border-left: 500px solid transparent;
}
/* cannon image */
div.cannon {
position: absolute;
top: 380px;
left: 50px;
transform: rotate(5deg);
transform-origin: 50% 75%;
z-index: 100;
}
.gun_barrel {
position: absolute;
top: 18px;
left: 90px;
width: 20px;
height: 0px;
border: 3px dashed greenyellow;
transform: rotate(-30deg);
transform-origin: left;
}
/* gun_barrel display */
.gun_area {
position: absolute;
top: 300px;
left: 100px;
width: 150px;
height: 120px;
background-color: rgba(200, 200, 180, 0.5);
border-radius: 10% 90% 10% 90%;
display: none;
}
.angle1_1 {
position: absolute;
left: 75px;
bottom: 0px;
width:75px;
height:50px;
/* color for testing */
/* background-color: rgba(255, 0, 255, 0.3); */
z-index: 100;
}
.angle1_2 {
position: absolute;
left: 55px;
bottom: 10px;
width:35px;
height:20px;
/* color for testing */
/* background-color: rgba(255, 0, 255, 0.3); */
z-index: 100;
}
.angle2_1 {
position: absolute;
left: 60px;
top: 20px;
width:60px;
height:50px;
/* color for testing */
/* background-color: rgba(0, 0, 255, 0.3); */
z-index: 100;
}
.angle2_2 {
position: absolute;
left: 40px;
top: 50px;
width:40px;
height:40px;
/* color for testing */
/* background-color: rgba(0, 0, 255, 0.3); */
z-index: 50;
}
.angle3_1 {
position: absolute;
left: 0px;
top: 0px;
width:60px;
height:60px;
/* color for testing */
/* background-color: rgba(0, 255, 255, 0.3); */
z-index: 100;
}
.angle3_2 {
position: absolute;
left: 10px;
top: 60px;
width:30px;
height:30px;
/* color for testing */
/* background-color: rgba(0, 255, 255, 0.3); */
z-index: 100;
}
/* change cursor shape */
label[for="angle1_check"]:hover, label[for="angle2_check"]:hover, label[for="angle3_check"]:hover {
cursor: crosshair;
}
/* tank - target image */
div.tank {
position: absolute;
display: none;
top: 380px;
left: 150px;
transform: rotate(30deg);
z-index: 80;
}
div.tank img {
width: 64px;
height: 64px;
}
/* move target position according to game option */
#game1_check:checked ~ div.tank {
display: block;
top: 360px;
left: 750px;
transition: all 10ms;
}
#game2_check:checked ~ div.tank {
display: block;
top: 400px;
left: 840px;
transition: all 10ms;
}
#game3_check:checked ~ div.tank {
display: block;
top: 330px;
left: 460px;
transform: rotate(5deg);
transition: all 10ms;
}
/* for power gauge animation*/
div.power_gauge {
position: absolute;
display: none;
top: 370px;
left: 140px;
height: 10px;
width: 40px;
z-index: 10;
background-color: rgba(255, 0, 0, 0.7);
}
/* power guage select area */
div.power_area {
position: absolute;
top: 280px;
left: 120px;
width: 80px;
height: 100px;
z-index: 40;
/* for test */
background-color: rgba(255, 255, 255, 0);
}
label.power {
display: block;
width: 100px;
height: 25px;
}
/* change cursor for power guage */
label.power:hover {
cursor: pointer;
}
/* missile shape */
/* we have to use pseudo elements */
#missile {
position: absolute;
z-index: 50;
}
#missile::after {
content: url(../images/bomb-24.png);
display: none;
}
/* explosion */
#hit {
position: absolute;
display: inline-block;
top: -200px;
left: 500px;
z-index: 80;
}
/* win/fail message windows */
.msg_window {
position: absolute;
top: -500px;
left: 280px;
width: 400px;
height: 200px;
padding: 20px 10px;
text-align: center;
font-size: 24px;
font-weight: bold;
border-radius: 20px;
}
/* win message background */
#win_msg {
background-color: rgba(255, 255, 224, 0.8);
color: green;
}
/* fail message background */
#fail_msg {
background-color: rgba(255, 182, 193, 0.8);
color: red;
}
/* text message section */
#win_msg p, #fail_msg p {
margin-top: 30px;
line-height: 40px;
}
/** CONDITIONS for user interaction **/
/* start animation for cannon */
.game_start:checked ~ input[name="gun_angle"]:not(:checked) ~ .gun_area {
display: block;
}
.game_start:checked ~ input[name="gun_angle"]:not(:checked) ~ .cannon {
animation-name: cannon_move;
animation-duration: 2s;
animation-iteration-count: infinite;
}
.game_start:checked ~ input[name="gun_angle"]:not(:checked) ~ .cannon .gun_barrel {
animation-name: angle_move;
animation-duration: 0.5s;
animation-iteration-count: infinite;
}
/* pause animation for cannon */
.game_start:checked ~ input[name="gun_angle"]:checked ~ .cannon {
animation-play-state: paused;
}
.game_start:checked ~ input[name="gun_angle"]:checked ~ .cannon .gun_barrel {
animation-play-state: paused;
display: none;
}
/* set radio labels' display. prevent selecting again */
.game_start:checked ~ input[name="gun_angle"]:checked ~ .gun_area {
display: none;
}
/* start animating power guage */
.game_start:checked ~ input[name="gun_angle"]:checked ~ input[name="power"]:not(:checked) ~ .power_gauge {
display: block;
animation-name: power_move;
animation-duration: 2s;
animation-iteration-count: infinite;
}
/* stop animating power guage */
.game_start:checked ~ input[name="gun_angle"]:checked ~ input[name="power"]:checked ~ .power_gauge {
animation-play-state: paused;
display: none;
}
.game_start:checked ~ input[name="gun_angle"]:checked ~ input[name="power"]:checked ~ .power_area {
display: none;
}
/* set initial missile position */
.game_start:checked ~ #angle1_check:checked ~ input[name="power"]:checked ~ #missile {
top: 400px;
left: 140px;
}
.game_start:checked ~ #angle1_check:checked ~ input[name="power"]:checked ~ #missile::after {
display: block;
}
.game_start:checked ~ #angle2_check:checked ~ input[name="power"]:checked ~ #missile {
top: 390px;
left: 125px;
}
.game_start:checked ~ #angle2_check:checked ~ input[name="power"]:checked ~ #missile::after {
display: block;
}
.game_start:checked ~ #angle3_check:checked ~ input[name="power"]:checked ~ #missile {
top: 380px;
left: 115px;
}
.game_start:checked ~ #angle3_check:checked ~ input[name="power"]:checked ~ #missile::after {
display: block;
}
/** missile moving CONDITION **/
/* ANGLE1 ************************/
/* angle1_check and power_1 check */
.game_start:checked ~ #angle1_check:checked ~ input#power1_check:checked ~ #missile {
animation: xAxis_11 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle1_check:checked ~ input#power1_check:checked ~ #missile::after {
animation: yAxis_11 2.5s 1 ease-in-out forwards;
}
/* angle1_check and power_2 check */
.game_start:checked ~ #angle1_check:checked ~ input#power2_check:checked ~ #missile {
animation: xAxis_12 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle1_check:checked ~ input#power2_check:checked ~ #missile::after {
animation: yAxis_12 2.5s 1 ease-in-out forwards;
}
/* angle1_check and power_3 check */
.game_start:checked ~ #angle1_check:checked ~ input#power3_check:checked ~ #missile {
animation: xAxis_13 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle1_check:checked ~ input#power3_check:checked ~ #missile::after {
animation: yAxis_13 2.5s 1 ease-in-out forwards;
}
/* angle1_check and power_4 check */
.game_start:checked ~ #angle1_check:checked ~ input#power4_check:checked ~ #missile {
animation: xAxis_14 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle1_check:checked ~ input#power4_check:checked ~ #missile::after {
animation: yAxis_14 2.5s 1 ease-in-out forwards;
}
/* ANGLE2 ************************/
/* angle2_check and power_1 check */
.game_start:checked ~ #angle2_check:checked ~ input#power1_check:checked ~ #missile {
animation: xAxis_21 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle2_check:checked ~ input#power1_check:checked ~ #missile::after {
animation: yAxis_21 2.5s 1 ease-in-out forwards;
}
/* angle2_check and power_2 check */
.game_start:checked ~ #angle2_check:checked ~ input#power2_check:checked ~ #missile {
animation: xAxis_22 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle2_check:checked ~ input#power2_check:checked ~ #missile::after {
animation: yAxis_22 2.5s 1 ease-in-out forwards;
}
/* angle2_check and power_3 check */
.game_start:checked ~ #angle2_check:checked ~ input#power3_check:checked ~ #missile {
animation: xAxis_23 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle2_check:checked ~ input#power3_check:checked ~ #missile::after {
animation: yAxis_23 2.5s 1 ease-in-out forwards;
}
/* angle2_check and power_4 check */
.game_start:checked ~ #angle2_check:checked ~ input#power4_check:checked ~ #missile {
animation: xAxis_24 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle2_check:checked ~ input#power4_check:checked ~ #missile::after {
animation: yAxis_24 2.5s 1 ease-in-out forwards;
}
/* ANGLE3 ************************/
/* angle3_check and power_1 check */
.game_start:checked ~ #angle3_check:checked ~ input#power1_check:checked ~ #missile {
animation: xAxis_31 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle3_check:checked ~ input#power1_check:checked ~ #missile::after {
animation: yAxis_31 2.5s 1 ease-in-out forwards;
}
/* angle3_check and power_2 check */
.game_start:checked ~ #angle3_check:checked ~ input#power2_check:checked ~ #missile {
animation: xAxis_32 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle3_check:checked ~ input#power2_check:checked ~ #missile::after {
animation: yAxis_32 2.5s 1 ease-in-out forwards;
}
/* angle3_check and power_3 check */
.game_start:checked ~ #angle3_check:checked ~ input#power3_check:checked ~ #missile {
animation: xAxis_33 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle3_check:checked ~ input#power3_check:checked ~ #missile::after {
animation: yAxis_33 2.5s 1 ease-in-out forwards;
}
/* angle3_check and power_4 check */
.game_start:checked ~ #angle3_check:checked ~ input#power4_check:checked ~ #missile {
animation: xAxis_34 2.5s 1 ease-in forwards;
}
.game_start:checked ~ #angle3_check:checked ~ input#power4_check:checked ~ #missile::after {
animation: yAxis_34 2.5s 1 ease-in-out forwards;
}
/*************************************
* GAME WIN/FAIL CONDITIONS *
*************************************/
/* HIT TARGET - WIN GAME */
#game1_check:checked ~ input#angle1_check:checked ~ input#power1_check:checked ~ #hit {
animation: explosion_s11 3s 2.5s 1 forwards;
}
#game2_check:checked ~ input#angle2_check:checked ~ input#power2_check:checked ~ #hit {
animation: explosion_s22 3s 2.5s 1 forwards;
}
#game3_check:checked ~ input#angle3_check:checked ~ input#power3_check:checked ~ #hit {
animation: explosion_s33 3s 2.5s 1 forwards;
}
/* FAIL TO HIT TARGET */
.game_start:checked ~ input#angle1_check:checked ~ input#power1_check:checked ~ #hit {
animation: explosion_f11 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle1_check:checked ~ input#power2_check:checked ~ #hit {
animation: explosion_f12 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle1_check:checked ~ input#power3_check:checked ~ #hit {
animation: explosion_f13 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle1_check:checked ~ input#power4_check:checked ~ #hit {
animation: explosion_f14 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle2_check:checked ~ input#power1_check:checked ~ #hit {
animation: explosion_f21 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle2_check:checked ~ input#power2_check:checked ~ #hit {
animation: explosion_f22 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle2_check:checked ~ input#power3_check:checked ~ #hit {
animation: explosion_f23 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle2_check:checked ~ input#power4_check:checked ~ #hit {
animation: explosion_f24 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle3_check:checked ~ input#power1_check:checked ~ #hit {
animation: explosion_f31 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle3_check:checked ~ input#power2_check:checked ~ #hit {
animation: explosion_f32 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle3_check:checked ~ input#power3_check:checked ~ #hit {
animation: explosion_f33 2s 2.5s 1 forwards;
}
.game_start:checked ~ input#angle3_check:checked ~ input#power4_check:checked ~ #hit {
animation: explosion_f34 2s 2.5s 1 forwards;
}
/* WIN MESSAGE */
#game1_check:checked ~ input#angle1_check:checked ~ input#power1_check:checked ~ #win_msg,
#game2_check:checked ~ input#angle2_check:checked ~ input#power2_check:checked ~ #win_msg,
#game3_check:checked ~ input#angle3_check:checked ~ input#power3_check:checked ~ #win_msg {
top: 80px;
transition: top 1s 4s;
}
/* FAIL MESSAGE */
#game1_check:checked ~ input#angle1_check:checked ~ input#power2_check:checked ~ #fail_msg,
#game1_check:checked ~ input#angle1_check:checked ~ input#power3_check:checked ~ #fail_msg,
#game1_check:checked ~ input#angle1_check:checked ~ input#power4_check:checked ~ #fail_msg,
#game1_check:checked ~ input#angle2_check:checked ~ input[name="power"]:checked ~ #fail_msg,
#game1_check:checked ~ input#angle3_check:checked ~ input[name="power"]:checked ~ #fail_msg,
#game2_check:checked ~ input#angle1_check:checked ~ input[name="power"]:checked ~ #fail_msg,
#game2_check:checked ~ input#angle2_check:checked ~ input#power1_check:checked ~ #fail_msg,
#game2_check:checked ~ input#angle2_check:checked ~ input#power3_check:checked ~ #fail_msg,
#game2_check:checked ~ input#angle2_check:checked ~ input#power4_check:checked ~ #fail_msg,
#game2_check:checked ~ input#angle3_check:checked ~ input[name="power"]:checked ~ #fail_msg,
#game3_check:checked ~ input#angle1_check:checked ~ input[name="power"]:checked ~ #fail_msg,
#game3_check:checked ~ input#angle2_check:checked ~ input[name="power"]:checked ~ #fail_msg,
#game3_check:checked ~ input#angle3_check:checked ~ input#power1_check:checked ~ #fail_msg,
#game3_check:checked ~ input#angle3_check:checked ~ input#power2_check:checked ~ #fail_msg,
#game3_check:checked ~ input#angle3_check:checked ~ input#power4_check:checked ~ #fail_msg {
top: 80px;
transition: top 1s 4s;
}
/* ANIMATION */
/* cannon moving */
@keyframes cannon_move {
0% { transform: rotate(5deg); transform-origin: 50% 75%; }
50% { transform: rotate(-30deg); transform-origin: 50% 75%; }
100% { transform: rotate(5deg); transform-origin: 50% 75%; }
}
/* dotted line */
@keyframes angle_move {
0% { width: 20px; }
100% { width: 120px; }
}
/* power guage moving */
@keyframes power_move {
0% { top: 370px; height: 10px; }
50% { top: 280px; height: 100px; }
100% { top: 370px; height: 10px; }
}
/* sun rotate */
@keyframes sun_move {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/* move clouds */
@keyframes clouds {
0% { margin-left: -700px; }
100% { margin-left: 100%; }
}
/* hit target animation */
/* success **************/
@keyframes explosion_s11 {
0% { top: 320px; left: 740px; transform: scale(1); }
20% { top: 320px; left: 740px; transform: scale(2); }
40% { top: 320px; left: 740px; transform: scale(0.8);}
60% { top: 320px; left: 740px; transform: scale(1.8); }
80% { top: 320px; left: 740px; transform: scale(1.0); }
100% { top: 320px; left: 740px; transform: scale(2);}
}
@keyframes explosion_s22 {
0% { top: 370px; left: 850px; transform: scale(1); }
20% { top: 370px; left: 850px; transform: scale(2); }
40% { top: 370px; left: 850px; transform: scale(0.8);}
60% { top: 370px; left: 850px; transform: scale(1.8); }
80% { top: 370px; left: 850px; transform: scale(1.0); }
100% { top: 370px; left: 850px; transform: scale(2);}
}
@keyframes explosion_s33 {
0% { top: 300px; left: 440px; transform: scale(1); }
20% { top: 300px; left: 440px; transform: scale(2); }
40% { top: 300px; left: 440px; transform: scale(0.8); }
60% { top: 300px; left: 440px; transform: scale(1.8); }
80% { top: 300px; left: 440px; transform: scale(1.0); }
100% { top: 300px; left: 440px; transform: scale(2); }
}
/************************/
/* fail */
@keyframes explosion_f11 {
0% { top: 340px; left: 730px; transform: scale(1); }
100% { top: 340px; left: 730px; transform: scale(1.5); }
}
@keyframes explosion_f12 {
0% { top: 320px; left: 680px; transform: scale(1); }
100% { top: 320px; left: 680px; transform: scale(1.5); }
}
@keyframes explosion_f13 {
0% { top: 300px; left: 640px; transform: scale(1); }
100% { top: 300px; left: 640px; transform: scale(1.5); }
}
@keyframes explosion_f14 {
0% { top: 300px; left: 590px; transform: scale(1); }
100% { top: 300px; left: 590px; transform: scale(1.5); }
}
@keyframes explosion_f21 {
0% { top: 410px; left: 890px; transform: scale(1); }
100% { top: 410px; left: 890px; transform: scale(1.5); }
}
@keyframes explosion_f22 {
0% { top: 390px; left: 850px; transform: scale(1); }
100% { top: 390px; left: 850px; transform: scale(1.5); }
}
@keyframes explosion_f23 {
0% { top: 370px; left: 780px; transform: scale(1); }
100% { top: 370px; left: 780px; transform: scale(1.5); }
}
@keyframes explosion_f24 {
0% { top: 330px; left: 690px; transform: scale(1); }
100% { top: 330px; left: 690px; transform: scale(1.5); }
}
@keyframes explosion_f31 {
0% { top: 300px; left: 530px; transform: scale(1); }
100% { top: 300px; left: 530px; transform: scale(1.5); }
}
@keyframes explosion_f32 {
0% { top: 300px; left: 500px; transform: scale(1); }
100% { top: 300px; left: 500px; transform: scale(1.5); }
}
@keyframes explosion_f33 {
0% { top: 320px; left: 440px; transform: scale(1); }
100% { top: 320px; left: 440px; transform: scale(1.5); }
}
@keyframes explosion_f34 {
0% { top: 350px; left: 400px; transform: scale(1); }
100% { top: 350px; left: 400px; transform: scale(1.5); }
}
/************************/
/* missile moving */
/* ANGLE1 *********/
@keyframes xAxis_11 {
70% { animation-timing-function: ease-out; transform: translateX(500px); }
100% { animation-timing-function: ease-out; transform: translateX(630px); }
}
@keyframes yAxis_11 {
70% { animation-timing-function: ease-in; transform: translateY(-250px) scale(2); }
100% { animation-timing-function: ease-in; transform: translateY(-5px); }
}
@keyframes xAxis_12 {
70% { animation-timing-function: ease-out; transform: translateX(460px); }
100% { animation-timing-function: ease-out; transform: translateX(580px); }
}
@keyframes yAxis_12 {
70% { animation-timing-function: ease-in; transform: translateY(-240px) scale(1.8); }
100% { animation-timing-function: ease-in; transform: translateY(-30px); }
}
@keyframes xAxis_13 {
70% { animation-timing-function: ease-out; transform: translateX(420px); }
100% { animation-timing-function: ease-out; transform: translateX(530px); }
}
@keyframes yAxis_13 {
70% { animation-timing-function: ease-in; transform: translateY(-230px) scale(1.6); }
100% { animation-timing-function: ease-in; transform: translateY(-50px); }
}
@keyframes xAxis_14 {
70% { animation-timing-function: ease-out; transform: translateX(380px); }
100% { animation-timing-function: ease-out; transform: translateX(480px); }
}
@keyframes yAxis_14 {
70% { animation-timing-function: ease-in; transform: translateY(-220px) scale(1.4); }
100% { animation-timing-function: ease-in; transform: translateY(-50px); }
}
/* ANGLE2 *********/
@keyframes xAxis_21 {
60% { animation-timing-function: ease-out; transform: translateX(600px); }
100% { animation-timing-function: ease-out; transform: translateX(780px); }
}
@keyframes yAxis_21 {
60% { animation-timing-function: ease-in; transform: translateY(-300px) scale(2); }
100% { animation-timing-function: ease-in; transform: translateY(60px); }
}
@keyframes xAxis_22 {
70% { animation-timing-function: ease-out; transform: translateX(600px); }
100% { animation-timing-function: ease-out; transform: translateX(740px); }
}
@keyframes yAxis_22 {
70% { animation-timing-function: ease-in; transform: translateY(-300px) scale(2); }
100% { animation-timing-function: ease-in; transform: translateY(40px); }
}
@keyframes xAxis_23 {
60% { animation-timing-function: ease-out; transform: translateX(560px); }
100% { animation-timing-function: ease-out; transform: translateX(670px); }
}
@keyframes yAxis_23 {
60% { animation-timing-function: ease-in; transform: translateY(-290px) scale(1.8); }
100% { animation-timing-function: ease-in; transform: translateY(20px); }
}
@keyframes xAxis_24 {
70% { animation-timing-function: ease-out; transform: translateX(480px); }
100% { animation-timing-function: ease-out; transform: translateX(580px); }
}
@keyframes yAxis_24 {
70% { animation-timing-function: ease-in; transform: translateY(-270px) scale(1.4); }
100% { animation-timing-function: ease-in; transform: translateY(-15px); }
}
/* ANGLE3 *********/
@keyframes xAxis_31 {
50% { animation-timing-function: ease-out; transform: translateX(350px); }
100% { animation-timing-function: ease-out; transform: translateX(450px); }
}
@keyframes yAxis_31 {
50% { animation-timing-function: ease-in; transform: translateY(-350px) scale(2); }
100% { animation-timing-function: ease-in; transform: translateY(-50px); }
}
@keyframes xAxis_32 {
50% { animation-timing-function: ease-out; transform: translateX(320px); }
100% { animation-timing-function: ease-out; transform: translateX(410px); }
}
@keyframes yAxis_32 {
50% { animation-timing-function: ease-in; transform: translateY(-330px) scale(1.8); }
100% { animation-timing-function: ease-in; transform: translateY(-50px); }
}
@keyframes xAxis_33 {
50% { animation-timing-function: ease-out; transform: translateX(270px); }
100% { animation-timing-function: ease-out; transform: translateX(350px); }
}
@keyframes yAxis_33 {
50% { animation-timing-function: ease-in; transform: translateY(-310px) scale(1.6); }
100% { animation-timing-function: ease-in; transform: translateY(-10px); }
}
@keyframes xAxis_34 {
70% { animation-timing-function: ease-out; transform: translateX(240px); }
100% { animation-timing-function: ease-out; transform: translateX(320px); }
}
@keyframes yAxis_34 {
70% { animation-timing-function: ease-in; transform: translateY(-290px) scale(1.4); }
100% { animation-timing-function: ease-in; transform: translateY(0px); }
} | 0.435661 | 0.097734 |
html,
body {
font-size: 100%;
font-family: "Montserrat", sans-serif;
scroll-behavior: smooth;
background-color: rgb(230, 255, 230);
}
h1 {
font-size: 3rem;
color: black;
text-transform: uppercase;
font-weight: 300;
text-align: center;
margin-bottom: 1vw;
}
/* */
.display-3 {
font-size: 2rem;
}
/* */
#footer {
margin-top: 5rem;
background-color: rgba(0, 0, 0, 0.63);
color: white;
height: 10rem;
vertical-align: middle;
padding-top: 3rem;
/* padding-bottom: 2rem; */
}
.serious-peeps {
display: inline-block;
}
/* */
#footer ul {
list-style: none;
float: right;
}
/* NEWS CARD */
#news_section #news_row .col-lg-4.d-flex.align-items-stretch {
height: 100%;
position: relative;
}
.container #news_row .col-lg-4.d-flex.align-items-stretch .card .card-body a {
color: rgb(117, 109, 109);
}
#news_section #news_row .col-lg-4.d-flex.align-items-stretch .card .card-body {
/* position: absolute; */
display: flex;
flex-direction: column;
}
#news_section
#news_row
.col-lg-4.d-flex.align-items-stretch
.card
.card-body
a.btn {
margin-top: auto;
}
#news_section #news_row .col-lg-4.d-flex.align-items-stretch .card {
box-shadow: none;
width: 25rem;
border-radius: 1rem;
margin-left: 10px;
margin-right: 10px;
}
#news_section
#news_row
.col-lg-4.d-flex.align-items-stretch
.card
.card-img-top {
width: 100%;
height: 10rem;
object-fit: cover;
}
#news_section
#news_row
.col-lg-4.d-flex.align-items-stretch
.card
.card-body
a:hover {
background-color: rgb(230, 255, 230);
}
#news_section {
margin-top: 5rem;
margin-bottom: 5rem;
}
#news_row {
display: flex;
}
#news_section .row .slick-center .card {
transform: scale(1.2);
}
.slick-dots {
display: flex;
justify-content: center;
margin: 0;
padding: 1rem 0;
list-style-type: none;
}
li {
margin: 0 0.25rem;
}
button {
display: block;
width: 0.7rem;
height: 0.7rem;
padding: 0;
border: none;
border-radius: 100%;
background-color: rgb(189, 187, 187);
text-indent: -9999px;
}
li.slick-active button {
background-color: rgb(131, 128, 128);
}
/* ------- */
/* MAP SEARCH */
#mapSearchContainer {
position: fixed;
top: 200px;
right: 40px;
height: 30px;
width: 180px;
z-index: 110;
font-size: 10pt;
color: #9c0f0f;
border: solid 1px rgb(226, 14, 14);
background-color: #dd1a1a;
}
/* ------------------ ---------------- */
/*------------------------ NAVBAR----------------------- */
/* Navbar */
.nav {
background-color: rgb(230, 255, 230);
}
.nav a {
color: rgb(117, 109, 109);
margin-top: 0.7rem;
}
.nav .active {
margin-top: 1.4rem;
}
.nav .active:hover,
.nav .display-3:hover {
border-bottom: rgba(0, 0, 0, 0.233) solid;
}
.nav h3 {
color: rgb(117, 109, 109);
}
.nav .display-3 {
font-weight: bold;
color: rgb(117, 109, 109);
}
/* ---------- */
/*----------------- MAP POPUP--------------- */
.popupCustomClassa2c03b .leaflet-popup-tip,
.popupCustomClassa2c03b .leaflet-popup-content-wrapper {
background: #a2c03b;
}
.popupCustomClassffcc00 .leaflet-popup-tip,
.popupCustomClassffcc00 .leaflet-popup-content-wrapper {
background: #ffcc00;
}
.popupCustomClassff9933 .leaflet-popup-tip,
.popupCustomClassff9933 .leaflet-popup-content-wrapper {
background: #ff9933;
}
.popupCustomClassea572a .leaflet-popup-tip,
.popupCustomClassea572a .leaflet-popup-content-wrapper {
background: #ea572a;
}
.popupCustomClasscc2600 .leaflet-popup-tip,
.popupCustomClasscc2600 .leaflet-popup-content-wrapper {
background: #cc2600;
}
/* GRAPH BUTTON */
form .text-center .graph-button {
background-color: rgba(32, 177, 13, 0.205);
color: rgba(0, 0, 0, 0.63);
}
form .text-center .graph-button:hover {
background-color: rgb(84, 189, 70);
color: white;
}
/* */
/* ----------------------------------------- */
/* ------------------------ZOOM USING CTRL---------- */
.map-scroll:before {
content: "Use ctrl + scroll to zoom the map";
position: absolute;
top: 40%;
left: 30%;
z-index: 999;
font-size: 3vw;
}
.map-scroll:after {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
content: "";
background: #81151561;
z-index: 999;
}
/* -------------------------------------------- */
/* ----------------------CARDS----------------- */
.popular_places {
box-shadow: 0 1vw 2vw 0 rgba(0.5, 0.5, 0.5, 0.5);
padding: 30px;
text-align: justify;
background-color: #f78133;
border-radius: 2vw;
}
/* */
hr {
background-color: rgb(207, 250, 207);
}
/* */
/* */
.btn {
background-color: rgb(207, 250, 207);
color: black;
border: none;
}
#map {
height: 33rem;
/* margin-top: rem; */
position: relative;
align-self: start;
outline: none;
max-width: 100rem;
border-radius: 1rem;
margin-bottom: 5rem;
box-shadow: 10px 10px 4vw gray;
/* border-radius: 10px; */
}
.card {
margin-bottom: 2rem;
border-radius: 10px;
box-shadow: 10px 10px 4vw gray;
}
#mid_section {
margin-top: 4rem;
padding-top: 5rem;
padding-bottom: 4rem;
background-color: rgb(207, 250, 207);
height: 43vw;
z-index: -1;
}
/* Places display */
.col {
text-align: left;
font-size: 1.1vmax;
color: black;
/* padding-right: 1rem; */
}
/* */
#to_change_column {
border-right-style: solid;
border-right-color: #acd4ac;
}
/* To come here */
@media only screen and (max-width: 501px) {
#to_change_column {
border-right-style: none;
}
#to_remove_temp {
visibility: hidden;
}
#mid_section {
height: 1000vmax;
}
#map {
margin-top: -1vmax;
}
}
@media only screen and (max-width: 361px) {
#map {
margin-top: 5vmax;
}
}
@media only screen and (max-width: 700px) {
#map {
margin-top: 8vmax;
}
}
@media only screen and (max-width: 321px) {
#mid_section {
height: 1vmax;
}
#map {
margin-top: 10vmax;
}
}
@media only screen and (max-width: 409px) {
#map {
margin-top: 12vmax;
}
}
/* Tablet Landscape */
@media only screen and (max-width: 900px) {
#primary {
width: 67%;
}
#secondary {
width: 30%;
margin-left: 3%;
}
}
/* Tabled Portrait */
@media only screen and (max-width: 600px) {
#primary {
width: 100%;
}
#secondary {
width: 100%;
margin: 0;
border: none;
}
}
/* FOR FUN */
/* */
/* -------------------AQI INDEX SECTION-------------------- */
.col-md-6 {
text-align: center;
}
.aqi-index-conatiner {
background: #cffacf;
margin-top: 5rem;
margin-bottom: 5rem;
}
.col-md-2 {
text-align: center;
margin: auto;
}
/* -------------------- */
#upper_section {
margin-top: -12.5vh;
}
@media only screen and (max-width: 1200px) {
#mid_section {
height: 52vmax;
}
}
@media only screen and (max-width: 897px) {
#mid_section {
height: 57vmax;
}
}
@media only screen and (max-width: 687px) {
#mid_section {
height: 100vmax;
}
}
@media only screen and (max-width: 370px) {
#mid_section {
height: 777vmax;
}
}
@media only screen and (max-width: 350px) {
#mid_section {
height: 7770vmax;
}
}
@media only screen and (max-width: 1000px) {
#mid_section {
height: 77vmax;
}
#upper_section {
margin-top: -25.5vmax;
}
.col-10 {
/* margin: auto; */
padding-top: 2rem;
}
/* #showing-info-row{
visibility: hidden;
} */
}
.col-md-2:hover {
/* background-color: white; */
cursor: pointer;
}
.aqi-image {
max-width: 100%;
height: auto;
}
.showing-info-image {
max-width: 100%;
height: 10rem;
}
#span-aqi-index {
font-size: 100%;
border-radius: 10rem;
}
#showing-info-text {
border: none;
margin: 0;
max-width: 100%;
height: 100%;
background-color: transparent;
border-left: none;
border-color: transparent;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
box-shadow: none;
}
#showing-info-card {
border: none;
margin: 0;
height: 100%;
max-width: auto;
/* padding: 0px; */
box-shadow: none;
background-color: transparent;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none;
}
#showing-info-card-containing-image-and-text {
box-shadow: 10px 10px 4vw gray;
/* border-right: none; */
background-color: rgb(255, 255, 255);
border: none;
}
#showing-info-card-col {
padding: 0;
border-top-right-radius: 10px;
border-bottom-right-radius: 10xp;
}
#showing-info-text-col {
padding: 0;
height: auto;
}
#aqi-card:hover {
box-shadow: none;
}
.photos-row {
margin-top: 4rem;
margin-bottom: 4rem;
}
#showing-info-row {
margin-top: 4rem;
}
.photo {
text-align: right;
}
#range-info {
font-size: 100%;
}
/* --------------------------------------- */
/* SVGs */
/*--------------------- LOGO---------------- */
#logo {
animation-name: fill 0.5s ease forwards 0.5s;
}
#logo path {
stroke-dasharray: 420.4064636230469;
stroke-dashoffset: 420.4064636230469;
animation: logo-anim 5s ease forwards 0.3s;
}
@keyframes logo-anim {
to {
stroke-dashoffset: 0;
}
}
@keyframes fill {
from {
fill: transparent;
}
to {
fill: #756d6d;
}
}
/* ------------------------------------------ */
.faq {
margin-left: 15vw;
margin-right: 15vw;
}
.faq-content {
display: flex;
}
.faq-content p {
line-height: 2.2rem;
} | views/styles.css | html,
body {
font-size: 100%;
font-family: "Montserrat", sans-serif;
scroll-behavior: smooth;
background-color: rgb(230, 255, 230);
}
h1 {
font-size: 3rem;
color: black;
text-transform: uppercase;
font-weight: 300;
text-align: center;
margin-bottom: 1vw;
}
/* */
.display-3 {
font-size: 2rem;
}
/* */
#footer {
margin-top: 5rem;
background-color: rgba(0, 0, 0, 0.63);
color: white;
height: 10rem;
vertical-align: middle;
padding-top: 3rem;
/* padding-bottom: 2rem; */
}
.serious-peeps {
display: inline-block;
}
/* */
#footer ul {
list-style: none;
float: right;
}
/* NEWS CARD */
#news_section #news_row .col-lg-4.d-flex.align-items-stretch {
height: 100%;
position: relative;
}
.container #news_row .col-lg-4.d-flex.align-items-stretch .card .card-body a {
color: rgb(117, 109, 109);
}
#news_section #news_row .col-lg-4.d-flex.align-items-stretch .card .card-body {
/* position: absolute; */
display: flex;
flex-direction: column;
}
#news_section
#news_row
.col-lg-4.d-flex.align-items-stretch
.card
.card-body
a.btn {
margin-top: auto;
}
#news_section #news_row .col-lg-4.d-flex.align-items-stretch .card {
box-shadow: none;
width: 25rem;
border-radius: 1rem;
margin-left: 10px;
margin-right: 10px;
}
#news_section
#news_row
.col-lg-4.d-flex.align-items-stretch
.card
.card-img-top {
width: 100%;
height: 10rem;
object-fit: cover;
}
#news_section
#news_row
.col-lg-4.d-flex.align-items-stretch
.card
.card-body
a:hover {
background-color: rgb(230, 255, 230);
}
#news_section {
margin-top: 5rem;
margin-bottom: 5rem;
}
#news_row {
display: flex;
}
#news_section .row .slick-center .card {
transform: scale(1.2);
}
.slick-dots {
display: flex;
justify-content: center;
margin: 0;
padding: 1rem 0;
list-style-type: none;
}
li {
margin: 0 0.25rem;
}
button {
display: block;
width: 0.7rem;
height: 0.7rem;
padding: 0;
border: none;
border-radius: 100%;
background-color: rgb(189, 187, 187);
text-indent: -9999px;
}
li.slick-active button {
background-color: rgb(131, 128, 128);
}
/* ------- */
/* MAP SEARCH */
#mapSearchContainer {
position: fixed;
top: 200px;
right: 40px;
height: 30px;
width: 180px;
z-index: 110;
font-size: 10pt;
color: #9c0f0f;
border: solid 1px rgb(226, 14, 14);
background-color: #dd1a1a;
}
/* ------------------ ---------------- */
/*------------------------ NAVBAR----------------------- */
/* Navbar */
.nav {
background-color: rgb(230, 255, 230);
}
.nav a {
color: rgb(117, 109, 109);
margin-top: 0.7rem;
}
.nav .active {
margin-top: 1.4rem;
}
.nav .active:hover,
.nav .display-3:hover {
border-bottom: rgba(0, 0, 0, 0.233) solid;
}
.nav h3 {
color: rgb(117, 109, 109);
}
.nav .display-3 {
font-weight: bold;
color: rgb(117, 109, 109);
}
/* ---------- */
/*----------------- MAP POPUP--------------- */
.popupCustomClassa2c03b .leaflet-popup-tip,
.popupCustomClassa2c03b .leaflet-popup-content-wrapper {
background: #a2c03b;
}
.popupCustomClassffcc00 .leaflet-popup-tip,
.popupCustomClassffcc00 .leaflet-popup-content-wrapper {
background: #ffcc00;
}
.popupCustomClassff9933 .leaflet-popup-tip,
.popupCustomClassff9933 .leaflet-popup-content-wrapper {
background: #ff9933;
}
.popupCustomClassea572a .leaflet-popup-tip,
.popupCustomClassea572a .leaflet-popup-content-wrapper {
background: #ea572a;
}
.popupCustomClasscc2600 .leaflet-popup-tip,
.popupCustomClasscc2600 .leaflet-popup-content-wrapper {
background: #cc2600;
}
/* GRAPH BUTTON */
form .text-center .graph-button {
background-color: rgba(32, 177, 13, 0.205);
color: rgba(0, 0, 0, 0.63);
}
form .text-center .graph-button:hover {
background-color: rgb(84, 189, 70);
color: white;
}
/* */
/* ----------------------------------------- */
/* ------------------------ZOOM USING CTRL---------- */
.map-scroll:before {
content: "Use ctrl + scroll to zoom the map";
position: absolute;
top: 40%;
left: 30%;
z-index: 999;
font-size: 3vw;
}
.map-scroll:after {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
content: "";
background: #81151561;
z-index: 999;
}
/* -------------------------------------------- */
/* ----------------------CARDS----------------- */
.popular_places {
box-shadow: 0 1vw 2vw 0 rgba(0.5, 0.5, 0.5, 0.5);
padding: 30px;
text-align: justify;
background-color: #f78133;
border-radius: 2vw;
}
/* */
hr {
background-color: rgb(207, 250, 207);
}
/* */
/* */
.btn {
background-color: rgb(207, 250, 207);
color: black;
border: none;
}
#map {
height: 33rem;
/* margin-top: rem; */
position: relative;
align-self: start;
outline: none;
max-width: 100rem;
border-radius: 1rem;
margin-bottom: 5rem;
box-shadow: 10px 10px 4vw gray;
/* border-radius: 10px; */
}
.card {
margin-bottom: 2rem;
border-radius: 10px;
box-shadow: 10px 10px 4vw gray;
}
#mid_section {
margin-top: 4rem;
padding-top: 5rem;
padding-bottom: 4rem;
background-color: rgb(207, 250, 207);
height: 43vw;
z-index: -1;
}
/* Places display */
.col {
text-align: left;
font-size: 1.1vmax;
color: black;
/* padding-right: 1rem; */
}
/* */
#to_change_column {
border-right-style: solid;
border-right-color: #acd4ac;
}
/* To come here */
@media only screen and (max-width: 501px) {
#to_change_column {
border-right-style: none;
}
#to_remove_temp {
visibility: hidden;
}
#mid_section {
height: 1000vmax;
}
#map {
margin-top: -1vmax;
}
}
@media only screen and (max-width: 361px) {
#map {
margin-top: 5vmax;
}
}
@media only screen and (max-width: 700px) {
#map {
margin-top: 8vmax;
}
}
@media only screen and (max-width: 321px) {
#mid_section {
height: 1vmax;
}
#map {
margin-top: 10vmax;
}
}
@media only screen and (max-width: 409px) {
#map {
margin-top: 12vmax;
}
}
/* Tablet Landscape */
@media only screen and (max-width: 900px) {
#primary {
width: 67%;
}
#secondary {
width: 30%;
margin-left: 3%;
}
}
/* Tabled Portrait */
@media only screen and (max-width: 600px) {
#primary {
width: 100%;
}
#secondary {
width: 100%;
margin: 0;
border: none;
}
}
/* FOR FUN */
/* */
/* -------------------AQI INDEX SECTION-------------------- */
.col-md-6 {
text-align: center;
}
.aqi-index-conatiner {
background: #cffacf;
margin-top: 5rem;
margin-bottom: 5rem;
}
.col-md-2 {
text-align: center;
margin: auto;
}
/* -------------------- */
#upper_section {
margin-top: -12.5vh;
}
@media only screen and (max-width: 1200px) {
#mid_section {
height: 52vmax;
}
}
@media only screen and (max-width: 897px) {
#mid_section {
height: 57vmax;
}
}
@media only screen and (max-width: 687px) {
#mid_section {
height: 100vmax;
}
}
@media only screen and (max-width: 370px) {
#mid_section {
height: 777vmax;
}
}
@media only screen and (max-width: 350px) {
#mid_section {
height: 7770vmax;
}
}
@media only screen and (max-width: 1000px) {
#mid_section {
height: 77vmax;
}
#upper_section {
margin-top: -25.5vmax;
}
.col-10 {
/* margin: auto; */
padding-top: 2rem;
}
/* #showing-info-row{
visibility: hidden;
} */
}
.col-md-2:hover {
/* background-color: white; */
cursor: pointer;
}
.aqi-image {
max-width: 100%;
height: auto;
}
.showing-info-image {
max-width: 100%;
height: 10rem;
}
#span-aqi-index {
font-size: 100%;
border-radius: 10rem;
}
#showing-info-text {
border: none;
margin: 0;
max-width: 100%;
height: 100%;
background-color: transparent;
border-left: none;
border-color: transparent;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
box-shadow: none;
}
#showing-info-card {
border: none;
margin: 0;
height: 100%;
max-width: auto;
/* padding: 0px; */
box-shadow: none;
background-color: transparent;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none;
}
#showing-info-card-containing-image-and-text {
box-shadow: 10px 10px 4vw gray;
/* border-right: none; */
background-color: rgb(255, 255, 255);
border: none;
}
#showing-info-card-col {
padding: 0;
border-top-right-radius: 10px;
border-bottom-right-radius: 10xp;
}
#showing-info-text-col {
padding: 0;
height: auto;
}
#aqi-card:hover {
box-shadow: none;
}
.photos-row {
margin-top: 4rem;
margin-bottom: 4rem;
}
#showing-info-row {
margin-top: 4rem;
}
.photo {
text-align: right;
}
#range-info {
font-size: 100%;
}
/* --------------------------------------- */
/* SVGs */
/*--------------------- LOGO---------------- */
#logo {
animation-name: fill 0.5s ease forwards 0.5s;
}
#logo path {
stroke-dasharray: 420.4064636230469;
stroke-dashoffset: 420.4064636230469;
animation: logo-anim 5s ease forwards 0.3s;
}
@keyframes logo-anim {
to {
stroke-dashoffset: 0;
}
}
@keyframes fill {
from {
fill: transparent;
}
to {
fill: #756d6d;
}
}
/* ------------------------------------------ */
.faq {
margin-left: 15vw;
margin-right: 15vw;
}
.faq-content {
display: flex;
}
.faq-content p {
line-height: 2.2rem;
} | 0.349533 | 0.060059 |
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
:root {
/* Primary Colors */
--ifm-color-primary: #ffcb06;
--ifm-color-primary-dark: #ebba00;
--ifm-color-primary-darker: #deb000;
--ifm-color-primary-darkest: #b79100;
--ifm-color-primary-light: #ffd020;
--ifm-color-primary-lighter: #ffd32d;
--ifm-color-primary-lightest: #ffdb54;
/* Secondary Colors */
--ifm-color-secondary: #f5f5fa;
--ifm-color-secondary-dark: #d4d4e9;
--ifm-color-secondary-darker: #c3c3e1;
--ifm-color-secondary-darkest: #9292c8;
--ifm-color-secondary-light: #ffffff;
--ifm-color-secondary-lighter: #ffffff;
--ifm-color-secondary-lightest: #ffffff;
/* Status Colors */
--ifm-color-info: #00c0e8;
--ifm-color-success: #00cc66;
--ifm-color-warning: #ffcb06;
--ifm-color-danger: #fa582d;
/* Navbar */
--ifm-navbar-search-input-color: var(--ifm-color-gray-900);
--ifm-background-color: #fff;
--ifm-background-surface-color: #fff;
--ifm-footer-background-color: #2d3436 !important;
--ifm-footer-title-color: #fff !important;
--ifm-footer-link-color: #fff;
--ifm-heading-font-weight: 700;
--ifm-button-font-weight: 600;
--ifm-font-weight-semibold: 500;
--ifm-font-size-base: 95%;
--ifm-code-font-size: 90%;
--ifm-line-height-base: 1.5;
--ifm-leading-desktop: 1.5;
--ifm-list-margin: var(--ifm-leading);
--ifm-font-family-base: 'Montserrat', sans-serif, 'Font Awesome 5 Free';
--ifm-font-family-monospace: 'Roboto Mono', monospace;
/* Links */
--ifm-link-color: var(--ifm-color-primary-dark);
--ifm-link-hover-color: var(--ifm-color-primary-darker);
--ifm-navbar-link-hover-color: var(--ifm-color-primary-dark);
}
/* Dark mode overrides */
html[data-theme='dark'] {
--ifm-color-emphasis-100: var(--ifm-color-gray-900);
--ifm-color-emphasis-200: var(--ifm-color-gray-800);
--ifm-color-emphasis-300: var(--ifm-color-gray-700);
--ifm-color-emphasis-400: var(--ifm-color-gray-600);
--ifm-color-emphasis-500: var(--ifm-color-gray-500);
--ifm-color-emphasis-600: var(--ifm-color-gray-400);
--ifm-color-emphasis-700: var(--ifm-color-gray-300);
--ifm-color-emphasis-800: var(--ifm-color-gray-200);
--ifm-color-emphasis-900: var(--ifm-color-gray-100);
--ifm-background-color: #3b4446;
--ifm-navbar-background-color: #2d3436;
--ifm-navbar-link-hover-color: var(--ifm-color-primary-dark) !important;
--ifm-background-surface-color: #3b4446;
--ifm-footer-background-color: #2d3436 !important;
--ifm-footer-link-color: #fff;
--ifm-footer-title-color: #fff;
--docsearch-modal-background: var(--ifm-background-color) !important;
--docsearch-footer-background: var(--ifm-background-color) !important;
--docsearch-hit-background: var(--ifm-navbar-background-color) !important;
--ifm-hover-overlay: rgba(255, 255, 255, 0.05);
--ifm-menu-link-sublist-icon: url('data:image/svg+xml;utf8,<svg alt="Arrow" xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24"><path fill="rgba(255,255,255,0.6)" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path></svg>');
--ifm-color-content-secondary: rgba(255, 255, 255, 1);
/* Mardown color in dark mode */
--ifm-color-gray-800: var(--ifm-color-gray-300);
/* Code background and color */
--ifm-code-background: #282d33;
--ifm-code-color: #fff;
--ifm-menu-link-sublist-icon-filter: none !important;
}
/* Center all columns in main wrapper */
.main-wrapper {
max-width: 1400px;
width: 1400px;
align-self: center;
}
.main-wrapper h1[class^='docTitle'] {
font-size: 2.8rem;
}
@media (max-width: 1416px) {
.main-wrapper {
max-width: 100%;
width: 100%;
}
}
@media (max-width: 1320px) and (min-width: 997px) {
.container {
max-width: calc(var(--ifm-container-width) - 125px - var(--ifm-spacing-horizontal) * 2);
}
}
/* Center navbar items */
.navbar__inner {
max-width: 1360px;
margin: 0 auto;
}
.footer__title {
color: var(--ifm-footer-title-color) !important;
}
/* Force homepage to full width */
.homepage {
width: 100%;
max-width: 100%;
}
/* Admonition overrides */
.admonition .admonition-content a,
.admonition .admonition-content p,
.admonition .admonition-heading h5 {
color: var(--ifm-heading-color) !important;
}
.alert--success {
--ifm-alert-background-color: var(--ifm-color-primary);
--ifm-alert-border-color: var(--ifm-color-primary);
--ifm-alert-color: var(--ifm-color-white);
}
.alert--success svg {
fill: #fff;
stroke: #fff;
}
/* Docs overrides */
.markdown p {
color: var(--ifm-color-gray-800) !important;
}
blockquote {
border-left: 10px solid var(--ifm-color-primary) !important;
border-top: 1px solid var(--ifm-color-primary) !important;
}
/* Hero overrides */
.particles canvas {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
top: 0;
left: 0;
}
.button {
z-index: 1;
}
.card {
min-height: 350px;
--ifm-global-shadow-lw: 0 0 0 0 !important;
}
/* Dropdown menu overrides */
.dropdown .dropdown__menu {
min-width: 14rem !important;
}
/* Highlight code lines */
.docusaurus-highlight-code-line {
background-color: rgb(72, 77, 91);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
.button--active--tab {
background-color: var(--ifm-background-color) !important;
color: var(--ifm-color-primary) !important;
border-color: var(--ifm-color-primary) !important;
border-width: medium !important;
border-top: none !important;
border-left: none !important;
border-right: none !important;
}
:target:before {
height: 105px !important;
margin: -105px 0 0 !important;
}
@media (max-width: 380px) {
.navbar__logo {
width: auto !important;
}
}
.footer {
color: #fff !important;
}
.footer {
padding: 1rem;
}
section {
border-bottom: 1px solid var(--ifm-hr-border-color);
}
.docusaurus-highlight-code-line {
background-color: rgb(0, 0, 0, 0.1);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgba(197, 189, 189, 0.3);
}
/* GitHub Header Link */
.header-github-link:hover {
opacity: 0.6;
}
.header-github-link:before {
content: '';
width: 24px;
height: 24px;
display: flex;
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 192.168.3.11.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")
no-repeat;
}
/* Medium Header Link */
.header-medium-link:hover {
opacity: 0.6;
}
.header-medium-link:before {
content: '\f23a';
font-family: 'Font Awesome 5 Brands';
font-size: x-large;
}
html[data-theme='dark'] .header-github-link:before {
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")
no-repeat;
}
/* Dropdown override */
.navbar__link:after {
display: none !important;
}
.no_dropdown:after {
display: none !important;
}
@media (max-width: 380px) {
.navbar__logo {
content: url('/img/strata_favicon.png') !important;
}
}
.centerFeatures {
justify-content: center;
}
.redocusaurus table {
table-layout: unset !important;
width: unset !important;
}
.redocusaurus td {
width: unset !important;
}
.redocusaurus th {
text-align: unset !important;
width: unset !important;
}
/* Override ReDoc code block colors */
.redocusaurus .boolean {
color: var(--ifm-color-danger) !important;
}
.redocusaurus .number {
color: var(--ifm-color-info) !important;
}
/* Corrects colors in redoc JSON samples */
.redocusaurus code {
color: white;
background-color: rgb(41, 45, 62) !important;
}
.redocusaurus pre {
background-color: rgb(41, 45, 62) !important;
}
html[data-theme='dark'] .redocusaurus .react-tabs__tab--selected {
background: var(--ifm-color-primary) !important;
color: var(--ifm-font-color-base) !important;
}
.redocusaurus .react-tabs__tab--selected {
background: var(--ifm-color-primary) !important;
color: #fff !important;
}
.redocusaurus .react-tabs__tab {
background: var(--ifm-color-default);
}
.redocusaurus .react-tabs__tab-panel {
background: rgb(41, 45, 62) !important;
padding-top: 16px;
}
/* Override button font size */
.redocusaurus .react-tabs__tab-panel button {
font-size: 12px !important;
}
.redocusaurus table td {
padding: var(--ifm-table-cell-padding) !important;
}
.redocusaurus h2,
h3,
h4 {
color: var(--ifm-font-color-base) !important;
}
.redocusaurus h5 {
color: var(--ifm-font-color-secondary) !important;
}
.redocusaurus h5 > span {
color: var(--ifm-font-color-secondary) !important;
}
html[data-theme='dark'] .redocusaurus tr {
background-color: transparent !important;
}
/* Hide mobile ReDoc menu button */
.redocusaurus .redoc-wrap > div:nth-child(2) {
/* top: 100px; */
display: none !important;
}
/* Change bg-color of mobile menu button */
html[data-theme='dark'] .redocusaurus .redoc-wrap > div:nth-child(2) {
background-color: rgb(41, 45, 62);
}
/* Force response text to wrap */
.redocusaurus button {
overflow-wrap: anywhere !important;
}
/* Force smooth scrolling */
.redocusaurus {
scroll-behavior: smooth !important;
}
/* Smaller menu-content font */
.redocusaurus .menu-content {
font-size: small !important;
}
/* Expanded sidebar menu by default */
.redocusaurus .menu-content ul {
display: inline-block !important;
}
/* Hide powered by Redoc */
a[href="https://github.com/Redocly/redoc"]
{
display: none !important;
}
.menu > .menu__list > .menu__list-item > .menu__link {
font-weight: bolder;
}
/* Badges for APIs */
.menu__link.get:after {
content: 'get';
display: inline-block;
position: relative;
top: 1px;
margin-right: -6px;
padding: 3px 6px;
border: 1px solid var(--ifm-color-primary);
border-radius: 3px;
color: var(--ifm-color-primary);
text-transform: uppercase;
font-size: 10px;
line-height: 10px;
height: 10px;
font-weight: 600;
}
.menu__link.post:after {
content: 'post';
display: inline-block;
position: relative;
top: 1px;
margin-right: -6px;
padding: 3px 6px;
border: 1px solid var(--ifm-color-warning);
border-radius: 3px;
color: var(--ifm-color-warning);
text-transform: uppercase;
font-size: 10px;
line-height: 10px;
height: 10px;
font-weight: 600;
}
.menu__link.delete:after {
content: 'delete';
display: inline-block;
position: relative;
top: 1px;
margin-right: -6px;
padding: 3px 6px;
border: 1px solid var(--ifm-color-danger);
border-radius: 3px;
color: var(--ifm-color-danger);
text-transform: uppercase;
font-size: 10px;
line-height: 10px;
height: 10px;
font-weight: 600;
}
.menu__link.patch:after {
content: 'patch';
display: inline-block;
position: relative;
top: 1px;
margin-right: -6px;
padding: 3px 6px;
border: 1px solid var(--ifm-color-warning);
border-radius: 3px;
color: var(--ifm-color-warning);
text-transform: uppercase;
font-size: 10px;
line-height: 10px;
height: 10px;
font-weight: 600;
}
.menu__link.put:after {
content: 'put';
display: inline-block;
position: relative;
top: 1px;
margin-right: -6px;
padding: 3px 6px;
border: 1px solid var(--ifm-color-warning);
border-radius: 3px;
color: var(--ifm-color-warning);
text-transform: uppercase;
font-size: 10px;
line-height: 10px;
height: 10px;
font-weight: 600;
} | src/css/custom.css | * Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
:root {
/* Primary Colors */
--ifm-color-primary: #ffcb06;
--ifm-color-primary-dark: #ebba00;
--ifm-color-primary-darker: #deb000;
--ifm-color-primary-darkest: #b79100;
--ifm-color-primary-light: #ffd020;
--ifm-color-primary-lighter: #ffd32d;
--ifm-color-primary-lightest: #ffdb54;
/* Secondary Colors */
--ifm-color-secondary: #f5f5fa;
--ifm-color-secondary-dark: #d4d4e9;
--ifm-color-secondary-darker: #c3c3e1;
--ifm-color-secondary-darkest: #9292c8;
--ifm-color-secondary-light: #ffffff;
--ifm-color-secondary-lighter: #ffffff;
--ifm-color-secondary-lightest: #ffffff;
/* Status Colors */
--ifm-color-info: #00c0e8;
--ifm-color-success: #00cc66;
--ifm-color-warning: #ffcb06;
--ifm-color-danger: #fa582d;
/* Navbar */
--ifm-navbar-search-input-color: var(--ifm-color-gray-900);
--ifm-background-color: #fff;
--ifm-background-surface-color: #fff;
--ifm-footer-background-color: #2d3436 !important;
--ifm-footer-title-color: #fff !important;
--ifm-footer-link-color: #fff;
--ifm-heading-font-weight: 700;
--ifm-button-font-weight: 600;
--ifm-font-weight-semibold: 500;
--ifm-font-size-base: 95%;
--ifm-code-font-size: 90%;
--ifm-line-height-base: 1.5;
--ifm-leading-desktop: 1.5;
--ifm-list-margin: var(--ifm-leading);
--ifm-font-family-base: 'Montserrat', sans-serif, 'Font Awesome 5 Free';
--ifm-font-family-monospace: 'Roboto Mono', monospace;
/* Links */
--ifm-link-color: var(--ifm-color-primary-dark);
--ifm-link-hover-color: var(--ifm-color-primary-darker);
--ifm-navbar-link-hover-color: var(--ifm-color-primary-dark);
}
/* Dark mode overrides */
html[data-theme='dark'] {
--ifm-color-emphasis-100: var(--ifm-color-gray-900);
--ifm-color-emphasis-200: var(--ifm-color-gray-800);
--ifm-color-emphasis-300: var(--ifm-color-gray-700);
--ifm-color-emphasis-400: var(--ifm-color-gray-600);
--ifm-color-emphasis-500: var(--ifm-color-gray-500);
--ifm-color-emphasis-600: var(--ifm-color-gray-400);
--ifm-color-emphasis-700: var(--ifm-color-gray-300);
--ifm-color-emphasis-800: var(--ifm-color-gray-200);
--ifm-color-emphasis-900: var(--ifm-color-gray-100);
--ifm-background-color: #3b4446;
--ifm-navbar-background-color: #2d3436;
--ifm-navbar-link-hover-color: var(--ifm-color-primary-dark) !important;
--ifm-background-surface-color: #3b4446;
--ifm-footer-background-color: #2d3436 !important;
--ifm-footer-link-color: #fff;
--ifm-footer-title-color: #fff;
--docsearch-modal-background: var(--ifm-background-color) !important;
--docsearch-footer-background: var(--ifm-background-color) !important;
--docsearch-hit-background: var(--ifm-navbar-background-color) !important;
--ifm-hover-overlay: rgba(255, 255, 255, 0.05);
--ifm-menu-link-sublist-icon: url('data:image/svg+xml;utf8,<svg alt="Arrow" xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24"><path fill="rgba(255,255,255,0.6)" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path></svg>');
--ifm-color-content-secondary: rgba(255, 255, 255, 1);
/* Mardown color in dark mode */
--ifm-color-gray-800: var(--ifm-color-gray-300);
/* Code background and color */
--ifm-code-background: #282d33;
--ifm-code-color: #fff;
--ifm-menu-link-sublist-icon-filter: none !important;
}
/* Center all columns in main wrapper */
.main-wrapper {
max-width: 1400px;
width: 1400px;
align-self: center;
}
.main-wrapper h1[class^='docTitle'] {
font-size: 2.8rem;
}
@media (max-width: 1416px) {
.main-wrapper {
max-width: 100%;
width: 100%;
}
}
@media (max-width: 1320px) and (min-width: 997px) {
.container {
max-width: calc(var(--ifm-container-width) - 125px - var(--ifm-spacing-horizontal) * 2);
}
}
/* Center navbar items */
.navbar__inner {
max-width: 1360px;
margin: 0 auto;
}
.footer__title {
color: var(--ifm-footer-title-color) !important;
}
/* Force homepage to full width */
.homepage {
width: 100%;
max-width: 100%;
}
/* Admonition overrides */
.admonition .admonition-content a,
.admonition .admonition-content p,
.admonition .admonition-heading h5 {
color: var(--ifm-heading-color) !important;
}
.alert--success {
--ifm-alert-background-color: var(--ifm-color-primary);
--ifm-alert-border-color: var(--ifm-color-primary);
--ifm-alert-color: var(--ifm-color-white);
}
.alert--success svg {
fill: #fff;
stroke: #fff;
}
/* Docs overrides */
.markdown p {
color: var(--ifm-color-gray-800) !important;
}
blockquote {
border-left: 10px solid var(--ifm-color-primary) !important;
border-top: 1px solid var(--ifm-color-primary) !important;
}
/* Hero overrides */
.particles canvas {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
top: 0;
left: 0;
}
.button {
z-index: 1;
}
.card {
min-height: 350px;
--ifm-global-shadow-lw: 0 0 0 0 !important;
}
/* Dropdown menu overrides */
.dropdown .dropdown__menu {
min-width: 14rem !important;
}
/* Highlight code lines */
.docusaurus-highlight-code-line {
background-color: rgb(72, 77, 91);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
.button--active--tab {
background-color: var(--ifm-background-color) !important;
color: var(--ifm-color-primary) !important;
border-color: var(--ifm-color-primary) !important;
border-width: medium !important;
border-top: none !important;
border-left: none !important;
border-right: none !important;
}
:target:before {
height: 105px !important;
margin: -105px 0 0 !important;
}
@media (max-width: 380px) {
.navbar__logo {
width: auto !important;
}
}
.footer {
color: #fff !important;
}
.footer {
padding: 1rem;
}
section {
border-bottom: 1px solid var(--ifm-hr-border-color);
}
.docusaurus-highlight-code-line {
background-color: rgb(0, 0, 0, 0.1);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgba(197, 189, 189, 0.3);
}
/* GitHub Header Link */
.header-github-link:hover {
opacity: 0.6;
}
.header-github-link:before {
content: '';
width: 24px;
height: 24px;
display: flex;
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 192.168.3.11.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")
no-repeat;
}
/* Medium Header Link */
.header-medium-link:hover {
opacity: 0.6;
}
.header-medium-link:before {
content: '\f23a';
font-family: 'Font Awesome 5 Brands';
font-size: x-large;
}
html[data-theme='dark'] .header-github-link:before {
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")
no-repeat;
}
/* Dropdown override */
.navbar__link:after {
display: none !important;
}
.no_dropdown:after {
display: none !important;
}
@media (max-width: 380px) {
.navbar__logo {
content: url('/img/strata_favicon.png') !important;
}
}
.centerFeatures {
justify-content: center;
}
.redocusaurus table {
table-layout: unset !important;
width: unset !important;
}
.redocusaurus td {
width: unset !important;
}
.redocusaurus th {
text-align: unset !important;
width: unset !important;
}
/* Override ReDoc code block colors */
.redocusaurus .boolean {
color: var(--ifm-color-danger) !important;
}
.redocusaurus .number {
color: var(--ifm-color-info) !important;
}
/* Corrects colors in redoc JSON samples */
.redocusaurus code {
color: white;
background-color: rgb(41, 45, 62) !important;
}
.redocusaurus pre {
background-color: rgb(41, 45, 62) !important;
}
html[data-theme='dark'] .redocusaurus .react-tabs__tab--selected {
background: var(--ifm-color-primary) !important;
color: var(--ifm-font-color-base) !important;
}
.redocusaurus .react-tabs__tab--selected {
background: var(--ifm-color-primary) !important;
color: #fff !important;
}
.redocusaurus .react-tabs__tab {
background: var(--ifm-color-default);
}
.redocusaurus .react-tabs__tab-panel {
background: rgb(41, 45, 62) !important;
padding-top: 16px;
}
/* Override button font size */
.redocusaurus .react-tabs__tab-panel button {
font-size: 12px !important;
}
.redocusaurus table td {
padding: var(--ifm-table-cell-padding) !important;
}
.redocusaurus h2,
h3,
h4 {
color: var(--ifm-font-color-base) !important;
}
.redocusaurus h5 {
color: var(--ifm-font-color-secondary) !important;
}
.redocusaurus h5 > span {
color: var(--ifm-font-color-secondary) !important;
}
html[data-theme='dark'] .redocusaurus tr {
background-color: transparent !important;
}
/* Hide mobile ReDoc menu button */
.redocusaurus .redoc-wrap > div:nth-child(2) {
/* top: 100px; */
display: none !important;
}
/* Change bg-color of mobile menu button */
html[data-theme='dark'] .redocusaurus .redoc-wrap > div:nth-child(2) {
background-color: rgb(41, 45, 62);
}
/* Force response text to wrap */
.redocusaurus button {
overflow-wrap: anywhere !important;
}
/* Force smooth scrolling */
.redocusaurus {
scroll-behavior: smooth !important;
}
/* Smaller menu-content font */
.redocusaurus .menu-content {
font-size: small !important;
}
/* Expanded sidebar menu by default */
.redocusaurus .menu-content ul {
display: inline-block !important;
}
/* Hide powered by Redoc */
a[href="https://github.com/Redocly/redoc"]
{
display: none !important;
}
.menu > .menu__list > .menu__list-item > .menu__link {
font-weight: bolder;
}
/* Badges for APIs */
.menu__link.get:after {
content: 'get';
display: inline-block;
position: relative;
top: 1px;
margin-right: -6px;
padding: 3px 6px;
border: 1px solid var(--ifm-color-primary);
border-radius: 3px;
color: var(--ifm-color-primary);
text-transform: uppercase;
font-size: 10px;
line-height: 10px;
height: 10px;
font-weight: 600;
}
.menu__link.post:after {
content: 'post';
display: inline-block;
position: relative;
top: 1px;
margin-right: -6px;
padding: 3px 6px;
border: 1px solid var(--ifm-color-warning);
border-radius: 3px;
color: var(--ifm-color-warning);
text-transform: uppercase;
font-size: 10px;
line-height: 10px;
height: 10px;
font-weight: 600;
}
.menu__link.delete:after {
content: 'delete';
display: inline-block;
position: relative;
top: 1px;
margin-right: -6px;
padding: 3px 6px;
border: 1px solid var(--ifm-color-danger);
border-radius: 3px;
color: var(--ifm-color-danger);
text-transform: uppercase;
font-size: 10px;
line-height: 10px;
height: 10px;
font-weight: 600;
}
.menu__link.patch:after {
content: 'patch';
display: inline-block;
position: relative;
top: 1px;
margin-right: -6px;
padding: 3px 6px;
border: 1px solid var(--ifm-color-warning);
border-radius: 3px;
color: var(--ifm-color-warning);
text-transform: uppercase;
font-size: 10px;
line-height: 10px;
height: 10px;
font-weight: 600;
}
.menu__link.put:after {
content: 'put';
display: inline-block;
position: relative;
top: 1px;
margin-right: -6px;
padding: 3px 6px;
border: 1px solid var(--ifm-color-warning);
border-radius: 3px;
color: var(--ifm-color-warning);
text-transform: uppercase;
font-size: 10px;
line-height: 10px;
height: 10px;
font-weight: 600;
} | 0.221856 | 0.036254 |
@charset "UTF-8";
/*
Theme Name: hospitality
Theme URI: https://github.com/Sunny-Dallas-Texas/Hotel-WordPress-Theme-2015
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hospitality
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
hospitality is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
<NAME> and <NAME> http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Layout
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Asides
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body {
width: 100%;
*zoom: 1; }
body:before,
body:after {
display: table;
content: '';
line-height: 0; }
body:after {
clear: both; }
/*================================================
DIV FLEXBOX
this contains both the content and the sidebar
=================================================*/
.flexbox {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
@media (max-width: 940px) {
.flexbox {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; } }
.flexbox #primary {
/*================================================
BACKUP IE SUPPORT
=================================================*/
float: left;
width: 75%;
/*================================================ */
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
padding-right: 5%;
margin-top: 5%; }
@media (max-width: 940px) {
.flexbox #primary {
width: 100%; } }
@media (max-width: 568px) {
.flexbox #primary {
width: 100%; } }
.flexbox #secondary {
/*================================================
BACKUP IE SUPPORT
=================================================*/
float: right;
width: 25%;
/*================================================ */
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
margin-top: 5%; }
@media (max-width: 940px) {
.flexbox #secondary {
width: 100%; } }
@media (max-width: 568px) {
.flexbox #secondary {
width: 100%; } }
@media (max-width: 480px) {
.flexbox #secondary {
width: 100%; } }
/*================================================ */
/*================================================
SIDEBARS
here we style the sidebars generally
template-parts/*.php
sidebar.php
=================================================*/
/*================================================ */
/*================================================
SIDEBAR - ROOM ATTRIBUTES WIDGET
template-parts/sidebar-roomAttributes.php
=================================================*/
.roomSummary h5 {
font-weight: bold;
font-size: 19.2px;
font-size: 1.2rem; }
.roomAttributes {
margin-bottom: 10%; }
.roomAttributes li {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-top: 1px solid #8F8E8E;
padding-top: 5%;
padding-bottom: 5%;
cursor: pointer; }
.roomAttributes li:hover > div > span {
color: #00A1E6; }
.roomAttributes li:first-child {
border-top: none; }
.roomAttributes li:nth-child(3) div span {
margin-right: 7%; }
@media (max-width: 768px) {
.roomAttributes li:nth-child(3) div span {
margin-right: 3%; } }
@media (max-width: 375px) {
.roomAttributes li:nth-child(3) div span {
margin-right: 5%; } }
.roomAttributes li div:nth-child(1) {
-webkit-flex: 3 75%;
-ms-flex: 3 75%;
flex: 3 75%; }
.roomAttributes li div:nth-child(2) {
-webkit-flex: 1 25%;
-ms-flex: 1 25%;
flex: 1 25%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end; }
.roomAttributes p {
margin: 0;
padding: 0; }
.roomAttributes span.fa {
color: #8F8E8E;
font-size: 19.2px;
font-size: 1.2rem;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in; }
/*================================================ */
/*================================================
SIDEBAR - RESERVATIONS WIDGET
template-parts/sidebar-reservations.php
=================================================*/
.reservationBooking {
margin-bottom: 10%; }
@media (max-width: 940px) {
.reservationBooking {
margin-bottom: 0; } }
.reservationBooking h5 {
font-weight: bold;
font-size: 19.2px;
font-size: 1.2rem; }
.reservationBooking p {
margin: 0;
padding: 0;
margin-top: 0;
margin-bottom: 2.5%; }
.reservationBooking input[type='text'] {
border-radius: 5px;
border: 1px solid lightgrey;
padding: 3% 4% 3% 4%;
margin-top: 2.5%;
margin-bottom: 2.5%; }
@media (min-width: 1024px) {
.reservationBooking div.selectMenuPH {
margin-top: 2.5%;
margin-bottom: 2.5%; } }
@media (max-width: 1024px) {
.reservationBooking div.selectMenuPH {
margin-top: 2.5%;
margin-bottom: 2.5%; } }
@media (max-width: 667px) {
.reservationBooking div.selectMenuPH {
margin-top: 2.5%;
margin-bottom: 2.5%; } }
@media (max-width: 568px) {
.reservationBooking div.selectMenuPH {
margin-top: 2.5%;
margin-bottom: 2.5%; } }
@media (max-width: 480px) {
.reservationBooking div.selectMenuPH {
margin-top: 2.5%;
margin-bottom: 2.5%; } }
.reservationBooking input.selectMenuPH {
width: 100%; }
@media (max-width: 414px) {
.reservationBooking select#roomType {
max-width: 100%; } }
.reservationBooking div.fromToDate {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between; }
.reservationBooking div.fromToDate div.field {
-webkit-flex: 1 45%;
-ms-flex: 1 45%;
flex: 1 45%;
position: relative; }
.reservationBooking div.fromToDate div.field input {
max-width: 100%;
padding: 3% 4% 3% 8%; }
@media (max-width: 940px) {
.reservationBooking div.fromToDate div.field input {
width: 100%; } }
.reservationBooking div.fromToDate div.field i {
position: absolute;
top: 8px;
right: 5px; }
@media (max-width: 940px) {
.reservationBooking div.fromToDate div.field i {
top: 13px;
right: 7px; } }
.reservationBooking div.fromToDate div:first-child {
margin-right: 5%; }
@media (max-width: 940px) {
.reservationBooking div.fromToDate div:first-child {
margin-right: 2%; } }
.reservationBooking input[type="submit"] {
width: 100%;
border: 0;
border-radius: 0px;
box-shadow: none;
text-shadow: none;
background: #00A1E6;
color: white;
font-weight: bold;
font-size: 16px;
font-size: 1rem;
line-height: 24px;
padding: 2% 0 2% 0;
margin-top: 2.5%;
margin-bottom: 2.5%;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in; }
.reservationBooking input[type="submit"]:hover {
box-shadow: none;
text-shadow: none;
background: white;
color: #00A1E6;
outline: 1px solid #00A1E6; }
/*================================================ */
/*================================================
SIDEBAR - CONTACT US WIDGET
this one is visible on sass/layout/_content-about.scss
=================================================*/
.sidebar.contactUs {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.sidebar.contactUs h5 {
font-weight: bold;
font-size: 19.2px;
font-size: 1.2rem; }
.sidebar.contactUs .row {
width: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-top: 5%;
padding-bottom: 5%;
border-top: 1px solid #8F8E8E; }
.sidebar.contactUs .row div {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.sidebar.contactUs .row div p {
display: inline-block;
display: block;
width: 100%;
text-align: left;
margin: 0;
padding: 0; }
.sidebar.contactUs .row div a {
display: block;
width: 100%;
text-align: left;
color: #8F8E8E;
text-decoration: none;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
.sidebar.contactUs .row div a:hover {
color: #52abdf; }
.sidebar.contactUs .row div:nth-child(1) {
-webkit-flex: 3 75%;
-ms-flex: 3 75%;
flex: 3 75%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
text-align: left; }
.sidebar.contactUs .row div:nth-child(2) {
-webkit-flex: 1 25%;
-ms-flex: 1 25%;
flex: 1 25%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end; }
.sidebar.contactUs .row div:nth-child(2) span {
font-size: 20.8px;
font-size: 1.3rem;
color: #8F8E8E; }
.sidebar.contactUs .row1 div:nth-child(2) span {
font-size: 48px;
font-size: 3rem; }
.sidebar.contactUs .row1 {
padding-top: 0;
padding-bottom: 5%;
border-top: none; }
/*================================================ */
/*================================================
WIDGET STYLING CHANGES
=================================================*/
/* change the styling of the standard WordPress widgets here */
/* change the styling of the h1 for any widget in the Sidebar
all h1's that are widgets will be changed */
.widget-area h1 {
font-size: 19.2px;
font-size: 1.2rem;
margin-bottom: 2.5%; }
/* Search Widget, Standard */
/* this overrides WordPress default styling... this works well only if the sidebar is actually on the side */
#search-3.widget_search h1 {
font-size: 19.2px;
font-size: 1.2rem;
margin-bottom: 2.5%; }
input[type="search"].search-field {
width: 94%;
margin: 0;
padding: 2% 4% 2% 4%; }
@media (max-width: 768px) {
input[type="search"].search-field {
width: 91%; } }
form.search-form {
position: relative; }
form.search-form::after {
content: "";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
margin: 0px 10px 0px 0px;
text-decoration: none;
position: absolute;
top: 6px;
right: -5px;
color: #8F8E8E; }
@media (max-width: 768px) {
form.search-form::after {
top: 14px;
right: 10px; } }
@media (max-width: 414px) {
form.search-form::after {
top: 7px; } }
@media (max-width: 320px) {
form.search-form::after {
top: 5px; } }
.widget li {
padding-top: 2%;
padding-bottom: 2%; }
.widget li a {
color: #8F8E8E;
text-decoration: none;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
.widget li a:hover {
color: #52abdf; }
/*================================================ */
/*================================================
CONTENT STYLING, GENERAL
for changes that are not specific to any one page or section of content
=================================================*/
/*================================================
PROMOBOX
this is mainly found on specific content-pages.php
such as
content-suites.php
content-about.php
more specific styling
layout/_content-suites.scss
layout/_content-about.scss
=================================================*/
.promo {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.promo img {
max-width: 100%;
height: auto;
border-radius: 3px;
border: 1px solid grey; }
.promo .promobox h2 {
margin-top: 5%;
margin-bottom: 0; }
.promo .promobox h5 {
margin-top: 5%;
margin-bottom: 0;
font-size: 20px;
font-size: 1.25rem; }
.promo .promobox p {
margin-top: 0;
margin-bottom: 0; }
/*================================================ */
/*================================================
CONTENT - NEWS/BLOG PAGE
for index.php
=================================================*/
#primary.content-area article {
border-bottom: 1px dashed #8F8E8E;
padding-bottom: 5%; }
#primary.content-area article span.posted-on {
color: #767474;
font-size: 12px;
font-size: 0.75rem; }
#primary.content-area article span.posted-on time {
color: #767474;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
#primary.content-area article span.posted-on time:hover {
color: #52abdf; }
#primary.content-area article a {
text-decoration: none;
color: black;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
#primary.content-area article a:hover {
color: #52abdf; }
#primary.content-area article .entry-content img {
max-width: 100%;
border-radius: 3px;
border: 1px solid #8F8E8E; }
#primary.content-area article footer.entry-footer {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
#primary.content-area article footer.entry-footer span {
-webkit-flex: 1 45%;
-ms-flex: 1 45%;
flex: 1 45%;
margin-right: 5%;
margin-bottom: 1%;
font-size: 12px;
font-size: 0.75rem; }
#primary.content-area article footer.entry-footer span a {
color: #8F8E8E;
font-style: italic;
font-size: 12px;
font-size: 0.75rem; }
#primary.content-area article footer.entry-footer span a:hover {
color: #52abdf; }
/*================================================ */
/*================================================
CONTENT - SECTION PROMO
layout/_content-suites.scss
layout/_content-about.scss
=================================================*/
section.promo {
padding-top: 5%; }
/*================================================ */
/*================================================
MAST HEAD FOR INTERIOR PAGES
tag: masthead
=================================================*/
.masthead {
position: relative; }
.masthead img {
display: block; }
.masthead h3 {
min-width: 300px;
color: white;
position: absolute;
bottom: 0;
padding-left: 165px; }
.masthead h3:after {
content: '';
position: absolute;
top: 0;
right: -24px;
border-right: 24px solid transparent;
border-top: 48px solid #52abdf; }
@media (max-width: 768px) {
.masthead h3::after {
right: -23px; } }
@media (max-width: 736px) {
.masthead h3 {
padding-left: 32px; } }
@media (max-width: 480px) {
.masthead h3 {
min-width: 223px; } }
@media (max-width: 414px) {
.masthead h3 {
padding-left: 32px;
min-width: 236px; } }
@media (max-width: 375px) {
.masthead h3 {
min-width: 222px; } }
@media (max-width: 320px) {
.masthead h3 {
min-width: 206px;
font-size: 17.6px;
font-size: 1.1rem;
padding-top: 5px;
padding-bottom: 10px; }
.masthead h3::after {
border-top: 44px solid #52abdf; } }
.entry-title {
display: none; }
body.blog .entry-title {
display: block; }
/*================================================ */
/*================================================
CONTENT - SINGLE.PHP
for individual "blog" posts
single.php
template-parts/content-single.php
reference: sass/mixins/_mixins-project.scss
=================================================*/
.nav-links .nav-previous a {
text-decoration: none;
color: #8F8E8E;
font-style: italic;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
.nav-links .nav-previous a:hover {
color: #52abdf; }
.nav-links .nav-next a {
text-decoration: none;
color: #8F8E8E;
font-style: italic;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
.nav-links .nav-next a:hover {
color: #52abdf; }
p.logged-in-as a {
text-decoration: none;
color: #8F8E8E;
font-style: italic;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
p.logged-in-as a:hover {
color: #52abdf; }
h3.comment-reply-title {
background: none;
padding: 0; }
p.form-submit input[type="submit"] {
border: 0;
border-radius: 0px;
box-shadow: none;
text-shadow: none;
background: #00A1E6;
color: white;
font-weight: bold;
font-size: 16px;
font-size: 1rem;
line-height: 24px;
padding: 2% 0 2% 0;
margin-top: 2.5%;
margin-bottom: 2.5%;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
padding: 2% 8% 2% 8%; }
p.form-submit input[type="submit"]:hover {
box-shadow: none;
text-shadow: none;
background: white;
color: #00A1E6;
outline: 1px solid #00A1E6; }
span.byline {
color: #8F8E8E;
font-style: italic;
font-size: 12px;
font-size: 0.75rem; }
/*================================================ */
/*================================================
SEARCH RESULTS
search.php
=================================================*/
/*================================================ */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
color: #373535;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5; }
p {
color: #8F8E8E; }
#content p, #content li a, #content input, #content button {
font-size: 14.4px;
font-size: 0.9rem; }
h1, h2, h3, h4, h5, h6 {
clear: both;
margin: 0;
font-family: 'Raleway', sans-serif;
font-weight: 700; }
h2 {
padding: 15px 20px;
background: #2a2a2a;
font-weight: 700; }
h2:after {
border-right: 33px solid transparent;
border-top: 66px solid #2a2a2a;
right: -33px; }
h3 {
padding: 10px 20px;
background: #52abdf;
font-weight: 300; }
h3:after {
border-right: 24px solid transparent;
border-top: 48px solid #52abdf;
right: -24px; }
h5 {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 1.25rem;
margin: 20px 0 10px; }
h5 .price {
font-weight: 700; }
p {
margin-bottom: 1.5em; }
dfn, cite, em, i {
font-style: italic; }
blockquote {
margin: 0 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem; }
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark, ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box; }
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit; }
body {
background: #ebebeb;
/* Fallback for when there is no custom background color defined. */ }
blockquote, q {
quotes: "" ""; }
blockquote:before,
blockquote:after, q:before,
q:after {
content: ""; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em; }
ul, ol {
padding: 0;
margin: 0; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li {
list-style-type: none; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em; }
dt {
font-weight: bold; }
dd {
margin: 0 1.5em 1.5em; }
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */ }
table {
margin: 0 0 1.5em;
width: 100%; }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #373535;
border: 1px solid #ccc;
border-radius: 3px; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #373535; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px; }
textarea {
padding-left: 3px;
width: 100%; }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
color: white;
transition: all 0.3s; }
a:visited {
color: white; }
a:hover,
a:focus,
a:active {
color: #52abdf; }
a:focus {
outline: thin dotted; }
a:hover,
a:active {
outline: 0; }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
display: block;
float: right; }
@media (max-width: 767px) {
.main-navigation {
float: left;
width: 100%; } }
.main-navigation button {
position: absolute;
top: 1rem;
right: 1rem;
background: transparent;
color: white;
border: none;
box-shadow: none;
padding: 0;
font-size: 1.125rem; }
@media (max-width: 320px) {
.main-navigation button {
top: 8px; } }
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
*zoom: 1; }
.main-navigation ul:before,
.main-navigation ul:after {
display: table;
content: '';
line-height: 0; }
.main-navigation ul:after {
clear: both; }
@media (max-width: 767px) {
.main-navigation ul {
padding-top: 1rem; } }
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
left: -999em;
z-index: 99999; }
.main-navigation ul ul ul {
left: -999em;
top: 0; }
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%; }
.main-navigation ul ul a {
width: 200px; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto; }
.main-navigation li {
float: left;
position: relative;
padding: 20px 15px; }
.main-navigation li:after {
content: '|';
color: #444;
position: absolute;
top: 18px;
right: -5px; }
.main-navigation li:last-child {
padding-right: 0; }
.main-navigation li:last-child:after {
content: ''; }
@media (max-width: 767px) {
.main-navigation li {
width: 100%;
padding: 1rem 0;
border-bottom: 1px solid #ebebeb; }
.main-navigation li:after {
content: ''; } }
.main-navigation a {
display: block;
text-decoration: none;
font-weight: 300; }
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
display: block; }
@media screen and (min-width: 767px) {
.menu-toggle {
display: none; }
.main-navigation ul {
display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%; }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden; }
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */ }
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
*zoom: 1; }
.clear:before:before,
.clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
display: table;
content: '';
line-height: 0; }
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
clear: both; }
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both; }
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
/* Make sure select elements fit in widgets. */ }
.widget select {
max-width: 100%; }
/* Search widget. */
.widget_search .search-submit {
display: none; }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block; }
.hentry {
margin: 0 0 1.5em; }
.byline,
.updated:not(.published) {
display: none; }
.single .byline,
.group-blog .byline {
display: inline; }
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0; }
.page-links {
clear: both;
margin: 0 0 1.5em; }
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none; }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }
/*================================================
## ABOUT PAGE - PAGE-ABOUT.PHP
=================================================*/
/*================================================
CONTENT ABOUT
This styles page-about.php
this is imported at site/_site.scss
overall layout is found in layout/_layout.scss
=================================================*/
section.about.promo {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
section.about.promo h5 {
display: block;
margin-bottom: 5%; }
section.about.promo .promobox {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 4%; }
@media (max-width: 480px) {
section.about.promo .promobox {
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
margin-bottom: 10%; } }
@media (max-width: 414px) {
section.about.promo .promobox {
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
margin-bottom: 10%; } }
section.about.promo .promobox .imgFrame {
-webkit-flex: 1 25%;
-ms-flex: 1 25%;
flex: 1 25%; }
section.about.promo .promobox .imgFrame img {
max-width: 100%; }
@media (max-width: 480px) {
section.about.promo .promobox .imgFrame {
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%; } }
section.about.promo .promobox .copy {
-webkit-flex: 3 75%;
-ms-flex: 3 75%;
flex: 3 75%;
-webkit-flex: 3 70%;
-ms-flex: 3 70%;
flex: 3 70%;
margin-left: 4%; }
@media (max-width: 480px) {
section.about.promo .promobox .copy {
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
margin-left: 0; } }
/*================================================
CONTENT ABOUT
This styles page-about.php
this is imported at site/_site.scss
overall layout is found in layout/_layout.scss
=================================================*/
/*================================================
PARENT
=================================================*/
.suites.container {
padding-bottom: 5em; }
/*================================================ */
/*================================================
SUITES PROMO
=================================================*/
section.suites.promo .promobox {
-webkit-flex: 1 28%;
-ms-flex: 1 28%;
flex: 1 28%; }
@media (max-width: 480px) {
section.suites.promo .promobox {
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
margin-bottom: 5%; } }
@media (max-width: 414px) {
section.suites.promo .promobox {
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
margin-bottom: 5%; } }
section.suites.promo .promobox h2 {
font-size: 19.2px;
font-size: 1.2rem; }
section.suites.promo .promobox .imgFrame {
position: relative;
height: auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 1s ease-in;
-moz-transition: all 1s ease-in;
-o-transition: all 1s ease-in;
-ms-transition: all 1s ease-in; }
section.suites.promo .promobox .imgFrame img {
max-width: 100%; }
section.suites.promo .promobox .imgFrame:hover > .playFrame {
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
section.suites.promo .promobox .playFrame {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
text-decoration: none;
background: rgba(0, 0, 0, 0.6);
border-radius: 5px;
-webkit-transition: all 1s ease-in;
-moz-transition: all 1s ease-in;
-o-transition: all 1s ease-in;
-ms-transition: all 1s ease-in;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: none; }
section.suites.promo .promobox .playFrame:visited {
color: black; }
section.suites.promo .promobox .playFrame:link {
color: black; }
section.suites.promo .promobox .playFrame:hover {
color: black; }
section.suites.promo .promobox .playFrame span {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
section.suites.promo .promobox .playFrame span::before {
content: "";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
margin: 0px 10px 0px 0px;
text-decoration: none;
background: #00A1E6;
height: 40px;
width: 40px;
border-radius: 50%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 0 2.5px;
padding-left: 2.5px; }
section.suites.promo .box2 {
margin: 0 5% 0 5%; }
@media (max-width: 480px) {
section.suites.promo .box2 {
margin: 0;
padding: 0;
margin-top: 10%;
margin-bottom: 10%; } }
@media (max-width: 414px) {
section.suites.promo .box2 {
margin: 0;
padding: 0;
margin-top: 10%;
margin-bottom: 10%; } }
/*================================================ */
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none; }
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block; }
/*--------------------------------------------------------------
# Flickity
--------------------------------------------------------------*/
/*! Flickity v1.0.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
position: relative; }
.flickity-enabled:focus {
outline: 0; }
.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%; }
.flickity-slider {
position: absolute;
width: 100%;
height: 100%; }
.flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab; }
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing; }
.flickity-prev-next-button {
position: absolute;
z-index: 20;
top: 50%;
width: 44px;
height: 44px;
border: none;
border-radius: 50%;
background: #fff;
background: rgba(255, 255, 255, 0.75);
cursor: pointer;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.flickity-prev-next-button:hover {
background: #fff; }
.flickity-prev-next-button:focus {
outline: 0;
box-shadow: 0 0 0 5px #09F; }
.flickity-prev-next-button:active {
filter: alpha(opacity=60);
opacity: .6; }
.flickity-prev-next-button.previous {
left: 10px; }
.flickity-prev-next-button.next {
right: 10px; }
.flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px; }
.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px; }
.flickity-prev-next-button:disabled {
filter: alpha(opacity=30);
opacity: .3;
cursor: auto; }
.flickity-prev-next-button svg {
position: absolute;
left: 20%;
top: 20%;
width: 60%;
height: 60%; }
.flickity-prev-next-button .arrow {
fill: #333; }
.flickity-prev-next-button.no-svg {
color: #333;
font-size: 26px; }
.flickity-page-dots {
position: absolute;
width: 100%;
bottom: 65px;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1; }
.flickity-rtl .flickity-page-dots {
direction: rtl; }
.flickity-page-dots .dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
background: white;
border-radius: 50%;
filter: alpha(opacity=25);
opacity: .25;
cursor: pointer; }
.flickity-page-dots .dot.is-selected {
filter: alpha(opacity=100);
opacity: 1; }
/*--------------------------------------------------------------
# Pickadate
--------------------------------------------------------------*/
/* ==========================================================================
$BASE-PICKER
========================================================================== */
/**
* Note: the root picker element should *NOT* be styled more than what’s here.
*/
.picker {
font-size: 16px;
text-align: left;
line-height: 1.2;
color: #000000;
position: absolute;
z-index: 10000;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
/**
* The picker input element.
*/
.picker__input {
cursor: default; }
/**
* When the picker is opened, the input element is “activated”.
*/
.picker__input.picker__input--active {
border-color: #0089ec; }
/**
* The holder is the only “scrollable” top-level container element.
*/
.picker__holder {
width: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch; }
/*!
* Default mobile-first, responsive styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js
*/
/**
* Note: the root picker element should *NOT* be styled more than what’s here.
*/
/**
* Make the holder and frame fullscreen.
*/
.picker__holder,
.picker__frame {
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%); }
/**
* The holder should overlay the entire screen.
*/
.picker__holder {
position: fixed;
transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
transition: background 0.15s ease-out, transform 0s 0.15s;
-webkit-backface-visibility: hidden; }
/**
* The frame that bounds the box contents of the picker.
*/
.picker__frame {
position: absolute;
margin: 0 auto;
min-width: 256px;
max-width: 666px;
width: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
transition: all 0.15s ease-out; }
@media (min-height: 33.875em) {
.picker__frame {
overflow: visible;
top: auto;
bottom: -100%;
max-height: 80%; } }
@media (min-height: 40.125em) {
.picker__frame {
margin-bottom: 7.5%; } }
/**
* The wrapper sets the stage to vertically align the box contents.
*/
.picker__wrap {
display: table;
width: 100%;
height: 100%; }
@media (min-height: 33.875em) {
.picker__wrap {
display: block; } }
/**
* The box contains all the picker contents.
*/
.picker__box {
background: #ffffff;
display: table-cell;
vertical-align: middle; }
@media (min-height: 26.5em) {
.picker__box {
font-size: 1.25em; } }
@media (min-height: 33.875em) {
.picker__box {
display: block;
font-size: 1.33em;
border: 1px solid #777777;
border-top-color: #898989;
border-bottom-width: 0;
border-radius: 5px 5px 0 0;
box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }
@media (min-height: 40.125em) {
.picker__box {
font-size: 1.5em;
border-bottom-width: 1px;
border-radius: 5px; } }
/**
* When the picker opens...
*/
.picker--opened .picker__holder {
-webkit-transform: translateY(0);
transform: translateY(0);
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
zoom: 1;
background: rgba(0, 0, 0, 0.32);
transition: background 0.15s ease-out; }
.picker--opened .picker__frame {
-webkit-transform: translateY(0);
transform: translateY(0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1; }
@media (min-height: 33.875em) {
.picker--opened .picker__frame {
top: auto;
bottom: 0; } }
/* ==========================================================================
$BASE-DATE-PICKER
========================================================================== */
/**
* The picker box.
*/
.picker__box {
padding: 0 1em; }
/**
* The header containing the month and year stuff.
*/
.picker__header {
text-align: center;
position: relative;
margin-top: .75em; }
/**
* The month and year labels.
*/
.picker__month,
.picker__year {
font-weight: 500;
display: inline-block;
margin-left: .25em;
margin-right: .25em; }
.picker__year {
color: #999999;
font-size: .8em;
font-style: italic; }
/**
* The month and year selectors.
*/
.picker__select--month,
.picker__select--year {
border: 1px solid #b7b7b7;
height: 2em;
padding: .5em;
margin-left: .25em;
margin-right: .25em; }
@media (min-width: 24.5em) {
.picker__select--month,
.picker__select--year {
margin-top: -0.5em; } }
.picker__select--month {
width: 35%; }
.picker__select--year {
width: 22.5%; }
.picker__select--month:focus,
.picker__select--year:focus {
border-color: #0089ec; }
/**
* The month navigation buttons.
*/
.picker__nav--prev,
.picker__nav--next {
position: absolute;
padding: 0.5em 1.25em;
width: 1em;
height: 1em;
box-sizing: content-box;
top: -0.25em; }
@media (min-width: 24.5em) {
.picker__nav--prev,
.picker__nav--next {
top: -0.33em; } }
.picker__nav--prev {
left: -1em;
padding-right: 1.25em; }
@media (min-width: 24.5em) {
.picker__nav--prev {
padding-right: 1.5em; } }
.picker__nav--next {
right: -1em;
padding-left: 1.25em; }
@media (min-width: 24.5em) {
.picker__nav--next {
padding-left: 1.5em; } }
.picker__nav--prev:before,
.picker__nav--next:before {
content: " ";
border-top: .5em solid transparent;
border-bottom: .5em solid transparent;
border-right: 0.75em solid #000000;
width: 0;
height: 0;
display: block;
margin: 0 auto; }
.picker__nav--next:before {
border-right: 0;
border-left: 0.75em solid #000000; }
.picker__nav--prev:hover,
.picker__nav--next:hover {
cursor: pointer;
color: #000000;
background: #b1dcfb; }
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
cursor: default;
background: none;
border-right-color: #f5f5f5;
border-left-color: #f5f5f5; }
/**
* The calendar table of dates
*/
.picker__table {
text-align: center;
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
font-size: inherit;
width: 100%;
margin-top: .75em;
margin-bottom: .5em; }
@media (min-height: 33.875em) {
.picker__table {
margin-bottom: .75em; } }
.picker__table td {
margin: 0;
padding: 0; }
/**
* The weekday labels
*/
.picker__weekday {
width: 14.285714286%;
font-size: .75em;
padding-bottom: .25em;
color: #999999;
font-weight: 500;
/* Increase the spacing a tad */ }
@media (min-height: 33.875em) {
.picker__weekday {
padding-bottom: .5em; } }
/**
* The days on the calendar
*/
.picker__day {
padding: .3125em 0;
font-weight: 200;
border: 1px solid transparent; }
.picker__day--today {
position: relative; }
.picker__day--today:before {
content: " ";
position: absolute;
top: 2px;
right: 2px;
width: 0;
height: 0;
border-top: 0.5em solid #0059bc;
border-left: .5em solid transparent; }
.picker__day--disabled:before {
border-top-color: #aaaaaa; }
.picker__day--outfocus {
color: #dddddd; }
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
cursor: pointer;
color: #000000;
background: #b1dcfb; }
.picker__day--highlighted {
border-color: #0089ec; }
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
cursor: pointer;
color: #000000;
background: #b1dcfb; }
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
background: #0089ec;
color: #ffffff; }
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
background: #f5f5f5;
border-color: #f5f5f5;
color: #dddddd;
cursor: default; }
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
background: #bbbbbb; }
/**
* The footer containing the "today", "clear", and "close" buttons.
*/
.picker__footer {
text-align: center; }
.picker__button--today,
.picker__button--clear,
.picker__button--close {
border: 1px solid #ffffff;
background: #ffffff;
font-size: .8em;
padding: .66em 0;
font-weight: bold;
width: 33%;
display: inline-block;
vertical-align: bottom; }
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
cursor: pointer;
color: #000000;
background: #b1dcfb;
border-bottom-color: #b1dcfb; }
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
background: #b1dcfb;
border-color: #0089ec;
outline: none; }
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
position: relative;
display: inline-block;
height: 0; }
.picker__button--today:before,
.picker__button--clear:before {
content: " ";
margin-right: .45em; }
.picker__button--today:before {
top: -0.05em;
width: 0;
border-top: 0.66em solid #0059bc;
border-left: .66em solid transparent; }
.picker__button--clear:before {
top: -0.25em;
width: .66em;
border-top: 3px solid #ee2200; }
.picker__button--close:before {
content: "\D7";
top: -0.1em;
vertical-align: top;
font-size: 1.1em;
margin-right: .35em;
color: #777777; }
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
background: #f5f5f5;
border-color: #f5f5f5;
color: #dddddd;
cursor: default; }
.picker__button--today[disabled]:before {
border-top-color: #aaaaaa; }
/* ==========================================================================
$DEFAULT-DATE-PICKER
========================================================================== */
/*--------------------------------------------------------------
# Selectric
--------------------------------------------------------------*/
/*======================================
Selectric v1.9.3
======================================*/
.selectric-wrapper {
position: relative;
cursor: pointer; }
.selectric-responsive {
width: 100%; }
.selectric {
border: 1px solid #DDD;
border-radius: 3px;
position: relative;
height: 30px;
background: white; }
.selectric .label {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0 38px 0 10px;
font-size: 12px;
line-height: 30px;
color: #444;
height: 30px; }
.selectric .button {
display: block;
position: absolute;
right: 0;
top: 0;
width: 30px;
height: 30px;
color: #BBB;
text-align: center;
font: 0/0 a;
*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
.selectric .button:after {
content: " ";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 0;
height: 0;
border: 4px solid transparent;
border-top-color: #BBB;
border-bottom: none; }
.selectric-hover .selectric {
border-color: #C4C4C4; }
.selectric-hover .selectric .button {
color: #A2A2A2; }
.selectric-hover .selectric .button:after {
border-top-color: #A2A2A2; }
.selectric-open {
z-index: 9999; }
.selectric-open .selectric {
border-color: #C4C4C4; }
.selectric-open .selectric-items {
display: block; }
.selectric-disabled {
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.selectric-hide-select {
position: relative;
overflow: hidden;
width: 0;
height: 0; }
.selectric-hide-select select {
position: absolute;
left: -100%;
display: none; }
.selectric-input {
position: absolute !important;
top: 0 !important;
left: 0 !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
margin: 0 !important;
padding: 0 !important;
width: 1px !important;
height: 1px !important;
outline: none !important;
border: none !important;
*font: 0/0 a !important;
background: none !important; }
.selectric-temp-show {
position: absolute !important;
visibility: hidden !important;
display: block !important; }
/* Items box */
.selectric-items {
display: none;
position: absolute;
top: 100%;
left: 0;
background: #F8F8F8;
border: 1px solid #C4C4C4;
z-index: -1;
box-shadow: 0 0 10px -6px; }
.selectric-items .selectric-scroll {
height: 100%;
overflow: auto; }
.selectric-above .selectric-items {
top: auto;
bottom: 100%; }
.selectric-items ul, .selectric-items li {
list-style: none;
padding: 0;
margin: 0;
font-size: 12px;
line-height: 20px;
min-height: 20px; }
.selectric-items li {
display: block;
padding: 8px;
border-top: 1px solid #FFF;
border-bottom: 1px solid #EEE;
color: #666;
cursor: pointer; }
.selectric-items li.selected {
background: #EFEFEF;
color: #444; }
.selectric-items li:hover {
background: #F0F0F0;
color: #444; }
.selectric-items .disabled {
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default !important;
background: none !important;
color: #666 !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.selectric-items .selectric-group .selectric-group-label {
font-weight: bold;
padding-left: 10px;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: none;
color: #444; }
.selectric-items .selectric-group.disabled li {
filter: alpha(opacity=100);
opacity: 1; }
.selectric-items .selectric-group li {
padding-left: 25px; }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; }
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%; }
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.wp-caption-text {
text-align: center; }
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery-caption {
display: block; }
/*================================================
## LOGO
=================================================*/
/* for use with h1.site-title */
.site-branding {
float: left;
padding-top: 5px; }
@media (max-width: 767px) {
.site-branding {
padding-top: 0; } }
.site-branding a {
text-decoration: none;
text-transform: uppercase; }
.site-branding a:visited {
color: white; }
.site-branding a:visited {
color: white; }
.site-branding a:hover {
color: white; }
h1.site-title {
position: relative;
line-height: 2;
letter-spacing: 1px;
font-size: 24px;
font-size: 1.5rem;
font-family: 'Open Sans', sans-serif;
font-weight: 300; }
@media (max-width: 320px) {
h1.site-title {
font-size: 17.6px;
font-size: 1.1rem; } }
div.logoLine {
border-top: 1px solid #8F8E8E;
width: 100%;
position: absolute; }
div.logoLine:nth-child(1) {
top: 0; }
div.logoLine:nth-child(2) {
bottom: 0; }
.site-title .five-star-line {
margin: 0;
padding: 0;
z-index: 12;
position: absolute;
bottom: -39%;
left: 33%; }
@media (max-width: 320px) {
.site-title .five-star-line {
left: 32%;
bottom: -39%;
left: 30%;
bottom: -41%; } }
.site-title .five-star-line span.fa {
color: #00A1E6;
font-size: 11px;
font-size: 0.6875rem; }
.site-title .star-line-field {
background: #191919;
position: absolute;
bottom: -14%;
left: 31%;
width: 4em;
height: 12px;
z-index: 11; }
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
header.site-header {
background: #191919;
padding: 1rem 0;
position: relative;
width: 100%;
z-index: 100; }
header.site-header .container {
*zoom: 1;
position: relative; }
header.site-header .container:before,
header.site-header .container:after {
display: table;
content: '';
line-height: 0; }
header.site-header .container:after {
clear: both; }
footer.site-footer {
padding-top: 2%;
padding-bottom: 2%;
font-size: 12px;
font-size: 0.75rem;
background: white; }
footer.site-footer a {
color: #8F8E8E;
text-decoration: none;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
footer.site-footer a:hover {
color: #52abdf; }
footer.site-footer .site-info {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between; }
@media (max-width: 480px) {
footer.site-footer .site-info {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; } }
footer.site-footer .site-info aside.copyright p {
margin: 0;
padding: 0; }
@media (max-width: 480px) {
footer.site-footer .site-info aside.copyright p {
text-align: center; } }
footer.site-footer .site-info aside.copyright, footer.site-footer .site-info aside.socialIcons, footer.site-footer .site-info nav {
-webkit-flex: 1 33%;
-ms-flex: 1 33%;
flex: 1 33%; }
@media (max-width: 480px) {
footer.site-footer .site-info aside.copyright, footer.site-footer .site-info aside.socialIcons, footer.site-footer .site-info nav {
width: 100%;
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto; } }
footer.site-footer .site-info aside.socialIcons {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center; }
@media (max-width: 480px) {
footer.site-footer .site-info aside.socialIcons {
padding: 1rem 0; } }
footer.site-footer .site-info aside.socialIcons a {
color: white;
background: #8F8E8E;
border-radius: 50%;
width: 25px;
height: 25px;
margin: 0 1% 0 1%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
footer.site-footer .site-info aside.socialIcons a:hover {
color: #52abdf;
background: white; }
footer.site-footer .site-info aside.socialIcons span {
font-size: 16px;
font-size: 1rem;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
footer.site-footer .site-info nav ul {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between; }
.home .masthead {
position: relative; }
.home .masthead .overlay {
position: absolute;
top: 42%;
z-index: 10;
width: 100%; }
.home .masthead .overlay h2, .home .masthead .overlay h3 {
color: white;
float: left;
position: relative;
text-transform: uppercase; }
.home .masthead .overlay h2:after, .home .masthead .overlay h3:after {
content: '';
position: absolute;
top: 0; }
.home .masthead .overlay h3 {
padding-left: 20px; }
@media (max-width: 1060px) {
.home .masthead .overlay {
width: 80%;
left: 5%; }
.home .masthead .overlay h2 {
font-size: 1.125rem;
margin-left: 2%; }
.home .masthead .overlay h3 {
font-size: 1rem;
margin-left: 2%; } }
@media (max-width: 568px) {
.home .masthead .overlay {
position: relative;
left: 0;
width: 100%;
height: 130px; }
.home .masthead .overlay .container {
padding: 0; }
.home .masthead .overlay h2, .home .masthead .overlay h3 {
width: 100%;
margin-left: 0; }
.home .masthead .overlay h2::after, .home .masthead .overlay h3::after {
border: none; } }
@media (max-width: 320px) {
.home .masthead .overlay {
height: 150px; } }
@media (max-width: 768px) {
.home .masthead .flickity-page-dots {
bottom: 8px; } }
.booking-console {
background: white;
border: 2px solid #d3d3d3;
position: relative;
top: -50px;
border-radius: 5px;
*zoom: 1;
height: 100px; }
.booking-console:before,
.booking-console:after {
display: table;
content: '';
line-height: 0; }
.booking-console:after {
clear: both; }
.booking-console header {
background: #f3f3f3;
float: left;
height: 100%;
display: inline-block;
float: left;
width: 25%;
padding-left: 1.04167%;
padding-right: 1.04167%;
padding-top: 15px;
padding-left: 15px;
border-right: 1px solid #e0e0e0;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px; }
.booking-console header h4 {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 1.125rem; }
.booking-console header p {
font-size: 0.8125rem;
margin: 0; }
@media (max-width: 768px) {
.booking-console header {
display: inline-block;
float: left;
width: 100%;
padding-left: 1.04167%;
padding-right: 1.04167%;
padding-top: 10px;
padding-bottom: 10px;
border-top-left-radius: 0;
border-bottom-left-radius: 0; } }
.booking-console form.book {
*zoom: 1;
display: inline-block;
float: left;
width: 75%;
padding-left: 1.04167%;
padding-right: 1.04167%;
padding-top: 18px; }
.booking-console form.book:before,
.booking-console form.book:after {
display: table;
content: '';
line-height: 0; }
.booking-console form.book:after {
clear: both; }
.booking-console form.book .field {
position: relative;
float: left;
display: inline-block;
float: left;
width: 22.91667%;
padding-left: 1.04167%;
padding-right: 1.04167%; }
.booking-console form.book .field.small {
display: inline-block;
float: left;
width: 8.33333%;
padding-left: 1.04167%;
padding-right: 1.04167%; }
.booking-console form.book .field.btn {
display: inline-block;
float: left;
width: 14.58333%;
padding-left: 1.04167%;
padding-right: 1.04167%;
padding-right: 0;
padding-top: 26px; }
.booking-console form.book .field.btn button {
display: block;
width: 100%;
height: 30px;
padding: 8px 2px;
background: #00A1E6;
border: 0;
box-shadow: none;
border-radius: 0;
color: white;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in; }
.booking-console form.book .field.btn button:hover {
text-shadow: none;
background: white;
color: #00A1E6;
outline: 1px solid #00A1E6; }
@media (max-width: 768px) {
.booking-console form.book .field.btn button {
font-size: 0.7rem !important; } }
@media (max-width: 768px) {
.booking-console form.book .field.btn {
display: inline-block;
float: left;
width: 33.33333%;
padding-left: 1.04167%;
padding-right: 1.04167%;
padding-top: 32px; } }
.booking-console form.book .field select#roomType {
width: 100%; }
.booking-console form.book .field i {
position: absolute;
top: 32px;
right: 12px;
font-size: 1.25rem; }
@media (max-width: 768px) {
.booking-console form.book .field i {
top: 28px; } }
@media (max-width: 768px) {
.booking-console form.book .field {
display: inline-block;
float: left;
width: 26.66667%;
padding-left: 1.04167%;
padding-right: 1.04167%; } }
@media (max-width: 768px) {
.booking-console form.book .field {
display: inline-block;
float: left;
width: 33.33333%;
padding-left: 1.04167%;
padding-right: 1.04167%; }
.booking-console form.book .field.small {
padding-top: 10px;
display: inline-block;
float: left;
width: 33.33333%;
padding-left: 1.04167%;
padding-right: 1.04167%; } }
.booking-console form.book label, .booking-console form.book input {
display: block; }
.booking-console form.book label {
font-size: 0.8125rem;
color: #373535;
padding-bottom: 8px; }
@media (max-width: 768px) {
.booking-console form.book label {
padding-bottom: 4px; } }
@media (max-width: 320px) {
.booking-console form.book label {
font-size: 0.75rem; } }
.booking-console form.book input {
width: 100%;
padding: 4px 8px; }
@media (max-width: 768px) {
.booking-console form.book {
width: 100%;
padding-top: 8px;
padding-bottom: 8px; } }
@media (max-width: 768px) {
.booking-console {
height: auto;
top: 20px;
margin-bottom: 40px; } }
.roomTypes {
*zoom: 1; }
.roomTypes:before,
.roomTypes:after {
display: table;
content: '';
line-height: 0; }
.roomTypes:after {
clear: both; }
.roomTypes li {
display: inline-block;
float: left;
width: 33.33333%;
padding-left: 1.04167%;
padding-right: 1.04167%; }
.roomTypes li:first-child {
padding-left: 0; }
.roomTypes li:last-child {
padding-right: 0;
padding-left: 2%; }
.roomTypes li img {
display: block;
border-radius: 2px;
border: 1px solid rgba(0, 0, 0, 0.57);
width: 300px;
height: 150px; }
.roomTypes li p {
font-size: 0.8125rem;
margin-top: 0; }
@media (max-width: 720px) {
.roomTypes li {
width: 100%; } }
h5 {
font-size: 1.5625rem; }
.contactUs {
margin-bottom: 5em;
*zoom: 1; }
.contactUs:before,
.contactUs:after {
display: table;
content: '';
line-height: 0; }
.contactUs:after {
clear: both; }
.contactUs .field.third {
display: inline-block;
float: left;
width: 33.33333%;
padding-left: 1.04167%;
padding-right: 1.04167%;
padding: 0; }
@media (max-width: 480px) {
.contactUs .field.third {
display: inline-block;
float: left;
width: 100%;
padding-left: 1.04167%;
padding-right: 1.04167%; } }
.contactUs .field.full, .contactUs .field.btn {
padding-top: 15px; }
.contactUs .field.full {
clear: both; }
@media (min-width: 1024px) {
.contactUs label {
margin-bottom: 2%; } }
@media (max-width: 1024px) {
.contactUs label {
margin-bottom: 2%; } }
@media (max-width: 736px) {
.contactUs label {
margin-bottom: 2%; } }
@media (max-width: 667px) {
.contactUs label {
margin-bottom: 2%; } }
@media (max-width: 568px) {
.contactUs label {
margin-bottom: 2%; } }
.contactUs label, .contactUs input {
display: block; }
@media (max-width: 480px) {
.contactUs label, .contactUs input {
margin-bottom: 5%; } }
.contactUs input {
width: 90%;
padding: 5px; }
@media (max-width: 480px) {
.contactUs input {
width: 100%; } }
.contactUs textarea {
padding: 5px; }
.contactUs .btn button {
display: block;
padding: 12px;
background: #00A1E6;
border: 0;
box-shadow: none;
border-radius: 0;
color: white;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in; }
.contactUs .btn button:hover {
text-shadow: none;
background: white;
color: #00A1E6;
outline: 1px solid #00A1E6; }
@media (max-width: 480px) {
.contactUs .btn button {
width: 100%; } }
/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
.container {
max-width: 980px;
margin: 0 auto;
padding: 0 1rem; } | style.css | @charset "UTF-8";
/*
Theme Name: hospitality
Theme URI: https://github.com/Sunny-Dallas-Texas/Hotel-WordPress-Theme-2015
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hospitality
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
hospitality is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
<NAME> and <NAME> http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Layout
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Asides
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body {
width: 100%;
*zoom: 1; }
body:before,
body:after {
display: table;
content: '';
line-height: 0; }
body:after {
clear: both; }
/*================================================
DIV FLEXBOX
this contains both the content and the sidebar
=================================================*/
.flexbox {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
@media (max-width: 940px) {
.flexbox {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; } }
.flexbox #primary {
/*================================================
BACKUP IE SUPPORT
=================================================*/
float: left;
width: 75%;
/*================================================ */
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
padding-right: 5%;
margin-top: 5%; }
@media (max-width: 940px) {
.flexbox #primary {
width: 100%; } }
@media (max-width: 568px) {
.flexbox #primary {
width: 100%; } }
.flexbox #secondary {
/*================================================
BACKUP IE SUPPORT
=================================================*/
float: right;
width: 25%;
/*================================================ */
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
margin-top: 5%; }
@media (max-width: 940px) {
.flexbox #secondary {
width: 100%; } }
@media (max-width: 568px) {
.flexbox #secondary {
width: 100%; } }
@media (max-width: 480px) {
.flexbox #secondary {
width: 100%; } }
/*================================================ */
/*================================================
SIDEBARS
here we style the sidebars generally
template-parts/*.php
sidebar.php
=================================================*/
/*================================================ */
/*================================================
SIDEBAR - ROOM ATTRIBUTES WIDGET
template-parts/sidebar-roomAttributes.php
=================================================*/
.roomSummary h5 {
font-weight: bold;
font-size: 19.2px;
font-size: 1.2rem; }
.roomAttributes {
margin-bottom: 10%; }
.roomAttributes li {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-top: 1px solid #8F8E8E;
padding-top: 5%;
padding-bottom: 5%;
cursor: pointer; }
.roomAttributes li:hover > div > span {
color: #00A1E6; }
.roomAttributes li:first-child {
border-top: none; }
.roomAttributes li:nth-child(3) div span {
margin-right: 7%; }
@media (max-width: 768px) {
.roomAttributes li:nth-child(3) div span {
margin-right: 3%; } }
@media (max-width: 375px) {
.roomAttributes li:nth-child(3) div span {
margin-right: 5%; } }
.roomAttributes li div:nth-child(1) {
-webkit-flex: 3 75%;
-ms-flex: 3 75%;
flex: 3 75%; }
.roomAttributes li div:nth-child(2) {
-webkit-flex: 1 25%;
-ms-flex: 1 25%;
flex: 1 25%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end; }
.roomAttributes p {
margin: 0;
padding: 0; }
.roomAttributes span.fa {
color: #8F8E8E;
font-size: 19.2px;
font-size: 1.2rem;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in; }
/*================================================ */
/*================================================
SIDEBAR - RESERVATIONS WIDGET
template-parts/sidebar-reservations.php
=================================================*/
.reservationBooking {
margin-bottom: 10%; }
@media (max-width: 940px) {
.reservationBooking {
margin-bottom: 0; } }
.reservationBooking h5 {
font-weight: bold;
font-size: 19.2px;
font-size: 1.2rem; }
.reservationBooking p {
margin: 0;
padding: 0;
margin-top: 0;
margin-bottom: 2.5%; }
.reservationBooking input[type='text'] {
border-radius: 5px;
border: 1px solid lightgrey;
padding: 3% 4% 3% 4%;
margin-top: 2.5%;
margin-bottom: 2.5%; }
@media (min-width: 1024px) {
.reservationBooking div.selectMenuPH {
margin-top: 2.5%;
margin-bottom: 2.5%; } }
@media (max-width: 1024px) {
.reservationBooking div.selectMenuPH {
margin-top: 2.5%;
margin-bottom: 2.5%; } }
@media (max-width: 667px) {
.reservationBooking div.selectMenuPH {
margin-top: 2.5%;
margin-bottom: 2.5%; } }
@media (max-width: 568px) {
.reservationBooking div.selectMenuPH {
margin-top: 2.5%;
margin-bottom: 2.5%; } }
@media (max-width: 480px) {
.reservationBooking div.selectMenuPH {
margin-top: 2.5%;
margin-bottom: 2.5%; } }
.reservationBooking input.selectMenuPH {
width: 100%; }
@media (max-width: 414px) {
.reservationBooking select#roomType {
max-width: 100%; } }
.reservationBooking div.fromToDate {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between; }
.reservationBooking div.fromToDate div.field {
-webkit-flex: 1 45%;
-ms-flex: 1 45%;
flex: 1 45%;
position: relative; }
.reservationBooking div.fromToDate div.field input {
max-width: 100%;
padding: 3% 4% 3% 8%; }
@media (max-width: 940px) {
.reservationBooking div.fromToDate div.field input {
width: 100%; } }
.reservationBooking div.fromToDate div.field i {
position: absolute;
top: 8px;
right: 5px; }
@media (max-width: 940px) {
.reservationBooking div.fromToDate div.field i {
top: 13px;
right: 7px; } }
.reservationBooking div.fromToDate div:first-child {
margin-right: 5%; }
@media (max-width: 940px) {
.reservationBooking div.fromToDate div:first-child {
margin-right: 2%; } }
.reservationBooking input[type="submit"] {
width: 100%;
border: 0;
border-radius: 0px;
box-shadow: none;
text-shadow: none;
background: #00A1E6;
color: white;
font-weight: bold;
font-size: 16px;
font-size: 1rem;
line-height: 24px;
padding: 2% 0 2% 0;
margin-top: 2.5%;
margin-bottom: 2.5%;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in; }
.reservationBooking input[type="submit"]:hover {
box-shadow: none;
text-shadow: none;
background: white;
color: #00A1E6;
outline: 1px solid #00A1E6; }
/*================================================ */
/*================================================
SIDEBAR - CONTACT US WIDGET
this one is visible on sass/layout/_content-about.scss
=================================================*/
.sidebar.contactUs {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.sidebar.contactUs h5 {
font-weight: bold;
font-size: 19.2px;
font-size: 1.2rem; }
.sidebar.contactUs .row {
width: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-top: 5%;
padding-bottom: 5%;
border-top: 1px solid #8F8E8E; }
.sidebar.contactUs .row div {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.sidebar.contactUs .row div p {
display: inline-block;
display: block;
width: 100%;
text-align: left;
margin: 0;
padding: 0; }
.sidebar.contactUs .row div a {
display: block;
width: 100%;
text-align: left;
color: #8F8E8E;
text-decoration: none;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
.sidebar.contactUs .row div a:hover {
color: #52abdf; }
.sidebar.contactUs .row div:nth-child(1) {
-webkit-flex: 3 75%;
-ms-flex: 3 75%;
flex: 3 75%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
text-align: left; }
.sidebar.contactUs .row div:nth-child(2) {
-webkit-flex: 1 25%;
-ms-flex: 1 25%;
flex: 1 25%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end; }
.sidebar.contactUs .row div:nth-child(2) span {
font-size: 20.8px;
font-size: 1.3rem;
color: #8F8E8E; }
.sidebar.contactUs .row1 div:nth-child(2) span {
font-size: 48px;
font-size: 3rem; }
.sidebar.contactUs .row1 {
padding-top: 0;
padding-bottom: 5%;
border-top: none; }
/*================================================ */
/*================================================
WIDGET STYLING CHANGES
=================================================*/
/* change the styling of the standard WordPress widgets here */
/* change the styling of the h1 for any widget in the Sidebar
all h1's that are widgets will be changed */
.widget-area h1 {
font-size: 19.2px;
font-size: 1.2rem;
margin-bottom: 2.5%; }
/* Search Widget, Standard */
/* this overrides WordPress default styling... this works well only if the sidebar is actually on the side */
#search-3.widget_search h1 {
font-size: 19.2px;
font-size: 1.2rem;
margin-bottom: 2.5%; }
input[type="search"].search-field {
width: 94%;
margin: 0;
padding: 2% 4% 2% 4%; }
@media (max-width: 768px) {
input[type="search"].search-field {
width: 91%; } }
form.search-form {
position: relative; }
form.search-form::after {
content: "";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
margin: 0px 10px 0px 0px;
text-decoration: none;
position: absolute;
top: 6px;
right: -5px;
color: #8F8E8E; }
@media (max-width: 768px) {
form.search-form::after {
top: 14px;
right: 10px; } }
@media (max-width: 414px) {
form.search-form::after {
top: 7px; } }
@media (max-width: 320px) {
form.search-form::after {
top: 5px; } }
.widget li {
padding-top: 2%;
padding-bottom: 2%; }
.widget li a {
color: #8F8E8E;
text-decoration: none;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
.widget li a:hover {
color: #52abdf; }
/*================================================ */
/*================================================
CONTENT STYLING, GENERAL
for changes that are not specific to any one page or section of content
=================================================*/
/*================================================
PROMOBOX
this is mainly found on specific content-pages.php
such as
content-suites.php
content-about.php
more specific styling
layout/_content-suites.scss
layout/_content-about.scss
=================================================*/
.promo {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.promo img {
max-width: 100%;
height: auto;
border-radius: 3px;
border: 1px solid grey; }
.promo .promobox h2 {
margin-top: 5%;
margin-bottom: 0; }
.promo .promobox h5 {
margin-top: 5%;
margin-bottom: 0;
font-size: 20px;
font-size: 1.25rem; }
.promo .promobox p {
margin-top: 0;
margin-bottom: 0; }
/*================================================ */
/*================================================
CONTENT - NEWS/BLOG PAGE
for index.php
=================================================*/
#primary.content-area article {
border-bottom: 1px dashed #8F8E8E;
padding-bottom: 5%; }
#primary.content-area article span.posted-on {
color: #767474;
font-size: 12px;
font-size: 0.75rem; }
#primary.content-area article span.posted-on time {
color: #767474;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
#primary.content-area article span.posted-on time:hover {
color: #52abdf; }
#primary.content-area article a {
text-decoration: none;
color: black;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
#primary.content-area article a:hover {
color: #52abdf; }
#primary.content-area article .entry-content img {
max-width: 100%;
border-radius: 3px;
border: 1px solid #8F8E8E; }
#primary.content-area article footer.entry-footer {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
#primary.content-area article footer.entry-footer span {
-webkit-flex: 1 45%;
-ms-flex: 1 45%;
flex: 1 45%;
margin-right: 5%;
margin-bottom: 1%;
font-size: 12px;
font-size: 0.75rem; }
#primary.content-area article footer.entry-footer span a {
color: #8F8E8E;
font-style: italic;
font-size: 12px;
font-size: 0.75rem; }
#primary.content-area article footer.entry-footer span a:hover {
color: #52abdf; }
/*================================================ */
/*================================================
CONTENT - SECTION PROMO
layout/_content-suites.scss
layout/_content-about.scss
=================================================*/
section.promo {
padding-top: 5%; }
/*================================================ */
/*================================================
MAST HEAD FOR INTERIOR PAGES
tag: masthead
=================================================*/
.masthead {
position: relative; }
.masthead img {
display: block; }
.masthead h3 {
min-width: 300px;
color: white;
position: absolute;
bottom: 0;
padding-left: 165px; }
.masthead h3:after {
content: '';
position: absolute;
top: 0;
right: -24px;
border-right: 24px solid transparent;
border-top: 48px solid #52abdf; }
@media (max-width: 768px) {
.masthead h3::after {
right: -23px; } }
@media (max-width: 736px) {
.masthead h3 {
padding-left: 32px; } }
@media (max-width: 480px) {
.masthead h3 {
min-width: 223px; } }
@media (max-width: 414px) {
.masthead h3 {
padding-left: 32px;
min-width: 236px; } }
@media (max-width: 375px) {
.masthead h3 {
min-width: 222px; } }
@media (max-width: 320px) {
.masthead h3 {
min-width: 206px;
font-size: 17.6px;
font-size: 1.1rem;
padding-top: 5px;
padding-bottom: 10px; }
.masthead h3::after {
border-top: 44px solid #52abdf; } }
.entry-title {
display: none; }
body.blog .entry-title {
display: block; }
/*================================================ */
/*================================================
CONTENT - SINGLE.PHP
for individual "blog" posts
single.php
template-parts/content-single.php
reference: sass/mixins/_mixins-project.scss
=================================================*/
.nav-links .nav-previous a {
text-decoration: none;
color: #8F8E8E;
font-style: italic;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
.nav-links .nav-previous a:hover {
color: #52abdf; }
.nav-links .nav-next a {
text-decoration: none;
color: #8F8E8E;
font-style: italic;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
.nav-links .nav-next a:hover {
color: #52abdf; }
p.logged-in-as a {
text-decoration: none;
color: #8F8E8E;
font-style: italic;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
p.logged-in-as a:hover {
color: #52abdf; }
h3.comment-reply-title {
background: none;
padding: 0; }
p.form-submit input[type="submit"] {
border: 0;
border-radius: 0px;
box-shadow: none;
text-shadow: none;
background: #00A1E6;
color: white;
font-weight: bold;
font-size: 16px;
font-size: 1rem;
line-height: 24px;
padding: 2% 0 2% 0;
margin-top: 2.5%;
margin-bottom: 2.5%;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
padding: 2% 8% 2% 8%; }
p.form-submit input[type="submit"]:hover {
box-shadow: none;
text-shadow: none;
background: white;
color: #00A1E6;
outline: 1px solid #00A1E6; }
span.byline {
color: #8F8E8E;
font-style: italic;
font-size: 12px;
font-size: 0.75rem; }
/*================================================ */
/*================================================
SEARCH RESULTS
search.php
=================================================*/
/*================================================ */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
color: #373535;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5; }
p {
color: #8F8E8E; }
#content p, #content li a, #content input, #content button {
font-size: 14.4px;
font-size: 0.9rem; }
h1, h2, h3, h4, h5, h6 {
clear: both;
margin: 0;
font-family: 'Raleway', sans-serif;
font-weight: 700; }
h2 {
padding: 15px 20px;
background: #2a2a2a;
font-weight: 700; }
h2:after {
border-right: 33px solid transparent;
border-top: 66px solid #2a2a2a;
right: -33px; }
h3 {
padding: 10px 20px;
background: #52abdf;
font-weight: 300; }
h3:after {
border-right: 24px solid transparent;
border-top: 48px solid #52abdf;
right: -24px; }
h5 {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 1.25rem;
margin: 20px 0 10px; }
h5 .price {
font-weight: 700; }
p {
margin-bottom: 1.5em; }
dfn, cite, em, i {
font-style: italic; }
blockquote {
margin: 0 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem; }
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark, ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box; }
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit; }
body {
background: #ebebeb;
/* Fallback for when there is no custom background color defined. */ }
blockquote, q {
quotes: "" ""; }
blockquote:before,
blockquote:after, q:before,
q:after {
content: ""; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em; }
ul, ol {
padding: 0;
margin: 0; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li {
list-style-type: none; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em; }
dt {
font-weight: bold; }
dd {
margin: 0 1.5em 1.5em; }
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */ }
table {
margin: 0 0 1.5em;
width: 100%; }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #373535;
border: 1px solid #ccc;
border-radius: 3px; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #373535; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px; }
textarea {
padding-left: 3px;
width: 100%; }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
color: white;
transition: all 0.3s; }
a:visited {
color: white; }
a:hover,
a:focus,
a:active {
color: #52abdf; }
a:focus {
outline: thin dotted; }
a:hover,
a:active {
outline: 0; }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
display: block;
float: right; }
@media (max-width: 767px) {
.main-navigation {
float: left;
width: 100%; } }
.main-navigation button {
position: absolute;
top: 1rem;
right: 1rem;
background: transparent;
color: white;
border: none;
box-shadow: none;
padding: 0;
font-size: 1.125rem; }
@media (max-width: 320px) {
.main-navigation button {
top: 8px; } }
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
*zoom: 1; }
.main-navigation ul:before,
.main-navigation ul:after {
display: table;
content: '';
line-height: 0; }
.main-navigation ul:after {
clear: both; }
@media (max-width: 767px) {
.main-navigation ul {
padding-top: 1rem; } }
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
left: -999em;
z-index: 99999; }
.main-navigation ul ul ul {
left: -999em;
top: 0; }
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%; }
.main-navigation ul ul a {
width: 200px; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto; }
.main-navigation li {
float: left;
position: relative;
padding: 20px 15px; }
.main-navigation li:after {
content: '|';
color: #444;
position: absolute;
top: 18px;
right: -5px; }
.main-navigation li:last-child {
padding-right: 0; }
.main-navigation li:last-child:after {
content: ''; }
@media (max-width: 767px) {
.main-navigation li {
width: 100%;
padding: 1rem 0;
border-bottom: 1px solid #ebebeb; }
.main-navigation li:after {
content: ''; } }
.main-navigation a {
display: block;
text-decoration: none;
font-weight: 300; }
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
display: block; }
@media screen and (min-width: 767px) {
.menu-toggle {
display: none; }
.main-navigation ul {
display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%; }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden; }
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */ }
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
*zoom: 1; }
.clear:before:before,
.clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
display: table;
content: '';
line-height: 0; }
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
clear: both; }
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both; }
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
/* Make sure select elements fit in widgets. */ }
.widget select {
max-width: 100%; }
/* Search widget. */
.widget_search .search-submit {
display: none; }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block; }
.hentry {
margin: 0 0 1.5em; }
.byline,
.updated:not(.published) {
display: none; }
.single .byline,
.group-blog .byline {
display: inline; }
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0; }
.page-links {
clear: both;
margin: 0 0 1.5em; }
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none; }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }
/*================================================
## ABOUT PAGE - PAGE-ABOUT.PHP
=================================================*/
/*================================================
CONTENT ABOUT
This styles page-about.php
this is imported at site/_site.scss
overall layout is found in layout/_layout.scss
=================================================*/
section.about.promo {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
section.about.promo h5 {
display: block;
margin-bottom: 5%; }
section.about.promo .promobox {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 4%; }
@media (max-width: 480px) {
section.about.promo .promobox {
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
margin-bottom: 10%; } }
@media (max-width: 414px) {
section.about.promo .promobox {
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
margin-bottom: 10%; } }
section.about.promo .promobox .imgFrame {
-webkit-flex: 1 25%;
-ms-flex: 1 25%;
flex: 1 25%; }
section.about.promo .promobox .imgFrame img {
max-width: 100%; }
@media (max-width: 480px) {
section.about.promo .promobox .imgFrame {
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%; } }
section.about.promo .promobox .copy {
-webkit-flex: 3 75%;
-ms-flex: 3 75%;
flex: 3 75%;
-webkit-flex: 3 70%;
-ms-flex: 3 70%;
flex: 3 70%;
margin-left: 4%; }
@media (max-width: 480px) {
section.about.promo .promobox .copy {
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
margin-left: 0; } }
/*================================================
CONTENT ABOUT
This styles page-about.php
this is imported at site/_site.scss
overall layout is found in layout/_layout.scss
=================================================*/
/*================================================
PARENT
=================================================*/
.suites.container {
padding-bottom: 5em; }
/*================================================ */
/*================================================
SUITES PROMO
=================================================*/
section.suites.promo .promobox {
-webkit-flex: 1 28%;
-ms-flex: 1 28%;
flex: 1 28%; }
@media (max-width: 480px) {
section.suites.promo .promobox {
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
margin-bottom: 5%; } }
@media (max-width: 414px) {
section.suites.promo .promobox {
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
margin-bottom: 5%; } }
section.suites.promo .promobox h2 {
font-size: 19.2px;
font-size: 1.2rem; }
section.suites.promo .promobox .imgFrame {
position: relative;
height: auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 1s ease-in;
-moz-transition: all 1s ease-in;
-o-transition: all 1s ease-in;
-ms-transition: all 1s ease-in; }
section.suites.promo .promobox .imgFrame img {
max-width: 100%; }
section.suites.promo .promobox .imgFrame:hover > .playFrame {
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
section.suites.promo .promobox .playFrame {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
text-decoration: none;
background: rgba(0, 0, 0, 0.6);
border-radius: 5px;
-webkit-transition: all 1s ease-in;
-moz-transition: all 1s ease-in;
-o-transition: all 1s ease-in;
-ms-transition: all 1s ease-in;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: none; }
section.suites.promo .promobox .playFrame:visited {
color: black; }
section.suites.promo .promobox .playFrame:link {
color: black; }
section.suites.promo .promobox .playFrame:hover {
color: black; }
section.suites.promo .promobox .playFrame span {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
section.suites.promo .promobox .playFrame span::before {
content: "";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
margin: 0px 10px 0px 0px;
text-decoration: none;
background: #00A1E6;
height: 40px;
width: 40px;
border-radius: 50%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 0 2.5px;
padding-left: 2.5px; }
section.suites.promo .box2 {
margin: 0 5% 0 5%; }
@media (max-width: 480px) {
section.suites.promo .box2 {
margin: 0;
padding: 0;
margin-top: 10%;
margin-bottom: 10%; } }
@media (max-width: 414px) {
section.suites.promo .box2 {
margin: 0;
padding: 0;
margin-top: 10%;
margin-bottom: 10%; } }
/*================================================ */
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none; }
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block; }
/*--------------------------------------------------------------
# Flickity
--------------------------------------------------------------*/
/*! Flickity v1.0.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
position: relative; }
.flickity-enabled:focus {
outline: 0; }
.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%; }
.flickity-slider {
position: absolute;
width: 100%;
height: 100%; }
.flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab; }
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing; }
.flickity-prev-next-button {
position: absolute;
z-index: 20;
top: 50%;
width: 44px;
height: 44px;
border: none;
border-radius: 50%;
background: #fff;
background: rgba(255, 255, 255, 0.75);
cursor: pointer;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.flickity-prev-next-button:hover {
background: #fff; }
.flickity-prev-next-button:focus {
outline: 0;
box-shadow: 0 0 0 5px #09F; }
.flickity-prev-next-button:active {
filter: alpha(opacity=60);
opacity: .6; }
.flickity-prev-next-button.previous {
left: 10px; }
.flickity-prev-next-button.next {
right: 10px; }
.flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px; }
.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px; }
.flickity-prev-next-button:disabled {
filter: alpha(opacity=30);
opacity: .3;
cursor: auto; }
.flickity-prev-next-button svg {
position: absolute;
left: 20%;
top: 20%;
width: 60%;
height: 60%; }
.flickity-prev-next-button .arrow {
fill: #333; }
.flickity-prev-next-button.no-svg {
color: #333;
font-size: 26px; }
.flickity-page-dots {
position: absolute;
width: 100%;
bottom: 65px;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1; }
.flickity-rtl .flickity-page-dots {
direction: rtl; }
.flickity-page-dots .dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
background: white;
border-radius: 50%;
filter: alpha(opacity=25);
opacity: .25;
cursor: pointer; }
.flickity-page-dots .dot.is-selected {
filter: alpha(opacity=100);
opacity: 1; }
/*--------------------------------------------------------------
# Pickadate
--------------------------------------------------------------*/
/* ==========================================================================
$BASE-PICKER
========================================================================== */
/**
* Note: the root picker element should *NOT* be styled more than what’s here.
*/
.picker {
font-size: 16px;
text-align: left;
line-height: 1.2;
color: #000000;
position: absolute;
z-index: 10000;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
/**
* The picker input element.
*/
.picker__input {
cursor: default; }
/**
* When the picker is opened, the input element is “activated”.
*/
.picker__input.picker__input--active {
border-color: #0089ec; }
/**
* The holder is the only “scrollable” top-level container element.
*/
.picker__holder {
width: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch; }
/*!
* Default mobile-first, responsive styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js
*/
/**
* Note: the root picker element should *NOT* be styled more than what’s here.
*/
/**
* Make the holder and frame fullscreen.
*/
.picker__holder,
.picker__frame {
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%); }
/**
* The holder should overlay the entire screen.
*/
.picker__holder {
position: fixed;
transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
transition: background 0.15s ease-out, transform 0s 0.15s;
-webkit-backface-visibility: hidden; }
/**
* The frame that bounds the box contents of the picker.
*/
.picker__frame {
position: absolute;
margin: 0 auto;
min-width: 256px;
max-width: 666px;
width: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
transition: all 0.15s ease-out; }
@media (min-height: 33.875em) {
.picker__frame {
overflow: visible;
top: auto;
bottom: -100%;
max-height: 80%; } }
@media (min-height: 40.125em) {
.picker__frame {
margin-bottom: 7.5%; } }
/**
* The wrapper sets the stage to vertically align the box contents.
*/
.picker__wrap {
display: table;
width: 100%;
height: 100%; }
@media (min-height: 33.875em) {
.picker__wrap {
display: block; } }
/**
* The box contains all the picker contents.
*/
.picker__box {
background: #ffffff;
display: table-cell;
vertical-align: middle; }
@media (min-height: 26.5em) {
.picker__box {
font-size: 1.25em; } }
@media (min-height: 33.875em) {
.picker__box {
display: block;
font-size: 1.33em;
border: 1px solid #777777;
border-top-color: #898989;
border-bottom-width: 0;
border-radius: 5px 5px 0 0;
box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }
@media (min-height: 40.125em) {
.picker__box {
font-size: 1.5em;
border-bottom-width: 1px;
border-radius: 5px; } }
/**
* When the picker opens...
*/
.picker--opened .picker__holder {
-webkit-transform: translateY(0);
transform: translateY(0);
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
zoom: 1;
background: rgba(0, 0, 0, 0.32);
transition: background 0.15s ease-out; }
.picker--opened .picker__frame {
-webkit-transform: translateY(0);
transform: translateY(0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1; }
@media (min-height: 33.875em) {
.picker--opened .picker__frame {
top: auto;
bottom: 0; } }
/* ==========================================================================
$BASE-DATE-PICKER
========================================================================== */
/**
* The picker box.
*/
.picker__box {
padding: 0 1em; }
/**
* The header containing the month and year stuff.
*/
.picker__header {
text-align: center;
position: relative;
margin-top: .75em; }
/**
* The month and year labels.
*/
.picker__month,
.picker__year {
font-weight: 500;
display: inline-block;
margin-left: .25em;
margin-right: .25em; }
.picker__year {
color: #999999;
font-size: .8em;
font-style: italic; }
/**
* The month and year selectors.
*/
.picker__select--month,
.picker__select--year {
border: 1px solid #b7b7b7;
height: 2em;
padding: .5em;
margin-left: .25em;
margin-right: .25em; }
@media (min-width: 24.5em) {
.picker__select--month,
.picker__select--year {
margin-top: -0.5em; } }
.picker__select--month {
width: 35%; }
.picker__select--year {
width: 22.5%; }
.picker__select--month:focus,
.picker__select--year:focus {
border-color: #0089ec; }
/**
* The month navigation buttons.
*/
.picker__nav--prev,
.picker__nav--next {
position: absolute;
padding: 0.5em 1.25em;
width: 1em;
height: 1em;
box-sizing: content-box;
top: -0.25em; }
@media (min-width: 24.5em) {
.picker__nav--prev,
.picker__nav--next {
top: -0.33em; } }
.picker__nav--prev {
left: -1em;
padding-right: 1.25em; }
@media (min-width: 24.5em) {
.picker__nav--prev {
padding-right: 1.5em; } }
.picker__nav--next {
right: -1em;
padding-left: 1.25em; }
@media (min-width: 24.5em) {
.picker__nav--next {
padding-left: 1.5em; } }
.picker__nav--prev:before,
.picker__nav--next:before {
content: " ";
border-top: .5em solid transparent;
border-bottom: .5em solid transparent;
border-right: 0.75em solid #000000;
width: 0;
height: 0;
display: block;
margin: 0 auto; }
.picker__nav--next:before {
border-right: 0;
border-left: 0.75em solid #000000; }
.picker__nav--prev:hover,
.picker__nav--next:hover {
cursor: pointer;
color: #000000;
background: #b1dcfb; }
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
cursor: default;
background: none;
border-right-color: #f5f5f5;
border-left-color: #f5f5f5; }
/**
* The calendar table of dates
*/
.picker__table {
text-align: center;
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
font-size: inherit;
width: 100%;
margin-top: .75em;
margin-bottom: .5em; }
@media (min-height: 33.875em) {
.picker__table {
margin-bottom: .75em; } }
.picker__table td {
margin: 0;
padding: 0; }
/**
* The weekday labels
*/
.picker__weekday {
width: 14.285714286%;
font-size: .75em;
padding-bottom: .25em;
color: #999999;
font-weight: 500;
/* Increase the spacing a tad */ }
@media (min-height: 33.875em) {
.picker__weekday {
padding-bottom: .5em; } }
/**
* The days on the calendar
*/
.picker__day {
padding: .3125em 0;
font-weight: 200;
border: 1px solid transparent; }
.picker__day--today {
position: relative; }
.picker__day--today:before {
content: " ";
position: absolute;
top: 2px;
right: 2px;
width: 0;
height: 0;
border-top: 0.5em solid #0059bc;
border-left: .5em solid transparent; }
.picker__day--disabled:before {
border-top-color: #aaaaaa; }
.picker__day--outfocus {
color: #dddddd; }
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
cursor: pointer;
color: #000000;
background: #b1dcfb; }
.picker__day--highlighted {
border-color: #0089ec; }
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
cursor: pointer;
color: #000000;
background: #b1dcfb; }
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
background: #0089ec;
color: #ffffff; }
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
background: #f5f5f5;
border-color: #f5f5f5;
color: #dddddd;
cursor: default; }
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
background: #bbbbbb; }
/**
* The footer containing the "today", "clear", and "close" buttons.
*/
.picker__footer {
text-align: center; }
.picker__button--today,
.picker__button--clear,
.picker__button--close {
border: 1px solid #ffffff;
background: #ffffff;
font-size: .8em;
padding: .66em 0;
font-weight: bold;
width: 33%;
display: inline-block;
vertical-align: bottom; }
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
cursor: pointer;
color: #000000;
background: #b1dcfb;
border-bottom-color: #b1dcfb; }
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
background: #b1dcfb;
border-color: #0089ec;
outline: none; }
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
position: relative;
display: inline-block;
height: 0; }
.picker__button--today:before,
.picker__button--clear:before {
content: " ";
margin-right: .45em; }
.picker__button--today:before {
top: -0.05em;
width: 0;
border-top: 0.66em solid #0059bc;
border-left: .66em solid transparent; }
.picker__button--clear:before {
top: -0.25em;
width: .66em;
border-top: 3px solid #ee2200; }
.picker__button--close:before {
content: "\D7";
top: -0.1em;
vertical-align: top;
font-size: 1.1em;
margin-right: .35em;
color: #777777; }
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
background: #f5f5f5;
border-color: #f5f5f5;
color: #dddddd;
cursor: default; }
.picker__button--today[disabled]:before {
border-top-color: #aaaaaa; }
/* ==========================================================================
$DEFAULT-DATE-PICKER
========================================================================== */
/*--------------------------------------------------------------
# Selectric
--------------------------------------------------------------*/
/*======================================
Selectric v1.9.3
======================================*/
.selectric-wrapper {
position: relative;
cursor: pointer; }
.selectric-responsive {
width: 100%; }
.selectric {
border: 1px solid #DDD;
border-radius: 3px;
position: relative;
height: 30px;
background: white; }
.selectric .label {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0 38px 0 10px;
font-size: 12px;
line-height: 30px;
color: #444;
height: 30px; }
.selectric .button {
display: block;
position: absolute;
right: 0;
top: 0;
width: 30px;
height: 30px;
color: #BBB;
text-align: center;
font: 0/0 a;
*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
.selectric .button:after {
content: " ";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 0;
height: 0;
border: 4px solid transparent;
border-top-color: #BBB;
border-bottom: none; }
.selectric-hover .selectric {
border-color: #C4C4C4; }
.selectric-hover .selectric .button {
color: #A2A2A2; }
.selectric-hover .selectric .button:after {
border-top-color: #A2A2A2; }
.selectric-open {
z-index: 9999; }
.selectric-open .selectric {
border-color: #C4C4C4; }
.selectric-open .selectric-items {
display: block; }
.selectric-disabled {
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.selectric-hide-select {
position: relative;
overflow: hidden;
width: 0;
height: 0; }
.selectric-hide-select select {
position: absolute;
left: -100%;
display: none; }
.selectric-input {
position: absolute !important;
top: 0 !important;
left: 0 !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
margin: 0 !important;
padding: 0 !important;
width: 1px !important;
height: 1px !important;
outline: none !important;
border: none !important;
*font: 0/0 a !important;
background: none !important; }
.selectric-temp-show {
position: absolute !important;
visibility: hidden !important;
display: block !important; }
/* Items box */
.selectric-items {
display: none;
position: absolute;
top: 100%;
left: 0;
background: #F8F8F8;
border: 1px solid #C4C4C4;
z-index: -1;
box-shadow: 0 0 10px -6px; }
.selectric-items .selectric-scroll {
height: 100%;
overflow: auto; }
.selectric-above .selectric-items {
top: auto;
bottom: 100%; }
.selectric-items ul, .selectric-items li {
list-style: none;
padding: 0;
margin: 0;
font-size: 12px;
line-height: 20px;
min-height: 20px; }
.selectric-items li {
display: block;
padding: 8px;
border-top: 1px solid #FFF;
border-bottom: 1px solid #EEE;
color: #666;
cursor: pointer; }
.selectric-items li.selected {
background: #EFEFEF;
color: #444; }
.selectric-items li:hover {
background: #F0F0F0;
color: #444; }
.selectric-items .disabled {
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default !important;
background: none !important;
color: #666 !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.selectric-items .selectric-group .selectric-group-label {
font-weight: bold;
padding-left: 10px;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: none;
color: #444; }
.selectric-items .selectric-group.disabled li {
filter: alpha(opacity=100);
opacity: 1; }
.selectric-items .selectric-group li {
padding-left: 25px; }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; }
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%; }
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.wp-caption-text {
text-align: center; }
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery-caption {
display: block; }
/*================================================
## LOGO
=================================================*/
/* for use with h1.site-title */
.site-branding {
float: left;
padding-top: 5px; }
@media (max-width: 767px) {
.site-branding {
padding-top: 0; } }
.site-branding a {
text-decoration: none;
text-transform: uppercase; }
.site-branding a:visited {
color: white; }
.site-branding a:visited {
color: white; }
.site-branding a:hover {
color: white; }
h1.site-title {
position: relative;
line-height: 2;
letter-spacing: 1px;
font-size: 24px;
font-size: 1.5rem;
font-family: 'Open Sans', sans-serif;
font-weight: 300; }
@media (max-width: 320px) {
h1.site-title {
font-size: 17.6px;
font-size: 1.1rem; } }
div.logoLine {
border-top: 1px solid #8F8E8E;
width: 100%;
position: absolute; }
div.logoLine:nth-child(1) {
top: 0; }
div.logoLine:nth-child(2) {
bottom: 0; }
.site-title .five-star-line {
margin: 0;
padding: 0;
z-index: 12;
position: absolute;
bottom: -39%;
left: 33%; }
@media (max-width: 320px) {
.site-title .five-star-line {
left: 32%;
bottom: -39%;
left: 30%;
bottom: -41%; } }
.site-title .five-star-line span.fa {
color: #00A1E6;
font-size: 11px;
font-size: 0.6875rem; }
.site-title .star-line-field {
background: #191919;
position: absolute;
bottom: -14%;
left: 31%;
width: 4em;
height: 12px;
z-index: 11; }
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
header.site-header {
background: #191919;
padding: 1rem 0;
position: relative;
width: 100%;
z-index: 100; }
header.site-header .container {
*zoom: 1;
position: relative; }
header.site-header .container:before,
header.site-header .container:after {
display: table;
content: '';
line-height: 0; }
header.site-header .container:after {
clear: both; }
footer.site-footer {
padding-top: 2%;
padding-bottom: 2%;
font-size: 12px;
font-size: 0.75rem;
background: white; }
footer.site-footer a {
color: #8F8E8E;
text-decoration: none;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
footer.site-footer a:hover {
color: #52abdf; }
footer.site-footer .site-info {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between; }
@media (max-width: 480px) {
footer.site-footer .site-info {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; } }
footer.site-footer .site-info aside.copyright p {
margin: 0;
padding: 0; }
@media (max-width: 480px) {
footer.site-footer .site-info aside.copyright p {
text-align: center; } }
footer.site-footer .site-info aside.copyright, footer.site-footer .site-info aside.socialIcons, footer.site-footer .site-info nav {
-webkit-flex: 1 33%;
-ms-flex: 1 33%;
flex: 1 33%; }
@media (max-width: 480px) {
footer.site-footer .site-info aside.copyright, footer.site-footer .site-info aside.socialIcons, footer.site-footer .site-info nav {
width: 100%;
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto; } }
footer.site-footer .site-info aside.socialIcons {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center; }
@media (max-width: 480px) {
footer.site-footer .site-info aside.socialIcons {
padding: 1rem 0; } }
footer.site-footer .site-info aside.socialIcons a {
color: white;
background: #8F8E8E;
border-radius: 50%;
width: 25px;
height: 25px;
margin: 0 1% 0 1%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in; }
footer.site-footer .site-info aside.socialIcons a:hover {
color: #52abdf;
background: white; }
footer.site-footer .site-info aside.socialIcons span {
font-size: 16px;
font-size: 1rem;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
footer.site-footer .site-info nav ul {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between; }
.home .masthead {
position: relative; }
.home .masthead .overlay {
position: absolute;
top: 42%;
z-index: 10;
width: 100%; }
.home .masthead .overlay h2, .home .masthead .overlay h3 {
color: white;
float: left;
position: relative;
text-transform: uppercase; }
.home .masthead .overlay h2:after, .home .masthead .overlay h3:after {
content: '';
position: absolute;
top: 0; }
.home .masthead .overlay h3 {
padding-left: 20px; }
@media (max-width: 1060px) {
.home .masthead .overlay {
width: 80%;
left: 5%; }
.home .masthead .overlay h2 {
font-size: 1.125rem;
margin-left: 2%; }
.home .masthead .overlay h3 {
font-size: 1rem;
margin-left: 2%; } }
@media (max-width: 568px) {
.home .masthead .overlay {
position: relative;
left: 0;
width: 100%;
height: 130px; }
.home .masthead .overlay .container {
padding: 0; }
.home .masthead .overlay h2, .home .masthead .overlay h3 {
width: 100%;
margin-left: 0; }
.home .masthead .overlay h2::after, .home .masthead .overlay h3::after {
border: none; } }
@media (max-width: 320px) {
.home .masthead .overlay {
height: 150px; } }
@media (max-width: 768px) {
.home .masthead .flickity-page-dots {
bottom: 8px; } }
.booking-console {
background: white;
border: 2px solid #d3d3d3;
position: relative;
top: -50px;
border-radius: 5px;
*zoom: 1;
height: 100px; }
.booking-console:before,
.booking-console:after {
display: table;
content: '';
line-height: 0; }
.booking-console:after {
clear: both; }
.booking-console header {
background: #f3f3f3;
float: left;
height: 100%;
display: inline-block;
float: left;
width: 25%;
padding-left: 1.04167%;
padding-right: 1.04167%;
padding-top: 15px;
padding-left: 15px;
border-right: 1px solid #e0e0e0;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px; }
.booking-console header h4 {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 1.125rem; }
.booking-console header p {
font-size: 0.8125rem;
margin: 0; }
@media (max-width: 768px) {
.booking-console header {
display: inline-block;
float: left;
width: 100%;
padding-left: 1.04167%;
padding-right: 1.04167%;
padding-top: 10px;
padding-bottom: 10px;
border-top-left-radius: 0;
border-bottom-left-radius: 0; } }
.booking-console form.book {
*zoom: 1;
display: inline-block;
float: left;
width: 75%;
padding-left: 1.04167%;
padding-right: 1.04167%;
padding-top: 18px; }
.booking-console form.book:before,
.booking-console form.book:after {
display: table;
content: '';
line-height: 0; }
.booking-console form.book:after {
clear: both; }
.booking-console form.book .field {
position: relative;
float: left;
display: inline-block;
float: left;
width: 22.91667%;
padding-left: 1.04167%;
padding-right: 1.04167%; }
.booking-console form.book .field.small {
display: inline-block;
float: left;
width: 8.33333%;
padding-left: 1.04167%;
padding-right: 1.04167%; }
.booking-console form.book .field.btn {
display: inline-block;
float: left;
width: 14.58333%;
padding-left: 1.04167%;
padding-right: 1.04167%;
padding-right: 0;
padding-top: 26px; }
.booking-console form.book .field.btn button {
display: block;
width: 100%;
height: 30px;
padding: 8px 2px;
background: #00A1E6;
border: 0;
box-shadow: none;
border-radius: 0;
color: white;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in; }
.booking-console form.book .field.btn button:hover {
text-shadow: none;
background: white;
color: #00A1E6;
outline: 1px solid #00A1E6; }
@media (max-width: 768px) {
.booking-console form.book .field.btn button {
font-size: 0.7rem !important; } }
@media (max-width: 768px) {
.booking-console form.book .field.btn {
display: inline-block;
float: left;
width: 33.33333%;
padding-left: 1.04167%;
padding-right: 1.04167%;
padding-top: 32px; } }
.booking-console form.book .field select#roomType {
width: 100%; }
.booking-console form.book .field i {
position: absolute;
top: 32px;
right: 12px;
font-size: 1.25rem; }
@media (max-width: 768px) {
.booking-console form.book .field i {
top: 28px; } }
@media (max-width: 768px) {
.booking-console form.book .field {
display: inline-block;
float: left;
width: 26.66667%;
padding-left: 1.04167%;
padding-right: 1.04167%; } }
@media (max-width: 768px) {
.booking-console form.book .field {
display: inline-block;
float: left;
width: 33.33333%;
padding-left: 1.04167%;
padding-right: 1.04167%; }
.booking-console form.book .field.small {
padding-top: 10px;
display: inline-block;
float: left;
width: 33.33333%;
padding-left: 1.04167%;
padding-right: 1.04167%; } }
.booking-console form.book label, .booking-console form.book input {
display: block; }
.booking-console form.book label {
font-size: 0.8125rem;
color: #373535;
padding-bottom: 8px; }
@media (max-width: 768px) {
.booking-console form.book label {
padding-bottom: 4px; } }
@media (max-width: 320px) {
.booking-console form.book label {
font-size: 0.75rem; } }
.booking-console form.book input {
width: 100%;
padding: 4px 8px; }
@media (max-width: 768px) {
.booking-console form.book {
width: 100%;
padding-top: 8px;
padding-bottom: 8px; } }
@media (max-width: 768px) {
.booking-console {
height: auto;
top: 20px;
margin-bottom: 40px; } }
.roomTypes {
*zoom: 1; }
.roomTypes:before,
.roomTypes:after {
display: table;
content: '';
line-height: 0; }
.roomTypes:after {
clear: both; }
.roomTypes li {
display: inline-block;
float: left;
width: 33.33333%;
padding-left: 1.04167%;
padding-right: 1.04167%; }
.roomTypes li:first-child {
padding-left: 0; }
.roomTypes li:last-child {
padding-right: 0;
padding-left: 2%; }
.roomTypes li img {
display: block;
border-radius: 2px;
border: 1px solid rgba(0, 0, 0, 0.57);
width: 300px;
height: 150px; }
.roomTypes li p {
font-size: 0.8125rem;
margin-top: 0; }
@media (max-width: 720px) {
.roomTypes li {
width: 100%; } }
h5 {
font-size: 1.5625rem; }
.contactUs {
margin-bottom: 5em;
*zoom: 1; }
.contactUs:before,
.contactUs:after {
display: table;
content: '';
line-height: 0; }
.contactUs:after {
clear: both; }
.contactUs .field.third {
display: inline-block;
float: left;
width: 33.33333%;
padding-left: 1.04167%;
padding-right: 1.04167%;
padding: 0; }
@media (max-width: 480px) {
.contactUs .field.third {
display: inline-block;
float: left;
width: 100%;
padding-left: 1.04167%;
padding-right: 1.04167%; } }
.contactUs .field.full, .contactUs .field.btn {
padding-top: 15px; }
.contactUs .field.full {
clear: both; }
@media (min-width: 1024px) {
.contactUs label {
margin-bottom: 2%; } }
@media (max-width: 1024px) {
.contactUs label {
margin-bottom: 2%; } }
@media (max-width: 736px) {
.contactUs label {
margin-bottom: 2%; } }
@media (max-width: 667px) {
.contactUs label {
margin-bottom: 2%; } }
@media (max-width: 568px) {
.contactUs label {
margin-bottom: 2%; } }
.contactUs label, .contactUs input {
display: block; }
@media (max-width: 480px) {
.contactUs label, .contactUs input {
margin-bottom: 5%; } }
.contactUs input {
width: 90%;
padding: 5px; }
@media (max-width: 480px) {
.contactUs input {
width: 100%; } }
.contactUs textarea {
padding: 5px; }
.contactUs .btn button {
display: block;
padding: 12px;
background: #00A1E6;
border: 0;
box-shadow: none;
border-radius: 0;
color: white;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in; }
.contactUs .btn button:hover {
text-shadow: none;
background: white;
color: #00A1E6;
outline: 1px solid #00A1E6; }
@media (max-width: 480px) {
.contactUs .btn button {
width: 100%; } }
/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
.container {
max-width: 980px;
margin: 0 auto;
padding: 0 1rem; } | 0.487307 | 0.069321 |
/*-----------------------------------------------------------------------------------*/
/* Basic */
/*-----------------------------------------------------------------------------------*/
.admin-page-container {
position: absolute;
width: 100%;
height: 100%;
}
.admin-page-layout {
width: 100%;
height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
webkit-overflow-scrolling: touch;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
position: relative;
}
.admin-page-content {
height: 100%;
margin-left: 240px;
-ms-flex: 0 1 auto;
position: relative;
display: inline-block;
overflow-y: auto;
overflow-x: hidden;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
z-index: 1;
}
.container {
max-width: none;
padding: 20px 30px 15px 30px;
height: 100%;
overflow-y: auto;
}
/*-----------------------------------------------------------------------------------*/
/* Loader */
/*-----------------------------------------------------------------------------------*/
.se-pre-con {
display: inline-block;
position: fixed;
left: 120px;
top: 0;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../img/gears.gif) center no-repeat #eee;
}
/*-----------------------------------------------------------------------------------*/
/* Miscellaneous */
/*-----------------------------------------------------------------------------------*/
.btn_remove{
margin-left: 10px;
}
h4 {
color: #000;
}
.drag-delete {
margin-top: -3px;
margin-right: -25px;
}
.help-block{
display: none;
}
/*-----------------------------------------------------------------------------------*/
/* Sidebar */
/*-----------------------------------------------------------------------------------*/
#sidebar {
position: absolute;
flex-grow: 1;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 240px;
top: 0;
left: 0;
height: 100%;
max-height: 100%;
background: #292929;
box-shadow: 0 66px 15px 0 rgba(0, 0, 0, 0.90);
box-sizing: border-box;
color: #EEEEEE;
overflow: visible;
overflow-y: auto;
z-index: 5;
}
.sidebar-logo {
max-width: 240px;
height: 64px;
min-height: 64px;
line-height: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
background-color: #eeeeee;
overflow: hidden;
}
.sidebar-logo img{
max-width: 220px;
}
.sidebar-header {
box-sizing: border-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 16px;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.sidebar-nav {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
padding-top: 16px;
background-color: #313131;
flex-grow: 1;
z-index: -2;
}
.sidebar-item {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
color: #EEEEEE;
font-weight: 400;
flex-shrink: 0;
padding: 16px 5px 16px 40px;
margin: 0;
text-decoration: none;
font-size: 1em;
line-height: 1.5em;
letter-spacing: 0;
opacity: .87;
}
.sidebar-item:hover {
background-color: #3f51b5;
color: #EEEEEE;
}
.sidebar-item .fa {
font-size: 24px;
color: rgba(255, 255, 255, 0.56);
margin-right: 32px;
vertical-align: middle;
}
.sidebar-item-active {
border-right: 5px solid #ffba57;
}
.admin-page-header {
width: calc(100% - 240px);
margin-left: 240px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
box-sizing: border-box;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 0;
border: none;
min-height: 64px;
background-color: #313131;
color: #dadada;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
transition-duration: .2s;
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-property: max-height, box-shadow;
}
.fa-10x {
font-size: 10em;
margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------*/
.admin-page-header .glyphicon{
margin-left: -15px;
margin-right: 15px;
width: 19px;
cursor: pointer;
font-size: 1.3em;
transition:transform 400ms ease-in;
}
.admin-page-header .glyphicon.rotate-180{
transform: rotate(180deg);
transition:transform 400ms ease-in;
}
.admin-page-header-row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
box-sizing: border-box;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 64px;
margin: 0;
padding: 0 40px 0 40px;
}
/* moves the log-out button to far right*/
.empty-space {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.header-title {
font-weight: 400;
margin: 0;
font-family: "Roboto", sans-serif;
font-size: 1.6em;
line-height: 1;
letter-spacing: .02em;
box-sizing: border-box;
}
/*-----------------------------------------------------------------------------------*/
/* Image gallery */
/*-----------------------------------------------------------------------------------*/
.img-box {
padding-bottom: 15px;
}
.vert-half {
min-height: 50%;
}
.vert-full {
min-height: 100%;
}
.full-height {
height: 100%;
}
.upload-icon {
top: 0.4em;
font-size: 1.5em;
margin-right: 5px;
}
.upload-input {
display: inline-block;
width: calc(100% - 2em);
}
.icon-help {
left: 40px;
margin-left: -1em;
color: #eea236;
}
/*-----------------------------------------------------------------------------------*/
/* Categories */
/*-----------------------------------------------------------------------------------*/
.category-table {
padding: 40px 40px 0 40px;
}
.category-row {
padding-right: 40px;
}
.new-category{
margin-left: 20px;
}
.new-category .color{
margin-top: 2px;
min-width: 70px !important;
padding-left: 5px !important;
padding-right: 5px !important;
}
.color{
border:none;
width: 100%;
cursor: pointer;
}
.cp-color-picker{
z-index: 2;
}
.short-input {
max-width: 400px;
}
/*-----------------------------------------------------------------------------------*/
/* Categories */
/*-----------------------------------------------------------------------------------*/
.dropdown-input {
max-width: 200px;
padding-left: 10px;
padding-right: 10px;
}
#import-form{
margin-right: 10px;
}
.list-group-item {
margin-top: 1em;
border-radius: 2px;
padding: 0 30px;
}
.list-group-item a {
border-bottom: 2px solid #5e70d4;
}
/*-----------------------------------------------------------------------------------*/
/* Menu automatic toggle on small screens */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
#sidebar{
left: -240px;
}
.admin-page-content{
margin-left: 0;
}
.admin-page-header{
margin-left: 0;
width: 100%;
}
} | public/css/admin.css |
/*-----------------------------------------------------------------------------------*/
/* Basic */
/*-----------------------------------------------------------------------------------*/
.admin-page-container {
position: absolute;
width: 100%;
height: 100%;
}
.admin-page-layout {
width: 100%;
height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
webkit-overflow-scrolling: touch;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
position: relative;
}
.admin-page-content {
height: 100%;
margin-left: 240px;
-ms-flex: 0 1 auto;
position: relative;
display: inline-block;
overflow-y: auto;
overflow-x: hidden;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
z-index: 1;
}
.container {
max-width: none;
padding: 20px 30px 15px 30px;
height: 100%;
overflow-y: auto;
}
/*-----------------------------------------------------------------------------------*/
/* Loader */
/*-----------------------------------------------------------------------------------*/
.se-pre-con {
display: inline-block;
position: fixed;
left: 120px;
top: 0;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../img/gears.gif) center no-repeat #eee;
}
/*-----------------------------------------------------------------------------------*/
/* Miscellaneous */
/*-----------------------------------------------------------------------------------*/
.btn_remove{
margin-left: 10px;
}
h4 {
color: #000;
}
.drag-delete {
margin-top: -3px;
margin-right: -25px;
}
.help-block{
display: none;
}
/*-----------------------------------------------------------------------------------*/
/* Sidebar */
/*-----------------------------------------------------------------------------------*/
#sidebar {
position: absolute;
flex-grow: 1;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 240px;
top: 0;
left: 0;
height: 100%;
max-height: 100%;
background: #292929;
box-shadow: 0 66px 15px 0 rgba(0, 0, 0, 0.90);
box-sizing: border-box;
color: #EEEEEE;
overflow: visible;
overflow-y: auto;
z-index: 5;
}
.sidebar-logo {
max-width: 240px;
height: 64px;
min-height: 64px;
line-height: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
background-color: #eeeeee;
overflow: hidden;
}
.sidebar-logo img{
max-width: 220px;
}
.sidebar-header {
box-sizing: border-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 16px;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.sidebar-nav {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
padding-top: 16px;
background-color: #313131;
flex-grow: 1;
z-index: -2;
}
.sidebar-item {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
color: #EEEEEE;
font-weight: 400;
flex-shrink: 0;
padding: 16px 5px 16px 40px;
margin: 0;
text-decoration: none;
font-size: 1em;
line-height: 1.5em;
letter-spacing: 0;
opacity: .87;
}
.sidebar-item:hover {
background-color: #3f51b5;
color: #EEEEEE;
}
.sidebar-item .fa {
font-size: 24px;
color: rgba(255, 255, 255, 0.56);
margin-right: 32px;
vertical-align: middle;
}
.sidebar-item-active {
border-right: 5px solid #ffba57;
}
.admin-page-header {
width: calc(100% - 240px);
margin-left: 240px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
box-sizing: border-box;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 0;
border: none;
min-height: 64px;
background-color: #313131;
color: #dadada;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
transition-duration: .2s;
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-property: max-height, box-shadow;
}
.fa-10x {
font-size: 10em;
margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------*/
.admin-page-header .glyphicon{
margin-left: -15px;
margin-right: 15px;
width: 19px;
cursor: pointer;
font-size: 1.3em;
transition:transform 400ms ease-in;
}
.admin-page-header .glyphicon.rotate-180{
transform: rotate(180deg);
transition:transform 400ms ease-in;
}
.admin-page-header-row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
box-sizing: border-box;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 64px;
margin: 0;
padding: 0 40px 0 40px;
}
/* moves the log-out button to far right*/
.empty-space {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.header-title {
font-weight: 400;
margin: 0;
font-family: "Roboto", sans-serif;
font-size: 1.6em;
line-height: 1;
letter-spacing: .02em;
box-sizing: border-box;
}
/*-----------------------------------------------------------------------------------*/
/* Image gallery */
/*-----------------------------------------------------------------------------------*/
.img-box {
padding-bottom: 15px;
}
.vert-half {
min-height: 50%;
}
.vert-full {
min-height: 100%;
}
.full-height {
height: 100%;
}
.upload-icon {
top: 0.4em;
font-size: 1.5em;
margin-right: 5px;
}
.upload-input {
display: inline-block;
width: calc(100% - 2em);
}
.icon-help {
left: 40px;
margin-left: -1em;
color: #eea236;
}
/*-----------------------------------------------------------------------------------*/
/* Categories */
/*-----------------------------------------------------------------------------------*/
.category-table {
padding: 40px 40px 0 40px;
}
.category-row {
padding-right: 40px;
}
.new-category{
margin-left: 20px;
}
.new-category .color{
margin-top: 2px;
min-width: 70px !important;
padding-left: 5px !important;
padding-right: 5px !important;
}
.color{
border:none;
width: 100%;
cursor: pointer;
}
.cp-color-picker{
z-index: 2;
}
.short-input {
max-width: 400px;
}
/*-----------------------------------------------------------------------------------*/
/* Categories */
/*-----------------------------------------------------------------------------------*/
.dropdown-input {
max-width: 200px;
padding-left: 10px;
padding-right: 10px;
}
#import-form{
margin-right: 10px;
}
.list-group-item {
margin-top: 1em;
border-radius: 2px;
padding: 0 30px;
}
.list-group-item a {
border-bottom: 2px solid #5e70d4;
}
/*-----------------------------------------------------------------------------------*/
/* Menu automatic toggle on small screens */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
#sidebar{
left: -240px;
}
.admin-page-content{
margin-left: 0;
}
.admin-page-header{
margin-left: 0;
width: 100%;
}
} | 0.437583 | 0.037503 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
* {
margin: 0;
padding: 0;
overflow-X: hidden;
}
body {
font-family: 'Poppins', sans-serif;
display: flex;
flex-direction: column;
align-items: center;
background-color: #FBE7C6;
}
#navbar {
width: 100vw;
position: fixed;
background-color: black;
padding: 0.5em;
color: white;
display: flex;
justify-content: space-evenly;
}
.nav-link {
padding: 0.4em 0.8em 0.4em 0.8em;
color: white;
}
.nav-link:hover {
background-color: white;
color: black;
border-radius: 0.5em;
}
#welcome-section {
background-color: #FFAEBC;
width: 100vw;
height: 100vh;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 1em;
}
#welcome-section p {
font-size: 1.3em;
}
#skills {
background-color: #A0E7E5;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#skill-set {
width: 100vw;
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-wrap: wrap;
}
#skill-set li {
margin-right: 0.5em;
}
.skill-img {
height: 5em;
width: auto;
}
#projects {
background-color: #B4F8C8;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#work {
width: 100vw;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
margin-bottom: 1.5em;
padding: 0.5em;
}
.project-tile {
background-color: #ffffff;
padding: 0.5em;
}
.project-tile img {
width: 250px;
height: 150px;
}
.project-tile:hover{
box-shadow: 0 0 0.5em 0 #000000;
}
#see-all-container {
display: flex;
justify-content: center;
}
#see-all {
text-decoration: none;
text-align: center;
color: white;
background-color: black;
padding: 1em 1.5em 1em 1.5em;
}
#see-all:hover {
background-color: white;
color: black;
}
#contacts {
background-color: #FBE7C6;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#contacts h3 {
padding: 0;
text-decoration: none;
}
#contacts p {
margin-bottom: 0.5em;
}
#profile {
width: 100vw;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
#profile li a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0.2em;
}
#profile li a:hover {
font-weight: bolder;
}
p {
text-align: center;
font-size: 1.5em;
}
h3 {
text-align: center;
font-size: 2em;
text-decoration: underline;
padding: 1.5em;
}
a {
text-decoration: none;
color: black;
}
ul {
list-style-type: none;
}
img {
width: 4em;
height: 4em;
}
@media(max-width: 830px) {
#p3 {
display: none;
}
}
@media(max-width: 540px) {
#navbar {
display: none;
}
#p2 {
display: none;
}
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
* {
margin: 0;
padding: 0;
overflow-X: hidden;
}
body {
font-family: 'Poppins', sans-serif;
display: flex;
flex-direction: column;
align-items: center;
background-color: #FBE7C6;
}
#navbar {
width: 100vw;
position: fixed;
background-color: black;
padding: 0.5em;
color: white;
display: flex;
justify-content: space-evenly;
}
.nav-link {
padding: 0.4em 0.8em 0.4em 0.8em;
color: white;
}
.nav-link:hover {
background-color: white;
color: black;
border-radius: 0.5em;
}
#welcome-section {
background-color: #FFAEBC;
width: 100vw;
height: 100vh;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 1em;
}
#welcome-section p {
font-size: 1.3em;
}
#skills {
background-color: #A0E7E5;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#skill-set {
width: 100vw;
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-wrap: wrap;
}
#skill-set li {
margin-right: 0.5em;
}
.skill-img {
height: 5em;
width: auto;
}
#projects {
background-color: #B4F8C8;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#work {
width: 100vw;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
margin-bottom: 1.5em;
padding: 0.5em;
}
.project-tile {
background-color: #ffffff;
padding: 0.5em;
}
.project-tile img {
width: 250px;
height: 150px;
}
.project-tile:hover{
box-shadow: 0 0 0.5em 0 #000000;
}
#see-all-container {
display: flex;
justify-content: center;
}
#see-all {
text-decoration: none;
text-align: center;
color: white;
background-color: black;
padding: 1em 1.5em 1em 1.5em;
}
#see-all:hover {
background-color: white;
color: black;
}
#contacts {
background-color: #FBE7C6;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#contacts h3 {
padding: 0;
text-decoration: none;
}
#contacts p {
margin-bottom: 0.5em;
}
#profile {
width: 100vw;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
#profile li a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0.2em;
}
#profile li a:hover {
font-weight: bolder;
}
p {
text-align: center;
font-size: 1.5em;
}
h3 {
text-align: center;
font-size: 2em;
text-decoration: underline;
padding: 1.5em;
}
a {
text-decoration: none;
color: black;
}
ul {
list-style-type: none;
}
img {
width: 4em;
height: 4em;
}
@media(max-width: 830px) {
#p3 {
display: none;
}
}
@media(max-width: 540px) {
#navbar {
display: none;
}
#p2 {
display: none;
}
} | 0.38943 | 0.108661 |
.nav-link{
color: #d7d7d7;
font-size: 1.2rem
}
.nav-link:hover{
color: #d17128
}
.navbar-brand {
width:150px;
font-size: 24px;
}
.navbar-brand img {
height: 50px;
/* put value of image height as your need */
float: left;
margin-right: 7px;
}
.cardLink{
color: black;
font-weight: 500;
}
.cardLink:hover{
color: #114b7c
}
.quotecard {
min-width: 300px;
max-width: 400px;
position: relative;
display: inline-block;
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
transition: all 0.3s ease-in-out;
}
/* Scale up the card */
.quotecard:hover {
transform: scale(1.02, 1.02);
box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.navbarButton {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-size: 20px;
font-family: Cambria;
font-weight: normal;
}
.navbarButton:focus {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-size: 20px;
font-family: Cambria;
font-weight: bold;
}
.navbarButton:hover {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-weight: bold;
}
.navbarButton:active {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-size: 20px;
font-family: Cambria;
font-weight: bold;
}
.navbarButtonS {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-size: 20px;
font-family: Cambria;
font-weight: bold;
}
.navbarButtonS:focus {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-size: 20px;
font-family: Cambria;
font-weight: bold;
}
.navbarButtonS:hover {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-weight: bold;
}
.navbarButtonS:active {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-size: 20px;
font-family: Cambria;
font-weight: bold;
} | behavior_analysis/assets/style.css | .nav-link{
color: #d7d7d7;
font-size: 1.2rem
}
.nav-link:hover{
color: #d17128
}
.navbar-brand {
width:150px;
font-size: 24px;
}
.navbar-brand img {
height: 50px;
/* put value of image height as your need */
float: left;
margin-right: 7px;
}
.cardLink{
color: black;
font-weight: 500;
}
.cardLink:hover{
color: #114b7c
}
.quotecard {
min-width: 300px;
max-width: 400px;
position: relative;
display: inline-block;
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
transition: all 0.3s ease-in-out;
}
/* Scale up the card */
.quotecard:hover {
transform: scale(1.02, 1.02);
box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.navbarButton {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-size: 20px;
font-family: Cambria;
font-weight: normal;
}
.navbarButton:focus {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-size: 20px;
font-family: Cambria;
font-weight: bold;
}
.navbarButton:hover {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-weight: bold;
}
.navbarButton:active {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-size: 20px;
font-family: Cambria;
font-weight: bold;
}
.navbarButtonS {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-size: 20px;
font-family: Cambria;
font-weight: bold;
}
.navbarButtonS:focus {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-size: 20px;
font-family: Cambria;
font-weight: bold;
}
.navbarButtonS:hover {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-weight: bold;
}
.navbarButtonS:active {
box-shadow: none;
border-color: transparent;
border: none;
background-color: transparent;
color: #000000;
font-size: 20px;
font-family: Cambria;
font-weight: bold;
} | 0.405566 | 0.075414 |
@charset "utf-8";
@media screen and (max-width: 1950px) {
/******************/
}
@media screen and (max-width: 1400px) {
/******************/
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 1050px) {
}
@media screen and (max-width: 780px) {
body:after{
display:none
}
#main-category{
padding-top: 10px;
padding-bottom: 10px;
display:none
}
header ul.top-menu li a{
padding-right: 15px;
}
#category-cover-image h1.title{
position: relative;
background-color: #f8f8f8;
margin: 0px;
padding: 20px;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
color: #333;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #D6D6D6;
}
#category-cover-image ul.category-info{
position: relative;
margin: 0px;
right: auto;
bottom: auto;
z-index: 2;
background-color: #FFF;
padding-top: 20px;
padding-bottom: 20px;
}
#category-cover-image ul.category-info li{
color: #666;
}
#category #top-channels ul.channels li{
margin-bottom: 10px;
margin-right:10px;
display:inline-block
}
}
@media screen and (max-width: 480px) {
#main-category{
padding-top: 10px;
padding-bottom: 10px;
display:none
}
#main-category ul.main-category-menu li {
display: block;
position: relative;
}
#main-category ul.main-category-menu li a{
font-family: 'IRANSansWeb', sans-serif;
color: #444444;
font-weight: 700;
font-size: 12px;
display: block;
text-transform: uppercase;
padding-top: 5px;
padding-bottom: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #E6E6E6;
margin: 0px;
}
#main-category ul.main-category-menu > li > ul{
display: block;
opacity: 1;
visibility:visible;
position: relative;
padding: 0px;
top: 0px;
margin: 0px;
transform: translateY(0%);
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
width: 100%;
}
.error-page h1.error-no{
text-align:center;
font-family: 'IRANSansWeb', sans-serif;
font-size: 100px;
font-weight: 900;
color: #ff5e3a;
}
.error-page p.error-text{
padding-top: 10px;
text-align:center
}
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 260px) {
} | resources/css/responsive.css | @charset "utf-8";
@media screen and (max-width: 1950px) {
/******************/
}
@media screen and (max-width: 1400px) {
/******************/
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 1050px) {
}
@media screen and (max-width: 780px) {
body:after{
display:none
}
#main-category{
padding-top: 10px;
padding-bottom: 10px;
display:none
}
header ul.top-menu li a{
padding-right: 15px;
}
#category-cover-image h1.title{
position: relative;
background-color: #f8f8f8;
margin: 0px;
padding: 20px;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
color: #333;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #D6D6D6;
}
#category-cover-image ul.category-info{
position: relative;
margin: 0px;
right: auto;
bottom: auto;
z-index: 2;
background-color: #FFF;
padding-top: 20px;
padding-bottom: 20px;
}
#category-cover-image ul.category-info li{
color: #666;
}
#category #top-channels ul.channels li{
margin-bottom: 10px;
margin-right:10px;
display:inline-block
}
}
@media screen and (max-width: 480px) {
#main-category{
padding-top: 10px;
padding-bottom: 10px;
display:none
}
#main-category ul.main-category-menu li {
display: block;
position: relative;
}
#main-category ul.main-category-menu li a{
font-family: 'IRANSansWeb', sans-serif;
color: #444444;
font-weight: 700;
font-size: 12px;
display: block;
text-transform: uppercase;
padding-top: 5px;
padding-bottom: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #E6E6E6;
margin: 0px;
}
#main-category ul.main-category-menu > li > ul{
display: block;
opacity: 1;
visibility:visible;
position: relative;
padding: 0px;
top: 0px;
margin: 0px;
transform: translateY(0%);
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
width: 100%;
}
.error-page h1.error-no{
text-align:center;
font-family: 'IRANSansWeb', sans-serif;
font-size: 100px;
font-weight: 900;
color: #ff5e3a;
}
.error-page p.error-text{
padding-top: 10px;
text-align:center
}
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 260px) {
} | 0.245627 | 0.060891 |
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
* {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 20px;
font-weight: 100;
box-sizing: border-box;
}
h1 {
font-size: 1.6em;
}
h2 {
font-size: 1.2em;
}
h3 {
font-size: 1.0em;
}
h4 {
font-size: 0.8em;
}
h5 {
font-size: 0.6em;
}
h6 {
font-size: 0.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
border-bottom: 1px solid #FAFAFA;
padding-bottom: 5px;
}
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
blockquote {
font-style: italic;
opacity: 0.6;
border-left: 3px solid #FAFAFA;
padding-left: 16px;
}
code {
background: #FAFAFA;
color: #2980b9;
padding: 2px;
border-radius: 3px;
padding-left: 6px;
padding-right: 6px;
font-family: monospace;
font-size: 0.8em;
}
pre {
background: #292824 !important;
padding: 10px;
border-radius: 3px;
font-family: monospace;
overflow-x: scroll;
}
pre>code {
padding: 0 !important;
margin: 0 !important;
background: none;
color: #FFF;
}
pre code,
pre code * {
font-size: 16px !important;
font-family: monospace !important;
}
pre.math {
background: transparent !important;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}
code.math {
background: transparent !important;
}
a {
text-decoration: none;
color: #fff;
}
a:hover {
font-weight: bold;
}
img {
max-width: 700px;
border-radius: 3px;
}
html,
body {
margin: 0;
padding: 0;
}
.container {
max-width: 700px;
height: auto;
min-height: calc(100vh - 212px);
margin: 0 auto;
padding: 20px;
}
.container a {
color: #2980b9;
}
.header {
background-color: #3498db;
padding: 30px;
color: #fff;
font-weight: bold;
font-size: 22px;
position: relative;
}
.header .icon {
margin-right: 10px;
}
.header>a {
font-weight: 400;
}
.large-image {
margin-left: calc(-1 * ((50vw - 50%)));
max-width: 96vw;
transform: translateX(calc(50vw - 50%));
}
.footer {
text-align: center;
background-color: #3498db;
padding: 30px;
}
.footer p,
.footer p>* {
font-size: 12px;
color: #ecf0f1;
}
.footer p a {
font-weight: bold;
}
.footer .social {
text-align: center;
margin: 0 auto;
}
.posts {
margin: 0;
position: relative;
}
.posts:first-child {
padding-top: 0;
}
.post {
border-bottom: 1px dotted #303030;
}
.post .post__link {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: block;
color: #424242;
padding: 20px 5px;
}
.post .post__link:hover {
background: #e0f7fa;
color: #3498db;
padding: 20px 12px;
}
.post__title {
display: inline-block;
margin: 0;
text-transform: none;
}
.post__date {
display: inline-block;
font-size: 1.0em;
}
.post__date:before {
content: "/ ";
}
@media screen and (max-width: 500px) {
.post__title {
display: block;
color: #3498db;
font-weight: bold;
}
.post__date:before {
content: "";
display: block;
}
.post__date {
font-size: 0.5em;
}
.posts .post__link {
padding-top: 12px;
padding-bottom: 12px;
}
} | css/theme.css | html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
* {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 20px;
font-weight: 100;
box-sizing: border-box;
}
h1 {
font-size: 1.6em;
}
h2 {
font-size: 1.2em;
}
h3 {
font-size: 1.0em;
}
h4 {
font-size: 0.8em;
}
h5 {
font-size: 0.6em;
}
h6 {
font-size: 0.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
border-bottom: 1px solid #FAFAFA;
padding-bottom: 5px;
}
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
blockquote {
font-style: italic;
opacity: 0.6;
border-left: 3px solid #FAFAFA;
padding-left: 16px;
}
code {
background: #FAFAFA;
color: #2980b9;
padding: 2px;
border-radius: 3px;
padding-left: 6px;
padding-right: 6px;
font-family: monospace;
font-size: 0.8em;
}
pre {
background: #292824 !important;
padding: 10px;
border-radius: 3px;
font-family: monospace;
overflow-x: scroll;
}
pre>code {
padding: 0 !important;
margin: 0 !important;
background: none;
color: #FFF;
}
pre code,
pre code * {
font-size: 16px !important;
font-family: monospace !important;
}
pre.math {
background: transparent !important;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}
code.math {
background: transparent !important;
}
a {
text-decoration: none;
color: #fff;
}
a:hover {
font-weight: bold;
}
img {
max-width: 700px;
border-radius: 3px;
}
html,
body {
margin: 0;
padding: 0;
}
.container {
max-width: 700px;
height: auto;
min-height: calc(100vh - 212px);
margin: 0 auto;
padding: 20px;
}
.container a {
color: #2980b9;
}
.header {
background-color: #3498db;
padding: 30px;
color: #fff;
font-weight: bold;
font-size: 22px;
position: relative;
}
.header .icon {
margin-right: 10px;
}
.header>a {
font-weight: 400;
}
.large-image {
margin-left: calc(-1 * ((50vw - 50%)));
max-width: 96vw;
transform: translateX(calc(50vw - 50%));
}
.footer {
text-align: center;
background-color: #3498db;
padding: 30px;
}
.footer p,
.footer p>* {
font-size: 12px;
color: #ecf0f1;
}
.footer p a {
font-weight: bold;
}
.footer .social {
text-align: center;
margin: 0 auto;
}
.posts {
margin: 0;
position: relative;
}
.posts:first-child {
padding-top: 0;
}
.post {
border-bottom: 1px dotted #303030;
}
.post .post__link {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: block;
color: #424242;
padding: 20px 5px;
}
.post .post__link:hover {
background: #e0f7fa;
color: #3498db;
padding: 20px 12px;
}
.post__title {
display: inline-block;
margin: 0;
text-transform: none;
}
.post__date {
display: inline-block;
font-size: 1.0em;
}
.post__date:before {
content: "/ ";
}
@media screen and (max-width: 500px) {
.post__title {
display: block;
color: #3498db;
font-weight: bold;
}
.post__date:before {
content: "";
display: block;
}
.post__date {
font-size: 0.5em;
}
.posts .post__link {
padding-top: 12px;
padding-bottom: 12px;
}
} | 0.412648 | 0.099952 |
/* from Birthday Card project */
@keyframes heartbeat {
/* Heartbeating scales up */
0% { transform: scale(1); }
50% { transform: scale(1.1);}
100% { transform: scale(1); }
}
@keyframes heartshake {
/* Shaking of element */
0% { transform: skewX(0deg); }
33% { transform: skewX(10deg); }
66% { transform: skewX(-10deg);}
100% { transform: skewX(0deg); }
}
/* from SOCCER Project */
@keyframes soccershake {
/* Soccer Animation (heads shaking) */
0% { transform: translate( 25%,-25%); }
25% { transform: translate( 25%, 25%); }
75% { transform: translate(-25%,-25%); }
100%{ transform: translate(-25%, 25%); }
}
/* from AWOSOME BLOG Project */
/* start CRAZY LETTERS bundle */
.awesomebalance {
animation: awesomebalance infinite ease-out;
transform-origin: 0 100% 0;
}
@keyframes awesomebalance {
0%, 100% { transform: rotate(0deg); }
30%, 60% { transform: rotate(-45deg); }
}
.shrinkjump {
animation: shrinkjump infinite ease-in-out;
transform-origin: bottom center;
}
@keyframes shrinkjump {
10%, 35% { transform: scale(2, .2) translate(0, 0); }
45%, 50% { transform: scale(1) translate(0, -150px); }
80% { transform: scale(1) translate(0, 0); }
}
.awesomefalling {
animation: awesomefalling infinite ease-out;
transform-origin: bottom center;
}
@keyframes awesomefalling {
12% { transform: rotateX(240deg); }
24% { transform: rotateX(150deg); }
36% { transform: rotateX(200deg); }
48% { transform: rotateX(175deg); }
60%, 85% { transform: rotateX(180deg); }
100% { transform: rotateX(0deg); }
}
@keyframes rotate {
/* ease-out */
20%, 80% { transform: rotateY(180deg); }
100% { transform: rotateY(360deg); }
}
@keyframes toplong {
/* linear */
10%, 40% { transform: translateY(-48vh) scaleY(1); }
90% { transform: translateY(-48vh) scaleY(4); }
}
/* end CRAZY LETTERS bundle */
@keyframes blob {
/* login/registration button waves from awesome blog */
0% { border-radius: 999px 999px; }
5% { border-radius: 999px 200px; }
22% { border-radius: 400px 999px; }
34% { border-radius: 999px 700px; }
48% { border-radius: 700px 999px; }
70% { border-radius: 999px 999px; }
85% { border-radius: 850px 999px; }
100% { border-radius: 999px 999px; }
}
@keyframes pulse {
/* ? */
20% { transform: rotate(2deg); }
40% { transform: rotate(-2deg); }
60% { transform: scale(1.05); }
80% { transform: scale(0.95); }
100% { transform: scale(1); }
}
@keyframes scaleon {
/* scale up */
50% { transform: scale(1.15); }
100% { transform: scale(1); }
} | way/frontend/useful_front/css_styles/animations.css |
/* from Birthday Card project */
@keyframes heartbeat {
/* Heartbeating scales up */
0% { transform: scale(1); }
50% { transform: scale(1.1);}
100% { transform: scale(1); }
}
@keyframes heartshake {
/* Shaking of element */
0% { transform: skewX(0deg); }
33% { transform: skewX(10deg); }
66% { transform: skewX(-10deg);}
100% { transform: skewX(0deg); }
}
/* from SOCCER Project */
@keyframes soccershake {
/* Soccer Animation (heads shaking) */
0% { transform: translate( 25%,-25%); }
25% { transform: translate( 25%, 25%); }
75% { transform: translate(-25%,-25%); }
100%{ transform: translate(-25%, 25%); }
}
/* from AWOSOME BLOG Project */
/* start CRAZY LETTERS bundle */
.awesomebalance {
animation: awesomebalance infinite ease-out;
transform-origin: 0 100% 0;
}
@keyframes awesomebalance {
0%, 100% { transform: rotate(0deg); }
30%, 60% { transform: rotate(-45deg); }
}
.shrinkjump {
animation: shrinkjump infinite ease-in-out;
transform-origin: bottom center;
}
@keyframes shrinkjump {
10%, 35% { transform: scale(2, .2) translate(0, 0); }
45%, 50% { transform: scale(1) translate(0, -150px); }
80% { transform: scale(1) translate(0, 0); }
}
.awesomefalling {
animation: awesomefalling infinite ease-out;
transform-origin: bottom center;
}
@keyframes awesomefalling {
12% { transform: rotateX(240deg); }
24% { transform: rotateX(150deg); }
36% { transform: rotateX(200deg); }
48% { transform: rotateX(175deg); }
60%, 85% { transform: rotateX(180deg); }
100% { transform: rotateX(0deg); }
}
@keyframes rotate {
/* ease-out */
20%, 80% { transform: rotateY(180deg); }
100% { transform: rotateY(360deg); }
}
@keyframes toplong {
/* linear */
10%, 40% { transform: translateY(-48vh) scaleY(1); }
90% { transform: translateY(-48vh) scaleY(4); }
}
/* end CRAZY LETTERS bundle */
@keyframes blob {
/* login/registration button waves from awesome blog */
0% { border-radius: 999px 999px; }
5% { border-radius: 999px 200px; }
22% { border-radius: 400px 999px; }
34% { border-radius: 999px 700px; }
48% { border-radius: 700px 999px; }
70% { border-radius: 999px 999px; }
85% { border-radius: 850px 999px; }
100% { border-radius: 999px 999px; }
}
@keyframes pulse {
/* ? */
20% { transform: rotate(2deg); }
40% { transform: rotate(-2deg); }
60% { transform: scale(1.05); }
80% { transform: scale(0.95); }
100% { transform: scale(1); }
}
@keyframes scaleon {
/* scale up */
50% { transform: scale(1.15); }
100% { transform: scale(1); }
} | 0.436382 | 0.160957 |
body {
background-color: #7dcac2;
font-family: 'Rajdhani', sans-serif;
font-size: 1.8rem;
color: #fbb140;
/*Neleidzia select'int teksto*/
cursor: default;
}
h2 {
color: black;
font-size: 4rem;
margin: 40px;
text-align: center;
}
h3 {
color: white;
text-align: center;
}
h4 {
color: #e8436c;
}
#onlyforcontact {
color: grey;
}
textarea {
color: #e8436c;
}
header {
height: 200px;
background-position: center;
background-repeat: no-repeat;
background-image: url(../storage/giphs.gif);
background-size: 500px;
width: 100%;
position: relative;
}
form {
text-align: center;
}
.borders > .container {
border: 3px solid grey;
background-image: url(../storage/ct.jpg);
background-position: center;
background-size: cover;
}
#text > h3 {
color: white;
text-align: center;
}
.mainnavigation ul li{
list-style: none;
display: inline-block;
}
.mainnavigation ul li a {
color: black;
font-size: 2rem;
}
.mainnavigation {
display: flex;
justify-content: space-around;
}
iframe {
width: 100%;
margin-top: 10px;
}
table{
width: 600px;
background-color: #18191b;
opacity: 0.9;
margin-top: 20px;
}
table td {
width: 500px;
}
.thumbnail {
background-color: rgba(0,0,0, 0.7);
margin: 30px;
opacity: 0.8;
}
p {
color: white;
}
ul li {
color: white;
}
li a {
color: grey;
}
.contact {
text-align: center;
}
.mainnavigation > ul > li a:hover {
background-color: unset;
color: white;
transition: 1s all;
}
.collapse ul li a:hover {
background-color: unset;
color: white;
transition: 1s all;
}
tr {
color: white;
text-align: center;
}
th {
color: grey;
text-align: center;
}
.contactstwo {
background-color: #18191b;
opacity: 0.8;
margin-top: 20px;
}
.fa {
margin-top: -5px;
}
.aboutUs {
opacity: 0.7;
}
.aboutUs {
color:#eb573d;
}
.connectbtn {
background-color: grey;
border-radius: 10px;
padding: 3px;
color: black;
margin-bottom: 5px;
opacity: 0.8;
transition: 1s all ease-in-out;
}
.connectbtnhover:hover {
transition: 1s all ;
color: white;
}
.connectbtnhover a:hover {
text-decoration: none;
color: white;
opacity: 1;
transition: 1s all;
}
#vertical_text{
position: absolute;
background-color: rgba(0,0,0, 0.5);
font-size: 5rem;
width: 100%;
font-family: 'Kaushan Script', cursive;
color: black;
text-align: center;
display: none;
bottom: 0;
right: 0;
}
#vertical_text2{
position: absolute;
background-color: rgba(0,0,0, 0.5);
width: 100%;
font-family: 'Kaushan Script', cursive;
color: white;
text-align: right;
display: none;
top: 0;
}
#vertical_text2 h3 {
margin-right: 400px;
color: white;
text-align: right;
}
#vertical_text h3 {
color: white;
}
#text {
position: absolute;
background-color: rgba(37, 34, 34, 0.6);
width: 100%;
height: auto;
display: none;
top: 0;
color: #fbb140;
margin-left: -15px;
}
#text2 {
position: absolute;
width: 100%;
height: auto;
display: none;
top: 0;
color: #fbb140;
margin-left: -15px;
}
footer {
position: relative;
}
.xx1 {
background-image: url(../storage/statybine.jpg);
background-size: cover;
height: 600px;
border: 3px solid black;
transition: 0.7s ease-in-out;
}
.xx2 {
background-image: url(../storage/dega.jpg);
background-size: cover;
height: 600px;
border: 3px solid black;
transition: 0.7s ease-in-out;
}
.xx3 {
background-image: url(../storage/obuoliai.jpg);
background-size: cover;
height: 600px;
border: 3px solid black;
transition: 0.7s ease-in-out;
}
.xx4 {
background-image: url(/storage/brick.jpg);
background-size: cover;
max-height: 200px;
border: 3px solid black;
}
.xx1:hover{
background-position: 50% 0;
}
.xx2:hover{
background-position: 50% 0;
}
.xx3:hover{
background-position: 50% 0;
}
.xx4:hover{
background-position: 50% 0;
}
#vertical_text3{
position: absolute;
background-color: rgba(0,0,0, 0.8);
width: 95%;
color: white;
text-align: right;
display: none;
font-family: 'Comfortaa', cursive;
top: 220px
}
#vertical_text4{
position: absolute;
background-color: rgba(0,0,0, 0.8);
width: 95%;
color: white;
text-align: right;
display: none;
font-family: 'Comfortaa', cursive;
top: 470px;
}
#vertical_text5{
position: absolute;
background-color: rgba(0,0,0, 0.8);
width: 95%;
color: white;
text-align: right;
display: none;
font-family: 'Comfortaa', cursive;
top: 220px
}
#vertical_text6{
position: absolute;
background-color: rgba(0,0,0, 0.8);
width: 95%;
color: white;
text-align: right;
display: none;
font-family: 'Comfortaa', cursive;
top: 470px;
}
#vertical_text7{
position: absolute;
background-color: rgba(0,0,0, 0.8);
width: 95%;
color: white;
text-align: right;
display: none;
font-family: 'Comfortaa', cursive;
top: 220px
}
#vertical_text8{
position: absolute;
background-color: rgba(0,0,0, 0.8);
width: 95%;
color: white;
text-align: right;
display: none;
font-family: 'Comfortaa', cursive;
top: 470px;
}
.mainpage h2 {
color: red;
text-align: center;
}
#mainheadinglogo {
background-color: white;
width: 200px;
vertical-align: middle;
opacity: 0.8;
}
.container2 {
margin-left: 10%;
margin-right: 10%
}
.logoback {
width: 100%;
background-color: white;
opacity: 0.6;
}
.mainpage {
margin-top: 5%;
}
input, select, textarea{
color: black;
}
textarea {
color:black;
} | css/pad.css | body {
background-color: #7dcac2;
font-family: 'Rajdhani', sans-serif;
font-size: 1.8rem;
color: #fbb140;
/*Neleidzia select'int teksto*/
cursor: default;
}
h2 {
color: black;
font-size: 4rem;
margin: 40px;
text-align: center;
}
h3 {
color: white;
text-align: center;
}
h4 {
color: #e8436c;
}
#onlyforcontact {
color: grey;
}
textarea {
color: #e8436c;
}
header {
height: 200px;
background-position: center;
background-repeat: no-repeat;
background-image: url(../storage/giphs.gif);
background-size: 500px;
width: 100%;
position: relative;
}
form {
text-align: center;
}
.borders > .container {
border: 3px solid grey;
background-image: url(../storage/ct.jpg);
background-position: center;
background-size: cover;
}
#text > h3 {
color: white;
text-align: center;
}
.mainnavigation ul li{
list-style: none;
display: inline-block;
}
.mainnavigation ul li a {
color: black;
font-size: 2rem;
}
.mainnavigation {
display: flex;
justify-content: space-around;
}
iframe {
width: 100%;
margin-top: 10px;
}
table{
width: 600px;
background-color: #18191b;
opacity: 0.9;
margin-top: 20px;
}
table td {
width: 500px;
}
.thumbnail {
background-color: rgba(0,0,0, 0.7);
margin: 30px;
opacity: 0.8;
}
p {
color: white;
}
ul li {
color: white;
}
li a {
color: grey;
}
.contact {
text-align: center;
}
.mainnavigation > ul > li a:hover {
background-color: unset;
color: white;
transition: 1s all;
}
.collapse ul li a:hover {
background-color: unset;
color: white;
transition: 1s all;
}
tr {
color: white;
text-align: center;
}
th {
color: grey;
text-align: center;
}
.contactstwo {
background-color: #18191b;
opacity: 0.8;
margin-top: 20px;
}
.fa {
margin-top: -5px;
}
.aboutUs {
opacity: 0.7;
}
.aboutUs {
color:#eb573d;
}
.connectbtn {
background-color: grey;
border-radius: 10px;
padding: 3px;
color: black;
margin-bottom: 5px;
opacity: 0.8;
transition: 1s all ease-in-out;
}
.connectbtnhover:hover {
transition: 1s all ;
color: white;
}
.connectbtnhover a:hover {
text-decoration: none;
color: white;
opacity: 1;
transition: 1s all;
}
#vertical_text{
position: absolute;
background-color: rgba(0,0,0, 0.5);
font-size: 5rem;
width: 100%;
font-family: 'Kaushan Script', cursive;
color: black;
text-align: center;
display: none;
bottom: 0;
right: 0;
}
#vertical_text2{
position: absolute;
background-color: rgba(0,0,0, 0.5);
width: 100%;
font-family: 'Kaushan Script', cursive;
color: white;
text-align: right;
display: none;
top: 0;
}
#vertical_text2 h3 {
margin-right: 400px;
color: white;
text-align: right;
}
#vertical_text h3 {
color: white;
}
#text {
position: absolute;
background-color: rgba(37, 34, 34, 0.6);
width: 100%;
height: auto;
display: none;
top: 0;
color: #fbb140;
margin-left: -15px;
}
#text2 {
position: absolute;
width: 100%;
height: auto;
display: none;
top: 0;
color: #fbb140;
margin-left: -15px;
}
footer {
position: relative;
}
.xx1 {
background-image: url(../storage/statybine.jpg);
background-size: cover;
height: 600px;
border: 3px solid black;
transition: 0.7s ease-in-out;
}
.xx2 {
background-image: url(../storage/dega.jpg);
background-size: cover;
height: 600px;
border: 3px solid black;
transition: 0.7s ease-in-out;
}
.xx3 {
background-image: url(../storage/obuoliai.jpg);
background-size: cover;
height: 600px;
border: 3px solid black;
transition: 0.7s ease-in-out;
}
.xx4 {
background-image: url(/storage/brick.jpg);
background-size: cover;
max-height: 200px;
border: 3px solid black;
}
.xx1:hover{
background-position: 50% 0;
}
.xx2:hover{
background-position: 50% 0;
}
.xx3:hover{
background-position: 50% 0;
}
.xx4:hover{
background-position: 50% 0;
}
#vertical_text3{
position: absolute;
background-color: rgba(0,0,0, 0.8);
width: 95%;
color: white;
text-align: right;
display: none;
font-family: 'Comfortaa', cursive;
top: 220px
}
#vertical_text4{
position: absolute;
background-color: rgba(0,0,0, 0.8);
width: 95%;
color: white;
text-align: right;
display: none;
font-family: 'Comfortaa', cursive;
top: 470px;
}
#vertical_text5{
position: absolute;
background-color: rgba(0,0,0, 0.8);
width: 95%;
color: white;
text-align: right;
display: none;
font-family: 'Comfortaa', cursive;
top: 220px
}
#vertical_text6{
position: absolute;
background-color: rgba(0,0,0, 0.8);
width: 95%;
color: white;
text-align: right;
display: none;
font-family: 'Comfortaa', cursive;
top: 470px;
}
#vertical_text7{
position: absolute;
background-color: rgba(0,0,0, 0.8);
width: 95%;
color: white;
text-align: right;
display: none;
font-family: 'Comfortaa', cursive;
top: 220px
}
#vertical_text8{
position: absolute;
background-color: rgba(0,0,0, 0.8);
width: 95%;
color: white;
text-align: right;
display: none;
font-family: 'Comfortaa', cursive;
top: 470px;
}
.mainpage h2 {
color: red;
text-align: center;
}
#mainheadinglogo {
background-color: white;
width: 200px;
vertical-align: middle;
opacity: 0.8;
}
.container2 {
margin-left: 10%;
margin-right: 10%
}
.logoback {
width: 100%;
background-color: white;
opacity: 0.6;
}
.mainpage {
margin-top: 5%;
}
input, select, textarea{
color: black;
}
textarea {
color:black;
} | 0.375706 | 0.066904 |
.demo-container {
height: 450px;
margin: 20px;
}
#app {
display: flex;
justify-content: center;
height: 100%;
}
.buttons-demo {
width: 600px;
align-self: center;
}
.header {
display: flex;
flex-wrap: nowrap;
}
.header > div {
flex-grow: 0;
flex-basis: 120px;
height: 30px;
}
.types {
width: 120px;
display: flex;
flex-direction: column;
float: left;
}
.types > div {
flex-grow: 1;
padding: 10px;
height: 30px;
line-height: 20px;
font-weight: bold;
opacity: 0.7;
}
.buttons {
display: flex;
flex-wrap: wrap;
margin-left: 120px;
}
.buttons > div {
flex-basis: 120px;
height: 50px;
}
.large-text {
font-size: 24px;
color: #ff6a50;
}
.opacity {
opacity: 0.5;
}
.images {
font-size: 0;
}
.images > div {
display: inline-block;
width: 33.3%;
vertical-align: top;
}
.images .item-content {
position: relative;
margin: 5px;
color: #fff;
cursor: pointer;
}
.images .item-content > img {
width: 100%;
}
.item-content .item-options {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.images .item-content:hover > .item-options {
box-shadow: inset 0 0 0 2px #f05b41;
}
.item-content .item-options > div {
position: absolute;
bottom: 0;
width: 100%;
height: 64px;
padding-top: 4px;
background-color: rgba(19,32,51,0.8);
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
}
.images .item-content:hover > .item-options > div {
border-bottom: 2px solid #f05b41;
border-left: 2px solid #f05b41;
border-right: 2px solid #f05b41;
}
.item-content .item-options .address,
.item-content .item-options .price {
max-width: 70%;
padding-left: 8px;
}
.item-content .item-options .address {
font-size: 14px;
}
.item-content .item-options .agent {
font-size: 12px;
width: 60px;
position: absolute;
right: -2px;
top: 0;
bottom: 0;
text-align: center;
border-left: 1px solid rgba(255, 255, 255, 0.4);
line-height: 13px;
}
.item-content .item-options .agent > div:hover {
color: #f05b41;
}
.item-content .item-options .agent img {
display: block;
width: 13px;
height: 16px;
margin: 8px auto 2px;
}
.agent-details > img, .agent-details > div {
display: inline-block;
vertical-align: top;
line-height: 26px;
}
.agent-details > img {
width: 40px;
margin-right: 10px;
}
.agent-details .phone {
font-size: 18px;
}
.popup-property-details {
overflow: hidden;
position: relative;
}
.popup-property-details .images {
width: 700px;
}
.popup-property-details img {
height: 205px;
margin: 10px 10px 10px 0;
}
.dx-button.favorites {
background-color: #f05b41;
color: #fff;
position: absolute;
top: 5px;
right: 0;
}
.dx-button.favorites .dx-icon {
color: #fff;
} | dx-real-state-front-end/public/styles.css | .demo-container {
height: 450px;
margin: 20px;
}
#app {
display: flex;
justify-content: center;
height: 100%;
}
.buttons-demo {
width: 600px;
align-self: center;
}
.header {
display: flex;
flex-wrap: nowrap;
}
.header > div {
flex-grow: 0;
flex-basis: 120px;
height: 30px;
}
.types {
width: 120px;
display: flex;
flex-direction: column;
float: left;
}
.types > div {
flex-grow: 1;
padding: 10px;
height: 30px;
line-height: 20px;
font-weight: bold;
opacity: 0.7;
}
.buttons {
display: flex;
flex-wrap: wrap;
margin-left: 120px;
}
.buttons > div {
flex-basis: 120px;
height: 50px;
}
.large-text {
font-size: 24px;
color: #ff6a50;
}
.opacity {
opacity: 0.5;
}
.images {
font-size: 0;
}
.images > div {
display: inline-block;
width: 33.3%;
vertical-align: top;
}
.images .item-content {
position: relative;
margin: 5px;
color: #fff;
cursor: pointer;
}
.images .item-content > img {
width: 100%;
}
.item-content .item-options {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.images .item-content:hover > .item-options {
box-shadow: inset 0 0 0 2px #f05b41;
}
.item-content .item-options > div {
position: absolute;
bottom: 0;
width: 100%;
height: 64px;
padding-top: 4px;
background-color: rgba(19,32,51,0.8);
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
}
.images .item-content:hover > .item-options > div {
border-bottom: 2px solid #f05b41;
border-left: 2px solid #f05b41;
border-right: 2px solid #f05b41;
}
.item-content .item-options .address,
.item-content .item-options .price {
max-width: 70%;
padding-left: 8px;
}
.item-content .item-options .address {
font-size: 14px;
}
.item-content .item-options .agent {
font-size: 12px;
width: 60px;
position: absolute;
right: -2px;
top: 0;
bottom: 0;
text-align: center;
border-left: 1px solid rgba(255, 255, 255, 0.4);
line-height: 13px;
}
.item-content .item-options .agent > div:hover {
color: #f05b41;
}
.item-content .item-options .agent img {
display: block;
width: 13px;
height: 16px;
margin: 8px auto 2px;
}
.agent-details > img, .agent-details > div {
display: inline-block;
vertical-align: top;
line-height: 26px;
}
.agent-details > img {
width: 40px;
margin-right: 10px;
}
.agent-details .phone {
font-size: 18px;
}
.popup-property-details {
overflow: hidden;
position: relative;
}
.popup-property-details .images {
width: 700px;
}
.popup-property-details img {
height: 205px;
margin: 10px 10px 10px 0;
}
.dx-button.favorites {
background-color: #f05b41;
color: #fff;
position: absolute;
top: 5px;
right: 0;
}
.dx-button.favorites .dx-icon {
color: #fff;
} | 0.305594 | 0.065695 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #F9F9F9;
}
.btn{
background-color: #5830df;
color: white;
font-weight: bold;
}
.btn:hover{
color: #5830df;
background-color: #F9F9F9;
}
h2{
font-weight: bolder;
}
/* header */
.logo {
width: 30px;
height: 30px;
}
.fa-sign-in-alt,.fa-user{
color: #5830df;
}
.lore b{
color: black;
font-weight: bold;
font-size: 17px;
}
.lore b:hover{
color: #5830df;
}
.name {
color: #5830df;
}
.navbar-brand {
margin-right: 150px;
font-size: 25px;
}
.collapse li{
line-height: 80px;
padding: 0 15px;
}
.collapsetop li:hover{
color: #5830df;
border-bottom: #5830df 1px solid;
}
.collapse li a:hover{
color: #5830df;
}
.collapse li a{
font-weight: bold;
text-decoration: none;
color: black;
}
/* banner */
.banner {
background-image: url(../image/banner2.jpg);
height: 600px;
width: 100%;
background-size: cover;
}
.topic {
color: white;
text-align: center;
padding-top: 80px;
}
.topic::after {
content: "";
border-bottom: 5px solid #5830df;
width: 60px;
display: block;
margin: 0 auto;
border-radius: 5px;
margin-top: 20px;
}
.slogan {
color: white;
text-align: center;
padding-top: 20px;
}
.banner_search {
width: 70%;
background-color: rgba(232, 232, 240, 0.2);
border-radius: 5px;
padding: 30px 0;
margin: 50px auto;
}
.banner_search form.example input[type=text] {
padding: 10px;
font-size: 17px;
border: 1px solid grey;
float: left;
width: 80%;
background: white;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border: 1px white solid;
}
/* Style the submit button */
form.example button {
height: 100%;
float: left;
width: 20%;
padding: 10px;
background: white;
color: rgb(48, 46, 46);
font-size: 17px;
border: 1px solid white;
border-left: none;
cursor: pointer;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
form.example button:hover {
background: #5830df;
color: white;
}
/* Clear floats */
form.example::after {
content: "";
clear: both;
display: table;
}
.banner_search .catelogykey select{
cursor: pointer;
font-weight: bold;
padding: 0 16px;
height: 100%;
width: 100%;
border: 1px solid white;
border-radius: 5px;
background-color: white;
background: url(../image/cateloicon.png) 95% / 10% no-repeat white;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
.banner_search .locationkey select{
cursor: pointer;
font-weight: bold;
padding: 0 16px;
height: 100%;
width: 100%;
border: 1px solid white;
border-radius: 5px;
background-color: white;
background: url(../image/locationicon.png) 100% / 10% no-repeat white;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
.banner_search .search button{
width: 100%;
height: 100%;
}
.productkey input {
margin: auto;
}
.banner_icon {
background-color: white;
width: 100%;
height: auto;
margin-top: 140px;
border-radius: 5px;
text-align: center;
padding: 30px 0;
}
.banner_icon .icon {
font-size: 30px;
color: #5830df;
}
.banner_icon {
font-weight: 700;
}
.banner_icon .vehicon {
margin: 10px 0;
}
.banner_icon .number {
background-color: #F9F9F9;
border-radius: 5px;
padding: 0 6px;
border: 1px solid #eee8e8;
}
/* lat product */
.lasproduct {
margin-top: 150px;
height: auto;
background-color: #F9F9F9;
text-align: center;
padding-bottom: 70px;
}
.lasproduct .nametitle{
font-weight: bold;
}
.lasproduct .lasproduct_text1::after {
content: "";
border-bottom: 5px solid #5830df;
width: 60px;
display: block;
margin: 20px auto;
border-radius: 5px;
}
.lastproduct_product {
margin-top: 50px;
border-radius: 5px;
height: auto;
}
.lastproduct_product .image {
position: relative;
}
.nameus{
position: absolute;
top: 20%;
left: 99%;
color: white;
margin-left: 2px;
font-weight: 500;
}
.forsale{
position: absolute;
bottom: 10%;
right: 5%;
}
.feature{
position: absolute;
top: 10%;
right: 5%;
}
.lastproduct_product .image img {
width: 100%;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.lastproduct_product .image .user img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.lastproduct_product .user {
position: absolute;
bottom: 10%;
left: 5%;
}
.lastproduct_product .title {
height: auto;
background-color: white;
border-radius: 5px;
text-align: left;
padding: 20px 16px;
}
.lastproduct_product .title .fa-star {
color: rgb(243, 227, 6);
}
.lastproduct_product .col-md-4{
margin: 20px 0;
}
.title i {
color: #5830df;
}
.timeaddress {
padding: 20px 0;
border-bottom: 1px solid rgb(227, 227, 235);
}
.price {
padding: 10px 0;
}
.proprice {
font-weight: 900;
color: #5830df;
}
.heart{
text-align: right
}
.heart .fa-heart {
padding: 6px;
border: 1px solid rgb(232, 225, 233);
border-radius: 50%;
cursor: pointer;
}
/* Why choose us */
.whychoose{
background-color: white;
height: auto;
padding: 100px 0;
text-align: center;
}
.whychoose_text{
text-align: center;
}
.whychoose .whychoose_text1::after {
content: "";
border-bottom: 5px solid #5830df;
width: 60px;
display: block;
margin: 20px auto;
border-radius: 5px;
}
.whychoose_content {
display: flex;
align-items: stretch;
}
.whychoose_content{
margin-top: 100px;
}
.whychoose_content .content{
padding: 40px ;
background-color: #F9F9F9;
border-radius: 5px;
}
.whychoose_content i{
background-color: #5830df;
color: white;
padding: 20px;
border-radius: 50%;
}
.whychoose_content .text{
margin: 16px 0;
font-weight: bolder;
}
.content{
margin-top: 20px;
}
/* */
.background{
padding: 150px 0;
height: auto;
background-image: url(../image/back2.jpg);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
color: white;
}
.background p{
margin: 20px 0;
}
.pricingplan{
padding-bottom: 100px;
}
.pricingplan_text{
text-align: center;
padding:100px 0;
}
.pricingplan .text::after {
content: "";
border-bottom: 5px solid #5830df;
width: 60px;
display: block;
margin: 20px auto;
border-radius: 5px;
}
.pricingplan_content .content{
padding: 30px 30px;
background-image: url(../image/du.png);
height: auto;
background-repeat: no-repeat;
background-size: cover;
border-radius: 5px;
}
.pricingplan_content .content .small{
font-size: 12px;
color: white;
}
.pricingplan_content .content h1,h4{
color: white;
}
.pricingplan_content .pri{
margin-bottom: 100px;
letter-spacing: 5px;
}
.pricingplan_content p{
font-weight: 600;
}
.itwork{
height: auto;
background-color: white;
padding: 100px 0;
}
.itwork .itwork_text{
text-align: center;
margin-bottom: 100px;
}
.itwork .text::after {
content: "";
border-bottom: 5px solid #5830df;
width: 60px;
display: block;
margin: 20px auto;
border-radius: 5px;
}
.itwork_content .content{
text-align: center;
padding: 20px 20px;
border: 2px rgb(216, 219, 219) solid;
border-radius: 5px;
}
.itwork_content .number{
font-size: 30px;
font-weight: 600;
background-color: #5830df;
padding: 15px 20px;
border-radius: 50%;
color: white;
border: 4px solid rgb(164, 101, 223);
margin-top: 100px;
}
.num{
margin-top: 30px;
}
.itwork_content .text1{
margin-top: 30px;
margin-bottom: 20px;
font-weight: bolder;
}
.newletter{
height: auto;
background-image: url(../image/mls.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 100px;
}
.newletter i{
padding: 15px 20px;
background-color: white;
color: #5830df;
border-radius: 50%;
font-size: 30px;
}
.newletter .bell{
display: flex;
color: white;
}
.newletter .text{
margin-left: 20px;
}
.newletter .text h4{
font-weight: bolder;
}
.newletter .search{
text-align: right;
}
.newletter .search input{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
height: 50px;
color: white;
background-color: Transparent;
background-repeat:no-repeat;
border: 2px white solid;
overflow: hidden;
}
.newletter .search input::placeholder{
color: white;
}
.newletter .search button{
background-color: white;
color: #5830df;
font-weight: bold;
height: 50px;
border: 2px white solid;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
padding: 0 10px;
}
.footer{
padding-top: 100px;
padding-bottom: 50px;
background-color: rgb(9, 16, 46);
}
.footer .footer_content{
display: flex;
color: white;
flex-wrap: wrap;
padding-bottom: 40px;
border-bottom: 1px solid rgb(245, 248, 250);
}
.footer .footer_content i{
font-size: 40px;
margin-top: 10px;
margin-left: 10px;
}
.footer p{
color: rgb(192, 206, 206);
}
.footer .footer_item{
height: auto;
margin: 10px 10px;
}
.chplay{
border: 1px solid rgb(216, 212, 212);
border-radius: 5px;
padding: 5px;
max-width: 200px;
cursor: pointer;
}
.play{
margin-top: 50px;
margin-bottom: 20px;
}
.footer_item1{
width: 300px;
}
.footer_item2{
width: 120px;
}
.footer_item3{
width: 150px;
}
.footer_item4{
width: 300px;
}
.footer_item2 .text{
margin-top: 50px;
}
.footer_item4 .text{
margin-top: 50px;
}
.footer_item3 .text{
margin-top: 70px;
}
.footer_item5 .text{
margin-top: 50px;
}
.footer_content1{
text-align: center;
padding-top: 40px;
color: white;
}
.footer .top{
float: right;
}
.footer .top i{
padding: 10px;
background-color: #5830df;
color: white;
border-radius: 5px;
cursor: pointer;
}
.social li{
display: inline-block;
padding: 10px 15px;
border: 1px solid rgb(247, 247, 250);
border-radius: 50%;
margin: 0 5px;
cursor: pointer;
}
.social{
margin-top: 50px;
padding-left: 0;
}
/*Ipad ngang(1024 x 768)*/
@media screen and (max-width: 1024px){
}
/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 767px){
.lasproduct {
margin-top: 300px;
}
.lasproduct .col-sm-6{
margin-top: 20px;
}
.locationkey,.search{
margin-top: 10px;
}
.banner_icon .col-md-2{
margin-top: 20px;
}
.pri{
margin-top: 50px;
}
}
/*Tablet nhỏ(480 x 640)*/
@media screen and (max-width: 575px){
.lasproduct {
margin-top: 900px;
}
.lasproduct .col-sm-6{
margin-top: 20px;
}
.locationkey,.search,.catelogykey{
margin-top: 20px;
}
.banner_search .catelogykey select{
background: url(../image/cateloicon.png) 95% / 5% no-repeat white;
}
.banner_search .locationkey select{
background: url(../image/locationicon.png) 95% / 5% no-repeat white;
}
}
/*Iphone(480 x 640)*/
@media screen and (max-width: 320px){
}
/*Smart phone nhỏ*/
@media screen and (max-width: 240px){
} | public/assets/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #F9F9F9;
}
.btn{
background-color: #5830df;
color: white;
font-weight: bold;
}
.btn:hover{
color: #5830df;
background-color: #F9F9F9;
}
h2{
font-weight: bolder;
}
/* header */
.logo {
width: 30px;
height: 30px;
}
.fa-sign-in-alt,.fa-user{
color: #5830df;
}
.lore b{
color: black;
font-weight: bold;
font-size: 17px;
}
.lore b:hover{
color: #5830df;
}
.name {
color: #5830df;
}
.navbar-brand {
margin-right: 150px;
font-size: 25px;
}
.collapse li{
line-height: 80px;
padding: 0 15px;
}
.collapsetop li:hover{
color: #5830df;
border-bottom: #5830df 1px solid;
}
.collapse li a:hover{
color: #5830df;
}
.collapse li a{
font-weight: bold;
text-decoration: none;
color: black;
}
/* banner */
.banner {
background-image: url(../image/banner2.jpg);
height: 600px;
width: 100%;
background-size: cover;
}
.topic {
color: white;
text-align: center;
padding-top: 80px;
}
.topic::after {
content: "";
border-bottom: 5px solid #5830df;
width: 60px;
display: block;
margin: 0 auto;
border-radius: 5px;
margin-top: 20px;
}
.slogan {
color: white;
text-align: center;
padding-top: 20px;
}
.banner_search {
width: 70%;
background-color: rgba(232, 232, 240, 0.2);
border-radius: 5px;
padding: 30px 0;
margin: 50px auto;
}
.banner_search form.example input[type=text] {
padding: 10px;
font-size: 17px;
border: 1px solid grey;
float: left;
width: 80%;
background: white;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border: 1px white solid;
}
/* Style the submit button */
form.example button {
height: 100%;
float: left;
width: 20%;
padding: 10px;
background: white;
color: rgb(48, 46, 46);
font-size: 17px;
border: 1px solid white;
border-left: none;
cursor: pointer;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
form.example button:hover {
background: #5830df;
color: white;
}
/* Clear floats */
form.example::after {
content: "";
clear: both;
display: table;
}
.banner_search .catelogykey select{
cursor: pointer;
font-weight: bold;
padding: 0 16px;
height: 100%;
width: 100%;
border: 1px solid white;
border-radius: 5px;
background-color: white;
background: url(../image/cateloicon.png) 95% / 10% no-repeat white;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
.banner_search .locationkey select{
cursor: pointer;
font-weight: bold;
padding: 0 16px;
height: 100%;
width: 100%;
border: 1px solid white;
border-radius: 5px;
background-color: white;
background: url(../image/locationicon.png) 100% / 10% no-repeat white;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
.banner_search .search button{
width: 100%;
height: 100%;
}
.productkey input {
margin: auto;
}
.banner_icon {
background-color: white;
width: 100%;
height: auto;
margin-top: 140px;
border-radius: 5px;
text-align: center;
padding: 30px 0;
}
.banner_icon .icon {
font-size: 30px;
color: #5830df;
}
.banner_icon {
font-weight: 700;
}
.banner_icon .vehicon {
margin: 10px 0;
}
.banner_icon .number {
background-color: #F9F9F9;
border-radius: 5px;
padding: 0 6px;
border: 1px solid #eee8e8;
}
/* lat product */
.lasproduct {
margin-top: 150px;
height: auto;
background-color: #F9F9F9;
text-align: center;
padding-bottom: 70px;
}
.lasproduct .nametitle{
font-weight: bold;
}
.lasproduct .lasproduct_text1::after {
content: "";
border-bottom: 5px solid #5830df;
width: 60px;
display: block;
margin: 20px auto;
border-radius: 5px;
}
.lastproduct_product {
margin-top: 50px;
border-radius: 5px;
height: auto;
}
.lastproduct_product .image {
position: relative;
}
.nameus{
position: absolute;
top: 20%;
left: 99%;
color: white;
margin-left: 2px;
font-weight: 500;
}
.forsale{
position: absolute;
bottom: 10%;
right: 5%;
}
.feature{
position: absolute;
top: 10%;
right: 5%;
}
.lastproduct_product .image img {
width: 100%;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.lastproduct_product .image .user img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.lastproduct_product .user {
position: absolute;
bottom: 10%;
left: 5%;
}
.lastproduct_product .title {
height: auto;
background-color: white;
border-radius: 5px;
text-align: left;
padding: 20px 16px;
}
.lastproduct_product .title .fa-star {
color: rgb(243, 227, 6);
}
.lastproduct_product .col-md-4{
margin: 20px 0;
}
.title i {
color: #5830df;
}
.timeaddress {
padding: 20px 0;
border-bottom: 1px solid rgb(227, 227, 235);
}
.price {
padding: 10px 0;
}
.proprice {
font-weight: 900;
color: #5830df;
}
.heart{
text-align: right
}
.heart .fa-heart {
padding: 6px;
border: 1px solid rgb(232, 225, 233);
border-radius: 50%;
cursor: pointer;
}
/* Why choose us */
.whychoose{
background-color: white;
height: auto;
padding: 100px 0;
text-align: center;
}
.whychoose_text{
text-align: center;
}
.whychoose .whychoose_text1::after {
content: "";
border-bottom: 5px solid #5830df;
width: 60px;
display: block;
margin: 20px auto;
border-radius: 5px;
}
.whychoose_content {
display: flex;
align-items: stretch;
}
.whychoose_content{
margin-top: 100px;
}
.whychoose_content .content{
padding: 40px ;
background-color: #F9F9F9;
border-radius: 5px;
}
.whychoose_content i{
background-color: #5830df;
color: white;
padding: 20px;
border-radius: 50%;
}
.whychoose_content .text{
margin: 16px 0;
font-weight: bolder;
}
.content{
margin-top: 20px;
}
/* */
.background{
padding: 150px 0;
height: auto;
background-image: url(../image/back2.jpg);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
color: white;
}
.background p{
margin: 20px 0;
}
.pricingplan{
padding-bottom: 100px;
}
.pricingplan_text{
text-align: center;
padding:100px 0;
}
.pricingplan .text::after {
content: "";
border-bottom: 5px solid #5830df;
width: 60px;
display: block;
margin: 20px auto;
border-radius: 5px;
}
.pricingplan_content .content{
padding: 30px 30px;
background-image: url(../image/du.png);
height: auto;
background-repeat: no-repeat;
background-size: cover;
border-radius: 5px;
}
.pricingplan_content .content .small{
font-size: 12px;
color: white;
}
.pricingplan_content .content h1,h4{
color: white;
}
.pricingplan_content .pri{
margin-bottom: 100px;
letter-spacing: 5px;
}
.pricingplan_content p{
font-weight: 600;
}
.itwork{
height: auto;
background-color: white;
padding: 100px 0;
}
.itwork .itwork_text{
text-align: center;
margin-bottom: 100px;
}
.itwork .text::after {
content: "";
border-bottom: 5px solid #5830df;
width: 60px;
display: block;
margin: 20px auto;
border-radius: 5px;
}
.itwork_content .content{
text-align: center;
padding: 20px 20px;
border: 2px rgb(216, 219, 219) solid;
border-radius: 5px;
}
.itwork_content .number{
font-size: 30px;
font-weight: 600;
background-color: #5830df;
padding: 15px 20px;
border-radius: 50%;
color: white;
border: 4px solid rgb(164, 101, 223);
margin-top: 100px;
}
.num{
margin-top: 30px;
}
.itwork_content .text1{
margin-top: 30px;
margin-bottom: 20px;
font-weight: bolder;
}
.newletter{
height: auto;
background-image: url(../image/mls.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 100px;
}
.newletter i{
padding: 15px 20px;
background-color: white;
color: #5830df;
border-radius: 50%;
font-size: 30px;
}
.newletter .bell{
display: flex;
color: white;
}
.newletter .text{
margin-left: 20px;
}
.newletter .text h4{
font-weight: bolder;
}
.newletter .search{
text-align: right;
}
.newletter .search input{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
height: 50px;
color: white;
background-color: Transparent;
background-repeat:no-repeat;
border: 2px white solid;
overflow: hidden;
}
.newletter .search input::placeholder{
color: white;
}
.newletter .search button{
background-color: white;
color: #5830df;
font-weight: bold;
height: 50px;
border: 2px white solid;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
padding: 0 10px;
}
.footer{
padding-top: 100px;
padding-bottom: 50px;
background-color: rgb(9, 16, 46);
}
.footer .footer_content{
display: flex;
color: white;
flex-wrap: wrap;
padding-bottom: 40px;
border-bottom: 1px solid rgb(245, 248, 250);
}
.footer .footer_content i{
font-size: 40px;
margin-top: 10px;
margin-left: 10px;
}
.footer p{
color: rgb(192, 206, 206);
}
.footer .footer_item{
height: auto;
margin: 10px 10px;
}
.chplay{
border: 1px solid rgb(216, 212, 212);
border-radius: 5px;
padding: 5px;
max-width: 200px;
cursor: pointer;
}
.play{
margin-top: 50px;
margin-bottom: 20px;
}
.footer_item1{
width: 300px;
}
.footer_item2{
width: 120px;
}
.footer_item3{
width: 150px;
}
.footer_item4{
width: 300px;
}
.footer_item2 .text{
margin-top: 50px;
}
.footer_item4 .text{
margin-top: 50px;
}
.footer_item3 .text{
margin-top: 70px;
}
.footer_item5 .text{
margin-top: 50px;
}
.footer_content1{
text-align: center;
padding-top: 40px;
color: white;
}
.footer .top{
float: right;
}
.footer .top i{
padding: 10px;
background-color: #5830df;
color: white;
border-radius: 5px;
cursor: pointer;
}
.social li{
display: inline-block;
padding: 10px 15px;
border: 1px solid rgb(247, 247, 250);
border-radius: 50%;
margin: 0 5px;
cursor: pointer;
}
.social{
margin-top: 50px;
padding-left: 0;
}
/*Ipad ngang(1024 x 768)*/
@media screen and (max-width: 1024px){
}
/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 767px){
.lasproduct {
margin-top: 300px;
}
.lasproduct .col-sm-6{
margin-top: 20px;
}
.locationkey,.search{
margin-top: 10px;
}
.banner_icon .col-md-2{
margin-top: 20px;
}
.pri{
margin-top: 50px;
}
}
/*Tablet nhỏ(480 x 640)*/
@media screen and (max-width: 575px){
.lasproduct {
margin-top: 900px;
}
.lasproduct .col-sm-6{
margin-top: 20px;
}
.locationkey,.search,.catelogykey{
margin-top: 20px;
}
.banner_search .catelogykey select{
background: url(../image/cateloicon.png) 95% / 5% no-repeat white;
}
.banner_search .locationkey select{
background: url(../image/locationicon.png) 95% / 5% no-repeat white;
}
}
/*Iphone(480 x 640)*/
@media screen and (max-width: 320px){
}
/*Smart phone nhỏ*/
@media screen and (max-width: 240px){
} | 0.452536 | 0.127979 |
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Lato", Helvetica, sans-serif;
overflow-x: hidden;
}
h1 {
font-size: 2rem;
}
h1,h2,h3 {
font-family: "Lato", Helvetica, sans-serif;
font-weight: 100;
}
a {
text-decoration: none;
}
.scroll-down {
width: 100%;
background-color: #ccc;
height: 500px;
text-align: center;
color: #f2f2f2;
background: #18181a;
/* Old browsers */
background: -moz-linear-gradient(top, #18181a 55%, #303033 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #18181a), color-stop(100%, #303033));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #18181a 55%, #303033 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #18181a 55%, #303033 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #18181a 55%, #303033 100%);
/* IE10+ */
background: linear-gradient(to bottom, #18181a 55%, #303033 100%);
/* W3C */
background: url(../img/ml.jpeg);
background-size: cover;
background-position: 50% -320px;
background-repeat: no-repeat;
background-attachment: fixed;
}
.timeline-content {
opacity: 0;
transition: all 3s ease;
box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0.35rem;
-moz-border-radius: 0.35rem;
-ms-border-radius: 0.35rem;
border-radius: 0.35rem;
}
.timeline-icon i {
font-size: 1.4rem;
margin: 15px auto;
color: #fff;
}
.show-left {
margin-left: -1000px;
}
.show-right {
margin-right: -1000px;
}
.copy {
padding: 23px;
color: #a5a5a5;
font-size: 1rem;
}
.copy i {
color: #ff1b43;
}
.banner-wrap {
height: 100%;
background: #02101b;
opacity: 0.7;
}
.sub-title {
position: relative;
font-size: 1.5rem;
}
.scroll-down h1 {
font-family: 'verdana', serif;
font-weight: 100;
font-size: 3rem;
margin-top: -450px;
position: relative;
}
.scroll-down-arrow {
border: 3px solid #f4f4f4;
border-radius: 50%;
margin: 45px auto;
width: 65px;
height: 65px;
-webkit-animation: bounce 1200ms ease;
-moz-animation: bounce 1200ms ease;
-o-animation: bounce 1200ms ease;
animation: bounce 1200ms ease;
position: relative;
}
.scroll-down-arrow:after {
content: "";
position: relative;
top: 40px;
right: 1px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 15px solid #f2f2f2;
}
.col-wrapper {
/*background: url("https://i2.wp.com/trendintech.com/wp-content/uploads/2017/08/AAEAAQAAAAAAAAWmAAAAJDZkZTI5YTMxLWM2ZTAtNDgyOC05NjMzLTZlZmM3NThlMTQwZQ.jpg?fit=770%2C513") no-repeat center;*/
background: url(../img/ml.jpeg);
background-size: cover;
width: 100%;
background-color: #f1f1f1;
}
.title-about {
text-align: center;
margin-top: -28px;
margin-bottom: 27px;
}
.col-container {
width: 100%;
padding: 40px 0;
margin: 0 auto;
}
.col-3 {
width: 32%;
margin-right: 18px;
margin-top: 100px;
display: inline-block;
vertical-align: top;
opacity: 0;
box-sizing: border-box;
-webkit-box-shadow: 0px 0px 60px rgba(50, 50, 50, 1);
-moz-box-shadow: 0px 0px 60px rgba(50, 50, 50, 1);
box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
transition: all 1s ease;
}
.col-3 h2 {
background-color: #18181a;
padding: 30px;
color: #f1f1f1;
font-style: italic;
}
.col-3 p {
min-height: 200px;
background-color: #f2f2f2;
padding: 30px;
line-height: 1.6em;
}
.col-last {
margin-right: 0px;
}
.projects {
width: 100%;
padding: 50px 0px 40px;
text-align: center;
background-color: #f6f6f6;
}
.projects h1 {
margin-bottom: 20px;
}
p.card-text {
min-height: 44px;
}
.card--info {
min-height: 62px;
}
/* Bounce Key Frames */
@-webkit-keyframes bounce {
0% {
-webkit-transform: translateY(0);
}
25% {
-webkit-transform: translateY(100%);
}
50% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(50%);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounce {
0% {
-moz-transform: translateY(0);
}
25% {
-moz-transform: translateY(100%);
}
50% {
-moz-transform: translateY(0);
}
75% {
-moz-transform: translateY(50%);
}
100% {
-moz-transform: translateY(0);
}
}
@keyframes bounce {
0% {
transform: translateY(0);
}
25% {
transform: translateY(100%);
}
50% {
transform: translateY(0%);
}
75% {
transform: translateY(50%);
}
100% {
transform: translateY(0%);
}
}
.wrapper {
margin: 0 auto;
width: 90%;
opacity: 0;
transition: all 1s ease;
}
.cards {
list-style: none;
margin: 0;
padding: 0;
}
.cards li {
border: 2px solid #000;
border-radius: 5px;
background-color: #ccc;
color: #fff;
}
.cards h2 {
background-color: #333;
margin: 0;
padding: 10px;
}
.cards p {
padding: 10px;
}
.flex {
display: flex;
flex-wrap: wrap;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0 -10px;
}
.flex li {
/*flex: 1 1 400px;*/
margin: 10px;
flex: 200px;
}
.wrapper-abaut {
opacity: 0;
transition: all 1s ease;
width: 90%;
margin: 0 auto;
color: #fff;
}
.p-about {
width: 220px;
/* margin-left: 30px; */
float: left;
margin-right: 40px;
border-radius: 50%;
border: 10px solid #f19634;
margin: 24px;
}
.txt-about {
padding: 24px;
background: rgba(5, 29, 48, 0.91);
border-radius: 10px;
font-size: 1rem;
font-weight: normal;
color: #839bad;
min-height: 272px;
text-align: justify;
}
.container {
padding: 50px;
text-align: center;
max-width: 1000px;
margin: 0 auto;
}
.chart {
position: relative;
display: inline-block;
margin: 20px 10px;
color: #000;
font-size: 0.8rem;
font-weight: 400;
text-transform: uppercase;
text-align: center;
}
.chart canvas {
position: absolute;
top: 0;
left: 0;
}
/**/
header:after,
#timeline .timeline-item:after,
header:before,
#timeline .timeline-item:before {
content: '';
display: block;
width: 100%;
}
*,
*:before,
*:after {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.timeline img {
margin: 1em 0;
max-width: 100%;
}
.timeline-text {
text-align: left;
font-size: 0.9;
color: #717171;
}
.timeline-text p {
text-align: left !important;
font-size: 1rem;
color: #717171;
}
.administration {
height: 10em;
margin: 1em 0;
overflow: hidden;
top: -2em;
}
.administration img {
position: relative;
top: -2em;
}
.timeline-image.magglio {
bottom: 0;
}
header {
background: #FFF;
overflow: auto;
padding: 2px;
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
.logo {
float: left;
}
.navigation {
float: right;
padding: 1em 0;
text-align: right;
width: 45%;
}
.nav-item {
margin-right: 1em;
}
#timeline {
margin: 30px auto;
padding: 0 10px;
position: relative;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
width: 100%;
}
#timeline:before {
background: #FF9800;
content: "";
height: 70%;
left: 50%;
position: absolute;
top: 15em;
width: 3px;
}
#timeline:after {
clear: both;
content: "";
display: table;
width: 100%;
}
#timeline .timeline-horizontal {
clear: both;
padding-top: 1em;
}
#timeline .timeline-item {
position: relative;
}
#timeline .timeline-item .timeline-icon {
background: #183756;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
height: 50px;
left: 50%;
margin-left: -23px;
overflow: hidden;
position: absolute;
top: 0;
width: 50px;
}
#timeline .timeline-item .timeline-icon svg {
position: relative;
top: 14px;
}
#timeline .timeline-item .timeline-content {
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
/*-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
/*-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
/*-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
/*box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
float: left;
margin-bottom: 1em;
padding: 20px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 45%;
}
#timeline .timeline-item .timeline-content h2 {
background: #f19634;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
color: #fff;
margin: -20px -20px 0 -20px;
padding: 13px;
font-size: 1rem;
font-weight: 400;
}
#timeline .timeline-item .timeline-content:before {
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 7px solid #f19634;
content: '';
height: 0;
left: 45%;
position: absolute;
top: 20px;
width: 0;
}
#timeline .timeline-item .timeline-content.right {
float: right;
}
.timeline-content p {
padding: 12px 0px 8px;
font-weight: 600;
color: #FF9800;
}
#timeline .timeline-item .timeline-content.right:before {
border-left: 0;
border-right: 7px solid #f19634;
content: '';
left: inherit;
right: 45%;
}
.strike {
text-decoration: line-through;
}
/**/
@media screen and (max-width: 400px){
.scroll-down{
width: 100%;
background-color: #ccc;
height: 500px;
text-align: center;
color: #f2f2f2;
background: #18181a;
background: -moz-linear-gradient(top, #18181a 55%, #303033 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #18181a), color-stop(100%, #303033));
background: -webkit-linear-gradient(top, #18181a 55%, #303033 100%);
background: -o-linear-gradient(top, #18181a 55%, #303033 100%);
background: -ms-linear-gradient(top, #18181a 55%, #303033 100%);
background: linear-gradient(to bottom, #18181a 55%, #303033 100%);
background: url(https://cdn2.editmysite.com/images/editor/theme-background/stock/Working.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: initial;
}
}
@media screen and (max-width: 650px) {
.img-responsive {
width: 100%;
text-align: center;
}
.p-about {
float: none;
}
}
@media screen and (max-width: 768px) {
#timeline .timeline-item .timeline-content:before {
display: none;
}
.logo {
text-align: center;
width: 100%;
}
.logo h1 {
margin-bottom: 0;
}
.navigation {
margin-top: 0;
text-align: center;
width: 100%;
}
h3 {
font-style: normal;
font-weight: 400;
}
#timeline {
padding: 0px;
width: 100%;
}
#timeline:before {
display: none;
left: 0;
}
#timeline .timeline-item .timline-content .timeline-image.no-overflow {
height: 100%;
}
#timeline .timeline-item .timeline-content {
float: right;
width: 100%;
}
#timeline .timeline-item .timeline-icon {
display: none;
}
.timeline-image.no-overflow img {
height: 100%;
width: 100%;
}
.meeting img {
width: 100%;
}
.administration img {
width: 100%;
}
}
/**/
img.profile {
border-radius: 50%;
width: 200px;
margin-bottom: 30px;
clear: both;
position: relative;
margin-top: -179px;
border: #fff 5px solid;
transform: rotate(-25deg);
}
/**/
.font-light,
.clean-font {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}
.font-heavy {
font-weight: 700;
}
.clean-font {
color: #839bad;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.center-sm {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.justify {
text-align: justify;
}
.hidden-sm {
display: none;
}
.btn--full--sm {
width: 85%;
}
.container,
.container--full {
width: 90%;
margin-left: auto;
margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
.container, .container--full {
width: 100%;
}
}
@media only screen and (min-width: 1140px) {
.container, .container--full {
width: 80%;
max-width: 1140px;
}
}
.container--full {
width: 100%;
}
.row {
position: relative;
width: 100%;
}
.row [class^="col"] {
float: left;
margin: 0.5rem 2%;
min-height: 0.125rem;
}
.row::after {
content: "";
display: table;
clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
width: 96%;
}
.col-1-sm {
width: 4.33333%;
}
.col-2-sm {
width: 12.66667%;
}
.col-3-sm {
width: 21%;
}
.col-4-sm {
width: 29.33333%;
}
.col-5-sm {
width: 37.66667%;
}
.col-6-sm {
width: 46%;
}
.col-7-sm {
width: 54.33333%;
}
.col-8-sm {
width: 62.66667%;
}
.col-9-sm {
width: 71%;
}
.col-10-sm {
width: 79.33333%;
}
.col-11-sm {
width: 87.66667%;
}
.col-12-sm {
width: 96%;
}
@media only screen and (min-width: 45em) {
.col-1 {
width: 4.33333%;
}
.col-2 {
width: 12.66667%;
}
.col-3 {
width: 21%;
}
.col-4 {
width: 29.33333%;
}
.col-5 {
width: 37.66667%;
}
.col-6 {
width: 46%;
}
.col-7 {
width: 54.33333%;
}
.col-8 {
width: 62.66667%;
}
.col-9 {
width: 71%;
}
.col-10 {
width: 79.33333%;
}
.col-11 {
width: 87.66667%;
}
.col-12 {
width: 96%;
}
.hidden-sm {
display: block;
}
.btn--full--sm {
width: auto;
}
.center-sm {
text-align: left;
margin-left: auto;
margin-right: auto;
}
}
.btn,
.btn--reverse,
.btn--full,
.btn--blue,
.btn--red,
.btn--orange,
.btn--green,
.btn--black,
.btn--default,
.btn--hubba {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
background-color: white;
color: #888;
background: #dedede;
display: inline-block;
margin: 5px;
font-size: 1rem;
font-weight: 400;
padding: 8px 15px;
cursor: pointer;
box-shadow: 0px 1px 3px #a0a0a0;
text-align: center;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
-ms-transition: all .9s ease;
transition: all .9s ease;
}
.btn:hover,
.btn--reverse:hover,
.btn--full:hover,
.btn--blue:hover,
.btn--red:hover,
.btn--orange:hover,
.btn--green:hover,
.btn--black:hover,
.btn--default:hover,
.btn--hubba:hover {
filter: brightness(120%);
box-shadow: 0px 2px 8px #888;
}
.btn--reverse {
border: 1px solid #fff;
box-shadow: none;
background: transparent;
color: #efefef;
}
.btn--full {
width: 80%;
}
.btn--blue {
border-color: #0074D9;
color: white;
background-color: #0074D9;
}
.btn--red {
border-color: #FF4136;
color: white;
background-color: #FF4136;
}
.btn--orange {
border-color: #f0ad4e;
color: white;
background-color: #f0ad4e;
}
.btn--green {
border-color: #5cb85c;
color: white;
background-color: #5cb85c;
}
.btn--black {
border-color: #000;
color: white;
background-color: #000;
}
.btn--default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn--default:hover {
filter: brightness(100%);
background-color: #e6e6e6;
}
.label,
.label--info,
.label--warning {
display: inline-block;
padding: 3px 10px;
font-size: 0.8px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
white-space: nowrap;
vertical-align: baseline;
background-color: #999999;
-webkit-border-radius: 0.25rem;
-moz-border-radius: 0.25rem;
-ms-border-radius: 0.25rem;
border-radius: 0.25rem;
}
.label--info {
background-color: #3a87ad;
}
.label--warning {
background-color: #f89406;
}
.card {
position: relative;
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-color: #fff;
box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0.35rem;
-moz-border-radius: 0.35rem;
-ms-border-radius: 0.35rem;
border-radius: 0.35rem;
min-height: 442px;
}
.card:hover .card-cover {
opacity: 0.9;
}
.card-img-top {
width: 100%;
}
.card-block {
padding: 1.25rem;
padding-top: 2px;
}
.card-title {
margin-bottom: 0px;
}
.card-text {
margin-top: 5px;
}
.image-avatar,
.image-avatar--large {
width: 60px;
height: 60px;
border-radius: 50%;
border: 3px solid #fff;
}
.card--info {
font-size: 0.9;
padding-bottom: 24px;
font-style: italic;
color: #909090;
font-weight: 200;
}
.card-cover {
min-height: 50px;
width: 100%;
background: rgba(0, 0, 0, 0.54);
margin-top: -50px;
text-align: center;
line-height: 50px;
color: #fff;
opacity: 0.0;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
-ms-transition: all .9s ease;
transition: all .9s ease;
}
.card-cover a {
color: #fff;
}
.btn--hubba {
border-color: #fff;
color: white;
background-color: #f19634;
}
.container .row .clean,
.container--full .row .clean {
background: #fff;
margin-left: 0;
box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.1);
-webkit-animation: bounce-in-top 1.4s both;
-moz-animation: bounce-in-top 1.4s both;
animation: bounce-in-top 1.4s both;
}
.container .row .clean h2,
.container--full .row .clean h2 {
padding-left: 25px;
margin-top: 15px;
margin-bottom: 15px;
}
.container p,
.container--full p {
line-height: 1.4;
}
.links {
color: #9a9a9a;
text-decoration: none;
text-transform: uppercase;
}
.links:hover {
color: #333;
}
.card-block .card-info,
.card-block .card--info,
.card-block .card-title,
.card-block .card-text {
text-align: left;
}
h4.card-title {
margin-top: 15px;
margin-bottom: 15px;
font-size: 1rem;
}
p.card-text {
margin-bottom: 26px;
font-size: 1rem;
color: #545050;
}
.special-border {
-webkit-transform: skewY(-3deg);
transform: skewY(-3deg);
overflow: hidden;
position: absolute;
width: 100%;
height: 133px;
background: #f6f6f6;
margin-top: -65px;
}
.special-col:before {
-webkit-transform: skewY(-4deg);
transform: skewY(-4deg);
overflow: hidden;
position: absolute;
width: 100%;
height: 49px;
background: #ffffff;
content: ' ';
bottom: -25px;
box-shadow: 1px 5px 4px #e6e6e6;
}
.footer a {
text-decoration: none;
}
.footer {
background: #021121;
text-align: center;
padding: 42px;
font-size: 1.125rem;
font-weight: 200;
line-height: 1.8;
}
section.footer h1 {
margin-bottom: 30px;
color: #fff;
}
@media only screen and (max-width: 45em) {
.container .row .clean, .container--full .row .clean {
margin: 0.5rem 2%;
}
.special-col:before {
display: none;
}
} | css/style.css | @import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Lato", Helvetica, sans-serif;
overflow-x: hidden;
}
h1 {
font-size: 2rem;
}
h1,h2,h3 {
font-family: "Lato", Helvetica, sans-serif;
font-weight: 100;
}
a {
text-decoration: none;
}
.scroll-down {
width: 100%;
background-color: #ccc;
height: 500px;
text-align: center;
color: #f2f2f2;
background: #18181a;
/* Old browsers */
background: -moz-linear-gradient(top, #18181a 55%, #303033 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #18181a), color-stop(100%, #303033));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #18181a 55%, #303033 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #18181a 55%, #303033 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #18181a 55%, #303033 100%);
/* IE10+ */
background: linear-gradient(to bottom, #18181a 55%, #303033 100%);
/* W3C */
background: url(../img/ml.jpeg);
background-size: cover;
background-position: 50% -320px;
background-repeat: no-repeat;
background-attachment: fixed;
}
.timeline-content {
opacity: 0;
transition: all 3s ease;
box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0.35rem;
-moz-border-radius: 0.35rem;
-ms-border-radius: 0.35rem;
border-radius: 0.35rem;
}
.timeline-icon i {
font-size: 1.4rem;
margin: 15px auto;
color: #fff;
}
.show-left {
margin-left: -1000px;
}
.show-right {
margin-right: -1000px;
}
.copy {
padding: 23px;
color: #a5a5a5;
font-size: 1rem;
}
.copy i {
color: #ff1b43;
}
.banner-wrap {
height: 100%;
background: #02101b;
opacity: 0.7;
}
.sub-title {
position: relative;
font-size: 1.5rem;
}
.scroll-down h1 {
font-family: 'verdana', serif;
font-weight: 100;
font-size: 3rem;
margin-top: -450px;
position: relative;
}
.scroll-down-arrow {
border: 3px solid #f4f4f4;
border-radius: 50%;
margin: 45px auto;
width: 65px;
height: 65px;
-webkit-animation: bounce 1200ms ease;
-moz-animation: bounce 1200ms ease;
-o-animation: bounce 1200ms ease;
animation: bounce 1200ms ease;
position: relative;
}
.scroll-down-arrow:after {
content: "";
position: relative;
top: 40px;
right: 1px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 15px solid #f2f2f2;
}
.col-wrapper {
/*background: url("https://i2.wp.com/trendintech.com/wp-content/uploads/2017/08/AAEAAQAAAAAAAAWmAAAAJDZkZTI5YTMxLWM2ZTAtNDgyOC05NjMzLTZlZmM3NThlMTQwZQ.jpg?fit=770%2C513") no-repeat center;*/
background: url(../img/ml.jpeg);
background-size: cover;
width: 100%;
background-color: #f1f1f1;
}
.title-about {
text-align: center;
margin-top: -28px;
margin-bottom: 27px;
}
.col-container {
width: 100%;
padding: 40px 0;
margin: 0 auto;
}
.col-3 {
width: 32%;
margin-right: 18px;
margin-top: 100px;
display: inline-block;
vertical-align: top;
opacity: 0;
box-sizing: border-box;
-webkit-box-shadow: 0px 0px 60px rgba(50, 50, 50, 1);
-moz-box-shadow: 0px 0px 60px rgba(50, 50, 50, 1);
box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
transition: all 1s ease;
}
.col-3 h2 {
background-color: #18181a;
padding: 30px;
color: #f1f1f1;
font-style: italic;
}
.col-3 p {
min-height: 200px;
background-color: #f2f2f2;
padding: 30px;
line-height: 1.6em;
}
.col-last {
margin-right: 0px;
}
.projects {
width: 100%;
padding: 50px 0px 40px;
text-align: center;
background-color: #f6f6f6;
}
.projects h1 {
margin-bottom: 20px;
}
p.card-text {
min-height: 44px;
}
.card--info {
min-height: 62px;
}
/* Bounce Key Frames */
@-webkit-keyframes bounce {
0% {
-webkit-transform: translateY(0);
}
25% {
-webkit-transform: translateY(100%);
}
50% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(50%);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounce {
0% {
-moz-transform: translateY(0);
}
25% {
-moz-transform: translateY(100%);
}
50% {
-moz-transform: translateY(0);
}
75% {
-moz-transform: translateY(50%);
}
100% {
-moz-transform: translateY(0);
}
}
@keyframes bounce {
0% {
transform: translateY(0);
}
25% {
transform: translateY(100%);
}
50% {
transform: translateY(0%);
}
75% {
transform: translateY(50%);
}
100% {
transform: translateY(0%);
}
}
.wrapper {
margin: 0 auto;
width: 90%;
opacity: 0;
transition: all 1s ease;
}
.cards {
list-style: none;
margin: 0;
padding: 0;
}
.cards li {
border: 2px solid #000;
border-radius: 5px;
background-color: #ccc;
color: #fff;
}
.cards h2 {
background-color: #333;
margin: 0;
padding: 10px;
}
.cards p {
padding: 10px;
}
.flex {
display: flex;
flex-wrap: wrap;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0 -10px;
}
.flex li {
/*flex: 1 1 400px;*/
margin: 10px;
flex: 200px;
}
.wrapper-abaut {
opacity: 0;
transition: all 1s ease;
width: 90%;
margin: 0 auto;
color: #fff;
}
.p-about {
width: 220px;
/* margin-left: 30px; */
float: left;
margin-right: 40px;
border-radius: 50%;
border: 10px solid #f19634;
margin: 24px;
}
.txt-about {
padding: 24px;
background: rgba(5, 29, 48, 0.91);
border-radius: 10px;
font-size: 1rem;
font-weight: normal;
color: #839bad;
min-height: 272px;
text-align: justify;
}
.container {
padding: 50px;
text-align: center;
max-width: 1000px;
margin: 0 auto;
}
.chart {
position: relative;
display: inline-block;
margin: 20px 10px;
color: #000;
font-size: 0.8rem;
font-weight: 400;
text-transform: uppercase;
text-align: center;
}
.chart canvas {
position: absolute;
top: 0;
left: 0;
}
/**/
header:after,
#timeline .timeline-item:after,
header:before,
#timeline .timeline-item:before {
content: '';
display: block;
width: 100%;
}
*,
*:before,
*:after {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.timeline img {
margin: 1em 0;
max-width: 100%;
}
.timeline-text {
text-align: left;
font-size: 0.9;
color: #717171;
}
.timeline-text p {
text-align: left !important;
font-size: 1rem;
color: #717171;
}
.administration {
height: 10em;
margin: 1em 0;
overflow: hidden;
top: -2em;
}
.administration img {
position: relative;
top: -2em;
}
.timeline-image.magglio {
bottom: 0;
}
header {
background: #FFF;
overflow: auto;
padding: 2px;
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
.logo {
float: left;
}
.navigation {
float: right;
padding: 1em 0;
text-align: right;
width: 45%;
}
.nav-item {
margin-right: 1em;
}
#timeline {
margin: 30px auto;
padding: 0 10px;
position: relative;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
width: 100%;
}
#timeline:before {
background: #FF9800;
content: "";
height: 70%;
left: 50%;
position: absolute;
top: 15em;
width: 3px;
}
#timeline:after {
clear: both;
content: "";
display: table;
width: 100%;
}
#timeline .timeline-horizontal {
clear: both;
padding-top: 1em;
}
#timeline .timeline-item {
position: relative;
}
#timeline .timeline-item .timeline-icon {
background: #183756;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
height: 50px;
left: 50%;
margin-left: -23px;
overflow: hidden;
position: absolute;
top: 0;
width: 50px;
}
#timeline .timeline-item .timeline-icon svg {
position: relative;
top: 14px;
}
#timeline .timeline-item .timeline-content {
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
/*-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
/*-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
/*-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
/*box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
float: left;
margin-bottom: 1em;
padding: 20px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 45%;
}
#timeline .timeline-item .timeline-content h2 {
background: #f19634;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
color: #fff;
margin: -20px -20px 0 -20px;
padding: 13px;
font-size: 1rem;
font-weight: 400;
}
#timeline .timeline-item .timeline-content:before {
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 7px solid #f19634;
content: '';
height: 0;
left: 45%;
position: absolute;
top: 20px;
width: 0;
}
#timeline .timeline-item .timeline-content.right {
float: right;
}
.timeline-content p {
padding: 12px 0px 8px;
font-weight: 600;
color: #FF9800;
}
#timeline .timeline-item .timeline-content.right:before {
border-left: 0;
border-right: 7px solid #f19634;
content: '';
left: inherit;
right: 45%;
}
.strike {
text-decoration: line-through;
}
/**/
@media screen and (max-width: 400px){
.scroll-down{
width: 100%;
background-color: #ccc;
height: 500px;
text-align: center;
color: #f2f2f2;
background: #18181a;
background: -moz-linear-gradient(top, #18181a 55%, #303033 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #18181a), color-stop(100%, #303033));
background: -webkit-linear-gradient(top, #18181a 55%, #303033 100%);
background: -o-linear-gradient(top, #18181a 55%, #303033 100%);
background: -ms-linear-gradient(top, #18181a 55%, #303033 100%);
background: linear-gradient(to bottom, #18181a 55%, #303033 100%);
background: url(https://cdn2.editmysite.com/images/editor/theme-background/stock/Working.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: initial;
}
}
@media screen and (max-width: 650px) {
.img-responsive {
width: 100%;
text-align: center;
}
.p-about {
float: none;
}
}
@media screen and (max-width: 768px) {
#timeline .timeline-item .timeline-content:before {
display: none;
}
.logo {
text-align: center;
width: 100%;
}
.logo h1 {
margin-bottom: 0;
}
.navigation {
margin-top: 0;
text-align: center;
width: 100%;
}
h3 {
font-style: normal;
font-weight: 400;
}
#timeline {
padding: 0px;
width: 100%;
}
#timeline:before {
display: none;
left: 0;
}
#timeline .timeline-item .timline-content .timeline-image.no-overflow {
height: 100%;
}
#timeline .timeline-item .timeline-content {
float: right;
width: 100%;
}
#timeline .timeline-item .timeline-icon {
display: none;
}
.timeline-image.no-overflow img {
height: 100%;
width: 100%;
}
.meeting img {
width: 100%;
}
.administration img {
width: 100%;
}
}
/**/
img.profile {
border-radius: 50%;
width: 200px;
margin-bottom: 30px;
clear: both;
position: relative;
margin-top: -179px;
border: #fff 5px solid;
transform: rotate(-25deg);
}
/**/
.font-light,
.clean-font {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}
.font-heavy {
font-weight: 700;
}
.clean-font {
color: #839bad;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.center-sm {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.justify {
text-align: justify;
}
.hidden-sm {
display: none;
}
.btn--full--sm {
width: 85%;
}
.container,
.container--full {
width: 90%;
margin-left: auto;
margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
.container, .container--full {
width: 100%;
}
}
@media only screen and (min-width: 1140px) {
.container, .container--full {
width: 80%;
max-width: 1140px;
}
}
.container--full {
width: 100%;
}
.row {
position: relative;
width: 100%;
}
.row [class^="col"] {
float: left;
margin: 0.5rem 2%;
min-height: 0.125rem;
}
.row::after {
content: "";
display: table;
clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
width: 96%;
}
.col-1-sm {
width: 4.33333%;
}
.col-2-sm {
width: 12.66667%;
}
.col-3-sm {
width: 21%;
}
.col-4-sm {
width: 29.33333%;
}
.col-5-sm {
width: 37.66667%;
}
.col-6-sm {
width: 46%;
}
.col-7-sm {
width: 54.33333%;
}
.col-8-sm {
width: 62.66667%;
}
.col-9-sm {
width: 71%;
}
.col-10-sm {
width: 79.33333%;
}
.col-11-sm {
width: 87.66667%;
}
.col-12-sm {
width: 96%;
}
@media only screen and (min-width: 45em) {
.col-1 {
width: 4.33333%;
}
.col-2 {
width: 12.66667%;
}
.col-3 {
width: 21%;
}
.col-4 {
width: 29.33333%;
}
.col-5 {
width: 37.66667%;
}
.col-6 {
width: 46%;
}
.col-7 {
width: 54.33333%;
}
.col-8 {
width: 62.66667%;
}
.col-9 {
width: 71%;
}
.col-10 {
width: 79.33333%;
}
.col-11 {
width: 87.66667%;
}
.col-12 {
width: 96%;
}
.hidden-sm {
display: block;
}
.btn--full--sm {
width: auto;
}
.center-sm {
text-align: left;
margin-left: auto;
margin-right: auto;
}
}
.btn,
.btn--reverse,
.btn--full,
.btn--blue,
.btn--red,
.btn--orange,
.btn--green,
.btn--black,
.btn--default,
.btn--hubba {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
background-color: white;
color: #888;
background: #dedede;
display: inline-block;
margin: 5px;
font-size: 1rem;
font-weight: 400;
padding: 8px 15px;
cursor: pointer;
box-shadow: 0px 1px 3px #a0a0a0;
text-align: center;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
-ms-transition: all .9s ease;
transition: all .9s ease;
}
.btn:hover,
.btn--reverse:hover,
.btn--full:hover,
.btn--blue:hover,
.btn--red:hover,
.btn--orange:hover,
.btn--green:hover,
.btn--black:hover,
.btn--default:hover,
.btn--hubba:hover {
filter: brightness(120%);
box-shadow: 0px 2px 8px #888;
}
.btn--reverse {
border: 1px solid #fff;
box-shadow: none;
background: transparent;
color: #efefef;
}
.btn--full {
width: 80%;
}
.btn--blue {
border-color: #0074D9;
color: white;
background-color: #0074D9;
}
.btn--red {
border-color: #FF4136;
color: white;
background-color: #FF4136;
}
.btn--orange {
border-color: #f0ad4e;
color: white;
background-color: #f0ad4e;
}
.btn--green {
border-color: #5cb85c;
color: white;
background-color: #5cb85c;
}
.btn--black {
border-color: #000;
color: white;
background-color: #000;
}
.btn--default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn--default:hover {
filter: brightness(100%);
background-color: #e6e6e6;
}
.label,
.label--info,
.label--warning {
display: inline-block;
padding: 3px 10px;
font-size: 0.8px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
white-space: nowrap;
vertical-align: baseline;
background-color: #999999;
-webkit-border-radius: 0.25rem;
-moz-border-radius: 0.25rem;
-ms-border-radius: 0.25rem;
border-radius: 0.25rem;
}
.label--info {
background-color: #3a87ad;
}
.label--warning {
background-color: #f89406;
}
.card {
position: relative;
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-color: #fff;
box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0.35rem;
-moz-border-radius: 0.35rem;
-ms-border-radius: 0.35rem;
border-radius: 0.35rem;
min-height: 442px;
}
.card:hover .card-cover {
opacity: 0.9;
}
.card-img-top {
width: 100%;
}
.card-block {
padding: 1.25rem;
padding-top: 2px;
}
.card-title {
margin-bottom: 0px;
}
.card-text {
margin-top: 5px;
}
.image-avatar,
.image-avatar--large {
width: 60px;
height: 60px;
border-radius: 50%;
border: 3px solid #fff;
}
.card--info {
font-size: 0.9;
padding-bottom: 24px;
font-style: italic;
color: #909090;
font-weight: 200;
}
.card-cover {
min-height: 50px;
width: 100%;
background: rgba(0, 0, 0, 0.54);
margin-top: -50px;
text-align: center;
line-height: 50px;
color: #fff;
opacity: 0.0;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
-ms-transition: all .9s ease;
transition: all .9s ease;
}
.card-cover a {
color: #fff;
}
.btn--hubba {
border-color: #fff;
color: white;
background-color: #f19634;
}
.container .row .clean,
.container--full .row .clean {
background: #fff;
margin-left: 0;
box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.1);
-webkit-animation: bounce-in-top 1.4s both;
-moz-animation: bounce-in-top 1.4s both;
animation: bounce-in-top 1.4s both;
}
.container .row .clean h2,
.container--full .row .clean h2 {
padding-left: 25px;
margin-top: 15px;
margin-bottom: 15px;
}
.container p,
.container--full p {
line-height: 1.4;
}
.links {
color: #9a9a9a;
text-decoration: none;
text-transform: uppercase;
}
.links:hover {
color: #333;
}
.card-block .card-info,
.card-block .card--info,
.card-block .card-title,
.card-block .card-text {
text-align: left;
}
h4.card-title {
margin-top: 15px;
margin-bottom: 15px;
font-size: 1rem;
}
p.card-text {
margin-bottom: 26px;
font-size: 1rem;
color: #545050;
}
.special-border {
-webkit-transform: skewY(-3deg);
transform: skewY(-3deg);
overflow: hidden;
position: absolute;
width: 100%;
height: 133px;
background: #f6f6f6;
margin-top: -65px;
}
.special-col:before {
-webkit-transform: skewY(-4deg);
transform: skewY(-4deg);
overflow: hidden;
position: absolute;
width: 100%;
height: 49px;
background: #ffffff;
content: ' ';
bottom: -25px;
box-shadow: 1px 5px 4px #e6e6e6;
}
.footer a {
text-decoration: none;
}
.footer {
background: #021121;
text-align: center;
padding: 42px;
font-size: 1.125rem;
font-weight: 200;
line-height: 1.8;
}
section.footer h1 {
margin-bottom: 30px;
color: #fff;
}
@media only screen and (max-width: 45em) {
.container .row .clean, .container--full .row .clean {
margin: 0.5rem 2%;
}
.special-col:before {
display: none;
}
} | 0.318803 | 0.079175 |
#sg-patterns {
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
max-width: 120em;
padding: 0 1em; }
#viewall-global-config,
#viewall-global-util,
#viewall-global-tools,
#viewall-base-fonts,
#viewall-base-normalize,
#viewall-base-extends,
#viewall-base-html-elements,
#viewall-layouts-constrain,
#viewall-components-cms-styles {
display: none; }
.sg-subtype h2 {
font-size: 24px;
margin: 3em 0 0.25em;
text-transform: capitalize; }
.sg-subtype a {
color: #666;
text-decoration: none; }
.sg-subtype a:hover, .sg-subtype a:focus {
color: #333; }
.pattern-lab-color-group {
color: #000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-family: sans-serif;
font-size: 14px;
margin-bottom: 50px; }
@media (min-width: 43.75em) {
@supports (display: grid) {
.pattern-lab-color-group {
display: grid;
grid-template-columns: 150px 1fr;
grid-template-rows: 150px 150px; } } }
.pattern-lab-color-group__base {
grid-column: 1;
grid-row: 1/-1; }
@media (min-width: 43.75em) {
@supports (display: grid) {
.pattern-lab-color-group__variant {
display: grid;
grid-template-columns: repeat(auto-fit, 125px); } } }
.pattern-lab-color-group__variant--light {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.pattern-lab-color-group__variant--dark {
color: #fff; }
.pattern-lab-color-swatch {
color: inherit;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 20px; }
.color-swatch__label--light {
color: #fff; }
.pattern-lab-radius-item {
color: #000;
font-family: sans-serif;
font-size: 0.875rem;
margin-bottom: 40px; }
.pattern-lab-radius-item__block {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #519cb0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 50px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 8px;
width: 50px; }
.pattern-lab-radius-item__name {
font-weight: 700; }
.pattern-lab-radius-item__value {
color: #fff; }
.pattern-lab-timing-group {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.pattern-lab-timing-item {
padding: 16px; }
.pattern-lab-timing-item:hover .pattern-lab-timing-item__indicator {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5); }
.pattern-lab-timing-item__indicator {
background-color: #519cb0;
border-radius: 50%;
height: 32px;
margin: 0 auto 16px;
-webkit-transition: -webkit-transform linear;
transition: -webkit-transform linear;
-o-transition: transform linear;
transition: transform linear;
transition: transform linear, -webkit-transform linear;
width: 32px; }
.pattern-lab-timing-item__label {
color: #000;
font-family: sans-serif;
font-size: 0.875rem;
text-align: center; }
.pattern-lab-timing-item__name {
font-weight: 700; }
.pattern-lab-spacing {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: sans-serif;
font-size: 0.875rem;
max-width: 600px;
padding: 20px; }
.pattern-lab-spacing__icon {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #519cb0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 10px;
min-width: 10px; }
.pattern-lab-spacing__info {
color: #fff; }
.pattern-lab-font {
margin-bottom: 30px; }
.pattern-lab-font__family {
font-size: 20px;
font-weight: 700;
margin-bottom: 5px;
text-align: center; }
@media (min-width: 50em) {
.pattern-lab-font__family {
text-align: left; } }
.pattern-lab-font__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 30px 0; }
@media (min-width: 50em) {
.pattern-lab-font__item {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
.pattern-lab-font__preview {
border-bottom: 2px solid #eee;
font-size: 18px;
font-style: normal;
font-weight: 400;
padding: 20px 0 20px 0;
text-align: center;
width: 100%; }
@media (min-width: 50em) {
.pattern-lab-font__preview {
border-bottom: none;
border-right: 2px solid #eee;
margin: 5px 30px 0 0;
padding: 0 20px 0 20px;
text-align: left;
width: 65%; } }
.pattern-lab-font__preview-character {
font-size: 90px;
font-weight: 400;
line-height: 1;
text-align: center;
width: 100%; }
@media (min-width: 50em) {
.pattern-lab-font__preview-character {
text-align: left;
width: 25%; } }
.pattern-lab-font__preview-meta {
text-align: center;
width: 100%; }
@media (min-width: 50em) {
.pattern-lab-font__preview-meta {
text-align: left; } }
.pattern-lab-font__label {
color: #999; }
.pattern-lab-font__name {
color: #565454;
font-size: .9rem;
line-height: 1.5;
margin: 5px 0; }
.pattern-lab-font__weight {
color: #000;
font-size: 13px;
margin-bottom: 5px; }
.pattern-lab-font__style {
color: #000;
font-size: 13px;
margin-bottom: 5px; }
/*# sourceMappingURL=pattern-lab.css.map */ | web/themes/gesso/css/pattern-lab.css | #sg-patterns {
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
max-width: 120em;
padding: 0 1em; }
#viewall-global-config,
#viewall-global-util,
#viewall-global-tools,
#viewall-base-fonts,
#viewall-base-normalize,
#viewall-base-extends,
#viewall-base-html-elements,
#viewall-layouts-constrain,
#viewall-components-cms-styles {
display: none; }
.sg-subtype h2 {
font-size: 24px;
margin: 3em 0 0.25em;
text-transform: capitalize; }
.sg-subtype a {
color: #666;
text-decoration: none; }
.sg-subtype a:hover, .sg-subtype a:focus {
color: #333; }
.pattern-lab-color-group {
color: #000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-family: sans-serif;
font-size: 14px;
margin-bottom: 50px; }
@media (min-width: 43.75em) {
@supports (display: grid) {
.pattern-lab-color-group {
display: grid;
grid-template-columns: 150px 1fr;
grid-template-rows: 150px 150px; } } }
.pattern-lab-color-group__base {
grid-column: 1;
grid-row: 1/-1; }
@media (min-width: 43.75em) {
@supports (display: grid) {
.pattern-lab-color-group__variant {
display: grid;
grid-template-columns: repeat(auto-fit, 125px); } } }
.pattern-lab-color-group__variant--light {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.pattern-lab-color-group__variant--dark {
color: #fff; }
.pattern-lab-color-swatch {
color: inherit;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 20px; }
.color-swatch__label--light {
color: #fff; }
.pattern-lab-radius-item {
color: #000;
font-family: sans-serif;
font-size: 0.875rem;
margin-bottom: 40px; }
.pattern-lab-radius-item__block {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #519cb0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 50px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 8px;
width: 50px; }
.pattern-lab-radius-item__name {
font-weight: 700; }
.pattern-lab-radius-item__value {
color: #fff; }
.pattern-lab-timing-group {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.pattern-lab-timing-item {
padding: 16px; }
.pattern-lab-timing-item:hover .pattern-lab-timing-item__indicator {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5); }
.pattern-lab-timing-item__indicator {
background-color: #519cb0;
border-radius: 50%;
height: 32px;
margin: 0 auto 16px;
-webkit-transition: -webkit-transform linear;
transition: -webkit-transform linear;
-o-transition: transform linear;
transition: transform linear;
transition: transform linear, -webkit-transform linear;
width: 32px; }
.pattern-lab-timing-item__label {
color: #000;
font-family: sans-serif;
font-size: 0.875rem;
text-align: center; }
.pattern-lab-timing-item__name {
font-weight: 700; }
.pattern-lab-spacing {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: sans-serif;
font-size: 0.875rem;
max-width: 600px;
padding: 20px; }
.pattern-lab-spacing__icon {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #519cb0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 10px;
min-width: 10px; }
.pattern-lab-spacing__info {
color: #fff; }
.pattern-lab-font {
margin-bottom: 30px; }
.pattern-lab-font__family {
font-size: 20px;
font-weight: 700;
margin-bottom: 5px;
text-align: center; }
@media (min-width: 50em) {
.pattern-lab-font__family {
text-align: left; } }
.pattern-lab-font__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 30px 0; }
@media (min-width: 50em) {
.pattern-lab-font__item {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
.pattern-lab-font__preview {
border-bottom: 2px solid #eee;
font-size: 18px;
font-style: normal;
font-weight: 400;
padding: 20px 0 20px 0;
text-align: center;
width: 100%; }
@media (min-width: 50em) {
.pattern-lab-font__preview {
border-bottom: none;
border-right: 2px solid #eee;
margin: 5px 30px 0 0;
padding: 0 20px 0 20px;
text-align: left;
width: 65%; } }
.pattern-lab-font__preview-character {
font-size: 90px;
font-weight: 400;
line-height: 1;
text-align: center;
width: 100%; }
@media (min-width: 50em) {
.pattern-lab-font__preview-character {
text-align: left;
width: 25%; } }
.pattern-lab-font__preview-meta {
text-align: center;
width: 100%; }
@media (min-width: 50em) {
.pattern-lab-font__preview-meta {
text-align: left; } }
.pattern-lab-font__label {
color: #999; }
.pattern-lab-font__name {
color: #565454;
font-size: .9rem;
line-height: 1.5;
margin: 5px 0; }
.pattern-lab-font__weight {
color: #000;
font-size: 13px;
margin-bottom: 5px; }
.pattern-lab-font__style {
color: #000;
font-size: 13px;
margin-bottom: 5px; }
/*# sourceMappingURL=pattern-lab.css.map */ | 0.278061 | 0.049843 |
body {
background: #ECEFF1;
color: rgba(0, 0, 0, 0.87);
font-family: Roboto, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
font-size: 50px;
}
iframe {
background: white;
}
#message {
background: white;
max-width: 900px;
margin: 150px auto 16px;
padding: 32px 24px;
border-radius: 3px;
}
#message h2 {
color: #ffa100;
font-weight: bold;
font-size: 50px;
margin: 0 0 8px;
}
#message h1 {
font-size: 60px;
font-weight: 300;
color: rgba(0, 0, 0, 0.6);
margin: 0 0 16px;
}
#message p {
line-height: 140%;
margin: 16px 0 24px;
font-size: 50px;
}
#message a {
display: block;
text-align: center;
background: #039be5;
text-transform: uppercase;
text-decoration: none;
color: white;
padding: 16px;
border-radius: 4px;
}
#message,
#message a {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#load {
color: rgba(0, 0, 0, 0.4);
text-align: center;
font-size: 50px;
}
.debug {
display: flex;
flex-direction: column;
/* Uncomment below to disable the debug overlay */
/* display: none !important; */
width: 200px;
position: absolute;
right: 8px;
top: 8px;
bottom: 8px;
}
.stats {
display: flex;
justify-content: flex-end;
}
.logs {
display: block;
flex: 1;
opacity: 0.8;
overflow-y: scroll;
text-align: right;
font-size: 12px;
}
.logs>p {
display: inline-block;
padding-top: 1px;
padding-bottom: 1px;
margin: 0px;
margin-top: 1px;
background: black;
max-width: 100%;
font-family: Arial, sans-serif;
color: white;
text-align: right;
overflow-wrap: break-word;
}
.logs>p.error {
color: red;
}
@media (max-width: 600px) {
body,
#message {
margin-top: 0;
background: white;
box-shadow: none;
}
body {
border-top: 16px solid #ffa100;
}
}
#linked {
background: white;
max-width: 560px;
margin: 150px auto 16px;
padding: 32px 24px;
border-radius: 3px;
display: none;
}
#linked h1 {
font-size: 60px;
font-weight: 300;
color: rgba(0, 0, 0, 0.6);
margin: 0 0 16px;
}
iframe {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
margin: 0;
padding: 0;
overflow: hidden;
z-index: 999999;
visibility: hidden;
} | public/css/canvas.css | body {
background: #ECEFF1;
color: rgba(0, 0, 0, 0.87);
font-family: Roboto, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
font-size: 50px;
}
iframe {
background: white;
}
#message {
background: white;
max-width: 900px;
margin: 150px auto 16px;
padding: 32px 24px;
border-radius: 3px;
}
#message h2 {
color: #ffa100;
font-weight: bold;
font-size: 50px;
margin: 0 0 8px;
}
#message h1 {
font-size: 60px;
font-weight: 300;
color: rgba(0, 0, 0, 0.6);
margin: 0 0 16px;
}
#message p {
line-height: 140%;
margin: 16px 0 24px;
font-size: 50px;
}
#message a {
display: block;
text-align: center;
background: #039be5;
text-transform: uppercase;
text-decoration: none;
color: white;
padding: 16px;
border-radius: 4px;
}
#message,
#message a {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#load {
color: rgba(0, 0, 0, 0.4);
text-align: center;
font-size: 50px;
}
.debug {
display: flex;
flex-direction: column;
/* Uncomment below to disable the debug overlay */
/* display: none !important; */
width: 200px;
position: absolute;
right: 8px;
top: 8px;
bottom: 8px;
}
.stats {
display: flex;
justify-content: flex-end;
}
.logs {
display: block;
flex: 1;
opacity: 0.8;
overflow-y: scroll;
text-align: right;
font-size: 12px;
}
.logs>p {
display: inline-block;
padding-top: 1px;
padding-bottom: 1px;
margin: 0px;
margin-top: 1px;
background: black;
max-width: 100%;
font-family: Arial, sans-serif;
color: white;
text-align: right;
overflow-wrap: break-word;
}
.logs>p.error {
color: red;
}
@media (max-width: 600px) {
body,
#message {
margin-top: 0;
background: white;
box-shadow: none;
}
body {
border-top: 16px solid #ffa100;
}
}
#linked {
background: white;
max-width: 560px;
margin: 150px auto 16px;
padding: 32px 24px;
border-radius: 3px;
display: none;
}
#linked h1 {
font-size: 60px;
font-weight: 300;
color: rgba(0, 0, 0, 0.6);
margin: 0 0 16px;
}
iframe {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
margin: 0;
padding: 0;
overflow: hidden;
z-index: 999999;
visibility: hidden;
} | 0.371707 | 0.088033 |
:root {
--button-color: #12308a;
--button-color-hover: #102669;
--header-line-color: #113294;
}
button:focus {
border: none;
outline: none;
}
.main-grid{
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: auto;
grid-auto-flow: row;
width: 100%;
background-color: #ffffff;
padding-top: 77.25px;
padding-bottom: 5rem;
}
.main-section1{
grid-column: 3 / 9;
grid-row: 1 / 1;
}
.main-section2{
grid-column: 3 / 9;
grid-row: 2 / 2;
margin-top: 2rem;
}
.enrolltable{
width: 100%;
margin-bottom: 1rem;
}
.countryCol{
width: 34%;
}
.startCol{
width: 13%;
}
.stopCol{
width: 13%;
}
.sfCol{
width: 20%;
}
.enrollCol{
width: 20%;
}
.xCol{
width: 5%;
}
.enrollmentInputDiv{
display:inline-block;
width: 20%;
}
.table-button{
background-color: var(--button-color);
border-radius: 5px;
border: none;
color: white;
text-align: center;
vertical-align: middle;
padding: 0.50em;
outline: none;
}
.table-button:hover{
background-color: var(--button-color-hover);
}
.loadingWheel{
display: block;
float: right;
margin-right: 15px;
border: 5px solid #d1d1d1; /* Light grey */
border-top: 5px solid #0300b3; /* Blue */
border-radius: 50%;
width: 45px;
height: 45px;
animation: spin 3s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.main-section3{
grid-column: 1 / 11;
grid-row: 3 / 3;
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: auto;
grid-auto-flow: row;
width: 100%;
margin-top: 5rem;
}
.dashboard-header{
grid-column: 3 / 9;
grid-row: 1 / 1;
align-self: start;
justify-self: start;
margin-bottom: 2rem;
width: 100%;
}
.dashboard-bans-header{
grid-column: 3 / 9;
grid-row: 2 / 2;
margin-bottom: 2rem;
}
.dashboard-bans{
grid-column: 3 / 9;
grid-row: 3 / 3;
align-self: start;
justify-self: center;
text-align: center;
margin-bottom: 2rem;
}
.bans-card{
display: inline-block;
margin-left: 20px;
margin-right: 20px;
}
.bans-card-data{
font-weight: bold;
font-size: 30px;
color: var(--header-line-color);
}
.dashboard-screeningPlot-container{
grid-column: 3 / 9;
grid-row: 4 / 4;
margin-bottom: 2rem;
}
.dashboard-enrollPlot-container{
grid-column: 3 / 9;
grid-row: 5 / 5;
margin-bottom: 2rem;
}
.dashboard-countryScreenPlot{
grid-column: 3 / 6;
grid-row: 6 / 6;
margin-bottom: 2rem;
min-height: 40vh;
}
.dashboard-countryScreenFailPlot{
grid-column: 6 / 9;
grid-row: 6 / 6;
margin-bottom: 2rem;
min-height: 40vh;
}
.dashboard-countryEnrollPlot{
grid-column: 3 / 6;
grid-row: 7 / 7;
margin-bottom: 2rem;
min-height: 40vh;
}
.dashboard-countryEnrollRatePlot{
grid-column: 6 / 9;
grid-row: 7 / 7;
margin-bottom: 2rem;
min-height: 40vh;
}
.topButton{
grid-column: 8 / 9;
grid-row: 8 / 8;
justify-self: center;
align-self: end;
border-style: none;
border-radius: 20px;
padding: 1rem;
box-shadow: 3px 3px 6px #b9b9b9;
transition: transform ease 250ms;
cursor: pointer;
}
.topButton:hover{
transform: scale(1.1);
}
.downloadButton{
grid-column: 3 / 5;
grid-row: 8 / 8;
justify-self: start;
align-self: end;
}
.tableCell{
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
.error {
color: rgb(184, 0, 0);
font-weight: bold;
}
.hidden{
display: none;
}
.enrollmentfield{
width: 100%;
}
/* Select-Pure Autocomplete & Multi-Select CSS */
.select-wrapper {
margin: 150px auto;
max-width: 600px;
width: calc(100% - 40px);
}
.select-pure__select {
align-items: center;
background: #FFFFFF;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
box-sizing: border-box;
color: #363b3e;
cursor: pointer;
display: flex;
font-size: 16px;
font-weight: 400;
justify-content: left;
min-height: 35px;
padding: 5px 10px;
position: relative;
transition: 0.2s;
width: 100%;
}
.select-pure__options {
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
box-sizing: border-box;
color: #363b3e;
display: none;
left: 0;
max-height: 221px;
overflow-y: scroll;
position: absolute;
top: 32px;
width: 100%;
z-index: 5;
}
.select-pure__select--opened .select-pure__options {
display: block;
}
.select-pure__option {
background: #fff;
border-bottom: 1px solid #e4e4e4;
box-sizing: border-box;
height: auto;
line-height: 25px;
padding: 10px;
}
.select-pure__option--selected {
color: #e4e4e4;
cursor: initial;
pointer-events: none;
}
.select-pure__option--hidden {
display: none;
}
.select-pure__selected-label {
background: #5e6264;
border-radius: 4px;
color: #fff;
cursor: initial;
display: inline-block;
margin: 5px 10px 5px 0;
padding: 3px 7px;
}
.select-pure__selected-label:last-of-type {
margin-right: 0;
}
.select-pure__selected-label i {
cursor: pointer;
display: inline-block;
margin-left: 7px;
}
.select-pure__selected-label i:hover {
color: #e4e4e4;
}
.select-pure__autocomplete {
background: #f9f9f8;
border-bottom: 1px solid #e4e4e4;
border-left: none;
border-right: none;
border-top: none;
box-sizing: border-box;
font-size: 16px;
outline: none;
padding: 10px;
width: 100%;
}
@media screen and (max-width: 480px) {
.main-grid{
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: auto;
grid-auto-flow: row;
width: 100%;
background-color: #ffffff;
padding-top: 77.25px;
padding-bottom: 2rem;
}
.main-section1{
grid-column: 1 / 11;
grid-row: 1 / 1;
padding: 1rem;
}
.main-section2{
grid-column: 1 / 11;
grid-row: 2 / 2;
margin-top: 1rem;
padding: 1rem;
font-size: 12px;
}
.enrolltable{
width: 100%;
margin-bottom: 1rem;
}
.enrollmentInputDiv{
display:inline-block;
width: 40%;
}
.autocomplete-select{
width: 50px;
}
.country{
width: 50px;
}
.startdate{
width: 70px;
}
.enddate{
width: 70px;
}
.sfrate{
width: 50px;
}
.enrollmentrate{
width: 50px;
}
.xCol{
width: 5px;
}
.table-button{
background-color: var(--button-color);
border-radius: 5px;
border: none;
color: white;
text-align: center;
vertical-align: middle;
padding: 0.50em;
outline: none;
}
.table-button:hover{
background-color: var(--button-color-hover);
}
.loadingWheel{
border: 5px solid #d1d1d1; /* Light grey */
border-top: 5px solid #0300b3; /* Blue */
width: 30px;
height: 30px;
}
.main-section3{
grid-column: 1 / 11;
grid-row: 3 / 3;
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: auto;
grid-auto-flow: row;
width: 100%;
margin-top: 1rem;
padding: 1rem;
}
.dashboard-header{
grid-column: 1 / 11;
grid-row: 1 / 1;
align-self: start;
justify-self: start;
margin-bottom: 0rem;
}
.dashboard-header h2{
font-size: 24px;
}
.dashboard-bans-header{
grid-column: 1 / 11;
grid-row: 2 / 2;
margin-bottom: 2rem;
}
.dashboard-bans{
grid-column: 1 / 11;
grid-row: 3 / 3;
align-self: start;
justify-self: center;
text-align: center;
margin-bottom: 2rem;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
row-gap: 1rem;
column-gap: 2rem;
}
.bans-card{
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: none;
}
.startCard{
grid-column: 1 / 2;
grid-row: 1 / 1;
justify-self: center;
align-self: center;
}
.stopCard{
grid-column: 2 / 3;
grid-row: 1 / 1;
justify-self: center;
align-self: center;
}
.sfCard{
grid-column: 1 / 2;
grid-row: 2 / 2;
justify-self: center;
align-self: center;
}
.screenedCard{
grid-column: 2 / 3;
grid-row: 2 / 2;
justify-self: center;
align-self: center;
}
.enrolledCard{
grid-column: 1 / 2;
grid-row: 3 / 3;
justify-self: center;
align-self: center;
}
.enrollRateCard{
grid-column: 2 / 3;
grid-row: 3 / 3;
justify-self: center;
align-self: center;
}
.bans-card-data{
font-weight: bold;
font-size: 20px;
color: var(--header-line-color);
}
.dashboard-screeningPlot-container{
grid-column: 1 / 11;
grid-row: 4 / 4;
margin-bottom: 2rem;
}
.dashboard-enrollPlot-container{
grid-column: 1 / 11;
grid-row: 5 / 5;
margin-bottom: 2rem;
}
.dashboard-countryScreenPlot{
grid-column: 1 / 11;
grid-row: 6 / 6;
margin-bottom: 2rem;
min-height: 40vh;
}
.dashboard-countryScreenFailPlot{
grid-column: 1 / 11;
grid-row: 7 / 7;
margin-bottom: 2rem;
min-height: 40vh;
}
.dashboard-countryEnrollPlot{
grid-column: 1 / 11;
grid-row: 8 / 8;
margin-bottom: 2rem;
min-height: 40vh;
}
.dashboard-countryEnrollRatePlot{
grid-column: 1 / 11;
grid-row: 9 / 9;
margin-bottom: 2rem;
min-height: 40vh;
}
.tableCell{
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
.error {
color: rgb(184, 0, 0);
}
.hidden{
display: none;
}
.topButton{
grid-column: 8 / 11;
grid-row: 10 / 10;
justify-self: center;
align-self: center;
}
.downloadButton{
grid-column: 1 / 5;
grid-row: 10 / 10;
justify-self: start;
align-self: center;
}
.enrollmentfield{
width: 100%;
}
.select-pure__select {
font-size: 12px;
font-weight: 400;
}
} | static/enrollforecast.css | :root {
--button-color: #12308a;
--button-color-hover: #102669;
--header-line-color: #113294;
}
button:focus {
border: none;
outline: none;
}
.main-grid{
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: auto;
grid-auto-flow: row;
width: 100%;
background-color: #ffffff;
padding-top: 77.25px;
padding-bottom: 5rem;
}
.main-section1{
grid-column: 3 / 9;
grid-row: 1 / 1;
}
.main-section2{
grid-column: 3 / 9;
grid-row: 2 / 2;
margin-top: 2rem;
}
.enrolltable{
width: 100%;
margin-bottom: 1rem;
}
.countryCol{
width: 34%;
}
.startCol{
width: 13%;
}
.stopCol{
width: 13%;
}
.sfCol{
width: 20%;
}
.enrollCol{
width: 20%;
}
.xCol{
width: 5%;
}
.enrollmentInputDiv{
display:inline-block;
width: 20%;
}
.table-button{
background-color: var(--button-color);
border-radius: 5px;
border: none;
color: white;
text-align: center;
vertical-align: middle;
padding: 0.50em;
outline: none;
}
.table-button:hover{
background-color: var(--button-color-hover);
}
.loadingWheel{
display: block;
float: right;
margin-right: 15px;
border: 5px solid #d1d1d1; /* Light grey */
border-top: 5px solid #0300b3; /* Blue */
border-radius: 50%;
width: 45px;
height: 45px;
animation: spin 3s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.main-section3{
grid-column: 1 / 11;
grid-row: 3 / 3;
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: auto;
grid-auto-flow: row;
width: 100%;
margin-top: 5rem;
}
.dashboard-header{
grid-column: 3 / 9;
grid-row: 1 / 1;
align-self: start;
justify-self: start;
margin-bottom: 2rem;
width: 100%;
}
.dashboard-bans-header{
grid-column: 3 / 9;
grid-row: 2 / 2;
margin-bottom: 2rem;
}
.dashboard-bans{
grid-column: 3 / 9;
grid-row: 3 / 3;
align-self: start;
justify-self: center;
text-align: center;
margin-bottom: 2rem;
}
.bans-card{
display: inline-block;
margin-left: 20px;
margin-right: 20px;
}
.bans-card-data{
font-weight: bold;
font-size: 30px;
color: var(--header-line-color);
}
.dashboard-screeningPlot-container{
grid-column: 3 / 9;
grid-row: 4 / 4;
margin-bottom: 2rem;
}
.dashboard-enrollPlot-container{
grid-column: 3 / 9;
grid-row: 5 / 5;
margin-bottom: 2rem;
}
.dashboard-countryScreenPlot{
grid-column: 3 / 6;
grid-row: 6 / 6;
margin-bottom: 2rem;
min-height: 40vh;
}
.dashboard-countryScreenFailPlot{
grid-column: 6 / 9;
grid-row: 6 / 6;
margin-bottom: 2rem;
min-height: 40vh;
}
.dashboard-countryEnrollPlot{
grid-column: 3 / 6;
grid-row: 7 / 7;
margin-bottom: 2rem;
min-height: 40vh;
}
.dashboard-countryEnrollRatePlot{
grid-column: 6 / 9;
grid-row: 7 / 7;
margin-bottom: 2rem;
min-height: 40vh;
}
.topButton{
grid-column: 8 / 9;
grid-row: 8 / 8;
justify-self: center;
align-self: end;
border-style: none;
border-radius: 20px;
padding: 1rem;
box-shadow: 3px 3px 6px #b9b9b9;
transition: transform ease 250ms;
cursor: pointer;
}
.topButton:hover{
transform: scale(1.1);
}
.downloadButton{
grid-column: 3 / 5;
grid-row: 8 / 8;
justify-self: start;
align-self: end;
}
.tableCell{
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
.error {
color: rgb(184, 0, 0);
font-weight: bold;
}
.hidden{
display: none;
}
.enrollmentfield{
width: 100%;
}
/* Select-Pure Autocomplete & Multi-Select CSS */
.select-wrapper {
margin: 150px auto;
max-width: 600px;
width: calc(100% - 40px);
}
.select-pure__select {
align-items: center;
background: #FFFFFF;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
box-sizing: border-box;
color: #363b3e;
cursor: pointer;
display: flex;
font-size: 16px;
font-weight: 400;
justify-content: left;
min-height: 35px;
padding: 5px 10px;
position: relative;
transition: 0.2s;
width: 100%;
}
.select-pure__options {
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
box-sizing: border-box;
color: #363b3e;
display: none;
left: 0;
max-height: 221px;
overflow-y: scroll;
position: absolute;
top: 32px;
width: 100%;
z-index: 5;
}
.select-pure__select--opened .select-pure__options {
display: block;
}
.select-pure__option {
background: #fff;
border-bottom: 1px solid #e4e4e4;
box-sizing: border-box;
height: auto;
line-height: 25px;
padding: 10px;
}
.select-pure__option--selected {
color: #e4e4e4;
cursor: initial;
pointer-events: none;
}
.select-pure__option--hidden {
display: none;
}
.select-pure__selected-label {
background: #5e6264;
border-radius: 4px;
color: #fff;
cursor: initial;
display: inline-block;
margin: 5px 10px 5px 0;
padding: 3px 7px;
}
.select-pure__selected-label:last-of-type {
margin-right: 0;
}
.select-pure__selected-label i {
cursor: pointer;
display: inline-block;
margin-left: 7px;
}
.select-pure__selected-label i:hover {
color: #e4e4e4;
}
.select-pure__autocomplete {
background: #f9f9f8;
border-bottom: 1px solid #e4e4e4;
border-left: none;
border-right: none;
border-top: none;
box-sizing: border-box;
font-size: 16px;
outline: none;
padding: 10px;
width: 100%;
}
@media screen and (max-width: 480px) {
.main-grid{
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: auto;
grid-auto-flow: row;
width: 100%;
background-color: #ffffff;
padding-top: 77.25px;
padding-bottom: 2rem;
}
.main-section1{
grid-column: 1 / 11;
grid-row: 1 / 1;
padding: 1rem;
}
.main-section2{
grid-column: 1 / 11;
grid-row: 2 / 2;
margin-top: 1rem;
padding: 1rem;
font-size: 12px;
}
.enrolltable{
width: 100%;
margin-bottom: 1rem;
}
.enrollmentInputDiv{
display:inline-block;
width: 40%;
}
.autocomplete-select{
width: 50px;
}
.country{
width: 50px;
}
.startdate{
width: 70px;
}
.enddate{
width: 70px;
}
.sfrate{
width: 50px;
}
.enrollmentrate{
width: 50px;
}
.xCol{
width: 5px;
}
.table-button{
background-color: var(--button-color);
border-radius: 5px;
border: none;
color: white;
text-align: center;
vertical-align: middle;
padding: 0.50em;
outline: none;
}
.table-button:hover{
background-color: var(--button-color-hover);
}
.loadingWheel{
border: 5px solid #d1d1d1; /* Light grey */
border-top: 5px solid #0300b3; /* Blue */
width: 30px;
height: 30px;
}
.main-section3{
grid-column: 1 / 11;
grid-row: 3 / 3;
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: auto;
grid-auto-flow: row;
width: 100%;
margin-top: 1rem;
padding: 1rem;
}
.dashboard-header{
grid-column: 1 / 11;
grid-row: 1 / 1;
align-self: start;
justify-self: start;
margin-bottom: 0rem;
}
.dashboard-header h2{
font-size: 24px;
}
.dashboard-bans-header{
grid-column: 1 / 11;
grid-row: 2 / 2;
margin-bottom: 2rem;
}
.dashboard-bans{
grid-column: 1 / 11;
grid-row: 3 / 3;
align-self: start;
justify-self: center;
text-align: center;
margin-bottom: 2rem;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
row-gap: 1rem;
column-gap: 2rem;
}
.bans-card{
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: none;
}
.startCard{
grid-column: 1 / 2;
grid-row: 1 / 1;
justify-self: center;
align-self: center;
}
.stopCard{
grid-column: 2 / 3;
grid-row: 1 / 1;
justify-self: center;
align-self: center;
}
.sfCard{
grid-column: 1 / 2;
grid-row: 2 / 2;
justify-self: center;
align-self: center;
}
.screenedCard{
grid-column: 2 / 3;
grid-row: 2 / 2;
justify-self: center;
align-self: center;
}
.enrolledCard{
grid-column: 1 / 2;
grid-row: 3 / 3;
justify-self: center;
align-self: center;
}
.enrollRateCard{
grid-column: 2 / 3;
grid-row: 3 / 3;
justify-self: center;
align-self: center;
}
.bans-card-data{
font-weight: bold;
font-size: 20px;
color: var(--header-line-color);
}
.dashboard-screeningPlot-container{
grid-column: 1 / 11;
grid-row: 4 / 4;
margin-bottom: 2rem;
}
.dashboard-enrollPlot-container{
grid-column: 1 / 11;
grid-row: 5 / 5;
margin-bottom: 2rem;
}
.dashboard-countryScreenPlot{
grid-column: 1 / 11;
grid-row: 6 / 6;
margin-bottom: 2rem;
min-height: 40vh;
}
.dashboard-countryScreenFailPlot{
grid-column: 1 / 11;
grid-row: 7 / 7;
margin-bottom: 2rem;
min-height: 40vh;
}
.dashboard-countryEnrollPlot{
grid-column: 1 / 11;
grid-row: 8 / 8;
margin-bottom: 2rem;
min-height: 40vh;
}
.dashboard-countryEnrollRatePlot{
grid-column: 1 / 11;
grid-row: 9 / 9;
margin-bottom: 2rem;
min-height: 40vh;
}
.tableCell{
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
.error {
color: rgb(184, 0, 0);
}
.hidden{
display: none;
}
.topButton{
grid-column: 8 / 11;
grid-row: 10 / 10;
justify-self: center;
align-self: center;
}
.downloadButton{
grid-column: 1 / 5;
grid-row: 10 / 10;
justify-self: start;
align-self: center;
}
.enrollmentfield{
width: 100%;
}
.select-pure__select {
font-size: 12px;
font-weight: 400;
}
} | 0.489015 | 0.097777 |
/** Styles for the theme: Base */
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect {
background-color: rgba(255, 255, 255, 0.5);
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-template {
position: relative;
width: 100%;
height: 95px;
padding: 5px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table {
display: table;
border-collapse: separate;
border-spacing: 5px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1 {
position: relative;
width: 100%;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-2 {
position: relative;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-row {
position: relative;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1-row-1 {
display: table-row;
height: 35px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-cell {
position: relative;
display: table-cell;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1-cell {
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1-row-1-cell-1 {
vertical-align: middle;
background: #4794da;
padding-left: 3px;
padding-right: 3px;
color: white;
box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.02), inset 0px 0px 3px 2px rgba(0,0,0,0.3);
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1-row-1-cell-1-active {
background: #52e159;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1-row-1-cell-2 {
width: 75px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1-row-1-cell-3 {
width: 75px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-container {
position: relative;
background-color: #fff;
margin: 5px;
height: 35px;
overflow: hidden;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-container-shadow-overlay {
box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.02), inset 0px 0px 3px 2px rgba(0,0,0,0.3);
pointer-events: none;
height: 35px;
margin: 5px;
position: relative;
top: -40px;
left: 0px;
right: 0px;
bottom: 0px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-scroll-container {
margin-right: -23px;
height: calc(100% + 75px);
overflow: hidden;
overflow-x: scroll;
display: flex;
flex-flow: row;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list {
list-style: none;
display: inline-block;
height: 35px;
margin: 0px;
margin-left:3px;
padding: 3px 1px 3px 1px;
flex-shrink: 0;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li {
float: left;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a {
color: #4794da;
display: inline-block;
background: #d7d7d9;
text-decoration: none;
position: relative;
height: 30px;
line-height: 30px;
padding: 0px 30px 0px 0px;
text-align: center;
margin-right: 23px;
background-image: url('Images/folder.svg');
background-repeat: no-repeat;
background-size: 30px;
background-position: right center;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:nth-child(even) a {
background-color: #d7d7d9;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:nth-child(even) a:before {
border-color: #d7d7d9;
border-left-color: transparent;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:nth-child(even) a:after {
border-left-color: #d7d7d9;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:first-child a {
padding-left: 15px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px;
border-radius: 4px 0 0 4px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:first-child a:before {
border: none;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:last-child a {
padding-right: 30px;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0;
border-radius: 0 4px 4px 0;
background-color: #4794da;
background-image: url('Images/folder_active.svg');
color: #fff;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:last-child a:after {
border: none;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:before, .TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:after {
content: "";
position: absolute;
top: 0;
border: 0 solid #d7d7d9;
border-width: 15px 10px;
width: 0;
height: 0;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:last-child a:before {
border-color: #4794da;
border-left-color: transparent;
color: #fff;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:before {
left: -20px;
border-left-color: transparent;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:after {
left: 100%;
border-color: transparent;
border-left-color: #d7d7d9;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:hover {
background-color: #4794da;
background-image: url('Images/folder_active.svg');
color: #fff;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:hover:before {
border-color: #4794da;
border-left-color: transparent;
color: #fff;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:hover:after {
border-left-color: #4794da;
color: #fff;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:active {
background-color: #d7d7d9;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:active:before {
border-color: #d7d7d9;
border-left-color: transparent;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:active:after {
border-left-color: #d7d7d9;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection {
width: 60%;
height: 60%;
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.6);
background: #ffffff;
padding: 10px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection > h1 {
font-size: 18px;
font-weight: normal;
color: #4C6374;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_list {
overflow: auto;
height: calc(100% - 83px); /* 48px Selection Area, 35px Button Area*/
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_item {
height: 35px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_list ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_list li {
display: block;
background-color: #ededed;
color: #000;
padding: 3px 55px;
padding-right: 3px;
text-decoration: none;
margin-bottom: 3px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_list li:hover {
background-color: #4794da;
color: #fff;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_item_folder {
background-image: url('Images/folder.svg');
background-repeat: no-repeat;
background-size: 60px;
background-position: 0px -10px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_item_folder:hover {
background-image: url('Images/folder_active.svg');
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_item_recipe {
background-image: url('Images/recipe.svg');
background-repeat: no-repeat;
background-size: 55px;
background-position: 3px -7px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_item_recipe:hover {
background-image: url('Images/recipe_active.svg');
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_list li.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selected {
color: #fff;
background-color: #4794da;
background-image: url('Images/recipe_active.svg');
} | TcHmi_AdvancedTextbox/.hmipkgs/Beckhoff.TwinCAT.HMI.Controls/TcHmiRecipeSelect/Themes/Base/Style.css | /** Styles for the theme: Base */
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect {
background-color: rgba(255, 255, 255, 0.5);
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-template {
position: relative;
width: 100%;
height: 95px;
padding: 5px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table {
display: table;
border-collapse: separate;
border-spacing: 5px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1 {
position: relative;
width: 100%;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-2 {
position: relative;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-row {
position: relative;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1-row-1 {
display: table-row;
height: 35px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-cell {
position: relative;
display: table-cell;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1-cell {
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1-row-1-cell-1 {
vertical-align: middle;
background: #4794da;
padding-left: 3px;
padding-right: 3px;
color: white;
box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.02), inset 0px 0px 3px 2px rgba(0,0,0,0.3);
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1-row-1-cell-1-active {
background: #52e159;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1-row-1-cell-2 {
width: 75px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table-1-row-1-cell-3 {
width: 75px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-container {
position: relative;
background-color: #fff;
margin: 5px;
height: 35px;
overflow: hidden;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-container-shadow-overlay {
box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.02), inset 0px 0px 3px 2px rgba(0,0,0,0.3);
pointer-events: none;
height: 35px;
margin: 5px;
position: relative;
top: -40px;
left: 0px;
right: 0px;
bottom: 0px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-scroll-container {
margin-right: -23px;
height: calc(100% + 75px);
overflow: hidden;
overflow-x: scroll;
display: flex;
flex-flow: row;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list {
list-style: none;
display: inline-block;
height: 35px;
margin: 0px;
margin-left:3px;
padding: 3px 1px 3px 1px;
flex-shrink: 0;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li {
float: left;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a {
color: #4794da;
display: inline-block;
background: #d7d7d9;
text-decoration: none;
position: relative;
height: 30px;
line-height: 30px;
padding: 0px 30px 0px 0px;
text-align: center;
margin-right: 23px;
background-image: url('Images/folder.svg');
background-repeat: no-repeat;
background-size: 30px;
background-position: right center;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:nth-child(even) a {
background-color: #d7d7d9;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:nth-child(even) a:before {
border-color: #d7d7d9;
border-left-color: transparent;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:nth-child(even) a:after {
border-left-color: #d7d7d9;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:first-child a {
padding-left: 15px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px;
border-radius: 4px 0 0 4px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:first-child a:before {
border: none;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:last-child a {
padding-right: 30px;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0;
border-radius: 0 4px 4px 0;
background-color: #4794da;
background-image: url('Images/folder_active.svg');
color: #fff;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:last-child a:after {
border: none;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:before, .TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:after {
content: "";
position: absolute;
top: 0;
border: 0 solid #d7d7d9;
border-width: 15px 10px;
width: 0;
height: 0;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li:last-child a:before {
border-color: #4794da;
border-left-color: transparent;
color: #fff;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:before {
left: -20px;
border-left-color: transparent;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:after {
left: 100%;
border-color: transparent;
border-left-color: #d7d7d9;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:hover {
background-color: #4794da;
background-image: url('Images/folder_active.svg');
color: #fff;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:hover:before {
border-color: #4794da;
border-left-color: transparent;
color: #fff;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:hover:after {
border-left-color: #4794da;
color: #fff;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:active {
background-color: #d7d7d9;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:active:before {
border-color: #d7d7d9;
border-left-color: transparent;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-breadcrumb-list li a:active:after {
border-left-color: #d7d7d9;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection {
width: 60%;
height: 60%;
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.6);
background: #ffffff;
padding: 10px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection > h1 {
font-size: 18px;
font-weight: normal;
color: #4C6374;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_list {
overflow: auto;
height: calc(100% - 83px); /* 48px Selection Area, 35px Button Area*/
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_item {
height: 35px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_list ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_list li {
display: block;
background-color: #ededed;
color: #000;
padding: 3px 55px;
padding-right: 3px;
text-decoration: none;
margin-bottom: 3px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_list li:hover {
background-color: #4794da;
color: #fff;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_item_folder {
background-image: url('Images/folder.svg');
background-repeat: no-repeat;
background-size: 60px;
background-position: 0px -10px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_item_folder:hover {
background-image: url('Images/folder_active.svg');
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_item_recipe {
background-image: url('Images/recipe.svg');
background-repeat: no-repeat;
background-size: 55px;
background-position: 3px -7px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_item_recipe:hover {
background-image: url('Images/recipe_active.svg');
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selection_list li.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect_topmost_selected {
color: #fff;
background-color: #4794da;
background-image: url('Images/recipe_active.svg');
} | 0.596551 | 0.064594 |
.graph_Graph .graphVertex > .subgraph .title rect {
fill: #dcf1ff;
border-bottom-width:0px;
}
.graph_Graph .graphVertex > .subgraph .title text {
fill: black;
}
.graph_Graph .graphVertex > .subgraph rect {
fill: none;
}
.graph_Graph .graphVertex > .subgraph.selected rect {
stroke:red !important;
}
.graph_Graph .graphVertex .graph_Vertex.selected .common_Shape {
stroke:red !important;
}
.graph_Graph .common_Surface .common_Menu {
visibility: hidden;
}
.p-MenuBar {
padding-left: 5px;
background: #FAFAFA;
color: rgba(0, 0, 0, 0.87);
border-bottom: 1px solid #DDDDDD;
font: 13px Helvetica, Arial, sans-serif;
}
.p-MenuBar-menu {
transform: translateY(-1px);
}
.p-MenuBar-item {
padding: 4px 8px;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}
.p-MenuBar-item.p-mod-active {
background: #E5E5E5;
}
.p-MenuBar.p-mod-active .p-MenuBar-item.p-mod-active {
z-index: 10001;
background: white;
border-left: 1px solid #C0C0C0;
border-right: 1px solid #C0C0C0;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.p-Menu {
padding: 3px 0px;
background: white;
color: rgba(0, 0, 0, 0.87);
border: 1px solid #C0C0C0;
font: 12px Helvetica, Arial, sans-serif;
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.p-Menu-item.p-mod-active {
background: #E5E5E5;
}
.p-Menu-item.p-mod-disabled {
color: rgba(0, 0, 0, 0.25);
}
.p-Menu-itemIcon {
width: 21px;
padding: 4px 2px;
}
.p-Menu-itemLabel {
padding: 4px 35px 4px 2px;
}
.p-Menu-itemMnemonic {
text-decoration: underline;
}
.p-Menu-itemShortcut {
padding: 4px 0px;
}
.p-Menu-itemSubmenuIcon {
width: 16px;
padding: 4px 0px;
}
.p-Menu-item[data-type='separator'] > div {
padding: 0;
height: 9px;
}
.p-Menu-item[data-type='separator'] > div::after {
content: '';
display: block;
position: relative;
top: 4px;
border-top: 1px solid #DDDDDD;
}
.p-Menu-itemIcon::before,
.p-Menu-itemSubmenuIcon::before {
font-family: FontAwesome;
}
.p-Menu-item.p-mod-toggled > .p-Menu-itemIcon::before {
content: '\f00c';
}
.p-Menu-item[data-type='submenu'] > .p-Menu-itemSubmenuIcon::before {
content: '\f0da';
}
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
.p-CommandPalette {
font-family: sans-serif;
background: #F5F5F5;
}
.p-CommandPalette-search {
padding: 8px;
}
.p-CommandPalette-wrapper {
padding: 4px 6px;
background: white;
border: 1px solid #E0E0E0;
}
.p-CommandPalette-input {
width: 100%;
border: none;
outline: none;
font-size: 16px;
}
.p-CommandPalette-header {
padding: 4px;
color: #757575;
font-size: 12px;
font-weight: 600;
background: #E1E1E1;
cursor: pointer;
}
.p-CommandPalette-header:hover::before {
content: '\2026'; /* ellipsis */
float: right;
margin-right: 4px;
}
.p-CommandPalette-header > mark {
background-color: transparent;
font-weight: bold;
}
.p-CommandPalette-item {
padding: 4px 8px;
color: #757575;
font-size: 13px;
font-weight: 500;
}
.p-CommandPalette-emptyMessage {
padding: 4px;
color: #757575;
font-size: 12px;
font-weight: 600;
text-align: center;
}
.p-CommandPalette-item.p-mod-disabled {
color: rgba(0, 0, 0, 0.25);
}
.p-CommandPalette-item.p-mod-active {
background: #7FDBFF;
}
.p-CommandPalette-item:hover:not(.p-mod-active):not(.p-mod-disabled) {
background: #E5E5E5;
}
.p-CommandPalette-itemLabel > mark {
background-color: transparent;
font-weight: bold;
}
.p-CommandPalette-item.p-mod-disabled mark {
color: rgba(0, 0, 0, 0.4);
}
.p-CommandPalette-itemCaption {
color: #9E9E9E;
font-size: 11px;
font-weight: 400;
} | packages/marshaller/src/dashy.css | .graph_Graph .graphVertex > .subgraph .title rect {
fill: #dcf1ff;
border-bottom-width:0px;
}
.graph_Graph .graphVertex > .subgraph .title text {
fill: black;
}
.graph_Graph .graphVertex > .subgraph rect {
fill: none;
}
.graph_Graph .graphVertex > .subgraph.selected rect {
stroke:red !important;
}
.graph_Graph .graphVertex .graph_Vertex.selected .common_Shape {
stroke:red !important;
}
.graph_Graph .common_Surface .common_Menu {
visibility: hidden;
}
.p-MenuBar {
padding-left: 5px;
background: #FAFAFA;
color: rgba(0, 0, 0, 0.87);
border-bottom: 1px solid #DDDDDD;
font: 13px Helvetica, Arial, sans-serif;
}
.p-MenuBar-menu {
transform: translateY(-1px);
}
.p-MenuBar-item {
padding: 4px 8px;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}
.p-MenuBar-item.p-mod-active {
background: #E5E5E5;
}
.p-MenuBar.p-mod-active .p-MenuBar-item.p-mod-active {
z-index: 10001;
background: white;
border-left: 1px solid #C0C0C0;
border-right: 1px solid #C0C0C0;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.p-Menu {
padding: 3px 0px;
background: white;
color: rgba(0, 0, 0, 0.87);
border: 1px solid #C0C0C0;
font: 12px Helvetica, Arial, sans-serif;
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.p-Menu-item.p-mod-active {
background: #E5E5E5;
}
.p-Menu-item.p-mod-disabled {
color: rgba(0, 0, 0, 0.25);
}
.p-Menu-itemIcon {
width: 21px;
padding: 4px 2px;
}
.p-Menu-itemLabel {
padding: 4px 35px 4px 2px;
}
.p-Menu-itemMnemonic {
text-decoration: underline;
}
.p-Menu-itemShortcut {
padding: 4px 0px;
}
.p-Menu-itemSubmenuIcon {
width: 16px;
padding: 4px 0px;
}
.p-Menu-item[data-type='separator'] > div {
padding: 0;
height: 9px;
}
.p-Menu-item[data-type='separator'] > div::after {
content: '';
display: block;
position: relative;
top: 4px;
border-top: 1px solid #DDDDDD;
}
.p-Menu-itemIcon::before,
.p-Menu-itemSubmenuIcon::before {
font-family: FontAwesome;
}
.p-Menu-item.p-mod-toggled > .p-Menu-itemIcon::before {
content: '\f00c';
}
.p-Menu-item[data-type='submenu'] > .p-Menu-itemSubmenuIcon::before {
content: '\f0da';
}
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
.p-CommandPalette {
font-family: sans-serif;
background: #F5F5F5;
}
.p-CommandPalette-search {
padding: 8px;
}
.p-CommandPalette-wrapper {
padding: 4px 6px;
background: white;
border: 1px solid #E0E0E0;
}
.p-CommandPalette-input {
width: 100%;
border: none;
outline: none;
font-size: 16px;
}
.p-CommandPalette-header {
padding: 4px;
color: #757575;
font-size: 12px;
font-weight: 600;
background: #E1E1E1;
cursor: pointer;
}
.p-CommandPalette-header:hover::before {
content: '\2026'; /* ellipsis */
float: right;
margin-right: 4px;
}
.p-CommandPalette-header > mark {
background-color: transparent;
font-weight: bold;
}
.p-CommandPalette-item {
padding: 4px 8px;
color: #757575;
font-size: 13px;
font-weight: 500;
}
.p-CommandPalette-emptyMessage {
padding: 4px;
color: #757575;
font-size: 12px;
font-weight: 600;
text-align: center;
}
.p-CommandPalette-item.p-mod-disabled {
color: rgba(0, 0, 0, 0.25);
}
.p-CommandPalette-item.p-mod-active {
background: #7FDBFF;
}
.p-CommandPalette-item:hover:not(.p-mod-active):not(.p-mod-disabled) {
background: #E5E5E5;
}
.p-CommandPalette-itemLabel > mark {
background-color: transparent;
font-weight: bold;
}
.p-CommandPalette-item.p-mod-disabled mark {
color: rgba(0, 0, 0, 0.4);
}
.p-CommandPalette-itemCaption {
color: #9E9E9E;
font-size: 11px;
font-weight: 400;
} | 0.551815 | 0.087681 |
body {font-family: Arial;}
input[type=text], input[type=password], select, textarea {
width: 90%;
padding: 12px;
border: 2px solid silver;
border-radius: 4px;
resize: vertical;
font-size: 16px;
}
label {
padding: 12px 12px 12px 0;
display: inline-block;
}
.cert-area {
border-radius: 10px;
background-color: #f2f2f2;
padding: 20px;
}
.cert-item {
float: left;
width: 15%;
margin-top: 6px;
}
.cert-input {
float: right;
width: 85%;
margin-top: 6px;
}
.row:after {
content: "";
display: table;
clear: both;
}
.tab {
background-color: gray;
}
.tab button {
background-color: inherit;
border: 2px solid transparent;
outline: none;
cursor: pointer;
padding: 10px 10px;
font-weight: bold;
color: white;
font-size: 18px
}
.tab button:hover {
background-color: gainsboro;
border: 2px solid darkgray;
color: black;
border-radius: 8px
}
.tab button.active {
background-color: skyblue;
border: 2px solid transparent;
border-radius: 7px;
color: black;
}
.tabcontent {
overflow: hidden;
display: none;
/*padding: 10px 0px;*/
border: 1px solid silver;
border-top: none;
}
.tabcontent h3 {
padding: 0px 10px;
}
label.checkbox {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 16px;
user-select: none;
}
label.checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
label.checkbox span.checkmark {
position: absolute;
top: 5px;
left: 0;
height: 25px;
width: 25px;
background-color: white;
border: 2px solid silver;
border-radius: 4px;
}
label.checkbox:hover input ~ .checkmark {
background-color: gainsboro;
}
label.checkbox input:checked ~ .checkmark {
background-color: gainsboro;
}
label.checkbox input:checked ~ .checkmark:after {
display: block;
}
label.checkbox .checkmark:after {
left: 9px;
top: 3px;
width: 5px;
height: 12px;
border: solid black;
border-width: 0 2px 3px 0;
transform: rotate(45deg);
content: "";
position: absolute;
display: none;
}
table {
border-collapse: collapse;
border: 2px solid #c8c8c8;
letter-spacing: 1px;
/*font-size: 0.8rem;*/
font-size: 18px;
}
td, th {
border: 1px solid #bebebe;
padding: 8px 20px;
}
th {
background-color: #ebebeb;
}
td {
text-align: left;
}
#historyTable tr:not(:first-child) td:nth-child(2) {
text-align: right;
}
#historyTable tr:not(:first-child) td:nth-child(3) {
text-align: left;
}
tr:nth-child(even) td {
background-color: #fafafa;
}
tr:nth-child(odd) td {
background-color: powderblue;
}
caption {
padding: 10px;
}
.radioArea {
display: block;
position: relative;
padding-left: 45px;
cursor: pointer;
font-size: 18px;
}
.radioArea input {
position: absolute;
cursor: pointer;
opacity: 0;
}
.radioArea .radioBox {
width: 30px;
height: 30px;
position: absolute;
left: 0;
top: 6px;
background-color: darkgray;
border-radius: 50%;
border: 2px transparent;
}
.radioArea:hover input ~ .radioBox {
background-color: lightgray;
border: 2px solid black;
}
/*
.radioArea:hover {
border: 2px solid black;
border-radius: 15px;
}
*/
.radioArea input:checked ~ .radioBox {
background-color: hotpink;
/*border: 2px solid black;*/
}
.radioArea input:checked ~ .radioBox:after {
display: block;
}
.radioArea .radioBox:after {
content: "";
width: 10px;
height: 10px;
position: absolute;
left: 10px;
top: 10px;
border-radius: 50%;
background-color: white;
display: none;
}
.serviceRow:after {
content: "";
display: table;
clear: both;
margin-bottom: 10px;
}
.serviceName {
display: inline;
float: left;
width: 20%;
/*padding-right: 10px*/
}
.mspid {
display: inline;
}
.mspid input[type=text] {
width: 10%;
display: inline;
}
.serviceCreateBtn {
/*
float: right;
width: 10%;
*/
display: inline;
position: relative;
left: 10px;
top: -1px;
}
.serviceCreateBtn button {
font-weight: bold;
border: 3px solid gray;
padding: 12px 10px;
border-radius: 10px;
font-size: 16px;
}
.immDSBtn button, .immDSBtn label {
font-weight: bold;
border: 3px solid gray;
padding: 12px 10px;
border-radius: 10px;
font-size: 14px;
color: black;
}
.immDSBtn label:hover {
background: white;
}
.immDSBtn button:hover {
background-color: white;
}
.space {
padding-top: 2px;
}
.dropdown {
cursor: pointer;
}
.dropdown:hover {
background-color: pink;
}
.dropdownMenu {
position: relative;
display: inline-block
}
.dropdownContent {
display: none;
position: absolute;
background-color: lightgray;
min-width: 150px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .4); /* 40% transparent */
z-index: 1;
}
.dropdownContent a {
color: black;
/*padding: 12px 16px;*/
text-decoration: none;
display: block;
border: 1px solid gray;
}
.dropdownContent a:hover {
background-color: gray;
color: white;
}
#userListTable {
margin-bottom: 50px;
}
.reqbox {
position: fixed;
display: none;
z-index: 10;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.4); /* black 40% transparent */
}
.reqboxcontent {
background-color: lightgray;
margin: 5% auto;
padding: 16px;
border-radius: 5px;
border: 5px solid black;
width: 80%
}
.passReqArea {
background-color: lightgray;
margin: 1% 2%;
}
.passReqArea button {
margin: 5px;
} | web/ImmutableDS.css | body {font-family: Arial;}
input[type=text], input[type=password], select, textarea {
width: 90%;
padding: 12px;
border: 2px solid silver;
border-radius: 4px;
resize: vertical;
font-size: 16px;
}
label {
padding: 12px 12px 12px 0;
display: inline-block;
}
.cert-area {
border-radius: 10px;
background-color: #f2f2f2;
padding: 20px;
}
.cert-item {
float: left;
width: 15%;
margin-top: 6px;
}
.cert-input {
float: right;
width: 85%;
margin-top: 6px;
}
.row:after {
content: "";
display: table;
clear: both;
}
.tab {
background-color: gray;
}
.tab button {
background-color: inherit;
border: 2px solid transparent;
outline: none;
cursor: pointer;
padding: 10px 10px;
font-weight: bold;
color: white;
font-size: 18px
}
.tab button:hover {
background-color: gainsboro;
border: 2px solid darkgray;
color: black;
border-radius: 8px
}
.tab button.active {
background-color: skyblue;
border: 2px solid transparent;
border-radius: 7px;
color: black;
}
.tabcontent {
overflow: hidden;
display: none;
/*padding: 10px 0px;*/
border: 1px solid silver;
border-top: none;
}
.tabcontent h3 {
padding: 0px 10px;
}
label.checkbox {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 16px;
user-select: none;
}
label.checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
label.checkbox span.checkmark {
position: absolute;
top: 5px;
left: 0;
height: 25px;
width: 25px;
background-color: white;
border: 2px solid silver;
border-radius: 4px;
}
label.checkbox:hover input ~ .checkmark {
background-color: gainsboro;
}
label.checkbox input:checked ~ .checkmark {
background-color: gainsboro;
}
label.checkbox input:checked ~ .checkmark:after {
display: block;
}
label.checkbox .checkmark:after {
left: 9px;
top: 3px;
width: 5px;
height: 12px;
border: solid black;
border-width: 0 2px 3px 0;
transform: rotate(45deg);
content: "";
position: absolute;
display: none;
}
table {
border-collapse: collapse;
border: 2px solid #c8c8c8;
letter-spacing: 1px;
/*font-size: 0.8rem;*/
font-size: 18px;
}
td, th {
border: 1px solid #bebebe;
padding: 8px 20px;
}
th {
background-color: #ebebeb;
}
td {
text-align: left;
}
#historyTable tr:not(:first-child) td:nth-child(2) {
text-align: right;
}
#historyTable tr:not(:first-child) td:nth-child(3) {
text-align: left;
}
tr:nth-child(even) td {
background-color: #fafafa;
}
tr:nth-child(odd) td {
background-color: powderblue;
}
caption {
padding: 10px;
}
.radioArea {
display: block;
position: relative;
padding-left: 45px;
cursor: pointer;
font-size: 18px;
}
.radioArea input {
position: absolute;
cursor: pointer;
opacity: 0;
}
.radioArea .radioBox {
width: 30px;
height: 30px;
position: absolute;
left: 0;
top: 6px;
background-color: darkgray;
border-radius: 50%;
border: 2px transparent;
}
.radioArea:hover input ~ .radioBox {
background-color: lightgray;
border: 2px solid black;
}
/*
.radioArea:hover {
border: 2px solid black;
border-radius: 15px;
}
*/
.radioArea input:checked ~ .radioBox {
background-color: hotpink;
/*border: 2px solid black;*/
}
.radioArea input:checked ~ .radioBox:after {
display: block;
}
.radioArea .radioBox:after {
content: "";
width: 10px;
height: 10px;
position: absolute;
left: 10px;
top: 10px;
border-radius: 50%;
background-color: white;
display: none;
}
.serviceRow:after {
content: "";
display: table;
clear: both;
margin-bottom: 10px;
}
.serviceName {
display: inline;
float: left;
width: 20%;
/*padding-right: 10px*/
}
.mspid {
display: inline;
}
.mspid input[type=text] {
width: 10%;
display: inline;
}
.serviceCreateBtn {
/*
float: right;
width: 10%;
*/
display: inline;
position: relative;
left: 10px;
top: -1px;
}
.serviceCreateBtn button {
font-weight: bold;
border: 3px solid gray;
padding: 12px 10px;
border-radius: 10px;
font-size: 16px;
}
.immDSBtn button, .immDSBtn label {
font-weight: bold;
border: 3px solid gray;
padding: 12px 10px;
border-radius: 10px;
font-size: 14px;
color: black;
}
.immDSBtn label:hover {
background: white;
}
.immDSBtn button:hover {
background-color: white;
}
.space {
padding-top: 2px;
}
.dropdown {
cursor: pointer;
}
.dropdown:hover {
background-color: pink;
}
.dropdownMenu {
position: relative;
display: inline-block
}
.dropdownContent {
display: none;
position: absolute;
background-color: lightgray;
min-width: 150px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .4); /* 40% transparent */
z-index: 1;
}
.dropdownContent a {
color: black;
/*padding: 12px 16px;*/
text-decoration: none;
display: block;
border: 1px solid gray;
}
.dropdownContent a:hover {
background-color: gray;
color: white;
}
#userListTable {
margin-bottom: 50px;
}
.reqbox {
position: fixed;
display: none;
z-index: 10;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.4); /* black 40% transparent */
}
.reqboxcontent {
background-color: lightgray;
margin: 5% auto;
padding: 16px;
border-radius: 5px;
border: 5px solid black;
width: 80%
}
.passReqArea {
background-color: lightgray;
margin: 1% 2%;
}
.passReqArea button {
margin: 5px;
} | 0.478773 | 0.157817 |
html,
body {
height: 100%;
font-family: 'Red Hat Display', sans-serif;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
padding: 15px;
border: none;
}
@media(max-width:767px) {
.nav li > form > button.logout {
display:block;
text-align: left;
width: 100%;
padding: 10px 15px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
}
.nav > li > form > button.logout:focus {
outline: none;
}
.navbar-brand {
color: white!important;
}
.navbar-brand > img {
height: 1.4em;
display: inline;
padding-right: 0.5em;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pagination {
float: right;
}
.right {
float: right!important;
}
.breadcrumb > li + li:before {
content: "»";
}
.summary {
margin: 0.2em 0 1em;
font-size: 0.8em;
color: #222222;
}
footer img {
height: 12px;
vertical-align: initial;
}
/* Game cards */
.game.thumbnail {
border: none;
border-left: 5px solid;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
border-radius: 2px;
padding-left: 10px;
padding-top: 10px;
}
.game.thumbnail.state-new {
border-left-color: #4CAF50;
}
.game.thumbnail.state-started {
border-left-color: #F44336;
}
.game.thumbnail.state-finished {
border-left-color: #9E9E9E;
}
.game.thumbnail.state-completed {
border-left-color: #FFA000;
}
.game.thumbnail.state-ignored {
border-left-color: #9C27B0;
}
.game.thumbnail .cover {
display: block;
height: 60px;
width: 60px;
background-position: center;
background-size: cover;
background-color: #E0E0E0;
margin-right: 10px;
float: left;
border-radius: 0.25em;
}
.game.thumbnail .caption {
padding: 9px 0;
}
.game.thumbnail h3 {
margin: 0 0 0.5em;
font-size: 1.3em;
}
.game.thumbnail h3 a {
color: #222222;
}
.game.thumbnail h3 a:hover {
text-decoration: none;
}
.label.label-state, .label.label-platform, .label.label-dlcs {
font-size: 0.8em;
font-weight: normal;
}
.game .labels {
clear: both;
}
.label.state-new {
background-color: #4CAF50;
}
.label.state-started {
background-color: #F44336;
}
.label.state-finished {
background-color: #9E9E9E;
}
.label.state-completed {
background-color: #FFA000;
}
.label.state-ignored {
background-color: #9C27B0;
}
.label.label-platform {
background-color: #383838;
}
.label.label-dlcs {
background-color: #337ab7;
} | web/css/site.css | html,
body {
height: 100%;
font-family: 'Red Hat Display', sans-serif;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
padding: 15px;
border: none;
}
@media(max-width:767px) {
.nav li > form > button.logout {
display:block;
text-align: left;
width: 100%;
padding: 10px 15px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
}
.nav > li > form > button.logout:focus {
outline: none;
}
.navbar-brand {
color: white!important;
}
.navbar-brand > img {
height: 1.4em;
display: inline;
padding-right: 0.5em;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pagination {
float: right;
}
.right {
float: right!important;
}
.breadcrumb > li + li:before {
content: "»";
}
.summary {
margin: 0.2em 0 1em;
font-size: 0.8em;
color: #222222;
}
footer img {
height: 12px;
vertical-align: initial;
}
/* Game cards */
.game.thumbnail {
border: none;
border-left: 5px solid;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
border-radius: 2px;
padding-left: 10px;
padding-top: 10px;
}
.game.thumbnail.state-new {
border-left-color: #4CAF50;
}
.game.thumbnail.state-started {
border-left-color: #F44336;
}
.game.thumbnail.state-finished {
border-left-color: #9E9E9E;
}
.game.thumbnail.state-completed {
border-left-color: #FFA000;
}
.game.thumbnail.state-ignored {
border-left-color: #9C27B0;
}
.game.thumbnail .cover {
display: block;
height: 60px;
width: 60px;
background-position: center;
background-size: cover;
background-color: #E0E0E0;
margin-right: 10px;
float: left;
border-radius: 0.25em;
}
.game.thumbnail .caption {
padding: 9px 0;
}
.game.thumbnail h3 {
margin: 0 0 0.5em;
font-size: 1.3em;
}
.game.thumbnail h3 a {
color: #222222;
}
.game.thumbnail h3 a:hover {
text-decoration: none;
}
.label.label-state, .label.label-platform, .label.label-dlcs {
font-size: 0.8em;
font-weight: normal;
}
.game .labels {
clear: both;
}
.label.state-new {
background-color: #4CAF50;
}
.label.state-started {
background-color: #F44336;
}
.label.state-finished {
background-color: #9E9E9E;
}
.label.state-completed {
background-color: #FFA000;
}
.label.state-ignored {
background-color: #9C27B0;
}
.label.label-platform {
background-color: #383838;
}
.label.label-dlcs {
background-color: #337ab7;
} | 0.5794 | 0.110856 |
.total{
width: 685px;
height: 315px;
//background-color: red;
display: flex;
flex-direction: column;
/* flex-wrap: wrap ;
justify-content: flex-end;*/
}
.route{
width: 685px;
height: 25px;
/*background-color: green;*/
}
.detail{
width: 685px;
height: 5px;
background-color: #1E8AC5;
display: flex;
}
.info{
width: 685px;
height: 50px;
background-color: #F2F2F2;
box-sizing: border-box;
border-width: 1px;
border-style: solid;
border-color: #CBCBCB;
}
.print{
width: 685px;
height: 25px;
background-color: #FFFBDE;
display: flex;
flex-direction: row-reverse;
box-sizing: border-box;
border-width: 1px;
border-top-width: 0px;
border-style: solid;
border-color: #CBCBCB;
}
.menu{
width: 685px;
height: 15px;
margin: 5px 0px 0px 0px;
background-color:#CEDCE8;
display: flex;
flex-direction: row;
}
.city{
width: 685px;
height: 40px;
background-color: #F2F2F2;
display: flex;
box-sizing: border-box;
border-width: 1px;
border-style: solid;
border-color: #CBCBCB;
}
.city1{
width: 685px;
height: 40px;
background-color: #F2F2F2;
display: flex;
box-sizing: border-box;
border-width: 1px;
border-top-width: 0px;
border-style: solid;
border-color: #CBCBCB;
}
.time{
width: 685px;
height: 40px;
display: flex;
}
.text1{
height: 27px;
width: 80px;
border-radius: 2px;
background-color: #1E8AC5;
text-align:center;
color: white;
line-height:27px;
font-size: 13px;
font-weight: bold;
float: left;
}
.text2{
height: 20px;
width: 20px;
background-color: #FE4704;
float: left;
color: white;
margin: 0px 0px 0px 5px;
font-size: 13px;
line-height:20px;
text-align:center;
border-radius: 4px;
}
.line{
width: 685px;
height: 25px;
display: flex;
flex-direction: row;
}
.redtext{
color: #CF0000;
font-size: 13px;
margin: 0px 0px 0px 8px;
font-weight: bold;
}
.blacktext{
font-size: 13px;
margin: 0px 0px 0px 9px;
}
.weighttext{
font-weight: bold;
margin: 0px 0px 0px 3px;
font-size: 13px;
}
.underlinetext{
color: #002CBD;
font-size: 13px;
margin: 2px 0px 0px 0px;
}
.fa.fa-circle-thin{
margin: 3px 2px 0px 0px;
}
.pro1{
width: 405px;
border-color: white;
border-width: 0px;
box-sizing: border-box;
border-right-width: 1px;
border-style: solid;
}
.pro2{
width: 65px;
border-color: white;
border-width: 0px;
box-sizing: border-box;
border-right-width: 1px;
border-style: solid;
}
.pro3{
width: 70px;
border-color: white;
border-width: 0px;
box-sizing: border-box;
border-right-width: 1px;
border-style: solid;
}
.pro4{
width: 80px;
border-color: white;
border-width: 0px;
box-sizing: border-box;
border-right-width: 1px;
border-style: solid;
}
.pro5{
width: 65px;
border-color: white;
border-width: 0px;
box-sizing: border-box;
border-right-width: 1px;
border-style: solid;
}
.menutext{
color: #607A90;
text-align:center;
font-size:10px;
line-height:12px;
}
.pro1-1{
width: 80px;
height: 40px;
text-align:center;
line-height: 40px;
}
.pro2-1{
width: 325px;
height: 40px;
display: flex;
}
.pro3-1{
width: 65px;
height: 40px;
}
.pro4-1{
width: 215px;
height: 40px;
display: flex;
flex-direction: row-reverse;
}
.fa.fa-square {
margin: 10px 2px 0px 2px;
}
.place{
margin: 5px 0px 0px 0px;
font-size:20px;
font-weight: bold;
}
.blacktext-1{
font-size: 14px;
margin: 0px 0px 0px 0px;
text-align:center;
line-height: 40px;
}
.blacktext-2{
font-size: 14px;
margin: 0px 0px 0px 3px;
}
.underlinetext-1{
color: #002CBD;
font-size: 10px;
margin: 10px 0px 0px 0px;
}
.space{
width: 7px;
height: 10px;
}
.space-1{
width: 15px;
}
.space-2{
width: 13px;
}
.pro1-2{
height: 40px;
width: 105px;
}
.pro2-2{
height: 40px;
width: 5px;
}
.pro3-2{
height: 40px;
width: 300px;
display: flex;
box-sizing: border-box;
border-width: 0px;
border-right-width: 1px;
border-style: solid;
border-color: #CBCBCB;
}
.pro4-2{
height: 40px;
width: 65px;
box-sizing: border-box;
border-width: 0px;
border-right-width: 1px;
border-style: solid;
border-color: #CBCBCB;
}
.pro5-2{
height: 40px;
width: 70px;
font-size:15px;
text-align: center;
line-height: 40px;
font-weight: bold;
box-sizing: border-box;
border-width: 0px;
border-right-width: 1px;
border-style: solid;
border-color: #CBCBCB;
}
.pro6-2{
height: 40px;
width: 80px;
text-align: center;
font-size:15px;
box-sizing: border-box;
border-width: 0px;
border-right-width: 1px;
border-style: solid;
border-color: #CBCBCB;
}
.pro7-2{
height: 40px;
width: 65px;
line-height: 40px;
text-align: center;
font-size:13px;
}
.st-ed{
font-size: 10px;
text-align:center;
font-weight: bold;
margin: 5px 0px 0px 0px;
}
.cost{
font-size: 10px;
text-align:center;
}
.xin{
color:#70C3FC;
font-weight: bold;
font-size: 15px;
margin: 8px 10px 0px 0px;
}
.xin-1{
color:#01865A;
font-weight: bold;
font-size: 15px;
margin: 8px 10px 0px 0px;
}
.img{
height: 40px;
width: 5px;
} | css/work4.css | .total{
width: 685px;
height: 315px;
//background-color: red;
display: flex;
flex-direction: column;
/* flex-wrap: wrap ;
justify-content: flex-end;*/
}
.route{
width: 685px;
height: 25px;
/*background-color: green;*/
}
.detail{
width: 685px;
height: 5px;
background-color: #1E8AC5;
display: flex;
}
.info{
width: 685px;
height: 50px;
background-color: #F2F2F2;
box-sizing: border-box;
border-width: 1px;
border-style: solid;
border-color: #CBCBCB;
}
.print{
width: 685px;
height: 25px;
background-color: #FFFBDE;
display: flex;
flex-direction: row-reverse;
box-sizing: border-box;
border-width: 1px;
border-top-width: 0px;
border-style: solid;
border-color: #CBCBCB;
}
.menu{
width: 685px;
height: 15px;
margin: 5px 0px 0px 0px;
background-color:#CEDCE8;
display: flex;
flex-direction: row;
}
.city{
width: 685px;
height: 40px;
background-color: #F2F2F2;
display: flex;
box-sizing: border-box;
border-width: 1px;
border-style: solid;
border-color: #CBCBCB;
}
.city1{
width: 685px;
height: 40px;
background-color: #F2F2F2;
display: flex;
box-sizing: border-box;
border-width: 1px;
border-top-width: 0px;
border-style: solid;
border-color: #CBCBCB;
}
.time{
width: 685px;
height: 40px;
display: flex;
}
.text1{
height: 27px;
width: 80px;
border-radius: 2px;
background-color: #1E8AC5;
text-align:center;
color: white;
line-height:27px;
font-size: 13px;
font-weight: bold;
float: left;
}
.text2{
height: 20px;
width: 20px;
background-color: #FE4704;
float: left;
color: white;
margin: 0px 0px 0px 5px;
font-size: 13px;
line-height:20px;
text-align:center;
border-radius: 4px;
}
.line{
width: 685px;
height: 25px;
display: flex;
flex-direction: row;
}
.redtext{
color: #CF0000;
font-size: 13px;
margin: 0px 0px 0px 8px;
font-weight: bold;
}
.blacktext{
font-size: 13px;
margin: 0px 0px 0px 9px;
}
.weighttext{
font-weight: bold;
margin: 0px 0px 0px 3px;
font-size: 13px;
}
.underlinetext{
color: #002CBD;
font-size: 13px;
margin: 2px 0px 0px 0px;
}
.fa.fa-circle-thin{
margin: 3px 2px 0px 0px;
}
.pro1{
width: 405px;
border-color: white;
border-width: 0px;
box-sizing: border-box;
border-right-width: 1px;
border-style: solid;
}
.pro2{
width: 65px;
border-color: white;
border-width: 0px;
box-sizing: border-box;
border-right-width: 1px;
border-style: solid;
}
.pro3{
width: 70px;
border-color: white;
border-width: 0px;
box-sizing: border-box;
border-right-width: 1px;
border-style: solid;
}
.pro4{
width: 80px;
border-color: white;
border-width: 0px;
box-sizing: border-box;
border-right-width: 1px;
border-style: solid;
}
.pro5{
width: 65px;
border-color: white;
border-width: 0px;
box-sizing: border-box;
border-right-width: 1px;
border-style: solid;
}
.menutext{
color: #607A90;
text-align:center;
font-size:10px;
line-height:12px;
}
.pro1-1{
width: 80px;
height: 40px;
text-align:center;
line-height: 40px;
}
.pro2-1{
width: 325px;
height: 40px;
display: flex;
}
.pro3-1{
width: 65px;
height: 40px;
}
.pro4-1{
width: 215px;
height: 40px;
display: flex;
flex-direction: row-reverse;
}
.fa.fa-square {
margin: 10px 2px 0px 2px;
}
.place{
margin: 5px 0px 0px 0px;
font-size:20px;
font-weight: bold;
}
.blacktext-1{
font-size: 14px;
margin: 0px 0px 0px 0px;
text-align:center;
line-height: 40px;
}
.blacktext-2{
font-size: 14px;
margin: 0px 0px 0px 3px;
}
.underlinetext-1{
color: #002CBD;
font-size: 10px;
margin: 10px 0px 0px 0px;
}
.space{
width: 7px;
height: 10px;
}
.space-1{
width: 15px;
}
.space-2{
width: 13px;
}
.pro1-2{
height: 40px;
width: 105px;
}
.pro2-2{
height: 40px;
width: 5px;
}
.pro3-2{
height: 40px;
width: 300px;
display: flex;
box-sizing: border-box;
border-width: 0px;
border-right-width: 1px;
border-style: solid;
border-color: #CBCBCB;
}
.pro4-2{
height: 40px;
width: 65px;
box-sizing: border-box;
border-width: 0px;
border-right-width: 1px;
border-style: solid;
border-color: #CBCBCB;
}
.pro5-2{
height: 40px;
width: 70px;
font-size:15px;
text-align: center;
line-height: 40px;
font-weight: bold;
box-sizing: border-box;
border-width: 0px;
border-right-width: 1px;
border-style: solid;
border-color: #CBCBCB;
}
.pro6-2{
height: 40px;
width: 80px;
text-align: center;
font-size:15px;
box-sizing: border-box;
border-width: 0px;
border-right-width: 1px;
border-style: solid;
border-color: #CBCBCB;
}
.pro7-2{
height: 40px;
width: 65px;
line-height: 40px;
text-align: center;
font-size:13px;
}
.st-ed{
font-size: 10px;
text-align:center;
font-weight: bold;
margin: 5px 0px 0px 0px;
}
.cost{
font-size: 10px;
text-align:center;
}
.xin{
color:#70C3FC;
font-weight: bold;
font-size: 15px;
margin: 8px 10px 0px 0px;
}
.xin-1{
color:#01865A;
font-weight: bold;
font-size: 15px;
margin: 8px 10px 0px 0px;
}
.img{
height: 40px;
width: 5px;
} | 0.113138 | 0.051249 |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: "\e151";
}
a.desc:after {
content: "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view td {
white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
min-width: 50px;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
padding: 15px;
border: none;
}
@media(max-width:767px) {
.nav li > form > button.logout {
display:block;
text-align: left;
width: 100%;
padding: 10px 15px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
}
.nav > li > form > button.logout:focus {
outline: none;
}
.card {
position: relative;
background: #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
margin-bottom: 30px;
}
.card .card-header {
position: relative;
}
@media screen and (min-width: 768px) {
.card .card-header:not(.ch-alt) {
padding: 23px 26px;
}
}
@media screen and (max-width: 991px) {
.card .card-header:not(.ch-alt) {
padding: 18px;
}
}
.card .card-header h2 {
margin: 0;
line-height: 100%;
font-size: 17px;
font-weight: 400;
}
.card .card-header h2 small {
display: block;
margin-top: 8px;
color: #AEAEAE;
line-height: 160%;
}
@media screen and (min-width: 768px) {
.card .card-header.ch-alt {
padding: 23px 26px;
}
}
@media screen and (max-width: 991px) {
.card .card-header.ch-alt {
padding: 18px 18px 28px;
}
}
.card .card-header.ch-alt:not([class*="bgm-"]) {
background-color: #f7f7f7;
}
.card .card-header[class*="bgm-"] h2,
.card .card-header[class*="bgm-"] h2 small {
color: #fff;
}
.card .card-header .actions {
position: absolute;
right: 10px;
z-index: 2;
top: 15px;
}
.card .card-header .btn-float {
right: 25px;
bottom: -23px;
z-index: 1;
}
@media screen and (min-width: 768px) {
.card .card-body.card-padding {
padding: 23px 26px;
}
}
@media screen and (max-width: 991px) {
.card .card-body.card-padding {
padding: 18px;
}
}
.card .card-body.card-padding-sm {
padding: 15px;
}
.bgm-white {
background-color: #ffffff !important;
}
.c-white {
color: #ffffff !important;
}
.bgm-black {
background-color: #000000 !important;
}
.c-black {
color: #000000 !important;
}
.bgm-brown {
background-color: #795548 !important;
}
.c-brown {
color: #795548 !important;
}
.bgm-pink {
background-color: #e91e63 !important;
}
.c-pink {
color: #e91e63 !important;
}
.bgm-red {
background-color: #f44336 !important;
}
.c-red {
color: #f44336 !important;
}
.bgm-blue {
background-color: #2196f3 !important;
}
.c-blue {
color: #2196f3 !important;
}
.bgm-purple {
background-color: #9c27b0 !important;
}
.c-purple {
color: #9c27b0 !important;
}
.bgm-deeppurple {
background-color: #673ab7 !important;
}
.c-deeppurple {
color: #673ab7 !important;
}
.bgm-lightblue {
background-color: #03a9f4 !important;
}
.c-lightblue {
color: #03a9f4 !important;
}
.bgm-cyan {
background-color: #00bcd4 !important;
}
.c-cyan {
color: #00bcd4 !important;
}
.bgm-teal {
background-color: #009688 !important;
}
.c-teal {
color: #009688 !important;
}
.bgm-green {
background-color: #4caf50 !important;
}
.c-green {
color: #4caf50 !important;
}
.bgm-lightgreen {
background-color: #8bc34a !important;
}
.c-lightgreen {
color: #8bc34a !important;
}
.bgm-lime {
background-color: #cddc39 !important;
}
.c-lime {
color: #cddc39 !important;
}
.bgm-yellow {
background-color: #ffeb3b !important;
}
.c-yellow {
color: #ffeb3b !important;
}
.bgm-amber {
background-color: #ffc107 !important;
}
.c-amber {
color: #ffc107 !important;
}
.bgm-orange {
background-color: #ff9800 !important;
}
.c-orange {
color: #ff9800 !important;
}
.bgm-deeporange {
background-color: #ff5722 !important;
}
.c-deeporange {
color: #ff5722 !important;
}
.bgm-gray {
background-color: #9e9e9e !important;
}
.c-gray {
color: #9e9e9e !important;
}
.bgm-bluegray {
background-color: #607d8b !important;
}
.c-bluegray {
color: #607d8b !important;
}
.bgm-indigo {
background-color: #3f51b5 !important;
}
.c-indigo {
color: #3f51b5 !important;
}
.t-view {
border: 1px solid #eee;
position: relative;
margin-bottom: 35px;
}
@media (max-width: 767px) {
.t-view {
background: #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
}
.t-view .tv-header {
padding: 16px 18px;
border-bottom: 1px solid #eee;
background: #F9F9F9;
}
.t-view .tv-header .actions {
position: absolute;
top: 5px;
right: 10px;
}
.t-view .tv-body {
padding: 23px 25px;
}
.t-view .tv-body .tvb-lightbox {
margin: 0 -8px 15px;
}
.t-view .tv-body .tvb-lightbox [data-src] {
padding: 0 5px;
margin-bottom: 5px;
}
.t-view .tvh-user {
display: block;
}
.t-view .tvh-user img {
width: 46px;
height: 46px;
border-radius: 50%;
}
.t-view:before {
position: absolute;
width: 40px;
height: 40px;
border-radius: 50%;
left: -70px;
top: 0;
border: 3px solid #FFF;
text-align: center;
font-size: 20px;
line-height: 34px;
color: #FFF;
font-family: 'Material Design Iconic Font';
z-index: 1;
}
.t-view:after {
content: "";
position: absolute;
top: 0;
left: -50px;
width: 1px;
height: calc(100% + 37px);
}
.t-view[data-tv-type="text"]:before {
content: "\f11b";
background: #00bcd4;
box-shadow: 0 0 0 1px #00bcd4;
}
.t-view[data-tv-type="text"]:after {
background: #00bcd4;
}
.t-view[data-tv-type="image"]:before {
content: "\f224";
background: #4caf50;
box-shadow: 0 0 0 1px #4caf50;
}
.t-view[data-tv-type="image"]:after {
background: #4caf50;
}
.t-view[data-tv-type="video"]:before {
content: "\f0cc";
background: #ffc107;
box-shadow: 0 0 0 1px #ffc107;
}
.t-view[data-tv-type="video"]:after {
background: #ffc107;
}
.t-view .tvb-stats {
list-style: none;
padding: 0;
margin: 10px 0 20px;
}
.t-view .tvb-stats > li {
display: inline-block;
padding: 5px 10px 6px;
border: 1px solid #ccc;
margin-right: 2px;
}
.t-view .tvb-stats > li i {
font-size: 15px;
line-height: 100%;
vertical-align: top;
margin-top: 2px;
}
.t-view .tvb-stats > li.tvbs-comments {
border-color: #4caf50;
color: #4caf50;
}
.t-view .tvb-stats > li.tvbs-likes {
border-color: #03a9f4;
color: #03a9f4;
}
.t-view .tvb-stats > li.tvbs-views {
border-color: #ff9800;
color: #ff9800;
}
.tv-comments, .tvc-lists {
padding: 0;
list-style: none;
margin: 0;
}
.tv-comments .tvc-lists > li {
padding: 15px 20px;
margin: 0;
border-top: 1px solid #eee;
}
.tvc-more {
color: #333;
display: block;
margin-bottom: -10px;
}
.tvc-more:hover {
color: #000;
}
.m-0 {
margin: 0px !important;
}
.m-t-0 {
margin-top: 0px !important;
}
.m-b-0 {
margin-bottom: 0px !important;
}
.m-l-0 {
margin-left: 0px !important;
}
.m-r-0 {
margin-right: 0px !important;
}
.m-5 {
margin: 5px !important;
}
.m-t-5 {
margin-top: 5px !important;
}
.m-b-5 {
margin-bottom: 5px !important;
}
.m-l-5 {
margin-left: 5px !important;
}
.m-r-5 {
margin-right: 5px !important;
}
.m-10 {
margin: 10px !important;
}
.m-t-10 {
margin-top: 10px !important;
}
.m-b-10 {
margin-bottom: 10px !important;
}
.m-l-10 {
margin-left: 10px !important;
}
.m-r-10 {
margin-right: 10px !important;
}
.m-15 {
margin: 15px !important;
}
.m-t-15 {
margin-top: 15px !important;
}
.m-b-15 {
margin-bottom: 15px !important;
}
.m-l-15 {
margin-left: 15px !important;
}
.m-r-15 {
margin-right: 15px !important;
}
.m-20 {
margin: 20px !important;
}
.m-t-20 {
margin-top: 20px !important;
}
.m-b-20 {
margin-bottom: 20px !important;
}
.m-l-20 {
margin-left: 20px !important;
}
.m-r-20 {
margin-right: 20px !important;
}
.m-25 {
margin: 25px !important;
}
.m-t-25 {
margin-top: 25px !important;
}
.m-b-25 {
margin-bottom: 25px !important;
}
.m-l-25 {
margin-left: 25px !important;
}
.m-r-25 {
margin-right: 25px !important;
}
.m-30 {
margin: 30px !important;
}
.m-t-30 {
margin-top: 30px !important;
}
.m-b-30 {
margin-bottom: 30px !important;
}
.m-l-30 {
margin-left: 30px !important;
}
.m-r-30 {
margin-right: 30px !important;
}
/*
* Generate Padding Class
* padding, padding-top, padding-bottom, padding-left, padding-right
*/
.p-0 {
padding: 0px !important;
}
.p-t-0 {
padding-top: 0px !important;
}
.p-b-0 {
padding-bottom: 0px !important;
}
.p-l-0 {
padding-left: 0px !important;
}
.p-r-0 {
padding-right: 0px !important;
}
.p-5 {
padding: 5px !important;
}
.p-t-5 {
padding-top: 5px !important;
}
.p-b-5 {
padding-bottom: 5px !important;
}
.p-l-5 {
padding-left: 5px !important;
}
.p-r-5 {
padding-right: 5px !important;
}
.p-10 {
padding: 10px !important;
}
.p-t-10 {
padding-top: 10px !important;
}
.p-b-10 {
padding-bottom: 10px !important;
}
.p-l-10 {
padding-left: 10px !important;
}
.p-r-10 {
padding-right: 10px !important;
}
.p-15 {
padding: 15px !important;
}
.p-t-15 {
padding-top: 15px !important;
}
.p-b-15 {
padding-bottom: 15px !important;
}
.p-l-15 {
padding-left: 15px !important;
}
.p-r-15 {
padding-right: 15px !important;
}
.p-20 {
padding: 20px !important;
}
.p-t-20 {
padding-top: 20px !important;
}
.p-b-20 {
padding-bottom: 20px !important;
}
.p-l-20 {
padding-left: 20px !important;
}
.p-r-20 {
padding-right: 20px !important;
}
.p-25 {
padding: 25px !important;
}
.p-t-25 {
padding-top: 25px !important;
}
.p-b-25 {
padding-bottom: 25px !important;
}
.p-l-25 {
padding-left: 25px !important;
}
.p-r-25 {
padding-right: 25px !important;
}
.p-30 {
padding: 30px !important;
}
.p-t-30 {
padding-top: 30px !important;
}
.p-b-30 {
padding-bottom: 30px !important;
}
.p-l-30 {
padding-left: 30px !important;
}
.p-r-30 {
padding-right: 30px !important;
} | frontend/web/css/site.css | html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: "\e151";
}
a.desc:after {
content: "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view td {
white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
min-width: 50px;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
padding: 15px;
border: none;
}
@media(max-width:767px) {
.nav li > form > button.logout {
display:block;
text-align: left;
width: 100%;
padding: 10px 15px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
}
.nav > li > form > button.logout:focus {
outline: none;
}
.card {
position: relative;
background: #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
margin-bottom: 30px;
}
.card .card-header {
position: relative;
}
@media screen and (min-width: 768px) {
.card .card-header:not(.ch-alt) {
padding: 23px 26px;
}
}
@media screen and (max-width: 991px) {
.card .card-header:not(.ch-alt) {
padding: 18px;
}
}
.card .card-header h2 {
margin: 0;
line-height: 100%;
font-size: 17px;
font-weight: 400;
}
.card .card-header h2 small {
display: block;
margin-top: 8px;
color: #AEAEAE;
line-height: 160%;
}
@media screen and (min-width: 768px) {
.card .card-header.ch-alt {
padding: 23px 26px;
}
}
@media screen and (max-width: 991px) {
.card .card-header.ch-alt {
padding: 18px 18px 28px;
}
}
.card .card-header.ch-alt:not([class*="bgm-"]) {
background-color: #f7f7f7;
}
.card .card-header[class*="bgm-"] h2,
.card .card-header[class*="bgm-"] h2 small {
color: #fff;
}
.card .card-header .actions {
position: absolute;
right: 10px;
z-index: 2;
top: 15px;
}
.card .card-header .btn-float {
right: 25px;
bottom: -23px;
z-index: 1;
}
@media screen and (min-width: 768px) {
.card .card-body.card-padding {
padding: 23px 26px;
}
}
@media screen and (max-width: 991px) {
.card .card-body.card-padding {
padding: 18px;
}
}
.card .card-body.card-padding-sm {
padding: 15px;
}
.bgm-white {
background-color: #ffffff !important;
}
.c-white {
color: #ffffff !important;
}
.bgm-black {
background-color: #000000 !important;
}
.c-black {
color: #000000 !important;
}
.bgm-brown {
background-color: #795548 !important;
}
.c-brown {
color: #795548 !important;
}
.bgm-pink {
background-color: #e91e63 !important;
}
.c-pink {
color: #e91e63 !important;
}
.bgm-red {
background-color: #f44336 !important;
}
.c-red {
color: #f44336 !important;
}
.bgm-blue {
background-color: #2196f3 !important;
}
.c-blue {
color: #2196f3 !important;
}
.bgm-purple {
background-color: #9c27b0 !important;
}
.c-purple {
color: #9c27b0 !important;
}
.bgm-deeppurple {
background-color: #673ab7 !important;
}
.c-deeppurple {
color: #673ab7 !important;
}
.bgm-lightblue {
background-color: #03a9f4 !important;
}
.c-lightblue {
color: #03a9f4 !important;
}
.bgm-cyan {
background-color: #00bcd4 !important;
}
.c-cyan {
color: #00bcd4 !important;
}
.bgm-teal {
background-color: #009688 !important;
}
.c-teal {
color: #009688 !important;
}
.bgm-green {
background-color: #4caf50 !important;
}
.c-green {
color: #4caf50 !important;
}
.bgm-lightgreen {
background-color: #8bc34a !important;
}
.c-lightgreen {
color: #8bc34a !important;
}
.bgm-lime {
background-color: #cddc39 !important;
}
.c-lime {
color: #cddc39 !important;
}
.bgm-yellow {
background-color: #ffeb3b !important;
}
.c-yellow {
color: #ffeb3b !important;
}
.bgm-amber {
background-color: #ffc107 !important;
}
.c-amber {
color: #ffc107 !important;
}
.bgm-orange {
background-color: #ff9800 !important;
}
.c-orange {
color: #ff9800 !important;
}
.bgm-deeporange {
background-color: #ff5722 !important;
}
.c-deeporange {
color: #ff5722 !important;
}
.bgm-gray {
background-color: #9e9e9e !important;
}
.c-gray {
color: #9e9e9e !important;
}
.bgm-bluegray {
background-color: #607d8b !important;
}
.c-bluegray {
color: #607d8b !important;
}
.bgm-indigo {
background-color: #3f51b5 !important;
}
.c-indigo {
color: #3f51b5 !important;
}
.t-view {
border: 1px solid #eee;
position: relative;
margin-bottom: 35px;
}
@media (max-width: 767px) {
.t-view {
background: #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
}
.t-view .tv-header {
padding: 16px 18px;
border-bottom: 1px solid #eee;
background: #F9F9F9;
}
.t-view .tv-header .actions {
position: absolute;
top: 5px;
right: 10px;
}
.t-view .tv-body {
padding: 23px 25px;
}
.t-view .tv-body .tvb-lightbox {
margin: 0 -8px 15px;
}
.t-view .tv-body .tvb-lightbox [data-src] {
padding: 0 5px;
margin-bottom: 5px;
}
.t-view .tvh-user {
display: block;
}
.t-view .tvh-user img {
width: 46px;
height: 46px;
border-radius: 50%;
}
.t-view:before {
position: absolute;
width: 40px;
height: 40px;
border-radius: 50%;
left: -70px;
top: 0;
border: 3px solid #FFF;
text-align: center;
font-size: 20px;
line-height: 34px;
color: #FFF;
font-family: 'Material Design Iconic Font';
z-index: 1;
}
.t-view:after {
content: "";
position: absolute;
top: 0;
left: -50px;
width: 1px;
height: calc(100% + 37px);
}
.t-view[data-tv-type="text"]:before {
content: "\f11b";
background: #00bcd4;
box-shadow: 0 0 0 1px #00bcd4;
}
.t-view[data-tv-type="text"]:after {
background: #00bcd4;
}
.t-view[data-tv-type="image"]:before {
content: "\f224";
background: #4caf50;
box-shadow: 0 0 0 1px #4caf50;
}
.t-view[data-tv-type="image"]:after {
background: #4caf50;
}
.t-view[data-tv-type="video"]:before {
content: "\f0cc";
background: #ffc107;
box-shadow: 0 0 0 1px #ffc107;
}
.t-view[data-tv-type="video"]:after {
background: #ffc107;
}
.t-view .tvb-stats {
list-style: none;
padding: 0;
margin: 10px 0 20px;
}
.t-view .tvb-stats > li {
display: inline-block;
padding: 5px 10px 6px;
border: 1px solid #ccc;
margin-right: 2px;
}
.t-view .tvb-stats > li i {
font-size: 15px;
line-height: 100%;
vertical-align: top;
margin-top: 2px;
}
.t-view .tvb-stats > li.tvbs-comments {
border-color: #4caf50;
color: #4caf50;
}
.t-view .tvb-stats > li.tvbs-likes {
border-color: #03a9f4;
color: #03a9f4;
}
.t-view .tvb-stats > li.tvbs-views {
border-color: #ff9800;
color: #ff9800;
}
.tv-comments, .tvc-lists {
padding: 0;
list-style: none;
margin: 0;
}
.tv-comments .tvc-lists > li {
padding: 15px 20px;
margin: 0;
border-top: 1px solid #eee;
}
.tvc-more {
color: #333;
display: block;
margin-bottom: -10px;
}
.tvc-more:hover {
color: #000;
}
.m-0 {
margin: 0px !important;
}
.m-t-0 {
margin-top: 0px !important;
}
.m-b-0 {
margin-bottom: 0px !important;
}
.m-l-0 {
margin-left: 0px !important;
}
.m-r-0 {
margin-right: 0px !important;
}
.m-5 {
margin: 5px !important;
}
.m-t-5 {
margin-top: 5px !important;
}
.m-b-5 {
margin-bottom: 5px !important;
}
.m-l-5 {
margin-left: 5px !important;
}
.m-r-5 {
margin-right: 5px !important;
}
.m-10 {
margin: 10px !important;
}
.m-t-10 {
margin-top: 10px !important;
}
.m-b-10 {
margin-bottom: 10px !important;
}
.m-l-10 {
margin-left: 10px !important;
}
.m-r-10 {
margin-right: 10px !important;
}
.m-15 {
margin: 15px !important;
}
.m-t-15 {
margin-top: 15px !important;
}
.m-b-15 {
margin-bottom: 15px !important;
}
.m-l-15 {
margin-left: 15px !important;
}
.m-r-15 {
margin-right: 15px !important;
}
.m-20 {
margin: 20px !important;
}
.m-t-20 {
margin-top: 20px !important;
}
.m-b-20 {
margin-bottom: 20px !important;
}
.m-l-20 {
margin-left: 20px !important;
}
.m-r-20 {
margin-right: 20px !important;
}
.m-25 {
margin: 25px !important;
}
.m-t-25 {
margin-top: 25px !important;
}
.m-b-25 {
margin-bottom: 25px !important;
}
.m-l-25 {
margin-left: 25px !important;
}
.m-r-25 {
margin-right: 25px !important;
}
.m-30 {
margin: 30px !important;
}
.m-t-30 {
margin-top: 30px !important;
}
.m-b-30 {
margin-bottom: 30px !important;
}
.m-l-30 {
margin-left: 30px !important;
}
.m-r-30 {
margin-right: 30px !important;
}
/*
* Generate Padding Class
* padding, padding-top, padding-bottom, padding-left, padding-right
*/
.p-0 {
padding: 0px !important;
}
.p-t-0 {
padding-top: 0px !important;
}
.p-b-0 {
padding-bottom: 0px !important;
}
.p-l-0 {
padding-left: 0px !important;
}
.p-r-0 {
padding-right: 0px !important;
}
.p-5 {
padding: 5px !important;
}
.p-t-5 {
padding-top: 5px !important;
}
.p-b-5 {
padding-bottom: 5px !important;
}
.p-l-5 {
padding-left: 5px !important;
}
.p-r-5 {
padding-right: 5px !important;
}
.p-10 {
padding: 10px !important;
}
.p-t-10 {
padding-top: 10px !important;
}
.p-b-10 {
padding-bottom: 10px !important;
}
.p-l-10 {
padding-left: 10px !important;
}
.p-r-10 {
padding-right: 10px !important;
}
.p-15 {
padding: 15px !important;
}
.p-t-15 {
padding-top: 15px !important;
}
.p-b-15 {
padding-bottom: 15px !important;
}
.p-l-15 {
padding-left: 15px !important;
}
.p-r-15 {
padding-right: 15px !important;
}
.p-20 {
padding: 20px !important;
}
.p-t-20 {
padding-top: 20px !important;
}
.p-b-20 {
padding-bottom: 20px !important;
}
.p-l-20 {
padding-left: 20px !important;
}
.p-r-20 {
padding-right: 20px !important;
}
.p-25 {
padding: 25px !important;
}
.p-t-25 {
padding-top: 25px !important;
}
.p-b-25 {
padding-bottom: 25px !important;
}
.p-l-25 {
padding-left: 25px !important;
}
.p-r-25 {
padding-right: 25px !important;
}
.p-30 {
padding: 30px !important;
}
.p-t-30 {
padding-top: 30px !important;
}
.p-b-30 {
padding-bottom: 30px !important;
}
.p-l-30 {
padding-left: 30px !important;
}
.p-r-30 {
padding-right: 30px !important;
} | 0.47244 | 0.11422 |
html{
height: 100%;
width: 100%;
}
body{
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
/* line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300))); */
/* min-height: 100vh; */
}
#gatsby-focus-wrapper{
/* gatsby-focus-wrapper */
/* padding-bottom: 126px; */
}
.my-index{
background: url('../../../images/juan-carlos-becerra-wSM0gY3OReU-unsplash.jpg');
background-repeat: no-repeat;
background-size: cover;
/* overflow-x: hidden;
overflow-y: hidden; */
/* width: 100%; */
/* min-height: 1237px; */
/* height: 100%; */
}
/* .services-body{
width: 100%;
background: url('../../../images/cropedBackground.png');
background-repeat: no-repeat;
background-size: cover;
background-position: left;
overflow-x: hidden;
height: 405px;
} */
.my-images{
width: 100%;
background: url('../../../images/cropedBackground.png');
background-repeat: no-repeat;
background-size: cover;
background-position: left;
overflow-x: hidden;
height: 405px;
}
a{
color: inherit;
text-decoration: none;
}
.active{
color: #EB5757;
}
.header{
display: flex;
flex-direction: column;
align-items: flex-start;
align-items: flex-start;
padding: 0px 10px;
}
.header_background{
background: url('../../../images/cropedBackground.png');
background-repeat: no-repeat;
background-size: cover;
background-position: left;
overflow-x: hidden;
}
.header-list{
list-style: none;
display:flex;
flex-direction: row;
justify-content: center;
background: rgba(0, 66, 109, 0.77);
border-radius: 6px;
padding: 18px 0px;
width: max-content;
align-self: center;
margin:0;
}
.header-items{
padding:0rem 0.6rem;
display: flex;
align-items: center;
/* Gray 6 */
color: #F2F2F2;
flex: none;
order: 3;
align-self: center;
}
.logoGroup{
display:flex;
align-items: center;
}
.regular_logo{
display: none;
}
.logoGroup p{
color: white;
font-size: 18px;
width: 135px;
margin-left: 10px;
line-height: normal;
}
footer{
position: absolute;
display:flex;
flex-direction:column-reverse;
justify-content: space-between;
align-items: center;
/* bottom: 0; */
width: 100%;
z-index: 1;
background: #222222;
font-size: 14px;
}
.bottom_0{
bottom:0;
}
footer p{
width: 16rem;
color: white;
font-size: 0.8rem;
}
.footer_social{
display:flex;
justify-content: space-between;
/* width: 21.25rem; */
width: 80%;
padding: 10px 10px;
}
.footer_social svg{
height: 1.25rem;
}
.intersection{
width: 98%;
border: 1px dashed grey;
}
/* .homepage_gradient{
position: absolute;
width: 600px;
height: 876px;
left: 50%;
margin-left:-300px;
top: 300px;
background: radial-gradient(50% 50% at 50% 50%, rgba(249, 224, 194, 0.242) 0%, rgba(229, 229, 229, 0) 100%);
} */
.hompage_heading{
top: 10px;
position: relative;
display:flex;
align-items: center;
flex-direction: column;
padding: 0px 15px;
}
.heading_one{
color:#E7B626;
font-style: normal;
font-weight: bold;
font-size: calc(32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)));
line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
/* font-size: 48px; */
/* line-height: 72px; */
max-width: 800px;
text-align: center;
text-transform: uppercase;
float: right;
}
.heading_one_caption{
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300)));
line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
/* font-size: 24px; */
/* line-height: 36px; */
color: #E5E5E5;
}
.learn_more{
position: fixed;
bottom:145px;
left: 50%;
margin-left:-66px;
font-size: 24px;
color: white;
border: 1px solid white;
border-radius: 8px;
padding: 0.5rem;
}
/**SERVICE PAGE*/
.services-heading {
text-align: center;
/* margin-top: 270px; */
}
.services-heading h3{
position: relative;
color: #00426D;
font-size: 48px;
}
.arrow-line{
/* border: 1px dashed #000000; */
/* margin: 0px 50px; */
width: 90vw;
}
.service-intro {
font-family: Montserrat;
font-style: normal;
font-weight: normal;
padding: 0px 10px;
font-size: 18px;
line-height: 22px;
text-align: center;
}
.container{
/* width: 100%; */
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
margin-bottom: 7.5rem;
}
.row{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-direction: column;
margin-right: -15px;
margin-left: -15px;
align-items: center;
}
.col, .col img{
width: 100%;
padding: 0px 15px;
box-sizing: border-box;
}
.col p{
/* height: 189px; */
text-align: justify;
padding: 0px 1rem;
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 150%;
}
.col h4{
font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;
text-align: center;
}
.form-group{
margin-bottom: 1rem;
}
.form-control{
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
box-sizing: border-box;
/* border: 1px solid #000000;
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px; */
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
background-color: #fafafa !important;
border: 0px none !important;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea {
overflow: auto;
resize: vertical;
margin:0;
font-family: inherit;
}
.btn-submit{
background: #F0BC5E;
border-radius: 4px;
border:none;
color:white;
width: 120px;
height: 44px;
cursor: pointer;
}
@media (min-width: 992px){
.my-index{
overflow: hidden;
}
.header{
padding: 1rem 6.25rem;
flex-direction: row;
justify-content: space-between;
}
.header_background{
padding: 1rem 6.25rem 25.3125rem 6.25rem;
}
.header-items{
padding: 0rem 1rem;
}
.container {
max-width: 960px;
}
.row {
-ms-flex-direction: row!important;
flex-direction: row!important;
}
.flex-reverse{
flex-direction: row-reverse !important;
}
.col{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
footer{
flex-direction: row;
}
footer .footer_social{
width: 21.25rem;
margin-right:100px;
}
footer p{
margin-left: 100px;
}
.intersection{
display:none;
}
.service-intro{
margin:0px 100px;
}
.hompage_heading{
top:110px;
}
.homepage_gradient{
position: absolute;
width: 976px;
height: 976px;
left: 50%;
margin-left:-488px;
top: 300px;
background: radial-gradient(50% 50% at 50% 50%, rgba(249, 224, 194, 0.242) 0%, rgba(229, 229, 229, 0) 100%);
}
/* .services-heading {
margin-top: 415px;
} */
.regular_logo{
display: inline;
}
.mobile_logo{
display:none;
}
}
@media (min-width:3840){
body{
font-size: 28px;
}
} | src/components/assets/css/stylesheet.css | html{
height: 100%;
width: 100%;
}
body{
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
/* line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300))); */
/* min-height: 100vh; */
}
#gatsby-focus-wrapper{
/* gatsby-focus-wrapper */
/* padding-bottom: 126px; */
}
.my-index{
background: url('../../../images/juan-carlos-becerra-wSM0gY3OReU-unsplash.jpg');
background-repeat: no-repeat;
background-size: cover;
/* overflow-x: hidden;
overflow-y: hidden; */
/* width: 100%; */
/* min-height: 1237px; */
/* height: 100%; */
}
/* .services-body{
width: 100%;
background: url('../../../images/cropedBackground.png');
background-repeat: no-repeat;
background-size: cover;
background-position: left;
overflow-x: hidden;
height: 405px;
} */
.my-images{
width: 100%;
background: url('../../../images/cropedBackground.png');
background-repeat: no-repeat;
background-size: cover;
background-position: left;
overflow-x: hidden;
height: 405px;
}
a{
color: inherit;
text-decoration: none;
}
.active{
color: #EB5757;
}
.header{
display: flex;
flex-direction: column;
align-items: flex-start;
align-items: flex-start;
padding: 0px 10px;
}
.header_background{
background: url('../../../images/cropedBackground.png');
background-repeat: no-repeat;
background-size: cover;
background-position: left;
overflow-x: hidden;
}
.header-list{
list-style: none;
display:flex;
flex-direction: row;
justify-content: center;
background: rgba(0, 66, 109, 0.77);
border-radius: 6px;
padding: 18px 0px;
width: max-content;
align-self: center;
margin:0;
}
.header-items{
padding:0rem 0.6rem;
display: flex;
align-items: center;
/* Gray 6 */
color: #F2F2F2;
flex: none;
order: 3;
align-self: center;
}
.logoGroup{
display:flex;
align-items: center;
}
.regular_logo{
display: none;
}
.logoGroup p{
color: white;
font-size: 18px;
width: 135px;
margin-left: 10px;
line-height: normal;
}
footer{
position: absolute;
display:flex;
flex-direction:column-reverse;
justify-content: space-between;
align-items: center;
/* bottom: 0; */
width: 100%;
z-index: 1;
background: #222222;
font-size: 14px;
}
.bottom_0{
bottom:0;
}
footer p{
width: 16rem;
color: white;
font-size: 0.8rem;
}
.footer_social{
display:flex;
justify-content: space-between;
/* width: 21.25rem; */
width: 80%;
padding: 10px 10px;
}
.footer_social svg{
height: 1.25rem;
}
.intersection{
width: 98%;
border: 1px dashed grey;
}
/* .homepage_gradient{
position: absolute;
width: 600px;
height: 876px;
left: 50%;
margin-left:-300px;
top: 300px;
background: radial-gradient(50% 50% at 50% 50%, rgba(249, 224, 194, 0.242) 0%, rgba(229, 229, 229, 0) 100%);
} */
.hompage_heading{
top: 10px;
position: relative;
display:flex;
align-items: center;
flex-direction: column;
padding: 0px 15px;
}
.heading_one{
color:#E7B626;
font-style: normal;
font-weight: bold;
font-size: calc(32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)));
line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
/* font-size: 48px; */
/* line-height: 72px; */
max-width: 800px;
text-align: center;
text-transform: uppercase;
float: right;
}
.heading_one_caption{
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300)));
line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
/* font-size: 24px; */
/* line-height: 36px; */
color: #E5E5E5;
}
.learn_more{
position: fixed;
bottom:145px;
left: 50%;
margin-left:-66px;
font-size: 24px;
color: white;
border: 1px solid white;
border-radius: 8px;
padding: 0.5rem;
}
/**SERVICE PAGE*/
.services-heading {
text-align: center;
/* margin-top: 270px; */
}
.services-heading h3{
position: relative;
color: #00426D;
font-size: 48px;
}
.arrow-line{
/* border: 1px dashed #000000; */
/* margin: 0px 50px; */
width: 90vw;
}
.service-intro {
font-family: Montserrat;
font-style: normal;
font-weight: normal;
padding: 0px 10px;
font-size: 18px;
line-height: 22px;
text-align: center;
}
.container{
/* width: 100%; */
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
margin-bottom: 7.5rem;
}
.row{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-direction: column;
margin-right: -15px;
margin-left: -15px;
align-items: center;
}
.col, .col img{
width: 100%;
padding: 0px 15px;
box-sizing: border-box;
}
.col p{
/* height: 189px; */
text-align: justify;
padding: 0px 1rem;
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 150%;
}
.col h4{
font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;
text-align: center;
}
.form-group{
margin-bottom: 1rem;
}
.form-control{
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
box-sizing: border-box;
/* border: 1px solid #000000;
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px; */
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
background-color: #fafafa !important;
border: 0px none !important;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea {
overflow: auto;
resize: vertical;
margin:0;
font-family: inherit;
}
.btn-submit{
background: #F0BC5E;
border-radius: 4px;
border:none;
color:white;
width: 120px;
height: 44px;
cursor: pointer;
}
@media (min-width: 992px){
.my-index{
overflow: hidden;
}
.header{
padding: 1rem 6.25rem;
flex-direction: row;
justify-content: space-between;
}
.header_background{
padding: 1rem 6.25rem 25.3125rem 6.25rem;
}
.header-items{
padding: 0rem 1rem;
}
.container {
max-width: 960px;
}
.row {
-ms-flex-direction: row!important;
flex-direction: row!important;
}
.flex-reverse{
flex-direction: row-reverse !important;
}
.col{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
footer{
flex-direction: row;
}
footer .footer_social{
width: 21.25rem;
margin-right:100px;
}
footer p{
margin-left: 100px;
}
.intersection{
display:none;
}
.service-intro{
margin:0px 100px;
}
.hompage_heading{
top:110px;
}
.homepage_gradient{
position: absolute;
width: 976px;
height: 976px;
left: 50%;
margin-left:-488px;
top: 300px;
background: radial-gradient(50% 50% at 50% 50%, rgba(249, 224, 194, 0.242) 0%, rgba(229, 229, 229, 0) 100%);
}
/* .services-heading {
margin-top: 415px;
} */
.regular_logo{
display: inline;
}
.mobile_logo{
display:none;
}
}
@media (min-width:3840){
body{
font-size: 28px;
}
} | 0.35209 | 0.05498 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*estrutura base */
body{
background-color: rgb(34, 33, 33);
font-family: 'Times New Roman', Times, serif;
color: white;
}
header .container{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.logo img{
width: 220px;
float: left;
margin-left: 10px;
}
header nav a{
text-decoration: none;
font-size: 25px;
color: #AAA;
margin-right: 12px;
}
header nav a:hover{
color: #ebd06e;
}
/*filme principal*/
.filme-principal{
font-size: 16px;
background: linear-gradient(rgba(0,0,0,.50), rgba(0, 0, 0, .70)100%), url('../img/aranha.jpg');
height: 620px;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.filme-principal .descricao{
margin-top: 10px;
margin-bottom: 40px;
}
.filme-principal .titulo{
margin-top: 15%;
font-size: 40px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
}
.botao{
background-color:rgba(228, 184, 7, 0.5);
border: none;
color: white;
padding: 15px 30px;
margin-right: 15px;
font-size: 12px;
}
.botao:hover{
background-color: #ffce01;
color:black;
cursor: pointer;
transition: .3s ease all;
}
.botao i{
margin-right: 10px;
}
.container{
margin-left: 20px;
}
.filme-principal .container{
width: 70%;
}
.box-filme{
height: 100%;
width: 100%;
display: block;
}
.carrosel-filmes{
margin-top: 5px;
}
/*responsivo*/
@media screen and (max-width: 700px){
header .container{
display: flex;
flex-direction: column;
}
.botao{
margin-top: 5px;
width: 300px;
}
}
@media screen and (min-width: 100px){
.descricao{
width: 50%;
}
} | my-project/Projeto/css/main.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*estrutura base */
body{
background-color: rgb(34, 33, 33);
font-family: 'Times New Roman', Times, serif;
color: white;
}
header .container{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.logo img{
width: 220px;
float: left;
margin-left: 10px;
}
header nav a{
text-decoration: none;
font-size: 25px;
color: #AAA;
margin-right: 12px;
}
header nav a:hover{
color: #ebd06e;
}
/*filme principal*/
.filme-principal{
font-size: 16px;
background: linear-gradient(rgba(0,0,0,.50), rgba(0, 0, 0, .70)100%), url('../img/aranha.jpg');
height: 620px;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.filme-principal .descricao{
margin-top: 10px;
margin-bottom: 40px;
}
.filme-principal .titulo{
margin-top: 15%;
font-size: 40px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
}
.botao{
background-color:rgba(228, 184, 7, 0.5);
border: none;
color: white;
padding: 15px 30px;
margin-right: 15px;
font-size: 12px;
}
.botao:hover{
background-color: #ffce01;
color:black;
cursor: pointer;
transition: .3s ease all;
}
.botao i{
margin-right: 10px;
}
.container{
margin-left: 20px;
}
.filme-principal .container{
width: 70%;
}
.box-filme{
height: 100%;
width: 100%;
display: block;
}
.carrosel-filmes{
margin-top: 5px;
}
/*responsivo*/
@media screen and (max-width: 700px){
header .container{
display: flex;
flex-direction: column;
}
.botao{
margin-top: 5px;
width: 300px;
}
}
@media screen and (min-width: 100px){
.descricao{
width: 50%;
}
} | 0.297878 | 0.053874 |
@charset "utf-8";
/*-------------------------------------------------------------*/
/* CSS Document */
/* Template Name: ClearLooks */
/* Designed By: Santhosh */
/* Homepage: www.themebin.com */
/*-------------------------------------------------------------*/
body {
font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #ffffff;
text-align: justify;
margin: 0;
}
/* HTML */
h1 {
margin: 0;
}
h2 {
font-size: 14px;
color: #333;
}
h3 {
font-size: 12px;
color: #000;
}
a {
color:#000;
}
a:hover {
color:#551A8B;
}
/* Wrap */
#wrap {
width: 1000px;
margin: 0 auto;
background: #fff;
border: solid 1px #E8E8E8;
}
#wrap2 {
width: 990px;
margin: 0 auto;
}
/* Header */
#header {
height: 100px;
background: #006ac8;
margin-top: 5px;
border-bottom: solid 1px #ffffff;
position: relative;
color: #fff;
}
#logo {
font-size: 30px;
color: #fff;
padding-left: 20px;
padding-top: 30px;
position: relative;
width: 700px;
}
#slogan {
font-size: 14px;
color: #fff;
margin-top: 10px;
margin-left: 20px;
width: 600px;
}
/* Navbar */
#nav {
height: 30px;
background: #006ac8;
position: relative;
}
#nbar {
position: relative;
width: auto;
height: 30px;
margin: 0;
padding : 0 0 0 0;
font: bold 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}
#nbar ul {
float: left;
list-style : none;
margin: 0;
padding: 0;
padding-top: 2px;
}
#nbar ul li {
display: inline;
}
#nbar ul li a {
display: block;
float: left;
padding: 0 10px;
color: #DFDFDF;
text-decoration: none;
}
#nbar ul li a:hover {
color: #FAFAFA;
}
#nbar ul li#selected a {
color: #fff;
}
#content-wrap {
margin-top: 5px;
}
/* Content */
#content {
width: 670px;
padding: 20px 5px 5px 5px;
}
#content h1 {
font-size: 18px;
color: #006ac8;
border-bottom: dotted 1px #ccc;
}
/* document (rst generates this...) */
#document {
width: 630px;
padding: 20px 5px 5px 5px;
}
#document h1 {
font-size: 18px;
color: #006ac8;
border-bottom: dotted 1px #ccc;
}
.post-footer {
border-bottom: solid 1px #D9D9D9;
margin-bottom: 20px;
text-align: right;
}
.dated {
padding-top: 2px;
background: url(calendar.png) left no-repeat;
padding-left: 20px;
float: left;
}
.category {
background: url(category.png) left no-repeat;
padding-left: 20px;
margin-left: 10px;
float: left;
height: 16px;
}
.author {
padding-left: 20px;
padding-bottom: 5px;
background: url(user.png) no-repeat;
}
.more {
padding-left: 20px;
margin-left: 10px;
padding-bottom: 5px;
background: url(more.png) no-repeat;
}
/* Sidebar */
#sidebar {
width: 270px;
float: right;
padding: 5px 5px 5px 5px;
border-left: solid 1px #CCCCCC;
border-bottom: dotted 1px #CCCCCC;
}
#sidebar ul.menu {
list-style: none;
text-decoration: none;
margin : 3px 0 2px 0;
padding: 0;
}
#sidebar ul.menu li {
background:url(bullet.png) no-repeat;
padding : 2px 0 0px 15px;
margin : 0 2px;
}
#sidebar ul.menu a {
text-decoration : none;
background-image : none;
}
#sidebar ul.menu a:hover {
color:#551A8B;
}
#sidebar h1 {
font-size: 14px;
color: #34689C;
}
#left_sidebar {
width: 160px;
float: left;
margin-top: 10px;
}
#right_sidebar {
width: 160px;
float: right;
margin-top: 10px;
}
.widgetspace {
/* border-bottom: solid 1px #D9D9D9;*/
margin-bottom: 5px;
}
/* Addition Stuffs */
blockquote {
background: #F2F2F2 url(quote.png) no-repeat left top;
border-left: solid 5px #D7D7D7;
padding: 5px 5px 5px 25px;
}
code {
margin : 4px 8px;
padding : 8px;
text-align : left;
display : block;
overflow : auto;
font : 1.1em/1.5em 'Lucida Console', 'courier new', monospace;
background: #f8f4f1;
border : 1px dashed #D7C3C3;
}
pre {
margin : 4px 8px;
padding : 8px;
text-align : left;
display : block;
overflow : auto;
font : 1.1em/1.5em 'Lucida Console', 'courier new', monospace;
background: #f8f4f1;
border : 1px dashed #D7C3C3;
}
ul, ol {
margin: 5px 20px;
padding: 0 20px;
color: #333333;
}
ul span, ol span {
color: #333333;
}
tt {
font : 1.1em/1.5em 'Lucida Console', 'courier new', monospace;
}
/* Ads CSS */
#side_ad {
width: 300px;
height: 250px;
margin: 0 auto;
background: #F8F8F8;
}
#side_sky_ad {
width: 160px;
height: 600px;
margin: 0 auto;
background: #F8F8F8;
}
#banner_ad {
width: 468px;
height: 60px;
margin: 0 auto;
background: #F8F8F8;
}
/* Images */
img {
border: none;
background: #EBEBEB;
}
img.float-right {
margin : 5px 0 10px 10px;
padding: 2px;
}
img.float-left {
margin : 5px 10px 10px 0;
padding: 2px;
}
/* Forms and Text Fields */
form {
margin : 10px;
padding : 0 5px;
border : 1px solid #ccc;
background-color: #F8F8F8;
}
label {
display : block;
font-weight : bold;
margin : 5px 0;
color: #333333;
}
input {
padding : 2px;
border : 1px solid #C6D9E9;
font : normal 1em Verdana, sans-serif;
color : #000000;
background:#fff;
background-color : #ffffff;
}
textarea {
width : 400px;
padding : 2px;
font-family : Verdana, sans-serif;
border : 1px solid #C6D9E9;
background-color : #ffffff;
height : 100px;
display : block;
background:#fff;
color : #000;
}
input.button {
margin : 0;
font : bolder 12px Arial, Sans-serif;
border : 1px solid #ccc;
padding : 2px 3px;
background : #fff;
color : #131212;
}
/* Footer */
#footer {
height: 30px;
padding-top: 5px;
margin: 0;
text-align: center;
border-top: solid 2px #6699CC;
background: #006ac8;
color: #fff;
}
#footer a {
color:#fff;
}
#footer a:hover {
text-decoration:none;
}
.clearfix {
clear:both;
overflow: hidden
} | ispc-1.15.0/css/style.css | @charset "utf-8";
/*-------------------------------------------------------------*/
/* CSS Document */
/* Template Name: ClearLooks */
/* Designed By: Santhosh */
/* Homepage: www.themebin.com */
/*-------------------------------------------------------------*/
body {
font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #ffffff;
text-align: justify;
margin: 0;
}
/* HTML */
h1 {
margin: 0;
}
h2 {
font-size: 14px;
color: #333;
}
h3 {
font-size: 12px;
color: #000;
}
a {
color:#000;
}
a:hover {
color:#551A8B;
}
/* Wrap */
#wrap {
width: 1000px;
margin: 0 auto;
background: #fff;
border: solid 1px #E8E8E8;
}
#wrap2 {
width: 990px;
margin: 0 auto;
}
/* Header */
#header {
height: 100px;
background: #006ac8;
margin-top: 5px;
border-bottom: solid 1px #ffffff;
position: relative;
color: #fff;
}
#logo {
font-size: 30px;
color: #fff;
padding-left: 20px;
padding-top: 30px;
position: relative;
width: 700px;
}
#slogan {
font-size: 14px;
color: #fff;
margin-top: 10px;
margin-left: 20px;
width: 600px;
}
/* Navbar */
#nav {
height: 30px;
background: #006ac8;
position: relative;
}
#nbar {
position: relative;
width: auto;
height: 30px;
margin: 0;
padding : 0 0 0 0;
font: bold 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}
#nbar ul {
float: left;
list-style : none;
margin: 0;
padding: 0;
padding-top: 2px;
}
#nbar ul li {
display: inline;
}
#nbar ul li a {
display: block;
float: left;
padding: 0 10px;
color: #DFDFDF;
text-decoration: none;
}
#nbar ul li a:hover {
color: #FAFAFA;
}
#nbar ul li#selected a {
color: #fff;
}
#content-wrap {
margin-top: 5px;
}
/* Content */
#content {
width: 670px;
padding: 20px 5px 5px 5px;
}
#content h1 {
font-size: 18px;
color: #006ac8;
border-bottom: dotted 1px #ccc;
}
/* document (rst generates this...) */
#document {
width: 630px;
padding: 20px 5px 5px 5px;
}
#document h1 {
font-size: 18px;
color: #006ac8;
border-bottom: dotted 1px #ccc;
}
.post-footer {
border-bottom: solid 1px #D9D9D9;
margin-bottom: 20px;
text-align: right;
}
.dated {
padding-top: 2px;
background: url(calendar.png) left no-repeat;
padding-left: 20px;
float: left;
}
.category {
background: url(category.png) left no-repeat;
padding-left: 20px;
margin-left: 10px;
float: left;
height: 16px;
}
.author {
padding-left: 20px;
padding-bottom: 5px;
background: url(user.png) no-repeat;
}
.more {
padding-left: 20px;
margin-left: 10px;
padding-bottom: 5px;
background: url(more.png) no-repeat;
}
/* Sidebar */
#sidebar {
width: 270px;
float: right;
padding: 5px 5px 5px 5px;
border-left: solid 1px #CCCCCC;
border-bottom: dotted 1px #CCCCCC;
}
#sidebar ul.menu {
list-style: none;
text-decoration: none;
margin : 3px 0 2px 0;
padding: 0;
}
#sidebar ul.menu li {
background:url(bullet.png) no-repeat;
padding : 2px 0 0px 15px;
margin : 0 2px;
}
#sidebar ul.menu a {
text-decoration : none;
background-image : none;
}
#sidebar ul.menu a:hover {
color:#551A8B;
}
#sidebar h1 {
font-size: 14px;
color: #34689C;
}
#left_sidebar {
width: 160px;
float: left;
margin-top: 10px;
}
#right_sidebar {
width: 160px;
float: right;
margin-top: 10px;
}
.widgetspace {
/* border-bottom: solid 1px #D9D9D9;*/
margin-bottom: 5px;
}
/* Addition Stuffs */
blockquote {
background: #F2F2F2 url(quote.png) no-repeat left top;
border-left: solid 5px #D7D7D7;
padding: 5px 5px 5px 25px;
}
code {
margin : 4px 8px;
padding : 8px;
text-align : left;
display : block;
overflow : auto;
font : 1.1em/1.5em 'Lucida Console', 'courier new', monospace;
background: #f8f4f1;
border : 1px dashed #D7C3C3;
}
pre {
margin : 4px 8px;
padding : 8px;
text-align : left;
display : block;
overflow : auto;
font : 1.1em/1.5em 'Lucida Console', 'courier new', monospace;
background: #f8f4f1;
border : 1px dashed #D7C3C3;
}
ul, ol {
margin: 5px 20px;
padding: 0 20px;
color: #333333;
}
ul span, ol span {
color: #333333;
}
tt {
font : 1.1em/1.5em 'Lucida Console', 'courier new', monospace;
}
/* Ads CSS */
#side_ad {
width: 300px;
height: 250px;
margin: 0 auto;
background: #F8F8F8;
}
#side_sky_ad {
width: 160px;
height: 600px;
margin: 0 auto;
background: #F8F8F8;
}
#banner_ad {
width: 468px;
height: 60px;
margin: 0 auto;
background: #F8F8F8;
}
/* Images */
img {
border: none;
background: #EBEBEB;
}
img.float-right {
margin : 5px 0 10px 10px;
padding: 2px;
}
img.float-left {
margin : 5px 10px 10px 0;
padding: 2px;
}
/* Forms and Text Fields */
form {
margin : 10px;
padding : 0 5px;
border : 1px solid #ccc;
background-color: #F8F8F8;
}
label {
display : block;
font-weight : bold;
margin : 5px 0;
color: #333333;
}
input {
padding : 2px;
border : 1px solid #C6D9E9;
font : normal 1em Verdana, sans-serif;
color : #000000;
background:#fff;
background-color : #ffffff;
}
textarea {
width : 400px;
padding : 2px;
font-family : Verdana, sans-serif;
border : 1px solid #C6D9E9;
background-color : #ffffff;
height : 100px;
display : block;
background:#fff;
color : #000;
}
input.button {
margin : 0;
font : bolder 12px Arial, Sans-serif;
border : 1px solid #ccc;
padding : 2px 3px;
background : #fff;
color : #131212;
}
/* Footer */
#footer {
height: 30px;
padding-top: 5px;
margin: 0;
text-align: center;
border-top: solid 2px #6699CC;
background: #006ac8;
color: #fff;
}
#footer a {
color:#fff;
}
#footer a:hover {
text-decoration:none;
}
.clearfix {
clear:both;
overflow: hidden
} | 0.262275 | 0.061312 |
TYPOGRAPHY
-----------------*/
@import url("https://fonts.googleapis.com/css?family=poppins:400,600,700&display=swap|Lato:400");
body {
line-height: 1.7;
font-family: "Lato", sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 16px;
color: #858585;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Poppins", sans-serif;
color: #111;
font-weight: 600;
line-height: 1.4;
letter-spacing: -.5px;
}
h1, .h1 {
font-size: 40px;
font-weight: 800;
}
h2, .h2 {
font-size: 32px;
}
h3, .h3 {
font-size: 24px;
}
h4, .h4 {
font-size: 20px;
}
h5, .h5 {
font-size: 18px;
}
h6, .h6 {
font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #111;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: #172182;
}
a {
transition: all 0.45s ease |linear;
}
p {
color: #7B7B7B;
}
.navbar-toggle .icon-bar {
background: #172182;
}
input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
box-shadow: none;
height: 45px;
outline: none;
font-size: 14px;
}
input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
box-shadow: none;
border: 1px solid #172182;
}
.form-control {
box-shadow: none;
border-radius: 0;
}
.form-control:focus {
box-shadow: none;
border: 1px solid #172182;
}
.py-7 {
padding: 7rem 0px;
}
.btn {
font-size: 14px;
letter-spacing: 0px;
padding: 14px 25px;
text-transform: capitalize;
border-radius: 4px;
font-weight: 600;
border: 1px solid transparent;
transition: all 0.2s ease;
}
.btn-main, .btn-sm {
background: #172182;
color: #fff;
}
.btn-main:hover, .btn-sm:hover {
background: #131c6c;
color: #fff;
}
.btn-main-2 {
background: #ff6984;
color: #fff;
}
.btn-main-2:hover {
background: #ff506f;
color: #fff;
}
.btn-white {
background: #fff;
color: #111;
border-color: #fff;
}
.btn-white:hover {
background: #172182;
color: #fff;
border-color: #172182;
}
.btn-black {
background: #111;
color: #fff;
border-color: #111;
}
.btn-black:hover {
background: #172182;
color: #fff;
border-color: #172182;
}
.btn-solid-border {
background: transparent;
color: #111;
border-color: rgba(0, 0, 0, 0.08);
}
.btn-solid-border:hover {
background: transparent;
color: #172182;
}
.btn-large {
padding: 20px 45px;
}
.btn-large.btn-icon i {
font-size: 16px;
vertical-align: middle;
margin-right: 5px;
}
.btn-sm {
padding: 10px 22px;
font-size: 12px;
}
.btn-round {
border-radius: 4px;
}
.btn-round-full {
border-radius: 50px;
}
.btn.active:focus, .btn:active:focus, .btn:focus {
outline: 0;
}
.bg-shadow {
background-color: #fff;
box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
padding: 20px;
}
.bg-gray {
background: #f9f9f9;
}
.bg-primary {
background: #172182;
}
.bg-dark {
background: #202122;
}
.section {
padding: 100px 0;
}
.section-sm {
padding: 70px 0;
}
.section-title {
margin-bottom: 70px;
}
.section-title h2 {
text-transform: uppercase;
font-size: 28px;
font-weight: 600;
}
.section-title p {
font-style: italic;
color: #666;
font-family: "Lato", sans-serif;
}
.page-title {
padding: 200px 0px 85px 0px;
background: #eee;
background-size: cover;
}
.page-title .block {
text-align: center;
}
.page-title .block h1 {
font-size: 2.5rem;
}
.page-title .block ul li {
color: #ff6984;
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
}
.page-title .block ul li a {
font-weight: 600;
color: #111;
}
.page-wrapper {
padding: 70px 0;
}
.overly {
position: relative;
}
.overly:before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background: #1d192c;
opacity: 0.8;
}
#success, #error {
display: none;
}
.font-sm {
font-size: 14px;
}
.letter-spacing {
letter-spacing: 1px;
}
.font-lg {
font-size: 50px;
}
.text-white {
color: #fff;
}
.text-black {
color: #111;
}
a:hover {
text-decoration: none;
}
/*-------------------
MENU
----------------------*/
.main-navigation {
z-index: 9999;
background: #fff;
}
.navbar-nav .nav-link {
padding-right: 1rem !important;
padding-left: 1rem !important;
font-weight: 600;
text-transform: capitalize;
font-size: 16px;
color: #111;
}
.fixed-top {
position: fixed;
z-index: 1030;
right: 0;
left: 0;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
content: "";
vertical-align: middle;
background: no-repeat 50%;
background-size: 100% 100%;
}
.nav-item.dropdown .dropdown-menu {
transition: all 300ms ease;
display: block;
visibility: hidden;
opacity: 0;
top: 120%;
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
border: 0px;
padding: 0px;
position: absolute;
}
.nav-item.dropdown:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.header-bar.fixed-header .main-navigation {
position: fixed;
left: 0;
top: 0;
width: 100%;
background: rgba(20, 27, 40, 0.9);
border-color: transparent;
}
/*-------------------
DROPDOWN MENU
----------------------*/
.dropdown-menu {
opacity: 0;
}
.dropdown-menu.show {
-webkit-animation: .2s forwards b;
animation: .2s forwards b;
}
.dropdown-item {
font-size: .6875rem;
font-weight: 500;
padding-top: .5rem;
padding-bottom: .5rem;
transition: background-color .1s;
text-transform: uppercase;
}
.dropdown-item:hover {
color: #fff;
text-decoration: none;
background-color: #172182;
}
.header-contact {
margin-top: 13px;
}
.header-contact a {
font-size: 14px;
}
.main_menu {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 999;
}
.b-logo, .w-logo {
width: 50%;
}
.main_menu .b-logo {
display: none;
}
.menu_fixed .w-logo {
display: none;
}
.menu_fixed .b-logo {
display: block;
}
.menu_fixed {
position: fixed;
z-index: 9999 !important;
width: 100%;
background-color: #fff;
box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
top: 0;
}
.menu_fixed .navbar-nav .nav-link {
color: #111 !important;
}
.menu_fixed .header-socials a {
color: #111;
}
.dropdown-toggle::after {
display: none;
}
.banner {
padding: 180px 0px 230px 0px;
background: rgba(0, 0, 0, 0.03);
}
.banner-content span {
color: #111;
letter-spacing: 1px;
text-transform: capitalize;
}
.banner-content h1 {
line-height: 1.2;
font-size: 65px;
font-weight: 700;
margin: 0px 0px 10px 0px;
text-transform: capitalize;
letter-spacing: -2px;
color: #172182;
}
.banner-content p {
margin-bottom: 35px;
color: #111;
}
.banner-img {
position: relative;
margin-right: -48px;
}
.video-play {
color: #111;
margin-left: 15px;
font-weight: 600;
transition: all .45s ease;
}
.video-play i {
font-size: 14px;
width: 50px;
height: 50px;
background: rgba(23, 33, 130, 0.06);
text-align: center;
padding-top: 18px;
border-radius: 100%;
margin-right: 15px;
transition: all .45s ease;
}
.video-play:hover i {
background: #172182;
color: #fff;
}
@media (max-width: 400px) {
.banner-content h1 {
font-size: 51px;
}
.banner-img {
margin-right: 0px;
}
}
@media (max-width: 400px) {
.banner-content h1 {
font-size: 51px;
}
.banner-img {
margin-right: 0px;
}
}
@media (max-width: 768px) {
.banner-content h1 {
font-size: 51px;
}
.banner-img {
margin-right: 0px;
}
}
@media (max-width: 992px) {
.banner-content {
text-align: center;
}
.banner-img {
margin-right: 0px;
}
}
.bg-grey {
background: #f7f7f7;
}
.feature {
margin-top: -150px;
}
.feature-item {
padding: 50px 30px;
border-radius: 5px;
background: #fff;
text-align: center;
border: 1px solid #f7f7f7;
transition: all .45s ease;
}
.feature-item i {
width: 45px;
height: 45px;
display: inline-block;
border-radius: 7px;
text-align: center;
padding-top: 15px;
color: #fff;
}
.feature-item h4 {
margin-top: 25px;
margin-bottom: 15px;
}
.feature-item a {
text-transform: capitalize;
}
.feature-item:hover {
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.c1 {
background: #4A46DD;
}
.c2 {
background: #FEA369;
}
.c3 {
background: #F48687;
}
.c4 {
background: #1BDBAC;
}
.about-item h2 {
margin-bottom: 25px;
margin-top: 15px;
}
.about-item p {
margin-bottom: 30px;
}
.service-heading {
width: 70%;
margin: 0 auto;
}
.about-item-block {
display: flex;
align-items: center;
border: 1px solid rgba(0, 0, 0, 0.04);
border-radius: 5px;
padding: 10px;
padding-left: 0px;
margin-bottom: 20px;
background: #fff;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
}
.about-item-block h4 {
font-weight: 400;
font-size: 18px;
text-transform: capitalize;
}
.about-item-block .about-item-icon {
margin-right: 20px;
background: rgba(23, 33, 130, 0.2);
padding: 15px;
border-radius: 0px 10px 0px 0px;
}
.about-item-block .about-item-icon img {
width: 30px;
}
.heading {
margin-bottom: 70px;
}
.heading h2 {
margin-top: 10px;
}
.counter {
background: #eee;
padding: 60px 0px;
background: url("../images/bg/counterbg2.png") no-repeat;
background-size: cover;
position: relative;
}
.counter-item {
text-align: center;
}
.counter-item span {
font-size: 60px;
line-height: 1;
color: #172182;
}
.counter-item p {
color: #111;
margin-top: 10px;
}
.counter-item i {
display: block;
margin-bottom: 20px;
font-size: 40px;
color: #ff6984;
}
.text-color {
color: #ff6984;
}
.process-item {
padding: 20px;
margin-bottom: 15px;
}
.process-item i {
font-size: 40px;
width: 110px;
height: 110px;
background: #eee;
border: 10px solid #fff;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
display: inline-block;
border-radius: 100%;
padding-top: 25px;
color: #172182;
text-align: center;
}
.process-item h4 {
margin-top: 20px;
}
.testimonial {
padding-bottom: 150px;
}
.testimonial-item {
padding: 40px;
border: 1px solid #f7f7f7 !important;
background: #fff;
position: relative;
margin: 5px 0px;
}
.testimonial-item .quote-icon {
position: absolute;
content: "";
right: 40px;
bottom: 0px;
font-size: 100px;
opacity: .08;
color: #172182;
}
.testimonial-item .rating a {
font-size: 22px;
color: #ff6984;
}
.testimonial-item p {
font-size: 18px;
margin: 15px 0px 35px;
}
.testimonial-item .testimonial-footer p {
font-size: 14px;
margin: 0px;
}
.test-img {
background: url("../images/bg/6.jpg");
width: 100%;
background-size: cover;
height: 450px;
position: relative;
}
.test-img .testimonial-slider {
position: absolute;
content: "";
right: -71px;
bottom: -65px;
}
.cta {
background: url("../images/banner/blog-2.jpg") 50% 50% no-repeat;
position: relative;
background-size: cover;
}
.cta:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background: rgba(23, 33, 130, 0.95);
}
.cta .cta-content h2 {
color: #fff;
}
.service-block {
margin-bottom: 30px;
padding: 50px 40px;
text-align: center;
position: relative;
background: #eee;
overflow: hidden;
border-radius: 5px;
}
.service-block .number {
font-weight: 800;
font-size: 150px;
opacity: .08;
position: absolute;
content: "";
bottom: -90px;
right: 0px;
}
.service-block img {
width: 70px;
}
.service-block h4 {
margin-top: 20px;
}
.service-block p {
margin-bottom: 0px;
}
.about-us h2 {
color: #172182;
}
.feature-wrap .feature-block i {
font-size: 40px;
color: #ff6984;
}
.feature-wrap .feature-block h4 {
margin-top: 20px;
}
.team-item {
text-align: center;
border: 1px solid #f7f7f7;
background: #fff;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
padding: 25px;
border-radius: 4px;
transition: all .45s ease;
}
.team-item .team-img {
margin-bottom: 30px;
}
.team-item .team-img img {
border-radius: 100%;
border: 10px solid #f7f7f7;
}
.team-item .team-info h4 {
margin-bottom: 0px;
}
.team-item .team-info p {
font-size: 14px;
}
.team-item .team-info h4, .team-item .team-info p {
transition: all .45s ease;
}
.team-item ul li a {
color: #777;
font-size: 14px;
padding: 0px 3px;
transition: all .45s ease;
}
.team-item:hover {
background: #172182;
}
.team-item:hover h4, .team-item:hover p {
color: #fff;
}
.team-item:hover ul li a {
color: #ff6984;
}
@media (max-width: 400px) {
.test-img .testimonial-slider {
right: 0px;
}
}
@media (max-width: 480px) {
.test-img .testimonial-slider {
right: 0px;
}
}
@media (max-width: 768px) {
.test-img .testimonial-slider {
right: 0px;
}
}
.pricing {
position: relative;
}
.pricing:before {
position: absolute;
content: "";
bottom: 0px;
left: 0px;
background: #F7F7F7;
background: url("../images/bg/t-pattern.png") no-repeat;
background-size: cover;
width: 100%;
height: 40%;
}
.pricing-item {
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
background: #fff;
padding: 40px;
}
.pricing-item .price-header h2 {
font-size: 60px;
color: #172182;
}
.pricing-item .price-header img {
display: block;
margin: 20px 0px;
}
.pricing-item .price-features {
margin: 15px 0px 25px;
}
.pricing-item .price-features ul li {
line-height: 35px;
color: #111;
}
.pricing-item .price-features ul li i {
margin-right: 10px;
}
.pricing-item .btn:hover {
background: #172182;
color: #fff;
border-color: #172182;
}
.contact_form {
background: #f7f7f7;
padding: 40px;
}
.form-control {
height: 55px;
border-color: #eee;
}
textarea.form-control {
height: auto;
}
#map {
height: 690px;
}
.contact-info-wrap {
padding: 100px 0px 0px 0px;
}
.contact-info {
padding: 30px;
text-align: center;
flex-basis: 33.33%;
margin: 0px 10px;
}
.contact-info i {
font-size: 40px;
color: #172182;
width: 100px;
height: 100px;
border-radius: 100%;
background: #eee;
display: inline-block;
text-align: center;
padding-top: 30px;
}
.contact-info h4 {
margin-bottom: 10px;
margin-top: 30px;
text-transform: capitalize;
}
@media (max-width: 992px) {
#map {
height: 390px;
}
}
.post-meta {
text-transform: capitalize;
}
.post-meta span {
margin-right: 15px;
}
.blog-item {
background: #fff;
transition: .4s;
cursor: pointer;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
}
.blog-item h3 {
font-size: 22px;
font-family: "Lato", sans-serif;
}
.blog-item .blog-item-content {
padding: 20px;
}
.blog-item:hover h3 a {
color: #172182;
}
.blog-post-item {
margin-bottom: 40px;
}
.blog-post-item .post-title {
margin-top: 10px;
}
.blog-post-item .post-meta span a {
color: #888;
}
.blog-post-item .post-meta span a:hover {
color: #172182;
}
.blog-post-item .post-tags a {
margin-right: 2px;
}
.sidebar-widget .btn {
color: #fff;
}
.sidebar-widget .widget-title {
margin-bottom: 20px;
}
.sidebar-widget a {
color: #111;
}
.sidebar-widget.cat-widget ul li {
margin-bottom: 10px;
}
.sidebar-widget.tags a {
display: inline-block;
padding: 3px 9px;
text-transform: capitalize;
background: #eee;
margin-bottom: 5px;
}
.post-navigation {
margin-top: 70px;
}
.post-navigation ul li.page-item .page-link {
border-color: #eee;
}
.post-navigation ul li.page-item.active .page-link {
background: #f7f7f7;
color: #111;
}
.post-navigation ul li.page-item .page-link:hover {
background: #172182;
border-color: #172182;
color: #fff;
}
.post-single ul {
margin: 20px 0px 30px 0px;
}
.post-single ul li {
color: #111;
margin-bottom: 10px;
}
.post-single-thumb {
margin-bottom: 25px;
}
.post-single-meta {
margin: 30px 0px;
padding: 15px;
border: 1px solid #f7f7f7;
}
.post-single-meta span {
color: #111;
margin-right: 15px;
}
.post-single-meta a {
color: #777;
}
.post-single-meta i {
color: #ff6984;
}
blockquote {
background: #172182;
margin: 25px 0px;
padding: 30px;
color: #fff;
font-size: 18px;
line-height: 36px;
border-left: 5px solid #ff6984;
}
.blockquote-footer {
margin-top: 20px;
color: #ff6984;
}
pre {
background: #f7f7f7;
padding: 30px 0px;
}
.post-sub-heading {
margin-bottom: 25px;
}
.comments-list {
padding-left: 0px;
}
.comments-list .media {
border: 1px solid #f7f7f7;
padding: 20px;
margin-bottom: 10px;
}
.comments-list .comment-author {
margin-bottom: 0px;
}
.comments-list .comment-avatar {
width: 80px;
height: 80px;
border-radius: 5px;
margin-right: 20px;
}
.comments-list .comment-info {
margin-bottom: 10px;
}
.comments-list .comment-button {
margin-left: 10px;
color: #172182;
}
.post-comments-form {
margin-top: 40px;
padding: 35px;
background: #f7f7f7;
}
@media (max-width: 400px) {
.post-comments .media {
display: block;
}
.comment-avatar {
margin-bottom: 15px;
}
}
@media (max-width: 480px) {
.post-comments .media {
display: block;
}
.comment-avatar {
margin-bottom: 15px;
}
}
@media (max-width: 992px) {
.post-comments .media {
display: block;
}
.comment-avatar {
margin-bottom: 15px;
}
}
.footer {
background: #001D4C;
padding: 90px 0px 90px 0px;
}
.footer-widget .widget-title {
color: #fff;
text-transform: capitalize;
font-size: 18px;
margin-bottom: 25px;
}
.footer-widget p, .footer-widget ul li {
color: rgba(255, 255, 255, 0.7);
}
.footer-widget .footer-links li {
margin-bottom: 6px;
}
.footer-widget .footer-links a {
color: rgba(255, 255, 255, 0.9);
font-weight: 700;
}
.footer-socials a {
color: rgba(255, 255, 255, 0.8);
margin-right: 10px;
}
.footer-socials a i {
margin-right: 8px;
}
.copyright p {
color: rgba(255, 255, 255, 0.8);
}
.footer-btm {
background: #00173E;
padding: 20px 0px 10px;
}
.subs-form {
margin-top: 20px;
}
.subs-form input {
background: #fff;
border-color: #eee;
margin-bottom: 15px;
}
.footer-logo {
font-size: 60px;
line-height: 1;
color: #fff;
font-weight: 800;
} | SPYDER WEBSITE/spider-151/assets/css/style.css | TYPOGRAPHY
-----------------*/
@import url("https://fonts.googleapis.com/css?family=poppins:400,600,700&display=swap|Lato:400");
body {
line-height: 1.7;
font-family: "Lato", sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 16px;
color: #858585;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Poppins", sans-serif;
color: #111;
font-weight: 600;
line-height: 1.4;
letter-spacing: -.5px;
}
h1, .h1 {
font-size: 40px;
font-weight: 800;
}
h2, .h2 {
font-size: 32px;
}
h3, .h3 {
font-size: 24px;
}
h4, .h4 {
font-size: 20px;
}
h5, .h5 {
font-size: 18px;
}
h6, .h6 {
font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #111;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: #172182;
}
a {
transition: all 0.45s ease |linear;
}
p {
color: #7B7B7B;
}
.navbar-toggle .icon-bar {
background: #172182;
}
input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
box-shadow: none;
height: 45px;
outline: none;
font-size: 14px;
}
input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
box-shadow: none;
border: 1px solid #172182;
}
.form-control {
box-shadow: none;
border-radius: 0;
}
.form-control:focus {
box-shadow: none;
border: 1px solid #172182;
}
.py-7 {
padding: 7rem 0px;
}
.btn {
font-size: 14px;
letter-spacing: 0px;
padding: 14px 25px;
text-transform: capitalize;
border-radius: 4px;
font-weight: 600;
border: 1px solid transparent;
transition: all 0.2s ease;
}
.btn-main, .btn-sm {
background: #172182;
color: #fff;
}
.btn-main:hover, .btn-sm:hover {
background: #131c6c;
color: #fff;
}
.btn-main-2 {
background: #ff6984;
color: #fff;
}
.btn-main-2:hover {
background: #ff506f;
color: #fff;
}
.btn-white {
background: #fff;
color: #111;
border-color: #fff;
}
.btn-white:hover {
background: #172182;
color: #fff;
border-color: #172182;
}
.btn-black {
background: #111;
color: #fff;
border-color: #111;
}
.btn-black:hover {
background: #172182;
color: #fff;
border-color: #172182;
}
.btn-solid-border {
background: transparent;
color: #111;
border-color: rgba(0, 0, 0, 0.08);
}
.btn-solid-border:hover {
background: transparent;
color: #172182;
}
.btn-large {
padding: 20px 45px;
}
.btn-large.btn-icon i {
font-size: 16px;
vertical-align: middle;
margin-right: 5px;
}
.btn-sm {
padding: 10px 22px;
font-size: 12px;
}
.btn-round {
border-radius: 4px;
}
.btn-round-full {
border-radius: 50px;
}
.btn.active:focus, .btn:active:focus, .btn:focus {
outline: 0;
}
.bg-shadow {
background-color: #fff;
box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
padding: 20px;
}
.bg-gray {
background: #f9f9f9;
}
.bg-primary {
background: #172182;
}
.bg-dark {
background: #202122;
}
.section {
padding: 100px 0;
}
.section-sm {
padding: 70px 0;
}
.section-title {
margin-bottom: 70px;
}
.section-title h2 {
text-transform: uppercase;
font-size: 28px;
font-weight: 600;
}
.section-title p {
font-style: italic;
color: #666;
font-family: "Lato", sans-serif;
}
.page-title {
padding: 200px 0px 85px 0px;
background: #eee;
background-size: cover;
}
.page-title .block {
text-align: center;
}
.page-title .block h1 {
font-size: 2.5rem;
}
.page-title .block ul li {
color: #ff6984;
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
}
.page-title .block ul li a {
font-weight: 600;
color: #111;
}
.page-wrapper {
padding: 70px 0;
}
.overly {
position: relative;
}
.overly:before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background: #1d192c;
opacity: 0.8;
}
#success, #error {
display: none;
}
.font-sm {
font-size: 14px;
}
.letter-spacing {
letter-spacing: 1px;
}
.font-lg {
font-size: 50px;
}
.text-white {
color: #fff;
}
.text-black {
color: #111;
}
a:hover {
text-decoration: none;
}
/*-------------------
MENU
----------------------*/
.main-navigation {
z-index: 9999;
background: #fff;
}
.navbar-nav .nav-link {
padding-right: 1rem !important;
padding-left: 1rem !important;
font-weight: 600;
text-transform: capitalize;
font-size: 16px;
color: #111;
}
.fixed-top {
position: fixed;
z-index: 1030;
right: 0;
left: 0;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
content: "";
vertical-align: middle;
background: no-repeat 50%;
background-size: 100% 100%;
}
.nav-item.dropdown .dropdown-menu {
transition: all 300ms ease;
display: block;
visibility: hidden;
opacity: 0;
top: 120%;
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
border: 0px;
padding: 0px;
position: absolute;
}
.nav-item.dropdown:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.header-bar.fixed-header .main-navigation {
position: fixed;
left: 0;
top: 0;
width: 100%;
background: rgba(20, 27, 40, 0.9);
border-color: transparent;
}
/*-------------------
DROPDOWN MENU
----------------------*/
.dropdown-menu {
opacity: 0;
}
.dropdown-menu.show {
-webkit-animation: .2s forwards b;
animation: .2s forwards b;
}
.dropdown-item {
font-size: .6875rem;
font-weight: 500;
padding-top: .5rem;
padding-bottom: .5rem;
transition: background-color .1s;
text-transform: uppercase;
}
.dropdown-item:hover {
color: #fff;
text-decoration: none;
background-color: #172182;
}
.header-contact {
margin-top: 13px;
}
.header-contact a {
font-size: 14px;
}
.main_menu {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 999;
}
.b-logo, .w-logo {
width: 50%;
}
.main_menu .b-logo {
display: none;
}
.menu_fixed .w-logo {
display: none;
}
.menu_fixed .b-logo {
display: block;
}
.menu_fixed {
position: fixed;
z-index: 9999 !important;
width: 100%;
background-color: #fff;
box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
top: 0;
}
.menu_fixed .navbar-nav .nav-link {
color: #111 !important;
}
.menu_fixed .header-socials a {
color: #111;
}
.dropdown-toggle::after {
display: none;
}
.banner {
padding: 180px 0px 230px 0px;
background: rgba(0, 0, 0, 0.03);
}
.banner-content span {
color: #111;
letter-spacing: 1px;
text-transform: capitalize;
}
.banner-content h1 {
line-height: 1.2;
font-size: 65px;
font-weight: 700;
margin: 0px 0px 10px 0px;
text-transform: capitalize;
letter-spacing: -2px;
color: #172182;
}
.banner-content p {
margin-bottom: 35px;
color: #111;
}
.banner-img {
position: relative;
margin-right: -48px;
}
.video-play {
color: #111;
margin-left: 15px;
font-weight: 600;
transition: all .45s ease;
}
.video-play i {
font-size: 14px;
width: 50px;
height: 50px;
background: rgba(23, 33, 130, 0.06);
text-align: center;
padding-top: 18px;
border-radius: 100%;
margin-right: 15px;
transition: all .45s ease;
}
.video-play:hover i {
background: #172182;
color: #fff;
}
@media (max-width: 400px) {
.banner-content h1 {
font-size: 51px;
}
.banner-img {
margin-right: 0px;
}
}
@media (max-width: 400px) {
.banner-content h1 {
font-size: 51px;
}
.banner-img {
margin-right: 0px;
}
}
@media (max-width: 768px) {
.banner-content h1 {
font-size: 51px;
}
.banner-img {
margin-right: 0px;
}
}
@media (max-width: 992px) {
.banner-content {
text-align: center;
}
.banner-img {
margin-right: 0px;
}
}
.bg-grey {
background: #f7f7f7;
}
.feature {
margin-top: -150px;
}
.feature-item {
padding: 50px 30px;
border-radius: 5px;
background: #fff;
text-align: center;
border: 1px solid #f7f7f7;
transition: all .45s ease;
}
.feature-item i {
width: 45px;
height: 45px;
display: inline-block;
border-radius: 7px;
text-align: center;
padding-top: 15px;
color: #fff;
}
.feature-item h4 {
margin-top: 25px;
margin-bottom: 15px;
}
.feature-item a {
text-transform: capitalize;
}
.feature-item:hover {
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.c1 {
background: #4A46DD;
}
.c2 {
background: #FEA369;
}
.c3 {
background: #F48687;
}
.c4 {
background: #1BDBAC;
}
.about-item h2 {
margin-bottom: 25px;
margin-top: 15px;
}
.about-item p {
margin-bottom: 30px;
}
.service-heading {
width: 70%;
margin: 0 auto;
}
.about-item-block {
display: flex;
align-items: center;
border: 1px solid rgba(0, 0, 0, 0.04);
border-radius: 5px;
padding: 10px;
padding-left: 0px;
margin-bottom: 20px;
background: #fff;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
}
.about-item-block h4 {
font-weight: 400;
font-size: 18px;
text-transform: capitalize;
}
.about-item-block .about-item-icon {
margin-right: 20px;
background: rgba(23, 33, 130, 0.2);
padding: 15px;
border-radius: 0px 10px 0px 0px;
}
.about-item-block .about-item-icon img {
width: 30px;
}
.heading {
margin-bottom: 70px;
}
.heading h2 {
margin-top: 10px;
}
.counter {
background: #eee;
padding: 60px 0px;
background: url("../images/bg/counterbg2.png") no-repeat;
background-size: cover;
position: relative;
}
.counter-item {
text-align: center;
}
.counter-item span {
font-size: 60px;
line-height: 1;
color: #172182;
}
.counter-item p {
color: #111;
margin-top: 10px;
}
.counter-item i {
display: block;
margin-bottom: 20px;
font-size: 40px;
color: #ff6984;
}
.text-color {
color: #ff6984;
}
.process-item {
padding: 20px;
margin-bottom: 15px;
}
.process-item i {
font-size: 40px;
width: 110px;
height: 110px;
background: #eee;
border: 10px solid #fff;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
display: inline-block;
border-radius: 100%;
padding-top: 25px;
color: #172182;
text-align: center;
}
.process-item h4 {
margin-top: 20px;
}
.testimonial {
padding-bottom: 150px;
}
.testimonial-item {
padding: 40px;
border: 1px solid #f7f7f7 !important;
background: #fff;
position: relative;
margin: 5px 0px;
}
.testimonial-item .quote-icon {
position: absolute;
content: "";
right: 40px;
bottom: 0px;
font-size: 100px;
opacity: .08;
color: #172182;
}
.testimonial-item .rating a {
font-size: 22px;
color: #ff6984;
}
.testimonial-item p {
font-size: 18px;
margin: 15px 0px 35px;
}
.testimonial-item .testimonial-footer p {
font-size: 14px;
margin: 0px;
}
.test-img {
background: url("../images/bg/6.jpg");
width: 100%;
background-size: cover;
height: 450px;
position: relative;
}
.test-img .testimonial-slider {
position: absolute;
content: "";
right: -71px;
bottom: -65px;
}
.cta {
background: url("../images/banner/blog-2.jpg") 50% 50% no-repeat;
position: relative;
background-size: cover;
}
.cta:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background: rgba(23, 33, 130, 0.95);
}
.cta .cta-content h2 {
color: #fff;
}
.service-block {
margin-bottom: 30px;
padding: 50px 40px;
text-align: center;
position: relative;
background: #eee;
overflow: hidden;
border-radius: 5px;
}
.service-block .number {
font-weight: 800;
font-size: 150px;
opacity: .08;
position: absolute;
content: "";
bottom: -90px;
right: 0px;
}
.service-block img {
width: 70px;
}
.service-block h4 {
margin-top: 20px;
}
.service-block p {
margin-bottom: 0px;
}
.about-us h2 {
color: #172182;
}
.feature-wrap .feature-block i {
font-size: 40px;
color: #ff6984;
}
.feature-wrap .feature-block h4 {
margin-top: 20px;
}
.team-item {
text-align: center;
border: 1px solid #f7f7f7;
background: #fff;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
padding: 25px;
border-radius: 4px;
transition: all .45s ease;
}
.team-item .team-img {
margin-bottom: 30px;
}
.team-item .team-img img {
border-radius: 100%;
border: 10px solid #f7f7f7;
}
.team-item .team-info h4 {
margin-bottom: 0px;
}
.team-item .team-info p {
font-size: 14px;
}
.team-item .team-info h4, .team-item .team-info p {
transition: all .45s ease;
}
.team-item ul li a {
color: #777;
font-size: 14px;
padding: 0px 3px;
transition: all .45s ease;
}
.team-item:hover {
background: #172182;
}
.team-item:hover h4, .team-item:hover p {
color: #fff;
}
.team-item:hover ul li a {
color: #ff6984;
}
@media (max-width: 400px) {
.test-img .testimonial-slider {
right: 0px;
}
}
@media (max-width: 480px) {
.test-img .testimonial-slider {
right: 0px;
}
}
@media (max-width: 768px) {
.test-img .testimonial-slider {
right: 0px;
}
}
.pricing {
position: relative;
}
.pricing:before {
position: absolute;
content: "";
bottom: 0px;
left: 0px;
background: #F7F7F7;
background: url("../images/bg/t-pattern.png") no-repeat;
background-size: cover;
width: 100%;
height: 40%;
}
.pricing-item {
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
background: #fff;
padding: 40px;
}
.pricing-item .price-header h2 {
font-size: 60px;
color: #172182;
}
.pricing-item .price-header img {
display: block;
margin: 20px 0px;
}
.pricing-item .price-features {
margin: 15px 0px 25px;
}
.pricing-item .price-features ul li {
line-height: 35px;
color: #111;
}
.pricing-item .price-features ul li i {
margin-right: 10px;
}
.pricing-item .btn:hover {
background: #172182;
color: #fff;
border-color: #172182;
}
.contact_form {
background: #f7f7f7;
padding: 40px;
}
.form-control {
height: 55px;
border-color: #eee;
}
textarea.form-control {
height: auto;
}
#map {
height: 690px;
}
.contact-info-wrap {
padding: 100px 0px 0px 0px;
}
.contact-info {
padding: 30px;
text-align: center;
flex-basis: 33.33%;
margin: 0px 10px;
}
.contact-info i {
font-size: 40px;
color: #172182;
width: 100px;
height: 100px;
border-radius: 100%;
background: #eee;
display: inline-block;
text-align: center;
padding-top: 30px;
}
.contact-info h4 {
margin-bottom: 10px;
margin-top: 30px;
text-transform: capitalize;
}
@media (max-width: 992px) {
#map {
height: 390px;
}
}
.post-meta {
text-transform: capitalize;
}
.post-meta span {
margin-right: 15px;
}
.blog-item {
background: #fff;
transition: .4s;
cursor: pointer;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
}
.blog-item h3 {
font-size: 22px;
font-family: "Lato", sans-serif;
}
.blog-item .blog-item-content {
padding: 20px;
}
.blog-item:hover h3 a {
color: #172182;
}
.blog-post-item {
margin-bottom: 40px;
}
.blog-post-item .post-title {
margin-top: 10px;
}
.blog-post-item .post-meta span a {
color: #888;
}
.blog-post-item .post-meta span a:hover {
color: #172182;
}
.blog-post-item .post-tags a {
margin-right: 2px;
}
.sidebar-widget .btn {
color: #fff;
}
.sidebar-widget .widget-title {
margin-bottom: 20px;
}
.sidebar-widget a {
color: #111;
}
.sidebar-widget.cat-widget ul li {
margin-bottom: 10px;
}
.sidebar-widget.tags a {
display: inline-block;
padding: 3px 9px;
text-transform: capitalize;
background: #eee;
margin-bottom: 5px;
}
.post-navigation {
margin-top: 70px;
}
.post-navigation ul li.page-item .page-link {
border-color: #eee;
}
.post-navigation ul li.page-item.active .page-link {
background: #f7f7f7;
color: #111;
}
.post-navigation ul li.page-item .page-link:hover {
background: #172182;
border-color: #172182;
color: #fff;
}
.post-single ul {
margin: 20px 0px 30px 0px;
}
.post-single ul li {
color: #111;
margin-bottom: 10px;
}
.post-single-thumb {
margin-bottom: 25px;
}
.post-single-meta {
margin: 30px 0px;
padding: 15px;
border: 1px solid #f7f7f7;
}
.post-single-meta span {
color: #111;
margin-right: 15px;
}
.post-single-meta a {
color: #777;
}
.post-single-meta i {
color: #ff6984;
}
blockquote {
background: #172182;
margin: 25px 0px;
padding: 30px;
color: #fff;
font-size: 18px;
line-height: 36px;
border-left: 5px solid #ff6984;
}
.blockquote-footer {
margin-top: 20px;
color: #ff6984;
}
pre {
background: #f7f7f7;
padding: 30px 0px;
}
.post-sub-heading {
margin-bottom: 25px;
}
.comments-list {
padding-left: 0px;
}
.comments-list .media {
border: 1px solid #f7f7f7;
padding: 20px;
margin-bottom: 10px;
}
.comments-list .comment-author {
margin-bottom: 0px;
}
.comments-list .comment-avatar {
width: 80px;
height: 80px;
border-radius: 5px;
margin-right: 20px;
}
.comments-list .comment-info {
margin-bottom: 10px;
}
.comments-list .comment-button {
margin-left: 10px;
color: #172182;
}
.post-comments-form {
margin-top: 40px;
padding: 35px;
background: #f7f7f7;
}
@media (max-width: 400px) {
.post-comments .media {
display: block;
}
.comment-avatar {
margin-bottom: 15px;
}
}
@media (max-width: 480px) {
.post-comments .media {
display: block;
}
.comment-avatar {
margin-bottom: 15px;
}
}
@media (max-width: 992px) {
.post-comments .media {
display: block;
}
.comment-avatar {
margin-bottom: 15px;
}
}
.footer {
background: #001D4C;
padding: 90px 0px 90px 0px;
}
.footer-widget .widget-title {
color: #fff;
text-transform: capitalize;
font-size: 18px;
margin-bottom: 25px;
}
.footer-widget p, .footer-widget ul li {
color: rgba(255, 255, 255, 0.7);
}
.footer-widget .footer-links li {
margin-bottom: 6px;
}
.footer-widget .footer-links a {
color: rgba(255, 255, 255, 0.9);
font-weight: 700;
}
.footer-socials a {
color: rgba(255, 255, 255, 0.8);
margin-right: 10px;
}
.footer-socials a i {
margin-right: 8px;
}
.copyright p {
color: rgba(255, 255, 255, 0.8);
}
.footer-btm {
background: #00173E;
padding: 20px 0px 10px;
}
.subs-form {
margin-top: 20px;
}
.subs-form input {
background: #fff;
border-color: #eee;
margin-bottom: 15px;
}
.footer-logo {
font-size: 60px;
line-height: 1;
color: #fff;
font-weight: 800;
} | 0.389663 | 0.081666 |
.pf-c-page__sidebar {
z-index: 0;
}
.pf-c-page__header {
z-index: 0;
}
/* login page's icons */
.pf-c-login__main-footer-links-item-link img {
fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
width: 100%;
max-width: var(--pf-c-login__main-footer-links-item-link-svg--Width);
height: 100%;
max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height);
}
/* fix multiple selects height */
select[multiple] {
height: initial;
}
/* Selector */
.selector {
display: flex;
width: 100%;
height: 45vh;
}
.selector .selector-filter {
display: flex;
align-items: center;
}
.selector .selector-filter label {
margin: 0 8px 0 0;
}
.selector .selector-filter input {
width: auto;
min-height: 0;
flex: 1 1;
}
.selector-available, .selector-chosen {
width: auto;
flex: 1 1;
display: flex;
flex-direction: column;
}
.selector select {
width: 100%;
flex: 1 0 auto;
margin-bottom: 5px;
}
.selector ul.selector-chooser {
width: 26px;
height: 52px;
padding: 2px 0;
margin: auto 15px;
border-radius: 20px;
transform: translateY(-10px);
list-style: none;
}
.selector-add, .selector-remove {
width: 20px;
height: 20px;
background-size: 20px auto;
}
.selector-add {
background-position: 0 -120px;
}
.selector-remove {
background-position: 0 -80px;
}
a.selector-chooseall, a.selector-clearall {
align-self: center;
}
.stacked {
flex-direction: column;
max-width: 480px;
}
.stacked > * {
flex: 0 1 auto;
}
.stacked select {
margin-bottom: 0;
}
.stacked .selector-available, .stacked .selector-chosen {
width: auto;
}
.stacked ul.selector-chooser {
width: 52px;
height: 26px;
padding: 0 2px;
margin: 15px auto;
transform: none;
}
.stacked .selector-chooser li {
padding: 3px;
}
.stacked .selector-add, .stacked .selector-remove {
background-size: 20px auto;
}
.stacked .selector-add {
background-position: 0 -40px;
}
.stacked .active.selector-add {
background-position: 0 -60px;
}
.stacked .selector-remove {
background-position: 0 0;
}
.stacked .active.selector-remove {
background-position: 0 -20px;
}
.help-tooltip, .selector .help-icon {
display: none;
}
form .form-row p.datetime {
width: 100%;
}
.datetime input {
width: 50%;
max-width: 120px;
}
.datetime span {
font-size: 13px;
}
.datetime .timezonewarning {
display: block;
font-size: 11px;
color: #999;
}
.datetimeshortcuts {
color: #ccc;
}
.inline-group {
overflow: auto;
}
.selector-add, .selector-remove {
width: 16px;
height: 16px;
display: block;
text-indent: -3000px;
overflow: hidden;
cursor: default;
opacity: 0.3;
}
.active.selector-add, .active.selector-remove {
opacity: 1;
}
.active.selector-add:hover, .active.selector-remove:hover {
cursor: pointer;
}
.selector-add {
background: url(../admin/img/selector-icons.svg) 0 -96px no-repeat;
}
.active.selector-add:focus, .active.selector-add:hover {
background-position: 0 -112px;
}
.selector-remove {
background: url(../admin/img/selector-icons.svg) 0 -64px no-repeat;
}
input[data-is-monospace] {
font-family: monospace;
}
.ws-page-header {
background-color: #151515;
min-height: auto
}
@media (min-width: 992px) {
.ws-page-header .pf-c-page__header-nav {
margin-left:12px
}
}
.ws-page-header .pf-c-nav__scroll-button {
outline-offset: -4px;
height: 100%;
top: 0
}
.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__item {
margin-right: 0
}
.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link {
padding-top: 22px;
padding-right: var(--pf-global--spacer--md);
padding-left: var(--pf-global--spacer--md);
color: var(--pf-global--Color--light-100)
}
@media (max-width: 991px) {
.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link {
padding-top:10px
}
}
.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link:after {
top: 0!important;
height: 4px
}
.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link:active,.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link:hover {
-webkit-transition: .5s;
transition: .5s
}
.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link.pf-m-current,.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link:active,.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link:hover {
background-color: var(--pf-global--BackgroundColor--light-100);
color: #151515!important;
font-weight: var(--pf-global--FontWeight--normal)
}
.ws-page-header li a:after {
content: "";
position: absolute;
left: 50%!important;
bottom: 0;
-webkit-transform: translateX(-50%) scaleX(0);
transform: translateX(-50%) scaleX(0);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
width: 100%;
height: 1px;
background-color: var(--pf-global--BackgroundColor--light-100);
color: #151515!important;
-webkit-transition: -webkit-transform .25s;
transition: -webkit-transform .25s;
transition: transform .25s;
transition: transform .25s,-webkit-transform .25s
}
.ws-page-header li a:hover:after {
-webkit-transform: translateX(-50%) scaleX(1);
transform: translateX(-50%) scaleX(1)
}
.ws-page-header li a.pf-m-current:after {
left: 0!important;
-webkit-transform: none;
transform: none
}
.ws-page-sidebar#page-sidebar {
color: #fff;
box-shadow: none
}
.ws-page-sidebar .pf-c-nav {
margin-top: 16px
}
.pf-site-search {
padding: 0 0 2px;
width: 150px;
background: transparent;
-webkit-transition: .25s;
transition: .25s
}
.ws-page-header .pf-c-page__header-brand-toggle {
display: none;
visibility: hidden
}
@media (max-width: 768px) {
.pf-site-search {
width:100px
}
.ws-page-header .pf-c-page__header-brand-toggle {
display: block;
visibility: visible
}
} | passbook/static/static/passbook/pf.css | .pf-c-page__sidebar {
z-index: 0;
}
.pf-c-page__header {
z-index: 0;
}
/* login page's icons */
.pf-c-login__main-footer-links-item-link img {
fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
width: 100%;
max-width: var(--pf-c-login__main-footer-links-item-link-svg--Width);
height: 100%;
max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height);
}
/* fix multiple selects height */
select[multiple] {
height: initial;
}
/* Selector */
.selector {
display: flex;
width: 100%;
height: 45vh;
}
.selector .selector-filter {
display: flex;
align-items: center;
}
.selector .selector-filter label {
margin: 0 8px 0 0;
}
.selector .selector-filter input {
width: auto;
min-height: 0;
flex: 1 1;
}
.selector-available, .selector-chosen {
width: auto;
flex: 1 1;
display: flex;
flex-direction: column;
}
.selector select {
width: 100%;
flex: 1 0 auto;
margin-bottom: 5px;
}
.selector ul.selector-chooser {
width: 26px;
height: 52px;
padding: 2px 0;
margin: auto 15px;
border-radius: 20px;
transform: translateY(-10px);
list-style: none;
}
.selector-add, .selector-remove {
width: 20px;
height: 20px;
background-size: 20px auto;
}
.selector-add {
background-position: 0 -120px;
}
.selector-remove {
background-position: 0 -80px;
}
a.selector-chooseall, a.selector-clearall {
align-self: center;
}
.stacked {
flex-direction: column;
max-width: 480px;
}
.stacked > * {
flex: 0 1 auto;
}
.stacked select {
margin-bottom: 0;
}
.stacked .selector-available, .stacked .selector-chosen {
width: auto;
}
.stacked ul.selector-chooser {
width: 52px;
height: 26px;
padding: 0 2px;
margin: 15px auto;
transform: none;
}
.stacked .selector-chooser li {
padding: 3px;
}
.stacked .selector-add, .stacked .selector-remove {
background-size: 20px auto;
}
.stacked .selector-add {
background-position: 0 -40px;
}
.stacked .active.selector-add {
background-position: 0 -60px;
}
.stacked .selector-remove {
background-position: 0 0;
}
.stacked .active.selector-remove {
background-position: 0 -20px;
}
.help-tooltip, .selector .help-icon {
display: none;
}
form .form-row p.datetime {
width: 100%;
}
.datetime input {
width: 50%;
max-width: 120px;
}
.datetime span {
font-size: 13px;
}
.datetime .timezonewarning {
display: block;
font-size: 11px;
color: #999;
}
.datetimeshortcuts {
color: #ccc;
}
.inline-group {
overflow: auto;
}
.selector-add, .selector-remove {
width: 16px;
height: 16px;
display: block;
text-indent: -3000px;
overflow: hidden;
cursor: default;
opacity: 0.3;
}
.active.selector-add, .active.selector-remove {
opacity: 1;
}
.active.selector-add:hover, .active.selector-remove:hover {
cursor: pointer;
}
.selector-add {
background: url(../admin/img/selector-icons.svg) 0 -96px no-repeat;
}
.active.selector-add:focus, .active.selector-add:hover {
background-position: 0 -112px;
}
.selector-remove {
background: url(../admin/img/selector-icons.svg) 0 -64px no-repeat;
}
input[data-is-monospace] {
font-family: monospace;
}
.ws-page-header {
background-color: #151515;
min-height: auto
}
@media (min-width: 992px) {
.ws-page-header .pf-c-page__header-nav {
margin-left:12px
}
}
.ws-page-header .pf-c-nav__scroll-button {
outline-offset: -4px;
height: 100%;
top: 0
}
.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__item {
margin-right: 0
}
.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link {
padding-top: 22px;
padding-right: var(--pf-global--spacer--md);
padding-left: var(--pf-global--spacer--md);
color: var(--pf-global--Color--light-100)
}
@media (max-width: 991px) {
.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link {
padding-top:10px
}
}
.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link:after {
top: 0!important;
height: 4px
}
.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link:active,.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link:hover {
-webkit-transition: .5s;
transition: .5s
}
.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link.pf-m-current,.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link:active,.ws-page-header .pf-c-nav__horizontal-list .pf-c-nav__link:hover {
background-color: var(--pf-global--BackgroundColor--light-100);
color: #151515!important;
font-weight: var(--pf-global--FontWeight--normal)
}
.ws-page-header li a:after {
content: "";
position: absolute;
left: 50%!important;
bottom: 0;
-webkit-transform: translateX(-50%) scaleX(0);
transform: translateX(-50%) scaleX(0);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
width: 100%;
height: 1px;
background-color: var(--pf-global--BackgroundColor--light-100);
color: #151515!important;
-webkit-transition: -webkit-transform .25s;
transition: -webkit-transform .25s;
transition: transform .25s;
transition: transform .25s,-webkit-transform .25s
}
.ws-page-header li a:hover:after {
-webkit-transform: translateX(-50%) scaleX(1);
transform: translateX(-50%) scaleX(1)
}
.ws-page-header li a.pf-m-current:after {
left: 0!important;
-webkit-transform: none;
transform: none
}
.ws-page-sidebar#page-sidebar {
color: #fff;
box-shadow: none
}
.ws-page-sidebar .pf-c-nav {
margin-top: 16px
}
.pf-site-search {
padding: 0 0 2px;
width: 150px;
background: transparent;
-webkit-transition: .25s;
transition: .25s
}
.ws-page-header .pf-c-page__header-brand-toggle {
display: none;
visibility: hidden
}
@media (max-width: 768px) {
.pf-site-search {
width:100px
}
.ws-page-header .pf-c-page__header-brand-toggle {
display: block;
visibility: visible
}
} | 0.425605 | 0.057388 |
10:
11: @import "compass/css3/images";
12:
13: @mixin background-checkerboard($bg-color: #eee, $box-color: black, $size: 60px) {
14: $transparent: rgba(black, 0);
15: background-color: $bg-color;
16: @include background-image(
Backtrace:
_checkerboard.scss:11
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:67:in `rescue in import'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:45:in `import'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:28:in `imported_file'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:37:in `css_import?'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:217:in `visit_import'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:100:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `block in visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `map'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:109:in `block in visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:121:in `with_environment'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:108:in `visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `block in visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:128:in `visit_root'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:100:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:7:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/root_node.rb:20:in `render'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/engine.rb:315:in `_render'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/engine.rb:262:in `render'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:362:in `update_stylesheet'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:203:in `block in update_stylesheets'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:201:in `each'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:201:in `update_stylesheets'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin.rb:81:in `update_stylesheets'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:432:in `watch_or_update'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:315:in `process_result'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:41:in `parse'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:21:in `parse!'
/var/lib/gems/1.9.1/gems/sass-3.2.9/bin/scss:9:in `<top (required)>'
/usr/local/bin/scss:23:in `load'
/usr/local/bin/scss:23:in `<main>'
*/
body:before {
white-space: pre;
font-family: monospace;
content: "Syntax error: File to import not found or unreadable: compass/css3/images.\A Load path: /home/odi/dev/denkmap/touch/resources/themes/vendor/compass-recipes/stylesheets/recipes/background\A on line 11 of _checkerboard.scss\A \A 6: *\A 7: * @author L<NAME> http://lea.verou.me/ for the original pattern\A 8: * @author <NAME> <EMAIL> @canarymason for the sass mixin\A 9: */\A 10: \A 11: @import \"compass/css3/images\";\A 12: \A 13: @mixin background-checkerboard($bg-color: #eee, $box-color: black, $size: 60px) {\A 14: $transparent: rgba(black, 0);\A 15: background-color: $bg-color;\A 16: @include background-image("; } | touch/resources/themes/vendor/compass-recipes/stylesheets/recipes/background/_checkerboard.css | 10:
11: @import "compass/css3/images";
12:
13: @mixin background-checkerboard($bg-color: #eee, $box-color: black, $size: 60px) {
14: $transparent: rgba(black, 0);
15: background-color: $bg-color;
16: @include background-image(
Backtrace:
_checkerboard.scss:11
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:67:in `rescue in import'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:45:in `import'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:28:in `imported_file'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:37:in `css_import?'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:217:in `visit_import'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:100:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `block in visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `map'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:109:in `block in visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:121:in `with_environment'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:108:in `visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `block in visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:128:in `visit_root'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:100:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:7:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/root_node.rb:20:in `render'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/engine.rb:315:in `_render'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/engine.rb:262:in `render'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:362:in `update_stylesheet'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:203:in `block in update_stylesheets'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:201:in `each'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:201:in `update_stylesheets'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin.rb:81:in `update_stylesheets'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:432:in `watch_or_update'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:315:in `process_result'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:41:in `parse'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:21:in `parse!'
/var/lib/gems/1.9.1/gems/sass-3.2.9/bin/scss:9:in `<top (required)>'
/usr/local/bin/scss:23:in `load'
/usr/local/bin/scss:23:in `<main>'
*/
body:before {
white-space: pre;
font-family: monospace;
content: "Syntax error: File to import not found or unreadable: compass/css3/images.\A Load path: /home/odi/dev/denkmap/touch/resources/themes/vendor/compass-recipes/stylesheets/recipes/background\A on line 11 of _checkerboard.scss\A \A 6: *\A 7: * @author L<NAME> http://lea.verou.me/ for the original pattern\A 8: * @author <NAME> <EMAIL> @canarymason for the sass mixin\A 9: */\A 10: \A 11: @import \"compass/css3/images\";\A 12: \A 13: @mixin background-checkerboard($bg-color: #eee, $box-color: black, $size: 60px) {\A 14: $transparent: rgba(black, 0);\A 15: background-color: $bg-color;\A 16: @include background-image("; } | 0.336658 | 0.043528 |
@font-face {
font-family: 'iconitos';
src: url("../fonts/icomoon.eot");
src: url("../fonts/icomoon.eot?#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf") format('truetype'), url("../fonts/icomoon.woff") format('woff'), url("../fonts/icomoon.svg#icomoon") format('svg');
font-weight: normal;
font-style: normal;
}
a {
color: #dd4f24;
}
body {
background: #e8e8e8;
color: #444;
font-family: Arial;
font-size: 16px;
}
footer {
background: #dd4f24;
color: rgba(255,255,255,0.5);
padding: 1em 0;
text-align: center;
width: 100%;
}
footer h3 {
font-size: 14px;
font-weight: normal;
}
footer h3 strong {
display: block;
}
footer h3 .mejor:before,
footer h3 .mejor:after {
content: " - ";
}
header {
background: #444;
box-shadow: 0 5px 0 rgba(0,0,0,0.2);
color: #fff;
overflow: hidden;
padding: 0.5em;
position: relative;
z-index: 2;
}
header .logo {
border-right: 1px solid #22bce0;
float: left;
width: 60px;
}
header .logo img {
width: 52px;
}
header .titular {
margin: 0 80px 0 70px;
}
header .titular .filtro {
color: #22bce0;
font-size: 14px;
font-style: italic;
font-weight: bold;
text-decoration: none;
}
header .titular .publicar {
background: #dd4f24;
color: #fff;
float: right;
font-style: italic;
padding: 0.2em 0.5em;
text-decoration: none;
text-shadow: 1px 1px 0px #000;
}
header .titular .publicar:before {
content: "\e600";
display: inline-block;
font-family: "iconitos";
margin: 0 3px 0 0;
text-shadow: none;
}
header .titular .titulo {
font-size: 18px;
font-weight: normal;
margin: 0;
padding: 0;
}
header .usuario {
position: absolute;
right: 10px;
top: 10px;
}
header .usuario .avatar {
margin: 0 1.1em 0 0;
position: relative;
z-index: 69;
}
header .usuario .avatar img {
border-radius: 50%;
width: 50px;
}
header .usuario .flechita {
background: #dd4f24;
color: #fff;
display: block;
padding: 2px;
position: absolute;
right: 0;
text-align: right;
text-decoration: none;
top: 15px;
width: 50%;
z-index: 0;
}
header .usuario .flechita:after {
content: "\e602";
display: block;
font-family: "iconitos";
margin: 1px 0 0 1px;
text-shadow: 1px 1px 0px #000;
}
nav {
background: #22bce0;
border-left: 15px solid #fff;
position: relative;
}
nav:before {
border-bottom: 20px solid transparent;
border-left: 7px solid #fff;
border-top: 20px solid transparent;
content: "";
left: 0px;
position: absolute;
top: 0;
}
nav .menu {
height: 40px;
line-height: 40px;
margin: 0;
padding: 0;
overflow-x: auto;
white-space: nowrap;
}
nav .menu::-webkit-scrollbar {
display: none;
}
nav .menu li {
display: inline-block;
}
nav .menu li a {
color: #fff;
display: block;
margin: 0 0.5em;
padding: 0 0.2em;
text-decoration: none;
}
nav .menu li a:hover {
background: rgba(0,0,0,0.1);
}
.posts {
padding: 0.5em;
}
.posts .post {
background: #fff;
border-radius: 0 0 0.5em 0.5em;
box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
color: #7a7a7a;
margin-bottom: 0.5em;
}
.posts .post .acciones {
border-top: 3px solid #22bce0;
padding: 0.5em;
overflow: hidden;
}
.posts .post .acciones .datos {
float: right;
}
.posts .post .acciones .datos .comentarios {
background: #444;
border-radius: 3px;
color: #fff;
margin: 0 1em 0 0;
padding: 2px 5px;
text-decoration: none;
}
.posts .post .acciones .datos .estrellita {
text-decoration: none;
float: right;
}
.posts .post .acciones .datos .estrellita:after {
color: #fcb92d;
content: "\e601";
font-family: "iconitos";
font-size: 1.1em;
}
.posts .post .acciones .votos {
float: left;
}
.posts .post .acciones .votos .down,
.posts .post .acciones .votos .up {
text-decoration: none;
}
.posts .post .acciones .votos .down:before,
.posts .post .acciones .votos .up:before {
font-family: "iconitos";
font-size: 1.5em;
vertical-align: middle;
}
.posts .post .acciones .votos .down {
color: #f00;
}
.posts .post .acciones .votos .down:before {
content: "\e602";
}
.posts .post .acciones .votos .up {
color: #008000;
}
.posts .post .acciones .votos .up:before {
content: "\e603";
}
.posts .post .descripcion .detalles {
height: 160px;
margin-left: 130px;
}
.posts .post .descripcion .detalles .autor {
margin: 0.5em 0 2em 0;
}
.posts .post .descripcion .detalles .fecha {
float: right;
margin: 0 1em 0 0;
}
.posts .post .descripcion .detalles .tag {
background: #22bce0;
border-radius: 0.5em;
color: #fff;
padding: 0.2em 0.5em;
text-decoration: none;
}
.posts .post .descripcion .detalles .titulo {
color: #444;
font-size: 18px;
font-style: italic;
margin: 0;
padding: 0.5em 0.5em 0 0;
}
.posts .post .descripcion .imagen {
float: left;
}
.posts .post .descripcion .imagen img {
height: 160px;
vertical-align: top;
width: 120px;
}
@media screen and (min-width: 768px) {
header .titular .publicar {
font-size: 1.1em;
padding-left: 3em;
position: relative;
}
header .titular .publicar:before {
left: 0;
font-size: 2.5em;
position: absolute;
top: -10px;
}
.posts .post {
display: inline-block;
width: 48%;
vertical-align: top;
}
.posts .post:nth-child(odd) {
margin-right: 2%;
}
} | css/puls4.css | @font-face {
font-family: 'iconitos';
src: url("../fonts/icomoon.eot");
src: url("../fonts/icomoon.eot?#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf") format('truetype'), url("../fonts/icomoon.woff") format('woff'), url("../fonts/icomoon.svg#icomoon") format('svg');
font-weight: normal;
font-style: normal;
}
a {
color: #dd4f24;
}
body {
background: #e8e8e8;
color: #444;
font-family: Arial;
font-size: 16px;
}
footer {
background: #dd4f24;
color: rgba(255,255,255,0.5);
padding: 1em 0;
text-align: center;
width: 100%;
}
footer h3 {
font-size: 14px;
font-weight: normal;
}
footer h3 strong {
display: block;
}
footer h3 .mejor:before,
footer h3 .mejor:after {
content: " - ";
}
header {
background: #444;
box-shadow: 0 5px 0 rgba(0,0,0,0.2);
color: #fff;
overflow: hidden;
padding: 0.5em;
position: relative;
z-index: 2;
}
header .logo {
border-right: 1px solid #22bce0;
float: left;
width: 60px;
}
header .logo img {
width: 52px;
}
header .titular {
margin: 0 80px 0 70px;
}
header .titular .filtro {
color: #22bce0;
font-size: 14px;
font-style: italic;
font-weight: bold;
text-decoration: none;
}
header .titular .publicar {
background: #dd4f24;
color: #fff;
float: right;
font-style: italic;
padding: 0.2em 0.5em;
text-decoration: none;
text-shadow: 1px 1px 0px #000;
}
header .titular .publicar:before {
content: "\e600";
display: inline-block;
font-family: "iconitos";
margin: 0 3px 0 0;
text-shadow: none;
}
header .titular .titulo {
font-size: 18px;
font-weight: normal;
margin: 0;
padding: 0;
}
header .usuario {
position: absolute;
right: 10px;
top: 10px;
}
header .usuario .avatar {
margin: 0 1.1em 0 0;
position: relative;
z-index: 69;
}
header .usuario .avatar img {
border-radius: 50%;
width: 50px;
}
header .usuario .flechita {
background: #dd4f24;
color: #fff;
display: block;
padding: 2px;
position: absolute;
right: 0;
text-align: right;
text-decoration: none;
top: 15px;
width: 50%;
z-index: 0;
}
header .usuario .flechita:after {
content: "\e602";
display: block;
font-family: "iconitos";
margin: 1px 0 0 1px;
text-shadow: 1px 1px 0px #000;
}
nav {
background: #22bce0;
border-left: 15px solid #fff;
position: relative;
}
nav:before {
border-bottom: 20px solid transparent;
border-left: 7px solid #fff;
border-top: 20px solid transparent;
content: "";
left: 0px;
position: absolute;
top: 0;
}
nav .menu {
height: 40px;
line-height: 40px;
margin: 0;
padding: 0;
overflow-x: auto;
white-space: nowrap;
}
nav .menu::-webkit-scrollbar {
display: none;
}
nav .menu li {
display: inline-block;
}
nav .menu li a {
color: #fff;
display: block;
margin: 0 0.5em;
padding: 0 0.2em;
text-decoration: none;
}
nav .menu li a:hover {
background: rgba(0,0,0,0.1);
}
.posts {
padding: 0.5em;
}
.posts .post {
background: #fff;
border-radius: 0 0 0.5em 0.5em;
box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
color: #7a7a7a;
margin-bottom: 0.5em;
}
.posts .post .acciones {
border-top: 3px solid #22bce0;
padding: 0.5em;
overflow: hidden;
}
.posts .post .acciones .datos {
float: right;
}
.posts .post .acciones .datos .comentarios {
background: #444;
border-radius: 3px;
color: #fff;
margin: 0 1em 0 0;
padding: 2px 5px;
text-decoration: none;
}
.posts .post .acciones .datos .estrellita {
text-decoration: none;
float: right;
}
.posts .post .acciones .datos .estrellita:after {
color: #fcb92d;
content: "\e601";
font-family: "iconitos";
font-size: 1.1em;
}
.posts .post .acciones .votos {
float: left;
}
.posts .post .acciones .votos .down,
.posts .post .acciones .votos .up {
text-decoration: none;
}
.posts .post .acciones .votos .down:before,
.posts .post .acciones .votos .up:before {
font-family: "iconitos";
font-size: 1.5em;
vertical-align: middle;
}
.posts .post .acciones .votos .down {
color: #f00;
}
.posts .post .acciones .votos .down:before {
content: "\e602";
}
.posts .post .acciones .votos .up {
color: #008000;
}
.posts .post .acciones .votos .up:before {
content: "\e603";
}
.posts .post .descripcion .detalles {
height: 160px;
margin-left: 130px;
}
.posts .post .descripcion .detalles .autor {
margin: 0.5em 0 2em 0;
}
.posts .post .descripcion .detalles .fecha {
float: right;
margin: 0 1em 0 0;
}
.posts .post .descripcion .detalles .tag {
background: #22bce0;
border-radius: 0.5em;
color: #fff;
padding: 0.2em 0.5em;
text-decoration: none;
}
.posts .post .descripcion .detalles .titulo {
color: #444;
font-size: 18px;
font-style: italic;
margin: 0;
padding: 0.5em 0.5em 0 0;
}
.posts .post .descripcion .imagen {
float: left;
}
.posts .post .descripcion .imagen img {
height: 160px;
vertical-align: top;
width: 120px;
}
@media screen and (min-width: 768px) {
header .titular .publicar {
font-size: 1.1em;
padding-left: 3em;
position: relative;
}
header .titular .publicar:before {
left: 0;
font-size: 2.5em;
position: absolute;
top: -10px;
}
.posts .post {
display: inline-block;
width: 48%;
vertical-align: top;
}
.posts .post:nth-child(odd) {
margin-right: 2%;
}
} | 0.340814 | 0.086246 |
a
{
text-decoration: none;
}
main {
display: flex;
flex-wrap: nowrap;
}
.avatar
{
position: relative;
width: 120px;
height: 120px;
margin-right: 20px;
margin-bottom: 20px;
float: left;
background-image: url(http://www.francisade.com/image/avatar.png);
}
body
{
margin: 0px;
}
#design-portfolio-cloud
{
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 228px;
background-image: url(http://www.francisade.com/image/design-portfolio-cloud.png);
background-position: center;
}
@font-face
{
font-family: 'miso-bold';
src: url('../font/miso-bold.eot');
src: url('../font/miso-boldd41d.eot?#iefix') format('embedded-opentype'),
url('../font/miso-bold.woff') format('woff'),
url('../font/miso-bold.ttf') format('truetype'),
url('../font/miso-bold.svg#miso-bold') format('svg');
font-weight: normal;
font-style: normal;
}
footer
{
position: relative;
width: 100%;
background-color: #505050;
}
#footer-container
{
position: relative;
width: 1200px;
margin-left: auto;
margin-right: auto;
overflow: auto;
background-color: #505050;
}
.footer-column
{
position: relative;
width: 360px;
margin-right: 60px;
margin-top: 40px;
margin-bottom: 40px;
float: left;
}
.footer-column-last
{
margin-right: 0px;
}
header
{
position: relative;
width: 100%;
height: 60px;
background-color: #505050;
}
#header-container
{
position: relative;
width: 1200px;
height: 60px;
margin-left: auto;
margin-right: auto;
background-color: #505050;
}
.icon
{
position: relative;
width: 44px;
height: 44px;
margin-right: 8px;
display: inline-block;
}
.icon-last
{
margin-right: 0px;
}
#icons-container-right
{
position: relative;
top: 8px;
float: right;
}
/*
.icon-dribbble
{
background-image: url(http://www.francisade.com/image/icon-dribbble.png);
}
.icon-facebook
{
background-image: url(http://www.francisade.com/image/icon-facebook.png);
}
.icon-instagram
{
background-image: url(http://www.francisade.com/image/icon-instagram.png);
}
.icon-linkedin
{
background-image: url(http://www.francisade.com/image/icon-linkedin.png);
}
.icon-twitter
{
background-image: url(http://www.francisade.com/image/icon-twitter.png);
} */
img
{
border-style: none;
}
.portfolio
{
width: 50%;
height: 100%;
min-height: 400px;
}
#portfolio-1
{
/* background-image: url(http://www.francisade.com/image/ground.png); */
background-repeat: repeat-x;
background-position: center bottom;
background-color: #00bff3;
}
#portfolio-2
{
background-color: #f9bf3b;
}
#portfolio-3
{
background-image: url(http://www.francisade.com/image/design-portfolio-background.jpg);
background-position: center top;
}
.portfolio-container
{
position: relative;
margin-left: auto;
margin-right: auto;
}
#portfolio-container-1
{
/* background-image: url(http://www.francisade.com/image/interactive-resume.png); */
margin-left: 5%;
}
#portfolio-container-2
{
/* background-image: url(http://www.francisade.com/image/illustration-portfolio.png); */
}
#portfolio-container-3
{
background-image: url(http://www.francisade.com/image/design-portfolio.jpg);
}
.portfolio-text-body
{
position: relative;
font-family: Arial;
color: #ffffff;
font-size: 14px;
line-height: 18px;
margin-bottom: 20px;
height: 100px;
width: 50%;
word-break: break-word;
}
.portfolio-text-button-arrow
{
position: relative;
width: 11px;
height: 16px;
margin-right: 8px;
background-image: url(http://www.francisade.com/image/button-arrow.png);
}
.portfolio-text-button
{
position: relative;
display: inline-block;
padding: 12px;
border-style: solid;
border-width: 2px;
border-radius: 5px;
border-color: #ffffff;
font-family: Arial;
color: #ffffff;
font-size: 14px;
font-weight: bold;
}
.portfolio-text-container
{
position: relative;
width: 360px;
height: 20px;
transform: translateY(-50%);
margin-left: 5%;
margin-top: 5%;
}
.portfolio-text-title
{
position: relative;
font-family: miso-bold;
color: #ffffff;
font-size: 2em;
margin-bottom: 18px;
font-size: 2em;
width: 50%;
white-space: normal;
height: 15vh;
}
.text
{
position: relative;
font-family: Arial;
font-size: 14px;
color: #cccccc;
line-height: 20px;
margin-bottom: 18px;
}
.text a
{
font-weight: bold;
text-decoration: none;
color: #ffffff;
}
.title
{
position: relative;
font-family: miso-bold;
color: #ffffff;
font-size: 30px;
margin-bottom: 20px;
}
#title-robby
{
top: 12px;
float: left;
}
.tutorial-banner
{
position: absolute;
right: 0px;
top: 0px;
width: 114px;
height: 114px;
background-image: url(http://www.francisade.com/image/tutorial-banner.png);
} | css/style.css | a
{
text-decoration: none;
}
main {
display: flex;
flex-wrap: nowrap;
}
.avatar
{
position: relative;
width: 120px;
height: 120px;
margin-right: 20px;
margin-bottom: 20px;
float: left;
background-image: url(http://www.francisade.com/image/avatar.png);
}
body
{
margin: 0px;
}
#design-portfolio-cloud
{
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 228px;
background-image: url(http://www.francisade.com/image/design-portfolio-cloud.png);
background-position: center;
}
@font-face
{
font-family: 'miso-bold';
src: url('../font/miso-bold.eot');
src: url('../font/miso-boldd41d.eot?#iefix') format('embedded-opentype'),
url('../font/miso-bold.woff') format('woff'),
url('../font/miso-bold.ttf') format('truetype'),
url('../font/miso-bold.svg#miso-bold') format('svg');
font-weight: normal;
font-style: normal;
}
footer
{
position: relative;
width: 100%;
background-color: #505050;
}
#footer-container
{
position: relative;
width: 1200px;
margin-left: auto;
margin-right: auto;
overflow: auto;
background-color: #505050;
}
.footer-column
{
position: relative;
width: 360px;
margin-right: 60px;
margin-top: 40px;
margin-bottom: 40px;
float: left;
}
.footer-column-last
{
margin-right: 0px;
}
header
{
position: relative;
width: 100%;
height: 60px;
background-color: #505050;
}
#header-container
{
position: relative;
width: 1200px;
height: 60px;
margin-left: auto;
margin-right: auto;
background-color: #505050;
}
.icon
{
position: relative;
width: 44px;
height: 44px;
margin-right: 8px;
display: inline-block;
}
.icon-last
{
margin-right: 0px;
}
#icons-container-right
{
position: relative;
top: 8px;
float: right;
}
/*
.icon-dribbble
{
background-image: url(http://www.francisade.com/image/icon-dribbble.png);
}
.icon-facebook
{
background-image: url(http://www.francisade.com/image/icon-facebook.png);
}
.icon-instagram
{
background-image: url(http://www.francisade.com/image/icon-instagram.png);
}
.icon-linkedin
{
background-image: url(http://www.francisade.com/image/icon-linkedin.png);
}
.icon-twitter
{
background-image: url(http://www.francisade.com/image/icon-twitter.png);
} */
img
{
border-style: none;
}
.portfolio
{
width: 50%;
height: 100%;
min-height: 400px;
}
#portfolio-1
{
/* background-image: url(http://www.francisade.com/image/ground.png); */
background-repeat: repeat-x;
background-position: center bottom;
background-color: #00bff3;
}
#portfolio-2
{
background-color: #f9bf3b;
}
#portfolio-3
{
background-image: url(http://www.francisade.com/image/design-portfolio-background.jpg);
background-position: center top;
}
.portfolio-container
{
position: relative;
margin-left: auto;
margin-right: auto;
}
#portfolio-container-1
{
/* background-image: url(http://www.francisade.com/image/interactive-resume.png); */
margin-left: 5%;
}
#portfolio-container-2
{
/* background-image: url(http://www.francisade.com/image/illustration-portfolio.png); */
}
#portfolio-container-3
{
background-image: url(http://www.francisade.com/image/design-portfolio.jpg);
}
.portfolio-text-body
{
position: relative;
font-family: Arial;
color: #ffffff;
font-size: 14px;
line-height: 18px;
margin-bottom: 20px;
height: 100px;
width: 50%;
word-break: break-word;
}
.portfolio-text-button-arrow
{
position: relative;
width: 11px;
height: 16px;
margin-right: 8px;
background-image: url(http://www.francisade.com/image/button-arrow.png);
}
.portfolio-text-button
{
position: relative;
display: inline-block;
padding: 12px;
border-style: solid;
border-width: 2px;
border-radius: 5px;
border-color: #ffffff;
font-family: Arial;
color: #ffffff;
font-size: 14px;
font-weight: bold;
}
.portfolio-text-container
{
position: relative;
width: 360px;
height: 20px;
transform: translateY(-50%);
margin-left: 5%;
margin-top: 5%;
}
.portfolio-text-title
{
position: relative;
font-family: miso-bold;
color: #ffffff;
font-size: 2em;
margin-bottom: 18px;
font-size: 2em;
width: 50%;
white-space: normal;
height: 15vh;
}
.text
{
position: relative;
font-family: Arial;
font-size: 14px;
color: #cccccc;
line-height: 20px;
margin-bottom: 18px;
}
.text a
{
font-weight: bold;
text-decoration: none;
color: #ffffff;
}
.title
{
position: relative;
font-family: miso-bold;
color: #ffffff;
font-size: 30px;
margin-bottom: 20px;
}
#title-robby
{
top: 12px;
float: left;
}
.tutorial-banner
{
position: absolute;
right: 0px;
top: 0px;
width: 114px;
height: 114px;
background-image: url(http://www.francisade.com/image/tutorial-banner.png);
} | 0.319334 | 0.061848 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800");
* {
box-sizing: border-box;
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: -20px 0 50px;
background: #f6f5f7;
font-family: "Montserrat", sans-serif;
}
h1 {
margin: 0;
font-weight: bold;
}
p {
margin: 20px 0 30px;
font-size: 14px;
font-weight: 100;
line-height: 20px;
letter-spacing: 0.5px;
}
span {
font-size: 12px;
}
a {
color: #333333;
font-size: 14px;
text-decoration: none;
margin: 15px 0;
}
.container {
position: relative;
overflow: hidden;
width: 768px;
max-width: 100%;
min-height: 480px;
background: #ffffff;
border-radius: 10px;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.form-container {
position: absolute;
top: 0;
height: 100%;
transition: all 0.6s ease-in-out;
}
form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
height: 100%;
padding: 0 50px;
background: #ffffff;
}
.social-container {
margin: 20px 0;
}
.social-container a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
margin: 0 5px;
border: 1px solid #dddddd;
border-radius: 50%;
}
input {
background: #eeeeee;
width: 100%;
margin: 8px 0;
border: none;
padding: 12px 15px;
}
button {
background: #ff4b2b;
color: #ffffff;
border: 1px solid #ff4b2b;
border-radius: 20px;
padding: 12px 45px;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
transition: transform 80ms ease-in;
}
button:active {
transform: scale(0.95);
}
button:focus {
outline: none;
}
button.ghost {
background: transparent;
border-color: #ffffff;
}
.sign-up-container {
left: 0;
width: 50%;
opacity: 0;
z-index: 1;
}
.sign-in-container {
left: 0;
width: 50%;
z-index: 2;
}
.overlay-container {
position: absolute;
overflow: hidden;
top: 0;
left: 50%;
width: 50%;
height: 100%;
transition: transform 0.6s ease-in-out;
z-index: 10;
}
.overlay {
position: relative;
left: -100%;
width: 200%;
height: 100%;
background: #ff416c;
background: -webkit-linear-gradient(to right, #ff4b2b, #ff416c);
background: linear-gradient(to right, #ff4b2b, #ff416c);
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
transform: translateX(0);
transition: transform 0.6s ease-in-out;
}
.overlay-panel {
display: flex;
flex-direction: column;
position: absolute;
top: 0;
justify-content: center;
align-items: center;
text-align: center;
width: 50%;
height: 100%;
padding: 0 40px;
transform: translateX(0);
transition: transform 0.6s ease-in-out;
}
.overlay-left {
transform: translateX(-20%);
}
.overlay-right {
right: 0;
transform: translateX(0);
}
.container.right-panel-active .sign-in-container {
transform: translateX(100%);
}
.container.right-panel-active .overlay-container {
transform: translateX(-100%);
}
.container.right-panel-active .sign-up-container {
opacity: 1;
transform: translateX(100%);
z-index: 3;
}
.container.right-panel-active .overlay {
transform: translateX(50%);
}
.container.right-panel-active .overlay-left {
transform: translateX(0);
}
.container.right-panel-active .overlay-right {
transform: translateX(20%);
} | dist/style.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:400,800");
* {
box-sizing: border-box;
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: -20px 0 50px;
background: #f6f5f7;
font-family: "Montserrat", sans-serif;
}
h1 {
margin: 0;
font-weight: bold;
}
p {
margin: 20px 0 30px;
font-size: 14px;
font-weight: 100;
line-height: 20px;
letter-spacing: 0.5px;
}
span {
font-size: 12px;
}
a {
color: #333333;
font-size: 14px;
text-decoration: none;
margin: 15px 0;
}
.container {
position: relative;
overflow: hidden;
width: 768px;
max-width: 100%;
min-height: 480px;
background: #ffffff;
border-radius: 10px;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.form-container {
position: absolute;
top: 0;
height: 100%;
transition: all 0.6s ease-in-out;
}
form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
height: 100%;
padding: 0 50px;
background: #ffffff;
}
.social-container {
margin: 20px 0;
}
.social-container a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
margin: 0 5px;
border: 1px solid #dddddd;
border-radius: 50%;
}
input {
background: #eeeeee;
width: 100%;
margin: 8px 0;
border: none;
padding: 12px 15px;
}
button {
background: #ff4b2b;
color: #ffffff;
border: 1px solid #ff4b2b;
border-radius: 20px;
padding: 12px 45px;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
transition: transform 80ms ease-in;
}
button:active {
transform: scale(0.95);
}
button:focus {
outline: none;
}
button.ghost {
background: transparent;
border-color: #ffffff;
}
.sign-up-container {
left: 0;
width: 50%;
opacity: 0;
z-index: 1;
}
.sign-in-container {
left: 0;
width: 50%;
z-index: 2;
}
.overlay-container {
position: absolute;
overflow: hidden;
top: 0;
left: 50%;
width: 50%;
height: 100%;
transition: transform 0.6s ease-in-out;
z-index: 10;
}
.overlay {
position: relative;
left: -100%;
width: 200%;
height: 100%;
background: #ff416c;
background: -webkit-linear-gradient(to right, #ff4b2b, #ff416c);
background: linear-gradient(to right, #ff4b2b, #ff416c);
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
transform: translateX(0);
transition: transform 0.6s ease-in-out;
}
.overlay-panel {
display: flex;
flex-direction: column;
position: absolute;
top: 0;
justify-content: center;
align-items: center;
text-align: center;
width: 50%;
height: 100%;
padding: 0 40px;
transform: translateX(0);
transition: transform 0.6s ease-in-out;
}
.overlay-left {
transform: translateX(-20%);
}
.overlay-right {
right: 0;
transform: translateX(0);
}
.container.right-panel-active .sign-in-container {
transform: translateX(100%);
}
.container.right-panel-active .overlay-container {
transform: translateX(-100%);
}
.container.right-panel-active .sign-up-container {
opacity: 1;
transform: translateX(100%);
z-index: 3;
}
.container.right-panel-active .overlay {
transform: translateX(50%);
}
.container.right-panel-active .overlay-left {
transform: translateX(0);
}
.container.right-panel-active .overlay-right {
transform: translateX(20%);
} | 0.444083 | 0.105165 |
@import url('animate.css');
#navbar-collapse-1 {padding: 0;}
#mega-menu-wrapper {
margin: 0;
border: none;
border-radius: 0;
min-height: auto;
text-align: center;
}
#mega-menu-wrapper li {position: relative;}
#mega-menu-wrapper .nav>li {
display: inline-block;
}
#mega-menu-wrapper .nav>li>a {
font-family: 'Noto Sans', sans-serif;
position: relative;
font-size: 18px;
color: #151515;
background: transparent;
text-transform: capitalize;
padding: 10px 22px 20px 22px;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu,
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu .second-sub-menu {
-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
-webkit-transition:all 0.4s ease-in-out;
transition:all 0.4s ease-in-out;
width: 220px;
opacity: 0;
position: absolute;
z-index: 9;
text-align: left;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu {
top:100%;
left:0;
-webkit-transform:scale(1,0);
transform:scale(1,0);
-webkit-transform-origin:100% 2%;
transform-origin:100% 2%;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu .second-sub-menu {
top:0;
left:120%;
border-left: 1px solid #81e3ff;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu>li:hover .second-sub-menu {
left:100%;
opacity: 1;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li a {
font-size: 16px;
color:#fff;
line-height: 46px;
font-weight: 500;
border-top: 1px solid #81e3ff;
text-transform: uppercase;
display: block;
position: relative;
z-index: 1;
padding-left: 20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li:hover>a {padding-left: 25px;}
#mega-menu-wrapper .nav li.dropdown-holder .icon {
display: none;
position: absolute;
right: 0;
width: 60px;
text-align: center;
top:0;
line-height: 46px;
color: #fff;
border-left: 1px solid #3c3d46;
font-size: 16px;
cursor: pointer;
z-index: 9;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#mega-menu-wrapper .nav li.dropdown-holder .sub-menu .icon {border-left: 1px solid #6edfff}
#mega-menu-wrapper .nav li.dropdown-holder .sub-menu .icon,
.theme-menu-wrapper.white-bg #mega-menu-wrapper .nav li.dropdown-holder .icon {color: #fff;}
/*------------------- Mobile version ------------------*/
@media (max-width: 991px) { /*---- Set Mobile breakpoint -----*/
#mega-menu-wrapper .navbar-toggle {
display: block;
margin: 0 0 20px 0;
padding: 0;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li a {font-size: 13px;line-height: 38px;}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu .icon {
display: block;
line-height: 38px;
}
#mega-menu-wrapper .nav li.dropdown-holder .icon {display: block;}
#mega-menu-wrapper .navbar-toggle .icon-bar {
background: #11caff;
width: 28px;
margin-top: 5px;
}
#mega-menu-wrapper .navbar-collapse {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: #222328;
padding: 0;
max-height: 400px;
text-align: left;
}
.theme-menu-wrapper.white-bg #mega-menu-wrapper .navbar-collapse {background: #fff;}
#mega-menu-wrapper .navbar-collapse.collapse {overflow-y:auto !important;}
#mega-menu-wrapper .navbar-collapse.collapse {
display: none!important;
}
#mega-menu-wrapper .collapse.in{
display:block !important;
}
#mega-menu-wrapper .navbar-header {float: none;}
#mega-menu-wrapper .nav>li {
float: none;
display: block;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu,
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu .second-sub-menu {
width: 100%;
opacity: 1;
display: none;
position: static;
-webkit-transform:none;
transform:none;
-webkit-transition:none;
transition:none;
}
#mega-menu-wrapper .nav>li>a {
font-size: 16px;
color: #fff;
border-top: 1px solid #3c3d46;
padding: 0 60px 0 15px;
line-height: 45px;
margin: 0;
}
#mega-menu-wrapper .nav>li:last-child>a {border-bottom:none;}
}
@media (min-width: 992px) {
#mega-menu-wrapper .nav>li.dropdown-holder:hover .sub-menu {
opacity: 1;
-webkit-transform:scale(1);
transform:scale(1);
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li:first-child a {border-top:none;}
} | WebContent/user/userResources/vendor/bootstrap-mega-menu/css/menu.css | @import url('animate.css');
#navbar-collapse-1 {padding: 0;}
#mega-menu-wrapper {
margin: 0;
border: none;
border-radius: 0;
min-height: auto;
text-align: center;
}
#mega-menu-wrapper li {position: relative;}
#mega-menu-wrapper .nav>li {
display: inline-block;
}
#mega-menu-wrapper .nav>li>a {
font-family: 'Noto Sans', sans-serif;
position: relative;
font-size: 18px;
color: #151515;
background: transparent;
text-transform: capitalize;
padding: 10px 22px 20px 22px;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu,
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu .second-sub-menu {
-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
-webkit-transition:all 0.4s ease-in-out;
transition:all 0.4s ease-in-out;
width: 220px;
opacity: 0;
position: absolute;
z-index: 9;
text-align: left;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu {
top:100%;
left:0;
-webkit-transform:scale(1,0);
transform:scale(1,0);
-webkit-transform-origin:100% 2%;
transform-origin:100% 2%;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu .second-sub-menu {
top:0;
left:120%;
border-left: 1px solid #81e3ff;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu>li:hover .second-sub-menu {
left:100%;
opacity: 1;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li a {
font-size: 16px;
color:#fff;
line-height: 46px;
font-weight: 500;
border-top: 1px solid #81e3ff;
text-transform: uppercase;
display: block;
position: relative;
z-index: 1;
padding-left: 20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li:hover>a {padding-left: 25px;}
#mega-menu-wrapper .nav li.dropdown-holder .icon {
display: none;
position: absolute;
right: 0;
width: 60px;
text-align: center;
top:0;
line-height: 46px;
color: #fff;
border-left: 1px solid #3c3d46;
font-size: 16px;
cursor: pointer;
z-index: 9;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#mega-menu-wrapper .nav li.dropdown-holder .sub-menu .icon {border-left: 1px solid #6edfff}
#mega-menu-wrapper .nav li.dropdown-holder .sub-menu .icon,
.theme-menu-wrapper.white-bg #mega-menu-wrapper .nav li.dropdown-holder .icon {color: #fff;}
/*------------------- Mobile version ------------------*/
@media (max-width: 991px) { /*---- Set Mobile breakpoint -----*/
#mega-menu-wrapper .navbar-toggle {
display: block;
margin: 0 0 20px 0;
padding: 0;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li a {font-size: 13px;line-height: 38px;}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu .icon {
display: block;
line-height: 38px;
}
#mega-menu-wrapper .nav li.dropdown-holder .icon {display: block;}
#mega-menu-wrapper .navbar-toggle .icon-bar {
background: #11caff;
width: 28px;
margin-top: 5px;
}
#mega-menu-wrapper .navbar-collapse {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: #222328;
padding: 0;
max-height: 400px;
text-align: left;
}
.theme-menu-wrapper.white-bg #mega-menu-wrapper .navbar-collapse {background: #fff;}
#mega-menu-wrapper .navbar-collapse.collapse {overflow-y:auto !important;}
#mega-menu-wrapper .navbar-collapse.collapse {
display: none!important;
}
#mega-menu-wrapper .collapse.in{
display:block !important;
}
#mega-menu-wrapper .navbar-header {float: none;}
#mega-menu-wrapper .nav>li {
float: none;
display: block;
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu,
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu .second-sub-menu {
width: 100%;
opacity: 1;
display: none;
position: static;
-webkit-transform:none;
transform:none;
-webkit-transition:none;
transition:none;
}
#mega-menu-wrapper .nav>li>a {
font-size: 16px;
color: #fff;
border-top: 1px solid #3c3d46;
padding: 0 60px 0 15px;
line-height: 45px;
margin: 0;
}
#mega-menu-wrapper .nav>li:last-child>a {border-bottom:none;}
}
@media (min-width: 992px) {
#mega-menu-wrapper .nav>li.dropdown-holder:hover .sub-menu {
opacity: 1;
-webkit-transform:scale(1);
transform:scale(1);
}
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li:first-child a {border-top:none;}
} | 0.153708 | 0.037117 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
height: 100vh;
width: 100vw;
background: #3a7bd5;
}
.board {
display: grid;
width: 100%;
height: 100%;
display: grid;
justify-content: center;
align-content: center;
justify-items: center;
align-items: center;
grid-template-columns: repeat(3, auto);
}
.board.x .cell:not(.x):not(.circle):hover::after,
.board.x .cell:not(.x):not(.circle):hover::before,
.board.circle .cell:not(.x):not(.circle):hover::after,
.board.circle .cell:not(.x):not(.circle):hover::before {
background: rgba(255, 255, 255, 0.1) !important;
}
.cell {
width: 100px;
height: 100px;
border: 2px solid white;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.cell.x,
.cell.circle {
cursor: not-allowed;
}
.cell:nth-child(1),
.cell:nth-child(2),
.cell:nth-child(3) {
border-top: none;
}
.cell:nth-child(1),
.cell:nth-child(4),
.cell:nth-child(7) {
border-left: none;
}
.cell:nth-child(7),
.cell:nth-child(8),
.cell:nth-child(9) {
border-bottom: none;
}
.cell:nth-child(3),
.cell:nth-child(6),
.cell:nth-child(9) {
border-right: none;
}
.cell.x::before,
.cell.x::after,
.board.x .cell:not(.x):not(.circle):hover::after,
.board.x .cell:not(.x):not(.circle):hover::before {
content: "";
height: calc(100px * 0.15);
width: calc(100px * 0.9);
background: white;
position: absolute;
}
.cell.x::before,
.board.x .cell:not(.x):not(.circle):hover::before {
transform: rotate(45deg);
}
.cell.x::after,
.board.x .cell:not(.x):not(.circle):hover::after {
transform: rotate(-45deg);
}
.cell.circle::before,
.cell.circle::after,
.board.circle .cell:not(.x):not(.circle):hover::after,
.board.circle .cell:not(.x):not(.circle):hover::before {
content: "";
height: calc(100px * 0.9);
width: calc(100px * 0.9);
background: white;
position: absolute;
border-radius: 50%;
}
.winning-message {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
justify-content: center;
align-items: center;
background-color: rgb(0, 0, 0, 0.8);
flex-direction: column;
}
.winning-message-button {
font-size: 2.5rem;
background-color: #3a7bd5;
padding: 10px 15px;
cursor: pointer;
border-radius: 5px;
border: none;
margin-top: 16px;
color: white;
}
.winning-message-button:hover {
color: #3a7bd5;
background-color: white;
}
.winning-message-text {
color: white;
font-size: 5rem;
}
.show-winning-message {
display: flex;
} | style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
height: 100vh;
width: 100vw;
background: #3a7bd5;
}
.board {
display: grid;
width: 100%;
height: 100%;
display: grid;
justify-content: center;
align-content: center;
justify-items: center;
align-items: center;
grid-template-columns: repeat(3, auto);
}
.board.x .cell:not(.x):not(.circle):hover::after,
.board.x .cell:not(.x):not(.circle):hover::before,
.board.circle .cell:not(.x):not(.circle):hover::after,
.board.circle .cell:not(.x):not(.circle):hover::before {
background: rgba(255, 255, 255, 0.1) !important;
}
.cell {
width: 100px;
height: 100px;
border: 2px solid white;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.cell.x,
.cell.circle {
cursor: not-allowed;
}
.cell:nth-child(1),
.cell:nth-child(2),
.cell:nth-child(3) {
border-top: none;
}
.cell:nth-child(1),
.cell:nth-child(4),
.cell:nth-child(7) {
border-left: none;
}
.cell:nth-child(7),
.cell:nth-child(8),
.cell:nth-child(9) {
border-bottom: none;
}
.cell:nth-child(3),
.cell:nth-child(6),
.cell:nth-child(9) {
border-right: none;
}
.cell.x::before,
.cell.x::after,
.board.x .cell:not(.x):not(.circle):hover::after,
.board.x .cell:not(.x):not(.circle):hover::before {
content: "";
height: calc(100px * 0.15);
width: calc(100px * 0.9);
background: white;
position: absolute;
}
.cell.x::before,
.board.x .cell:not(.x):not(.circle):hover::before {
transform: rotate(45deg);
}
.cell.x::after,
.board.x .cell:not(.x):not(.circle):hover::after {
transform: rotate(-45deg);
}
.cell.circle::before,
.cell.circle::after,
.board.circle .cell:not(.x):not(.circle):hover::after,
.board.circle .cell:not(.x):not(.circle):hover::before {
content: "";
height: calc(100px * 0.9);
width: calc(100px * 0.9);
background: white;
position: absolute;
border-radius: 50%;
}
.winning-message {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
justify-content: center;
align-items: center;
background-color: rgb(0, 0, 0, 0.8);
flex-direction: column;
}
.winning-message-button {
font-size: 2.5rem;
background-color: #3a7bd5;
padding: 10px 15px;
cursor: pointer;
border-radius: 5px;
border: none;
margin-top: 16px;
color: white;
}
.winning-message-button:hover {
color: #3a7bd5;
background-color: white;
}
.winning-message-text {
color: white;
font-size: 5rem;
}
.show-winning-message {
display: flex;
} | 0.572125 | 0.132824 |
display: flex;
flex-direction: column;
}
#app div.name {
display: flex;
justify-content: center;
}
#app div.name h1 {
font-size: 3.5rem;
font-weight: 700;
padding: 3.2rem;
}
#app div.form {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#app div.input {
margin: 1rem 0;
display: flex;
flex-direction: column;
align-self: center;
max-width: 30rem;
}
#app div.input label {
font-size: 0.8rem;
padding-left: 0.5rem;
margin-bottom: 0.3rem;
}
#app div.input input {
padding: 0.5rem 0.6rem;
border-radius: 0.6rem;
border: none;
}
#app div.form button {
color: var(--text-color);
background-color: var(--bg-button);
border: none;
font-size: 1.5rem;
font-weight: 700;
border-radius: 0.6rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 0.8rem 4rem;
}
#app div.waitingOpponent {
height: 70vh;
display: flex;
justify-content: center;
align-items: center;
}
#app div.board {
display: flex;
align-items: center;
justify-content: center;
transform: rotate(-90deg);
}
@media (max-width: 1024px) and (orientation: portrait) {
#app div.name h1 {
font-size: 7rem;
padding: 5rem;
margin-top: 15vh;
}
#app div.input label {
font-size: 1.5rem;
}
#app div.input input {
font-size: 1.6rem;
padding: 0.7rem 0.9rem;
}
#app div.form button {
font-size: 2.7rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 1.3rem 5.8rem;
}
#app div.waitingOpponent h1 {
font-size: 3rem;
}
}
@media (max-width: 768px) and (orientation: portrait) {
#app div.name h1 {
font-size: 6rem;
padding: 4rem;
}
#app div.input label {
font-size: 1.2rem;
}
#app div.input input {
font-size: 1.4rem;
padding: 0.5rem 0.7rem;
}
#app div.form button {
font-size: 2.2rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 1rem 4.5rem;
}
#app div.waitingOpponent h1 {
font-size: 2.5rem;
}
}
@media (max-width: 540px) {
#app div.name h1 {
font-size: 4rem;
padding: 2.5rem;
}
#app div.input label {
font-size: 1rem;
}
#app div.input input {
font-size: 1.2rem;
padding: 0.5rem 0.5rem;
}
#app div.form button {
font-size: 1.5rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 0.7rem 4rem;
}
#app div.waitingOpponent h1 {
font-size: 2rem;
}
}
@media (max-width: 360px) and (orientation: portrait) {
#app div.name h1 {
font-size: 3rem;
padding: 2rem;
}
#app div.input label {
font-size: 0.8rem;
}
#app div.input input {
font-size: 1rem;
padding: 0.5rem 0.5rem;
}
#app div.form button {
font-size: 1.3rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 0.5rem 3.5rem;
}
#app div.waitingOpponent h1 {
font-size: 1.5rem;
}
}
@media (max-height: 1024px) and (orientation: landscape) {
#app div.name h1 {
font-size: 6rem;
padding: 8rem;
}
#app div.input label {
font-size: 1.5rem;
}
#app div.input input {
font-size: 1.6rem;
padding: 0.7rem 0.9rem;
}
#app div.form button {
font-size: 2.7rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 1.3rem 5.8rem;
}
#app div.waitingOpponent h1 {
font-size: 3rem;
}
}
@media (max-height: 768px) and (orientation: landscape) {
#app div.name h1 {
font-size: 5rem;
padding: 6rem;
}
#app div.input label {
font-size: 1.2rem;
}
#app div.input input {
font-size: 1.4rem;
padding: 0.5rem 0.7rem;
}
#app div.form button {
font-size: 2.2rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 1rem 4.5rem;
}
#app div.waitingOpponent h1 {
font-size: 2.5rem;
}
}
@media (max-height: 540px) {
#app div.name h1 {
font-size: 3rem;
padding: 4rem;
}
#app div.input label {
font-size: 1rem;
}
#app div.input input {
font-size: 1.2rem;
padding: 0.5rem 0.5rem;
}
#app div.form button {
font-size: 1.5rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 0.7rem 4rem;
}
#app div.waitingOpponent h1 {
font-size: 2rem;
}
}
@media (max-height: 360px) and (orientation: landscape) {
#app div.name h1 {
font-size: 2.5rem;
padding: 2rem;
}
#app div.input label {
font-size: 0.8rem;
}
#app div.input input {
font-size: 1rem;
padding: 0.5rem 0.5rem;
}
#app div.form button {
font-size: 1.3rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 0.5rem 3.5rem;
}
#app div.waitingOpponent h1 {
font-size: 1.5rem;
}
} | src/views/app/style.css | display: flex;
flex-direction: column;
}
#app div.name {
display: flex;
justify-content: center;
}
#app div.name h1 {
font-size: 3.5rem;
font-weight: 700;
padding: 3.2rem;
}
#app div.form {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#app div.input {
margin: 1rem 0;
display: flex;
flex-direction: column;
align-self: center;
max-width: 30rem;
}
#app div.input label {
font-size: 0.8rem;
padding-left: 0.5rem;
margin-bottom: 0.3rem;
}
#app div.input input {
padding: 0.5rem 0.6rem;
border-radius: 0.6rem;
border: none;
}
#app div.form button {
color: var(--text-color);
background-color: var(--bg-button);
border: none;
font-size: 1.5rem;
font-weight: 700;
border-radius: 0.6rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 0.8rem 4rem;
}
#app div.waitingOpponent {
height: 70vh;
display: flex;
justify-content: center;
align-items: center;
}
#app div.board {
display: flex;
align-items: center;
justify-content: center;
transform: rotate(-90deg);
}
@media (max-width: 1024px) and (orientation: portrait) {
#app div.name h1 {
font-size: 7rem;
padding: 5rem;
margin-top: 15vh;
}
#app div.input label {
font-size: 1.5rem;
}
#app div.input input {
font-size: 1.6rem;
padding: 0.7rem 0.9rem;
}
#app div.form button {
font-size: 2.7rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 1.3rem 5.8rem;
}
#app div.waitingOpponent h1 {
font-size: 3rem;
}
}
@media (max-width: 768px) and (orientation: portrait) {
#app div.name h1 {
font-size: 6rem;
padding: 4rem;
}
#app div.input label {
font-size: 1.2rem;
}
#app div.input input {
font-size: 1.4rem;
padding: 0.5rem 0.7rem;
}
#app div.form button {
font-size: 2.2rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 1rem 4.5rem;
}
#app div.waitingOpponent h1 {
font-size: 2.5rem;
}
}
@media (max-width: 540px) {
#app div.name h1 {
font-size: 4rem;
padding: 2.5rem;
}
#app div.input label {
font-size: 1rem;
}
#app div.input input {
font-size: 1.2rem;
padding: 0.5rem 0.5rem;
}
#app div.form button {
font-size: 1.5rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 0.7rem 4rem;
}
#app div.waitingOpponent h1 {
font-size: 2rem;
}
}
@media (max-width: 360px) and (orientation: portrait) {
#app div.name h1 {
font-size: 3rem;
padding: 2rem;
}
#app div.input label {
font-size: 0.8rem;
}
#app div.input input {
font-size: 1rem;
padding: 0.5rem 0.5rem;
}
#app div.form button {
font-size: 1.3rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 0.5rem 3.5rem;
}
#app div.waitingOpponent h1 {
font-size: 1.5rem;
}
}
@media (max-height: 1024px) and (orientation: landscape) {
#app div.name h1 {
font-size: 6rem;
padding: 8rem;
}
#app div.input label {
font-size: 1.5rem;
}
#app div.input input {
font-size: 1.6rem;
padding: 0.7rem 0.9rem;
}
#app div.form button {
font-size: 2.7rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 1.3rem 5.8rem;
}
#app div.waitingOpponent h1 {
font-size: 3rem;
}
}
@media (max-height: 768px) and (orientation: landscape) {
#app div.name h1 {
font-size: 5rem;
padding: 6rem;
}
#app div.input label {
font-size: 1.2rem;
}
#app div.input input {
font-size: 1.4rem;
padding: 0.5rem 0.7rem;
}
#app div.form button {
font-size: 2.2rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 1rem 4.5rem;
}
#app div.waitingOpponent h1 {
font-size: 2.5rem;
}
}
@media (max-height: 540px) {
#app div.name h1 {
font-size: 3rem;
padding: 4rem;
}
#app div.input label {
font-size: 1rem;
}
#app div.input input {
font-size: 1.2rem;
padding: 0.5rem 0.5rem;
}
#app div.form button {
font-size: 1.5rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 0.7rem 4rem;
}
#app div.waitingOpponent h1 {
font-size: 2rem;
}
}
@media (max-height: 360px) and (orientation: landscape) {
#app div.name h1 {
font-size: 2.5rem;
padding: 2rem;
}
#app div.input label {
font-size: 0.8rem;
}
#app div.input input {
font-size: 1rem;
padding: 0.5rem 0.5rem;
}
#app div.form button {
font-size: 1.3rem;
border-bottom: 0.2rem solid var(--bg-button-border);
padding: 0.5rem 3.5rem;
}
#app div.waitingOpponent h1 {
font-size: 1.5rem;
}
} | 0.382603 | 0.076201 |
@font-face {
font-family: 'League Gothic';
src: url('leaguegothic-regular-webfont.eot');
src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('leaguegothic-regular-webfont.woff') format('woff'),
url('leaguegothic-regular-webfont.ttf') format('truetype'),
url('leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
font-weight: normal;
font-style: normal;
}
:root {
--h: url("/Themes/assets/images/title.webp");
--bg: url("/Themes/assets/images/bg.webp");
--lg: linear-gradient(to bottom, rgba(4, 32, 44, .6), rgba(4, 32, 44, .4));
}
a.nav-item {
color: #00d1b2;
}
.hero.is-dark {
opacity: 1;
background: var(--bg);
position: relative;
background-size: cover;
background-attachment: fixed;
background-position: center;
/* height: 4rem; */
}
.hero.is-dark::before {
background: var(--h);
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0 auto;
filter: blur(0px);
background-size: cover;
background-position: center;
}
.hero.is-dark .title {
display: none;
}
.footer {
position: relative;
/* opacity: .999; */
background: var(--lg);
box-shadow: 0 0 1px 1px rgba(136, 136, 136, .5);
}
.nav {
background: linear-gradient(to bottom, rgba(4, 32, 44, .6), rgba(4, 32, 44, .4));
;
/*opacity: .999*/
}
.nav.has-shadow {
box-shadow: 0 0 1px 1px rgba(136, 136, 136, .5);
}
.card-header-title {
color: whitesmoke;
}
.tile.is-parent {
background: rgba(4, 32, 44, 0);
/* box-shadow: 0px 0px 3px 0px rgba(4, 32, 44, .5); */
}
.tile.is-parent.is-vertical.sidebar {
background: unset;
}
.box,
.card {
background: var(--lg);
box-shadow: 0 0 1px 1px rgba(136, 136, 136, .5);
}
.card-header {
box-shadow: unset;
/*border-bottom:1px solid #dbdbdb ;*/
}
.main-container {
position: relative;
max-width: 80%;
margin: 0 auto;
padding-left: 2%;
padding-right: 2%;
word-break: break-word;
}
.main-container::before {
max-width: 880px;
}
.tile.is-ancestor.is-vertical {
margin-top: 20px;
margin-bottom: 20px;
}
body::before {
content: '';
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0 auto;
background-image: var(--bg);
background-size: cover;
background-attachment: fixed;
background-position: center;
}
.container {
text-align: center;
}
body,
.content {
color: #eee;
}
/* for mobile screens otherwise it messes up the nav*/
#searchFieldNav {
width: 65%;
}
h1.title>span {
font-family: "League Gothic", "Arial Narrow", Arial, sans-serif;
margin-bottom: 1.75rem;
font-size: 1.5em;
}
.subtitle {
font-size: 0.80em;
margin-top: -1.0rem;
}
.post {
margin-bottom: 1em;
}
.posts>.post {
list-style: url("/Themes/assets/images/circle.webp");
}
.nice-title {
font-size: larger;
font-weight: 400;
font-family: Roboto, sans-serif;
color: #eee;
}
.nice-text {
font-family: "Open Sans", sans-serif;
}
.card-content {
padding: 0 0 1em;
}
.fa-heart:hover {
color: red;
}
.footer {
padding: 3rem 1.5rem 3rem;
}
.post-title {
font-size: x-large;
font-family: Roboto, sans-serif;
}
.post-meta {
font-family: "Open Sans", sans-serif;
font-size: small;
}
.post-text {
font-family: "Open Sans", sans-serif;
}
.post-text>p {
margin-bottom: 1em;
}
/* sorry God. Just once */
.sidebar {
padding: 0 0 0.75rem 0.75rem !important;
box-shadow: unset !important;
}
.box {
padding: 0.75rem;
margin-bottom: 0.75rem;
box-shadow: 0 0 1px 2px rgba(136, 136, 136, .5);
}
a,
a.nav-item {
color: #7abc5a;
}
a:hover,
a.nav-item:hover {
color: #5a945a;
}
.pagination-previous,
.pagination-next,
.pagination-link {
border: 1px solid rgba(136, 136, 136, .8);
background: var(--lg);
color: #7abc5a;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
border: 1px solid rgba(136, 136, 136, .7);
color: #5a945a;
}
html,
body {
max-width: 100%;
overflow-x: hidden;
}
/* Hotfix for lists being misaligned */
.tile.is-parent ol,
ul {
padding: 2% 5%;
}
.blood {
position: absolute;
width: 100px;
height: 100px;
animation: bloodA 8s;
opacity: 1;
}
@keyframes bloodA {
0% {
opacity: 0;
}
50% {
opacity: .8;
}
100% {
opacity: 0;
}
}
table,
thead,
tbody,
tr,
th,
td {
border: 1px solid whitesmoke;
}
strong,
table th {
color: whitesmoke;
}
table {
/* table-layout: fixed !important; */
width: 100% !important;
border-collapse: collapse;
border: none;
/* font-size:0.25rem; */
}
table tr td,
table tr th {
width: 1px;
white-space: nowrap;
word-break: keep-all;
/* 避免长单词截断,保持全部 */
/* border:solid #676767 1px; */
text-align: center;
white-space: pre-line;
word-break: break-all !important;
word-wrap: break-word !important;
display: table-cell;
vertical-align: middle !important;
white-space: normal !important;
height: auto;
vertical-align: text-top;
padding: 2px 2px 0 2px;
}
/* Hotfix for Bulma striping headings of styling */
h1{
font-weight: bold;
font-size: 1.5rem;
}
h2{
font-weight: bold;
font-size: 1.4rem
}
h3{
font-weight: bold;
font-size: 1.3rem;
}
h4{
font-weight: bold;
font-size: 1.2rem;
}
h5{
font-weight: bold;
font-size: 1.1rem;
}
h6{font-weight:bold;}
@media screen and (max-width: 768px) {
.pagination {
flex-wrap: nowrap;
}
.pagination-list {
font-size: 0%;
}
.sidebar {
padding: 0 0.75rem 0.75rem 0.75rem !important;
}
.main-container {
max-width: 900px
}
}
@media screen and (min-width: 769px) {
.tile.is-a {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 66.66667%;
min-width: calc(100% - 350px);
}
.tile.is-b {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 33.33333%;
max-width: 350px;
}
}
/* ~ jpasholk */
font[color=red],
font[color='#ff0000'] {
color: #e84545;
}
font[color=green],
font[color='#00ff00'] {
color: #0bda84;
}
font[color=blue],
font[color='#0000ff'] {
color: #4596e8;
}
#wpac-rating {
text-align: center;
padding: 1.75em;
background: hsla(101, 39%, 53%, 0.1);
margin: 1.75em 0;
border-left: 11px #5c9541 solid;
border-radius: 3px;
border-right: 11px #5c9541 solid;
}
#lv-container{
background: white;
padding: 5px;
} | assets/css/custom.css | @font-face {
font-family: 'League Gothic';
src: url('leaguegothic-regular-webfont.eot');
src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('leaguegothic-regular-webfont.woff') format('woff'),
url('leaguegothic-regular-webfont.ttf') format('truetype'),
url('leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
font-weight: normal;
font-style: normal;
}
:root {
--h: url("/Themes/assets/images/title.webp");
--bg: url("/Themes/assets/images/bg.webp");
--lg: linear-gradient(to bottom, rgba(4, 32, 44, .6), rgba(4, 32, 44, .4));
}
a.nav-item {
color: #00d1b2;
}
.hero.is-dark {
opacity: 1;
background: var(--bg);
position: relative;
background-size: cover;
background-attachment: fixed;
background-position: center;
/* height: 4rem; */
}
.hero.is-dark::before {
background: var(--h);
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0 auto;
filter: blur(0px);
background-size: cover;
background-position: center;
}
.hero.is-dark .title {
display: none;
}
.footer {
position: relative;
/* opacity: .999; */
background: var(--lg);
box-shadow: 0 0 1px 1px rgba(136, 136, 136, .5);
}
.nav {
background: linear-gradient(to bottom, rgba(4, 32, 44, .6), rgba(4, 32, 44, .4));
;
/*opacity: .999*/
}
.nav.has-shadow {
box-shadow: 0 0 1px 1px rgba(136, 136, 136, .5);
}
.card-header-title {
color: whitesmoke;
}
.tile.is-parent {
background: rgba(4, 32, 44, 0);
/* box-shadow: 0px 0px 3px 0px rgba(4, 32, 44, .5); */
}
.tile.is-parent.is-vertical.sidebar {
background: unset;
}
.box,
.card {
background: var(--lg);
box-shadow: 0 0 1px 1px rgba(136, 136, 136, .5);
}
.card-header {
box-shadow: unset;
/*border-bottom:1px solid #dbdbdb ;*/
}
.main-container {
position: relative;
max-width: 80%;
margin: 0 auto;
padding-left: 2%;
padding-right: 2%;
word-break: break-word;
}
.main-container::before {
max-width: 880px;
}
.tile.is-ancestor.is-vertical {
margin-top: 20px;
margin-bottom: 20px;
}
body::before {
content: '';
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0 auto;
background-image: var(--bg);
background-size: cover;
background-attachment: fixed;
background-position: center;
}
.container {
text-align: center;
}
body,
.content {
color: #eee;
}
/* for mobile screens otherwise it messes up the nav*/
#searchFieldNav {
width: 65%;
}
h1.title>span {
font-family: "League Gothic", "Arial Narrow", Arial, sans-serif;
margin-bottom: 1.75rem;
font-size: 1.5em;
}
.subtitle {
font-size: 0.80em;
margin-top: -1.0rem;
}
.post {
margin-bottom: 1em;
}
.posts>.post {
list-style: url("/Themes/assets/images/circle.webp");
}
.nice-title {
font-size: larger;
font-weight: 400;
font-family: Roboto, sans-serif;
color: #eee;
}
.nice-text {
font-family: "Open Sans", sans-serif;
}
.card-content {
padding: 0 0 1em;
}
.fa-heart:hover {
color: red;
}
.footer {
padding: 3rem 1.5rem 3rem;
}
.post-title {
font-size: x-large;
font-family: Roboto, sans-serif;
}
.post-meta {
font-family: "Open Sans", sans-serif;
font-size: small;
}
.post-text {
font-family: "Open Sans", sans-serif;
}
.post-text>p {
margin-bottom: 1em;
}
/* sorry God. Just once */
.sidebar {
padding: 0 0 0.75rem 0.75rem !important;
box-shadow: unset !important;
}
.box {
padding: 0.75rem;
margin-bottom: 0.75rem;
box-shadow: 0 0 1px 2px rgba(136, 136, 136, .5);
}
a,
a.nav-item {
color: #7abc5a;
}
a:hover,
a.nav-item:hover {
color: #5a945a;
}
.pagination-previous,
.pagination-next,
.pagination-link {
border: 1px solid rgba(136, 136, 136, .8);
background: var(--lg);
color: #7abc5a;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
border: 1px solid rgba(136, 136, 136, .7);
color: #5a945a;
}
html,
body {
max-width: 100%;
overflow-x: hidden;
}
/* Hotfix for lists being misaligned */
.tile.is-parent ol,
ul {
padding: 2% 5%;
}
.blood {
position: absolute;
width: 100px;
height: 100px;
animation: bloodA 8s;
opacity: 1;
}
@keyframes bloodA {
0% {
opacity: 0;
}
50% {
opacity: .8;
}
100% {
opacity: 0;
}
}
table,
thead,
tbody,
tr,
th,
td {
border: 1px solid whitesmoke;
}
strong,
table th {
color: whitesmoke;
}
table {
/* table-layout: fixed !important; */
width: 100% !important;
border-collapse: collapse;
border: none;
/* font-size:0.25rem; */
}
table tr td,
table tr th {
width: 1px;
white-space: nowrap;
word-break: keep-all;
/* 避免长单词截断,保持全部 */
/* border:solid #676767 1px; */
text-align: center;
white-space: pre-line;
word-break: break-all !important;
word-wrap: break-word !important;
display: table-cell;
vertical-align: middle !important;
white-space: normal !important;
height: auto;
vertical-align: text-top;
padding: 2px 2px 0 2px;
}
/* Hotfix for Bulma striping headings of styling */
h1{
font-weight: bold;
font-size: 1.5rem;
}
h2{
font-weight: bold;
font-size: 1.4rem
}
h3{
font-weight: bold;
font-size: 1.3rem;
}
h4{
font-weight: bold;
font-size: 1.2rem;
}
h5{
font-weight: bold;
font-size: 1.1rem;
}
h6{font-weight:bold;}
@media screen and (max-width: 768px) {
.pagination {
flex-wrap: nowrap;
}
.pagination-list {
font-size: 0%;
}
.sidebar {
padding: 0 0.75rem 0.75rem 0.75rem !important;
}
.main-container {
max-width: 900px
}
}
@media screen and (min-width: 769px) {
.tile.is-a {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 66.66667%;
min-width: calc(100% - 350px);
}
.tile.is-b {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 33.33333%;
max-width: 350px;
}
}
/* ~ jpasholk */
font[color=red],
font[color='#ff0000'] {
color: #e84545;
}
font[color=green],
font[color='#00ff00'] {
color: #0bda84;
}
font[color=blue],
font[color='#0000ff'] {
color: #4596e8;
}
#wpac-rating {
text-align: center;
padding: 1.75em;
background: hsla(101, 39%, 53%, 0.1);
margin: 1.75em 0;
border-left: 11px #5c9541 solid;
border-radius: 3px;
border-right: 11px #5c9541 solid;
}
#lv-container{
background: white;
padding: 5px;
} | 0.401923 | 0.105303 |
btn_ok_failbody{
background: #f5f5f5;
}
.search-board{
background-color: #D4D4D4;
padding-top: 15px;
min-width: 900px;
}
.add-board{
padding-top: 15px;
background-color: #ffffff;
}
.result-board{
border-top: solid 1px #999;
margin-top:0px;
}
.row.header,.header>div:first-child{margin-bottom: 0;padding-bottom: 0}
@media(min-width: 768px) {
input.search-md-8, select.search-md-8{width: 50% !important}
label.label-md-4{width:40% !important;text-align: left;}
textarea.desc-md-8{width: 50% !important}
}
@media (min-width: 1024px) {
input.search-md-8, select.search-md-8{width: 66.66% !important}
label.label-md-4{width:25% !important;text-align: left;}
textarea.desc-md-8{width:66.66% !important}
}
.dwn-arw{
border-color: #46a9ff transparent;
border-width: 5px 4px 0 4px;
border-style: solid;
}
.up-arw{
border-color: #46a9ff transparent;
border-width: 0px 4px 5px 4px;
border-style: solid;
}
.dwn-arw-af,.up-arw-af{position: relative}
.dwn-arw-af:after{
content: ' ';
border-color: #46a9ff transparent;
border-width: 5px 4px 0 4px;
border-style: solid;
margin-right: -16px;
margin-left: 4px;
top: 25%;
position: absolute;
}
.up-arw-af:after{
content: ' ';
border-color: #46a9ff transparent;
border-width: 0 4px 5px 4px;
border-style: solid;
margin-right: -16px;
margin-left: 4px;
top: 25%;
position: absolute;
}
.constrain tr, .constrain td{max-width: 100px}
td>li{
list-style: none;
}
.num_per_page{
margin: 20px 0;
}
.font-green {
color: #32c5d2!important;
}
.control-label {
margin-top: 1px;
font-weight: 400;
}
.visible-ie9 {
display: none;
}
.visible-ie8 {
display: none;
}
.form-control {
outline: 0!important;
}
.form-control {
box-shadow: none!important;
}
.btn.green:not(.btn-outline) {
color: #FFF;
background-color: #32c5d2;
border-color: #32c5d2;
}
.btn, .form-control {
box-shadow: none!important;
}
.btn {
outline: 0!important;
}
.btn.green:not(.btn-outline).active, .btn.green:not(.btn-outline):active, .open>.btn.green:not(.btn-outline).dropdown-toggle {
background-image: none;
}
.btn.green:not(.btn-outline).active, .btn.green:not(.btn-outline):active, .btn.green:not(.btn-outline):hover, .open>.btn.green:not(.btn-outline).dropdown-toggle {
color: #FFF;
background-color: #26a1ab;
border-color: #2499a3;
transition: all 200ms ease-in-out;
}
.form-control-static, .icon-btn, .input-inline, .radio-list>label.radio-inline {
display: inline-block;
}
ul.sidebar .sidebar-list .siderbar-active{
color: #fff;
border-left: 3px solid #e99d1a;
/*text-indent: 22px;*/
background: #2d3e63;
}
ul.sidebar .sidebar-list a:hover {
color: #fff;
border-left: 3px solid #e99d1a;
/*text-indent: */
}
ul.sidebar .sub-side a{
text-indent: 30px;
}
#sidebar-wrapper ul{
padding-left: 0!important;
}
ul.sidebar li a{
float: none!important;
}
.sidebar-list-wraper{
overflow: hidden;
transition: all 200ms ease-in-out;
height: auto;
background-color: rgba(48,53,106,0.3);
}
.wraper-close .sidebar-list-wraper{
height: 0!important;
}
.sidebar-list span:before{
float: right;
}
.sidebar-list span{
transition: all 300ms ease-in-out;
}
.wraper-close li a span{
transform: rotate(270deg);
}
ul.sidebar .sidebar-list .menu-icon {
float: right;
padding: 0 26px;
line-height: 40px;
width: 70px;
font-size: 18px;
}
#news-warming{
height: 60px;
}
.news-warming-in{
height: 60px;
line-height: 60px;
font-size: 20px;
color: red;
}
.news{
color: red;
display: inline-block;
margin-right: 10px;
}
#user-name{
position: absolute;
bottom: 0;
left: 0px;
width: 100%;
text-align: center;
/*line-height: 60px;*/
}
.cargo-ware{
margin-top: 40px;
margin-bottom: 40px!important;
}
.cargo-block-outer{
display: block;
}
.cargo-block-right{
display: inline-block;
float: right;
}
.cargo-block-left{
display: inline-block;
float: left;
}
.cargo1{
width: 50px;
height: 50px;
border: 1px solid black;
display:inline-block;
margin-right: 1px;
transition: all 1000ms ease-in-out;
text-align: center;
}
.cargo2{
width: 50px;
height: 50px;
border-radius: 50%!important;
border: 1px solid black;
display:inline-block;
margin-right: 1px;
transition: all 1000ms ease-in-out;
text-align: center;
}
.cargo-in{
background-color: red!important;
}
.cargo-ware>.cargo-block-outer>.cargo-block{
border-left: 1px dashed;
border-right: 1px dashed;
}
.cargo-ware>.cargo-block-outer:first-child>.cargo-block{
border-top: 1px dashed;
}
.cargo-ware>.cargo-block-outer:last-child>.cargo-block{
border-bottom: 1px dashed;
}
.warehouse{
border: 10px solid #cccccc;
position: relative;
}
.door{
position: absolute;
bottom: 100%;
right: 10%;
height: 10px;
width: 30px;
background-color: black;
}
div.col-md-8.col-md-offset-2.warehouse:after{
position: absolute;
left: 0px;
width: 100px;
height: 100px;
border: 2px solid red;
}
.contentdesc .nav-tabs, .contentdesc li{
border-bottom: none !important;
margin-right: 30px;
margin-left: 6px;
margin-top: 10px;
margin-bottom: 8px;
}
.contentdesc{
background: #fff;
}
td,th{
text-align: center;
}
.btn-disable{
background-color: #c1c7cc;
color: #fff;
}
.cover{
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 20;
background: rgba(51, 51, 51, 0.4);
}
.cover .cover1 {
position: absolute;
top:50%;
left: 50%;
width: 540px;
height: 440px;
margin-top: -250px;
margin-left: -350px;
border-radius: 4px!important;
background-color: #f3f3f3;
box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow:2px 2px 14px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow:2px 2px 14px 0 rgba(0, 0, 0, 0.3);
}
.cover .cover1 #play{
position: absolute;
top:50%;
left: 50%;
/*!*width: 500px;*!*/
/*!*height:400px;*!*/
margin-top: -200px;
margin-left: -250px;
/*!*!*background-color: #ffffff;*!*!*/
/*!*!*border: 2px solid #999999;*!*!*/
/*!*-moz-box-shadow: 0px 0px 15px #000000;*!*/
/*!*-webkit-box-shadow: 0px 0px 15px #000000;*!*/
/*!*box-shadow: 0px 0px 15px #000000;*!*/
/*margin: auto;*/
}
.cover .cover1 .closeVideo{
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
cursor: pointer;
width: 20px;
height: 20px;
margin-top: 1px;
margin-right: 1px;
}
#page-wrapper{
padding-left: 200px;
}
#page-wrapper #content-wrapper{
padding-top: 48px;
}
.page-wrapper-head{
position: fixed;
top:0;
left:0;
width: 100%;
}
.header_com{
height: 48px;
background: #3e4d68;
z-index: 10000;
}
.header_com_logo{
float:left;
width: 107px;
height: 28px;
margin-right: 20px;
margin-top: 10px;
margin-left: 20px;
}
.header_com_logo img{
width: 100%;
height: 100%;
}
.header_com_title{
float: left;
font-size: 20px;
color: #ffffff;
display: table;
height: 100%;
}
.header_com_title p{
display: table-cell;
vertical-align: middle;
}
#header_com_user_menu{
float: right;
background: none;
color: #fff;
font-size :12px;
margin-top: 9px;
margin-right: 20px;
}
.header_com_portrait{
float: right;
width: 30px;
height: 30px;
margin-top: 9px;
margin-right:10px;
}
.header-menu-pos{
width: 150px;
height: 144px;
border-radius: 4px !important;
border: 0 none;
right: 30px;
top: 52px;
background :#3e4d68;
font-size: 14px;
color: #5f9bdb;
padding: 0!important;
}
.header-menu-pos li{
padding-left: 20px;
}
.header-menu-pos li a{
font-size: 14px;
color: #5f9bdb;
height: 48px;
line-height: 3;
}
.header-menu-pos li a:hover{
background:#313d53;
color: #fff;
text-decoration: none;
}
.header-menu-pos li:hover{
background:#313d53;
color: #fff!important;
text-decoration: none;
}
.header-menu-tag{
display: block;
float: left;
height: 15px;
margin-right: 8px;
margin-top: 13px;
width: 15px;
}
.header-menu-tag-user{
background: url(/lib/img/icon_user_16_16_03.png);
}
.header-menu-pos li a:hover .header-menu-tag-user{
background: url(/lib/img/icon_user_16_16_02.png);
}
.header-menu-tag-pass{
background: url(/lib/img/icon_password_16_16_03.png);
}
.header-menu-pos li a:hover .header-menu-tag-pass{
background: url(/lib/img/icon_password_16_16_02.png);
}
.header-menu-tag-logout{
background: url(/lib/img/icon_logout_16_16_03.png);
}
.header-menu-pos li a:hover .header-menu-tag-logout{
background: url(/lib/img/icon_logout_16_16_02.png);
}
.header-com-mask{
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.5;
border-radius: 2px;
background-color: #0c1016;
}
.header-com-logout-pop,.header-com-repass-pop{
display: none;
position: absolute;
top: 50%;
left: 50%;
width: 400px;
height: 227px;
border-radius: 4px;
background-color: #ffffff;
margin-left: -200px;
margin-top: -113.5px;
}
.header-com-repass-pop{
height: 359px;
margin-top: -179.5px;
}
.header-com-mask-show,.header-com-logout-pop-show,.header-com-repass-pop-show{
display: block;
}
.header-com-logout-pop-h,.header-com-repass-pop-h{
width: 100%;
height: 41px;
border-bottom: 1px solid #e8ebf0;
font-size: 18px;
color: #3e4d68;
margin-top:15px;
}
.header-com-logout-pop-h span,.header-com-repass-pop-h span{
float: left;
display: block;
width :16px;
height: 16px;
background: url(/lib/img/icon_logout_16_16_01.png);
margin-right: 9px;
margin-left: 20px;
margin-top: 5px;
}
.header-com-repass-pop-h span{
background: url(/lib/img/icon_password_16_16_01.png);
}
.header-com-logout-pop-m{
margin-top: 25px;
margin-bottom: 33px;
font-size: 14px;
color: #3e4d68;
line-height: 3;
}
.header-com-logout-pop-m span{
float: left;
display: block;
width :48px;
height: 48px;
background: url(/lib/img/icon_warning_48_48.png);
margin-right: 6px;
margin-left: 124px;
}
.header-com-repass-pop-m{
width: 360px;
height: auto;
overflow: hidden;
margin: auto;
}
.header-com-logout-pop-b,.header-com-repass-pop-b{
width: 190px;
margin: auto;
}
.header-com-repass-pop-b{
margin-top: 10px;
}
.header-com-logout-pop-b .btn_ok,.header-com-repass-pop-b .btn_cancel{
width: 80px;
height: 34px;
border-radius: 4px;
background-color: #ffffff;
border: solid 1px #ff6b6b;
cursor: pointer;
font-size: 12px;
color: #ff6b6b;
}
.header-com-repass-pop-b .btn_cancel{
border: solid 1px #5f9bdb;
color: #5f9bdb;
}
.header-com-logout-pop-b .btn_cancel,.header-com-repass-pop-b .btn_ok{
width: 80px;
height: 34px;
border-radius: 4px;
background-color: #5f9bdb;
cursor: pointer;
font-size: 12px;
color: #ffffff;
}
.header-com-repass-pop-b .btn_ok_fail{
background-color: #e3e7eb;
border: solid 1px #e8ebf0;
color: #666666;
cursor: not-allowed;
}
.repass-form-group{
position: relative;
margin-bottom: 0;
}
.repass_label{
margin-top: 20px;
margin-bottom: 8px;
font-size: 12px;
color: #3e4d68;
}
.repass_label span{
color: #ff6b6b;
display: block;
float: left;
margin-right: 3px;
margin-top: 2px;
}
.repass_in{
width: 360px;
height: 34px;
border-radius: 4px;
background-color: #ffffff;
border: solid 1px #e6e6e6;
font-size: 12px;
color: #3e4d68;
}
.repass_error{
position: absolute;
bottom: 1px;
left: 1px;
width: 358px;
height: 32px;
padding: 6px;
background: #fff;
}
.errorInfoRepass{
color: #ff6b6b;
font-size: 12px;
}
/*alert pop*/
.alert-frame{
/*position: absolute;
top: 50%;
left: 50%;
width: 400px;
height: 227px;
border-radius: 4px;
background-color: #ffffff;
margin-left: -200px;
margin-top: -113.5px;*/
width: 400px;
height: 227px;
border-radius: 4px;
background-color: #ffffff;
}
.alert-frame-body{
width: 100%;
height: 100%;
display: table;
text-align: center;
font-size: 18px;
color: #3e4d68;
}
.alert-frame-body p{
display: table-cell;
vertical-align: middle;
}
.alert-frame-btn{
width: 80px;
margin: auto;
}
.alert-frame-btn button{
width: 80px;
height: 34px;
border-radius: 4px;
background-color: #5f9bdb;
cursor: pointer;
font-size: 12px;
color: #ffffff;
}
.ngdialog.ngdialog-theme-default .ngdialog-content{
background: #fff;
}
/*common custom pop*/
.custom-com-mask{
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.5;
border-radius: 2px;
background-color: #0c1016;
}
.custom-com-pop-frame{
width: 400px;
height: 227px;
background-color: #ffffff;
border-radius: 4px;
}
.custom-com-pop{
position: absolute;
top: 50%;
left: 50%;
width: 400px;
height: 227px;
border-radius: 4px;
background-color: #ffffff;
margin-left: -200px;
margin-top: -113.5px;
}
.custom-com-mask-show,.custom-com-pop-show{
display: block;
}
.custom-com-pop-h{
width: 100%;
height: 41px;
border-bottom: 1px solid #e8ebf0;
font-size: 18px;
color: #3e4d68;
margin-top:15px;
line-height: 1.6;
}
.custom-com-pop-h span{
float: left;
display: block;
width :16px;
height: 16px;
/*background: url(/lib/img/group.png);*/
margin-right: 9px;
margin-left: 20px;
margin-top: 5px;
}
.custom-com-pop-m{
margin-top: 25px;
margin-bottom: 33px;
font-size: 14px;
color: #3e4d68;
}
.custom-com-pop-b{
width: 190px;
margin: auto;
margin-top: 10px;
}
.custom-com-pop-b .btn_ok,.custom-com-pop-b .btn_cancel{
width: 80px;
height: 34px;
border-radius: 4px !important;
background-color: #5f9bdb;
cursor: pointer;
font-size: 12px;
color: #ffffff;
}
.custom-com-pop-b .btn_cancel{
background-color: #ffffff;
border: solid 1px #5f9bdb;
font-size: 12px;
color: #5f9bdb;
} | lib/css/main.css | btn_ok_failbody{
background: #f5f5f5;
}
.search-board{
background-color: #D4D4D4;
padding-top: 15px;
min-width: 900px;
}
.add-board{
padding-top: 15px;
background-color: #ffffff;
}
.result-board{
border-top: solid 1px #999;
margin-top:0px;
}
.row.header,.header>div:first-child{margin-bottom: 0;padding-bottom: 0}
@media(min-width: 768px) {
input.search-md-8, select.search-md-8{width: 50% !important}
label.label-md-4{width:40% !important;text-align: left;}
textarea.desc-md-8{width: 50% !important}
}
@media (min-width: 1024px) {
input.search-md-8, select.search-md-8{width: 66.66% !important}
label.label-md-4{width:25% !important;text-align: left;}
textarea.desc-md-8{width:66.66% !important}
}
.dwn-arw{
border-color: #46a9ff transparent;
border-width: 5px 4px 0 4px;
border-style: solid;
}
.up-arw{
border-color: #46a9ff transparent;
border-width: 0px 4px 5px 4px;
border-style: solid;
}
.dwn-arw-af,.up-arw-af{position: relative}
.dwn-arw-af:after{
content: ' ';
border-color: #46a9ff transparent;
border-width: 5px 4px 0 4px;
border-style: solid;
margin-right: -16px;
margin-left: 4px;
top: 25%;
position: absolute;
}
.up-arw-af:after{
content: ' ';
border-color: #46a9ff transparent;
border-width: 0 4px 5px 4px;
border-style: solid;
margin-right: -16px;
margin-left: 4px;
top: 25%;
position: absolute;
}
.constrain tr, .constrain td{max-width: 100px}
td>li{
list-style: none;
}
.num_per_page{
margin: 20px 0;
}
.font-green {
color: #32c5d2!important;
}
.control-label {
margin-top: 1px;
font-weight: 400;
}
.visible-ie9 {
display: none;
}
.visible-ie8 {
display: none;
}
.form-control {
outline: 0!important;
}
.form-control {
box-shadow: none!important;
}
.btn.green:not(.btn-outline) {
color: #FFF;
background-color: #32c5d2;
border-color: #32c5d2;
}
.btn, .form-control {
box-shadow: none!important;
}
.btn {
outline: 0!important;
}
.btn.green:not(.btn-outline).active, .btn.green:not(.btn-outline):active, .open>.btn.green:not(.btn-outline).dropdown-toggle {
background-image: none;
}
.btn.green:not(.btn-outline).active, .btn.green:not(.btn-outline):active, .btn.green:not(.btn-outline):hover, .open>.btn.green:not(.btn-outline).dropdown-toggle {
color: #FFF;
background-color: #26a1ab;
border-color: #2499a3;
transition: all 200ms ease-in-out;
}
.form-control-static, .icon-btn, .input-inline, .radio-list>label.radio-inline {
display: inline-block;
}
ul.sidebar .sidebar-list .siderbar-active{
color: #fff;
border-left: 3px solid #e99d1a;
/*text-indent: 22px;*/
background: #2d3e63;
}
ul.sidebar .sidebar-list a:hover {
color: #fff;
border-left: 3px solid #e99d1a;
/*text-indent: */
}
ul.sidebar .sub-side a{
text-indent: 30px;
}
#sidebar-wrapper ul{
padding-left: 0!important;
}
ul.sidebar li a{
float: none!important;
}
.sidebar-list-wraper{
overflow: hidden;
transition: all 200ms ease-in-out;
height: auto;
background-color: rgba(48,53,106,0.3);
}
.wraper-close .sidebar-list-wraper{
height: 0!important;
}
.sidebar-list span:before{
float: right;
}
.sidebar-list span{
transition: all 300ms ease-in-out;
}
.wraper-close li a span{
transform: rotate(270deg);
}
ul.sidebar .sidebar-list .menu-icon {
float: right;
padding: 0 26px;
line-height: 40px;
width: 70px;
font-size: 18px;
}
#news-warming{
height: 60px;
}
.news-warming-in{
height: 60px;
line-height: 60px;
font-size: 20px;
color: red;
}
.news{
color: red;
display: inline-block;
margin-right: 10px;
}
#user-name{
position: absolute;
bottom: 0;
left: 0px;
width: 100%;
text-align: center;
/*line-height: 60px;*/
}
.cargo-ware{
margin-top: 40px;
margin-bottom: 40px!important;
}
.cargo-block-outer{
display: block;
}
.cargo-block-right{
display: inline-block;
float: right;
}
.cargo-block-left{
display: inline-block;
float: left;
}
.cargo1{
width: 50px;
height: 50px;
border: 1px solid black;
display:inline-block;
margin-right: 1px;
transition: all 1000ms ease-in-out;
text-align: center;
}
.cargo2{
width: 50px;
height: 50px;
border-radius: 50%!important;
border: 1px solid black;
display:inline-block;
margin-right: 1px;
transition: all 1000ms ease-in-out;
text-align: center;
}
.cargo-in{
background-color: red!important;
}
.cargo-ware>.cargo-block-outer>.cargo-block{
border-left: 1px dashed;
border-right: 1px dashed;
}
.cargo-ware>.cargo-block-outer:first-child>.cargo-block{
border-top: 1px dashed;
}
.cargo-ware>.cargo-block-outer:last-child>.cargo-block{
border-bottom: 1px dashed;
}
.warehouse{
border: 10px solid #cccccc;
position: relative;
}
.door{
position: absolute;
bottom: 100%;
right: 10%;
height: 10px;
width: 30px;
background-color: black;
}
div.col-md-8.col-md-offset-2.warehouse:after{
position: absolute;
left: 0px;
width: 100px;
height: 100px;
border: 2px solid red;
}
.contentdesc .nav-tabs, .contentdesc li{
border-bottom: none !important;
margin-right: 30px;
margin-left: 6px;
margin-top: 10px;
margin-bottom: 8px;
}
.contentdesc{
background: #fff;
}
td,th{
text-align: center;
}
.btn-disable{
background-color: #c1c7cc;
color: #fff;
}
.cover{
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 20;
background: rgba(51, 51, 51, 0.4);
}
.cover .cover1 {
position: absolute;
top:50%;
left: 50%;
width: 540px;
height: 440px;
margin-top: -250px;
margin-left: -350px;
border-radius: 4px!important;
background-color: #f3f3f3;
box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow:2px 2px 14px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow:2px 2px 14px 0 rgba(0, 0, 0, 0.3);
}
.cover .cover1 #play{
position: absolute;
top:50%;
left: 50%;
/*!*width: 500px;*!*/
/*!*height:400px;*!*/
margin-top: -200px;
margin-left: -250px;
/*!*!*background-color: #ffffff;*!*!*/
/*!*!*border: 2px solid #999999;*!*!*/
/*!*-moz-box-shadow: 0px 0px 15px #000000;*!*/
/*!*-webkit-box-shadow: 0px 0px 15px #000000;*!*/
/*!*box-shadow: 0px 0px 15px #000000;*!*/
/*margin: auto;*/
}
.cover .cover1 .closeVideo{
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
cursor: pointer;
width: 20px;
height: 20px;
margin-top: 1px;
margin-right: 1px;
}
#page-wrapper{
padding-left: 200px;
}
#page-wrapper #content-wrapper{
padding-top: 48px;
}
.page-wrapper-head{
position: fixed;
top:0;
left:0;
width: 100%;
}
.header_com{
height: 48px;
background: #3e4d68;
z-index: 10000;
}
.header_com_logo{
float:left;
width: 107px;
height: 28px;
margin-right: 20px;
margin-top: 10px;
margin-left: 20px;
}
.header_com_logo img{
width: 100%;
height: 100%;
}
.header_com_title{
float: left;
font-size: 20px;
color: #ffffff;
display: table;
height: 100%;
}
.header_com_title p{
display: table-cell;
vertical-align: middle;
}
#header_com_user_menu{
float: right;
background: none;
color: #fff;
font-size :12px;
margin-top: 9px;
margin-right: 20px;
}
.header_com_portrait{
float: right;
width: 30px;
height: 30px;
margin-top: 9px;
margin-right:10px;
}
.header-menu-pos{
width: 150px;
height: 144px;
border-radius: 4px !important;
border: 0 none;
right: 30px;
top: 52px;
background :#3e4d68;
font-size: 14px;
color: #5f9bdb;
padding: 0!important;
}
.header-menu-pos li{
padding-left: 20px;
}
.header-menu-pos li a{
font-size: 14px;
color: #5f9bdb;
height: 48px;
line-height: 3;
}
.header-menu-pos li a:hover{
background:#313d53;
color: #fff;
text-decoration: none;
}
.header-menu-pos li:hover{
background:#313d53;
color: #fff!important;
text-decoration: none;
}
.header-menu-tag{
display: block;
float: left;
height: 15px;
margin-right: 8px;
margin-top: 13px;
width: 15px;
}
.header-menu-tag-user{
background: url(/lib/img/icon_user_16_16_03.png);
}
.header-menu-pos li a:hover .header-menu-tag-user{
background: url(/lib/img/icon_user_16_16_02.png);
}
.header-menu-tag-pass{
background: url(/lib/img/icon_password_16_16_03.png);
}
.header-menu-pos li a:hover .header-menu-tag-pass{
background: url(/lib/img/icon_password_16_16_02.png);
}
.header-menu-tag-logout{
background: url(/lib/img/icon_logout_16_16_03.png);
}
.header-menu-pos li a:hover .header-menu-tag-logout{
background: url(/lib/img/icon_logout_16_16_02.png);
}
.header-com-mask{
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.5;
border-radius: 2px;
background-color: #0c1016;
}
.header-com-logout-pop,.header-com-repass-pop{
display: none;
position: absolute;
top: 50%;
left: 50%;
width: 400px;
height: 227px;
border-radius: 4px;
background-color: #ffffff;
margin-left: -200px;
margin-top: -113.5px;
}
.header-com-repass-pop{
height: 359px;
margin-top: -179.5px;
}
.header-com-mask-show,.header-com-logout-pop-show,.header-com-repass-pop-show{
display: block;
}
.header-com-logout-pop-h,.header-com-repass-pop-h{
width: 100%;
height: 41px;
border-bottom: 1px solid #e8ebf0;
font-size: 18px;
color: #3e4d68;
margin-top:15px;
}
.header-com-logout-pop-h span,.header-com-repass-pop-h span{
float: left;
display: block;
width :16px;
height: 16px;
background: url(/lib/img/icon_logout_16_16_01.png);
margin-right: 9px;
margin-left: 20px;
margin-top: 5px;
}
.header-com-repass-pop-h span{
background: url(/lib/img/icon_password_16_16_01.png);
}
.header-com-logout-pop-m{
margin-top: 25px;
margin-bottom: 33px;
font-size: 14px;
color: #3e4d68;
line-height: 3;
}
.header-com-logout-pop-m span{
float: left;
display: block;
width :48px;
height: 48px;
background: url(/lib/img/icon_warning_48_48.png);
margin-right: 6px;
margin-left: 124px;
}
.header-com-repass-pop-m{
width: 360px;
height: auto;
overflow: hidden;
margin: auto;
}
.header-com-logout-pop-b,.header-com-repass-pop-b{
width: 190px;
margin: auto;
}
.header-com-repass-pop-b{
margin-top: 10px;
}
.header-com-logout-pop-b .btn_ok,.header-com-repass-pop-b .btn_cancel{
width: 80px;
height: 34px;
border-radius: 4px;
background-color: #ffffff;
border: solid 1px #ff6b6b;
cursor: pointer;
font-size: 12px;
color: #ff6b6b;
}
.header-com-repass-pop-b .btn_cancel{
border: solid 1px #5f9bdb;
color: #5f9bdb;
}
.header-com-logout-pop-b .btn_cancel,.header-com-repass-pop-b .btn_ok{
width: 80px;
height: 34px;
border-radius: 4px;
background-color: #5f9bdb;
cursor: pointer;
font-size: 12px;
color: #ffffff;
}
.header-com-repass-pop-b .btn_ok_fail{
background-color: #e3e7eb;
border: solid 1px #e8ebf0;
color: #666666;
cursor: not-allowed;
}
.repass-form-group{
position: relative;
margin-bottom: 0;
}
.repass_label{
margin-top: 20px;
margin-bottom: 8px;
font-size: 12px;
color: #3e4d68;
}
.repass_label span{
color: #ff6b6b;
display: block;
float: left;
margin-right: 3px;
margin-top: 2px;
}
.repass_in{
width: 360px;
height: 34px;
border-radius: 4px;
background-color: #ffffff;
border: solid 1px #e6e6e6;
font-size: 12px;
color: #3e4d68;
}
.repass_error{
position: absolute;
bottom: 1px;
left: 1px;
width: 358px;
height: 32px;
padding: 6px;
background: #fff;
}
.errorInfoRepass{
color: #ff6b6b;
font-size: 12px;
}
/*alert pop*/
.alert-frame{
/*position: absolute;
top: 50%;
left: 50%;
width: 400px;
height: 227px;
border-radius: 4px;
background-color: #ffffff;
margin-left: -200px;
margin-top: -113.5px;*/
width: 400px;
height: 227px;
border-radius: 4px;
background-color: #ffffff;
}
.alert-frame-body{
width: 100%;
height: 100%;
display: table;
text-align: center;
font-size: 18px;
color: #3e4d68;
}
.alert-frame-body p{
display: table-cell;
vertical-align: middle;
}
.alert-frame-btn{
width: 80px;
margin: auto;
}
.alert-frame-btn button{
width: 80px;
height: 34px;
border-radius: 4px;
background-color: #5f9bdb;
cursor: pointer;
font-size: 12px;
color: #ffffff;
}
.ngdialog.ngdialog-theme-default .ngdialog-content{
background: #fff;
}
/*common custom pop*/
.custom-com-mask{
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.5;
border-radius: 2px;
background-color: #0c1016;
}
.custom-com-pop-frame{
width: 400px;
height: 227px;
background-color: #ffffff;
border-radius: 4px;
}
.custom-com-pop{
position: absolute;
top: 50%;
left: 50%;
width: 400px;
height: 227px;
border-radius: 4px;
background-color: #ffffff;
margin-left: -200px;
margin-top: -113.5px;
}
.custom-com-mask-show,.custom-com-pop-show{
display: block;
}
.custom-com-pop-h{
width: 100%;
height: 41px;
border-bottom: 1px solid #e8ebf0;
font-size: 18px;
color: #3e4d68;
margin-top:15px;
line-height: 1.6;
}
.custom-com-pop-h span{
float: left;
display: block;
width :16px;
height: 16px;
/*background: url(/lib/img/group.png);*/
margin-right: 9px;
margin-left: 20px;
margin-top: 5px;
}
.custom-com-pop-m{
margin-top: 25px;
margin-bottom: 33px;
font-size: 14px;
color: #3e4d68;
}
.custom-com-pop-b{
width: 190px;
margin: auto;
margin-top: 10px;
}
.custom-com-pop-b .btn_ok,.custom-com-pop-b .btn_cancel{
width: 80px;
height: 34px;
border-radius: 4px !important;
background-color: #5f9bdb;
cursor: pointer;
font-size: 12px;
color: #ffffff;
}
.custom-com-pop-b .btn_cancel{
background-color: #ffffff;
border: solid 1px #5f9bdb;
font-size: 12px;
color: #5f9bdb;
} | 0.353763 | 0.062818 |
@charset "utf-8";
*{
margin: 0;
padding: 0;
vertical-align: top;
list-style: none;
font-size: 14px;
color: #666;
text-decoration: none;
}
body{
background: #f3f3f3;
}
.wrap{
width: 1100px;
margin: 0 auto;
}
.header{
height: 150px;
position: relative;
}
.header h1{
padding-top: 60px;
float: left;
}
h1 a{
display: block;
text-indent: -9999px;
background: url(../images/logo.png) 0 0 no-repeat;
width: 200px;
height: 55px;
}
.header .depth1{
padding-top: 80px;
float: right;
}
.depth1 li{
float: left;
width: 150px;
text-align: center;
position: relative;
}
.depth1 li a{
font-size: 18px;
font-weight: bold;
padding: 20px 10px;
}
.depth1 li a:hover{
color: #ec6706;
border-bottom: 2px solid;
}
.depth2{
display: none;
position: absolute;
top: 70px;
background: rgba(255,255,255,.5);
border-bottom: 2px slide #000;
z-index: 200;
}
.depth2 li{
padding: 25px 0;
font-weight: bold;
}
.header .mini{
display: block;
text-align: right;
position: absolute;
width: 1070px;
padding: 5px 30px 0 0;
height: 25px;
background: #000;
}
.mini a{
color: #fff;
}
.mini a:last-child{
background: #ec6706;
padding: 2px 5px;
border-radius: 5px;
}
.mini span{
color: #ccc;
padding: 0 20px;
}
.img_g{
display: inline-block;
background: url(../images/icn_step.jpg) 0 0 no-repeat;
width: 120px;
height: 120px;
}
.mainslide{
height: 275px;
position: relative;
background: url(../images/mainslide1.jpg) 0 0 no-repeat;
overflow: hidden;
}
.mainslide .slideimg{
position: absolute;
top: 0;
left: 0;
display: block;
width: 3300px;
}
.slideimg li{
float: left;
}
.slideimg .slidetxt{
width: 1100px;
height: 275px;
text-align: center;
}
.slidetxt strong{
display: block;
padding: 40px;
font-size: 40px;
color: #ec6706;
}
.slidetxt p{
color: #fff;
padding-bottom: 30px;
font-size: 20px;
}
.slidetxt a{
color: #fff;
padding: 10px 30px;
border: 1px solid #ec6706;
margin: 0 100px;
background: rgba(0,0,0,.4);
}
.contents{
height: 570px;
padding-top: 30px;
background: #fff;
}
.col1{
width: 70%;
float: left;
padding-left: 10px;
}
.col1 h2{
font-size: 20px;
padding-bottom: 20px;
border-bottom: 2px solid #ec6706;
}
.notice li{
display: block;
padding: 8px 0;
}
.notice span{
float: right;
}
.col2{
width: 25%;
float: right;
overflow: hidden;
}
.col2 h2{
height: 0;
text-indent: -9999px;
}
.col2 img{
float: right;
}
.col3{
display: block;
clear: both;
text-align: center;
}
.col3 h2{
padding-top: 30px;
font-size: 20px;
}
.col3 li{
float: left;
width: 275px;
}
.col3 a{
text-align: center;
font-size: 18px;
display: block;
}
.col3 em{
display: block;
font-style: normal;
font-weight: bold;
color: #ec6706;
}
.col3 .ico1{
width: 120px;
height: 120px;
background-position: 0 0;
}
.col3 .ico2{
width: 120px;
height: 120px;
background-position: 0 -120px;
}
.col3 .ico3{
width: 120px;
height: 120px;
background-position: 0 -240px;
}
.col3 .ico4{
width: 120px;
height: 120px;
background-position: 0 -360px;
}
.footer{
padding-top: 30px;
height: 120px;
background: #000;
text-align: center;
}
.footmenu a{
color: #fff;
}
.footmenu span{
color: #fff;
padding: 0 50px;
}
address{
padding-top: 20px;
color: #fff;
font-style: normal;
}
.copyright{
color: #aaa;
padding-top: 20px;
}
#modal{
display: none;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0,0,0,.4);
z-index: 9999;
padding-top: 100px;
text-align: center;
}
#modal.on{
display: block;
}
button{
border: none;
padding: 10px 20px;
font-size: 18px;
border-radius: 6px;
background: #fff;
cursor: pointer;
} | pofol/tstation/css/comm.css | @charset "utf-8";
*{
margin: 0;
padding: 0;
vertical-align: top;
list-style: none;
font-size: 14px;
color: #666;
text-decoration: none;
}
body{
background: #f3f3f3;
}
.wrap{
width: 1100px;
margin: 0 auto;
}
.header{
height: 150px;
position: relative;
}
.header h1{
padding-top: 60px;
float: left;
}
h1 a{
display: block;
text-indent: -9999px;
background: url(../images/logo.png) 0 0 no-repeat;
width: 200px;
height: 55px;
}
.header .depth1{
padding-top: 80px;
float: right;
}
.depth1 li{
float: left;
width: 150px;
text-align: center;
position: relative;
}
.depth1 li a{
font-size: 18px;
font-weight: bold;
padding: 20px 10px;
}
.depth1 li a:hover{
color: #ec6706;
border-bottom: 2px solid;
}
.depth2{
display: none;
position: absolute;
top: 70px;
background: rgba(255,255,255,.5);
border-bottom: 2px slide #000;
z-index: 200;
}
.depth2 li{
padding: 25px 0;
font-weight: bold;
}
.header .mini{
display: block;
text-align: right;
position: absolute;
width: 1070px;
padding: 5px 30px 0 0;
height: 25px;
background: #000;
}
.mini a{
color: #fff;
}
.mini a:last-child{
background: #ec6706;
padding: 2px 5px;
border-radius: 5px;
}
.mini span{
color: #ccc;
padding: 0 20px;
}
.img_g{
display: inline-block;
background: url(../images/icn_step.jpg) 0 0 no-repeat;
width: 120px;
height: 120px;
}
.mainslide{
height: 275px;
position: relative;
background: url(../images/mainslide1.jpg) 0 0 no-repeat;
overflow: hidden;
}
.mainslide .slideimg{
position: absolute;
top: 0;
left: 0;
display: block;
width: 3300px;
}
.slideimg li{
float: left;
}
.slideimg .slidetxt{
width: 1100px;
height: 275px;
text-align: center;
}
.slidetxt strong{
display: block;
padding: 40px;
font-size: 40px;
color: #ec6706;
}
.slidetxt p{
color: #fff;
padding-bottom: 30px;
font-size: 20px;
}
.slidetxt a{
color: #fff;
padding: 10px 30px;
border: 1px solid #ec6706;
margin: 0 100px;
background: rgba(0,0,0,.4);
}
.contents{
height: 570px;
padding-top: 30px;
background: #fff;
}
.col1{
width: 70%;
float: left;
padding-left: 10px;
}
.col1 h2{
font-size: 20px;
padding-bottom: 20px;
border-bottom: 2px solid #ec6706;
}
.notice li{
display: block;
padding: 8px 0;
}
.notice span{
float: right;
}
.col2{
width: 25%;
float: right;
overflow: hidden;
}
.col2 h2{
height: 0;
text-indent: -9999px;
}
.col2 img{
float: right;
}
.col3{
display: block;
clear: both;
text-align: center;
}
.col3 h2{
padding-top: 30px;
font-size: 20px;
}
.col3 li{
float: left;
width: 275px;
}
.col3 a{
text-align: center;
font-size: 18px;
display: block;
}
.col3 em{
display: block;
font-style: normal;
font-weight: bold;
color: #ec6706;
}
.col3 .ico1{
width: 120px;
height: 120px;
background-position: 0 0;
}
.col3 .ico2{
width: 120px;
height: 120px;
background-position: 0 -120px;
}
.col3 .ico3{
width: 120px;
height: 120px;
background-position: 0 -240px;
}
.col3 .ico4{
width: 120px;
height: 120px;
background-position: 0 -360px;
}
.footer{
padding-top: 30px;
height: 120px;
background: #000;
text-align: center;
}
.footmenu a{
color: #fff;
}
.footmenu span{
color: #fff;
padding: 0 50px;
}
address{
padding-top: 20px;
color: #fff;
font-style: normal;
}
.copyright{
color: #aaa;
padding-top: 20px;
}
#modal{
display: none;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0,0,0,.4);
z-index: 9999;
padding-top: 100px;
text-align: center;
}
#modal.on{
display: block;
}
button{
border: none;
padding: 10px 20px;
font-size: 18px;
border-radius: 6px;
background: #fff;
cursor: pointer;
} | 0.415136 | 0.12954 |
:root {
--prim-accent-color: #50667A; /* Metal grey */
--secon-accent-color: #242636; /* Dark purple */
--text-color: #342F2D; /* Dark grey */
--prim-bg-color: #f4f4f4; /* Off white */
--lite-bg-color: white;
--navbar-height: 70px;
}
/**
* CSS trick for avoiding header overlapping
* content for menu anchors.
*
* From <NAME> on Stack Overflow
*
* https://stackoverflow.com/questions/4086107/fixed-page-header-overlaps-in-page-anchors
*/
:target::before {
content: "";
display: block;
height: var(--navbar-height); /* Fixed header height for this page. */
margin: -var(--navbar-height) 0 0; /* To compensate for a huge space at the top. */
}
html {
scroll-behavior: smooth;
}
body {
padding: 0;
margin: 0;
background: var(--prim-bg-color);
width: 100%;
}
/* Stop horizontal scroll on entire page. Rows is important. */
body,
.row {
overflow-x: hidden;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
a {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: .1em;
}
.btn:hover {
opacity: 75%;
}
nav {
padding: 1em;
margin-bottom: 0 !important;
}
.navbar {
display: flex;
background: var(--prim-accent-color);
}
.nav-link,
.navbar-brand {
color: var(--prim-bg-color);
cursor: pointer;
}
/* Manual grid version mlc
.navbar-brand {
position: absolute;
left: 5px;
float: none;
}
*/
.nav-link {
margin-right: 1em !important;
}
.nav-link:hover {
background: var(--prim-bg-color);
color: var(--prim-accent-color);
}
.navbar-collapse {
justify-content: flex-end;
}
.navbar-toggler {
background: var(--prim-accent-color) !important;
}
ul {
list-style: none;
}
.bg-dark {
background-color: var(--prim-accent-color)!important
}
.bg-primary {
background-color: var(--prim-bg-color)!important
}
/* Manual grid version mlc
#navbarSupportedContent {
width: 50%;
display: grid;
grid-template-columns: 75% auto;
place-items: center;
}
.navbar-nav {
float: none !important;
}
*/
/** Header */
.header {
position: relative;
background-image: url('../images/bali-nyuh-kuning-cafe-laptop-coffee-768w.webp');
background-size: cover;
background-position: center;
width: 100%;
margin-top: 0;
}
.overlay {
position: absolute;
min-height: 100%;
min-width: 100%;
left: 0;
top: 0;
background: rgba(244, 244, 244, 0.85);
}
.description {
position: absolute;
/*top: 20%;*/
margin: 15% auto;
padding: 2em;
}
.description h1 {
color: var(--prim-accent-color);
}
.description p {
color: var(--secon-accent-color);
width: 75%;
line-height: 1.5;
}
.about {
margin: 3em 0;
padding: 1em 0;
position: relative;
}
.about h1 {
color: var(--prim-accent-color);
margin: 2em;
}
.about img {
width: 270px;
border-radius: 50%;
margin-left: 50%;
transform: translate(-50%, 0%);
}
.about span {
display: block;
color: var(--text-color);
}
.about .desc {
padding: 2em;
border-left: 4px solid var(--secon-accent-color);
}
.about .desc h3 {
color: var(--secon-accent-color);
}
.about .desc p {
line-height: 2;
color: var(--text-color);
}
/** Portfolio */
.portfolio {
margin: 3em 0;
padding: 1em 0;
position: relative;
}
.portfolio h1 {
color: var(--prim-accent-color);
margin: 2em;
}
.portfolio img {
width: 300px;
margin: 1em;
margin-left: 50%;
transform: translate(-50%, 0%);
}
.portfolio__title {
text-align: center;
}
/** Content */
.content {
margin: 4em 0;
position: relative;
}
.content h1 {
color: var(--prim-accent-color);
margin: 2em;
}
.content .card {
box-shadow: 0 0 20px var(--lite-bg-color);
}
.content .card img {
width: 300px;
height: auto;
margin-left: 50%;
transform: translate(-50%, 0%);
}
.content .card-title {
color: var(--prim-accent-color);
}
.content .card-body {
padding: 1em;
}
/** Team */
.team {
margin: 3em 0;
padding-bottom: 1em;
position: relative;
border: 1px solid var(--prim-bg-color);
}
.team h1 {
color: var(--prim-accent-color);
margin: 2em;
}
.team .item {
position: relative;
overflow: hidden;
}
.team img {
width: 270px;
margin-left: 50%;
transform: translate(-50%, 0%);
}
/** Card */
.card {
padding: 1% 0;
margin-bottom: 2em;
}
/* Force center justify. mlc */
form {
width: 75%;
margin: 0 auto;
}
.contact-form {
/* On mobile make space before footer. */
margin-bottom: 6em;
position: relative;
}
.contact-form h1 {
padding: 2em 1px;
color: var(--prim-accent-color);
}
.contact-form .right {
max-width: 600px;
}
.contact-form .right .btn-secondary {
background: var(--prim-accent-color);
color: white;
border: 0;
}
.contact-form .right .form-control::placeholder {
color: var(--text-color);
font-size: 16px;
}
footer {
background-color: var(--lite-bg-color);
/* Make space for to top button on mobile. */
padding: 1em 0.5em 5em 0.5em;
}
/* Socials */
.social-inline {
display: inline-block;
}
/* Credits */
#credits {
font-size: 0.75em;
}
/** Utilities */
/* Force justify to the center. mlc */
.row--justify-center {
width: 75%;
margin: 0 auto;
}
/* Indent a list. mlc */
.ul--indent {
margin-left: 3%;
}
/* Manual flex version mlc */
.row--flex-start {
display: flex;
align-items: flex-start;
justify-content: flex-start;
/* For xs screens keep the space around. */
flex-wrap: wrap;
}
.footer__content {
margin: 0 1em;
}
/* Alternate bg colours for contrast. mlc */
#portfolio,
#team {
background-color: var(--lite-bg-color);
}
#portfolio img {
border-radius: 5px;
}
/** Media queries mlc */
/* Medium screens and larger. */
@media (min-width: 1024px) {
/* Breakpoint for fixed top nav. */
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
/* Offset for a fixed navbar. */
.header {
margin-top: var(--navbar-height);
background-image: url('../images/bali-nyuh-kuning-cafe-laptop-coffee-1920w.webp');
}
/* Top offset for hero description text. */
.description {
top: 30%;
margin: auto;
}
/* Increase contact form margins on wider screens. */
.contact-form {
margin: 6em 0;
}
footer {
padding: 1em 1em 2em 1em;
}
}
@media (max-width: 1023px) {
/* Breakpoint for non fixed top nav. */
.fixed-top {
position: relative;
}
}
@media (max-width: 1023px) and (orientation:landscape) {
/* Adjust top space for hero description on landscape. */
.description {
top: 10%;
margin: auto;
}
}
/* Footer spacing for everything except small screens. */
@media (min-width: 376px) {
/* With larger screens speace evenly for centering. mlc */
.row--flex-start {
justify-content: space-evenly;
}
}
/* For wider screens, the cards don't need a bottom margin. */
@media (min-width: 768px) {
.card {
margin-bottom: 0;
}
}
/* Small screens in portrait. */
@media (max-width: 375px) and (orientation:portrait) {
/* This allows landscape grids to be nx2. mlc */
.col-xs-6 {
width: 100%;
}
} | css/main.css |
:root {
--prim-accent-color: #50667A; /* Metal grey */
--secon-accent-color: #242636; /* Dark purple */
--text-color: #342F2D; /* Dark grey */
--prim-bg-color: #f4f4f4; /* Off white */
--lite-bg-color: white;
--navbar-height: 70px;
}
/**
* CSS trick for avoiding header overlapping
* content for menu anchors.
*
* From <NAME> on Stack Overflow
*
* https://stackoverflow.com/questions/4086107/fixed-page-header-overlaps-in-page-anchors
*/
:target::before {
content: "";
display: block;
height: var(--navbar-height); /* Fixed header height for this page. */
margin: -var(--navbar-height) 0 0; /* To compensate for a huge space at the top. */
}
html {
scroll-behavior: smooth;
}
body {
padding: 0;
margin: 0;
background: var(--prim-bg-color);
width: 100%;
}
/* Stop horizontal scroll on entire page. Rows is important. */
body,
.row {
overflow-x: hidden;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
a {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: .1em;
}
.btn:hover {
opacity: 75%;
}
nav {
padding: 1em;
margin-bottom: 0 !important;
}
.navbar {
display: flex;
background: var(--prim-accent-color);
}
.nav-link,
.navbar-brand {
color: var(--prim-bg-color);
cursor: pointer;
}
/* Manual grid version mlc
.navbar-brand {
position: absolute;
left: 5px;
float: none;
}
*/
.nav-link {
margin-right: 1em !important;
}
.nav-link:hover {
background: var(--prim-bg-color);
color: var(--prim-accent-color);
}
.navbar-collapse {
justify-content: flex-end;
}
.navbar-toggler {
background: var(--prim-accent-color) !important;
}
ul {
list-style: none;
}
.bg-dark {
background-color: var(--prim-accent-color)!important
}
.bg-primary {
background-color: var(--prim-bg-color)!important
}
/* Manual grid version mlc
#navbarSupportedContent {
width: 50%;
display: grid;
grid-template-columns: 75% auto;
place-items: center;
}
.navbar-nav {
float: none !important;
}
*/
/** Header */
.header {
position: relative;
background-image: url('../images/bali-nyuh-kuning-cafe-laptop-coffee-768w.webp');
background-size: cover;
background-position: center;
width: 100%;
margin-top: 0;
}
.overlay {
position: absolute;
min-height: 100%;
min-width: 100%;
left: 0;
top: 0;
background: rgba(244, 244, 244, 0.85);
}
.description {
position: absolute;
/*top: 20%;*/
margin: 15% auto;
padding: 2em;
}
.description h1 {
color: var(--prim-accent-color);
}
.description p {
color: var(--secon-accent-color);
width: 75%;
line-height: 1.5;
}
.about {
margin: 3em 0;
padding: 1em 0;
position: relative;
}
.about h1 {
color: var(--prim-accent-color);
margin: 2em;
}
.about img {
width: 270px;
border-radius: 50%;
margin-left: 50%;
transform: translate(-50%, 0%);
}
.about span {
display: block;
color: var(--text-color);
}
.about .desc {
padding: 2em;
border-left: 4px solid var(--secon-accent-color);
}
.about .desc h3 {
color: var(--secon-accent-color);
}
.about .desc p {
line-height: 2;
color: var(--text-color);
}
/** Portfolio */
.portfolio {
margin: 3em 0;
padding: 1em 0;
position: relative;
}
.portfolio h1 {
color: var(--prim-accent-color);
margin: 2em;
}
.portfolio img {
width: 300px;
margin: 1em;
margin-left: 50%;
transform: translate(-50%, 0%);
}
.portfolio__title {
text-align: center;
}
/** Content */
.content {
margin: 4em 0;
position: relative;
}
.content h1 {
color: var(--prim-accent-color);
margin: 2em;
}
.content .card {
box-shadow: 0 0 20px var(--lite-bg-color);
}
.content .card img {
width: 300px;
height: auto;
margin-left: 50%;
transform: translate(-50%, 0%);
}
.content .card-title {
color: var(--prim-accent-color);
}
.content .card-body {
padding: 1em;
}
/** Team */
.team {
margin: 3em 0;
padding-bottom: 1em;
position: relative;
border: 1px solid var(--prim-bg-color);
}
.team h1 {
color: var(--prim-accent-color);
margin: 2em;
}
.team .item {
position: relative;
overflow: hidden;
}
.team img {
width: 270px;
margin-left: 50%;
transform: translate(-50%, 0%);
}
/** Card */
.card {
padding: 1% 0;
margin-bottom: 2em;
}
/* Force center justify. mlc */
form {
width: 75%;
margin: 0 auto;
}
.contact-form {
/* On mobile make space before footer. */
margin-bottom: 6em;
position: relative;
}
.contact-form h1 {
padding: 2em 1px;
color: var(--prim-accent-color);
}
.contact-form .right {
max-width: 600px;
}
.contact-form .right .btn-secondary {
background: var(--prim-accent-color);
color: white;
border: 0;
}
.contact-form .right .form-control::placeholder {
color: var(--text-color);
font-size: 16px;
}
footer {
background-color: var(--lite-bg-color);
/* Make space for to top button on mobile. */
padding: 1em 0.5em 5em 0.5em;
}
/* Socials */
.social-inline {
display: inline-block;
}
/* Credits */
#credits {
font-size: 0.75em;
}
/** Utilities */
/* Force justify to the center. mlc */
.row--justify-center {
width: 75%;
margin: 0 auto;
}
/* Indent a list. mlc */
.ul--indent {
margin-left: 3%;
}
/* Manual flex version mlc */
.row--flex-start {
display: flex;
align-items: flex-start;
justify-content: flex-start;
/* For xs screens keep the space around. */
flex-wrap: wrap;
}
.footer__content {
margin: 0 1em;
}
/* Alternate bg colours for contrast. mlc */
#portfolio,
#team {
background-color: var(--lite-bg-color);
}
#portfolio img {
border-radius: 5px;
}
/** Media queries mlc */
/* Medium screens and larger. */
@media (min-width: 1024px) {
/* Breakpoint for fixed top nav. */
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
/* Offset for a fixed navbar. */
.header {
margin-top: var(--navbar-height);
background-image: url('../images/bali-nyuh-kuning-cafe-laptop-coffee-1920w.webp');
}
/* Top offset for hero description text. */
.description {
top: 30%;
margin: auto;
}
/* Increase contact form margins on wider screens. */
.contact-form {
margin: 6em 0;
}
footer {
padding: 1em 1em 2em 1em;
}
}
@media (max-width: 1023px) {
/* Breakpoint for non fixed top nav. */
.fixed-top {
position: relative;
}
}
@media (max-width: 1023px) and (orientation:landscape) {
/* Adjust top space for hero description on landscape. */
.description {
top: 10%;
margin: auto;
}
}
/* Footer spacing for everything except small screens. */
@media (min-width: 376px) {
/* With larger screens speace evenly for centering. mlc */
.row--flex-start {
justify-content: space-evenly;
}
}
/* For wider screens, the cards don't need a bottom margin. */
@media (min-width: 768px) {
.card {
margin-bottom: 0;
}
}
/* Small screens in portrait. */
@media (max-width: 375px) and (orientation:portrait) {
/* This allows landscape grids to be nx2. mlc */
.col-xs-6 {
width: 100%;
}
} | 0.655336 | 0.104363 |
*{
padding: 0px;
margin: 0px;
}
#myNavbar a{
font-family: ubuntu;
font-size: 20px;
color: #f9f9f9;
padding: 10px;
}
#myNavbar a:hover{
font-family: ubuntu;
color: #ecf0f1;
font-size: 20px;
padding: 10px;
}
#brand a{
font-family: ubuntu;
background-color: #e74c3c;
color: #2c3e50;
font-size: 30px;
}
#list{
float: right;
padding-right: 10px;
padding-left: 10px;
}
#search{
color: #ecf0f1;
padding-left: 20px;
width: 40px;
height:40px;
}
.name a{
text-decoration: none;
position: relative;
list-style-type: none;
color: inherit;
}
.name a:hover{
text-decoration: none;
position: relative;
list-style-type: none;
color: inherit;
}
.name{
font-size: 80px;
font-family: ubuntu;
color: #bdc3c7;
cursor: pointer;
}
.name:hover{
font-size: 80px;
font-family: ubuntu;
color: #bdc3c7;
}
body{
background-image: url("back.png");
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
}
.intro{
font-size: 25px;
color: #3498db;
background-color: #bdc3c7;
text-align: justify;
outline: 2px solid #ecf0f1;
padding: 15px;
}
.jumbo{
text-align: center;
color: #ecf0f1;
font-size: 40px;
font-family: ubuntu;
}
.jumbo a{
text-decoration: none;
list-style-type: none;
color: inherit;
position: relative;
}
a{
text-decoration: none;
list-style-type: none;
color: inherit;
position: relative;
}
a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #ecf0f1;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
a:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
#intro{
font-size: 20px;
opacity: 1;
background-color: #000;
color: #2980b9;
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
box-shadow: 10px 10px 5px 5px #555;
}
#coul{
background-color: #3489db;
height: 50px;
}
#coul:hover{
-webkit-animation: my 5s infinite;
animation: my 5s infinite;
}
@-webkit-keyframe my{
70%{background-color: #2980b9;}
}
@keyframes my {
70%{background-color: #2980b9;}
}
.icon-bar{
background-color: white;
}
.video {
height: 100%;
width: 100%;
cursor: pointer;
overflow: hidden;
margin: 10% all;
}
video::-webkit-media-controls {
display:none !important;
}
body::-webkit-scrollbar {
width: 0.5em;
}
.modal::-webkit-scrollbar-thumb {
background-color: #3498db;
}
.modal::-webkit-scrollbar {
width: 0.1em;
}
body::-webkit-scrollbar-thumb {
background-color: #3498db;
}
.sum{
background-color: #000;
margin-left: 3%;
margin-right: 3%;
margin-top: 2%;
}
#naruto{
margin-top: 1%;
background-repeat: no-repeat;
height: 100%;
width: 100%;
}
#gunsa{
margin-top: 1%;
margin-left: 42%;
height: 100%;
width: 100%;
margin-bottom: 1%;
}
#deathnote{
margin-top: 1%;
margin-left: 63%;
background-repeat: no-repeat;
margin-bottom: 1%;
height: 100%;
width: 100%;
}
#db{
margin-top: 1%;
margin-bottom: 1%;
background-repeat: no-repeat;
height: 100%;
width: 100%;
}
#fullmetal{
margin-top: -22%;
margin-left: 40%;
margin-bottom: 1%;
background-repeat: no-repeat;
height: 40%;
width: 33%;
}
#attacktit{
margin-top: -22%;
margin-left: 75%;
margin-bottom: 1%;
background-repeat: no-repeat;
height: 40%;
width: 25%;
}
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 50%;
height: 100%;
overflow: auto;
}
.modal-header{
background-color: #e67e22;
font-family: ubuntu;
font-size: 150%;
}
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 50%;
height: 100%;
}
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.dropdown-menu{
background-color: #2789db;
}
.row > .column {
padding: 0 8px;
}
.row:after {
/* content: "";*/
display: table;
clear: both;
}
.column {
float: left;
width: 25%;
}
/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: black;
}
/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
width: 90%;
max-width: 1200px;
}
.close {
color: white;
position: absolute;
top: 50px;
right: 25px;
font-size: 35px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}
.mySlides {
display: none;
}
.cursor {
cursor: pointer
}
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
img {
margin-bottom: -4px;
}
.demo {
opacity: 0.6;
}
.active,
.demo:hover {
opacity: 1;
}
img.hover-shadow {
transition: 0.3s
}
.hover-shadow:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.jumbotron{
background-color: #000;
font-family: ubuntu;
color: #f8f8f8;
font-size: 110%
}
#sum{
background-color: #000;
}
#naruto{
margin-top: 15%;
height: 40%;
width: 170%;
margin-left: 20%;
}
#gunsa{
margin-top: 15%;
height: 40%;
width: 120%;
margin-left: 88%;
}
#dnote{
margin-top: 15%;
height: 40%;
width: 80%;
margin-left: 104%;
}
#db{
margin-top: 96%;
height: 40%;
width: 80%;
margin-left: -296%;
}
#atk{
margin-top: -76%;
margin-left: 102%;
height: 40%;
width: 120%;
} | index.css | *{
padding: 0px;
margin: 0px;
}
#myNavbar a{
font-family: ubuntu;
font-size: 20px;
color: #f9f9f9;
padding: 10px;
}
#myNavbar a:hover{
font-family: ubuntu;
color: #ecf0f1;
font-size: 20px;
padding: 10px;
}
#brand a{
font-family: ubuntu;
background-color: #e74c3c;
color: #2c3e50;
font-size: 30px;
}
#list{
float: right;
padding-right: 10px;
padding-left: 10px;
}
#search{
color: #ecf0f1;
padding-left: 20px;
width: 40px;
height:40px;
}
.name a{
text-decoration: none;
position: relative;
list-style-type: none;
color: inherit;
}
.name a:hover{
text-decoration: none;
position: relative;
list-style-type: none;
color: inherit;
}
.name{
font-size: 80px;
font-family: ubuntu;
color: #bdc3c7;
cursor: pointer;
}
.name:hover{
font-size: 80px;
font-family: ubuntu;
color: #bdc3c7;
}
body{
background-image: url("back.png");
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
}
.intro{
font-size: 25px;
color: #3498db;
background-color: #bdc3c7;
text-align: justify;
outline: 2px solid #ecf0f1;
padding: 15px;
}
.jumbo{
text-align: center;
color: #ecf0f1;
font-size: 40px;
font-family: ubuntu;
}
.jumbo a{
text-decoration: none;
list-style-type: none;
color: inherit;
position: relative;
}
a{
text-decoration: none;
list-style-type: none;
color: inherit;
position: relative;
}
a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #ecf0f1;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
a:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
#intro{
font-size: 20px;
opacity: 1;
background-color: #000;
color: #2980b9;
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
box-shadow: 10px 10px 5px 5px #555;
}
#coul{
background-color: #3489db;
height: 50px;
}
#coul:hover{
-webkit-animation: my 5s infinite;
animation: my 5s infinite;
}
@-webkit-keyframe my{
70%{background-color: #2980b9;}
}
@keyframes my {
70%{background-color: #2980b9;}
}
.icon-bar{
background-color: white;
}
.video {
height: 100%;
width: 100%;
cursor: pointer;
overflow: hidden;
margin: 10% all;
}
video::-webkit-media-controls {
display:none !important;
}
body::-webkit-scrollbar {
width: 0.5em;
}
.modal::-webkit-scrollbar-thumb {
background-color: #3498db;
}
.modal::-webkit-scrollbar {
width: 0.1em;
}
body::-webkit-scrollbar-thumb {
background-color: #3498db;
}
.sum{
background-color: #000;
margin-left: 3%;
margin-right: 3%;
margin-top: 2%;
}
#naruto{
margin-top: 1%;
background-repeat: no-repeat;
height: 100%;
width: 100%;
}
#gunsa{
margin-top: 1%;
margin-left: 42%;
height: 100%;
width: 100%;
margin-bottom: 1%;
}
#deathnote{
margin-top: 1%;
margin-left: 63%;
background-repeat: no-repeat;
margin-bottom: 1%;
height: 100%;
width: 100%;
}
#db{
margin-top: 1%;
margin-bottom: 1%;
background-repeat: no-repeat;
height: 100%;
width: 100%;
}
#fullmetal{
margin-top: -22%;
margin-left: 40%;
margin-bottom: 1%;
background-repeat: no-repeat;
height: 40%;
width: 33%;
}
#attacktit{
margin-top: -22%;
margin-left: 75%;
margin-bottom: 1%;
background-repeat: no-repeat;
height: 40%;
width: 25%;
}
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 50%;
height: 100%;
overflow: auto;
}
.modal-header{
background-color: #e67e22;
font-family: ubuntu;
font-size: 150%;
}
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 50%;
height: 100%;
}
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.dropdown-menu{
background-color: #2789db;
}
.row > .column {
padding: 0 8px;
}
.row:after {
/* content: "";*/
display: table;
clear: both;
}
.column {
float: left;
width: 25%;
}
/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: black;
}
/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
width: 90%;
max-width: 1200px;
}
.close {
color: white;
position: absolute;
top: 50px;
right: 25px;
font-size: 35px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}
.mySlides {
display: none;
}
.cursor {
cursor: pointer
}
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
img {
margin-bottom: -4px;
}
.demo {
opacity: 0.6;
}
.active,
.demo:hover {
opacity: 1;
}
img.hover-shadow {
transition: 0.3s
}
.hover-shadow:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.jumbotron{
background-color: #000;
font-family: ubuntu;
color: #f8f8f8;
font-size: 110%
}
#sum{
background-color: #000;
}
#naruto{
margin-top: 15%;
height: 40%;
width: 170%;
margin-left: 20%;
}
#gunsa{
margin-top: 15%;
height: 40%;
width: 120%;
margin-left: 88%;
}
#dnote{
margin-top: 15%;
height: 40%;
width: 80%;
margin-left: 104%;
}
#db{
margin-top: 96%;
height: 40%;
width: 80%;
margin-left: -296%;
}
#atk{
margin-top: -76%;
margin-left: 102%;
height: 40%;
width: 120%;
} | 0.223208 | 0.041076 |
body {
margin: 0;
background: linear-gradient(#37446E, #19203D);
overflow: hidden;
font-family: 'IBM Plex Sans', 'Helvetica', sans-serif;
}
h1 {
margin: 0;
font-weight: 700;
font-size: 6.6vw;
}
h2 {
margin: -0.4vw 0 0 0;
font-weight: 300;
font-size: 2vw;
}
h3 {
margin: -2vw 0 0 0;
font-weight: 700;
font-size: 6.6vw;
}
h4 {
margin: -1.4vw 0 0 0;
font-weight: 300;
font-size: 2vw;
}
.vignette {
width: 100vw;
height: 100vh;
position: absolute;
z-index: 1000;
background: radial-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
pointer-events: none;
}
.stars {
width: 100vw;
height: 100vh;
position: absolute;
z-index: 900;
background: url(img/stars.svg);
background-size: contain;
pointer-events: none;
}
.logo {
margin: 2vw 0 0 2vw;
width: 6vw;
height: 6vw;
position: absolute;
background: url(img/logo.svg);
background-size: 100%;
opacity: 1;
box-sizing: border-box;
border: .2vw solid #fff;
border-radius: 2.8vw;
box-shadow: 0 0.2vw 1vw 0.6vw rgba(0, 0, 0, 0.3);
}
.logo:hover {
margin: 2vw 0 0 2vw;
width: 6vw;
height: 6vw;
position: absolute;
background: url(img/logo.svg);
background-position-y: 100%;
background-size: 100%;
opacity: 1;
box-sizing: border-box;
border: .2vw solid #fff;
border-radius: 2.8vw;
box-shadow: 0 0.2vw 1vw 0.6vw rgba(0, 0, 0, 0.3);
}
.main-wrapper {
width: 100vw;
height: 100vh;
display: grid;
justify-content: center;
align-content: center;
}
.card-wrapper {
width: 64vw;
height: 40vw;
display: grid;
grid-template-columns: 1fr 10vw 1fr;
}
.card {
border: solid 0.4vw transparent;
border-radius: 1.4vw;
background-image: radial-gradient(#1793C9, #2B3147), radial-gradient(circle at top, #FF6D01, #FF007F);
background-origin: border-box;
background-clip: content-box, border-box;
color: #fff;
text-decoration: none;
box-shadow: 0 0.8vw 3vw 2vw rgba(0, 0, 0, 0.2);
-webkit-transition: all .3s ease;
transition: all .3s ease;
display: grid;
grid-template-columns: 1fr;
}
.card:hover {
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
box-shadow: 0 1vw 5vw 2vw rgba(0, 0, 0, 0.2);
}
.app-grid {
grid-template-rows: 2fr 80% 3fr;
}
.game-grid {
grid-template-rows: 1fr 80% 1fr;
}
.app-card {
grid-column-start: 1;
cursor: pointer;
}
.app-content {
margin-left: -5vw;
transform: rotate(-28deg);
grid-row-start: 2;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
.app-icon {
grid-column-start: 1;
grid-row-start: span 2;
background: url(img/smartphone.svg);
background-size: contain;
background-repeat: no-repeat;
background-position-x: 50%;
background-position-y: 50%;
}
.app-title {
height: 70%;
grid-column-start: 2;
grid-column-end: 4;
grid-row-start: 1;
align-self: end;
}
/* ---------------------------- */
.game-card {
grid-column-start: 3;
cursor: pointer;
}
.game-content {
margin-left: -5vw;
transform: rotate(-28deg);
grid-row: 2;
grid-column: 1 / -1;
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 3fr 2fr;
}
.game-icon {
grid-column-start: 1;
grid-column-end: 5;
grid-row-start: 1;
background: url(img/controller.svg);
background-size: contain;
background-repeat: no-repeat;
background-position-y: 50%;
}
.game-title {
grid-column-start: 2;
grid-column-end: 6;
grid-row-start: 2;
}
.coming-soon {
margin: -0.4vw -0.4vw -0.5vw -0.4vw;
grid-column: 1 / -1;
grid-row: 1 / 4;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 1.4vw;
z-index: 800;
display: grid;
grid-template-rows: 1fr 20% 1fr;
}
.ribbon {
margin: 0 -0.4vw;
grid-row-start: 2;
transform: skew(0, -28deg);
background: linear-gradient(to left bottom, rgba(255, 110, 0, 0.9), rgba(255, 0, 128, 0.9));
border-radius: 0.4vw;
display: grid;
grid-template-rows: 1fr 1fr 1fr;
}
.ribbon__text {
text-align: center;
grid-row-start: 2;
font-size: 3vw;
font-weight: 700;
line-height: 2vw;
transform: skew(0, 28deg) rotate(-28deg);
}
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
@media only screen and (max-width: 40em), (orientation: portrait) {
h1 {
margin: 0;
font-weight: 700;
font-size: 6vh;
}
h2 {
margin: -0.8vw 0 0 0;
font-weight: 300;
font-size: 3.6vw;
}
h3 {
margin: -2vw 0 0 0;
font-weight: 700;
font-size: 6vh;
}
h4 {
margin: -1vw 0 0 1vw;
font-weight: 300;
font-size: 3.6vw;
}
.logo {
margin: 3vw 0 0 3vw;
width: 10vw;
height: 10vw;
border-radius: 5vw;
}
.logo:hover {
margin: 3vw 0 0 3vw;
width: 10vw;
height: 10vw;
border-radius: 5vw;
}
.main-wrapper {
display: grid;
grid-template-columns: 1fr 70% 1fr;
grid-template-rows: 1fr 80% 1fr;
}
.card-wrapper {
width: 100%;
height: 90%;
grid-template-columns: 1fr;
grid-template-rows: 1fr 6vw 1fr;
grid-column-start: 2;
grid-row-start: 2;
}
.card {
border: solid 1.2vw transparent;
}
.app-card {
grid-column-start: 1;
grid-row-start: 1;
cursor: pointer;
}
.app-grid {
grid-template-columns: 3fr 1fr 2fr;
grid-template-rows: 3fr 26vh 5fr;
}
.app-content {
margin-left: 0;
transform: rotate(-14deg);
grid-column-start: 2;
grid-template-columns: 4fr 3% 4fr;
grid-template-rows: 3fr 2fr;
}
.app-icon {
width: 20vw;
grid-row-start: 1;
grid-row-end: 3;
background: url(img/smartphone-mobile.svg);
background-size: contain;
background-repeat: no-repeat;
background-position-x: 50%;
background-position-y: 50%;
justify-self: end;
}
.app-title {
height: auto;
grid-column-start: 3;
align-self: end;
}
.game-card {
grid-column-start: 1;
grid-row-start: 3;
cursor: pointer;
}
.game-grid {
grid-template-columns: 3fr 70% 2fr;
grid-template-rows: 3fr 70% 5fr;
}
.game-content {
margin-left: 0;
transform: rotate(-14deg);
grid-column: 2;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 2fr 1fr;
}
.game-icon {
width: 100%;
grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 1;
background: url(img/controller-mobile.svg);
background-size: contain;
background-repeat: no-repeat;
background-position-y: 100%;
}
.game-title {
grid-row: 2;
grid-column-start: 2;
grid-column-end: 5;
}
.coming-soon {
margin: -1.2vw -1.2vw -1.2vw -1.2vw;
grid-template-rows: 1fr 30% 1fr;
}
.ribbon {
margin: 0 -0.6vw;
transform: skew(0, -10deg);
}
.ribbon__text {
font-size: 4vh;
transform: skew(0, 10deg) rotate(-10deg);
}
}
/* Optimization for iPhone X */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
h3 {
font-size: 5vh;
}
.game-grid {
grid-template-rows: 2fr 70% 7fr;
}
} | _backup/2019-02-04 Games Portfolio/_landing/style.css | body {
margin: 0;
background: linear-gradient(#37446E, #19203D);
overflow: hidden;
font-family: 'IBM Plex Sans', 'Helvetica', sans-serif;
}
h1 {
margin: 0;
font-weight: 700;
font-size: 6.6vw;
}
h2 {
margin: -0.4vw 0 0 0;
font-weight: 300;
font-size: 2vw;
}
h3 {
margin: -2vw 0 0 0;
font-weight: 700;
font-size: 6.6vw;
}
h4 {
margin: -1.4vw 0 0 0;
font-weight: 300;
font-size: 2vw;
}
.vignette {
width: 100vw;
height: 100vh;
position: absolute;
z-index: 1000;
background: radial-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
pointer-events: none;
}
.stars {
width: 100vw;
height: 100vh;
position: absolute;
z-index: 900;
background: url(img/stars.svg);
background-size: contain;
pointer-events: none;
}
.logo {
margin: 2vw 0 0 2vw;
width: 6vw;
height: 6vw;
position: absolute;
background: url(img/logo.svg);
background-size: 100%;
opacity: 1;
box-sizing: border-box;
border: .2vw solid #fff;
border-radius: 2.8vw;
box-shadow: 0 0.2vw 1vw 0.6vw rgba(0, 0, 0, 0.3);
}
.logo:hover {
margin: 2vw 0 0 2vw;
width: 6vw;
height: 6vw;
position: absolute;
background: url(img/logo.svg);
background-position-y: 100%;
background-size: 100%;
opacity: 1;
box-sizing: border-box;
border: .2vw solid #fff;
border-radius: 2.8vw;
box-shadow: 0 0.2vw 1vw 0.6vw rgba(0, 0, 0, 0.3);
}
.main-wrapper {
width: 100vw;
height: 100vh;
display: grid;
justify-content: center;
align-content: center;
}
.card-wrapper {
width: 64vw;
height: 40vw;
display: grid;
grid-template-columns: 1fr 10vw 1fr;
}
.card {
border: solid 0.4vw transparent;
border-radius: 1.4vw;
background-image: radial-gradient(#1793C9, #2B3147), radial-gradient(circle at top, #FF6D01, #FF007F);
background-origin: border-box;
background-clip: content-box, border-box;
color: #fff;
text-decoration: none;
box-shadow: 0 0.8vw 3vw 2vw rgba(0, 0, 0, 0.2);
-webkit-transition: all .3s ease;
transition: all .3s ease;
display: grid;
grid-template-columns: 1fr;
}
.card:hover {
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
box-shadow: 0 1vw 5vw 2vw rgba(0, 0, 0, 0.2);
}
.app-grid {
grid-template-rows: 2fr 80% 3fr;
}
.game-grid {
grid-template-rows: 1fr 80% 1fr;
}
.app-card {
grid-column-start: 1;
cursor: pointer;
}
.app-content {
margin-left: -5vw;
transform: rotate(-28deg);
grid-row-start: 2;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
.app-icon {
grid-column-start: 1;
grid-row-start: span 2;
background: url(img/smartphone.svg);
background-size: contain;
background-repeat: no-repeat;
background-position-x: 50%;
background-position-y: 50%;
}
.app-title {
height: 70%;
grid-column-start: 2;
grid-column-end: 4;
grid-row-start: 1;
align-self: end;
}
/* ---------------------------- */
.game-card {
grid-column-start: 3;
cursor: pointer;
}
.game-content {
margin-left: -5vw;
transform: rotate(-28deg);
grid-row: 2;
grid-column: 1 / -1;
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 3fr 2fr;
}
.game-icon {
grid-column-start: 1;
grid-column-end: 5;
grid-row-start: 1;
background: url(img/controller.svg);
background-size: contain;
background-repeat: no-repeat;
background-position-y: 50%;
}
.game-title {
grid-column-start: 2;
grid-column-end: 6;
grid-row-start: 2;
}
.coming-soon {
margin: -0.4vw -0.4vw -0.5vw -0.4vw;
grid-column: 1 / -1;
grid-row: 1 / 4;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 1.4vw;
z-index: 800;
display: grid;
grid-template-rows: 1fr 20% 1fr;
}
.ribbon {
margin: 0 -0.4vw;
grid-row-start: 2;
transform: skew(0, -28deg);
background: linear-gradient(to left bottom, rgba(255, 110, 0, 0.9), rgba(255, 0, 128, 0.9));
border-radius: 0.4vw;
display: grid;
grid-template-rows: 1fr 1fr 1fr;
}
.ribbon__text {
text-align: center;
grid-row-start: 2;
font-size: 3vw;
font-weight: 700;
line-height: 2vw;
transform: skew(0, 28deg) rotate(-28deg);
}
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
@media only screen and (max-width: 40em), (orientation: portrait) {
h1 {
margin: 0;
font-weight: 700;
font-size: 6vh;
}
h2 {
margin: -0.8vw 0 0 0;
font-weight: 300;
font-size: 3.6vw;
}
h3 {
margin: -2vw 0 0 0;
font-weight: 700;
font-size: 6vh;
}
h4 {
margin: -1vw 0 0 1vw;
font-weight: 300;
font-size: 3.6vw;
}
.logo {
margin: 3vw 0 0 3vw;
width: 10vw;
height: 10vw;
border-radius: 5vw;
}
.logo:hover {
margin: 3vw 0 0 3vw;
width: 10vw;
height: 10vw;
border-radius: 5vw;
}
.main-wrapper {
display: grid;
grid-template-columns: 1fr 70% 1fr;
grid-template-rows: 1fr 80% 1fr;
}
.card-wrapper {
width: 100%;
height: 90%;
grid-template-columns: 1fr;
grid-template-rows: 1fr 6vw 1fr;
grid-column-start: 2;
grid-row-start: 2;
}
.card {
border: solid 1.2vw transparent;
}
.app-card {
grid-column-start: 1;
grid-row-start: 1;
cursor: pointer;
}
.app-grid {
grid-template-columns: 3fr 1fr 2fr;
grid-template-rows: 3fr 26vh 5fr;
}
.app-content {
margin-left: 0;
transform: rotate(-14deg);
grid-column-start: 2;
grid-template-columns: 4fr 3% 4fr;
grid-template-rows: 3fr 2fr;
}
.app-icon {
width: 20vw;
grid-row-start: 1;
grid-row-end: 3;
background: url(img/smartphone-mobile.svg);
background-size: contain;
background-repeat: no-repeat;
background-position-x: 50%;
background-position-y: 50%;
justify-self: end;
}
.app-title {
height: auto;
grid-column-start: 3;
align-self: end;
}
.game-card {
grid-column-start: 1;
grid-row-start: 3;
cursor: pointer;
}
.game-grid {
grid-template-columns: 3fr 70% 2fr;
grid-template-rows: 3fr 70% 5fr;
}
.game-content {
margin-left: 0;
transform: rotate(-14deg);
grid-column: 2;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 2fr 1fr;
}
.game-icon {
width: 100%;
grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 1;
background: url(img/controller-mobile.svg);
background-size: contain;
background-repeat: no-repeat;
background-position-y: 100%;
}
.game-title {
grid-row: 2;
grid-column-start: 2;
grid-column-end: 5;
}
.coming-soon {
margin: -1.2vw -1.2vw -1.2vw -1.2vw;
grid-template-rows: 1fr 30% 1fr;
}
.ribbon {
margin: 0 -0.6vw;
transform: skew(0, -10deg);
}
.ribbon__text {
font-size: 4vh;
transform: skew(0, 10deg) rotate(-10deg);
}
}
/* Optimization for iPhone X */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
h3 {
font-size: 5vh;
}
.game-grid {
grid-template-rows: 2fr 70% 7fr;
}
} | 0.661158 | 0.201774 |
body{background: #f8f8f8;}
/**鼠标划上内容整体向左偏移10px**/
.common_content{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.common_content:hover{padding-left: 10px;}
.common_content{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.common_content1:hover{padding-left: 5px;}
/**鼠标划上去图片缩放**/
.animate_img{position:relative;-moz-transition: all .3s ease;-o-transition: all .3s ease;-webkit-transition: all .3s ease;transition: all .3s ease;}
.animate_img:hover{-webkit-transform: scale3d(.98,.98,1);-moz-transform: scale3d(.98,.98,1);-ms-transform: scale3d(.98,.98,1);transform: scale3d(.98,.98,1);}
/**幻灯片 上导航**/
#kinMaxShow{visibility:hidden;width:100%; height:355;overflow:hidden;}
#kinMaxShow .KMSPrefix_kinMaxShow_button{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
#kinMaxShow .KMSPrefix_kinMaxShow_button:hover{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.cate-wrap{position: absolute;z-index: 9999;width:170px;height: 270px;background: #fff;margin-top: -310px;margin-left: 10px;}
.cate-wrap ul{padding:10px 0px 10px 10px;}
.cate-wrap ul li{border-bottom: 1px solid #eee;padding:11px 0px;position: relative;border-right: 4px solid #fff;}
.cate-wrap ul li:hover{border-right: 4px solid #ff7b23;}
.cate-wrap ul li:hover .cate-wrap-box{left:6px;animation: myfirst .15s;}
.cate-wrap ul li:hover a{color: #ff7b23;}
.cate-wrap-box {padding-left: 10px;position: relative;}
.cate-wrap-box p{line-height: 25px;}
.cate-wrap-box a{font-size: 14px;color: #9f9f9f;}
/**公告**/
.notice{height: 30px;line-height: 30px;border: 1px solid #ebeaea;box-shadow: 1px 1px 5px #ebeaea;margin:15px 0px;border-radius: 20px;font-size: 14px;}
.notice i{background: url(../../images/index/notice-ico.png) 0 no-repeat;margin-left: 10px;padding-left: 20px;}
.notice-content a{color:#3f454f;}
.notice-content a:hover{text-decoration: underline;}
.notice-content a strong{font-weight: normal;}
.notice a.right{margin-right: 15px;color: #ff8330;}
/**财富管理**/
.floor{overflow: hidden;}
.floor_h1{height: 512px;}
.floor-header{height: 45px;line-height: 45px;font-size: 16px;color: #1b1a21;}
.floor-header img{vertical-align: middle;}
.floor-content-box{position: relative;top:32px;border-left: 0;}
.fl-bg1{border:1px solid #ff8e43;height: 433px ;background: #fff;}
.floor-left{background: url(../../images/index/p-left-img1.png) no-repeat;width: 277px;height: 465px;position: relative;top:-32px;left: -1px;}
.fl-bg1-link{margin-top: 250px;}
.fl-bg-link a{width: 100px;margin-left: 85px;display: block;width:90px;text-align:center;height: 28px;line-height: 28px;border:1px solid #fff;color: #fff;margin-bottom: 10px;font-size: 14px;letter-spacing: 1px;}
.fl-bg-link a:hover{background: #fff;color: #ff8e43;}
.floor-right{padding: 25px 15px 0px 0px;width: 905px;position: relative;}
.wealth-fir{border-bottom: 1px solid #e8e8e8;overflow: hidden;padding-bottom: 20px;}
.wealth-fir-left{position: relative;width: 440px;border-right:1px solid #e8e8e8;height: 150px;}
.common_content .p-name{font-size: 18px;color: #2e2e2e;line-height: 30px;}
.common_content .p-name a{font-size: 18px;color: #2e2e2e;line-height: 30px;}
.common_content .p-name i{background: url(../../images/index/jian.png) 0px 0px no-repeat;width: 19px;height: 20px;display: inline-block;margin:-4px 5px;}
.common_content .p-name em{font-weight: normal;font-size: 12px;color: #acacac;}
.common_content .p-title{font-weight: normal;font-size: 12px;color: #acacac;line-height: 25px;white-space: nowrap;overflow: hidden;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.common_content .p-tips{margin-top: 10px;}
.common_content .p-tips span{width: 70px;text-align: center;height: 20px;line-height: 20px;border:1px solid #ff8838;display: inline-block;margin-right: 10px;color: #ff8838;font-size: 14px;}
.common_content .p-profit{margin-top: 30px;font-size: 14px;color: #2e2e2e;}
.common_content .p-profit span{font-size: 24px;color: #ff8330;}
.common_content .p-profit span em{font-size: 14px;}
.common_content .p-extra{font-size: 14px;color: #acacac;line-height: 30px;}
.wealth-fir-left .p-btn a{position: absolute;bottom: 10px;left: 280px; display: block;background: #ff8839; width:110px;text-align: center;height: 40px;line-height: 40px;right: 10px;font-size: 16px;color: #fff;border-radius: 3px;letter-spacing: 1px;}
.wealth-sec-left .p-btn a{position: absolute;bottom: 10px;left: 160px; display: block;background: #ff8839; width:110px;text-align: center;height: 40px;line-height: 40px;right: 10px;font-size: 16px;color: #fff;border-radius: 3px;letter-spacing: 1px;}
.common_content .p-btn a:hover{background: #e87e34}
.wealth-sec{padding:30px 0px 0px;}
.wealth-sec-left{position: relative;padding-right: 3px;width: 288px;padding-left: 15px;border-right: 1px solid #e8e8e8;height: 177px;}
/**购物**/
.floor_h2{height: 520px;}
.floor-left1{background: url(../../images/index/p-left-img2.png) no-repeat;width: 277px;height: 473px;position: relative;top:-32px;left: -1px;}
.fl-bg2{height: 441px;border:1px solid #ff6a52;background: #fff}
.fl-bg2-link{margin-top: 275px;}
.mall-left{width:595px;height: 235px;border-right: 1px solid #e8e8e8;padding-right: 3px;padding-top: 35px;}
.mall-left .content{width:360px;margin-top: 20px;}
.mall-left .content h2{font-size: 18px;color: #fff;background: #ff8330;font-weight: normal;width: 90px;text-align: center;height: 30px;line-height: 30px;}
.mall-left .content p{font-size: 14px;color: #505050;line-height: 20px;padding:10px 0px;}
.mall-left .content i{font-size: 14px;color: #5f5f5f}
.mall-left .content i em{font-size: 18px;color: #ff8330;font-weight: normal;}
.mall-left .content .time{margin-top: 25px;}
.mall-left .content .time i{background: url(../../images/index/clock.png) no-repeat;width: 20px;height: 21px;display: inline-block;float: left;}
.fnTimeCountDown{height: 21px;line-height: 21px;margin-left: 5px;font-size: 14px;color: #ff6a52;}
.fnTimeCountDown span{display: inline-block;background: #ff8330;color: #fff;width: 27px;text-align: center;margin:0px 2px;border-radius: 3px;}
.mall-right a{display: block;}
.draw-gift{width:290px;height: 90px;padding: 20px 0px;border-bottom: 1px solid #e8e8e8;}
.draw-gift h2{font-size: 14px;color: #ff8330;border: 1px solid #ff8330; font-weight: normal;width: 40px;text-align: center;height: 18px;line-height: 18px;}
.draw-gift p{font-size: 14px;color: #505050;line-height: 18px;padding:7px 0px;}
.draw-gift .content{width:155px;}
.draw-gift .content i{font-size: 14px;color: #5f5f5f}
.draw-gift .content i em{font-size: 18px;color: #ff8330;font-weight: normal;}
.exchange-gift{width:290px;height: 90px;padding: 30px 4px 15px;border-right: 1px solid #e8e8e8;}
.exchange-gift h2{font-size: 14px;color: #ff8330;border: 1px solid #ff8330; font-weight: normal;width: 40px;text-align: center;height: 18px;line-height: 18px;}
.exchange-gift p{font-size: 14px;color: #505050;line-height: 18px;padding:7px 0px;}
.exchange-gift .content{width:155px;}
.exchange-gift .content i{font-size: 14px;color: #5f5f5f}
.exchange-gift .content i em{font-size: 18px;color: #ff8330;font-weight: normal;}
.wealth-sec a{display: block;}
/**信贷**/
.floor_h3{height: 499px;}
.floor-left2{background: url(../../images/index/p-left-img3.png) no-repeat;width: 277px;height: 453px;position: relative;top:-32px;left: -1px;}
.fl-bg3{height: 420px;border:1px solid #5cdbff;background: #fff;}
.fl-bg3-link{margin-top: 275px;}
.floor-loan-left{position: relative;border-right: 1px solid #e8e8e8;padding: 0px 20px 10px 10px;}
.floor-loan-left h2{font-size: 20px;color: #2e2e2e;line-height: 30px;}
.floor-loan-left p{font-size: 14px;color: #b2b2b2;line-height: 26px;padding:10px 0px;}
.floor-loan-left a{position: absolute; display: block;background: #ff8839;width: 110px;text-align: center;height: 40px;line-height: 40px;right: 10px;font-size: 16px;color: #fff;border-radius: 3px;letter-spacing: 1px;margin-bottom: 35px;left:10px;}
.floor-loan-left a:hover{background: #e87e34;}
.floor-loan-left img.house_img{margin-top: 75px;}
.floor-loan-right{width: 590px;}
.new_three_left{width:165px;}
.kaijie{padding-top: 10px;}
.kjbtn{left:426px !important;}
/**邮币卡**/
.floor_h4{height: 499px;}
.floor-left3{background: url(../../images/index/p-left-img4.png) no-repeat;width: 277px;height: 452px;position: relative;top:-32px;left: -1px;}
.fl-bg4{height: 420px;border:1px solid #ffce59;background: #fff;}
.fl-bg4-link{margin-top: 275px;}
p.youbi{width: 240px;text-align: justify;height: 80px;}
.floor-loan-left img.youbi_img{margin-top: 60px;}
.floor-yb-left{padding: 0px 16px 10px 20px !important;}
a.yb-tbn{left:20px;}
/**媒体报道 论坛热帖**/
.floor_h5{height: 379px;}
.floor-left4{background: url(../../images/index/p-left-img5.png) no-repeat;width: 277px;height: 333px;position: relative;top:-32px;left: -1px;}
.fl-bg5{height: 300px;border:1px solid #ffce59;background: #fff;}
.fl-bg5-link{margin-top: 135px;}
.news_left{border-right: 1px solid #e8e8e8;padding-right: 20px;}
.news_content{width:490px;}
.news_link{height: 30px;}
.news_link a{font-size: 12px;color: #ff7b23;display: block;width: 60px;text-align: center; height: 20px;line-height: 20px; border:1px solid #ff7b23;font-weight: normal;}
.news_list{padding:12px 0;border-bottom: 1px dashed #e8e8e8;overflow: hidden;}
.news_list a{display: block;}
.news_list a p{line-height: 25px;margin-left: 10px;float: left;width: 390px;}
.news_list a p b{font-size: 16px;color: #1b1a21;display: block;font-weight: normal;white-space: nowrap;overflow: hidden;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.news_list a p strong{font-size: 14px;color: #7f7f7f;display: block;font-weight: normal;white-space: nowrap;overflow: hidden;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.news_list a:hover p b{color: #ff7b23;}
.news_content_right{width:375px;}
.card_lsit{padding:6px 10px;}
.card_lsit:nth-of-type(odd){background: #fff;}
.card_lsit:nth-of-type(even){background: #f8f8f8;}
.card_lsit a{display: block;}
.card_lsit a:hover h2{color:#ff7b23;}
.card_lsit h2{font-size: 14px;color: #1b1a21;font-weight: normal;white-space: nowrap;overflow: hidden;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.card_lsit p{font-size: 12px;color: #767676;height: 30px;line-height: 30px;}
.card_lsit p span{background: url(../../images/index/eye.png) 0 no-repeat;padding-left: 20px;width: 45px;display: inline-block;}
.card_lsit p i{background: url(../../images/index/yan.png) 0 no-repeat;padding-left: 20px;}
/***金融1号店家族成员**/
.jr_member_left{width: 798px;height: 73px;background: #fff;border:1px solid #ebeaea;}
.jr_member_left a{margin: 29px 25px;float: left;display: inline-block;}
.jr_member_left a img{position: relative;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;top: 0;}
.jr_member_left a:hover img{top:-6px;}
/**股东介绍**/
.index_footer{background: #e7e7e7;height: 165px;width: 100%;}
.shareholder h2{height: 40px;line-height: 40px;font-size: 16px; color: #1b1a21;font-weight: normal;}
.swith-img{color:#eaeaea;font-size: 14px;width: 15px;text-align: center;height: 57px;line-height: 57px;display: inline-block;background: #f6f6f6;font-weight: bold;cursor: pointer;}
.swith-img:hover{color: #ff8636;background: #fff;}
.shareholder_img{position: relative;overflow: hidden;width:1155px;height: 57px;margin-left: 7px;}
.shareholder_content{position: relative;}
.shareholder_content ul li{background: #fff;float: left;border-right:1px solid #f4f4f4;width:144px;}
.ul_width{position: absolute;left: 0;width:1155px;}
.friend_link{height: 30px;line-height: 30px;margin-top: 30px;}
.friend_link i{font-size: 16px; color: #1b1a21;}
.friend_link a{font-size: 14px; color:1b1a21;display: inline-block;padding:3px 5px;}
.friend_link a:hover{color:#ff7b23;} | css/index/index.css | body{background: #f8f8f8;}
/**鼠标划上内容整体向左偏移10px**/
.common_content{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.common_content:hover{padding-left: 10px;}
.common_content{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.common_content1:hover{padding-left: 5px;}
/**鼠标划上去图片缩放**/
.animate_img{position:relative;-moz-transition: all .3s ease;-o-transition: all .3s ease;-webkit-transition: all .3s ease;transition: all .3s ease;}
.animate_img:hover{-webkit-transform: scale3d(.98,.98,1);-moz-transform: scale3d(.98,.98,1);-ms-transform: scale3d(.98,.98,1);transform: scale3d(.98,.98,1);}
/**幻灯片 上导航**/
#kinMaxShow{visibility:hidden;width:100%; height:355;overflow:hidden;}
#kinMaxShow .KMSPrefix_kinMaxShow_button{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
#kinMaxShow .KMSPrefix_kinMaxShow_button:hover{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.cate-wrap{position: absolute;z-index: 9999;width:170px;height: 270px;background: #fff;margin-top: -310px;margin-left: 10px;}
.cate-wrap ul{padding:10px 0px 10px 10px;}
.cate-wrap ul li{border-bottom: 1px solid #eee;padding:11px 0px;position: relative;border-right: 4px solid #fff;}
.cate-wrap ul li:hover{border-right: 4px solid #ff7b23;}
.cate-wrap ul li:hover .cate-wrap-box{left:6px;animation: myfirst .15s;}
.cate-wrap ul li:hover a{color: #ff7b23;}
.cate-wrap-box {padding-left: 10px;position: relative;}
.cate-wrap-box p{line-height: 25px;}
.cate-wrap-box a{font-size: 14px;color: #9f9f9f;}
/**公告**/
.notice{height: 30px;line-height: 30px;border: 1px solid #ebeaea;box-shadow: 1px 1px 5px #ebeaea;margin:15px 0px;border-radius: 20px;font-size: 14px;}
.notice i{background: url(../../images/index/notice-ico.png) 0 no-repeat;margin-left: 10px;padding-left: 20px;}
.notice-content a{color:#3f454f;}
.notice-content a:hover{text-decoration: underline;}
.notice-content a strong{font-weight: normal;}
.notice a.right{margin-right: 15px;color: #ff8330;}
/**财富管理**/
.floor{overflow: hidden;}
.floor_h1{height: 512px;}
.floor-header{height: 45px;line-height: 45px;font-size: 16px;color: #1b1a21;}
.floor-header img{vertical-align: middle;}
.floor-content-box{position: relative;top:32px;border-left: 0;}
.fl-bg1{border:1px solid #ff8e43;height: 433px ;background: #fff;}
.floor-left{background: url(../../images/index/p-left-img1.png) no-repeat;width: 277px;height: 465px;position: relative;top:-32px;left: -1px;}
.fl-bg1-link{margin-top: 250px;}
.fl-bg-link a{width: 100px;margin-left: 85px;display: block;width:90px;text-align:center;height: 28px;line-height: 28px;border:1px solid #fff;color: #fff;margin-bottom: 10px;font-size: 14px;letter-spacing: 1px;}
.fl-bg-link a:hover{background: #fff;color: #ff8e43;}
.floor-right{padding: 25px 15px 0px 0px;width: 905px;position: relative;}
.wealth-fir{border-bottom: 1px solid #e8e8e8;overflow: hidden;padding-bottom: 20px;}
.wealth-fir-left{position: relative;width: 440px;border-right:1px solid #e8e8e8;height: 150px;}
.common_content .p-name{font-size: 18px;color: #2e2e2e;line-height: 30px;}
.common_content .p-name a{font-size: 18px;color: #2e2e2e;line-height: 30px;}
.common_content .p-name i{background: url(../../images/index/jian.png) 0px 0px no-repeat;width: 19px;height: 20px;display: inline-block;margin:-4px 5px;}
.common_content .p-name em{font-weight: normal;font-size: 12px;color: #acacac;}
.common_content .p-title{font-weight: normal;font-size: 12px;color: #acacac;line-height: 25px;white-space: nowrap;overflow: hidden;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.common_content .p-tips{margin-top: 10px;}
.common_content .p-tips span{width: 70px;text-align: center;height: 20px;line-height: 20px;border:1px solid #ff8838;display: inline-block;margin-right: 10px;color: #ff8838;font-size: 14px;}
.common_content .p-profit{margin-top: 30px;font-size: 14px;color: #2e2e2e;}
.common_content .p-profit span{font-size: 24px;color: #ff8330;}
.common_content .p-profit span em{font-size: 14px;}
.common_content .p-extra{font-size: 14px;color: #acacac;line-height: 30px;}
.wealth-fir-left .p-btn a{position: absolute;bottom: 10px;left: 280px; display: block;background: #ff8839; width:110px;text-align: center;height: 40px;line-height: 40px;right: 10px;font-size: 16px;color: #fff;border-radius: 3px;letter-spacing: 1px;}
.wealth-sec-left .p-btn a{position: absolute;bottom: 10px;left: 160px; display: block;background: #ff8839; width:110px;text-align: center;height: 40px;line-height: 40px;right: 10px;font-size: 16px;color: #fff;border-radius: 3px;letter-spacing: 1px;}
.common_content .p-btn a:hover{background: #e87e34}
.wealth-sec{padding:30px 0px 0px;}
.wealth-sec-left{position: relative;padding-right: 3px;width: 288px;padding-left: 15px;border-right: 1px solid #e8e8e8;height: 177px;}
/**购物**/
.floor_h2{height: 520px;}
.floor-left1{background: url(../../images/index/p-left-img2.png) no-repeat;width: 277px;height: 473px;position: relative;top:-32px;left: -1px;}
.fl-bg2{height: 441px;border:1px solid #ff6a52;background: #fff}
.fl-bg2-link{margin-top: 275px;}
.mall-left{width:595px;height: 235px;border-right: 1px solid #e8e8e8;padding-right: 3px;padding-top: 35px;}
.mall-left .content{width:360px;margin-top: 20px;}
.mall-left .content h2{font-size: 18px;color: #fff;background: #ff8330;font-weight: normal;width: 90px;text-align: center;height: 30px;line-height: 30px;}
.mall-left .content p{font-size: 14px;color: #505050;line-height: 20px;padding:10px 0px;}
.mall-left .content i{font-size: 14px;color: #5f5f5f}
.mall-left .content i em{font-size: 18px;color: #ff8330;font-weight: normal;}
.mall-left .content .time{margin-top: 25px;}
.mall-left .content .time i{background: url(../../images/index/clock.png) no-repeat;width: 20px;height: 21px;display: inline-block;float: left;}
.fnTimeCountDown{height: 21px;line-height: 21px;margin-left: 5px;font-size: 14px;color: #ff6a52;}
.fnTimeCountDown span{display: inline-block;background: #ff8330;color: #fff;width: 27px;text-align: center;margin:0px 2px;border-radius: 3px;}
.mall-right a{display: block;}
.draw-gift{width:290px;height: 90px;padding: 20px 0px;border-bottom: 1px solid #e8e8e8;}
.draw-gift h2{font-size: 14px;color: #ff8330;border: 1px solid #ff8330; font-weight: normal;width: 40px;text-align: center;height: 18px;line-height: 18px;}
.draw-gift p{font-size: 14px;color: #505050;line-height: 18px;padding:7px 0px;}
.draw-gift .content{width:155px;}
.draw-gift .content i{font-size: 14px;color: #5f5f5f}
.draw-gift .content i em{font-size: 18px;color: #ff8330;font-weight: normal;}
.exchange-gift{width:290px;height: 90px;padding: 30px 4px 15px;border-right: 1px solid #e8e8e8;}
.exchange-gift h2{font-size: 14px;color: #ff8330;border: 1px solid #ff8330; font-weight: normal;width: 40px;text-align: center;height: 18px;line-height: 18px;}
.exchange-gift p{font-size: 14px;color: #505050;line-height: 18px;padding:7px 0px;}
.exchange-gift .content{width:155px;}
.exchange-gift .content i{font-size: 14px;color: #5f5f5f}
.exchange-gift .content i em{font-size: 18px;color: #ff8330;font-weight: normal;}
.wealth-sec a{display: block;}
/**信贷**/
.floor_h3{height: 499px;}
.floor-left2{background: url(../../images/index/p-left-img3.png) no-repeat;width: 277px;height: 453px;position: relative;top:-32px;left: -1px;}
.fl-bg3{height: 420px;border:1px solid #5cdbff;background: #fff;}
.fl-bg3-link{margin-top: 275px;}
.floor-loan-left{position: relative;border-right: 1px solid #e8e8e8;padding: 0px 20px 10px 10px;}
.floor-loan-left h2{font-size: 20px;color: #2e2e2e;line-height: 30px;}
.floor-loan-left p{font-size: 14px;color: #b2b2b2;line-height: 26px;padding:10px 0px;}
.floor-loan-left a{position: absolute; display: block;background: #ff8839;width: 110px;text-align: center;height: 40px;line-height: 40px;right: 10px;font-size: 16px;color: #fff;border-radius: 3px;letter-spacing: 1px;margin-bottom: 35px;left:10px;}
.floor-loan-left a:hover{background: #e87e34;}
.floor-loan-left img.house_img{margin-top: 75px;}
.floor-loan-right{width: 590px;}
.new_three_left{width:165px;}
.kaijie{padding-top: 10px;}
.kjbtn{left:426px !important;}
/**邮币卡**/
.floor_h4{height: 499px;}
.floor-left3{background: url(../../images/index/p-left-img4.png) no-repeat;width: 277px;height: 452px;position: relative;top:-32px;left: -1px;}
.fl-bg4{height: 420px;border:1px solid #ffce59;background: #fff;}
.fl-bg4-link{margin-top: 275px;}
p.youbi{width: 240px;text-align: justify;height: 80px;}
.floor-loan-left img.youbi_img{margin-top: 60px;}
.floor-yb-left{padding: 0px 16px 10px 20px !important;}
a.yb-tbn{left:20px;}
/**媒体报道 论坛热帖**/
.floor_h5{height: 379px;}
.floor-left4{background: url(../../images/index/p-left-img5.png) no-repeat;width: 277px;height: 333px;position: relative;top:-32px;left: -1px;}
.fl-bg5{height: 300px;border:1px solid #ffce59;background: #fff;}
.fl-bg5-link{margin-top: 135px;}
.news_left{border-right: 1px solid #e8e8e8;padding-right: 20px;}
.news_content{width:490px;}
.news_link{height: 30px;}
.news_link a{font-size: 12px;color: #ff7b23;display: block;width: 60px;text-align: center; height: 20px;line-height: 20px; border:1px solid #ff7b23;font-weight: normal;}
.news_list{padding:12px 0;border-bottom: 1px dashed #e8e8e8;overflow: hidden;}
.news_list a{display: block;}
.news_list a p{line-height: 25px;margin-left: 10px;float: left;width: 390px;}
.news_list a p b{font-size: 16px;color: #1b1a21;display: block;font-weight: normal;white-space: nowrap;overflow: hidden;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.news_list a p strong{font-size: 14px;color: #7f7f7f;display: block;font-weight: normal;white-space: nowrap;overflow: hidden;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.news_list a:hover p b{color: #ff7b23;}
.news_content_right{width:375px;}
.card_lsit{padding:6px 10px;}
.card_lsit:nth-of-type(odd){background: #fff;}
.card_lsit:nth-of-type(even){background: #f8f8f8;}
.card_lsit a{display: block;}
.card_lsit a:hover h2{color:#ff7b23;}
.card_lsit h2{font-size: 14px;color: #1b1a21;font-weight: normal;white-space: nowrap;overflow: hidden;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.card_lsit p{font-size: 12px;color: #767676;height: 30px;line-height: 30px;}
.card_lsit p span{background: url(../../images/index/eye.png) 0 no-repeat;padding-left: 20px;width: 45px;display: inline-block;}
.card_lsit p i{background: url(../../images/index/yan.png) 0 no-repeat;padding-left: 20px;}
/***金融1号店家族成员**/
.jr_member_left{width: 798px;height: 73px;background: #fff;border:1px solid #ebeaea;}
.jr_member_left a{margin: 29px 25px;float: left;display: inline-block;}
.jr_member_left a img{position: relative;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;top: 0;}
.jr_member_left a:hover img{top:-6px;}
/**股东介绍**/
.index_footer{background: #e7e7e7;height: 165px;width: 100%;}
.shareholder h2{height: 40px;line-height: 40px;font-size: 16px; color: #1b1a21;font-weight: normal;}
.swith-img{color:#eaeaea;font-size: 14px;width: 15px;text-align: center;height: 57px;line-height: 57px;display: inline-block;background: #f6f6f6;font-weight: bold;cursor: pointer;}
.swith-img:hover{color: #ff8636;background: #fff;}
.shareholder_img{position: relative;overflow: hidden;width:1155px;height: 57px;margin-left: 7px;}
.shareholder_content{position: relative;}
.shareholder_content ul li{background: #fff;float: left;border-right:1px solid #f4f4f4;width:144px;}
.ul_width{position: absolute;left: 0;width:1155px;}
.friend_link{height: 30px;line-height: 30px;margin-top: 30px;}
.friend_link i{font-size: 16px; color: #1b1a21;}
.friend_link a{font-size: 14px; color:1b1a21;display: inline-block;padding:3px 5px;}
.friend_link a:hover{color:#ff7b23;} | 0.279435 | 0.053453 |
* {
padding: 0;
margin: 0;
}
body {
background:url(S3.jpg);
background-attachment:fixed;
background-reparat:no-repeat;
background-size:cover;
background-position:center center;
}
.c1
{
width: 60px;
height: 60px;
border:2px solid #eee;
border-radius: 40px;
margin:0px auto 0 0;
background: gray;
}
.c2
{
width: 60px;
height: 60px;
border-top:2px solid #eee;
margin: -30px auto 0 2px;
}
.c1 .cx1
{
width: 30px;
height: 30px;
border-bottom:2px solid #eee;
border-radius: 20px;
margin: 20px auto 0 auto;
}
.c2 .cx2
{
width: 30px;
height: 30px;
border-top:1px solid #eee;
margin: 5px auto 0 15px;
}
.wrap {
width: 1000px;
margin: 0 auto;
}
.top {
width: 100%;
height: 70px;
background: rgba(0,0,0,0.6);
}
.top_content {
width: 1000px;
margin: 0 auto;
}
.top .top_content .wlogo
{
float:left;
color:white;
font-weight: 700;
font-size: 55px;
padding-left: 5px;
font-family: "华文仿宋";
margin-top: 3px;
}
.top_content li {
float: right;
List-style:none;
color:white;
font-weight: 500;
width: 70px;
line-height: 60px;
margin-right:10px;
margin-top: 7px;
}
.top_content a:link, .top_content a:visited {
color: #8E8E8E;
text-decoration: none;
}
.top_content a:hover, .top_content a:active {
color: #333;
text-decoration: none;
}
.wrap{
width:1000px;
margin:0 auto;
}
.logo {
margin: 10px auto;
height: 80px;
background: rgba(0,0,0,0.5);
border-radius: 5px;
}
.logo_left {
width: 200px;
float: left;
display: inline;
}
.logo_left img {
width: 150px;
height: 80px;
float: left;
display: inline;
border-radius: 50px;
margin-left: -85px;
}
.logo_right {
width: 300px;
height: 15px;
margin-top: 25px;
float: right;
display: inline;
color: #8E8E8E;
}
.logo_right img {
vertical-align: middle;
margin-right: 15px;
}
.tel {
font-family: "微软雅黑";
font-size: 22px;
color: #000;
}
.nav {
height: 40px;
background: rgba(0,0,0,0.5);
border-radius: 5px;
}
.nav_left {
width: 10px;
}
.nav_mid {
width: 980px;
line-height: 40px;
}
.nav_right {
width: 10px;
}
.nav_left, .nav_mid, .nav_right {
height: 40px;
float: left;
display: inline;
}
.nav_mid li {
float: left;
list-style-type: none;
width: 100px;
font-family: "微软雅黑";
text-align: center;
}
.nav_mid a:link, .nav_mid a:visited {
font-size: 16px;
color: #FFF;
text-decoration: none;
}
.nav_mid a:hover, .nav_mid a:active {
font-size: 16px;
color: #333;
text-decoration: none;
}
.nav_mid_left {
width: 680px;
}
.nav_mid_right {
width: 300px;
}
.nav_mid_left, .nav_mid_right {
float: left;
display: inline;
}
.search_text {
width: 190px;
height: 25px;
margin-top: 7px;
margin-right: 5px;
background: url(images/search.jpg) no-repeat right center;
background-color: #fff;
border: 1px solid #FFF;
}
.ad {
background: rgba(0,0,0,0);
height: 400px;
margin-top: 5px;
overflow: hidden;
border-radius: 5px;
border-right: 1px solid rgba(0,0,0,0.1);
}
/*待做*/
.main {
margin:5px auto;
width:1000px;
height: 800px;
}
.p1
{
width: 400px;
height: 400px;
background:rgba(0,0,0,0.2);
border-radius: 10px;
float: left;
}
.p2
{
width: 400px;
height: 400px;
background:rgba(0,0,0,0.3);
border-radius: 10px;
float: left;
}
.p3
{
width: 400px;
height: 400px;
background:rgba(0,0,0,0.3);
border-radius: 10px;
float: left;
}
.p4
{
width: 400px;
height: 400px;
background:rgba(0,0,0,0.2);
border-radius: 10px;
float: left;
}
.p5
{
margin:0 auto;
height: 800px;
width: 198px;
background:rgba(0,0,0,0.4);
float: right;
border-radius: 10px;
}
.main .p1 .p11
{
font-family: "华文行楷";
font-size: 30px;
font-weight: 500;
border-bottom: 1px solid #333;
}
.main .p2 .p22
{
font-family: "华文行楷";
font-size: 30px;
font-weight: 500;
border-bottom: 1px solid #333;
}
.main .p3 .p33
{
font-family: "华文行楷";
font-size: 30px;
font-weight: 500;
border-bottom: 1px solid #333;
}
.main .p4 .p44
{
font-family: "华文行楷";
font-size: 30px;
font-weight: 500;
border-bottom: 1px solid #333;
}
.main .p5 .p55
{
font-family: "华文行楷";
font-size: 30px;
font-weight: 500;
border-bottom: 1px solid #333;
}
.main .px1
{
height: 180px;
width: 98%;
margin: 1px auto;
background:rgba(0,0,0,0.4);
border-radius: 15px;
}
.main .px2
{
height: 180px;
background:rgba(0,0,0,0.5);
border-radius: 15px;
width: 98%;
margin: 5px auto;
}
.main img
{
width: 40%;
height: 60%;
margin: 30px auto auto 10px;
border: 2px solid #fff;
}
.main .p5 img
{
width: 90%;
height: 20%;
margin: 10px auto 0px 8px;
border: 2px solid #fff;
}
.main ul
{
List-style:none;
font-family: "隶书";
Line-height:50px;
float:right;
margin-top: 10px;
margin-right:5px;
}
.main .p5 ul
{
list-style: all;
font-family: "隶书";
Line-height:50px;
float:right;
margin-top: 0;
margin-right:10px;
}
.main ul li a
{
text-decoration: none;
color: #fff;
font-size: 18px;
}
/*待做*/
.copy{
width:100%;
height:200px;
background:rgba(0,0,0,0.5);
margin-top:10px;
}
.copyright{
width:1000px;
margin:0 auto;
padding-top:20px;
}
.copyright li{
list-style-type:none;
float:left;
width:200px;
background: url(images/line.png) no-repeat right center;
text-align:center;
line-height:30px;
font-family:"΢ÈíÑźÚ";
}
.copyright a{
text-decoration:none;
color:#999;
font-size:18px;
}
.copyright li ul li a{
font-size:14px;
}
.copyright ul li ul li img {
width: 60%;
height: 52%;
} | TestQuiz/WebContent/admin/index/style.css | * {
padding: 0;
margin: 0;
}
body {
background:url(S3.jpg);
background-attachment:fixed;
background-reparat:no-repeat;
background-size:cover;
background-position:center center;
}
.c1
{
width: 60px;
height: 60px;
border:2px solid #eee;
border-radius: 40px;
margin:0px auto 0 0;
background: gray;
}
.c2
{
width: 60px;
height: 60px;
border-top:2px solid #eee;
margin: -30px auto 0 2px;
}
.c1 .cx1
{
width: 30px;
height: 30px;
border-bottom:2px solid #eee;
border-radius: 20px;
margin: 20px auto 0 auto;
}
.c2 .cx2
{
width: 30px;
height: 30px;
border-top:1px solid #eee;
margin: 5px auto 0 15px;
}
.wrap {
width: 1000px;
margin: 0 auto;
}
.top {
width: 100%;
height: 70px;
background: rgba(0,0,0,0.6);
}
.top_content {
width: 1000px;
margin: 0 auto;
}
.top .top_content .wlogo
{
float:left;
color:white;
font-weight: 700;
font-size: 55px;
padding-left: 5px;
font-family: "华文仿宋";
margin-top: 3px;
}
.top_content li {
float: right;
List-style:none;
color:white;
font-weight: 500;
width: 70px;
line-height: 60px;
margin-right:10px;
margin-top: 7px;
}
.top_content a:link, .top_content a:visited {
color: #8E8E8E;
text-decoration: none;
}
.top_content a:hover, .top_content a:active {
color: #333;
text-decoration: none;
}
.wrap{
width:1000px;
margin:0 auto;
}
.logo {
margin: 10px auto;
height: 80px;
background: rgba(0,0,0,0.5);
border-radius: 5px;
}
.logo_left {
width: 200px;
float: left;
display: inline;
}
.logo_left img {
width: 150px;
height: 80px;
float: left;
display: inline;
border-radius: 50px;
margin-left: -85px;
}
.logo_right {
width: 300px;
height: 15px;
margin-top: 25px;
float: right;
display: inline;
color: #8E8E8E;
}
.logo_right img {
vertical-align: middle;
margin-right: 15px;
}
.tel {
font-family: "微软雅黑";
font-size: 22px;
color: #000;
}
.nav {
height: 40px;
background: rgba(0,0,0,0.5);
border-radius: 5px;
}
.nav_left {
width: 10px;
}
.nav_mid {
width: 980px;
line-height: 40px;
}
.nav_right {
width: 10px;
}
.nav_left, .nav_mid, .nav_right {
height: 40px;
float: left;
display: inline;
}
.nav_mid li {
float: left;
list-style-type: none;
width: 100px;
font-family: "微软雅黑";
text-align: center;
}
.nav_mid a:link, .nav_mid a:visited {
font-size: 16px;
color: #FFF;
text-decoration: none;
}
.nav_mid a:hover, .nav_mid a:active {
font-size: 16px;
color: #333;
text-decoration: none;
}
.nav_mid_left {
width: 680px;
}
.nav_mid_right {
width: 300px;
}
.nav_mid_left, .nav_mid_right {
float: left;
display: inline;
}
.search_text {
width: 190px;
height: 25px;
margin-top: 7px;
margin-right: 5px;
background: url(images/search.jpg) no-repeat right center;
background-color: #fff;
border: 1px solid #FFF;
}
.ad {
background: rgba(0,0,0,0);
height: 400px;
margin-top: 5px;
overflow: hidden;
border-radius: 5px;
border-right: 1px solid rgba(0,0,0,0.1);
}
/*待做*/
.main {
margin:5px auto;
width:1000px;
height: 800px;
}
.p1
{
width: 400px;
height: 400px;
background:rgba(0,0,0,0.2);
border-radius: 10px;
float: left;
}
.p2
{
width: 400px;
height: 400px;
background:rgba(0,0,0,0.3);
border-radius: 10px;
float: left;
}
.p3
{
width: 400px;
height: 400px;
background:rgba(0,0,0,0.3);
border-radius: 10px;
float: left;
}
.p4
{
width: 400px;
height: 400px;
background:rgba(0,0,0,0.2);
border-radius: 10px;
float: left;
}
.p5
{
margin:0 auto;
height: 800px;
width: 198px;
background:rgba(0,0,0,0.4);
float: right;
border-radius: 10px;
}
.main .p1 .p11
{
font-family: "华文行楷";
font-size: 30px;
font-weight: 500;
border-bottom: 1px solid #333;
}
.main .p2 .p22
{
font-family: "华文行楷";
font-size: 30px;
font-weight: 500;
border-bottom: 1px solid #333;
}
.main .p3 .p33
{
font-family: "华文行楷";
font-size: 30px;
font-weight: 500;
border-bottom: 1px solid #333;
}
.main .p4 .p44
{
font-family: "华文行楷";
font-size: 30px;
font-weight: 500;
border-bottom: 1px solid #333;
}
.main .p5 .p55
{
font-family: "华文行楷";
font-size: 30px;
font-weight: 500;
border-bottom: 1px solid #333;
}
.main .px1
{
height: 180px;
width: 98%;
margin: 1px auto;
background:rgba(0,0,0,0.4);
border-radius: 15px;
}
.main .px2
{
height: 180px;
background:rgba(0,0,0,0.5);
border-radius: 15px;
width: 98%;
margin: 5px auto;
}
.main img
{
width: 40%;
height: 60%;
margin: 30px auto auto 10px;
border: 2px solid #fff;
}
.main .p5 img
{
width: 90%;
height: 20%;
margin: 10px auto 0px 8px;
border: 2px solid #fff;
}
.main ul
{
List-style:none;
font-family: "隶书";
Line-height:50px;
float:right;
margin-top: 10px;
margin-right:5px;
}
.main .p5 ul
{
list-style: all;
font-family: "隶书";
Line-height:50px;
float:right;
margin-top: 0;
margin-right:10px;
}
.main ul li a
{
text-decoration: none;
color: #fff;
font-size: 18px;
}
/*待做*/
.copy{
width:100%;
height:200px;
background:rgba(0,0,0,0.5);
margin-top:10px;
}
.copyright{
width:1000px;
margin:0 auto;
padding-top:20px;
}
.copyright li{
list-style-type:none;
float:left;
width:200px;
background: url(images/line.png) no-repeat right center;
text-align:center;
line-height:30px;
font-family:"΢ÈíÑźÚ";
}
.copyright a{
text-decoration:none;
color:#999;
font-size:18px;
}
.copyright li ul li a{
font-size:14px;
}
.copyright ul li ul li img {
width: 60%;
height: 52%;
} | 0.199932 | 0.065545 |
.Network {
display: flex;
flex-direction: column;
}
.Network-metrics {
align-self: stretch;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 20px;
}
.Network-main {
display: flex;
align-items: center;
justify-content: center;
padding-top: 40px;
}
.Network-optionMain {
display: flex;
flex-direction: column;
}
.Network-optionCircle {
width: 20px;
height: 20px;
border-radius: 50%;
border: 1px solid #979797;
background: white;
margin: 0 15px;
}
.Network-select {
display: flex;
flex-direction: column;
align-self: flex-start;
}
.Network-optionAddress {
margin-top: 4px;
color: #999999;
}
.Network-option {
cursor: pointer;
display: flex;
align-items: center;
padding: 16px 0;
padding-right: 10px;
font-size: 15px;
font-weight: 500;
border-bottom: 1px solid #cccccc;
}
.Network-option.active .Network-optionCircle {
border-color: #009bdd;
background: #009bdd;
box-shadow: 0 0 0 4px white inset;
}
.Network-worldImageContainer {
position: relative;
flex: 1;
padding: 50px;
object-fit: contain;
}
.Network-worldImagePin {
position: absolute;
width: 20px;
height: 20px;
/*left: 54px;*/
/*top: 134px;*/
border-radius: 50%;
box-shadow: 0 0 0 4px white inset;
background: white;
border: 1px solid #009bdd;
}
.Network-worldImagePin.active {
background: #009bdd;
}
/* hedera network nodes */
.Network-hederaNodePin {
position: absolute;
width: 12px;
height: 12px;
border-radius: 50%;
background: #fc6e4f;
}
.Network-hederaNodePin[data-value="1"] {
left: 105px;
top: 160px;
}
.Network-hederaNodePin[data-value="2"] {
left: 110px;
top: 190px;
}
.Network-hederaNodePin[data-value="3"] {
left: 165px;
top: 170px;
}
.Network-hederaNodePin[data-value="4"] {
left: 210px;
top: 170px;
}
.Network-hederaNodePin[data-value="5"] {
left: 200px;
top: 185px;
}
.Network-hederaNodePin[data-value="6"] {
left: 220px;
top: 155px;
}
.Network-hederaNodePin[data-value="7"] {
left: 420px;
top: 155px;
}
.Network-hederaNodePin[data-value="8"] {
left: 410px;
top: 145px;
}
.Network-hederaNodePin[data-value="9"] {
left: 422px;
top: 142px;
}
.Network-hederaNodePin[data-value="10"] {
left: 470px;
top: 120px;
}
.Network-hederaNodePin[data-value="11"] {
left: 600px;
top: 230px;
}
.Network-nodeLegend {
display: inline-flex;
align-items: center;
position: absolute;
right: 20px;
top: 0;
}
.Network-nodeLegendPin {
width: 12px;
height: 12px;
border-radius: 50%;
background: #fc6e4f;
margin: 0 10px 0 25px;
}
.Network-nodeLegendPin.hsc {
background: #009bdd;
}
.Network-nodeLegendPinLabel {
color: #666666;
} | stable-coin-admin/src/views/Network.css | .Network {
display: flex;
flex-direction: column;
}
.Network-metrics {
align-self: stretch;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 20px;
}
.Network-main {
display: flex;
align-items: center;
justify-content: center;
padding-top: 40px;
}
.Network-optionMain {
display: flex;
flex-direction: column;
}
.Network-optionCircle {
width: 20px;
height: 20px;
border-radius: 50%;
border: 1px solid #979797;
background: white;
margin: 0 15px;
}
.Network-select {
display: flex;
flex-direction: column;
align-self: flex-start;
}
.Network-optionAddress {
margin-top: 4px;
color: #999999;
}
.Network-option {
cursor: pointer;
display: flex;
align-items: center;
padding: 16px 0;
padding-right: 10px;
font-size: 15px;
font-weight: 500;
border-bottom: 1px solid #cccccc;
}
.Network-option.active .Network-optionCircle {
border-color: #009bdd;
background: #009bdd;
box-shadow: 0 0 0 4px white inset;
}
.Network-worldImageContainer {
position: relative;
flex: 1;
padding: 50px;
object-fit: contain;
}
.Network-worldImagePin {
position: absolute;
width: 20px;
height: 20px;
/*left: 54px;*/
/*top: 134px;*/
border-radius: 50%;
box-shadow: 0 0 0 4px white inset;
background: white;
border: 1px solid #009bdd;
}
.Network-worldImagePin.active {
background: #009bdd;
}
/* hedera network nodes */
.Network-hederaNodePin {
position: absolute;
width: 12px;
height: 12px;
border-radius: 50%;
background: #fc6e4f;
}
.Network-hederaNodePin[data-value="1"] {
left: 105px;
top: 160px;
}
.Network-hederaNodePin[data-value="2"] {
left: 110px;
top: 190px;
}
.Network-hederaNodePin[data-value="3"] {
left: 165px;
top: 170px;
}
.Network-hederaNodePin[data-value="4"] {
left: 210px;
top: 170px;
}
.Network-hederaNodePin[data-value="5"] {
left: 200px;
top: 185px;
}
.Network-hederaNodePin[data-value="6"] {
left: 220px;
top: 155px;
}
.Network-hederaNodePin[data-value="7"] {
left: 420px;
top: 155px;
}
.Network-hederaNodePin[data-value="8"] {
left: 410px;
top: 145px;
}
.Network-hederaNodePin[data-value="9"] {
left: 422px;
top: 142px;
}
.Network-hederaNodePin[data-value="10"] {
left: 470px;
top: 120px;
}
.Network-hederaNodePin[data-value="11"] {
left: 600px;
top: 230px;
}
.Network-nodeLegend {
display: inline-flex;
align-items: center;
position: absolute;
right: 20px;
top: 0;
}
.Network-nodeLegendPin {
width: 12px;
height: 12px;
border-radius: 50%;
background: #fc6e4f;
margin: 0 10px 0 25px;
}
.Network-nodeLegendPin.hsc {
background: #009bdd;
}
.Network-nodeLegendPinLabel {
color: #666666;
} | 0.572364 | 0.190762 |
body {
background-color: #F5F5F5;
padding-top: 0;
margin: 0;
font-family: 'ff-real-headline-pro', Helvetica, Arial, sans-serif;
width: 100%;
height: 100%;
}
.container {
background-color: white;
padding: 15px;
}
/* navbar ------------------------------------- */
#navbar {
position: relative;
top: 0;
left: 0;
padding: 5px 0 5px 0;
}
#navbar ul {
margin-left: 15px;
}
#navbar li {
display: inline-block;
font-size: 16px;
color: #7F7F7F;
margin-right: 20px;
}
#navbar a {
color: #7F7F7F;
}
.active {
text-decoration: underline;
}
/* extra nav ---------------------------------- */
.extra-nav {
border-top: 1px solid #D8D8D8;
border-bottom: 1px solid #D8D8D8;
margin-bottom: 15px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 535px;
}
.extra-nav a {
display: inline-block;
color: #3F91CC;
text-decoration: none;
}
.extra-nav .nav-item {
display: inline-block;
}
.nav-item span {
color: #7f7f76;
}
.separator {
color: #3F91CC;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.extra-nav .separator {
margin-left: 5px;
margin-right: 5px;
}
.item .separator {
margin-left: 3px;
margin-right: 3px;
}
#tags-flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 535px;
}
#marks .item {
display: inline-block;
}
/* page title --------------------------------- */
#page-info,
#page-info a {
margin-top: 0;
padding-top: 0;
font-size: 24px;
margin-bottom: 15px;
text-decoration: none;
}
.just-green,
.just-green a {
font-weight: 300;
color: #3cb568;
}
.italic {
font-style: italic;
}
.green-and-bold,
.green-and-bold a {
font-weight: 400;
color: #3cb568;
}
.search_title {
color: #3f91cc;
}
.plus {
padding: 0 5px 0 5px;
margin-right: 5px;
color: #7f7f76;
}
/* form --------------------------------------- */
.form-container {
position: relative;
padding: 15px;
margin: 15px 0 15px 0;
max-width: 500px;
background-color: #F5F5F5;
border: 2px solid #F5F5F5;
border-radius: 2px;
}
.form-container::after {
clear: both;
content: "";
display: block;
}
.errorlist {
margin-bottom: 10px;
}
label {
display: block;
max-width: 500px;
font-size: 16px;
color: #7F7F7F;
margin-bottom: 10px;
}
input[type='text'],
input[type=password],
input[type=email],
input[type=file],
textarea {
box-sizing: border-box;
font-family: 'ff-real-headline-pro', Helvetica, Arial, sans-serif;
background-color: #FEFEFE;
border: 1px solid #979797;
border-radius: 2px;
font-size: 14px;
color: #959595;
width: 100%;
padding: 10px;
box-shadow: inset 2px 2px 0 rgba(0, 0, 0, .04), 2px 2px 0 rgba(0, 0, 0, .04);
outline: none;
margin-bottom: 15px;
}
input[type='text']:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=submit]:focus,
button:focus,
textarea:focus {
box-shadow: 0 0 5px rgba(63, 145, 204, .8);
border-color: #1A79AA;
}
.edit_checkbox {
display: none;
}
.edit_multiple_form {
display: none;
}
.selected_actions {
display: none;
}
input[type=checkbox] {
margin: 0 5px 0 0;
}
.radio-buttons label {
font-size: 14px;
}
textarea {
min-height: 17px;
resize: vertical;
}
input[type=submit],
button {
position: relative;
display: block;
font-family: 'ff-real-headline-pro', Helvetica, Arial, sans-serif;
background-color: #FEFEFE;
border: 1px solid #979797;
border-radius: 2px;
font-size: 14px;
color: #959595;
padding: 10px;
box-shadow: 2px 2px 0 rgba(0, 0, 0, .04);
outline: none;
}
input[type=submit]:hover,
button:hover {
background-color: #3F91CC;
color: #FFFFFF;
border-color: #1A79AA;
}
::placeholder {
color: #AAAAAA;
font-style: italic;
}
.errorlist {
background-color: rgb(255, 245, 153);
color: rgb(100, 100, 38);
padding: 8px;
}
/* main site ---------------------------------- */
.links {
margin-bottom: 15px;
overflow: auto;
}
.marginbottom {
margin-bottom: 20px;
}
ul, ol {
list-style-type: none;
margin: 0;
padding: 0;
}
li, li > a, li span {
font-size: 14px;
font-weight: 300;
text-decoration: none;
}
li > a {
color: #3F91CC;
}
.item {
margin-bottom: 5px;
white-space: nowrap;
color: #333333;
}
.item > a, .item > .number, .item > .action, .item > span {
margin-right: 5px;
}
.item > a:hover {
border-bottom: 1px solid #36b2e8;
}
.tag {
position: relative;
display: inline-block;
margin-right: 5px;
font-size: 14px;
white-space: nowrap;
}
.tag a {
color: #7f7f76;
text-decoration: none;
padding: 0 5px 0 5px;
background-color: #F5F5F5;
font-weight: 300;
}
.tag a:hover {
background-color: #DDDDDD;
}
.actions {
display: none;
}
.action {
margin-right: 3px;
}
.failed-action {
color: #c08b8b !important;
pointer-events: none;
cursor: default;
}
.inline {
display: inline;
}
.show-actions-checkbox {
display: none;
}
.show-actions-checkbox:checked {
display: none;
}
.show-actions-checkbox:checked ~ .actions {
display: inline;
}
.actions-btn:hover {
text-decoration: underline;
cursor: pointer;
}
.action, .action a {
color: #8badc0;
padding: 0 1px 0 1px;
text-decoration: none;
}
.action a:hover {
text-decoration: underline;
}
.tag > .action {
padding: 0 3px 0 3px;
margin-right: 0;
border-right: 1px solid #d8d7d2;
}
.action:hover {
}
.mdot {
margin: 0 3px 0 3px;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.big {
font-size: 24px;
padding: 5px 0 5px 0 !important;
}
.big a {
padding: 5px 15px 5px 15px !important;
}
.number {
color: #B2B2B2;
font-size: 12px;
font-weight: 300;
}
/* suggestions -------------------------------- */
#suggestions {
position: absolute;
border: 1px solid gray;
box-shadow: inset 2px 2px 0 rgba(0, 0, 0, .04), 2px 2px 0 rgba(0, 0, 0, .04);
border-radius: 2px;
border-top: 0;
background-color: white;
display: none;
z-index: 2;
}
#suggestions li {
list-style-type: none;
margin: 0;
padding: 5px;
background-color: white;
border-bottom: 1px solid #D8D8D8;
}
#suggestions .match .tag-name {
color: #3cb568;
font-weight: 600;
}
#suggestions li:hover, #suggestions .selected {
background-color: #F5F5F5;
}
#suggestions li:last-of-type {
border-bottom: 0;
}
.tag-name {
margin-right: 5px;
}
/* -------------------------------------------- */
.query, .query a {
color: white;
background-color: #36b2e8;
}
#search_form {
display: none;
}
.indextagbg {
background-color: rgba(0, 0, 0, 0.15);
width: 90%;
}
.tilde {
color: #3cb568;
font-size: 30px;
margin-top: -13px;
margin-bottom: 10px;
}
.sort li {
display: inline-block;
margin-right: 10px;
}
#filter {
position: fixed;
bottom: 0;
}
/* -------------------------------------------- */
.description-container {
position: relative;
display: none;
}
.triangle {
position: absolute;
width: 8px;
height: 8px;
transform: rotate(45deg);
background-color: #F5F5F5;
top: -4px;
left: 7px;
border-left: 1px solid rgba(0, 0, 0, 0.15);
border-top: 1px solid rgba(0, 0, 0, 0.15);
z-index: 2;
}
.description {
border: 1px solid rgba(0, 0, 0, 0.15);
position: relative;
color: rgb(75, 75, 75);
background-color: #F5F5F5;
max-width: 535px;
padding: 7px;
margin: 10px 0 10px 0;
overflow: auto;
white-space: normal;
font-size: 12px;
border-radius: 2px;
box-sizing: border-box;
}
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
font-weight: 300;
margin-top: 5px;
margin-bottom: 5px;
}
.description h2 {
margin-top: 20px;
}
.description h3 {
margin-top: 15px;
}
.description li {
color: inherit;
font-size: 12px;
}
.description ul, ol {
margin-left: 25px;
}
.description ol li {
list-style-type: decimal;
}
.description ul li {
list-style-type: disc;
}
.description > *:first-child {
margin-top: 0;
}
.description > *:last-child {
margin-bottom: 0;
}
.description blockquote {
color: gray;
margin: 2px 0 2px 0;
padding: 1px 0 1px 10px;
border-left: 3px solid rgba(0, 0, 0, .3);
}
.description p {
line-height: 1.1rem;
margin: 5px 0 5px 0;
}
.description a {
color: #3F91CC;
font-size: 12px;
text-decoration: underline;
}
@media not all and (max-width: 565px) {
.extra-nav .nav-item:not(:last-child)::after {
content: "•";
color: #3F91CC;
padding: 0 5px;
}
}
@media all and (max-width: 565px) {
.extra-nav .nav-item:not(:last-child)::after {
}
.extra-nav .nav-item {
display: block;
text-align: center;
}
.extra-nav .nav-item:not(:last-child) {
margin-bottom: 5px;
}
} | app/marksapp/static/marksapp/style.css | body {
background-color: #F5F5F5;
padding-top: 0;
margin: 0;
font-family: 'ff-real-headline-pro', Helvetica, Arial, sans-serif;
width: 100%;
height: 100%;
}
.container {
background-color: white;
padding: 15px;
}
/* navbar ------------------------------------- */
#navbar {
position: relative;
top: 0;
left: 0;
padding: 5px 0 5px 0;
}
#navbar ul {
margin-left: 15px;
}
#navbar li {
display: inline-block;
font-size: 16px;
color: #7F7F7F;
margin-right: 20px;
}
#navbar a {
color: #7F7F7F;
}
.active {
text-decoration: underline;
}
/* extra nav ---------------------------------- */
.extra-nav {
border-top: 1px solid #D8D8D8;
border-bottom: 1px solid #D8D8D8;
margin-bottom: 15px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 535px;
}
.extra-nav a {
display: inline-block;
color: #3F91CC;
text-decoration: none;
}
.extra-nav .nav-item {
display: inline-block;
}
.nav-item span {
color: #7f7f76;
}
.separator {
color: #3F91CC;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.extra-nav .separator {
margin-left: 5px;
margin-right: 5px;
}
.item .separator {
margin-left: 3px;
margin-right: 3px;
}
#tags-flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 535px;
}
#marks .item {
display: inline-block;
}
/* page title --------------------------------- */
#page-info,
#page-info a {
margin-top: 0;
padding-top: 0;
font-size: 24px;
margin-bottom: 15px;
text-decoration: none;
}
.just-green,
.just-green a {
font-weight: 300;
color: #3cb568;
}
.italic {
font-style: italic;
}
.green-and-bold,
.green-and-bold a {
font-weight: 400;
color: #3cb568;
}
.search_title {
color: #3f91cc;
}
.plus {
padding: 0 5px 0 5px;
margin-right: 5px;
color: #7f7f76;
}
/* form --------------------------------------- */
.form-container {
position: relative;
padding: 15px;
margin: 15px 0 15px 0;
max-width: 500px;
background-color: #F5F5F5;
border: 2px solid #F5F5F5;
border-radius: 2px;
}
.form-container::after {
clear: both;
content: "";
display: block;
}
.errorlist {
margin-bottom: 10px;
}
label {
display: block;
max-width: 500px;
font-size: 16px;
color: #7F7F7F;
margin-bottom: 10px;
}
input[type='text'],
input[type=password],
input[type=email],
input[type=file],
textarea {
box-sizing: border-box;
font-family: 'ff-real-headline-pro', Helvetica, Arial, sans-serif;
background-color: #FEFEFE;
border: 1px solid #979797;
border-radius: 2px;
font-size: 14px;
color: #959595;
width: 100%;
padding: 10px;
box-shadow: inset 2px 2px 0 rgba(0, 0, 0, .04), 2px 2px 0 rgba(0, 0, 0, .04);
outline: none;
margin-bottom: 15px;
}
input[type='text']:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=submit]:focus,
button:focus,
textarea:focus {
box-shadow: 0 0 5px rgba(63, 145, 204, .8);
border-color: #1A79AA;
}
.edit_checkbox {
display: none;
}
.edit_multiple_form {
display: none;
}
.selected_actions {
display: none;
}
input[type=checkbox] {
margin: 0 5px 0 0;
}
.radio-buttons label {
font-size: 14px;
}
textarea {
min-height: 17px;
resize: vertical;
}
input[type=submit],
button {
position: relative;
display: block;
font-family: 'ff-real-headline-pro', Helvetica, Arial, sans-serif;
background-color: #FEFEFE;
border: 1px solid #979797;
border-radius: 2px;
font-size: 14px;
color: #959595;
padding: 10px;
box-shadow: 2px 2px 0 rgba(0, 0, 0, .04);
outline: none;
}
input[type=submit]:hover,
button:hover {
background-color: #3F91CC;
color: #FFFFFF;
border-color: #1A79AA;
}
::placeholder {
color: #AAAAAA;
font-style: italic;
}
.errorlist {
background-color: rgb(255, 245, 153);
color: rgb(100, 100, 38);
padding: 8px;
}
/* main site ---------------------------------- */
.links {
margin-bottom: 15px;
overflow: auto;
}
.marginbottom {
margin-bottom: 20px;
}
ul, ol {
list-style-type: none;
margin: 0;
padding: 0;
}
li, li > a, li span {
font-size: 14px;
font-weight: 300;
text-decoration: none;
}
li > a {
color: #3F91CC;
}
.item {
margin-bottom: 5px;
white-space: nowrap;
color: #333333;
}
.item > a, .item > .number, .item > .action, .item > span {
margin-right: 5px;
}
.item > a:hover {
border-bottom: 1px solid #36b2e8;
}
.tag {
position: relative;
display: inline-block;
margin-right: 5px;
font-size: 14px;
white-space: nowrap;
}
.tag a {
color: #7f7f76;
text-decoration: none;
padding: 0 5px 0 5px;
background-color: #F5F5F5;
font-weight: 300;
}
.tag a:hover {
background-color: #DDDDDD;
}
.actions {
display: none;
}
.action {
margin-right: 3px;
}
.failed-action {
color: #c08b8b !important;
pointer-events: none;
cursor: default;
}
.inline {
display: inline;
}
.show-actions-checkbox {
display: none;
}
.show-actions-checkbox:checked {
display: none;
}
.show-actions-checkbox:checked ~ .actions {
display: inline;
}
.actions-btn:hover {
text-decoration: underline;
cursor: pointer;
}
.action, .action a {
color: #8badc0;
padding: 0 1px 0 1px;
text-decoration: none;
}
.action a:hover {
text-decoration: underline;
}
.tag > .action {
padding: 0 3px 0 3px;
margin-right: 0;
border-right: 1px solid #d8d7d2;
}
.action:hover {
}
.mdot {
margin: 0 3px 0 3px;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.big {
font-size: 24px;
padding: 5px 0 5px 0 !important;
}
.big a {
padding: 5px 15px 5px 15px !important;
}
.number {
color: #B2B2B2;
font-size: 12px;
font-weight: 300;
}
/* suggestions -------------------------------- */
#suggestions {
position: absolute;
border: 1px solid gray;
box-shadow: inset 2px 2px 0 rgba(0, 0, 0, .04), 2px 2px 0 rgba(0, 0, 0, .04);
border-radius: 2px;
border-top: 0;
background-color: white;
display: none;
z-index: 2;
}
#suggestions li {
list-style-type: none;
margin: 0;
padding: 5px;
background-color: white;
border-bottom: 1px solid #D8D8D8;
}
#suggestions .match .tag-name {
color: #3cb568;
font-weight: 600;
}
#suggestions li:hover, #suggestions .selected {
background-color: #F5F5F5;
}
#suggestions li:last-of-type {
border-bottom: 0;
}
.tag-name {
margin-right: 5px;
}
/* -------------------------------------------- */
.query, .query a {
color: white;
background-color: #36b2e8;
}
#search_form {
display: none;
}
.indextagbg {
background-color: rgba(0, 0, 0, 0.15);
width: 90%;
}
.tilde {
color: #3cb568;
font-size: 30px;
margin-top: -13px;
margin-bottom: 10px;
}
.sort li {
display: inline-block;
margin-right: 10px;
}
#filter {
position: fixed;
bottom: 0;
}
/* -------------------------------------------- */
.description-container {
position: relative;
display: none;
}
.triangle {
position: absolute;
width: 8px;
height: 8px;
transform: rotate(45deg);
background-color: #F5F5F5;
top: -4px;
left: 7px;
border-left: 1px solid rgba(0, 0, 0, 0.15);
border-top: 1px solid rgba(0, 0, 0, 0.15);
z-index: 2;
}
.description {
border: 1px solid rgba(0, 0, 0, 0.15);
position: relative;
color: rgb(75, 75, 75);
background-color: #F5F5F5;
max-width: 535px;
padding: 7px;
margin: 10px 0 10px 0;
overflow: auto;
white-space: normal;
font-size: 12px;
border-radius: 2px;
box-sizing: border-box;
}
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
font-weight: 300;
margin-top: 5px;
margin-bottom: 5px;
}
.description h2 {
margin-top: 20px;
}
.description h3 {
margin-top: 15px;
}
.description li {
color: inherit;
font-size: 12px;
}
.description ul, ol {
margin-left: 25px;
}
.description ol li {
list-style-type: decimal;
}
.description ul li {
list-style-type: disc;
}
.description > *:first-child {
margin-top: 0;
}
.description > *:last-child {
margin-bottom: 0;
}
.description blockquote {
color: gray;
margin: 2px 0 2px 0;
padding: 1px 0 1px 10px;
border-left: 3px solid rgba(0, 0, 0, .3);
}
.description p {
line-height: 1.1rem;
margin: 5px 0 5px 0;
}
.description a {
color: #3F91CC;
font-size: 12px;
text-decoration: underline;
}
@media not all and (max-width: 565px) {
.extra-nav .nav-item:not(:last-child)::after {
content: "•";
color: #3F91CC;
padding: 0 5px;
}
}
@media all and (max-width: 565px) {
.extra-nav .nav-item:not(:last-child)::after {
}
.extra-nav .nav-item {
display: block;
text-align: center;
}
.extra-nav .nav-item:not(:last-child) {
margin-bottom: 5px;
}
} | 0.375821 | 0.059237 |
@font-face {
font-family: 'Keyboard Symbols';
font-weight: 600;
src: url('fonts/Keyboard-Symbols.woff');
}
html {
font-size: 10px;
pointer-events: none;
}
body {
margin: 0;
overflow: hidden;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.cache {
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
opacity: 0;
overflow: hidden;
width: 0;
height: 0;
display: none;
}
/* Keyboard */
#keyboard {
position: absolute;
bottom: 0;
z-index: 15;
width: 100%;
padding: 0.8rem 0 0;
border-top: 0.2rem solid;
-moz-border-top-colors: #0b0b0b #999d9d;
background-color: #6d7273;
pointer-events: auto;
}
/* Rows */
.keyboard-row {
text-align: center;
}
#keyboard.full-candidate-panel button.keyboard-key {
visibility: hidden;
}
/* Buttons: logic keys */
.keyboard-key {
-moz-box-sizing: border-box;
display: inline-block;
min-width: 2.6rem;
padding: 0 0.1rem;
border: none;
background: none;
}
.keyboard-last-row .keyboard-key {
padding-bottom: 0.2rem;
}
/* Visible keys */
.keyboard-key > .visual-wrapper,
.keyboard-key.special-key.big-key > .visual-wrapper {
-moz-box-sizing: border-box;
display: inline-block;
position: relative;
width: 100%;
height: 4.2rem;
margin-bottom: 0.3rem;
border: 0.1rem solid #1b1d1d;
border-radius: 0.3rem;
background-color: #262422;
}
/* Standard key styles. */
.keyboard-key > .visual-wrapper > span,
.keyboard-key.special-key.big-key > .visual-wrapper > span {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: #fff;
font-size: 2.4rem;
line-height: 3.8rem;
text-transform: uppercase;
font-weight: 500;
text-align: center;
border-top: 0.1rem solid #504e4d;
border-radius: 0.3rem;
}
/* Highlights */
.keyboard-key.highlighted {
position: relative;
z-index: 100;
}
.keyboard-key.highlighted > .visual-wrapper {
border: none;
border-radius: 0 0 0.3rem 0.3rem;
background-color: #00acd1;
}
.keyboard-key.highlighted > .visual-wrapper:after,
.keyboard-key.highlighted > .visual-wrapper > span:after {
content: '';
position: absolute;
top: -0.4rem;
right: -0.2rem;
bottom: -0.2rem;
left: -0.2rem;
z-index: -1;
border-radius: 0 0 0.3rem 0.3rem;
background-color: #363839;
}
.keyboard-key.highlighted > .visual-wrapper:before {
content: '';
position: absolute;
top: -0.8rem;
right: 0;
left: 0;
width: 100%;
height: 0.8rem;
border-radius: 0;
background-color: #00acd1;
}
.keyboard-key.highlighted > .visual-wrapper > span {
top: -5.6rem;
left: -0.5rem;
right: -0.5rem;
height: 5rem;
color: #1a3f46;
font-size: 3.6rem;
line-height: 5rem;
font-weight: 500;
border: none;
border-radius: 0.2rem;
background-color: #00acd1;
}
.keyboard-key.highlighted > .visual-wrapper > span:after {
top: -0.2rem;
right: -0.2rem;
bottom: -0.2rem;
left: -0.2rem;
border-radius: 0.3rem;
}
/* last key from row */
.keyboard-key.highlighted:last-child > .visual-wrapper > span {
right: 0;
}
.keyboard-key.highlighted:last-child > .visual-wrapper > span:after {
right: -0.2rem;
border-bottom-right-radius: 0;
}
.keyboard-key.highlighted:last-child #keyboard-accent-char-menu.kbr-menu-left {
right: 0;
}
/* first key from row */
.keyboard-key.highlighted:first-child > .visual-wrapper > span {
left: 0;
}
.keyboard-key.highlighted:first-child > .visual-wrapper > span:after {
/*right: -0.2rem;*/
border-bottom-left-radius: 0;
}
.keyboard-key.highlighted:first-child #keyboard-accent-char-menu {
left: 0;
}
/* Special keys */
.keyboard-key.highlighted[data-keycode="32"] > .visual-wrapper,
.keyboard-key.highlighted[data-keycode="32"] > .visual-wrapper:after {
border-radius: 0.3rem;
}
.keyboard-key.highlighted[data-keycode="32"] > .visual-wrapper:after {
top: -0.2rem;
}
.keyboard-key.special-key > .visual-wrapper {
border-color: #2a2c2e;
background-color: #44494a;
}
.keyboard-key.special-key > .visual-wrapper > span {
top: 0;
right: 0;
bottom: 0;
left: 0;
color: #ccc;
font: 500 1.5rem/3.9rem 'Keyboard Symbols', sans-serif;
border-color: #6a6c6e;
}
/* For disabled keys */
.keyboard-key.special-key[disabled="true"] {
/* Without this rule, the focus would lose when the user clicks this key.
This seems to be because a disabled key would not get touch/click event. */
pointer-events: none;
}
.keyboard-key.special-key[disabled="true"] > .visual-wrapper {
border-color: #535757;
background-color: #585D5D;
}
.keyboard-key.special-key[disabled="true"] > .visual-wrapper > span {
color: #888;
}
/* Special keys - text */
.keyboard-key.special-key.text > .visual-wrapper > span {
font-family: Sans-serif;
}
/* Highlight for special keys */
.keyboard-key.special-key.highlighted > .visual-wrapper {
border: 0.1rem solid #2a2c2e;
border-radius: 0.3rem;
}
.keyboard-key.special-key.highlighted > .visual-wrapper > span {
color: #6ec5d5;
border-top: 0.1rem solid #6a6c6e;
background: none;
}
.keyboard-key.special-key.highlighted > .visual-wrapper:before,
.keyboard-key.special-key.highlighted > .visual-wrapper:after,
.keyboard-key.special-key.highlighted > .visual-wrapper > span:after,
.keyboard-key.highlighted[data-keycode="32"] > .visual-wrapper:before,
.keyboard-key.highlighted[data-keycode="32"] > .visual-wrapper > span,
.keyboard-key.highlighted[data-keycode="32"] > .visual-wrapper > span:after,
#keyboard-accent-char-menu .keyboard-key > .visual-wrapper:before {
display: none;
}
/* For keyboard layout menu*/
.keyboard-key.special-key.highlighted.kbr-menu-on > .visual-wrapper:before,
.keyboard-key.special-key.highlighted.kbr-menu-on > .visual-wrapper:after {
display: inherit;
}
.keyboard-key.special-key.highlighted.kbr-menu-on .visual-wrapper > span {
font-size: 0;
}
/* Key states */
/* Active key, used for caps Lock key */
.keyboard-key.kbr-key-active > .visual-wrapper {
background-color: #006a80;
}
.keyboard-key.kbr-key-active.highlighted > .visual-wrapper {
background-color: #2b8395;
}
.keyboard-key.kbr-key-active > .visual-wrapper > span {
color: #fff;
border-color: rgba(255, 255, 255, .2);
}
.keyboard-key.kbr-key-active.highlighted > .visual-wrapper > span {
border-color: rgba(255,255,255, .2);
}
/* Hold */
.keyboard-key.kbr-key-hold > .visual-wrapper {
background-color: #00aac8;
}
.keyboard-key.kbr-key-hold > .visual-wrapper > span {
color: #333;
border-color: rgba(255,255,255, .3);
}
.keyboard-key.kbr-key-hold.highlighted > .visual-wrapper {
background-color: #2bb8d1;
}
.keyboard-key.kbr-key-hold.highlighted > .visual-wrapper > span {
border-color: rgba(255,255,255, .3);
}
/* Alt menu enabled */
.keyboard-key.highlighted.kbr-menu-on > .visual-wrapper {
height: 4.2rem;
border: none;
background-color: #00acd1;
}
.keyboard-key.highlighted.kbr-menu-on > .visual-wrapper > span {
top: -5.3rem;
background: none;
}
.keyboard-key.highlighted.kbr-menu-on > .visual-wrapper > span:after {
display: none;
}
.keyboard-key.pinyin-ch-ellipsis > .visual-wrapper > span {
font-size: 1.6rem;
}
span.pinyin-toggle-button-small {
font-size: 70%;
}
/* Alternatives menu -- this menu appears when you tap and hold a key that has
alternative special (accented) characters. The menu "grows" out of the key
and displays the list of alternatives. */
#keyboard-accent-char-menu {
display: none;
position: absolute;
bottom: 0.3rem;
left: 0.5rem;
height: 5rem;
border-radius: 0.3rem;
background-color: #212c2c;
white-space: nowrap;
}
#keyboard-accent-char-menu:after {
content: '';
position: absolute;
top: -0.2rem;
right: -0.2rem;
bottom: -0.2rem;
left: -0.2rem;
z-index: -1;
border-radius: 0.3rem;
border-bottom-left-radius: 0;
background-color: #363839;
}
#keyboard-accent-char-menu.show {
display: block;
}
/* Alternatives from left */
#keyboard-accent-char-menu.kbr-menu-left {
left: auto;
right: 0.5rem;
}
#keyboard-accent-char-menu.kbr-menu-left:after {
border-radius: 0.3rem;
border-bottom-right-radius: 0;
}
/* Non keyboard key styles in menu */
#keyboard-accent-char-menu .keyboard-key {
position: relative;
min-width: 3rem; /* we need to recalculate the inline width (2.4rem) */
height: 100%;
padding: 0;
vertical-align: top;
background: none;
}
#keyboard-accent-char-menu .keyboard-key > .visual-wrapper {
background: none;
border: none;
border-radius: 0;
margin: 0;
height: 5rem;
border-right: 1px solid #4d4d4d;
}
#keyboard-accent-char-menu .keyboard-key > .visual-wrapper span {
background: none;
border-radius: 0;
text-transform: none;
}
#keyboard-accent-char-menu .keyboard-key.highlighted > .visual-wrapper:after,
#keyboard-accent-char-menu .keyboard-key.highlighted > .visual-wrapper > span:after {
display: none;
}
/* Styles for keys in accent menu (not highlighted). */
#keyboard-accent-char-menu .keyboard-key > .visual-wrapper > span {
border: none;
font-size: 3.6rem;
line-height: 5rem;
font-weight: 500;
color: #fff;
}
/* Highlighted special accent characters. These keys appear in the popover
bubble above the key when you tap and hold. */
#keyboard-accent-char-menu .keyboard-key.highlighted > .visual-wrapper > span {
top: 0;
left: 0;
right: 0;
z-index: 1;
font-weight: normal;
border-radius: 0;
background-color: #00acd1;
}
#keyboard-accent-char-menu.kbr-menu-left .keyboard-key.highlighted:first-child > .visual-wrapper > span {
border-radius: 0.2rem 0 0 0.2rem;
}
#keyboard-accent-char-menu.kbr-menu-left .keyboard-key.highlighted:last-child > .visual-wrapper > span {
border-radius: 0 0.2rem 0 0;
}
#keyboard-accent-char-menu .keyboard-key.highlighted:first-child > .visual-wrapper > span {
border-radius: 0.2rem 0 0 0;
}
#keyboard-accent-char-menu .keyboard-key.highlighted:last-child > .visual-wrapper > span {
border-radius: 0 0.2rem 0.2rem 0;
}
/* Language alternatives */
#keyboard-accent-char-menu.kbr-menu-lang {
position: absolute;
bottom: 100%;
left: 0;
right: auto;
top: auto;
margin-bottom: -0.2rem;
height: auto;
max-height: 34rem;
white-space: normal;
}
.menu-container {
max-height: 34rem;
overflow-y: auto;
}
/* Special key menu enabled */
.keyboard-key.special-key.highlighted.kbr-menu-on {
position: relative;
z-index: 100;
}
.keyboard-key.special-key.highlighted.kbr-menu-on > .visual-wrapper {
background-color: #212c2c;
border-radius: 0 0 0.3rem 0.3rem;
}
.keyboard-key.special-key.highlighted.kbr-menu-on > .visual-wrapper > span {
color: #fff;
line-height: 5.2rem;
border: none;
top: 0;
}
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key {
padding: 0;
display: block;
}
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key > .visual-wrapper {
-moz-box-sizing: border-box;
border: none;
border-bottom: 0.1rem solid #3c3c3c;
width: 15rem;
height: 100%;
}
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key > .visual-wrapper > span {
font-weight: 500;
font-size: 1.8rem;
line-height: 5rem;
text-transform: none;
position: static; /* This will make the keyboard-key in keyboard menu's height correct */
}
/* Change the text color since the current selected (kbr-key-hold) keyboard will have the same background color*/
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key.highlighted > .visual-wrapper > span {
color: #1a3f46;
}
#keyboard-accent-char-menu > .keyboard-key:last-child .visual-wrapper,
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key:last-child .visual-wrapper {
border: none;
}
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key.kbr-key-hold > .visual-wrapper,
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key.highlighted > .visual-wrapper {
background-color: #00acd1;
}
/* IMEs */
#keyboard-pending-symbol-panel {
position: absolute;
top: -3.5rem;
left: 0;
height: 3.2rem;
line-height: 3.2rem;
font-size: 2.4rem;
width: auto;
padding: 0 0.8rem;
background: rgba(245, 245, 245, 0.7);
color: rgb(36, 36, 36);
border-top: 0.1rem solid #d5d5d5;
border-right: 0.1rem solid #d5d5d5;
white-space: nowrap;
}
#keyboard-pending-symbol-panel:empty {
display: none;
}
#keyboard.full-candidate-panel {
padding-top: 3.4rem;
}
#keyboard-candidate-panel {
display: block;
background: #252220;
padding: 0;
margin: -0.6rem 0rem 0.2rem 0rem;
border: none;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
height: 2.8rem;
width: 100%;
overflow: hidden;
white-space: normal;
}
#keyboard.full-candidate-panel #keyboard-candidate-panel {
overflow-y: auto;
position: absolute;
top: 0.2rem;
height: -moz-calc(100% - 0.4rem);
z-index: 1;
margin: 0;
}
#keyboard-candidate-panel-toggle-button {
display: none;
z-index: 1;
position: absolute;
right: 0rem;
top: 0.25rem;
font-size: 0;
height: 2.8rem;
background: #252220 url('images/icon_extend.png') center center no-repeat;
background-size: 2.4rem;
}
#keyboard.full-candidate-panel #keyboard-candidate-panel-toggle-button {
background-image: url('images/icon_close.png');
}
#keyboard-candidate-panel .candidate-row {
border-top: 0.1rem solid #000000;
}
#keyboard-candidate-panel .candidate-row-first {
border-top: none;
}
#keyboard.candidate-panel #keyboard-candidate-panel .candidate-row {
display: none;
}
#keyboard.candidate-panel #keyboard-candidate-panel .candidate-row-first {
display: block;
}
#keyboard-candidate-panel-toggle-button.highlighted,
#keyboard-candidate-panel .candidate-row span.highlighted {
background-color: #008eab;
color: #333333;
}
#keyboard-candidate-panel .candidate-row span {
display: inline-block;
margin: 0;
padding: 0 2px 0 0;
min-width: -moz-calc(4rem - 2px);
height: 2.8rem;
font-size: 2rem;
color: #a6a6a6;
text-align: center;
line-height: 2.8rem;
background: transparent url('images/divider.png') right center no-repeat;
background-size: auto 10rem;
border: none;
}
/* for latin suggestions we don't need such a tall box */
/* and in latin we hide the toggle button, so we can be full-width */
#keyboard.candidate-panel #keyboard-candidate-panel.latin {
display: block;
white-space: nowrap;
height: 3rem;
width: -moz-calc(100% - 1rem);
background: #000;
/* I don't know why we need the top and bottom margins */
/* the left and right just give nice side borders */
margin: -0.6rem 0.2rem 0.2rem 0.2rem;
padding: 0 0.3rem;
border: none;
overflow: hidden;
}
#keyboard.full-candidate-panel #keyboard-candidate-panel[data-truncated]::after {
content: '…';
background: none ! important;
border-color: transparent ! important;
display: block;
text-align: center;
margin: 0;
height: 2.8rem;
font-size: 2rem;
color: #a6a6a6;
line-height: 2.8rem;
}
#keyboard-candidate-panel.latin > div {
display: inline-block;
height: 100%; /* width set in render.js */
margin: 0 1%; /* don't change without updating with in render.js */
border: 0;
overflow: hidden;
-moz-box-sizing: border-box;
}
#keyboard-candidate-panel.latin span {
/*
* We start inline, so we can measure the length of the text, and then
* convert (in render.js) to inline-block so we can transform the text
* and make it fit.
*/
display: inline;
font-size: 2.3rem;
line-height: 3rem;
height: 3rem;
border: 0;
margin: 0;
padding: 0;
background: none;
color: #fff;
text-align: center;
}
#keyboard-candidate-panel.latin span.autocorrect {
color: #0ac;
}
/*
* Don't display the toggle button for latin suggestions.
* For now, at least, we only ever get 3 at a time
*/
#keyboard.candidate-panel #keyboard-candidate-panel-toggle-button.latin {
display: none;
}
#keyboard-candidate-panel span[data-active],
#keyboard-candidate-panel-toggle-button[data-active] {
background: -moz-linear-gradient(bottom, rgb(191,191,183) 10%, rgb(161,158,153) 90%);
}
/* Pending panel highlight */
.keyboard-pending-symbols-highlight-green {
background: #33aa33;
}
.keyboard-pending-symbols-highlight-red {
background: #aa3333;
}
.keyboard-pending-symbols-highlight-blue {
background: #3333aa;
}
/* A note to show on the key to indicate the alternative char */
.alt-note {
position: absolute;
top: 0.5rem;
right: 0.5rem;
color: #999;
font: 1.6rem/1.6rem "Keyboard Symbols", Sans-serif;
}
.keyboard-key.highlighted .alt-note {
visibility: hidden;
}
.keyboard-key.big-key.highlighted .alt-note {
visibility: visible;
color: #555;
}
/* Increase tap area for first / last keys in a row that
doesn't fill full width */
.keyboard-key.float-key-first {
text-align: right;
}
.keyboard-key.float-key-last {
text-align: left;
}
/* For FTU tip dialog */
#confirm-dialog {
pointer-events: auto;
text-align: center;
}
#confirm-dialog .tip-section {
background-position: center center;
display: inline-block;
height: 31rem;
}
@media (orientation:landscape) {
#confirm-dialog .tip-section {
background: url(images/ftu_keyboard_landscape.png) no-repeat top left;
width:47rem;
}
}
@media (orientation:portrait) {
#confirm-dialog .tip-section {
background: url(images/ftu_keyboard.png) no-repeat top left;
width:28.9rem;
}
}
@media (min-width:768px) and (orientation:landscape) {
#confirm-dialog .tip-section {
width: 35rem;
height: 23rem;
}
}
@media (min-width:768px) and (orientation:portrait) {
#confirm-dialog .tip-section {
width: 23rem;
height: 25rem;
}
}
#confirm-dialog button.recommend.active {
border-color: #008aaa;
background: #008aaa;
color: #333;
} | apps/keyboard/style/keyboard.css | @font-face {
font-family: 'Keyboard Symbols';
font-weight: 600;
src: url('fonts/Keyboard-Symbols.woff');
}
html {
font-size: 10px;
pointer-events: none;
}
body {
margin: 0;
overflow: hidden;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.cache {
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
opacity: 0;
overflow: hidden;
width: 0;
height: 0;
display: none;
}
/* Keyboard */
#keyboard {
position: absolute;
bottom: 0;
z-index: 15;
width: 100%;
padding: 0.8rem 0 0;
border-top: 0.2rem solid;
-moz-border-top-colors: #0b0b0b #999d9d;
background-color: #6d7273;
pointer-events: auto;
}
/* Rows */
.keyboard-row {
text-align: center;
}
#keyboard.full-candidate-panel button.keyboard-key {
visibility: hidden;
}
/* Buttons: logic keys */
.keyboard-key {
-moz-box-sizing: border-box;
display: inline-block;
min-width: 2.6rem;
padding: 0 0.1rem;
border: none;
background: none;
}
.keyboard-last-row .keyboard-key {
padding-bottom: 0.2rem;
}
/* Visible keys */
.keyboard-key > .visual-wrapper,
.keyboard-key.special-key.big-key > .visual-wrapper {
-moz-box-sizing: border-box;
display: inline-block;
position: relative;
width: 100%;
height: 4.2rem;
margin-bottom: 0.3rem;
border: 0.1rem solid #1b1d1d;
border-radius: 0.3rem;
background-color: #262422;
}
/* Standard key styles. */
.keyboard-key > .visual-wrapper > span,
.keyboard-key.special-key.big-key > .visual-wrapper > span {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: #fff;
font-size: 2.4rem;
line-height: 3.8rem;
text-transform: uppercase;
font-weight: 500;
text-align: center;
border-top: 0.1rem solid #504e4d;
border-radius: 0.3rem;
}
/* Highlights */
.keyboard-key.highlighted {
position: relative;
z-index: 100;
}
.keyboard-key.highlighted > .visual-wrapper {
border: none;
border-radius: 0 0 0.3rem 0.3rem;
background-color: #00acd1;
}
.keyboard-key.highlighted > .visual-wrapper:after,
.keyboard-key.highlighted > .visual-wrapper > span:after {
content: '';
position: absolute;
top: -0.4rem;
right: -0.2rem;
bottom: -0.2rem;
left: -0.2rem;
z-index: -1;
border-radius: 0 0 0.3rem 0.3rem;
background-color: #363839;
}
.keyboard-key.highlighted > .visual-wrapper:before {
content: '';
position: absolute;
top: -0.8rem;
right: 0;
left: 0;
width: 100%;
height: 0.8rem;
border-radius: 0;
background-color: #00acd1;
}
.keyboard-key.highlighted > .visual-wrapper > span {
top: -5.6rem;
left: -0.5rem;
right: -0.5rem;
height: 5rem;
color: #1a3f46;
font-size: 3.6rem;
line-height: 5rem;
font-weight: 500;
border: none;
border-radius: 0.2rem;
background-color: #00acd1;
}
.keyboard-key.highlighted > .visual-wrapper > span:after {
top: -0.2rem;
right: -0.2rem;
bottom: -0.2rem;
left: -0.2rem;
border-radius: 0.3rem;
}
/* last key from row */
.keyboard-key.highlighted:last-child > .visual-wrapper > span {
right: 0;
}
.keyboard-key.highlighted:last-child > .visual-wrapper > span:after {
right: -0.2rem;
border-bottom-right-radius: 0;
}
.keyboard-key.highlighted:last-child #keyboard-accent-char-menu.kbr-menu-left {
right: 0;
}
/* first key from row */
.keyboard-key.highlighted:first-child > .visual-wrapper > span {
left: 0;
}
.keyboard-key.highlighted:first-child > .visual-wrapper > span:after {
/*right: -0.2rem;*/
border-bottom-left-radius: 0;
}
.keyboard-key.highlighted:first-child #keyboard-accent-char-menu {
left: 0;
}
/* Special keys */
.keyboard-key.highlighted[data-keycode="32"] > .visual-wrapper,
.keyboard-key.highlighted[data-keycode="32"] > .visual-wrapper:after {
border-radius: 0.3rem;
}
.keyboard-key.highlighted[data-keycode="32"] > .visual-wrapper:after {
top: -0.2rem;
}
.keyboard-key.special-key > .visual-wrapper {
border-color: #2a2c2e;
background-color: #44494a;
}
.keyboard-key.special-key > .visual-wrapper > span {
top: 0;
right: 0;
bottom: 0;
left: 0;
color: #ccc;
font: 500 1.5rem/3.9rem 'Keyboard Symbols', sans-serif;
border-color: #6a6c6e;
}
/* For disabled keys */
.keyboard-key.special-key[disabled="true"] {
/* Without this rule, the focus would lose when the user clicks this key.
This seems to be because a disabled key would not get touch/click event. */
pointer-events: none;
}
.keyboard-key.special-key[disabled="true"] > .visual-wrapper {
border-color: #535757;
background-color: #585D5D;
}
.keyboard-key.special-key[disabled="true"] > .visual-wrapper > span {
color: #888;
}
/* Special keys - text */
.keyboard-key.special-key.text > .visual-wrapper > span {
font-family: Sans-serif;
}
/* Highlight for special keys */
.keyboard-key.special-key.highlighted > .visual-wrapper {
border: 0.1rem solid #2a2c2e;
border-radius: 0.3rem;
}
.keyboard-key.special-key.highlighted > .visual-wrapper > span {
color: #6ec5d5;
border-top: 0.1rem solid #6a6c6e;
background: none;
}
.keyboard-key.special-key.highlighted > .visual-wrapper:before,
.keyboard-key.special-key.highlighted > .visual-wrapper:after,
.keyboard-key.special-key.highlighted > .visual-wrapper > span:after,
.keyboard-key.highlighted[data-keycode="32"] > .visual-wrapper:before,
.keyboard-key.highlighted[data-keycode="32"] > .visual-wrapper > span,
.keyboard-key.highlighted[data-keycode="32"] > .visual-wrapper > span:after,
#keyboard-accent-char-menu .keyboard-key > .visual-wrapper:before {
display: none;
}
/* For keyboard layout menu*/
.keyboard-key.special-key.highlighted.kbr-menu-on > .visual-wrapper:before,
.keyboard-key.special-key.highlighted.kbr-menu-on > .visual-wrapper:after {
display: inherit;
}
.keyboard-key.special-key.highlighted.kbr-menu-on .visual-wrapper > span {
font-size: 0;
}
/* Key states */
/* Active key, used for caps Lock key */
.keyboard-key.kbr-key-active > .visual-wrapper {
background-color: #006a80;
}
.keyboard-key.kbr-key-active.highlighted > .visual-wrapper {
background-color: #2b8395;
}
.keyboard-key.kbr-key-active > .visual-wrapper > span {
color: #fff;
border-color: rgba(255, 255, 255, .2);
}
.keyboard-key.kbr-key-active.highlighted > .visual-wrapper > span {
border-color: rgba(255,255,255, .2);
}
/* Hold */
.keyboard-key.kbr-key-hold > .visual-wrapper {
background-color: #00aac8;
}
.keyboard-key.kbr-key-hold > .visual-wrapper > span {
color: #333;
border-color: rgba(255,255,255, .3);
}
.keyboard-key.kbr-key-hold.highlighted > .visual-wrapper {
background-color: #2bb8d1;
}
.keyboard-key.kbr-key-hold.highlighted > .visual-wrapper > span {
border-color: rgba(255,255,255, .3);
}
/* Alt menu enabled */
.keyboard-key.highlighted.kbr-menu-on > .visual-wrapper {
height: 4.2rem;
border: none;
background-color: #00acd1;
}
.keyboard-key.highlighted.kbr-menu-on > .visual-wrapper > span {
top: -5.3rem;
background: none;
}
.keyboard-key.highlighted.kbr-menu-on > .visual-wrapper > span:after {
display: none;
}
.keyboard-key.pinyin-ch-ellipsis > .visual-wrapper > span {
font-size: 1.6rem;
}
span.pinyin-toggle-button-small {
font-size: 70%;
}
/* Alternatives menu -- this menu appears when you tap and hold a key that has
alternative special (accented) characters. The menu "grows" out of the key
and displays the list of alternatives. */
#keyboard-accent-char-menu {
display: none;
position: absolute;
bottom: 0.3rem;
left: 0.5rem;
height: 5rem;
border-radius: 0.3rem;
background-color: #212c2c;
white-space: nowrap;
}
#keyboard-accent-char-menu:after {
content: '';
position: absolute;
top: -0.2rem;
right: -0.2rem;
bottom: -0.2rem;
left: -0.2rem;
z-index: -1;
border-radius: 0.3rem;
border-bottom-left-radius: 0;
background-color: #363839;
}
#keyboard-accent-char-menu.show {
display: block;
}
/* Alternatives from left */
#keyboard-accent-char-menu.kbr-menu-left {
left: auto;
right: 0.5rem;
}
#keyboard-accent-char-menu.kbr-menu-left:after {
border-radius: 0.3rem;
border-bottom-right-radius: 0;
}
/* Non keyboard key styles in menu */
#keyboard-accent-char-menu .keyboard-key {
position: relative;
min-width: 3rem; /* we need to recalculate the inline width (2.4rem) */
height: 100%;
padding: 0;
vertical-align: top;
background: none;
}
#keyboard-accent-char-menu .keyboard-key > .visual-wrapper {
background: none;
border: none;
border-radius: 0;
margin: 0;
height: 5rem;
border-right: 1px solid #4d4d4d;
}
#keyboard-accent-char-menu .keyboard-key > .visual-wrapper span {
background: none;
border-radius: 0;
text-transform: none;
}
#keyboard-accent-char-menu .keyboard-key.highlighted > .visual-wrapper:after,
#keyboard-accent-char-menu .keyboard-key.highlighted > .visual-wrapper > span:after {
display: none;
}
/* Styles for keys in accent menu (not highlighted). */
#keyboard-accent-char-menu .keyboard-key > .visual-wrapper > span {
border: none;
font-size: 3.6rem;
line-height: 5rem;
font-weight: 500;
color: #fff;
}
/* Highlighted special accent characters. These keys appear in the popover
bubble above the key when you tap and hold. */
#keyboard-accent-char-menu .keyboard-key.highlighted > .visual-wrapper > span {
top: 0;
left: 0;
right: 0;
z-index: 1;
font-weight: normal;
border-radius: 0;
background-color: #00acd1;
}
#keyboard-accent-char-menu.kbr-menu-left .keyboard-key.highlighted:first-child > .visual-wrapper > span {
border-radius: 0.2rem 0 0 0.2rem;
}
#keyboard-accent-char-menu.kbr-menu-left .keyboard-key.highlighted:last-child > .visual-wrapper > span {
border-radius: 0 0.2rem 0 0;
}
#keyboard-accent-char-menu .keyboard-key.highlighted:first-child > .visual-wrapper > span {
border-radius: 0.2rem 0 0 0;
}
#keyboard-accent-char-menu .keyboard-key.highlighted:last-child > .visual-wrapper > span {
border-radius: 0 0.2rem 0.2rem 0;
}
/* Language alternatives */
#keyboard-accent-char-menu.kbr-menu-lang {
position: absolute;
bottom: 100%;
left: 0;
right: auto;
top: auto;
margin-bottom: -0.2rem;
height: auto;
max-height: 34rem;
white-space: normal;
}
.menu-container {
max-height: 34rem;
overflow-y: auto;
}
/* Special key menu enabled */
.keyboard-key.special-key.highlighted.kbr-menu-on {
position: relative;
z-index: 100;
}
.keyboard-key.special-key.highlighted.kbr-menu-on > .visual-wrapper {
background-color: #212c2c;
border-radius: 0 0 0.3rem 0.3rem;
}
.keyboard-key.special-key.highlighted.kbr-menu-on > .visual-wrapper > span {
color: #fff;
line-height: 5.2rem;
border: none;
top: 0;
}
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key {
padding: 0;
display: block;
}
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key > .visual-wrapper {
-moz-box-sizing: border-box;
border: none;
border-bottom: 0.1rem solid #3c3c3c;
width: 15rem;
height: 100%;
}
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key > .visual-wrapper > span {
font-weight: 500;
font-size: 1.8rem;
line-height: 5rem;
text-transform: none;
position: static; /* This will make the keyboard-key in keyboard menu's height correct */
}
/* Change the text color since the current selected (kbr-key-hold) keyboard will have the same background color*/
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key.highlighted > .visual-wrapper > span {
color: #1a3f46;
}
#keyboard-accent-char-menu > .keyboard-key:last-child .visual-wrapper,
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key:last-child .visual-wrapper {
border: none;
}
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key.kbr-key-hold > .visual-wrapper,
#keyboard-accent-char-menu.kbr-menu-lang .keyboard-key.highlighted > .visual-wrapper {
background-color: #00acd1;
}
/* IMEs */
#keyboard-pending-symbol-panel {
position: absolute;
top: -3.5rem;
left: 0;
height: 3.2rem;
line-height: 3.2rem;
font-size: 2.4rem;
width: auto;
padding: 0 0.8rem;
background: rgba(245, 245, 245, 0.7);
color: rgb(36, 36, 36);
border-top: 0.1rem solid #d5d5d5;
border-right: 0.1rem solid #d5d5d5;
white-space: nowrap;
}
#keyboard-pending-symbol-panel:empty {
display: none;
}
#keyboard.full-candidate-panel {
padding-top: 3.4rem;
}
#keyboard-candidate-panel {
display: block;
background: #252220;
padding: 0;
margin: -0.6rem 0rem 0.2rem 0rem;
border: none;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
height: 2.8rem;
width: 100%;
overflow: hidden;
white-space: normal;
}
#keyboard.full-candidate-panel #keyboard-candidate-panel {
overflow-y: auto;
position: absolute;
top: 0.2rem;
height: -moz-calc(100% - 0.4rem);
z-index: 1;
margin: 0;
}
#keyboard-candidate-panel-toggle-button {
display: none;
z-index: 1;
position: absolute;
right: 0rem;
top: 0.25rem;
font-size: 0;
height: 2.8rem;
background: #252220 url('images/icon_extend.png') center center no-repeat;
background-size: 2.4rem;
}
#keyboard.full-candidate-panel #keyboard-candidate-panel-toggle-button {
background-image: url('images/icon_close.png');
}
#keyboard-candidate-panel .candidate-row {
border-top: 0.1rem solid #000000;
}
#keyboard-candidate-panel .candidate-row-first {
border-top: none;
}
#keyboard.candidate-panel #keyboard-candidate-panel .candidate-row {
display: none;
}
#keyboard.candidate-panel #keyboard-candidate-panel .candidate-row-first {
display: block;
}
#keyboard-candidate-panel-toggle-button.highlighted,
#keyboard-candidate-panel .candidate-row span.highlighted {
background-color: #008eab;
color: #333333;
}
#keyboard-candidate-panel .candidate-row span {
display: inline-block;
margin: 0;
padding: 0 2px 0 0;
min-width: -moz-calc(4rem - 2px);
height: 2.8rem;
font-size: 2rem;
color: #a6a6a6;
text-align: center;
line-height: 2.8rem;
background: transparent url('images/divider.png') right center no-repeat;
background-size: auto 10rem;
border: none;
}
/* for latin suggestions we don't need such a tall box */
/* and in latin we hide the toggle button, so we can be full-width */
#keyboard.candidate-panel #keyboard-candidate-panel.latin {
display: block;
white-space: nowrap;
height: 3rem;
width: -moz-calc(100% - 1rem);
background: #000;
/* I don't know why we need the top and bottom margins */
/* the left and right just give nice side borders */
margin: -0.6rem 0.2rem 0.2rem 0.2rem;
padding: 0 0.3rem;
border: none;
overflow: hidden;
}
#keyboard.full-candidate-panel #keyboard-candidate-panel[data-truncated]::after {
content: '…';
background: none ! important;
border-color: transparent ! important;
display: block;
text-align: center;
margin: 0;
height: 2.8rem;
font-size: 2rem;
color: #a6a6a6;
line-height: 2.8rem;
}
#keyboard-candidate-panel.latin > div {
display: inline-block;
height: 100%; /* width set in render.js */
margin: 0 1%; /* don't change without updating with in render.js */
border: 0;
overflow: hidden;
-moz-box-sizing: border-box;
}
#keyboard-candidate-panel.latin span {
/*
* We start inline, so we can measure the length of the text, and then
* convert (in render.js) to inline-block so we can transform the text
* and make it fit.
*/
display: inline;
font-size: 2.3rem;
line-height: 3rem;
height: 3rem;
border: 0;
margin: 0;
padding: 0;
background: none;
color: #fff;
text-align: center;
}
#keyboard-candidate-panel.latin span.autocorrect {
color: #0ac;
}
/*
* Don't display the toggle button for latin suggestions.
* For now, at least, we only ever get 3 at a time
*/
#keyboard.candidate-panel #keyboard-candidate-panel-toggle-button.latin {
display: none;
}
#keyboard-candidate-panel span[data-active],
#keyboard-candidate-panel-toggle-button[data-active] {
background: -moz-linear-gradient(bottom, rgb(191,191,183) 10%, rgb(161,158,153) 90%);
}
/* Pending panel highlight */
.keyboard-pending-symbols-highlight-green {
background: #33aa33;
}
.keyboard-pending-symbols-highlight-red {
background: #aa3333;
}
.keyboard-pending-symbols-highlight-blue {
background: #3333aa;
}
/* A note to show on the key to indicate the alternative char */
.alt-note {
position: absolute;
top: 0.5rem;
right: 0.5rem;
color: #999;
font: 1.6rem/1.6rem "Keyboard Symbols", Sans-serif;
}
.keyboard-key.highlighted .alt-note {
visibility: hidden;
}
.keyboard-key.big-key.highlighted .alt-note {
visibility: visible;
color: #555;
}
/* Increase tap area for first / last keys in a row that
doesn't fill full width */
.keyboard-key.float-key-first {
text-align: right;
}
.keyboard-key.float-key-last {
text-align: left;
}
/* For FTU tip dialog */
#confirm-dialog {
pointer-events: auto;
text-align: center;
}
#confirm-dialog .tip-section {
background-position: center center;
display: inline-block;
height: 31rem;
}
@media (orientation:landscape) {
#confirm-dialog .tip-section {
background: url(images/ftu_keyboard_landscape.png) no-repeat top left;
width:47rem;
}
}
@media (orientation:portrait) {
#confirm-dialog .tip-section {
background: url(images/ftu_keyboard.png) no-repeat top left;
width:28.9rem;
}
}
@media (min-width:768px) and (orientation:landscape) {
#confirm-dialog .tip-section {
width: 35rem;
height: 23rem;
}
}
@media (min-width:768px) and (orientation:portrait) {
#confirm-dialog .tip-section {
width: 23rem;
height: 25rem;
}
}
#confirm-dialog button.recommend.active {
border-color: #008aaa;
background: #008aaa;
color: #333;
} | 0.50415 | 0.060197 |
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
.clearfix::after {
content: "";
display: table;
clear: both;
}
html{
box-sizing:border-box;
}
*,
*::before,
*::after{
box-sizing: inherit;
}
.wrapper {
width: 1140px;
margin: auto;
padding: 0 15px;
box-sizing: border-box;
/* background: rgba(0, 0, 0, 0.2); */
}
.logo {
font-family: "Roboto Light", sans-serif;
font-size: 30px;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
float: left;
color: black;
}
.logo::first-letter {
font-family: "Roboto Black", sans-serif;
color: #1abc9c;
}
.menu {
min-width: 490px;
float: right;
}
.menu_item {
display: block;
height: 30px;
float: left;
line-height: 30px;
}
.menu_link {
font-family: "Open Sans", sans-serif;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
padding: 0 15px;
text-decoration: none;
color: black;
display: block;
font-weight: bold;
}
.menu_link:hover {
color: #1abc9c;
}
.header {
padding-top: 37px;
/* background: rgba(0, 0, 0, 0.2); */
}
.title {
font-family: "Roboto Black", sans-serif;
font-size: 48px;
text-align: center;
color: #555252;
font-weight: bold;
margin-bottom: 77px;
}
.title::after {
content: "";
display: block;
width: 160px;
margin: 0 auto;
border-bottom: 8px solid #1abc9c;
margin-top: 32px;
}
.gallery {
padding-top: 110px;
}
.products {
font-size: 0;
display: block;
}
.products_li {
width: 255px;
display: block;
float: left;
/* padding: 15px; */
position: relative;
margin-right: 30px;
margin-bottom: 30px;
}
.products_li:nth-of-type(4n) {
margin-right: 0;
}
.products_li:nth-of-type(n+5) {
margin-bottom: 0;
}
/*
.products_image {
margin-bottom: -40px;
float: none;
} */
.products_li_div {
background-image: linear-gradient(
to right,
#323232,
#323232 80%,
#8c8c8c 80%,
#8c8c8c
);
position: absolute;
top: 282px;
width: 255px;
font-family: "Roboto Black", sans-serif;
font-size: 18px;
line-height: 40px;
color: white;
}
.products_li_p {
/* font-family: "Roboto Black", sans-serif;
font-size: 18px;
line-height: 40px;
color: white; */
/* background-image: linear-gradient(
to right,
#323232,
#323232 80%,
#8c8c8c 80%,
#8c8c8c
); */
text-transform: uppercase;
padding: 0 15px;
float: left;
/* position: absolute;
top: 282px; */
/* width: 255px;
box-sizing: border-box; */
}
.products_li:hover .products_li_div {
background-image: linear-gradient(
to right,
#1abc9c,
#1abc9c 80%,
#7fd9c7 80%,
#7fd9c7
);
cursor: pointer;
}
.price {
float: right;
}
.news {
padding-top: 90px;
padding-bottom: 80px;
}
.news_ul {
/* padding-top: 65px; */
}
.news_li {
width: 350px;
/* padding: 15px; */
font-family: "Open Sans Light", sans-serif;
float: left;
margin-right: 30px;
}
.news_li:nth-child(3n) {
margin: 0;
}
.news_text {
font-size: 14px;
line-height: 28px;
margin-bottom: 10px;
}
.news_li_title {
font-family: "Open Sans Semibold", sans-serif;
font-size: 18px;
line-height: 25px;
margin-bottom: 30px;
}
.news_li_title::after {
content: "";
display: block;
width: 136px;
/* margin: 14px 0 30px; */
margin-top: 14px;
border-bottom: 3px solid #1abc9c;
/* margin-top: 32px; */
}
.news_img {
margin-bottom: 15px;
}
.news_button {
text-decoration: none;
font-size: 16px;
line-height: 60px;
background: #1abc9c;
padding: 0 40px;
color: azure;
border-radius: 5px;
font-family: "Open Sans", sans-serif;
font-weight: lighter;
display: block;
box-sizing: border-box;
float: left;
}
.news_button:hover {
background: #7fd9c7;
/* display: block; */
}
.title_news {
margin-bottom: 80px;
} | module-04/css/mine.css | @import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
.clearfix::after {
content: "";
display: table;
clear: both;
}
html{
box-sizing:border-box;
}
*,
*::before,
*::after{
box-sizing: inherit;
}
.wrapper {
width: 1140px;
margin: auto;
padding: 0 15px;
box-sizing: border-box;
/* background: rgba(0, 0, 0, 0.2); */
}
.logo {
font-family: "Roboto Light", sans-serif;
font-size: 30px;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
float: left;
color: black;
}
.logo::first-letter {
font-family: "Roboto Black", sans-serif;
color: #1abc9c;
}
.menu {
min-width: 490px;
float: right;
}
.menu_item {
display: block;
height: 30px;
float: left;
line-height: 30px;
}
.menu_link {
font-family: "Open Sans", sans-serif;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
padding: 0 15px;
text-decoration: none;
color: black;
display: block;
font-weight: bold;
}
.menu_link:hover {
color: #1abc9c;
}
.header {
padding-top: 37px;
/* background: rgba(0, 0, 0, 0.2); */
}
.title {
font-family: "Roboto Black", sans-serif;
font-size: 48px;
text-align: center;
color: #555252;
font-weight: bold;
margin-bottom: 77px;
}
.title::after {
content: "";
display: block;
width: 160px;
margin: 0 auto;
border-bottom: 8px solid #1abc9c;
margin-top: 32px;
}
.gallery {
padding-top: 110px;
}
.products {
font-size: 0;
display: block;
}
.products_li {
width: 255px;
display: block;
float: left;
/* padding: 15px; */
position: relative;
margin-right: 30px;
margin-bottom: 30px;
}
.products_li:nth-of-type(4n) {
margin-right: 0;
}
.products_li:nth-of-type(n+5) {
margin-bottom: 0;
}
/*
.products_image {
margin-bottom: -40px;
float: none;
} */
.products_li_div {
background-image: linear-gradient(
to right,
#323232,
#323232 80%,
#8c8c8c 80%,
#8c8c8c
);
position: absolute;
top: 282px;
width: 255px;
font-family: "Roboto Black", sans-serif;
font-size: 18px;
line-height: 40px;
color: white;
}
.products_li_p {
/* font-family: "Roboto Black", sans-serif;
font-size: 18px;
line-height: 40px;
color: white; */
/* background-image: linear-gradient(
to right,
#323232,
#323232 80%,
#8c8c8c 80%,
#8c8c8c
); */
text-transform: uppercase;
padding: 0 15px;
float: left;
/* position: absolute;
top: 282px; */
/* width: 255px;
box-sizing: border-box; */
}
.products_li:hover .products_li_div {
background-image: linear-gradient(
to right,
#1abc9c,
#1abc9c 80%,
#7fd9c7 80%,
#7fd9c7
);
cursor: pointer;
}
.price {
float: right;
}
.news {
padding-top: 90px;
padding-bottom: 80px;
}
.news_ul {
/* padding-top: 65px; */
}
.news_li {
width: 350px;
/* padding: 15px; */
font-family: "Open Sans Light", sans-serif;
float: left;
margin-right: 30px;
}
.news_li:nth-child(3n) {
margin: 0;
}
.news_text {
font-size: 14px;
line-height: 28px;
margin-bottom: 10px;
}
.news_li_title {
font-family: "Open Sans Semibold", sans-serif;
font-size: 18px;
line-height: 25px;
margin-bottom: 30px;
}
.news_li_title::after {
content: "";
display: block;
width: 136px;
/* margin: 14px 0 30px; */
margin-top: 14px;
border-bottom: 3px solid #1abc9c;
/* margin-top: 32px; */
}
.news_img {
margin-bottom: 15px;
}
.news_button {
text-decoration: none;
font-size: 16px;
line-height: 60px;
background: #1abc9c;
padding: 0 40px;
color: azure;
border-radius: 5px;
font-family: "Open Sans", sans-serif;
font-weight: lighter;
display: block;
box-sizing: border-box;
float: left;
}
.news_button:hover {
background: #7fd9c7;
/* display: block; */
}
.title_news {
margin-bottom: 80px;
} | 0.256366 | 0.080466 |
body {
color: #868ba1;
background-color: #e9ecef;
font-family: "Roboto", "Helvetica Neue", Arial, sans-s;
}
.page {
margin: 0;
}
header {
margin: 0 !important;
border: 0 !important;
background-color: #3b6998 !important;
}
.views {
line-height: 30px;
}
.filter-box-component {
padding-top: 5px;
}
.project-header .dropdown-component {
margin-top: 4px;
margin-right: 5px;
float: left;
line-height: 30px;
}
header h1 {
color: #ffffff;
font-weight: 600;
font-size: 1.1rem;
line-height: 2rem;
}
.tooltip i.fa {
color: #fff;
}
.btn {
text-decoration: none;
border-radius: 0;
min-height: 30px;
line-height: 30px;
color: #fff;
background-color: #3b6998;
border-color: #386491;
font-size: 12px;
text-align: center;
padding-left: 15px;
padding-right: 15px;
}
label {
padding: 0px 40px 0 0px;
line-height: 25px;
vertical-align: middle;
font-size: 0.9rem;
}
/*
form {
margin-top: 40px;
}
*/
fieldset {
background: #ffffff;
}
select,
span.select2 {
width: 95% !important;
}
.select-dropdown-input {
border: none !important;
}
.js-submit-buttons-rendered {
margin-top: 40px;
}
.page .page-header {
padding: 10px;
background: #343a40;
font-size: 0.9rem;
margin: 0;
}
.page-header a {
color: #ffffff;
text-decoration: none;
}
#config-section .page-header a {
color: #000;
font-size: 0.8rem;
}
.page-header a .fa {
color: #868e96;
}
.menus-container .dropdown-menu a i.fa {
color: #ffffff;
}
.margin-bottom {
margin-bottom: 20px;
padding: 10px;
}
#task-summary {
margin: 20px;
}
.accordion-section {
margin: 20px;
background: #fff;
padding: 50px 30px;
}
.project-overview-column {
background: #fff;
}
.table-list {
font-size: 0.85em;
margin-bottom: 20px;
padding: 10px;
background: #ffffff;
}
.table-list-header {
background: #fbfbfb;
border: 1px solid #e5e5e5;
border-radius: 5px 5px 0 0;
line-height: 30px;
padding-left: 10px;
padding-right: 3px;
height: 30px;
}
.table-list-row {
padding: 10px;
}
.sidebar-content {
background: #f8f9fa;
margin-top: 10px;
padding: 10px;
}
.sidebar-container {
height: 100%;
width: 100%;
}
.sidebar-container .page-header {
background: none;
}
.sidebar {
margin-top: 20px;
}
.sidebar ul {
margin-top: 10px;
}
.sidebar ul:before {
content: "Navigation";
text-transform: uppercase;
font-size: 11px;
padding: 7px 15px;
display: block;
margin-bottom: 0;
font-weight: 500;
letter-spacing: 0.5px;
}
.sidebar ul > li {
padding: 5px 0 0 15px;
border-top: 1px solid #ced4da;
}
.sidebar ul > li:last-child {
border-bottom: 1px solid #ced4da;
}
.sidebar ul > li a {
color: #868e96;
font-size: 0.9rem;
}
.sidebar > ul li.active {
background-color: #f8f9fa;
}
.sidebar ul > li.active a {
color: #343a40;
}
#modal-box {
padding: 20px 20px 30px 20px;
}
table {
color: #000;
}
table.table-fixed th {
background: #3b6998;
}
table.table-fixed th,
table.table-fixed th a {
color: #ffffff;
}
table.table-fixed th,
table.table-fixed td {
padding-left: 10px;
}
.board-add-icon i {
color: #3b6998;
}
@media (max-width: 768px) {
.sidebar {
max-width: 100%;
}
}
#board-container {
padding: 0px 10px 0px 10px !important;
background: #e9ecef;
}
.board-column-expanded {
padding-left: 2px;
}
.project-header .action-menu {
margin-left: 10px;
} | Css/blueboard.css |
body {
color: #868ba1;
background-color: #e9ecef;
font-family: "Roboto", "Helvetica Neue", Arial, sans-s;
}
.page {
margin: 0;
}
header {
margin: 0 !important;
border: 0 !important;
background-color: #3b6998 !important;
}
.views {
line-height: 30px;
}
.filter-box-component {
padding-top: 5px;
}
.project-header .dropdown-component {
margin-top: 4px;
margin-right: 5px;
float: left;
line-height: 30px;
}
header h1 {
color: #ffffff;
font-weight: 600;
font-size: 1.1rem;
line-height: 2rem;
}
.tooltip i.fa {
color: #fff;
}
.btn {
text-decoration: none;
border-radius: 0;
min-height: 30px;
line-height: 30px;
color: #fff;
background-color: #3b6998;
border-color: #386491;
font-size: 12px;
text-align: center;
padding-left: 15px;
padding-right: 15px;
}
label {
padding: 0px 40px 0 0px;
line-height: 25px;
vertical-align: middle;
font-size: 0.9rem;
}
/*
form {
margin-top: 40px;
}
*/
fieldset {
background: #ffffff;
}
select,
span.select2 {
width: 95% !important;
}
.select-dropdown-input {
border: none !important;
}
.js-submit-buttons-rendered {
margin-top: 40px;
}
.page .page-header {
padding: 10px;
background: #343a40;
font-size: 0.9rem;
margin: 0;
}
.page-header a {
color: #ffffff;
text-decoration: none;
}
#config-section .page-header a {
color: #000;
font-size: 0.8rem;
}
.page-header a .fa {
color: #868e96;
}
.menus-container .dropdown-menu a i.fa {
color: #ffffff;
}
.margin-bottom {
margin-bottom: 20px;
padding: 10px;
}
#task-summary {
margin: 20px;
}
.accordion-section {
margin: 20px;
background: #fff;
padding: 50px 30px;
}
.project-overview-column {
background: #fff;
}
.table-list {
font-size: 0.85em;
margin-bottom: 20px;
padding: 10px;
background: #ffffff;
}
.table-list-header {
background: #fbfbfb;
border: 1px solid #e5e5e5;
border-radius: 5px 5px 0 0;
line-height: 30px;
padding-left: 10px;
padding-right: 3px;
height: 30px;
}
.table-list-row {
padding: 10px;
}
.sidebar-content {
background: #f8f9fa;
margin-top: 10px;
padding: 10px;
}
.sidebar-container {
height: 100%;
width: 100%;
}
.sidebar-container .page-header {
background: none;
}
.sidebar {
margin-top: 20px;
}
.sidebar ul {
margin-top: 10px;
}
.sidebar ul:before {
content: "Navigation";
text-transform: uppercase;
font-size: 11px;
padding: 7px 15px;
display: block;
margin-bottom: 0;
font-weight: 500;
letter-spacing: 0.5px;
}
.sidebar ul > li {
padding: 5px 0 0 15px;
border-top: 1px solid #ced4da;
}
.sidebar ul > li:last-child {
border-bottom: 1px solid #ced4da;
}
.sidebar ul > li a {
color: #868e96;
font-size: 0.9rem;
}
.sidebar > ul li.active {
background-color: #f8f9fa;
}
.sidebar ul > li.active a {
color: #343a40;
}
#modal-box {
padding: 20px 20px 30px 20px;
}
table {
color: #000;
}
table.table-fixed th {
background: #3b6998;
}
table.table-fixed th,
table.table-fixed th a {
color: #ffffff;
}
table.table-fixed th,
table.table-fixed td {
padding-left: 10px;
}
.board-add-icon i {
color: #3b6998;
}
@media (max-width: 768px) {
.sidebar {
max-width: 100%;
}
}
#board-container {
padding: 0px 10px 0px 10px !important;
background: #e9ecef;
}
.board-column-expanded {
padding-left: 2px;
}
.project-header .action-menu {
margin-left: 10px;
} | 0.31279 | 0.087837 |